/*!
Theme Name: Serith
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: serith
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Serith is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}








@media (min-width: 1920px){
    .container {
        max-width: 1300px;
        width: 1300px;
    }
}



body{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}








.total_page{
    position: relative;
}
.total_page a.button_top{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #c64f40;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 55px;
    bottom: 120px;
    z-index: 4;
}
.total_page a.button_top img{
    width: 35px;
    filter: invert(1);
}


.fixed_contact {
    width: 299px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #c64f40;
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 4;
    display: none;
}
.fixed_contact h6{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.fixed_contact h6 img{
    width: 20px;
    margin-left: 15px;
    filter: invert(1);
}



/**navbar css starts**/

nav#navbar {
    overflow-x: hidden;
    padding: 16px 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
nav#navbar .navbar-nav {
    align-items: center;
}
nav#navbar a.navbar-brand{
    width: 230px;
    display: inline-block;
    padding: 0;
    transition: .25s;
}
nav#navbar a.navbar-brand img{
    width: 100%;
}
nav#navbar .container{
    max-width: 100%;
    width: 100%;
    margin-left: 45px;
    margin-right: 45px;
}
nav#navbar ul.navbar-nav a.nav-link {
    padding: 0 !important;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-left: 36px;
    margin-right: 36px;
    transition: .25s;
    position: relative;
}
nav#navbar ul.navbar-nav a.nav-link::after{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #106e7d;
    left: 0;
    bottom: -2px;
    transition: .25s;
}
nav#navbar ul.navbar-nav a.nav-link:hover{
    color: #106e7d;
}
nav#navbar ul.navbar-nav a.nav-link:hover::after{
    width: 100%;
}
nav#navbar ul.navbar-nav li:last-child a::after{
    display: none;
}
nav#navbar ul.navbar-nav li:last-child a{
    margin-right: 0;
    background-color: #106e7d;
    color: #fff !important;
    padding: 15px 40px !important;
    display: inline-block;
    border-radius: 24.5px;
    transition: .25s;
}
nav#navbar ul.navbar-nav li:last-child a:hover{
    background-color: #000 !important;
}
nav#navbar ul.navbar-nav li:first-child a{
    margin-left: 0;
}

/**navbar css ends**/





/**banner_sec css starts**/

.banner_sec{
    overflow-x: hidden;
    position: relative;
}
.banner_sec .banner_pic{
    background-repeat: no-repeat;
    background-size: cover;
    height: 780px;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_sec ul.social_media{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    z-index: 2;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.banner_sec ul.social_media li a{
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .25s;
}
.banner_sec ul.social_media li a:hover{
    background-color: #fff;
}
.banner_sec ul.social_media li:first-child a{
    margin-bottom: 15px;
}
.banner_sec ul.social_media li a img{
    width: 22px;
    filter: invert(1);
    transition: .25s;
}
.banner_sec ul.social_media li a:hover img{
    filter: invert(0);
}
.banner_sec .banner_pic .banner_text .heading h1{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 69px;
    max-width: 600px;
    margin-bottom: 35px;
}
.banner_sec .banner_pic .banner_text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    max-width: 565px;
    padding-bottom: 2px;
}
.banner_sec .banner_pic .banner_text .button a{
    font-size: 16px;
    font-weight: 600;
    color: #002654;
    background-color: #fff;
    text-decoration: none;
    padding: 13px 36px;
    border-radius: 24.5px;
    display: inline-block;
    margin-top: 15px;
    transition: .25s;
}
.banner_sec .banner_pic .banner_text .button a:hover{
    background-color: #002654;
    color: #fff;
}


.banner_sec .presentation{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 57px;
    z-index: 2;
    left: auto;
    width: 310px;
}
.banner_sec .presentation h2{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
/*     text-transform: uppercase;
    letter-spacing: 3.5px; */
    margin-bottom: 7px;
}
.banner_sec .presentation h6{
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    margin-bottom: 13px;
}
.banner_sec .presentation .presentation_box{
    background-repeat: no-repeat;
    background-size: cover;
    height: 271px;
    border-radius: 20px;
    position: relative;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.banner_sec .presentation .presentation_box img.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.banner_sec .presentation .presentation_box p{
    z-index: 3;
    padding: 3px 15px 8px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.owl-theme.presentation_slider .owl-nav.disabled {
    display: block !important;
    z-index: 3;
    position: relative;
}
.owl-theme.presentation_slider .owl-dots{
    display: none;
}
.owl-carousel.presentation_slider .owl-nav .owl-prev {
    background-image: url(images/left.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    margin: 0;
    width: 41px;
    height: 41px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: .25s;
}
.owl-carousel.presentation_slider .owl-nav .owl-prev:hover{
    background-color: #106e7d;
    border: 1px solid #106e7d;
}
.owl-carousel.presentation_slider .owl-nav .owl-prev span{
    opacity: 0;
}
.owl-carousel.presentation_slider .owl-nav .owl-next {
    background-image: url(images/right.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    margin: 0;
    width: 41px;
    height: 41px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .25s;
}
.owl-carousel.presentation_slider .owl-nav .owl-next:hover{
    background-color: #106e7d;
    border: 1px solid #106e7d;
}
.owl-carousel.presentation_slider .owl-nav .owl-next span{
    opacity: 0;
}
.owl-theme.presentation_slider .owl-nav {
    margin-top: 20px;
    text-align: left;
}

/**banner_sec css ends**/






/**engagements_sec css starts**/

.sec_heading.title h3{
    font-size: 36px;
    color: #001d3f;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 25px;
}
.engagements_sec{
    padding-top: 100px;
    padding-bottom: 100px;
}
.engagements_sec .sec_heading.title h3{
    max-width: 400px;
}
.engagements_sec .row{
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.engagements_sec .left_sec{
    width: 72%;
    max-width: 72%;
    flex: 0 0 72%;
    padding-left: 95px;
    position: relative;
}
.engagements_sec .left_sec p{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #001d3f;
    max-width: 805px;
}
.engagements_sec .left_sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    width: 4px;
    height: 100%;
    background-color: #106e7d;
}
.engagements_sec .right_sec{
    width: 28%;
    max-width: 28%;
    flex: 0 0 28%;
    padding-left: 25px;
}
.engagements_sec .left_sec img.comma {
    position: absolute;
    width: 36px;
    top: -10px;
    left: 65px;
}
.engagements_sec .right_sec .profile{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.engagements_sec .right_sec .profile .icon{
    width: 73px;
    height: 73px;
    border-radius: 50%;
    margin-right: 25px;
}
.engagements_sec .right_sec .profile .icon img{
    width: 100%;
    border-radius: 50%;
}
.engagements_sec .right_sec .profile .txt h6{
    font-size: 18px;
    font-weight: 700;
    color: #001d3f;
}
.engagements_sec .right_sec .profile .txt span.designation{
    font-size: 16px;
    font-weight: 400;
    color: #001d3f;
}
.engagements_sec .right_sec .button a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 2px solid #c64f40;
    background-color: #c64f40;
    border-radius: 24.5px;
    display: inline-block;
    padding: 11px 33px;
    transition: .25s;
}
.engagements_sec .right_sec .button a:hover{
    background-color: #fff;
    color: #c64f40;
}

/**engagements_sec css ends**/






/**presentation_sec css starts**/

.presentation_sec{
    overflow-x: hidden;
}
.presentation_sec .row.main{
    display: flex;
    flex-wrap: wrap;
}
.presentation_sec .left_sec{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0;
}
.presentation_sec .right_sec {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0;
}
.presentation_sec .p_box{
    border: 1px solid #d1d1d1;
}
.presentation_sec .col-lg-6{
    padding: 0;
}
.presentation_sec .p_box a.pic_sec{
    text-decoration: none;
    background-size: 0;
    height: 300px;
    transition: 1.85s;
    display: block;
    position: relative;
}
.presentation_sec .p_box a.pic_sec .box_pic{
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    background-size: 0;
}
.presentation_sec .p_box.big a.pic_sec .box_pic{
    background-position: center center;
    background-repeat: no-repeat;
    height: 602px;
    background-size: 0;
}
.presentation_sec .p_box a.pic_sec img.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .25s;
}
.presentation_sec .p_box a.pic_sec:hover img.overlay{
    opacity: 1;
}
.presentation_sec .p_box.big a.pic_sec{
    height: 602px;
}
.presentation_sec .p_box.big a.pic_sec:hover .box_pic{
    background-size: cover;
}
.presentation_sec .p_box a.pic_sec:hover .box_pic{
    background-size: cover;
}
.presentation_sec .p_box.big a.pic_sec h6{
    font-size: 12px;
    font-weight: 700;
    color: #000;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    position: absolute;
    left: 55px;
    top: 55px;
}
.presentation_sec .p_box.big a.pic_sec .txt_sec{
    position: absolute;
    left: 55px;
    bottom: 40px;
}
.presentation_sec .p_box.big a.pic_sec .txt_sec .arrow{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 67%, .3);
    background-color: #fff;
    transition: .25s;
}
.presentation_sec .p_box a.pic_sec .txt_sec .arrow{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 67%, .3);
    background-color: #fff;
    transition: .25s;
}
.presentation_sec .p_box.big a.pic_sec:hover .txt_sec .arrow{
    background-color: #c64f40;
    border: 1px solid #c64f40;
}
.presentation_sec .p_box a.pic_sec:hover .txt_sec .arrow{
    background-color: #c64f40;
    border: 1px solid #c64f40;
}
.presentation_sec .p_box.big a.pic_sec .txt_sec .arrow img{
    width: 27px;
    transition: .25s;
}
.presentation_sec .p_box a.pic_sec .txt_sec .arrow img{
    width: 22px;
    transition: .25s;
}
.presentation_sec .p_box.big a.pic_sec:hover .txt_sec .arrow img{
    filter: invert(1);
}
.presentation_sec .p_box a.pic_sec:hover .txt_sec .arrow img{
    filter: invert(1);
}
.presentation_sec .p_box a.pic_sec .txt_sec{
    position: absolute;
    left: 38px;
    bottom: 35px;
}
.presentation_sec .p_box a.pic_sec .txt_sec span.no {
    font-size: 22px;
    font-weight: 400;
    color: #c64f40;
    letter-spacing: -0.05rem;
    margin-bottom: 12px;
    display: inline-block;
    transition: .25s;
}
.presentation_sec .p_box a.pic_sec:hover .txt_sec span.no{
    color: #fff;
}
.presentation_sec .p_box.big a.pic_sec .txt_sec h3{
    font-size: 39px;
    font-weight: 700;
    letter-spacing: -0.05rem;
    color: #002654;
    transition: .25s;
    margin-bottom: 22px;
}
.presentation_sec .p_box.big a.pic_sec:hover .txt_sec h3{
    color: #fff;
}
.presentation_sec .p_box a.pic_sec:hover .txt_sec h3{
    color: #fff;
}
.presentation_sec .p_box a.pic_sec .txt_sec h3{
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.05rem;
    color: #002654;
    transition: .25s;
        margin-bottom: 22px;
}

/**presentation_sec css ends**/







/**counting_sec css starts**/

.counting_sec{
    padding-top: 100px;
    padding-bottom: 90px;
    position: relative;
}
.counting_sec img.bg{
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    z-index: 2;
}
.counting_sec .count_box .txt .number {
    font-size: 46px;
    font-weight: 300;
    color: #001d3f;
    position: relative;
    z-index: 3;
}
.counting_sec .count_box .txt .number span{
    font-size: 72px;
    font-weight: 400;
    color: #001d3f;
    position: relative;
    z-index: 3;
    display: inline-block;
    min-width: 100px;
}
.counting_sec .count_box .txt h4 {
    font-size: 16px;
    font-weight: 600;
    color: #001d3f;
    margin-top: -5px;
    max-width: 90%;
    background-color: #e5e8eb;
    padding: 11px 16px;
    position: relative;
    z-index: 3;
}

/**counting_sec css ends**/




/**nos_realisationsec css starts**/

.nos_realisationsec{
    background-color: #c64f40;
    padding-top: 120px;
    padding-bottom: 130px;
    position: relative;
}
.nos_realisationsec img.overlay{
    position: absolute;
    right: 0;
    bottom: 0;
}
.nos_realisationsec .row{
    padding-bottom: 40px;
}
.nos_realisationsec .col-lg-4{
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}
.nos_realisationsec a.r_box{
    text-decoration: none;
    border-radius: 25px;
    height: 100%;
    transition: .25s;
}
.nos_realisationsec a.r_box .btm_sec .city img{
    width: 18px;
    margin-right: 8px;
}
.sec_heading.title h2{
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}
.sec_heading.title h2 span{
    display: block;
}
.nos_realisationsec a.r_box .pic_sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 430px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
    padding: 30px 25px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
}
.nos_realisationsec a.r_box .pic_sec img.overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 210px;
    z-index: 2;
}
.nos_realisationsec a.r_box .pic_sec .title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}
.nos_realisationsec a.r_box .pic_sec ul.tags{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    position: relative;
    z-index: 3;
    max-width: 85%;
    margin-bottom: 0;
}
.nos_realisationsec a.r_box .pic_sec ul.tags li{
    margin-right: 8px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background-color: #106e7d;
    border-radius: 5px;
    padding: 5px 7px;
    margin-bottom: 7px;
}
.nos_realisationsec a.r_box .btm_sec{
    background-color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.nos_realisationsec a.r_box .pic_sec .arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid hsla(0, 0%, 67%, .7);
    transition: .25s;
    position: absolute;
    right: 30px;
    bottom: 35px;
    z-index: 4;
}
.nos_realisationsec a.r_box:hover .pic_sec .arrow{
    background-color: #fff;
    border: 2px solid #fff;
}
.nos_realisationsec a.r_box .pic_sec .arrow img {
    width: 26px;
    transition: .25s;
    filter: invert(1);
}
.nos_realisationsec a.r_box:hover .pic_sec .arrow img{
    filter: invert(0);
}
.nos_realisationsec a.r_box .btm_sec{
    display: flex;
    align-items: center;
    padding: 18px 25px;
}
.nos_realisationsec a.r_box .btm_sec .txt {
    font-size: 14px;
    font-weight: 700;
    color: #001d3f;
    margin-right: 12px;
}
.nos_realisationsec a.r_box .btm_sec .city {
    font-size: 13px;
    font-weight: 400;
    color: #001d3f;
}
.nos_realisationsec .button{
    text-align: center;
}
.nos_realisationsec .button a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 24.5px;
    border: 1px solid #fff;
    padding: 14px 36px;
    transition: .25s;
    position: relative;
    z-index: 3;
}
.nos_realisationsec .button a:hover{
    background-color: #fff;
    color: #000;
}

/**nos_realisationsec css ends**/





/**nos_certification_sec css starts**/

.nos_certification_sec{
    padding-top: 90px;
    padding-bottom: 80px;
}
.nos_certification_sec .left_sec{
    width: 53%;
    max-width: 53%;
    flex: 0 0 53%;
}
.nos_certification_sec .right_sec{
    width: 47%;
    max-width: 47%;
    flex: 0 0 47%;
}
.nos_certification_sec .left_sec .sec_heading.title h3{
    padding-bottom: 25px;
}
.nos_certification_sec .left_sec p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #001d3f;
    max-width: 620px;
}
.nos_certification_sec .right_sec .partners_box img{
    max-width: 145px;
}
.nos_certification_sec .right_sec .partners_box {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s;
}
.nos_certification_sec .right_sec .partners_box:hover{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.nos_certification_sec .right_sec .col-lg-4{
    margin-bottom: 20px;
    min-height: 125px;
    border-radius: 12px;
}
.nos_certification_sec .right_sec .partners_box.mase img{
    width: 115px;
}
.nos_certification_sec .right_sec .partners_box.certibat img{
    width: 117px;
}
.nos_certification_sec .right_sec .partners_box.qualibat img{
    width: 99px;
}
.nos_certification_sec .right_sec .partners_box.ce img{
    width: 145px;
}
.nos_certification_sec .right_sec .partners_box.sncf img{
    width: 110px;
}
.nos_certification_sec .right_sec .partners_box.cdf img{
    width: 135px;
}

/**nos_certification_sec css ends**/






/**footer_sec css starts**/

.footer_sec{
    background-color: #106e7d;
    overflow-x: hidden;
    padding-bottom: 35px;
}
.footer_sec .footer_logo{
    width: 300px;
}
.footer_sec .footer_logo a img{
    width: 270px;
}
.footer_sec .top_sec{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
}
.footer_sec .top_sec .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_sec .top_sec .footer_socialmedia {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}
.footer_sec .top_sec .footer_socialmedia h6{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}
.footer_sec .top_sec ul.social_media{
    display: flex;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 0;
    list-style-type: none;
}
.footer_sec .top_sec ul.social_media li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .25s;
}
.footer_sec .top_sec ul.social_media li a:hover{
    background-color: #c64f40;
    border: 1px solid #c64f40;
}

.footer_sec .top_sec ul.social_media li:first-child a{
    margin-right: 9px;
}
.footer_sec .top_sec ul.social_media li a img{
    width: 22px;
    filter: invert(1);
}
.footer_sec .btm_sec{
    padding-top: 40px;
}
.footer_sec .btm_sec .col-lg-5{
    width: 47%;
    max-width: 47%;
    flex: 0 0 47%;
}
.footer_sec .btm_sec .col-lg-4{
    width: 29%;
    max-width: 29%;
    flex: 0 0 29%;
    padding-left: 30px;
}
.footer_sec .btm_sec .col-lg-3{
    width: 24%;
    max-width: 24%;
    flex: 0 0 24%;
}
.footer_sec .btm_sec .col-lg-5 p {
    font-size: 14px;
    line-height: 27px;
    opacity: 0.5;
    color: #fff;
    max-width: 480px;
}
.footer_sec .btm_sec .box ul.footer_nav {
    padding-left: 0;
    list-style-type: none;
}
.footer_sec .btm_sec .box ul.footer_nav li{
    margin-bottom: 22px;
}
.footer_sec .btm_sec .box ul.footer_nav li a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: .25s;
}
.footer_sec .btm_sec .box ul.footer_nav li a::before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    bottom: -1px;
    background-color: #fff;
    transition: .25s;
}
.footer_sec .btm_sec .box ul.footer_nav li a:hover::before{
    width: 100%;
}

/**footer_sec css ends**/






/*copyright_sec css starts*/

.copyright{
    background-color: #fff;
    text-align: center;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    color: #000;
    font-size: 16px;
}
.copyright a{
    color: #000;
    text-decoration: none;
}
.copyright a:hover{
    text-decoration: underline;
}
.copyright .fa-heart{
    color: #ee2a22;
     -webkit-animation: breathing 3s ease-out infinite normal;
    animation: breathing 3s ease-out infinite normal;
}
.copyright p{
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: 400;
    color: #000;
   text-align: center;
}


@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}


/*copyright_sec css ends*/






/*sticky menu css*/

.navbar.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999;
    left: 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    animation-name: stickytopani;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: once;
    animation-fill-mode: none;
    animation-play-state: running;
    padding: 10px 0px 11px 0px;
    margin-top: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #fff;
}
.navbar.sticky::before{
    display: none;
}
.navbar.sticky .logo{
    width: 105px;
    padding-top: 0px;
    height: auto;
}
.navbar.sticky .navbar-brand{
    color: #000;
}

.header_nav.sticky .right_side{
    
}
.header_nav.sticky .smenu{
    top: 10px;
    height: 80px;
}
.header_nav.sticky .right_side ul{
    padding-top: 0px;
}
.header_nav.sticky .nav_menu ul li:last-child{
    
}
.header_nav.sticky .nav_menu ul li a.active::before{
    display: none;
}

@keyframes stickytopani {
  0% {
    top: -150px;
  }
  /*50% {
     top: 50px;
  }*/
  100% {
    top: 0px;
  }
}




/*Mobile Menu*/


/**respomsive_menu_starts**/

.smenu {
    position: absolute;
    top: 18px;
    right: 24px;
    height: 38px;
    width: 50px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    z-index: 9999;
    background-color: transparent;
    color: #000 !important;
}
.smenu span{
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    border-radius: 5px;
}
.smenu span:before {
    content: '';
    position: absolute;
    top: -8px;
    background-color: #000;
    height: 2px;
    width: 30px;
    transition: 0.3s;
    border-radius: 5px;
    left: 10px;
}
.smenu span:after {
    content: '';
    position: absolute;
    top: 8px;
    background-color: #000;
    height: 2px;
    width: 20px;
    transition: 0.3s;
    border-radius: 5px;
    left: 20px;
}

.smenu.active span { background-color: transparent; }
.smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }


/*
.navbar-menu .smenu.active span { background-color: transparent; }
.navbar-menu .smenu span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }
.navbar-menu .smenu span { background-color: transparent; }
.navbar-menu .smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }*/


/** End **/

.navbar-menu .menu-listing{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-menu .menu-listing ul{
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.menu-listing li { 
    display: block;
}
.menu-listing li a {
    color: #000;
    display: block;
    font-size: 16px;
    padding: 11px 18px 11px 18px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/*.menu-listing li a:hover { background-color: #262626;color: #fff;transition: 0.5s; }*/

.navbar-menu .menu-listing ul li ul.sub-menu{
    background-color: transparent;
    position: relative;
    display: none;
}
.navbar-menu .menu-listing ul li:hover ul{
    display: block;
}
.navbar-menu .menu-listing ul ul.sub-menu:before{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  border-bottom: 10px solid black;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
.navbar-menu .menu-listing ul ul.sub-menu a{
    background-color: transparent;
    font-size: 1rem;
    font-weight: 700;
}
.navbar-menu .menu-listing ul ul.sub-menu a:hover{
    color: #1f265c;
}
.navbar{
    z-index: 99999;
}
.navbar-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateX(100%);
    transition: 0.5s;
    bottom: 0px;
    z-index: 99;
    padding-top: 140px;
    height: 100vh;
    right: 0;
    left: auto;
}
.navbar-menu.active {
    transform: translateX(0);
    transition: 0.5s;
    z-index: 9999;
    
}
.navbar-menu.active .navbar-nav{
    display: none;
}
.navbar-menu .menu-listing {
    padding: 0;
    position: relative; 
    text-align: center; 
    top: 50px;
    z-index: 99;
}
.navbar-menu .smenu{
 background-image: none !important;
}

/*
.smenu.active {
    filter: invert(1);
}
*/

.navbar.sticky a.navbar-brand{
    margin-bottom: 0px;
}
.navbar.sticky ul.navbar-nav {
    margin-top: 0px;
}
nav#navbar.sticky a.navbar-brand{
    width: 230px;
}


/**menu ends**/









.innerpage_bannersec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 390px;
    position: relative;
    display: flex;
    align-items: center;
}
.innerpage_bannersec img.black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.3;
}
.innerpage_bannersec .banner_txt h2.innerpage_heading{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 69px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}
.innerpage_bannersec .banner_txt h2.innerpage_heading span{
    display: block;
}







.nos_realisationsec.innerpage{
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}
.nos_realisationsec.innerpage a.r_box{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    display: block;
}
.nos_realisationsec.innerpage ul.filter{
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 22px;
    flex-wrap: wrap;
}
.nos_realisationsec.innerpage ul.filter li a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    transition: .25s;
    padding: 10px 30px;
    border-radius: 25px;
}
.nos_realisationsec.innerpage ul.filter li:first-child a{
    margin-left: 0px;
}
.nos_realisationsec.innerpage ul.filter li:last-child a{
    margin-right: 0px;
}
.nos_realisationsec.innerpage ul.filter li.active a {
    background-color: #106e7d;
    color: #fff;
    border-radius: 25px;
    padding: 10px 30px;
}
.nos_realisationsec.innerpage ul.filter li a:hover{
    background-color: #106e7d;
    color: #fff;
    border-radius: 25px;
    padding: 10px 30px;
}






.news_sec.innerpage{
    padding-top: 100px;
    padding-bottom: 65px;
}
.news_sec.innerpage .box {
    border: 1px solid #416e7c;
    border-radius: 25px;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: .25s;
}
.news_sec.innerpage .box .date h6 {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #416e7c;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    transition: .25s;
    padding: 10px 12px;
    text-transform: capitalize;
}
.news_sec.innerpage .col-lg-3{
    margin-bottom: 30px;
} 
.news_sec.innerpage .box a.pic_sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 196px;
    display: block;
    text-decoration: none;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-bottom: 18px;
}
.news_sec.innerpage .text{
    padding: 0px 25px 22px 25px;
}
.news_sec.innerpage .text p{
    font-size: 16.5px;
    font-weight: 700;
    color: #000;
    padding-bottom: 6px;
}
.news_sec.innerpage .text a{
    font-size: 15px;
    font-weight: 600;
    color: #355863;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: .25s;
}
.news_sec.innerpage .text a img.next{
    width: 18px;
    margin-left: 8px;
    filter: invert(39%) sepia(45%) saturate(360%) hue-rotate(148deg) brightness(91%) contrast(94%);
    transition: .25s;
}
.news_sec.innerpage .box:hover .text a{
    color: #c64f40;
}
.news_sec.innerpage .box:hover .text a img.next{
    filter: invert(43%) sepia(45%) saturate(5252%) hue-rotate(341deg) brightness(86%) contrast(76%);
    margin-left: 11px;
}





/**nous_contacter page css starts**/

.innerpage_bannersec.contacter {
    height: 525px;
}



.contact_sec.innerpage{
    padding-top: 100px;
    padding-bottom: 130px;
}
.contact_sec.innerpage .contactform h5{
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 42px;
    margin-bottom: 25px;
}
.contact_sec.innerpage .contactform h5 span{
    display: block;
    font-weight: 400;
}
.contact_sec.innerpage .contactform .formbold {
    margin-bottom: 6px;
}
.contact_sec.innerpage .contactform .formbold-form-input {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #000;
    padding-left: 20px;
}
.contact_sec.innerpage .contactform .formbold-form-input:focus{
    outline: none;
    box-shadow: nome;
}
.contact_sec.innerpage .contactform .formbold-form-input::placeholder{
    font-size: 16px;
    color: #000000;
}
.contact_sec.innerpage .contactform .formbold textarea#message {
    width: 100%;
    height: 145px;
    padding-top: 15px;
}

.contact_sec.innerpage .contactform .formbold input#apply {
    opacity: 0;
    position: absolute;
}
.contact_sec.innerpage .contactform .formbold span.file_type {
    display: block;
    font-size: 16px;
    color: #4d4d4d;
}
.contact_sec.innerpage .contactform .formbold label.pdf {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    color: #4d4d4d;
    padding-bottom: 10px;
}
.contact_sec.innerpage .contactform .formbold img.pdf_icon {
    margin-right: 10px;
    width: 40px;
    
}
.contact_sec.innerpage .contactform .formbold.pdf_upload {
    margin-top: 10px;
    margin-bottom: 40px !important;
    display: block;
}
.contact_sec.innerpage .contactform .formbold label.form-check-label {
    font-size: 18px;
    color: #4d4d4d;
}
.contact_sec.innerpage .contactform .formbold .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    margin-top: 4px;
}

.contact_sec.innerpage .contactform button.formbold-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 219px;
    height: 51px;
    background-color: #106e7d;
    border: 2px solid #106e7d;
    border-radius: 24.5px;
    margin-right: auto;
    transition: .25s;
    margin-top: 40px;
}

.contact_sec.innerpage .contactform button.formbold-btn:hover {
    border: 2px solid #000;
    color: #000;
    background-color: transparent;
}





/**nous_rejoindre page css starts**/
.innerpage_bannersec.rejoindre {
    height: 525px;
}
.innerpage_bannersec.rejoindre .banner_txt{
    position: relative;
    z-index: 3;
}
.innerpage_bannersec.rejoindre .banner_txt h2.innerpage_heading{
    margin-bottom: 35px;
}
.innerpage_bannersec.rejoindre .banner_txt p{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    max-width: 540px;
    padding-bottom: 15px;
}
.innerpage_bannersec.rejoindre .banner_txt .button a{
    font-size: 16px;
    font-weight: 600;
    color: #002654;
    background-color: #fff;
    width: 187px;
    height: 50px;
    border-radius: 24.5px;
    border: 2px solid #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s;
}
.innerpage_bannersec.rejoindre .banner_txt .button a:hover{
    background-color: #002654;
    border: 2px solid #002654;
    color: #fff;
}
.contact_sec.innerpage h3{
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 47px;
    margin-bottom: 40px;
}









.offres_sec{
    padding-top: 90px;
    padding-bottom: 120px;
    background-color: #f5f5f5;
}
.offres_sec .heading h3 {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 50px;
}
.offres_sec .heading h3 span{
    font-weight: 400;
}
.offres_sec .contactform .formbold {
    margin-bottom: 40px;
}
.offres_sec .contactform .formbold-form-label {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.offres_sec .contactform .form-select {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #000;
    padding-left: 20px;
    font-size: 18px;
    color: #4d4d4d;
}
.offres_sec .contactform .form-select:focus{
    outline: none;
    box-shadow: none;
}

.offres_sec .contactform button.formbold-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 219px;
    height: 51px;
    background-color: #106e7d;
    border: 2px solid #106e7d;
    border-radius: 24.5px;
    margin-left: auto;
    margin-right: auto;
    transition: .25s;
    margin-top: 30px;
}
.offres_sec .contactform button.formbold-btn:hover{
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}

.offres_sec .offres_box{
    padding-top: 90px;
}
.offres_sec .offres_box .box {
    background-color: #fff;
    border-radius: 24.5px;
    padding: 35px 30px;
    height: 100%;
}
.offres_sec .offres_box .box h4 {
    font-size: 31px;
    font-weight: 700;
    color: #000;
    margin-bottom: 28px;
    text-align: center;
    max-width: 340px;
}

.offres_sec .offres_box .box ul{
    padding-left: 0px;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 50px;
}
.offres_sec .offres_box .box ul li{
    margin-left: 15px;
    margin-right: 15px;
    font-size: 19px;
    position: relative;
}
.offres_sec .offres_box .box ul li::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;  
}
.offres_sec .offres_box .box ul li:first-child{
    margin-left: 0px;
}
.offres_sec .offres_box .box ul li:first-child::after{
    display: none;
}
.offres_sec .offres_box .box ul li:last-child{
    margin-right: 0px;
}
.offres_sec .offres_box .box .button a{
    font-size: 15px;
    color: #106e7d;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    transition: .25s;
}
.offres_sec .offres_box .box .button a:hover{
    color: #000;
}
.offres_sec .offres_box .box .button{
    text-align: center;
}








.innerpage_bannersec.news_details{
    height: 390px;
    background-color: #c14d3e;
    position: relative;
    overflow: hidden;
}
.innerpage_bannersec.news_details img.news_detailsbg{
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 700px;
}
.innerpage_bannersec.news_details img.black_overlay {
    opacity: 0.5;
}
.news_details_sec{
    padding-bottom: 55px;
}
.news_details_sec .top_sec{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-top: -110px;
    z-index: 4;
}
.news_details_sec .top_sec .left_sec{
    width: 59%;
    max-width: 59%;
    flex: 0 0 59%;
    padding-right: 60px;
    float: left;
    padding-bottom: 30px;
}
.news_details_sec .top_sec .left_sec .left_pic{
    height: 475px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.news_details_sec .top_sec .right_sec{
    width: 41%;
    max-width: 41%;
    flex: 0 0 41%;
    padding-left: 0px;
}
.news_details_sec .bottom_sec p{
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 15px;
}
.news_details_sec .bottom_sec .pic_sec{
    height: 370px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
}
.news_details_sec .top_sec .right_sec p{
    padding-bottom: 10px;
}
.news_details_sec .top_sec .right_sec .button a img{
    width: 25px;
    margin-right: 15px;
    filter: invert(1);
    transition: .25s;
}
.news_details_sec .top_sec .right_sec .button a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    margin-bottom: 100px;
    display: inline-block;
    margin-top: 15px;
    transition: .25s;
}
.news_details_sec .top_sec .right_sec .button a:hover{
    font-weight: 600;
}
.innerpage_bannersec.news_details .banner_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -60px;
}
.innerpage_bannersec.news_details .banner_txt .date{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 22px;
    width: 171px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}








.news_details_sec.realisation_details .top_sec .right_sec p {
    font-weight: 600;
}
.news_details_sec.realisation_details {
    padding-bottom: 10px;
}
.news_details_sec.realisation_details ul.project_details{
    padding-left: 0;
    list-style-type: none;
}
.news_details_sec.realisation_details ul.project_details li{
    padding-bottom: 10px;
    padding-top: 25px;
}
.news_details_sec.realisation_details ul.project_details li:first-child{
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.news_details_sec.realisation_details ul.project_details li h6{
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,0,0,0.5);
    margin-bottom: 15px;
}
.news_details_sec.realisation_details ul.project_details li h6 span{
    display: block;
    color: #000;
    padding-top: 10px;
}

.realisation_project_picsec{
    padding-bottom: 100px;
}
.realisation_project_picsec .col-lg-3{
    margin-bottom: 25px;
}
.realisation_project_picsec .project_pic{
    height: 291px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}






.innerpage_bannersec.rejoindre.prestation {
    height: 450px;
}
.nos_prestation_sec{
    padding-top: 100px;
}
.nos_prestation_sec .prestation_box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
}



.nos_prestation_sec .prestation_box.odd .pic_sec{
    order: 1;
}
.nos_prestation_sec .prestation_box.odd .txt_sec{
    order: 2;
}


.nos_prestation_sec .prestation_box.even .pic_sec{
    order: 2;
}
.nos_prestation_sec .prestation_box.even .txt_sec{
    order: 1;
}

.nos_prestation_sec .prestation_box:nth-of-type(odd) .pic_sec{
    order: 1;
}
.nos_prestation_sec .prestation_box:nth-of-type(odd) .txt_sec{
    order: 2;
}


.nos_prestation_sec .prestation_box:nth-of-type(even) .pic_sec{
    order: 2;
}
.nos_prestation_sec .prestation_box:nth-of-type(even) .txt_sec{
    order: 1;
}

.nos_prestation_sec .prestation_box .pic_sec{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    height: 550px;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.nos_prestation_sec .prestation_box.even .txt_sec{
    padding-left: 0;
    padding-right: 95px;
}
.nos_prestation_sec .prestation_box:nth-of-type(even) .txt_sec{
    padding-left: 0;
    padding-right: 95px;
}


.nos_prestation_sec .prestation_box .txt_sec{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 95px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nos_prestation_sec .prestation_box .txt_sec .project_no{
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}
.nos_prestation_sec .prestation_box .txt_sec a.arrow{
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .25s;
}
.nos_prestation_sec .prestation_box .txt_sec a.arrow:hover{
    background-color: #000;
}
.nos_prestation_sec .prestation_box .txt_sec a.arrow img{
    width: 30px;
    transition: .25s;
}
.nos_prestation_sec .prestation_box .txt_sec a.arrow:hover img{
    filter: invert(1);
}
.project_heading.title h3{
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 40px;
}
.nos_prestation_sec .prestation_box .txt_sec p{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}


.propos_plans_sec {
    overflow-x: hidden;
    position: relative;
    height: 510px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9dde2;
}
.propos_plans_sec .pic_sec {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
.propos_plans_sec.nos_force .pic_sec {
    left: 0;
}
.propos_plans_sec.nos_force .content{
    padding-left: 80px;
}
.propos_plans_sec.nos_force .content ul{
    padding-left: 0;
    list-style-type: none;
}
.propos_plans_sec.nos_force .content ul li{
    color: #001d3f;
    font-size: 18px;
    font-weight: 700;
    padding-left: 45px;
    position: relative;
    padding-bottom: 28px;
}
.propos_plans_sec.nos_force .content ul li::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    background-image: url(images/right-arrow-small.png);
    background-size: 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    filter: invert(11%) sepia(33%) saturate(2492%) hue-rotate(185deg) brightness(97%) contrast(108%);
}




.propos_plans_sec .content{
    max-width: 550px;
}
.propos_plans_sec .content .sec_heading.title h3{
    margin-bottom: 40px;
}
.propos_plans_sec .content h4{
    font-size: 28px;
    line-height: 34px;
    color: #001d3f;
    font-weight: 700;
    margin-bottom: 25px;
}
.propos_plans_sec .content p{
    font-size: 16px;
    line-height: 28px;
    color: #001d3f;
    font-weight: 700;
}

.innerpage_bannersec.a_propos.prestation.rejoindre {
    height: 500px;
}
.propos_topsec{
    padding-top: 130px;
    padding-bottom: 80px;
}
.propos_topsec .sec_heading.title h3{
    margin-bottom: 50px;
    color: #000;
}
.propos_topsec .left p {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    max-width: 550px;
}
.propos_topsec .right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


.counting_sec.a_propos{
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.propos_btmsec{
    padding-top: 130px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.propos_btmsec img.shape {
    position: absolute;
    left: 0px;
    bottom: -1px;
    z-index: 2;
}
.propos_btmsec .sec_heading.title h3{
    max-width: 420px;
}
.propos_btmsec p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #001d3f;
}
.propos_btmsec .col-lg-12{
    padding-top: 50px;
}
.propos_btmsec .pic_sec {
/*     height: 445px;
    border-radius: 25px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 3;
    position: relative;
}

.propos_btmsec .pic_sec img{
	width: 100%;
	height: auto;
}







.travaux_topsec{
    padding-top: 130px;
    padding-bottom: 70px;
}
.travaux_topsec .right ul{
    padding-left: 0;
    list-style-type: none;
}
.travaux_topsec .right ul li{
    padding-left: 26px;
    margin-bottom: 25px;
    position: relative;
    font-size: 16px;
    color: #001d3f;
    font-weight: 700;
}
.travaux_topsec .right ul li span{
    font-weight: 400;
}
.travaux_topsec .right ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background-image: url(images/next.png);
    background-size: 13px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    filter: invert(11%) sepia(33%) saturate(2492%) hue-rotate(185deg) brightness(97%) contrast(108%);
}

.travaux_btmsec{
    padding-bottom: 50px;
}
.travaux_btmsec .pic_sec{
    height: 415px;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 3;
    position: relative;
    margin-bottom: 50px;
}
.travaux_btmsec .left{
    padding-right: 20px;
}
.travaux_btmsec .right{
    padding-left: 20px;
}
.travaux_btmsec p{
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;
}





.sustainable_construction{
    padding-top: 80px;
    background-color: #f2f8f9;
    padding-bottom: 50px;
    position: relative;
}
.sustainable_construction img.shape{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.sustainable_construction .sec_heading.title h3 {
    font-size: 45px;
    color: #000;
    max-width: 600px;
    line-height: 66px;
    margin-bottom: 50px;
}

.sustainable_construction .col-lg-3{
    width: 23%;
    max-width: 23%;
    flex: 0 0 23%;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 3;
}
.sustainable_construction .c_box{
    position: relative;
    padding: 30px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    min-height: 240px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    height: 100%;
}
.sustainable_construction .c_box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #106e7d;
}
.sustainable_construction .c_box .icon{
    width: 50px;
    height: auto;
    margin-bottom: 35px;
}
.sustainable_construction .c_box .icon img{
    width: 100%;
    height: auto;
    opacity: 0.5;
}
.sustainable_construction .c_box .txt p{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
    margin-bottom: 5px;
}



.nos_realisationsec.innerpage{
    background-color: #fff;
}
.owl-theme.realisation_slider .owl-dots{
    display: none;
}
.owl-theme.realisation_slider button.owl-prev{
    background-image: url(images/prev.png) !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    height: 61px;
    background-position: center center !important;
    width: 61px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(1);
    position: absolute;
    top: -120px;
    right: 85px;
    transition: .25s;
}
.owl-theme.realisation_slider button.owl-prev:hover{
    background-color: transparent;
}
.owl-theme.realisation_slider button.owl-prev span{
    opacity: 0;
}
.owl-theme.realisation_slider button.owl-next{
    background-image: url(images/next.png) !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    height: 61px;
    background-position: center center !important;
    width: 61px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(1);
    position: absolute;
    top: -120px;
    right: 12px;
    transition: .25s;
}
.owl-theme.realisation_slider button.owl-next span{
    opacity: 0;
}
.owl-theme.realisation_slider button.owl-next:hover{
    background-color: transparent;
}





.innerpage_bannersec.rejoindre_details .banner_txt h2.innerpage_heading {
    margin-bottom: 12px;
}
.innerpage_bannersec.rejoindre_details .banner_txt span{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 3;
}

.rejoindre_details_sec .left_sec{
    width: 55%;
    max-width: 55%;
    flex: 0 0 55%;
    padding-right: 35px;
}
.rejoindre_details_sec .right_sec{
    width: 45%;
    max-width: 45%;
    flex: 0 0 45%;
    padding-left: 20px;
}

.rejoindre_details_sec{
    padding-top: 90px;
    padding-bottom: 100px;
}
.rejoindre_details_sec .left_sec ul{
    padding-left: 0;
    list-style-type: none;
    
}
.rejoindre_details_sec .left_sec ul.about_project{
    background-color: #c64f40;
    border-radius: 25px;
    padding: 30px 30px 10px 30px;
    display: flex;
    flex-wrap: wrap;
}
.rejoindre_details_sec .left_sec ul.about_project li {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.025rem;
    display: flex;
    align-items: flex-start;
    margin-right: 22px;
    margin-bottom: 20px;
}
.rejoindre_details_sec .left_sec ul.about_project li img.icon{
    width: 20px;
    height: auto;
    margin-right: 8px;
    margin-top: 2px;
}
h3.section_title{
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.025rem;
    color: #000;
    margin-bottom: 20px;
}
h3.section_title span{
    display: block;
    color: #106e7d;
}
.rejoindre_details_sec .left_sec p{
    font-size: 18px;
    font-weight: 400;
}
.rejoindre_details_sec .left_sec .mission_description{
    padding-top: 15px;
    padding-bottom: 25px;
}
.rejoindre_details_sec .left_sec ul.list li{
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}
.rejoindre_details_sec .left_sec ul.list li::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #106e7d;
}

.rejoindre_details_sec .right_sec .contactform{
    background-color: #f3eeee;
    padding: 40px 40px;
    border-radius: 25px;
}
.rejoindre_details_sec .contactform h3{
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.rejoindre_details_sec .contactform .formbold {
    margin-bottom: -5px;
}
.rejoindre_details_sec .contactform .formbold-form-input {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #000;
    padding-left: 20px;
}
.rejoindre_details_sec .contactform .formbold-form-input:focus{
    outline: none;
    box-shadow: nome;
}
.rejoindre_details_sec .contactform .formbold-form-input::placeholder{
    font-size: 16px;
    color: #000000;
}

.rejoindre_details_sec .contactform .formbold input#apply {
    opacity: 0;
    position: absolute;
}
.rejoindre_details_sec .contactform .formbold span.file_type {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
}
.rejoindre_details_sec .contactform .formbold label.pdf {
    display: flex;
    align-items: baseline;
    font-size: 17px;
    color: #4d4d4d;
    padding-bottom: 10px;
}
.rejoindre_details_sec .contactform .formbold img.pdf_icon {
    margin-right: 10px;
    width: 40px;
    
}
.rejoindre_details_sec .contactform .formbold.pdf_upload {
    margin-top: 20px;
    margin-bottom: 30px !important;
    display: block;
}
.rejoindre_details_sec .contactform .formbold label.form-check-label {
    font-size: 16px;
    color: #4d4d4d;
}
.rejoindre_details_sec .contactform .formbold .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    margin-top: 4px;
}

.rejoindre_details_sec .contactform button.formbold-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 219px;
    height: 51px;
    background-color: #106e7d;
    border: 2px solid #106e7d;
    border-radius: 24.5px;
    margin-right: auto;
    transition: .25s;
    margin-top: 40px;
}

.rejoindre_details_sec .contactform button.formbold-btn:hover {
    border: 2px solid #000;
    color: #000;
    background-color: transparent;
}
.InnerpageContent #SiteMap {
    padding: 10px 0px;
}




