@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'FoundersGrotesk';
    src: url(../fonts/FoundersGrotesk-Regular.otf);
    }
@font-face {
        font-family: 'FoundersGrotesk-light';
        src: url(../fonts/FoundersGrotesk-Light.otf);
        }
@font-face {
        font-family: 'FoundersGrotesk-bold';
        src: url(../fonts/FoundersGrotesk-Bold.otf);
        }

@font-face {
        font-family: 'FoundersGrotesk-Medium';
        src: url(../fonts/FoundersGrotesk-Medium.otf);
        }
        
 @font-face {
           font-family: 'Helvetica';
           src: url(../fonts/Helvetica.ttf);
                    }
   @font-face {
          font-family: 'Helvetica-light';
          src: url(../fonts/helvetica-light.ttf);
          }
  @font-face {
        font-family: 'roboto';
            src: url(../fonts/Roboto-Regular.ttf);
            }  
  @font-face {
         font-family: 'roboto';
                src: url(../fonts/Roboto-Regular.ttf);
                }            
            
/* info global */

:root {
    --Heading_color: #020104;
    --red_color: #d80015;
    --grayLighten_color: #f5f5f5;
    --white-color: #fff;
    --Brand_title_fonts:
    'FoundersGrotesk';
    --Brand_title_weight: bold;
    --Brand_title_size_level_one: 5em;
    --Brand_title_size_level_two: 71px;
    --Brand_title_size_level_three: 50px;
    --Brand_title_size_level_forth: 29px;
    --Brand_title_size_level_five: 40px;
    --Brand_title_size_level_six: 16px;
    --Brand_title_size_level_seven: 12px;
    --Brand_para_size: 20px;
}
html {
    overflow-x: hidden !important;
    width: 100%;
}
body {
    min-height: 100vh;
    overflow-x: hidden !important;
}
body p{
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    line-height: 27px;
    font-family: 'FoundersGrotesk';
    text-align: justify;
}

/* start hover shine */

.shine {
    position: relative;
    overflow: hidden;
}

.shine::before {
    background: linear-gradient(to right, rgb(248 248 248 / 85%) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
    -webkit-animation: shine 0.85s;
    animation: shine 0.85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.fadeInLeft {
	-webkit-animation: fadeInLeft 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fadeInLeft  0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
*/
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(-1000px);
            transform: translateZ(-1400px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(-1000px);
            transform: translateZ(-1400px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}

  .ml3 {
    position: relative;
  }
  span.ml2 {color:#C4A481 !important;}
  p.ml9{
    position: relative;
    font-weight: 200;
    font-size: 4em;
  }

/* end hover shine */

/* start  links-contact  headerrr*/

div.links-contact {
    background: var(--Heading_color);
    padding: 8px 0;
    text-align: center;
}
.topContact div {
    margin: 0 5px;
}
div.links-contact span,
div.links-contact a {
    color: var(--white-color);
    font-family: var(--Brand_title_fonts);
    font-weight: 500;
    font-size: 14px;
    font-family: "roboto";
    line-height: normal;
    position: relative;
    display: block;
}

div.links-contact a {
    text-decoration: none;
    display: inline-block;
    margin-left: 0;
}


/* end nos links-contact */


/* start header logo and icons */
header.not-home .fa-caret-down:before {
    content: "\f0d7";
    background: url(../images/chevron-down.png)center no-repeat!important;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
}
.header_logo_icons.sticky .fa-caret-down:before {
    content: "\f0d7";
    background: url(../images/chevron-down.png)center no-repeat!important;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
}
.fa-caret-down:before {
    content: "\f0d7";
    background: url(../images/chevron-down.png)center no-repeat!important;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
}
header.not-home .header_logo_icons {
    position: relative;
    z-index: 9;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
header.not-home a#logofixed {
    display: block;
    margin: 0 auto;
}
header.not-home  nav .navbar .links li a {
    color: #000;
}
header.not-home a#logoSite {
    display: none;
}
header.not-home  .header_logo_icons .header_icons i {
    color: black;
    font-size: 16px;
}
.header_logo_icons {
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9999;
    background: white;
}
img#iconfixed{display: none;}
header.not-home img#iconfixed {
    display: block;
}
header.not-home img#iconWhite{display: none;}
.header_logo_icons.sticky  img#iconfixed{display: block;}
.header_logo_icons.sticky  img#iconWhite {display: none;}
a#logoSite {
    margin: 5px auto;
    margin-top: 10px;
    display: none;
}
 .content_lang {
    display: flex;
    gap: 41px;
    justify-content: center;
    align-items: center;
}

 .lang-menu,
 .monnais,
 .laguages {
    position: relative;
    font-size: 13px;
    margin-top: 4px;
}
.laguages i {
    font-size: 8px;
    padding: 0 4px;
}
.lang-menu ul.languages_uses {
    padding: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    display: none;
    right: inherit;
    z-index: 2;
    transition: .7s;
    list-style: none;
    margin-top: 5px;
}

 .lang-menu .mon_uses,
 .lang-menu .laguages_uses {
    padding: 0;
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    /* right: 11px; */
    z-index: 2;
    transition: .7s;
    list-style: none;
    margin-top: 5px;
}

 .lang-menu ul.active,
 .lang-menu .mon_uses.active,
 .lang-menu .laguages_uses.active {
    display: block;
    background: black;
}

/* .header_logo_icons .wathapps a {
    display: flex;
    gap: 5px;
    justify-content: end;
    color: black;
    text-decoration: none;
    line-height: 30px;
    font-family: "roboto";
    padding-right: 20px;
}
.header_logo_icons .wathapps a:hover {
    color: #c3a380;
    border: 1px solid;
    transition: all ease-in 0.1s;
} */
.header_icons .wathapps a {
    display: flex;
    gap: 5px;
    justify-content: end;
    color: black;
    text-decoration: none;
    line-height: 30px;
    font-family: "roboto";
    padding-right: 20px;
}
.header_icons .wathapps a:hover {
    color: #c3a380;
    border: 1px solid;
    transition: all ease-in 0.1s;
} 
a#totop i {
    font-size: 14px;
}
/* end header logo and icons */
.bannerInterne {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 130px 0 0px;
    text-align: center;
}
h1.topTitre {
    font-size: 39px;
    line-height: normal;
    color: white;
    font-family: 'FoundersGrotesk-Medium';
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.topHeader h2 a {
    color: #fff;
    text-decoration: initial;
}
.topHeader h2 {
    color: #CBA278;
    font-family: 'Helvetica';
    font-size: 16px;
    line-height: 16px;
        text-transform: uppercase;
}
/* start slider */
.content_slider {
    position: relative;
}

.content_slider .content_networks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 80%;
    left: 15px;
    gap: 0;
    z-index: 5;
    transform: translateY(-50%);
    bottom: 0;
}

.content_slider .carousel-indicators {
    position: absolute;
    right: 0 !important;
    bottom: 30px;
    left: 0;
    display: flex;
    justify-content: center !important;
    padding: 0;
    margin-right: 0px !important;
    margin-bottom: inherit !important;
    margin-left: inherit !important;
    list-style: none;
    top: inherit;
    transform: translateY(-50%) !important;
}

.content_slider button.carousel-control-prev,
.content_slider button.carousel-control-next {
    display: none;
}

.content_slider .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px !important;
    height: 8px !important;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50% !important;
    background-color: #c3a380 !important;
    background-clip: padding-box;
    border: 0;
    opacity: 1;
    transition: opacity .6s ease;
}

.content_slider .carousel-indicators button.active {
    opacity: 1;
    position: relative;
}

.content_slider .carousel-indicators button.active:after {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    background-color: transparent;
    top: 45%;
    transform: translateY(-50%);
    left: -7px;
    border-radius: 50%;
    border: 1px solid #c3a380;
}

.content_slider .carousel-indicators button {
    opacity: .1;
}

.content_slider .content_networks a {
    color: white;
}

.content_slider .content_networks a i {
    transition: all 1s;
}

.content_slider .content_networks a:hover i {
    transform: scale(1.2);
    color: #c3a380;
}

.content_slider {
    position: relative;
}

.content_slider .carousel-item {
    height: 650px !important;
}

.content_slider .carousel-item img.d-block.w-100 {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.content_slider .about-button a {
    margin: 0;
    width: 213px;
    display: block;
    color: white;
    border: 1px solid #c3a380;
    margin: 15px auto;
    text-align: center;
    background: transparent;
    padding: 0;
    padding-right: 10px;
    height: 55px;
}
.content_slider .about-button img {
    left: -17px;
    position: relative;
    top: -1px;
}
.content_slider .about-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 0%;
    height: 100%;
    background: #c3a380;
    transition: .5s;
}
.content_slider .carousel-caption {
    position: absolute;
    right: inherit !important;
    left: 10%!important;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff !important;
    top: 60% !important;
    transform: translateY(-50%) !important;
    max-width: 520px;
}

.content_slider .carousel-caption span.collection {
    font-size: var(--Brand_title_size_level_two);
    font-family: var(--Brand_title_fonts);
    display: inline-block;
    margin-bottom: 0;
    line-height: 60px;
}
span.ml2 {
    color: #c3a380;
}
.content_slider .carousel-caption h1 {
    font-size: var(--Brand_title_size_level_one);
    font-family: var(--Brand_title_fonts);
    text-transform: uppercase;
    margin-bottom: -10px;
    letter-spacing: 2px;
    text-align: left;
}

.content_slider .carousel-caption p {
    font-size: 20px;
    font-weight: 300;
    max-width: 440px;
    font-family: 'FoundersGrotesk-light';
    color: white;
    text-align: justify;
    position: relative;
}
.content_slider .carousel-caption p:before {
    content: '';
    display: block;
    width: 4px;
    height: 114px;
    background: #cba278;
    position: absolute;
    top: 0;
    left: -15px;
}

.content_slider .carousel-caption button {
    font-size: var(--Brand_title_size_level_seven);
    font-family: var(--Brand_title_fonts);
    font-weight: 400;
    background: var(--Heading_color);
    color: var(--white-color);
    padding: 16px 88px;
    text-transform: uppercase;
    margin-top: 50px;
    transition: opacity 2s;
}

.content_slider .carousel-caption button:hover {
    opacity: .5;
}
/* end slider */



/*
<!-- ============================================================== -->
<!-- Start scrollup section -->
<!-- ============================================================== -->*/

a {
    color: #232323;
    text-decoration: none;

}
  .top-wrap {
    position: relative; 
  }
  .top-wrap .go-top-button {
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      top: 3px;
      z-index: 1;
      background: #cdb395;
  }
   .top-wrap .go-top-button i {
        font-size: 20px;
        font-weight: 700;
        padding-left: 4px;
        color: #000;
   }
  .top-wrap .go-top-button::after {
      z-index: -1;
      content: "";
      position: absolute;
      left: 3px;
      top: 3px;
      width: 45px;
      height: 45px;
      -webkit-animation: ripple 1.6s ease-out infinite;
      -moz-animation: ripple 1.6s ease-out infinite;
      -o-animation: ripple 1.6s ease-out infinite;
      animation: ripple 1.6s ease-out infinite;
      opacity: 0;
      background-image: -webkit-linear-gradient(0deg, #62cff7 0%, #92daf5 100%);
      border-radius: 100%;
  }
  .top-wrap .go-top-button:hover {
        background-color: #222;
        color: #fff; 
    }
  @keyframes ripple {
    0%, 35% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 1; }
    50% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.8; }
    100% {
      opacity: 0;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); } }
  
.header_logo_icons .header_icons i {
    color: white;
    font-size: 16px;
}
.header_logo_icons.sticky  nav .navbar .links li .sub-menu {
    position: absolute;
    /* top: 108px; */
    top: 54px;
    }

.header_logo_icons.sticky .header_icons i {
    color: black;
    font-size: 16px;
}
nav .navbar {
    height: 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0;
    /* position: absolute; */
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    margin-top: 0;
}

nav .navbar .logo {
    display: none;
}

.navbar .logo a {
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
}

nav .navbar .links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0  0px;
    padding: 0 0px;
}

nav .navbar .links li {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    /* font-weight: 300; */
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    font-size: 15px;
    font-family: 'FoundersGrotesk';
}
nav .navbar button.btnNav {
    color: black;
    text-decoration: none;
    line-height: initial;
    text-transform: none;
    padding: 2px 10px;
    max-width: 110px;
    margin: 0 auto;
    display: block;
    bottom: 90px;
    position: relative;
    border: 1px solid transparent;
    background: rgb(255 255 255 / 78%);
    /* height: 26px; */
    /* display: block; */
    /* padding-top: 4px; */
    font-family: 'Century-Gothic-Regular';
    height: 30px;
}
button.btnNav  span {
    font-size: 11px;
    text-transform: none;
    margin-bottom: 0;
}
.links li:hover i.fa-caret-down,
.links li:hover .fa-caret-down {
    transform: rotate(180deg);
}

nav .navbar .links li .fa-caret-right,
nav .navbar .links li .fa-caret-down {
    height: 100%;
    width: 22px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 8px;
    color: black;
}


/* nav .navbar .links li .sub-menu {
    position: absolute;
    top: 45px;
    left: -70px;
    right: 0;
    line-height: 40px;
    background: var(--white-color);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 99999;
    padding: 0px 0px;
    box-shadow: 0 0px 3px 0 rgb(0 0 0 / 15%);
    /* width: 100%;
    max-width: 150px;
    margin: 0 auto;
}

nav .navbar .links li .sub-menu .nav-n1 {
    display: flex;
    /* justify-content: center; 
}

nav .navbar .links li .sub-menu .nav-n1 h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    font-family: 'gothicb';
}

nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 {
    padding: 0;
}


nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1>li {
    padding: 0;
}


nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child {
    position: relative;
}

nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child.active .ul-nav-n2 {
    display: block;
}

nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child>a,
nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child ul.ul-nav-n2 li {
    position: relative;
}

nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child ul.ul-nav-n2 li.nav-n2-has-child.active .ul-nav-n3 {
    display: block;
}

nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child ul.ul-nav-n3 {
    position: absolute;
    right: -100%;
    position: absolute;
    /* right: -127%; 
    padding: 0;
    top: 0;
    -webkit-box-shadow: 0px 1px 4px -1px rgb(165 160 160);
    -moz-box-shadow: 0px 1px 4px -1px rgba(165, 160, 160, 1);
    box-shadow: 0px 1px 4px -1px rgb(165 160 160);
    display: none;
    z-index: 1;
    background: white;
} 


/* nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child>a:after,
nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child ul.ul-nav-n2 li.nav-n2-has-child>a:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    width: 10px;
    height: 10px;
    font-size: 10px;
    right: -17px;
} */

/* nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child .nav-n1-has-child-flex,
nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child ul.ul-nav-n2 .nav-n2-has-child-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child a.active,
nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child a:hover {
    color: #ffffff !important;
    border-bottom: 1px solid;
    background: #c3a380;
}
nav .navbar .links li a:active,
nav .navbar .links li a:hover,
nav .navbar .links li a:focus
 {
    color: #c3a380 !important;
    border-bottom: 1px solid;
}

nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child i.fa-solid.fa-chevron-right {
    padding: 0px 5px;
    font-size: 8px;
    line-height: 30px;
    cursor: pointer;
    margin-top: -5px;
    display: none;
}

nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child ul.ul-nav-n2 {
    position: absolute;
    right: calc(-65% - 0px);
    padding: 0;
    top: 7px;
    -webkit-box-shadow: 0px 1px 4px -1px rgb(165 160 160);
    -moz-box-shadow: 0px 1px 4px -1px rgba(165, 160, 160, 1);
    box-shadow: 0px 1px 4px -1px rgb(165 160 160);
    display: none;
    z-index: 1;
    background: white;
}

nav .navbar .links li .sub-menu .nav-n1 ul.ul-nav-n1 li.nav-n1-has-child ul.ul-nav-n2 li.nav-n2-has-child>a {
    position: relative;
}

nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image .content-image {
    max-width: 160px;
    height: 170px;
}
nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image .content-image2 {
    max-width: 160px;
    height: 180px;
} 
nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image .content-image:last-of-type,
nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image .content-image2:last-of-type {
    margin-bottom: 20px !important;
}

nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image .content-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image.no-list {
    align-items: end;
    justify-content: start;
    gap: 20px;
} 

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}

.navbar .links li .sub-menu a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000 !important;
    line-height: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    padding: 0 10px;
    padding-left: 20px;
}

.navbar .links li .sub-menu .fa-caret-right {
    line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}
*/
.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
    display: none;
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    ;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: var(--Brand_title_size_level_seven);
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }
    section.propos-batiment .content-left .title-interne {
    line-height: 35px !important;
    font-size: 25px !important;
}
section h2.card-title {
        font-size: 22px !important;
                line-height: 35px;
    }
    nav .navbar .logo a {
        font-size: 27px;
    }
    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }
    nav .navbar .links li a {
        font-size: 15px;
    }
}
@media (max-width:789px) {
.col-md-6.mt-3.align-items-center.justify-content-center.banner-type-1.px-5.fadeInLeft {
    padding: 0px 10px !important;
}
section.propos, section.propos-batiment, section.propos-intern{
            background-size: auto !important;
}
}
@media (max-width:992px) {
    /* nav .navbar .links li .sub-menu .nav-n1 {
        display: flex;
        justify-content: start;
        gap: 5px;
        background: #fff;
        z-index: 99;
        position: absolute;
        padding: 10px;
    } */
  
    a#logoSite {
        margin: 0 auto;
        width: 100%;
    }
    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
        text-align: left;
    }
    nav .navbar .links li a {
        color: #000;
    }
    nav .navbar {
        height: 100%;
        max-width: 1920px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        margin: auto;
        padding: 5px 22px;
        /* position: absolute; */
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        margin-top: 0;
    }

    nav .navbar .logo {
        display: none;
    }
    .navbar .bx-menu {
        display: block;
    }
    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
        background: white;
    }
    .navbar .nav-links .sidebar-logo {
        display: grid;
        grid-template-columns: auto 25px;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .sidebar-logo .logo-name img {
        width: 100%;
    }
    /* .sidebar-logo .logo-name {
        font-size: 25px;
    } */
    header.not-home .sidebar-logo i,
    header.not-home .navbar .bx-menu {
        font-size: 25px;
        color: black;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        /* color: white; */
        left: -30px;
        position: relative;
    }
    .navbar i.fa-solid.fa-xmark.bx.bx-x {
        color: black;
    }
    nav .navbar .links {
        display: block;
        margin-top: 20px;
        padding: 0;
    }
    nav .navbar .links li .arrow {
        line-height: 40px;
    }
    nav .navbar .links li {
        display: block;
    }
    /* nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
        padding: 0;
    }
    nav .navbar .links li .sub-menu li {
        border-bottom: none;
    }
    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }
    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .links li:hover i.fa-caret-down,
    .links li:hover .fa-caret-down {
        transform: rotate(0deg);
    }
    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }
    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center;
    }
    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }
    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    } */
    .navbar .nav-links.show1 .links i.fa-caret-down,
    .navbar .nav-links.show3 .links .fa-caret-down {
        transform: rotate(180deg);
    }
    .navbar .nav-links.show2 .links .fa-caret-right {
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
        background: var(--white-color);
    }
}
.content-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff82;
    max-width: 245px;
    margin: 0 auto;
}
/* start section  PROPOSS */
section.propos .content-left .title-interne, section.propos-batiment .content-left .title-interne, section.propos-intern  .content-left .title-interne  {
    display: block;
    color: #000;
    padding-left: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk-Medium';
    font-size: 30px;
    line-height: 53px;
}
.icon span:before {
    position: absolute;
    content: "";
    z-index: -1;
    border: 3px solid #c5a481;
    width: 11px;
    height: 11px;
    text-align: center;
    left: -3px;
    top: -10px;
}
.icon {
    position: relative;
    z-index: 1;
}
.icon p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
    text-align: left;
}
.icon span {
    display: inline-block;
    position: relative;
    z-index: 1;
    float: left;
    margin: 12px 12px 0 0px;
}
/* ABOUT BUTTON  */

.about-button a {
    display: inline-block;
    border: transparent;
    transition: .5s;
    margin: 0px 0 0;
    position: relative;
    z-index: 1;
    color: black;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk';
    width: 120px;
    /* display: block; */
    /* letter-spacing: 1px; */
    padding: 10px 0px;
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
    background: url(../images/bg-btnn.png)center no-repeat;
} 
.about-button-egb a {
    border: transparent;
    transition: .5s;
    margin: 0px 0 0;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    text-transform: none;
    font-family: 'Helvetica';
    width: 270px;
    display: block;
    padding: 10px 0px;
    padding-top: 15px;
    line-height: 22px;
    padding-left: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: -30px;
    z-index: 1;
    height: 56px;
    background: url(../images/btn-egbb.jpg)center no-repeat;
}
.about-button-bloc {
    position: relative;
    padding: 0px 20px;
}
.about-button-egb a:hover {
    transform: scale(0.9);
    transition: all 0.9s ease-out 0s;
}
.about-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 10px;
    width: 0%;
    height: 100%;
    background: #c3a380;
    transition: .5s;
    height: 30px;
} 
.about-button a:hover {
    color: #ffffff;
}
.about-button a:hover:before{
	width: 100%;
}

a.decouvrir {
    color: black;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk';
    position: relative;
    width: 154px;
    display: block;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 4px 0px;
    padding-top: 11px;
    padding-left: 10px;
    height: 30px;
}
a.decouvrir:after {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 2px;
    height: 24px;
    left: 0;
    right: inherit;
    top: 9px;
    background: #dc3545;
}

span.iconPlus i {
    background: #dc3545;
    padding: 7px;
    color: white;
    font-size: 10px;
    margin: 0 5px;
    position: relative;
    top: -2px;
}


@keyframes change {
    0% {
        background-image: url(../images/bg-btn.jpg);
    }
    100% {
        background-image: url(../images/bg-red.jpg);
    }
}



@keyframes animate {
    0% {
        background-position: left;
    }
    50% {
        background-position: center;
    }
    100% {
        background-position: right;
    }
}


/* start section ABOUT  */
.desc_collection img {
    /* position: absolute; */
    top: 0;
    background: #000;
    min-height: 528px;
    width: 397px;
    z-index: -1;
    content: "";
    display: block;
    right: 0;
    top: 0;
    object-fit: contain;
}
.content-egb-desc {
    position: relative;
    height: 100%;
}

.content-egb {
    position: absolute;
    top: 304px;
    transform: translateY(-50%);
    right: 55%;
    z-index: -1;
}

.content-egb img {
    width: 398px;
    object-fit: cover;
    height: 100%;
    position: relative;
}
.section-about {
    overflow: hidden;
}
.desc_collection h2 {
    font-size: 33px;
    color: white;
    font-family: 'FoundersGrotesk-light';
    /* translate: 0; */
    top: 0;
    /* position: relative; */
    /* display: inline-block; */
    /* height: 520px; */
    /* width: 100%; */
}
.section-about .video-container::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-image: url(../images/playvideo.png);
    background-size: cover;
    pointer-events: none;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    animation: scale 3s linear infinite;
}
.content-video {
    position: relative;
    margin-left: 5%;
}
.section-about .video-container {
    height: 550px;
    width: 100%;
    position: relative;
}
.section-about   .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 530px;
}
.section-about  video {
    height: 530px;
    width: auto;
}
section.video span#before-egb:before {
    content: '';
    display: block;
    width: 1px;
    height: 245px;
    background: #cba278;
    position: absolute;
    top: -114px;
    translate: -140px;
    transform: rotate(90deg);
}

span#before-egb {
    position: relative;
    right: -100px;
}

@keyframes scale {
    0% {
        box-shadow: -4px 2px 111px 1px rgba(5, 3, 3, 0.75);
    }
    100% {
        box-shadow: -4px 2px 111px 28px rgba(5, 3, 3, 0.75);
    }
}

section.about .popup-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    width: 100%;
}

section.about .popup-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    height: 750px;
    border-radius: 5px;
    border: 2px solid var(--white-color);
    object-fit: cover;
}

section.about .popup-video span {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 50px;
    color: var(--white-color);
    font-weight: 700;
    z-index: 100;
    cursor: pointer;
}

section.about video {
    height: 100%;
    width: 100%;
}

section.about .content-autonome-desc {
    margin-top: 270px;
}





/* start articles  */

section.articles {
    padding: 50px 0px;
}
section.articles .item {
    padding: 0px 8px;
    display: inline-block;
}

section.articles .product-item {
    height: 100%;
    position: relative;
}

section.articles .product-item img {
    height: 100%;
    background-size: cover;
    width: 100%;
}
section.articles img-products >img {
    display: inline-block;
    width: 22px !important;
    margin-top: -10px;
}
section.articles  .product-item .item-icons {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    /* transform: translateX(-50%); */
    justify-content: space-between;
    align-items: center;
    display: flex;
    animation: viewicons 0.2s linear;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #231f1f;
    line-height: 30px;
    margin-top: 8px;
}
section.articles .item a {
    width: 100%;
    height: 100%;
}
@keyframes viewicons {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 50px;
    }
}
section.articles  .item a {
    text-decoration: none;
    color: inherit;
}



section.articles button.slick-next.slick-arrow {
    position: absolute;
    top: inherit;
    bottom: -40px;
    right: 35px;
    width: 50px;
    height: 50px;
    left: inherit;
}

section.articles button.slick-prev.slick-arrow {
    position: absolute;
    top: inherit;
    bottom: -40px;
    right: 98px;
    width: 50px;
    height: 50px;
    left: inherit;
}

section.articles .slick-prev:before {
    left: -20px;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 51px;
    position: absolute;
    right: 0px;
    bottom: 0;
    background: url(../images/btnleft.png)center no-repeat;
    height: 10px;
    width: 60px;
    content: "";
}

section.articles .slick-next:before {
    color: var(--Heading_color);
    font-family: "Font Awesome 5 Pro";
    font-size: 51px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/btnright.png)center no-repeat;
    height: 10px;
    width: 60px;
    content: "";
}
section.articles  h5 {
    font-size: 15px;
    color: #D80015;
    font-family: 'FoundersGrotesk';
    line-height: 26px;
    margin-bottom: 0;
}
section.articles  h6 {
    font-size: 16px;
    color: black;
    line-height: 26px;
    font-family: 'FoundersGrotesk';
    margin-bottom: 0;
}
section.articles i {
    margin-top: 0;
    height: 30px;
    margin: 0 1px;
}

/* end product-cosmetique */


/* start section avis */

section.avis-clients {
    padding: 0 0 50px 0;
    text-align: center;
    position: relative;
}

section.avis-clients img {
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: var(--white-color);
    border-radius: 50%;
}

section.avis-clients .content-slider-avis {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

section.avis-clients .avis-slider.slick-initialized.slick-slider {
    background-color: #f5f5f5;
    padding: 106px 0 50px;
    position: relative;
}

section.avis-clients .avis-slider .item {
    color: var(--Heading_color);
    position: relative;
    text-decoration: none;
}

section.avis-clients .avis-slider .item p {
    font-size: 20px;
    font-family: var(--Brand_title_fonts);
    font-weight: 400;
    color: var(--Heading_color);
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

section.avis-clients .avis-slider .item .author-avis {
    font-size: 18px;
    font-family: var(--Brand_title_fonts);
    font-weight: 400;
    color: var(--Heading_color);
    text-transform: uppercase;
    display: inline-block;
    margin-top: 54px;
    position: relative;
}

section.avis-clients .avis-slider .item .author-avis:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 32px;
    top: inherit;
    bottom: 30px;
    background: var(--Heading_color);
    left: 50%;
    transform: translateX(1px);
}

section.avis-clients h2 {
    font-size: var(--Brand_title_size_level_two);
    font-family: var(--Brand_title_fonts);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--Heading_color);
    margin-bottom: 50px;
}

section.avis-clients .avis-slider .slick-dots {
    top: 50%;
    height: 5px;
}

section.avis-clients .slick-prev:before {
    content: "";
    background: var(--Heading_color);
    font-size: 51px;
    position: absolute;
    left: -69px;
    width: 115px;
    height: 2px;
}

section.avis-clients .slick-next:before {
    background: var(--Heading_color);
    content: "";
    font-size: 51px;
    position: absolute;
    right: -69px;
    width: 115px;
    height: 2px;
}

span.slick-prev-index {
    position: absolute;
    top: 43%;
    left: -94px;
}

span.slick-next-index {
    position: absolute;
    top: 43%;
    right: -94px;
}




/* start section icons */

section.icons {
    padding: 10px 0;
    text-align: center;
    padding-bottom: 30px;
}
section.icons p {
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}
section.icons .container-fluid {
    position: relative;
}

section.icons .container-fluid:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 100%;
    background: var(--white-color);
}

section.icons .container-fluid::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 100%;
    background: var(--white-color);
}

section.icons .item-desc img {
    margin: 30px auto 5px;
}

section.icons .item {
    position: relative;
    padding: 0 10px;
}

section.icons .item:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    /* background: #e6e6e6; */
    right: 0;
    top: 0;
    bottom: 0;
}


/* e6e6e6 */

section.icons .item-desc h5 {
    font-size: 18px;
    color: var(--Heading_color);
    font-family: 'FoundersGrotesk-Medium';
    line-height: 29px;
    margin-bottom: 0px;
}
section.icons .item-desc h5:after {
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    background: #cba68e;
    margin: 0 auto;
    margin-bottom: 0px;
    top: -5px;
    position: relative;
}

/* end section icons */


/* start footer */
.trait-bottom {
    border-top: 0.7px solid #a2a2a22e;
    max-width: 1100px;
    left: -90px;
    position: relative;
    padding-bottom: 20px;
}
.trait:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 248px;
    background: #353535;
    position: absolute;
    left: -20px;
    top: -10px;
}

section.footer .res-sociaux-footer a:hover {
    background: #c4a481;}
.res-sociaux-footer p {
    margin-right: 15px;
}
.trait.contacts img {
    margin-right: 10px;
}
.trait {
    position: relative;
}
section.footer .container {
    max-width: 1370px;
}
div#image-22 img {
    width: 400px !important;
}

section.footer {
    background: var(--Heading_color);
    color: var(--white-color);
    padding: 48px 0px 0;
    margin-top: 50px;
}
section.footer a i {
    color: #ffffff;
}
section.footer li {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 400;
    padding: 0 0 15px;
}
section.footer  p {
    color: #fff;
    font-family: 'FoundersGrotesk-light';
}
section.footer p a {
    color: #adadad;
    font-size: 15px;
    text-decoration: none;
}
section.footer input {
    height: 45px;
    width: 100%;
    background: transparent;
    border: 1px solid  #c4a481;
    border-radius: 0px;
}
section.footer .footer-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px;
}
section.footer img.logoSite {
    width: 140px;
    margin: 0 auto;
    margin-bottom: 30px;
}

section.footer h4 {
    font-family: 'Raleway';
    color: white;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer-socail-icon i {
    color: #c4a481;
    margin-right: 15px;
}
section.footer .mb-5 {
    margin-bottom: 4rem!important;
    padding: 0px 0 20px;
}
section.footer  .carte-banck {
    display: flex;
    gap: 15px;
    top: 20px;
    position: relative;
}
section.footer form {
    position: relative;
}
section.footer button {
    position: absolute;
    right: 0;
    width: 120px;
    height: 100%;
    border: 0;
    font-size: 1em;
    background: #C4A481;
    color: #ffffff;
    cursor: pointer;
    opacity: 1;
    outline: none;
    transition: opacity 0.35s ease-out, width 0.5s ease-out, background 0.25s ease-out;
    height: 45px;
    font-family: 'Raleway';
    font-weight: 600;
}
section.footer ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 27px;
}
section.footer label {
    position: absolute;
    left: 1%;
    top: 15px;
    color: #adadad;
    text-transform: capitalize;
    font-size: 13px;
    transform-origin: left center;
    transition: transform 0.25s ease-out, color 0.25s ease-out;
    font-family: 'Roboto';
    padding-left: 10px;
}
.res-sociaux-footer {
    display: flex;
}
section.footer .res-sociaux-footer a {
    background: #c4a481;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    padding: 5px 8px;
    border-radius: 5px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0 5px;
}
.row.footer-bottom {
    border-top: 1px solid #c4a481a1;
    padding: 25px 0 0;
    margin-top: 28px;
}
.footer-bottom-content-copy p {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
.bottomlogFooter p {
    margin: 0px 45px 20px 0px;
}
/* end footer */
/* ===============================================
            start page nos magasins
=============================================== */
.search-magasin h2 {
    font-size: 20px !important;
    padding-bottom: 0 !important;
    line-height: 15px !important;
    margin-top: 25px;
    margin-left: 0;
    font-family: "grafik";
    font-weight: 700 !important;
}
.form-group {
    margin-bottom: 1rem;
}
select.form-control:not([size]):not([multiple]) {
    /* height: calc(1.25rem + 2px); */
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #999 !important;
    line-height: 25px;
    padding-bottom: 3px;
    margin-bottom: 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 14px;
    font-family: 'Century-Gothic-Regular';
    text-transform: uppercase;
}
.informations {
    background: #f3f3f3;
    padding: 15px 30px;
    font-family: "grafik";
}


/* ===============================================
            END  page nos magasins
=============================================== */

/* ===============================================
            start page centre mahassen
=============================================== */


/* start marketing */

.header-marketing {
    height: 533px;
    position: relative;
}

.header-marketing:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #00000020;
    z-index: 0;
}

.header-marketing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-marketing .header-marketing-icons {
    position: absolute;
    top: 50%;
    right: 0;
    color: var(--white-color);
    z-index: 1;
}

.header-marketing .header-marketing-icons {
    position: absolute;
    top: 50%;
    right: 0;
    color: var(--white-color);
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-50%);
    overflow: hidden;
    width: auto;
}

.header-marketing .header-marketing-icons a {
    display: flex;
    background: var(--Heading_color);
    gap: 13px;
    text-transform: uppercase;
    font-size: var(--Brand_title_size_level_seven);
    font-weight: 400;
    width: auto;
    padding: 15px;
    color: var(--white-color);
    text-decoration: none;
    align-items: center;
    position: relative;
    right: -131px;
    transition: right 2s;
}

.header-marketing .header-marketing-icons a:hover {
    right: 0;
}

.header-marketing .header-marketing-icons a i {
    font-size: 18px;
}

.header-marketing .header-marketing-desc {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
    color: var(--white-color);
    z-index: 1;
}

.header-marketing .header-marketing-desc.meilleur {
    width: 100%;
}

.header-marketing .header-marketing-desc h1 {
    font-size: var(--Brand_title_size_level_five);
    font-weight: 700;
    font-family: var(--Brand_title_fonts);
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    -moz-text-shadow: 6px 5px 8px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 6px 5px 8px rgba(0, 0, 0, 0.5);
    text-shadow: 6px 5px 8px rgba(0, 0, 0, 0.5);
}

.header-marketing .header-marketing-desc p {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--Brand_title_fonts);
    -moz-text-shadow: 6px 5px 8px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 6px 5px 8px rgba(0, 0, 0, 0.5);
    text-shadow: 6px 5px 8px rgba(0, 0, 0, 0.5);
}

.header-marketing .header-marketing-desc.meilleur p {
    width: 53%;
    margin: 0 auto;
}

a.decouvre {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--Brand_title_fonts);
    text-decoration: none;
    color: white;
    background: black;
    padding: 20px;
    width: 240px;
    height: 60px;
    clear: both;
    display: table;
    margin: 30px auto 0;
    text-transform: uppercase;
    transition: opacity 2s;
}

a.decouvre:hover {
    opacity: .5;
}



/* start section la Marque */

section.lamarque {
    padding: 70px 35px;
    position: relative;
}

.live-slider.slick-initialized.slick-slider .item {
    height: 594px;
}

.live-slider.slick-initialized.slick-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.lamarque:after {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    background-color: #f5f5f5;
    top: 0;
    right: 50%;
    bottom: 0;
    z-index: -1;
}

section.lamarque .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: inherit;
    display: block;
    width: 51px;
    height: 51px;
    padding: 0;
    left: inherit;
    right: 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: -80px;
}

section.lamarque .slick-prev:before {
    color: var(--Heading_color);
    font-family: "Font Awesome 5 Pro";
    font-size: 51px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 300;
}

section.lamarque .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: inherit;
    display: block;
    width: 51px;
    height: 51px;
    padding: 0;
    left: inherit;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: -80px;
}

section.lamarque .slick-next:before {
    color: var(--Heading_color);
    font-family: "Font Awesome 5 Pro";
    font-size: 51px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 300;
}


/* end section la Marque */


/* ============================================
                 start page fond de teint
============================================ */


/* start navigayions links */

.navigation-links {
    text-align: center;
    padding: 0 50px;
}

.navigation-links .container-fluid {
    padding: 50px 0;
    height: 100%;
    /* background: #f5f6f5; */
}

.navigation-links h1 {
    font-size: var(--Brand_title_size_level_forth);
    font-weight: 500;
    font-family: 'Century-Gothic-Regular';
}

.navigation-links .breadcrumb {
    justify-content: center;
    margin: 0;
}

.navigation-links nav {
    border: none;
    color: #505050;
}

.navigation-links li.breadcrumb-item,
.navigation-links li.breadcrumb-item a {
    height: 100%;
    font-weight: 300;
    text-decoration: none;
    white-space: nowrap;
    color: #505050;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Century-Gothic-Regular';
}

.navigation-links li.breadcrumb-item a {
    text-decoration: underline;
    text-transform: uppercase;
}


/* end navigayions links */


/* ======================= */

.select_wrap {
    margin: 30px auto 20px 0;
    position: relative;
    user-select: none;
}

.select_wrap ul {
    list-style: none;
    padding: 0;
}

.select_wrap .default_option {
    background: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e4e3e3;
}

.select_wrap .default_option:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: transparent transparent #555555 #555555;
    transform: rotate(-45deg);
}

.select_wrap .select_ul {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: none;
    -webkit-box-shadow: 3px 3px 26px -6px rgb(165 160 160);
    -moz-box-shadow: 3px 3px 26px -6px rgba(165, 160, 160, 1);
    box-shadow: 3px 3px 26px -6px rgb(165 160 160);
}

.select_wrap .select_ul li {
    cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select_wrap .option {
    display: flex;
    align-items: center;
    height: 54px;
    box-sizing: border-box;
    padding: 0 15px 0 20px;
}

.select_wrap .option p {
    margin: 0;
    font-size: var(--Brand_para_size);
    font-family: var(--Brand_title_fonts);
    font-weight: 400;
    color: #454545;
}

.select_wrap .option .icon {
    background: url('../images/teinte-plan.png') no-repeat 0 0;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.select_wrap .option.teinte-num0 .icon {
    background-position: 0 -10px;
}

.select_wrap .option.teinte-num1 .icon {
    background-position: 0 -64px;
}

.select_wrap .option.teinte-num2 .icon {
    background-position: 0 -120px;
}

.select_wrap .option.teinte-num3 .icon {
    background-position: 0 -173px;
}

.select_wrap .option.teinte-num4 .icon {
    background-position: 0 -227px;
}

.select_wrap .option.teinte-num5 .icon {
    background-position: 0 -282px;
}

.select_wrap .option.teinte-num6 .icon {
    background-position: 0 -335px;
}

.select_wrap.active .select_ul {
    display: block;
    z-index: 1;
}

.select_wrap.active .default_option:before {
    top: 25px;
    transform: rotate(-225deg);
}


/* ================================= */





/* ============================================
                 responsive
============================================ */

@media (max-width: 767px) {
    /* start header */
    .content_slider .carousel-item {
        height: 250px !important;
    }
        section.propos .banner-img img {
        height: 100% !important;
        padding: 10px 0px;
    }
    .dex-about-content {
    top: 80%;
    left: 60% !important;
}
    section.propos .content-left .title, section.entite .title{
       font-size: 30px;
       line-height: 40px;
    }
    .content-left.text-left.pb-md-20 {
    padding: 0px !important;
}
section.propos {
    padding: 0px 20px !important;
}
.content-egb-desc{
        display: none !important;
}
.hero-subtitle{
        font-size: 13px !important;
}
    .hero-title {
        font-size: 24px !important;
        padding-bottom: 15px !important;
    }
    section.footer .container{
        padding: 0px 40px;
    }
    .res-sociaux-footer{
            padding-bottom: 15px;
    }
    div#image-22 {
    z-index: 0 !important;
}
.egb-section{
    display: block !important;
}
.hero-banner {
        height: 100% !important;
    }
    .hero-subtitle{
            text-align: center;
    }
section.egb-section {
    padding: 20px 50px !important;
}
    .content_slider .carousel-item img.d-block.w-100 {
        object-fit: cover;
    }
    /* end header */
    /* start header icon */
    .header_logo_icons .content_lang {
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .header_logo_icons .header_icons {
        justify-content: center;
        margin-top: -52px;
        gap: 10px;
        margin: 0 auto;
    }
    /* end header icon */
 
    /* start section collection  videos */
    section.collection {
        padding-bottom: 50px;
        padding-top: 40px;
    }
    .desc_collection:before {
        background: #000;
        min-height: 562px;
        width: 397px;
        z-index: -1;
        content: "";
        display: block;
        right: 1%;
        position: absolute;
        top: -150px;
    }
    
    section.video {
        min-height: 660px;
        text-align: center;
        /* align-items: center; */
        display: flex;
        justify-content: center;
    }
    
    .desc_collection {
        position: relative;
    }
  
    /* end section collection */
  
 
  
 
    /* start section avis */
    section {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
  
  
    /* end section avis */
 
 
    /* start section carte-mahassen */
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
    }
   
 

    /* start footer */
    
    /* end footer */
    /* ===========================================
            start page centre mahassen
    =========================================== */
  
    /* start section lamarque */
    .live-slider.slick-initialized.slick-slider .item {
        height: 494px;
    }
    section.lamarque:after {
        width: 50%;
        top: inherit;
        right: 50%;
        bottom: 10px;
        height: 620px;
    }
    /* end section lamarque */
 
}

@media (max-width: 480px) {
    /* start header */
    .header_logo_icons {
        padding: 8px 0;
    }
    .header_logo_icons img {
        width: auto;
    }
    .header_logo_icons .content_lang {
        display: inherit;
        text-align: center;
    }
    .header_logo_icons .lang-menu .selected-lang {
        margin-bottom: 20px;
    }
    .header_logo_icons .lang-menu ul.languages_uses {
        right: inherit;
    }
    /* end header */
  
   
    section.collection .desc_collection a.decouvrir{
        font-size: 18px;
    }
    section.collection .collection_hiver .carousel-indicators {
        gap: 8px;
    }
    .carousel-caption {
        right: 15px;
        left: 15px;
    }
    /* end section collection */
  
    section h2 {
        font-size: 29px !important;
    }
    /* start footer */
    section.footer .footer-content {
        grid-template-columns: repeat(1, 1fr);
    }
    /* end footer */
  
    /* start section lamarque */
    section.lamarque {
        padding: 0 35px 50px;
    }
    /* end section lamarque */
    /* ===========================================
            end page 
    =========================================== */
    /* ===========================================
            start page
    =========================================== */
    /* start header */
    div.nos_offres a {
        display: block;
        margin-left: 0;
        padding-top: 5px;
    }
    .header_logo_icons .content_lang {
        margin-top: 0;
    }
    .content_lang.p-maquillage {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .header_logo_icons .monnais {
        float: right;
        margin-right: 20px;
    }
    .header_logo_icons .lang-menu .mon_uses {
        right: 20px;
    }
    .content_lang.p-maquillage .mahassen-live {
        grid-column: 1 / 3;
    }
    .header_logo_icons .monnais span {
        width: auto;
    }
    .header_logo_icons .lang-menu,
    .header_logo_icons .monnais {
        position: relative;
        display: table;
        text-align: left;
    }
    a.decouvre {
        width: auto;
    }
 
   
}

@media (min-width: 768px) and (max-width: 991px) {
    /* start nav  */

    /* end nav */
    /* start slider */
    .content_slider .carousel-caption h1 {
        font-size: 50px;
    }
    /* end slider */
    /* start header_logo_icons */
    .header_logo_icons .content_lang {
        justify-content: space-between;
        margin-bottom: 55px;
    }
    .header_logo_icons .header_icons {
        margin-top: 0;
        justify-content: center;
    }
    /* end header_logo_icons */

}
/* SECTION PROPOS */
section.propos,section.propos-batiment {padding: 50px 0px;}
section.propos .description ,
section.entite .description ,
section.propos-batiment .description,
section.propos-intern .description {
    position: relative;
    padding: 0px 20px;
    margin-bottom: 40px;
}
section.propos .banner-img, 
section.propos-batiment  .banner-img,
section.propos-intern .banner-img{
    overflow: hidden;
    position: relative;
    z-index: 9;
}
section.propos .banner-img:hover img ,
section.propos-batiment .banner-img:hover img,
section.propos-intern .banner-img:hover img{
    -webkit-transition: all ease-out 0.7s;
    -moz-transition: all ease-out 0.7s;
    -ms-transition: all ease-out 0.7s;
    -o-transition: all ease-out 0.7s;
    transition: all ease-out 0.7s;
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
section.propos .banner-img img,
section.propos-batiment .banner-img img ,
section.propos-intern .banner-img img,
section.propos-intern .banner-img img {
    -webkit-transition: all ease-out 0.7s;
    -moz-transition: all ease-out 0.7s;
    -ms-transition: all ease-out 0.7s;
    -o-transition: all ease-out 0.7s;
    transition: all ease-out 0.7s;
}


section.propos-intern .banner-type-1 .content-left {
    padding-left: 0px;
    padding-right: 0;
}
section.propos-batiment .banner-type-1 .content-left {
    padding-left: 0px;
}
section.propos .w-title,
section.entite .w-title,
section.propos-batiment .w-title,
section.propos-intern .w-title  {
    font-family: 'Helvetica';
    color: #cba278;
    font-size: 15px;
    position: relative;
    padding: 0 20px;
    display: block;
    margin-bottom: 5px;
}
section.propos .content-left .title, 
section.entite .title ,
section.propos-batiment .title,
section.propos-intern  .title {
    display: block;
    font-size: 38px;
    color: #000;
    line-height: 52px;
    margin-bottom: 0px;
    /* padding-left: 20px; */
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk-Medium';
}
section.propos .content-left,
section.propos-intern  .content-left {
    position: relative;
    z-index: 2;
}
section.propos .banner-type-1 .content-left .description:before,
section.entite  .content-left .description:before,
section.propos-intern  .content-left .description:before{
    left: 5px;
}
section.propos-batiment .content-left .description:before,
section.propos-intern .content-left .description:before {
    left: 0;
    display:none;
}
.dex-sinlge-feature-box .dex-feature-title p {
    font-size: 16px;
    margin-bottom: 26px;
    transition: .5s;
    color: white;
}
section.propos .content-left .description:before,
section.entite  .content-left .description:before {
    content: '';
    display: block;
    width: 4px;
    height: 120px;
    background: #cba278;
    position: absolute;
    top: 0;
}
li {
    font-size: 20px;
}
section.propos .banner-type-1 .content-left .w-title:before {
    left: 0;
}
section.propos .content-left .w-title:before,
section.entite .content-left .w-title:before,
section.propos-intern .content-left .w-title:before  {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #cba68e;
    margin-right: 4px;
}
section.propos-batiment .content-left .w-title:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #cba68e;
    margin-right: 4px;
}
section.propos .about-button {
    padding: 0 20px;
    margin: 10px 0px;
}
.propos-about-content {
    background: #c4a481;
    position: absolute;
    z-index: 99;
    left: auto;
    padding: 25px 20px 20px 20px;
    animation: 1s 1.5s fadeInRight both;
    bottom: -25px;
    overflow: visible !important;
    text-align: center;
    width: 118px;
    height: 118px;
}
.dex-about-content {
    background: url(../images/bg-expe.png)center no-repeat;
    position: absolute;
    z-index: 99;
    left: -25px;
    padding: 25px 20px 20px 20px;
    animation: 1s 1.5s fadeInRight both;
    bottom: -25px;
    overflow: visible !important;
    text-align: center;
    width: 133px;
    height: 133px;
}
section.propos h3,
section.propos-intern h3{
    color: #C4A481;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 19px;
    font-family: 'FoundersGrotesk-Medium';
    font-weight: 500;
    margin-bottom: -2px;
    position: relative;
    display: block;
}
section.propos h3 span ,
section.propos-intern h3 span{
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    margin: 8px 0px 0px;
    font-family: 'Roboto';
    margin-bottom: 3px;
    position: relative;
    display: block;
}
section.propos h3.text-exp,
section.propos-intern h3.text-exp {
    font-size: 10px;
    text-transform: none;
    color: white;
    font-family: 'FoundersGrotesk-light';
    font-weight: 300;
}
/* sectionn entite */
section.entite {
    background: url(../images/bg-entite.png)center no-repeat;
    padding: 50px 25px 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-size: cover;
}
.dex-sinlge-feature-box {
    text-align: center;
    background: url(../images/bg-beige.png)center no-repeat;
    padding: 24px 25px 28px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    min-height: 310px;
    background-size: cover;
    top: 9px;
    align-items: center;
    display: flex;
}
.dex-sinlge-feature-box:before {
    /* background: url(../images/bg-gris.jpg) center no-repeat; */
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s;
    background-size: cover;
}
.dex-sinlge-feature-box:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(59 59 59 / 80%);
    width: 0;
    height: 100%;
    transition: .5s;
}
.dex-sinlge-feature-box:hover:before {
    opacity: 1;
    width: 100%;
    background: url(../images/bg-beige.png);
    background-size: cover;
}

.dex-feature-title p {
    font-size: 15px;
    margin-bottom: 26px;
    transition: .5s;
    text-align: center;
    line-height: 19px;
}
.dex-sinlge-feature-box-basic:hover .dex-feature-title p, 
.dex-sinlge-feature-box:hover .dex-feature-title p{
    color: #fff;
}
/* second encart entite */
.dex-sinlge-feature-box-basic {
    text-align: center;
    background: #fff;
    padding: 25px 25px 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    min-height: 330px;
    background-size: cover;
    align-items: center;
    display: flex;
}
.dex-sinlge-feature-box-basic:before {
   /* background: url(../images/bg-white.png) center no-repeat;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    margin: auto;
    width: 0%;
    height: 100%;
    opacity: 1;
    transition: .5s;
    background-size: cover; */
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    border-color: rgba(0,0,0,.15);
}
.dex-sinlge-feature-box-basic:after {
    position: absolute;
    bottom: -11px;
    right: -11px;
    content: "";/
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    border-color: rgba(0,0,0,.15);}

/*.dex-sinlge-feature-box-basic:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 100%;
    transition: .5s;
} */
.dex-sinlge-feature-box-basic:hover:before{
    opacity: 1;
    width: 100%;
    background: url(../images/bg-beige.png)center no-repeat;
    background-size: cover;
}
/* end section entites */
/* section videos  */
section.collection {
    padding-bottom: 50px;
    padding-top: 40px;
}
.text0 img {
    min-height: 100%;
    width: 5px;
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    translate: -130px;
    min-height: 92px;
    width: 4px;
    object-fit: contain;
}
.text0 {
    transform: rotate(90deg);
    position: absolute;
    right: -10px;
    z-index: 99;
    top: 0;
    color: #ffffff63;
    margin-top: 140px;
    overflow: visible;
    font-family: 'FoundersGrotesk-light';
}
.desc_collection:before {
    background: #000;
    /* min-height: 562px; */
    /* width: 397px; */
    /* z-index: -1; */
    /* content: ""; */
    display: block;
    right: 250px;
    position: relative;
    top: 0;
}

.desc_collection h2:before {
    content: '';
    width: 2px;
    height: 169px;
    background: #cba68e;
    margin-right: 0;
    /* top: -7px; */
    position: absolute;
    /* display: inline-block; */
    transform: rotate(90deg);
    z-index: 999;
}
section.video {
    min-height: 619px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -50px;
    z-index: 9;
    margin-bottom: 0px;
}
/* START section posts */


section.posts .container {
    max-width: 1240px;
}
section.posts {
    background: #F7F7F7;
    padding: 50px 0px;
    display: none;
}
section.posts h2 {
    font-family: 'Helvetica';
    color: #cba278;
    font-size: 14px;
    position: relative;
    padding: 0 20px;
    display: block;
 
}
section.posts h2:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #cba68e;
    margin-right: 10px;
}
section.posts h2::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #cba68e;
    margin-left: 10px;
}
section.posts h3 {
    font-family: 'FoundersGrotesk';
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding: 10px;
}
section.posts .post-item {
    position: relative;
}
section.posts .date-post {
    background: #000;
    position: absolute;
    z-index: 5555;
    left: 0px;
    animation: 1s 1.5s fadeInRight both;
    /* bottom: -25px; */
    text-align: center;
    width: 55px;
    top: -15px;
    height: 55px;
    padding: 5px 0px;
}
.post-img:before {
    background: #EAEAEA;
    height: 350px;
    width: 345px;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 9;
    right: 70px;
    top: -15px;
}
.date-post h4 {
    color: white;
    font-family: 'Roboto';
    line-height: 18px;
    font-size: 16px;
    padding: 3px 0px;
}
.post-img img {
    z-index: 9;
    overflow: visible;
    position: relative;
}
.group-bottom p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}
section.posts .post-img img {
    overflow: hidden;
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 352px;
}
.btns-posts-group img {
    margin-right: 10px;
}
section.posts .post-img img {
    -webkit-transition: all ease-out 0.7s;
    -moz-transition: all ease-out 0.7s;
    -ms-transition: all ease-out 0.7s;
    -o-transition: all ease-out 0.7s;
    transition: all ease-out 0.7s;
}
section.posts .post-img:hover img {
    -webkit-transition: all ease-out 0.7s;
    -moz-transition: all ease-out 0.7s;
    -ms-transition: all ease-out 0.7s;
    -o-transition: all ease-out 0.7s;
    transition: all ease-out 0.7s;
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
section.posts .post-item:hover .date-post {
    background: #cda274;
    -moz-transition: all ease-out 0.2s;
}
.group-bottom {
    max-width: 332px;
    background: #fff;
    height: 240px;
    right: -10px;
    position: relative;
    margin: 0px auto;
    display: block;
    top: -40px;
    z-index: 555555;
    padding: 40px 10px;
}
.btns-posts-group {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
}
.trait:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 221px;
    background: #353535;
    position: absolute;
    left: -40px;
    top: -10px;
}
@media only screen and (min-width: 320px)  {
    .group-bottom {
        max-width: 332px;
        height: 240px;
    }
    .dex-about-content {
        background: url(../images/bg-expe.png)center no-repeat;
        position: absolute;
        left: 0;
        padding: 25px 20px 20px 20px;
        bottom: 0;
    }
    .propos-about-content {
        position: absolute;
        bottom: 0;
    }
    h1.topTitre {
        font-size: 22px;

    }
    section.propos .content-left .title, section.entite .title {
        display: block;
        font-size: 34px;
    }
    .dex-feature-box-inner img {
        width: 150px;
    }
    .content-egb img {
       display: none;
       transform: rotate(0deg);
    }
    section.propos .banner-img img {
       height: 370px;
    }
    section.propos, section.propos-batiment, section.propos-intern {
        padding: 20px 0px;
        background: url(../images/bg-propos.jpg)center no-repeat;
        background-size: cover;
    }
    /* banner header page interne */
    .bannerInterne img {
        min-height: 170px;
        object-fit: cover;
    }
    .topHeader {
        text-align: center;
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
    }
  /* START popuuppp resposnsive */
    .popup-btns {
        width: 100%;
        margin: 0 auto;
        display: block !important;
    }
    .sc-graph-image img {
        max-width: 90px;
        margin: 0 auto;
        display: block;
    }

    a#logofixed {display: block;width: 190px;margin: 0 auto;}
    /* START FOOTER */
    section.footer span.adresseFooter {
        background: #434445;
        padding: 5px 6px;
        color: #adadad;
        margin-top: 0;
        position: relative;
        display: block;
        max-width: 210px;
    } 
    section.footer span.adresseFooter i {
        font-size: 8px;
    }
    section.footer .carte-banck {;
        gap: 5px;
    }
 
    /* ENDD FOOTER */ 
    .section-about .video-container {
        width: 100%;
        position: relative;
    }
    .banner-img2 {
        position: relative;
        left: auto;
        z-index: 2;
        bottom: 0;
    }
    
       /* posts responsive   */ 
    post-img:before {
        background: #EAEAEA;
        height: 350px;
        width: 345px;
        content: "";
        display: inline-block;
        position: absolute;
        z-index: 9;
        right: 70px;
        top: -15px;
    }
    .post-img:before {
        height: 350px;
        width: 75%;
        position: absolute;
        z-index: 9;
        right: 5%;
        top: -15px;
    }
    .themetechmount-servicebox-stylethree .tm-servicebox-detials {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        padding: 20px 20px 25px;
    }

}

@media only screen and (min-width: 768px) {
    .trait:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 221px;
        background: #353535;
        position: absolute;
        left: 0;
        top: -10px;
    }
    section.propos, section.propos-batiment, section.propos-intern {
        padding: 80px 0px;
        background: url(../images/bg-propos.jpg)center no-repeat;
        background-size: cover;
    }
    .banner-img2 {
        position: relative;
        left: 80px;
        z-index: 2;
        bottom: -100px;
    }
    
    .content-egb img {
        width: 400px;
        object-fit: cover;
        height: 100%;
        position: relative;
    }
    .dex-about-content {
        background: url(../images/bg-expe.png)center no-repeat;
        position: absolute;
        z-index: 99;
        left: -25px;
        padding: 25px 20px 20px 20px;
        animation: 1s 1.5s fadeInRight both;
        bottom: -25px;
        overflow: visible !important;
        text-align: center;
        width: 133px;
        height: 133px;
    }
    .propos-about-content {
        z-index: 99;
        overflow: visible !important;
        text-align: center;
    }
    section.propos .banner-img img {height: auto;}
/* RESPONSSIVE FOOTER  */
  section.footer span.adresseFooter {
        font-size: 12px;
        padding: 5px 1px;
        }
    section.footer img.logoSite {
        width: 100px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
  
    section.footer h4 {
    margin-bottom: 0;
    }

  /*CONTENT HEADERR page entite  */
    .topHeader {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        right: 0;
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }
  /*CONTENT HEADERR */
.content_slider .content_networks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 80%;
    gap: 0;
    bottom: 0;
}
 /*CONTENT 1er sectionn  */
section.collection .desc_collection {
    padding: 0px 20px;
    display: grid;
    justify-content: start;
    align-content: baseline;
    gap: 0;
}
 /* start section posts   */

/* ============================================
    
    ============================================ */
 .themetechmount-servicebox-stylethree .tm-servicebox-detials {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        padding: 20px 20px 25px;
    }   

}
@media only screen and (min-width: 992px)  {
/* ============================================
                    start page home
============================================ */
.dex-feature-box-inner img {
    width: auto;
}
section.propos .content-left .title, section.entite .title {
    font-size: 38px;
}
.content-egb img {
    display: block;
}
h1.topTitre {
    font-size:39px;
}
.post-img:before {
    height: 345px;
    width: 350px;
    right: 55px;
    top: -15px;
}
.group-bottom {
    max-width: 332px;
    background: #fff;
    height: 240px;
    right: -10px;
    position: relative;
    margin: 0px auto;
    display: block;
    top: -40px;
    z-index: 555555;
}
.banner-img2 {
  
bottom: -72px;
  border: 10px solid #fff;
left: 140px;
}
.dex-sinlge-feature-box-basic {padding: 55px 25px 45px}
/* STICKYY MENYU */

.header_logo_icons.sticky nav .navbar .links li .fa-caret-right,.header_logo_icons.sticky nav .navbar .links li .fa-caret-down {  color: black;}  
.header_logo_icons.sticky nav .navbar .links li a {
    color: #3a3a3a;
}
header.not-home  .sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: white;
    left: 0;
    right: 0;
    height: 80px;
}
.sticky {
    position: fixed;
    top: 30px;
    width: 100%;
    background: white;
    left: 0;
    right: 0;
}

a#logofixed {

    margin: 5px auto;
    margin-top: 3px;
    width: auto;
}

.header_logo_icons.sticky a#logofixed {
    display: block;
    opacity: 1;
    margin: 5px auto;
    margin-top: 3px;
}
.header_logo_icons.sticky a#logoSite {
    opacity: 0;
    display: none;
    margin: 0 auto;
}

.header_logo_icons.sticky nav .navbar .nav-links {
    margin-top: 0px;
}
/* ENDD  Stickyy  */
 /* start HEADERR  */
   
.topContact {
        display: flex;
        justify-content: center;
    }
  /* ENDD navBAR  */
 /* start navBAR  */
    nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image .content-image {
            max-width: 170px;
            height: 210px;
            margin-top: 10px;
        }
   nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image .content-image2 {
            max-width: 170px;
            height: 230px;
        }
    nav .navbar .links li .sub-menu .nav-n1 {
        display: block;
        /* justify-content: start; */
    }
    nav .navbar .links li {
        /* position: relative; */
        display: block;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        padding: 0 10px;
        text-align: left;
    }
   /* END navBAR  */

     /* start FOOTER  */
     section.footer img.logoSite {
        width: 150px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    section.footer span.adresseFooter {
        font-size: 15px;
        padding: 5px 6px;
        }
 .trait:before {
      left: -40px;
      top: -10px;
        }
           
    /* END Footer   */
    /* start header */

    .content_slider .content_networks {
        position: absolute;
        top: 52%;
        gap: 10px;
        bottom: 0;
    }

    /* end header */
   
    .dex-about-content {
        background: url(../images/bg-expe.png)center no-repeat;
        left: -25px;
        bottom: -25px;
        width: 133px;
        height: 133px;
    }
    .propos-about-content {
        right: 30px;
        top: -50px;
    }
    
    .section-about .video-container {
        height: 100%;
    }

    
   
    /* ============================================
                    end page home
    ============================================ */
     /* ============================================
                    start  RESPONSIVE page 
    ============================================ */
 
}

@media only screen and (min-width: 1200px)  {
   
 
    /* ============================================
                    end page home
    ============================================ */

    /* ============================================
           
    ============================================ */
}
@media only screen and (min-width: 1366px)  {
  /* START navBAR  */
nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image .content-image {
        max-width: 170px;
        height: 250px;
        margin-top: 10px;
    }
nav .navbar .links li .sub-menu ul.ul-nav-n1.have-image .content-image2 {
        max-width: 170px;
        height: 290px;
    }
nav .navbar .links li .sub-menu .nav-n1 {
    /* display: flex; */
}
nav .navbar .links li {
   padding: 0 26px;
}
/* END navBAR  */
.dex-sinlge-feature-box {
 padding: 45px 25px 30px;
 min-height: 311px;
 top: 9px;
}
.dex-sinlge-feature-box-basic {
    padding: 45px 25px 30px;
    min-height: 311px;
    top: 9px;
}
 /* about footer */
section.footer p a {
    font-size: 19px;
}
.content_slider .carousel-item {
    height: 890px !important;
}
section.posts .date-post {left: 9px;}
.themetechmount-servicebox-stylethree .tm-servicebox-detials {padding: 47px 40px 25px;}
}
@media only screen and (min-width: 1600px)  {
    nav .navbar .links li .sub-menu .nav-n1 {
        display: flex;
        justify-content: center;
        gap: 60px;
    }
}


.elementor-button-link:before{
    position: absolute;
    top: -7px;
    left: -7px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: inherit;
}
.elementor-button-link:after {
    position: absolute;
    bottom: -7px;
    right: -7px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: inherit;
}
.elementor-button span {
    display: inline-block;
    border: transparent;
    transition: .5s;
    margin: 0px 0 0;
    position: relative;
    z-index: 1;
    /* color: black; */
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk';
    text-align: center;
    line-height: 36px;
    display: flex;
}
.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.elementor-button {
    border: 1px solid #232323;
    color: #232323;
    width: 120px;
    display: block;
    position: relative;
    height: 35px;
    text-decoration: none;
}
.elementor-button a:hover, 
.elementor-button:hover {
    border-color: #232323;
    color: #fff;
    background-color: #c3a380;
    text-decoration: none;
}
.elementor-button a {
text-decoration: none;
}
.elementor-button-link:hover:before,#totop.top-visible:hover:before{
    left: 100%;
    transform: rotate(90deg);
}
.elementor-button-link:hover:after,#totop.top-visible:hover:after {
    right: 100%;
    transform: rotate(90deg);
}
#totop.top-visible {
    font-size: 23px;
    height: 43px;
    width: 43px;
    background-color: #cda274;
}
 a.top-visible.sticky {
    width: 100%;
    left: auto;
    right: 2%;
    font-weight: 900;
    display: block !important;
    color: #fff;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 37px;
    text-align: center;
    padding-top: 0;
    top: inherit;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.top-visible {
    font-weight: 900;
    color: #fff;
    position: fixed;
    display: none !important;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 37px;
    text-align: center;
    padding-top: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
#totop.top-visible:before {
    position: absolute;
    top: -7px;
    left: -7px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: inherit;
    border-color: #cda274;
}
#totop.top-visible:after {
    position: absolute;
    bottom: -7px;
    right: -7px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: #cda274;
}

.themetechmount-servicebox-stylethree {
    position: relative;
}
.themetechmount-servicebox-stylethree:hover:before {
    opacity: 0;
}
.themetechmount-servicebox-stylethree:before {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.themetechmount-servicebox-stylethree .themetechmount-post-item {
    border: 1px solid rgba(0,0,0,.15);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themetechmount-post-item, .themetechmount-post-item-inner {
    position: relative;
}
.themetechmount-servicebox-stylethree:hover .themetechmount-post-item:before {
    left: 100%;
    transform: rotate(90deg);
}
.themetechmount-servicebox-stylethree .themetechmount-post-item:before {
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    border-color: rgba(0,0,0,.15);
}
.themetechmount-servicebox-stylethree:hover .tm-featured-wrapper.tm-tm_service-featured-wrapper {
    opacity: 1;
}
.themetechmount-servicebox-stylethree .tm-featured-wrapper.tm-tm_service-featured-wrapper {
    opacity: 0;
    transition: opacity 0.4s ease-in-out,left 0.4s ease-in-out;
}
.tm-post-featured-outer-wrapper, .themetechmount-box-blog, article.post, .themetechmount-post-item-thumbnail, .tm-featured-wrapper {
    position: relative;
}
.themetechmount-servicebox-stylethree .tm-featured-wrapper img {
    height: 280px;
    max-width: 100%;
}
.themetechmount-post-item, .themetechmount-post-item-inner {
    position: relative;
}
.themetechmount-servicebox-stylethree:hover .opacity {
    opacity: 1;
}
.themetechmount-servicebox-stylethree .opacity {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    /* background-color: rgb(16,16,16,.6); */
    opacity: 0;
    top: 0;
    transition: opacity 0.4s ease-in-out,left 0.4s ease-in-out;
}

.themetechmount-servicebox-stylethree:hover .themetechmount-post-item:after {
    right: 100%;
    transform: rotate(90deg);
}
.themetechmount-servicebox-stylethree:hover .dex-feature-title p{color: white;}
.themetechmount-servicebox-stylethree .themetechmount-post-item:after {
    position: absolute;
    bottom: -11px;
    right: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    border-color: rgba(0,0,0,.15);
}
.dex-feature-icon img {
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
    display: flex;
    justify-content: center;
}


h1.ml1 {
    -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

/**
 * ----------------------------------------
 * animation for EGB 
 * ----------------------------------------
 */

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-blurred-top {
 0% {
   -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
           transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
   -webkit-transform-origin: 50% 0%;
           transform-origin: 50% 0%;
   -webkit-filter: blur(40px);
           filter: blur(40px);
   opacity: 0;
 }
 100% {
   -webkit-transform: translateY(0) scaleY(1) scaleX(1);
           transform: translateY(0) scaleY(1) scaleX(1);
   -webkit-transform-origin: 50% 50%;
           transform-origin: 50% 50%;
   -webkit-filter: blur(0);
           filter: blur(0);
   opacity: 1;
 }
}
@keyframes slide-in-blurred-top {
 0% {
   -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
           transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
   -webkit-transform-origin: 50% 0%;
           transform-origin: 50% 0%;
   -webkit-filter: blur(40px);
           filter: blur(40px);
   opacity: 0;
 }
 100% {
   -webkit-transform: translateY(0) scaleY(1) scaleX(1);
           transform: translateY(0) scaleY(1) scaleX(1);
   -webkit-transform-origin: 50% 50%;
           transform-origin: 50% 50%;
   -webkit-filter: blur(0);
           filter: blur(0);
   opacity: 1;
 }
}
a:hover {
    color: #000;
}
/*----- button 1 tel header hover-----*/
button.btn-1 {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: transparent;
        /* border: 1px solid #c3a380; */
  }
  button.btn-1 span{
    display: block;
  
  }
  button.btn-1 a{
        font-size: 20px;
    padding-right: 10px;
    font-weight: 600;
  }
  button.btn-1::before, button.btn-1::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
  }
  
  button.btn-1 span::before,button.btn-1  span::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
  }
  button:hover::before, button:hover::after{
    width: 100%;
  }
  button:hover span::before, button:hover span::after{
    height: 100%;
  }
  button.btn-1::before,button.btn-1::after{
    transition-delay: 0.2s;
  }
  button.btn-1 span::before, button.btn-1span::after{
    transition-delay: 0s;
  }
  button.btn-1::before{
    right: 0;
    top: 0;
  }
  button.btn-1::after{
    left: 0;
    bottom: 0;
  }
  button.btn-1 span::before{
    left: 0;
    top: 0;
  }
  button.btn-1 span::after{
    right: 0;
    bottom: 0;
  }
  button.btn-1:hover::before, button.btn-1:hover::after{
    transition-delay: 0s;
  }
  button.btn-1:hover span::before, button.btn-1:hover span::after{
    transition-delay: 0.2s;
  }
  *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ttm-btn.ttm-btn-style-border:hover {
    background-color: #C4A481 !important;
    border: 1px solid #C4A481;
    color: #fff;
}
.ttm-btn.ttm-btn-style-border:hover:before {
    border-color: #000000;
}
.ttm-btn.ttm-btn-style-border:hover:after {
    border-color: #000000;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
}
.social-icons.square li a {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: inherit;
    margin-right: 8px;
    border: 1px solid #e7e7e7;
}
.social-icons li a {
    display: block;
    min-width: 26px;
    text-align: center;
}
.layer-content h3.widget-title {
    color: #ffffff;
}
.layer-content .widget-text {
    color: #ffffff;
}
.sidebar .widget-area.widget_border .widget.widget-banner .ttm-righttext-box p {
    color: white;
}
.featured-icon-box.style7 .featured-desc p {
    text-align: center;
}
.spacing-11 {
    margin-right: -30px;
    padding: 315px 40px 55px 40px;
}
.layer-content h3 {
    color: #fff;
}
.spacing-12 {
    padding-left: 40px;
}
p.excerpt-text {
    padding: 0px 10px 30px 10px;
}
/*menue*/
 .site-navigation {
    position: relative;
    z-index: 4;
}
.site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.site-branding img {
    max-height: 100%;
}

.site-branding img {
    position: relative;
}
.site-header-menu-inner.ttm-stickable-header .main_sticky {
    display: none;
} 
.topContact i {
    color: #c4a481;
    margin-right: 10px;
}
 /* ul.sub-menu {
    position: absolute;
}
nav.main-menu ul a{
padding: 40px 18px 40px 18px;
    position: relative;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;

    
    letter-spacing: .3px;

}
nav.main-menu ul a:before{
content: "";
position: absolute;
left: 5px;
right: 5px;
top: 65px !important;
margin: auto;
background-color: #cda274;
height: 3px;
}
nav.main-menu ul a:after{
position: absolute;
content: "\f107";
font-family: FontAwesome;
font-size: 13px;
margin-left: 4px;
margin-top: 2px;
font-weight: 400;
}*/
.page.ttm-bgcolor-grey {
 
    position: relative;
    z-index: 10;
}

.ttm_floting_customsett {
    display: none;
}
section.footer li a {
    color: #fff;
}
section.footer li a:hover {
    color: #cda274;
}
span.sub-text {
    color: #fff;
}
.featured-icon-box.icon-align-top-content.style7 {
    min-height: 240px;
}
.iso-img img {
    width: 75px;
}
.iso-img {
    display: flex;
    gap: 10px;
}
.card img{
    height: 250px;
    object-fit: cover;
}

.card-title{
    font-weight: 600;
    color: #c4a481;
    font-size: 20px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-text{
  color: #666;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
        margin-bottom: 20px;
}
.card.border-0.shadow-sm.h-100:hover {
    background: #d0b79b;
}
.card.border-0.shadow-sm.h-100:hover .card-title,.card.border-0.shadow-sm.h-100:hover .card-text{
    color: #000;
}
a.btn-voir {
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
        padding: 12px 20px 9px 20px;
}
.card.border-0.shadow-sm.h-100:hover a.btn-voir{
       background: #fff;
    color: #000;
}
.single-realisations .mb-4 img {
    width: 100%;
    object-fit: cover;
}
.single-realisations p {
    color: #7d7575;
    font-size: 18px;
}