/*!
Theme Name: combetgroup
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: combetgroup
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.

combetgroup 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;
}


.container-fluid{
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1600px;
}


.btn{
    padding: 12px 33px;
/*    border-radius: 12px;*/
    font-size: 18px;
}


.btn-primary{
    background-color: #0E3D34;
    border-color: #0E3D34;
}

.btn-primary:hover{
    background-color: #106f7e;
    border-color: #106f7e;
}











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

.navbar-brand{
    max-width: 330px;
    height: auto;
    display: block;
}

.navbar-brand img{
    max-width: 100%;
    width: 330px;
    height: auto;
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width:100%;
  top: auto;
  left: 0%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}



.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.dropdown-toggle::after{
    border: 0px;
      display: inline-block;
  width: 6px;
  height: 6px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
    transform: rotate(-135deg);
  right: 20px;
    margin-left: 7px;
    margin-bottom: -1px;
}


.BannerSliderContainer{
    height: 815px;
    border-radius: 12px;
    background-position: center center;
    
}
.BannerSlider_text-item{
    height: 815px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 90px;
    
}

.BannerSlider_text-item .text-headline{
    max-width: 850px;
    font-size: 86px;
    font-weight: 900;
    line-height: 80px;
    color: #FFF;
}

.UnderBannerSction{
    padding-top: 90px;
    padding-bottom: 90px;
}
.UnderBannerSctionLinks{
    display: flex;
    column-gap: 30px;
}
.UnderBannerSctionLinks a{
    max-width: 310px;
    height: 72px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    border: 3px #000 solid;
    border-radius: 12px;
    width: 310px;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    transition: .25s;
}

.UnderBannerSctionLinks a:hover{
    background-color: #3cac97;
    color: #FFF;
    border-color: #3cac97;
}


.AboutSectionLeftText{
    max-width: 720px;
}


.AboutSectionLeftText h3{
    font-size: 86px;
    font-weight: 900;
    color: #000;
    line-height: 86px;
    margin-bottom: 60px;
}

.AboutSectionLeftText h3 span{
    color: #000;
}

.AboutSectionLeftText p{
    font-size: 18px;
    line-height: 34px;
}

.AboutSectionRightPicture{
    display: flex;
    column-gap: 45px;
}

.AboutSectionRightPicture .aspic{
/*    height: 600px;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.AboutSectionPicture1{
    margin-top: 170px;
}


.SectionChantiers{
    padding-bottom: 150px;
}


.page_heading{
    display: flex;
    align-items: flex-start;
    margin-bottom:60px;
    flex-direction: column;
}


.page_heading .page_title{
    font-size: 56px;
    font-weight: 900;
    color: #0E3D34;
    line-height: 60px;
    padding-bottom: 30px;    
}

.page_heading .page_title span{
    position: relative;
}

.page_rgt_link{
/*    margin-left: auto;*/
    color: #FFF;
    font-size: 17px;
    text-decoration: none;
    font-weight: 400;
    background-color: #0E3D34;
    padding: 15px 40px;
    margin-top: 50px;
    border-radius: 12px;
    letter-spacing: 0.02rem;
    transition: .25s;
}

.page_rgt_link .fa-solid{
    margin-left: 5px;
    font-size: 14px;
}
#more {display: none;}

.page_heading .page_title span:after{
    position: absolute;
    bottom: -35px;
    width: 160px;
    content: '';
    height: 10px;
    background-color: #0E3D34;
    left: 0px;
}

.page_rgt_link:hover{
    background-color: #000;
    color: #FFF;
}

.page_heading .page_title .fa-solid{
    margin-left: 10px;
}




.SecChantiersCont{    
    position: relative;
    overflow: hidden;
     height: 410px;
    width: 100%;
    display: block;    
    border-radius: 12px;
    margin-bottom: 30px;
}

.SecChantiersContBody{
       position: absolute;
    /* background-color: #FFF; */
    left: 30px;
    right: 30px;
    bottom: -900px;
    z-index: 9;
    border-radius: 12px;
    padding: 20px 35px;
    text-align: center;
    transition: .7s;
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, .6);
}

.SecChantiersContBody h3{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 12px;
}

.SecChantiersContBody .btn-link{
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.SecChantiersContitembody{
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 410px;
    transition: .7s;
}


.SecChantiersCont:hover .SecChantiersContitembody{
    transform: scale(1.1);
}


.SecChantiersCont:hover .SecChantiersContBody {
    bottom: 30px;
}



.Sectionrecrutons{
    padding-bottom: 92px;
}


.RecrutonsBodycont{
    padding-left: 140px;
    padding-right: 140px;
}

.Recrutonsitem{
    max-width: 442px;
    margin-left: auto;
    margin-right: auto;
}

.Recrutonsitemcard{
    position: relative;
    border: 0px;
    border-radius: 12px;
    overflow: hidden;
}

.Recrutonsitemcard:after{
    position: absolute;
    z-index: 1;
    background: url(images/project-bg.png) repeat-x;
    height: 153px;
    width: 100%;
    content: '';
    bottom: 0px;
}


.Recrutonsitemcard .card-img-top{
    height: 557px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
    transition: .25s;
}

.Recrutonsitem:hover .card-img-top{
    transform: scale(1.1);
}

.Recrutonsitemcard .card-body-content{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    backdrop-filter: blur(7px);
    overflow: hidden;
    border-radius: 12px;
}

.Recrutonsitemcard .card-body h3.card-title {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}

.Recrutonsitemcard .card-body .card-text{
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.Recrutonsitemcard .card-body{
    background: rgba(255,255,255,.6);
    padding: 25px;
}

.RecrutonsBodycont .owl-dots{
    display: none;
}



.RecrutonsBodycont .owl-theme .owl-nav [class*=owl-]{
    width: 74px;
    height: 74px;   
     background-size: cover;
    background-position: center center;
    border-radius: 50%;
}

.RecrutonsBodycont .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}

.RecrutonsBodycont .owl-theme .owl-nav button span{
    display: none;
}


.RecrutonsBodycont .owl-carousel .owl-nav button.owl-prev{
    background-image: url(images/left_circle_arrow.png);
    margin-left: -130px;
    margin-top: -250px;
}



.RecrutonsBodycont .owl-carousel .owl-nav button.owl-next{
    background-image: url(images/right_circle_arrow.png);
     margin-right: -130px;
    margin-top: -250px;
}

.RecrutonsBodycont .owl-theme .owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
   
}



.Sectionrecrutons{
    position: relative;
}
.Sectionrecrutons::after{
    height: 482px;
    background: #787878;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    content: '';
}

.Sectionrecrutons .container-fluid{
    position: relative;
    z-index: 3;
}

.Section_actualites{
    padding-top: 110px;
    padding-bottom: 110px;
}

.actualitesitemscard{
    border: 0px;
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.actualitesitemscard .card-img-top{
    height: 290px;
    border: 0px;
    border-radius: 25px;
    background-size: cover;
    background-position: center center;
}

.actualitesitemscard .card-body-content .card-body{
    padding-left: 0px;
    padding-right: 0px;
}

.actualitesitemscard .card-body-content .card-title{
    font-size: 22px;
    font-weight: 900;
}
.actualitesitemscard .card-body-content .card-text-date{
    opacity: .6;
    font-size: 12px;
}


.actualitesitemscard .card-body-content .card-text{
    font-size: 14px;
    line-height: 19px;
    margin-top: 34px;
}

.actualitesitemscard .card-body-content .btn-link{
    overflow: hidden;
    transition: .25s;
    text-decoration: none !important;
    color: #1f1b1b;
}
.actualitesitemscard .card-body-content .btn-link span{
    margin-left: -130px;
    transition: .25s;
    margin-right: 15px;
}


.actualitesitemscard .card-body-content .btn-link:hover span{
    margin-left: 0px;
    margin-right: 7px;
}

.actualitesitemscard .card-body-content .btn-link:focus{
    outline: 0px;
    box-shadow: none;
}
.actualitesitemscard:hover{
    color: #000 !important;
}


.actualitesitemscard:hover .card-body-content .btn-link span{
    margin-left: 0px;
    margin-right: 7px;
}













.copyright_section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright_section .container-fluid .copyright_content{
    background-color: #40b59b;
    border-radius: 12px;
    padding: 15px 50px;
}


.d-copyright{
    flex: 1;
    font-size: 14px;
    color: #FFF;
}

.d-copyright a{
    color: #FFF;
    text-decoration: none;
}
.d-copyright a:hover{
    text-decoration: underline;
}

.d-copyright .fa-heart{
    color: #f4351c;
}


.d-copyright p{
    margin-bottom: 0px;
}


.d-socialmedia{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 130px;
    flex: 0 0 130px;
}


.d-socialmedia .social_media{
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0;
    list-style-type: none;
}

.d-socialmedia .social_media a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
/*    border: 1px solid #fff;*/
    border-radius: 50%;
    transition: .25s;
    display: block;
}

.d-socialmedia .social_media li:first-child a{
    margin-right: 9px;
}

.d-socialmedia .social_media li a img {
    width: 50px;
    height: 50px;
}


.footer_partners{
    padding-top: 40px;
    padding-bottom: 40px;
}




.footer-logo{
    width: 250px;
    height: auto;
    margin-bottom: 30px;
}

.footer-logo img{
    width: 100%;
    height: auto;
}

.f-contect{
    font-size: 22px;
    font-weight: 900;
    color: #FFF;
    margin-bottom: 30px;
    position: relative;
    padding-left: 45px;
}

.f-contect a{
   color: #FFF;
    text-decoration: none;
}

.f-contect a:hover{
    color: #3cac97;
}

.f-contect img{
    width: 30px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    filter: invert(100%);
}

.f-contect:last-child{
    margin-bottom: 0px;
}

.f-contect.f-address img{
    top: 5px;
}

.f-contect.f-address{
    margin-top: 60px;
}

.Footer_Form_right .form-control{
    height: 64px;
    border-radius: 12px;
    border: 1px #FFF solid;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    color: #FFF;
}

.Footer_Form_right .form-control::placeholder{
    color: #FFF;
    opacity: 1;
}

.Footer_Form_right textarea.form-control{
    height: 140px;
}


.Footer_Form_right .form-control:focus{
    box-shadow: none;
}

.Footer_Form_right .btn-primary{
    width: 190px;
    height: 50px;
    padding: 0px;
    margin-left: auto;
    background-color: #FFF !important;
    color: #000;
}

.Footer_Form_right .btn-primary:hover{
    background-color: #257a66 !important;
    color: #FFF;
}



.FooterTop{
    position: relative;
}


.bottom_background{
    position: absolute;
    top: -155px;
    right: 0px;
    background-image: url(images/bottom_background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 414px;
    height: 740px;
    z-index: -1;
    width: 414px;
}

.banner-circle-1{
    width: 346px;
    height: 865px;
    position: absolute;
    z-index: 2;
    right: 0px;
    background-image: url(images/banner-circle-1.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 346px;
    bottom: -420px;
    display: none;
}

.banner-circle-1 img{
    width: 100%;
    height: auto;
}


.BannerContainer{
    position: relative;
}

.banner-socialmedia{
    position: absolute;
    width: ;
    right: 185px;
    bottom: 20px;
    z-index: 9;
}

.banner-socialmedia .social_media{
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
    column-gap: 10px;
}


.UnderBannerSction .card{
    border: 0px;
    border-radius: 12px;
    overflow: hidden;
    transition: .25s;
}


.UnderBannerSction .card .card-thumb{
    height: 385px;
    position: relative;
    background-color: #dfdfdf;
    background-size: cover;
    background-position: center center;
     transition: .25s;
}


.UnderBannerSction .card:hover  .card-thumb{
    transform: scale(1.1);
}


.UnderBannerSction .card .card-body{
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    padding: 0px;
    z-index: 3;
    background-image: url(images/white-arrow-right.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-right: 50px;
    background-position: center right;
}

.UnderBannerSction .card .card-body p{
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0px;
}

.UnderBannerSction .card .card-body h2{
    font-size: 44px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0px;
}


.UnderBannerSction .soverlay{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    background-image: url(images/under-banner-bg.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}


.AboutSectionPicture1{
    width: 405px;
    height: 450px;
}

.AboutSectionPicture2{
    width: 450px;
    height: 600px;
}


.AboutSection .shape{
    position: absolute;
    bottom: 50px;
    z-index: -1;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 682px;
}

.AboutSection .shape img{
    width: 100%;
    height: auto;
}

.AboutSection{
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
/*    overflow: hidden;*/
}



.smallpara{
    padding-bottom: 30px;
}


.smallpara .btn-link{
    color: #3a3b3a;
    text-decoration: none;
    font-weight: 700;
}

.smallpara .btn-link:focus{
    box-shadow: none;
}


.SecChantiersContBody h2.project-cate{
    font-size: 20px;
    color: #257a66;
    font-weight: 700;
}

.SecChantiersContBody h3{
    color: #3a3b3a;
    margin-bottom: 15px;
}



.project_dls{
    display: flex;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    column-gap: 20px;
    font-size: 11px;
    text-transform: uppercase;
    color: #3a3b3a;
    justify-content: center;
}




#more2, #more3{
    display: none;
}



.FooterTop .container-fluid .FooterTopcont{
    background-color: #0E3D34;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

.FooterTop .FooterNos_Services{
    background-color: #257a66;
    padding: 50px 40px;
    border-radius: 12px;
    height: 100%;
}

.FooterTopcontleft{
    padding-top: 50px;
    padding-right: 50px;
}
.FooterTop .page_heading .page_title{
    font-size: 68px;
    font-weight: 900;
    color: #FFF;
    line-height: 70px;   
}

.google-cpt{
    flex: 1;
}

.Footer_Form_right .btn-primary{
    background-color: #0E3D34;
    border: 0px;
}

.FooterNos_Services .page_heading{
    margin-bottom: 0px;
}

.FooterNos_Services ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}


.FooterNos_Services ul li a{
    padding-bottom: 18px;
    padding-top: 18px;
    font-size: 30px;
    display: block;
    color: #FFF;
    text-decoration: none;
}

.FooterNos_Services ul li a:hover{
    color: #3cac97;
}


.FooterLinksContainer{
    padding-top: 24px;
}


.FooterLinks{
    background-color: #257a66;
    color: #FFF;
    padding-top: 36px;
    padding-bottom: 36px;
    border-radius: 12px;
    padding-left: 50px;
    padding-right: 50px;
}

.footerlink h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.footerlink ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footerlink ul li{
    margin-bottom: 7px;
}

.footerlink ul li a{
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
}

.footerlink ul li a:hover{
    color: #000;
}

.footer_partners{

}


.footer_partners ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
}


.footer_partners ul li{
    flex: 0 0 130px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}



.footer_partners ul li img{
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.topnav.sticky {
   position: fixed;
  top: -100px; /* start hidden */
  left: 0;
  right: 0;
  background-color: #FFF;
  padding: 15px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.4s forwards;
  width: 100%;
  z-index: 99;
}



@keyframes slideDown {
  to {
    top: 0;
  }
}

.breadcrumb {
  font-size: 14px;
  padding: 10px 0;
}

.breadcrumb a {
  color: #007BFF;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}


.InnerBannerContainer{
    background-color: #0E3D34;
    padding-top: 30px;
    padding-bottom: 30px;
}

.InnerBannerContainer h1{
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
}

.breadcrumbs{
    font-size: 14px;
  padding: 10px 0;
    color: #FFF;
}

.breadcrumbs a{
    color: #FFF;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}


.bc-sep{
    margin-left: 15px;
    margin-right: 15px;
}













.topnav .logo{
	position: absolute;
	left:70px;
    z-index: 2;
}

.header-right-ctabutton{
	position: absolute;
	right: 70px;
}


.navbar .container-fluid{
	position: relative;
	padding-left: 420px;
	padding-right: 280px;
}


.topnav{
	padding-top: 50px;
	padding-bottom: 50px;
}

.mega-content .container-fluid{
	padding: 0px;
}

#mega-menu-wrap-menu-1{
    width: 100%;
    justify-content: flex-start;
    display: flex;
    background: transparent;
}



#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{

	
}


.InnerpageContent{
	padding-top: 60px;
	padding-bottom: 40px;
}


.InnerpageContent .entry-header{
	display: none;
}

.InnerpageContent .page_heading .page_title{
	position: relative;
	font-weight: 700;
}



.InnerpageContent .page_heading .page_title span:after{
    position: absolute;
    bottom: -35px;
    width: 160px;
    content: '';
    height: 10px;
    background-color: #0E3D34;
    left: 0px;
}

.InnerpageContent .entry-content{
	padding-top: 60px;
}


.prestations_list{
	padding-bottom: 60px;
}


.prestations_list .card{
    border: 0px;
    border-radius: 12px;
    overflow: hidden;
    transition: .25s;
}


.prestations_list .card .card-thumb{
    height: 558px;
    position: relative;
    background-color: #dfdfdf;
    background-size: cover;
    background-position: center center;
     transition: .25s;
}


.prestations_list .card:hover  .card-thumb{
    transform: scale(1.1);
}


.prestations_list .card .card-body{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 0px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 40px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    
}

.prestations_list .card .card-body p{
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0px;
}

.prestations_list .card .card-body h2{
    font-size: 62px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 64px;
    height: 150px;
    display: flex;
    align-items: center;
}


.prestations_list .soverlay{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    background-image: url(images/under-banner-bg.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}


.prestations_list .btn-link{
	background-image: url(images/white-arrow-right.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding:0px;
    padding-right:35px;
    background-position: center right;
    color: #FFF;
    font-size: 19px;
    text-decoration: none;
}

.realisation_filter{
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: none;
	margin: 0px;
	display: flex;
	border-radius: 12px;
	margin-bottom: 40px;
	justify-content: center;
}

.realisation_filter a{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 28px;
	padding-right: 28px;
	text-decoration: none;
	font-size: 19px;
	color: #000;
	display: block;
	border-radius: 12px;
}
.realisation_filter a:hover{
	color: #40b59b;
}
.realisation_filter li.active a{
	background-color: #40b59b;
	color: #FFF;
}

.ncbannercont{
	padding-top: 125px;
	padding-bottom: 70px;
	color: #FFF;
}

.ncbannercont .page_title{
	font-size: 60px;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: -0.025rem;
	margin-top: 30px;
	color: #FFF;
	position: relative;
}
.ncbannercont .page_title:after{
	position: absolute;
    bottom: -35px;
    width: 160px;
    content: '';
    height: 10px;
    background-color: #FFF;
    left: 0px;
}
.ncdate{
	font-size: 16px;
}



.Usine_video {
    height: 480px;
    border-radius: 25px;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
    overflow: hidden;
}


.Usine_video:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: #000;
    opacity: .5;
    content: '';
}

.Usine_video:after {
    background-image: url(images/play-icon.png);
    background-size: 67px;
    background-repeat: no-repeat;
    width: 67px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    content: '';
}

.Usine_video.Visite_video:before, .Usine_video.Visite_video:after{
	display: none;
}

.ncPagetop {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ncPagetop .smalldesc{
    font-size: 19px;
    padding-bottom: 30px;
}

.ncPagetopfeature{
     font-size: 19px;
}

.ncPagetopfeaturelabel{
    font-weight: 700;
    color: #919191;
}

.ncPagetopfeaturetext{
    margin-bottom: 44px;
}

.beforeAfter{
    border-radius: 15px;
    margin-top: -400px;
}


.ncPagevideosec{
    background-color: #40b59b;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ncPagevideosec .page_title{
    font-size: 60px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.025rem;
    margin-top: 30px;
    color: #FFF;
    position: relative;
}
.ncPagevideosec .page_title:after{
    position: absolute;
    bottom: 0px;
    width: 160px;
    content: '';
    height: 7px;
    background-color: #FFF;
    left: 0px;
}

.Usine_video{
    margin-top: 30px;
}

.noschantiersBottomtext{
    padding-top: 55px;
    padding-bottom: 55px;
}



.noschantiersBottomtext .page_title{
    font-size: 60px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.025rem;
    margin-top: 30px;
    color: #0E3D34;
    position: relative;
}
.noschantiersBottomtext .page_title:after{
    position: absolute;
    bottom: 0px;
    width: 160px;
    content: '';
    height: 7px;
    background-color: #0E3D34;
    left: 0px;
}


.Avantblockpicture{
    height: 710px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 12px;
    margin-bottom: 30px;
}


.Apresblock{
    padding-top: 60px;
}

.InnerpageContent ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.InnerpageContent ul li{
    background-image: url(images/arrow-right-long-solid.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 24px;
    margin-bottom: 12px;
}


.recrutonscontainer{
    padding-bottom: 80px;
}

.recrutonscontenttopheading{
    background-color: #f2f4f6;
    padding-top: 40px;
    padding-bottom: 86px;
    justify-content: center;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.recrutonscontent {
    margin-top: -45px;
}

.recrutons_search{
    height: 94px;
    border-radius: 15px;
}

.recrutons_search .form-control{
    border-radius: 15px 0 0 15px;
    padding-left: 50px;
    font-size: 18px;
}

.recrutons_search  .btn.btn-primary{
    background-color: #3cac97;
    border-radius: 0px 15px 15px 0px;
    border: 0px;
}

.recrutons_search  .btn.btn-primary img{
    width: 32px;
    height: 32px;
}

.recrutons_search  .btn.btn-primary:hover{
    background-color: #257a66;
}

.recrutons_searchfilter{
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 22px;
    padding-bottom: 72px;
    column-gap: 10px;
}


.recrutons_searchfilter .btn-outline-secondary{
    border-color: #d7d7d7;
    padding-left: 18px;
    padding-left: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #000;
}

.recrutons_searchfilter .btn-outline-secondary img{
    margin: 5px;
    width: 15px;
}

.recrutonscontenttotal{
    font-size: 22px;
    padding-bottom: 20px;
}
.recrutonscontenttotal span.num{
    font-weight: 700;
}

.recrutonscontentitem{
    margin-bottom: 20px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    border: 0px;
}

.recrutonscontentitem .card-body{
    padding: 30px;
}

.recrutonscontentitem .card-title{
    display: flex;
/*    padding-bottom: 30px;*/
}

.recrutonscontentitem .card-title h3{
    font-size: 21px;
    font-weight: 700;
    color: #000;
    flex: 1;
}

.recrutonsdate{
    font-size: 14px;
    color: #3cac97;
}

.recrutons-morebtn{
    padding-top: 20px;
}

.recrutons-morebtn .btn-primary{
    background-color: #3cac97;
    padding-top: 14px;
    padding-bottom: 13px;
    border-color: #3cac97;
    width: 220px;
    font-size: 16px;
}

.recrutons-morebtn .btn-primary:after{
    background-image: url(images/right-arrow-angle.png);
    background-size: 7px;
    background-position: center; center;
    width: 12px;
    height: 12px;
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 5px;
}



.recrutons-morebtn .btn-primary:hover{
    border-color: #000;
    background-color: #FFF;
    color: #000;
}

.recrutons-morebtn .btn-primary:hover::after{
    filter: invert(100%);
}

.npd-video{
    height: 100%;
    border-radius: 12px;
    background-size: cover;
    background-position: center center;
}
.npd-video img{
    border-radius: 12px;
}

.npd_videosec_right_sec{
    text-align: center;
}


.npd_videosec_right_sec:not(:last-child){
    margin-bottom: 80px;
}

.npdicon{
    height: 80px;
    margin-bottom: 40px;
}

.npd-videosec{
    padding-bottom: 80px;
}

.npdnumber{
    font-size: 112px;
    font-weight: 700;
    line-height: 100px;
}


.npd_process{
    padding-top: 0px;
    padding-bottom: 130px;
}

.npd_process .page_heading{
    margin-bottom: 70px;
}


.npd_process .card{
    border: 0px;
    height: 100%;
}

.npd_process .card-heading{
    background-color: #0E3D34;
    height: 77px;
    display: flex;
    position: relative;
    padding-left: 95px;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
}

.npd_process .card-heading .number{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    bottom: 0px;
    font-size: 48px;
    text-align: center;
    color: #FFF;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.npd_process .card-heading .number:before{
    position: absolute;
    width: 112px;
    height: 112px;
    background-color: #257a66;
    content: '';
    z-index: 1;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-70%,-50%);
}
.npd_process .card-heading .number span{
    position: relative;
    z-index: 2;
}




.npd_process .card-heading .card-title{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}


.npd_process .card-body{
    background-color: #f4f4f4;
    border-radius: 12px;
    padding: 30px;
}

.npd_process .card-body ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.npd_process .card-body ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.npd_process .card-body ul li:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    background-color: #0E3D34;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}


.SectionChantiers.npssc{
    padding-bottom: 70px;
}




/**contactpage css starts**/
.contactform_sec{
    margin-top: 80px;
    margin-bottom: 80px;
    
}
.contactform_sec .contactform{
    background-color: #f3f2f2;
    border-radius: 54px;
    padding-top: 70px;
    padding-bottom: 55px;
    padding-left: 60px;
    padding-right: 60px;
}
.contactform_sec .contactform .formbold {
    margin-bottom: 12px;
}
.contactform_sec .contactform .formbold-form-input {
    width: 100%;
    height: 64px;
    border-radius: 0px;
    border: 1px #000 solid;
    font-size: 16px;
    padding-left: 20px;
    background-color: transparent;
    border-radius: 12px;
}
.contactform_sec .contactform .formbold-form-input:focus{
    outline: 0px;
/*    border: 0px;*/
    box-shadow: nome;
}
.contactform_sec .contactform .formbold-form-input::placeholder{
    font-size: 16px;
    color: #000000;
}
.contactform_sec .contactform .formbold textarea#message {
    width: 100%;
    height: 150px;
    padding-top: 15px;
}

.contactform_sec .contactform .formbold input#apply {
    opacity: 0;
    position: absolute;
}
.contactform_sec .contactform .formbold input#apply1 {
    opacity: 0;
    position: absolute;
}
.contactform_sec .contactform .formbold span.file_type {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
}
.contactform_sec .contactform .formbold label.pdf {
        display: flex;
    align-items: baseline;
    font-size: 16px;
    color: #000;
    border: 1px #000 solid;
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    margin-top: 5px;
    border-radius: 12px;
}
.contactform_sec .contactform .formbold img.pdf_icon {
    margin-right: 6px;
}
.contactform_sec .contactform .formbold.pdf_upload {
    margin-top: 10px;
    margin-bottom: 40px !important;
    display: block;
}
.contactform_sec .contactform .formbold label.form-check-label {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 22px;
}
.contactform_sec .contactform .formbold .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    margin-top: 7px;
}

.contactform_sec .contactform button.formbold-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 45px;
    background-color: #0E3D34;
    border: 1px solid #0E3D34;
    border-radius: 13px;
    margin-right: 0;
    transition: .25s;
    margin-top: 25px;
    margin-left: auto;
}
.contactform_sec .contactform button.formbold-btn img {
    width: 15px;
    height: auto;
    margin-left: 12px;
    transition: .25s;
}
.contactform_sec .contactform button.formbold-btn:hover {
    border: 1px solid #0E3D34;
    color: #0E3D34;
    background-color: transparent;
}
.contactform_sec .contactform button.formbold-btn:hover img{
    filter: invert(1);
}






/**carrieres_details page css starts**/
.carrieres_details_sec{
    background-color: #f2f4f6;
}
.carrieres_details_sec .blue_box{
    /*background-color: #0176c3;
    border-radius: 34px;*/
    padding: 0px;
    margin-top: 70px;
    margin-bottom: 85px;
}
.carrieres_details_sec .box .txt h4{
    font-size: 27px;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.025rem;
}
.carrieres_details_sec .details_box{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.carrieres_details_sec .details_box:first-child .box{
    margin-right: 85px;
}
.carrieres_details_sec .details_box .box{
    display: flex;
    align-items: flex-start;
}
.carrieres_details_sec .details_box .box .icon i.fa{
    font-size: 24px;
    margin-right: 17px;
    margin-top: 4px;
}
.carrieres_details_sec .contactform_sec.carrires_details{
    margin-top: 0px;
    
}
.carrieres_details_sec .contactform_sec.carrires_details .contactform{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
/*.contactform_sec.carrires_details .contactform .formbold {
    margin-bottom: 0px;
}*/
.contactform_sec.carrires_details form.pdf_upldsec {
    margin-top: 30px;
}
.contactform_sec.carrires_details .contactform .formbold label.pdf {
    margin-bottom: 15px;
}
.contactform_sec.carrires_details .contactform button.formbold-btn {
    margin-top: 35px;
}
.contactform_sec.carrires_details .contactform h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.contactform_sec.carrires_details .contactform h4 {
    font-size: 26px;
    font-weight:500;
    color: #000;
    margin-bottom: 12px;
    margin-top: 50px;
    display: flex
;
    align-items: center;
}


.contactform_sec.carrires_details .contactform h3 span {
    font-weight: 400;
    color: #010101;
}

.carrieres_details_sec .left_sec h3{
    font-size: 39px;
    color: #010101;
    text-transform: uppercase;
    letter-spacing: -0.025rem;
    margin-bottom: 12px;
}
.carrieres_details_sec .left_sec h3 span{
    display: block;
    color: #1074bc;
    font-weight: 800;
}
.carrieres_details_sec .left_sec p{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin-bottom: 30px;
}
.carrieres_details_sec .left_sec ul{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 35px;
}
.carrieres_details_sec .left_sec ul li{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
}
.carrieres_details_sec .left_sec ul li::before{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #257a66;
    top: 6px;
    left: 0;
}


.offres_sec.carrires_details{
    padding-top: 70px;
    margin-top: 0px;
    padding-bottom: 15px;
}
.offres_sec.carrires_details .offres_box .box ul li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 21px;
    position: relative;
}
.offres_sec.carrires_details .offres_box .box ul li::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
}

.carrieres_details_sec .contactform_sec.carrires_details .contactform{
    background-color: #FFF;
    border-radius: 0px;
}

.carrieres_details_sec{
    overflow: hidden;
    position: relative;
}

.carrieres_details_sec:after{
    position: absolute;
    right: 0px;
    width: 47%;
    content: '';
    background-color: #FFF;
    height: 100%;
    top: 0px;
    z-index: 1;
}

.carrieres_details_sec .container-fluid{
    position: relative;
    z-index: 2;
}


.carrieres_details_sec .contactform_sec.carrires_details{
    background-color: #FFF;
    height: 100%;
}

.carrieres_details_sec .contactform_sec.carrires_details .contactform{
    padding-right: 0px;
}


.carrieres_details_sec .row{
    justify-content: space-between;
}
.carrieres_details_left{
    width: 47%;
    flex: 0 0 47%;
    padding-bottom: 150px;
}
.carrieres_details_right{
    width: 47%;
    flex: 0 0 47%;
}


.tooltipdoc{
    font-size: 16px;
}


.teamccd{
    padding-top: 70px;
}



.talents_team{
    border-radius: 25px;
    margin-bottom: 30px;
}

.talents_team img{
    width: 100%;
    height: auto;
    border-radius: 25px;
}


.team_user{
    height: 220px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-y;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    transition: .25s;
}

.team_user:before{
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background: url(images/bottom-bg.png) center bottom repeat-x;
    content: '';
}


.contactform_sec.carrires_details .contactform .team_user h3{
    position: relative;
    padding-left: 80px;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    z-index: 3;
    text-decoration: none;
    padding-bottom: 15px;
    background: url(images/play___icon.png) 20px 0px no-repeat;
    padding-top: 2px;
    
}

.team_user:hover h3{
    text-decoration: underline;
}

.team_user_offres{
    background-color: #b61522;
    border-radius: 15px;
    height: 100%;
    padding: 20px;
}

.team_user_offres h3{
    color: #FFF;
    font-weight: 700;
    margin-bottom: 15px;
}


.team_user_offres ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.team_user_offres ul li {
    margin-bottom: 15px;
}

.team_user_offres ul li a{
    color: #FFF;
    text-decoration: none;
    margin-bottom: 13px;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    transition: .25s;
    
}


.team_user_offres ul li a:before{
    position: absolute;
    left: 0px;
    content: '';
    background-image: url(images/right-arrow.svg);
    background-position: center center;
    background-size: 12px;
    background-repeat: no-repeat;
    top: 4px;
    width: 14px;
    height: 14px;
    filter: invert(100%);
    transition: .25s;
}


.team_user_offres ul li a:hover{
    text-decoration: underline;
}


.team_user_offres ul li a:hover::before{
    left: 3px;
}



.team_user_offres a{
    color: #FFF;
    text-decoration: none;
}

.team_user_offres .btn{
    padding: 0px;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    color: #FFF;
    padding-right: 26px;
     background-image: url(images/right-arrow-white.svg);
    background-position: 98% center;
    background-size: 12px;
    background-repeat: no-repeat;
    transition: .25s;
}

.team_user_offres .btn:hover{
    text-decoration: none;
    background-position: 100% center;
}


.video-container {
  position: relative;
  top: 0;
  left: 0;
  height:720px;
  width: 100%;
  z-index: -1; /* Send behind other content */
  overflow: hidden;
  border-radius: 15px;
}

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
}



.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader.hide {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  border: 6px solid #ccc;
  border-top: 6px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


/*.home .navbar{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;    
}

 .navbar{
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
 }
*/


#mega-menu-wrap-menu-1 #mega-menu-menu-1{
    width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
    background-color: #FFF;
    border-radius: 15px;
    padding-top: 10px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

#mega-menu-wrap-menu-1{
    padding-left: 40px;
    padding-right: 40px;
}

#mega-menu-wrap-menu-1 .nav-pills .nav-link{
    background-color: #FFF;
    border: #0E3D34 1px solid;
    width: 210px;
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}


#mega-menu-wrap-menu-1 .nav-pills .nav-link.active, .nav-pills .show>.nav-link, #mega-menu-wrap-menu-1 .nav-pills .nav-link:hover{
    background-color: #0E3D34;
    border: #0E3D34 1px solid;
    color: #FFF;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{
           transform: translate(0, 0px);
}


#mega-menu-wrap-menu-1 .nav{
    border-right: 1px #000 solid;
    padding-right: 30px;
    margin-right: 0px !important;
}

#mega-menu-wrap-menu-1 .tab-content{
    padding-left: 30px;
}

#mega-menu-wrap-menu-1 .btn-outline-primary{
  border-color: #0E3D34;
    color: #0E3D34;
    margin-right: 12px;
    margin-bottom: 5px;
    width: 47%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    float: left;
    line-height: 15px;
}

/*#mega-menu-wrap-menu-1 .btn-outline-primary.wfull{
    width: 97%;
}*/

#mega-menu-wrap-menu-1 .btn-outline-primary:hover{
    border-color: #0E3D34;
    background-color: #0E3D34;
    color: #FFF;
}

#mega-menu-wrap-menu-1 .nav-pills .nav-link:last-child{
    margin-bottom: 0px;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
    background-color: #FFF !important;
    border-radius: 15px !important;
    padding-top: 0px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.12);
    padding-bottom: 0px;
    overflow: hidden;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        margin-bottom: 0px;
        padding: 12px 33px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    border-bottom:1px solid #ccc;
    background-color: #FFF !important;
}

ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link{
    border-bottom:0px solid #ccc !important;
    margin-bottom: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    border-color: #0E3D34;
    background-color: #0E3D34 !important;
    color: #FFF;
}





.realisation_projectdetails{
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}


.realisation_projectdetails .pagetitle h2{
    font-family: 'Conv_FuturaPTDemi';
    font-size: 36px;
    margin-bottom: 34px;
}



.realisation_projectdetails .about_project ul.features {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 30px 20px 30px;
    background-color: #eff3f7;
    border-radius: 15px;
}


.realisation_projectdetails .about_project ul.features li {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 22px;
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
/*    text-transform: capitalize !important;*/
}
.realisation_projectdetails .about_project ul.features li span{
    font-weight: 500;
    padding-left: 4px;
}

.realisation_projectdetails .pic_sec{
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
}




/**contact_page css starts**/

.contact_sec.innerpage {
    padding-top: 100px;
/*    padding-bottom: 115px;*/
}
.contact_sec.innerpage .box{
    padding: 20px;
}
.contact_sec.innerpage .box .icon{
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.contact_sec.innerpage .box .icon img{
    width: 100%;
}
.contact_sec.innerpage .box .txt{
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.contact_sec.innerpage .box .txt a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: .25s;
}
.contact_sec.innerpage .box .txt a:hover{
    color: #aa2c2d;
}
.contact_sec.innerpage .box .txt a.phn{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.020rem;
    transition: .25s;
}
.contact_sec.innerpage .box .txt a.phn:hover{
    color: #aa2c2d;
}



.contactform_sec.innerpage{
/*    padding-bottom: 110px;*/
}
.contactform_sec.innerpage .contactform{
    background-color: #f3f2f2;
    border-radius: 12px;
    padding-top: 70px;
    padding-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
}
.contactform_sec.innerpage .contactform .formbold {
    margin-bottom: 8px;
}
.contactform_sec.innerpage .contactform .formbold-form-input {
   height: 64px;
    border-radius: 12px;
    border: 1px #666 solid;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    color: #000;
}
.contactform_sec.innerpage .contactform .formbold-form-input:focus{
    outline: none;
    box-shadow: nome;
}
.contactform_sec.innerpage .contactform .formbold-form-input::placeholder{
    font-size: 14px;
    color: #4d4d4d;
}
.contactform_sec.innerpage .contactform .formbold textarea#message {
    width: 100%;
    height: 130px;
    padding-top: 15px;
}

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

.contactform_sec.innerpage .contactform button.formbold-btn {
        width: 190px;
    height: 50px;
    padding: 0px;
    margin-left: auto;
}
.contactform_sec.innerpage .contactform button.formbold-btn img {
    width: 15px;
    height: auto;
    margin-left: 12px;
    transition: .25s;
}
.contactform_sec.innerpage .contactform button.formbold-btn:hover {
    border: 2px solid #000;
    color: #000;
    background-color: transparent;
}
.contactform_sec.innerpage .contactform button.formbold-btn:hover img{
    filter: invert(1);
}

.contactform_sec.innerpage .contactform .form-check.formbold {
    padding-top: 12px;
    padding-bottom: 8px;
}
.contactform_sec.innerpage .contactform .heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.contactform_sec.innerpage .contactform .heading h2{
    font-size: 42px;
    font-weight: 800;
    color: #000;
    line-height: 45px;
    margin-bottom: 0px;
    letter-spacing: -0.020rem;
}
.contactform_sec.innerpage .contactform .heading h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    position: relative;
    padding-right: 7px;
}
.contactform_sec.innerpage .contactform .heading h6 sup {
    color: #ff0000;
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: -1px;
}



.map_sec{
    padding-bottom: 105px;
}
.map_sec .container{
    position: relative;
    height: 490px;
    overflow: hidden;
    border-radius: 12px;
}
.map_sec .container iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.page-template-page-nous-contacter .FooterTop{
    display: none;
}

.post-thumbnail{
    display: none;
}


#mega-menu-item-35{
    position: relative !important;
}

#mega-menu-wrap-menu-1 #mega-menu-item-35 .nav{
     width: 240px !important;
     border: 0px !important;
     padding-right: 0px !important;
}


#mega-menu-wrap-menu-1 #mega-menu-item-35 ul.mega-sub-menu{
    width: 240px !important;
}

.noschantiersBottomtextpara a{
    color: #0e3d34;
}




.slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  touch-action: pan-y;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}

.slide {
  min-width: 100%;
  padding: 0 0px;
/*  background: #FFF;*/
/*  text-align: center;*/
  font-size: 18px;
  border-radius: 8px;
  user-select: none;
}

/* Navigation Buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: white;
  border: none;
/*  padding: 10px 15px;*/
  cursor: pointer;
  font-size: 16px;
  border-radius: 50%;
  z-index: 1;
/*  opacity: 0.7;*/
  width: 30px;
  height: 30px;
}
.prev-btn { left: 10px; }
.next-btn { right: 10px; }







.product_sec{
    padding-top: 90px;
    padding-bottom: 70px;
}
.product_sec .container{
    padding-left: 105px;
    padding-right: 105px;
}
.product_sec .row {
    padding-left: 3px;
    padding-right: 3px;
    justify-content: center;
}
.product_sec .heading.title h2{
    font-size: 46px;
    max-width: 700px;
    margin-bottom: 35px;
}
.product_sec ul{
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.product_sec ul li{
    
}
.product_sec ul li a.box{
    text-decoration: none;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    border: 2px solid #0E3D34;
    border-radius: 7px;
    transition: .25s;
    margin-left: 6px;
    margin-right: 6px;
}
.product_sec ul li a.box:hover{
    background-color: #0E3D34;
}
.product_sec ul li a.box img{
    width: 38px;
    transition: .25s;
    filter: invert(20%) sepia(13%) saturate(1874%) hue-rotate(119deg) brightness(96%) contrast(99%);
}
.product_sec ul li.active a{
   background-color: #0E3D34;
}
.product_sec ul li a.box:hover img, .product_sec ul li.active a.box img{
    filter: invert(1);
}
.product_sec ul li a.box h6{
    flex: 1;
    margin-left: 12px;
    font-size: 13px;
    color: #0E3D34;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    transition: .25s;
}
.product_sec ul li a.box:hover h6, .product_sec ul li.active a.box h6{
    color: #fff;
}
.product_sec ul li a.box h6 span{
    display: block;
}

.product_sec .products_boxes{
    margin-top: 25px;
    padding-bottom: 0px;
}
.product_sec .products_boxes .product_box{
    width: 19%;
    max-width: 19%;
    flex: 0 0 19%;
    padding: 0px;
    margin: 6px;
    margin-bottom: 20px;
}
.product_sec .products_boxes .product_box .pic_sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 195px;
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    position: relative;
    display: block;
}
.product_sec .product_box .pic_sec .quality{
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    background-color: #6cc700;
    padding: 3px 10px 3px 8px;
    display: inline-block;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    top: 25px;
    left: 0;
    text-transform: uppercase;
}
.product_sec .product_box .pic_sec .quantity{
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background-color: #0E3D34;
    padding: 2px 10px 2px 8px;
    display: inline-block;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
    top: 25px;
    right: 0;
}
.product_sec .product_box .txt_sec{
    
    padding: 12px 12px 18px 12px;
}
.product_sec .product_box .txt_sec h6.category{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
}
.product_sec .product_box .txt_sec h4.product_heading{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 3px;
    color: #46717f;
}

.product_sec .product_box .txt_sec h4.product_heading a{
    color: #000;
    text-decoration: none;
}


.product_sec .product_box .txt_sec h4.product_heading a:hover{
    color: #0E3D34;
    text-decoration: none;
}


.product_sec .product_box .txt_sec h5.dimension{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 17px;
    color: #000;
}
.product_sec .product_box .txt_sec h5.dimension span{
    display: block;
}
.product_sec .product_box .txt_sec .withdrawal{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    color: #a6fc00;
}
.product_sec .product_box .txt_sec h3.price{
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000;
}
.product_sec .product_box .txt_sec h3.price sub{
    font-size: 13px;
    font-weight: 400;
}
.product_sec .product_box .main_box{
    height: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.27);
    border-radius: 33px;
}
.product_sec .product_box .txt_sec .button a{
    width: 157px;
    height: 32px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: #0E3D34;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #0E3D34;
}
.product_sec .product_box .txt_sec .button a:hover{
    background-color: transparent;
    color: #0E3D34;
}
.product_sec .more-pic {
    margin-left: auto;
    margin-right: auto;
    width: 55px;
}
.product_sec .more-pic img{
    width: 100%;
}



.actualitesitems {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 15px;
    height: calc(100% - 30px);
}


.footer_partners_container .footer_partners{
    border: 2px #40b59b solid;
    border-radius: 12px;
    padding: 15px 50px;
    margin-top: 30px;
}

.index-chantier-max-height{
    max-height: 1320px;
    overflow-y: hidden;
}

.relpic{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    display: none;
    clear: both;
}

.relpic.active{
    display: block;
}

#mega-menu-wrap-menu-1 .nav{
    width: 240px;
    float: left;
    margin-bottom: 40px;
}


#mega-menu-wrap-menu-1 .tab-content {
    padding-left: 270px;
}


.price_amout {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.price_amout small{
    font-size: 14px;
    font-weight: 400;
}

.product_sec .product_box .txt_sec{
    min-height: 300px;
    padding-bottom: 60px;
    position: relative;
}


.product_sec .product_box .txt_sec h4.product_heading{
    min-height: 50px;
}

.product_sec .product_box .txt_sec .button{
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.product_sec .products_boxes .product_box .pic_sec{
    background-color: #f2f2f2;
}

.lazy-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('images/Loading_icon.gif') center center no-repeat;
    background-size: 50px;
    z-index: 5;
}

.lazy-bg.loaded::before { opacity: 0 !important; visibility: hidden !important; }




/* Preloader GIF centered via ::before */
.lazy-bg::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;   /* loader size */
    height: 50px;
    transform: translate(-50%, -50%);
    background-image: url('images/Loading_icon.gif'); /* <-- set correct path */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    /* ensure it sits above the background */
    z-index: 5;

    /* visible by default */
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, visibility 0.35s;
    pointer-events: none;
}

/* when loaded, fade out the loader */
.lazy-bg.loaded::before {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* optional: fade-in the background image itself */
.lazy-bg {
    transition: background-image 0.2s linear;
}



.ProductDetailsContainer{
    padding-top: 20px;
    padding-bottom: 60px;
}




.product-small-description a{
    font-size: 14px;
    color: #000;
}


.ProductDetailsContainer .button a{
    width: 220px;
    height: 48px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: #0E3D34;
    margin-left: 0;
    margin-right: auto;
    border: 2px solid #0E3D34;
    margin-top: 30px;
}

.ProductDetailsContainer .button a:hover{
    background-color: transparent;
    color: #0E3D34;
}

.product-picture{
    height: 530px;
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}

.product-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.product-info{
    padding-left: 60px;
}

.materiaux_projectdetails{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}



h3.product-sub-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}
.product-description-container{
    background-color: #f8f8f8;
    padding-bottom: 60px;
}
/*.product-description-container .container-fluid{
    max-width: 1380px;
}

*/




.kpi-sec .left img{
width: 64px;
height: auto;
}
.kpi-sec .right .number{
font-size: 56px;
font-weight: 800;
color: #0E3D34;
line-height: 45px;
margin-bottom: 30px;
}
.kpi-sec .right .heading{
font-size: 18px;
font-weight: 400;
color: #000;
margin-top: 15px;
}
.kpi-sec .col-lg-4 {
display: flex;
align-items: flex-start;
justify-content: center;
}
/*.kpi-sec .right{
margin-left: 10px;
}*/
.kpi-sec .col-lg-4.col-4.left img{
width: 115px;
}
.kpi-sec{
background-color: #f2f2f2;
padding: 80px 0px;
}

.Notre_methodologie{

}

.Notre_methodologie .page_title{
    position: relative;
}

.Notre_methodologie .page_heading .page_title span {
    position: static;
}

.Notre_methodologie .page_title span:after{
    bottom: 10px;
}




/* Custom styling for the stepper */
.step-card {    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    padding: 30px;
    border: 0px;
    border-radius: 15px;
}
.step-card:hover {  box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.step-card.active { border-left: .5rem solid #0d6efd; background: #f8fbff; }
.step-icon { font-size: 2.2rem; }
.progress-steps { height: 8px; border-radius: 8px; }
.download-btn { white-space: nowrap; }

.Notre_methodologie .badge{
    top: -30px;
    left: -30px;
    font-size: 20px;
    border-radius: 40px;
    background-color: #3dac98 !important;
    width: 40px;
    height: 40px;
    line-height: 27px;
}


.construction_site{
    font-size: 14px;
}

.construction_site.construction_site_details{
    font-size: 24px;
}


.construction_site.construction_site_details img{
    max-width: 24px; 
    height: auto; 
    margin-top: -2px;
}


#main-slider img {
  width: 100%;
  height: auto;
}

#thumb-slider {
  margin-top: 10px;
}

#thumb-slider .thumb {
  cursor: pointer;
  opacity: 0.6;
}

#thumb-slider .current .thumb {
  opacity: 1;
}

#thumb-slider img {
  width: 100%;
}



/* Navigation wrapper */
#main-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Buttons */
#main-slider .owl-nav button {
  position: absolute;
  width: 45px;
  height: 45px;
  background: rgba(0,0,0,0.6) !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  pointer-events: all;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover */
#main-slider .owl-nav button:hover {
  background: #0E3D34 !important;
}

/* Prev */
#main-slider .owl-nav .owl-prev {
  left: 10px;
}

/* Next */
#main-slider .owl-nav .owl-next {
  right: 10px;
}


#main-slider .owl-nav button span {
  display: none;
}

#main-slider .owl-nav .owl-prev::before,
#main-slider .owl-nav .owl-next::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#main-slider .owl-nav .owl-prev::before {
  transform: rotate(-135deg);
  margin-left: 5px;
}

#main-slider .owl-nav .owl-next::before {
  transform: rotate(45deg);
  margin-left: -5px;
}

.owl-carousel-item{
    border-radius: 12px;
    overflow: hidden;
    height: 420px;
}
#main-slider .owl-carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#thumb-slider .thumb {
    border-radius: 12px;
    overflow: hidden;
     height: 120px;
}


#thumb-slider .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}