:root {
    --color0: #ffffff;
    --color001: #115c8d;
    --color000: #000000;
    --color1: #115c8d;
    --nuanceColor1: #040b12;
    --color2: #F7F7F7;
    --color3: #4aa6cb;
    --color4:#ff7e00;
    --bg-facultatif: #fafcfd;
    --font_family_1:'Century Gothic',sans-serif;
    --font_family_2:'Century Gothic',sans-serif;
    --font_family_3:'Oswald-Bold',sans-serif;
    --taille_font: 15px;
    --border-radius: 0px;
    --border-radius2: 0px;
}

.atout.atout-sans-hover:hover {
  background-color: var(--color2) !important;
  border: 1px solid #f1eeeb;
}
.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type , .corps .seo-content h2:first-of-type , .corps  .newsItem h2:first-of-type {position: relative;padding: 3vh 2vw;font-size: calc(var(--taille_font) + .2rem);line-height: calc(var(--taille_font) + 1rem);border: none;font-weight: normal;z-index: 1;} 
.corps .page-contenu h2:first-of-type:before, .corps .gallery h2:first-of-type:before , .corps .seo-content h2:first-of-type:before , .corps  .newsItem h2:first-of-type:before {content: '';position: absolute;background: var(--color1);width: 100%;height: 100%;opacity: .2;left: 0;top: 0;z-index: -1;border-radius: var(--border-radius);}
.corps .page-contenu h2, .corps .gallery h2 , .corps .seo-content h2, .corps  .newsItem h2{margin-bottom: 2vh;} 


input::placeholder {
    color: var(--color000) !important;
}

textarea::placeholder {
    color: var(--color000) !important;
}

.title-coordonnees {
  font-weight: 900;
  color: var(--color001);
}
.blueu {
  color: var(--color4);
}
.typewriter {
  overflow: hidden;
  /* border-right: .15em solid var(--color1); */
  white-space: nowrap;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .15em;
  transition: .3s ease;
  color: black;
  animation: typing 1s;
  width: 380px; /* Set a fixed width to avoid layout shifts */
}

.typewriter img {
  min-width: 380px;
  height: auto;
  /*! filter: brightness(0) invert(0); */
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 300px; }
}

.right-side {
  width: 50%;
  height: 100%;
  position: absolute;
  background: #ffffff;
  z-index: -1;
  right: 0;
  transition: 1.2s ease;
}

.right-side:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  width: 1px;
  height: 0%;
  background: var(--color3);
  transition: 0.8s ease;
}

.left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  background: white;
  z-index: -1;
  transition: 1.2s ease;
  left: 0;
}

.left-side:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  width: 1px;
  height: 0%;
  background: var(--color3);
  transition: 0.8s ease;
}

.timeup::before {
  height: 100%;
}

.cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}





/******/

 .grid-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      /* gap: 5em 10px; */
      /* padding: 50px 10% 20px; */
      position: relative;
      /* border: 2px solid rgb(123 123 123 / 1%); */
      border-radius: var(--border-radius);
      gap: 1em;
    }

    .grid-item {
      text-align: center;
      /* padding: 0 40px; */
      /* border: 1px solid #ddd; */
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      /* gap: 10px; */
      outline: rgb(17 17 17 / 5%) solid 1px;
      padding: 6rem 5rem;
      transition: all .3s ease;
      border-radius: 20px;
    }

.grid-item:hover {
    box-shadow: 0 1px 20px #0000000d;
}

.grid-item:last-child {
    justify-content: center;
}

.grid-item span {
    font-family: var(--font_family_3);
    font-size: 23px;
    margin-bottom: 10px;
    color: var(--color1);
}

.grid-item:hover img {
    scale: 1.07;
}

.grid-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 17px;
    transition: all .3s ease;
    /* filter: brightness(0) opacity(0.7); */
/*! filter: invert(43%) sepia(47%) saturate(381%) hue-rotate(167deg) brightness(106%) contrast(88%); */
    /*! filter: invert(45%) sepia(29%) saturate(257%) hue-rotate(96deg) brightness(94%) contrast(93%); */
}

.grid-item img:last-child {
    width: 250px;
    height: auto;
    margin: 0;
}

.grid-item.itmBr {
    /* border-right: 1px dashed rgb(245 132 143 / 35%); */
    /* border-left: 1px dashed rgb(245 132 143 / 35%); */
}

.grid-item p {
    color: var(--color00);
}

/***/

/***/

.prestation {
    width: 100%;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    /* -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
    background: var(--color0);
    margin: 0 0 30px;
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid #eee;
}

.item-news.prestation .bloc-photo {
    position: relative;
    height: auto
}

.item-news.prestation .bloc-photo>div {
    background-position: bottom;
}

.item-news.prestation .bloc-photo.photo-empty,
.item-news.prestation .photo {
    height: 295px
}

.item-news.prestation .contenu {
    background: var(--color0);
    padding: 50px 40px 20px;
    position: relative;
    min-height: 170px;
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 65px;
    height: 65px;
    overflow: hidden;
}

.item-news.prestation .contenu .lire-suite {
    padding: 10px 0 0;
    margin: 0;
    padding: 0 !important;
    margin-top: 15px;
    
    

    
    
}

.item-news.prestation .bloc-titre {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: -25px
}

.item-news.prestation .bloc-photo.sans-photo .bloc-titre {
    position: relative
}

.item-news.prestation .bloc-titre .titre-news {
    display: table;
    margin: 0 auto;
    background: var(--color0);
    /* border-radius: 10px; */
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); */
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    /* -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); */
    padding: 15px 35px;
    font-size: 25px;
    max-width: 95%;
    font-family: var(--font_family_2);
    color: var(--color001);
    border-radius: var(--border-radius2);
}

/***/



/********/
@keyframes zoomAB {
  0% {
    scale: 1;
  }
    50% {
        scale:1.1;
    }

  100% {
    scale: 1;
  }
}
.banniere .mySwiper-bann img {
    animation: 30s infinite ease zoomAB;
}



    .swiper {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
    }
    .swiper-wrapper {
        display: flex;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 30px;
    }

.swiper-slide i {
    /*! font-size: 70px; */
    color: var(--color00);
}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-prev, .swiper-button-next {
    color: #414e47;
}

.mySwiper-bann .swiper-button-prev, .mySwiper-bann .swiper-button-next {
    background: var(--color1);
    backdrop-filter: blur(5px);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color0);
    margin: 0 80px;
    /* border: 1px solid #eeeeee38; */
}


/*****/

.atots-items {
    /* padding-top: 30px; */
    position: relative;
}

.nos-atots {
    padding: 6em 10% 7em;
    background-image: url('../images/bg-4.jpeg');
    position: relative;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nos-atots .h1 {
    /* color: var(--color0); */
}

.nos-atots:before {
    /* content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    left: 0;
    top: 0;
    opacity: 0.8; */
}

.swiper {
      /* width: 100vw; */
      height: 100%;
      overflow: hidden;
      position: relative;
    }
    .swiper-wrapper {
        display: flex;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

.atots-items .swiper-slide .swiper-att {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* color: #624c70; */
    transition: all .3s ease;
    width: 370px;
    height: 230px;
    margin-top: 40px;
    /* border: 1px solid #eee; */
    padding: 25px;
    position: relative;
}

.swiper-att svg {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    /* border: 1px solid var(--color001); */
    /* padding: 10px; */
    /* border-radius: 50%; */
}
.swiper-att svg * {fill: var(--color0);}


.swiper-att:hover .attnbr {
    background-color: var(--color1);
    color: var(--color0);
    border-color: var(--color1);
}

.swiper-att:hover {transform: translateY(-20px);border-color: #cac8c8 !important;}

.swiper-att img {
    width: 75px !important;
    height: auto !important;
    filter: invert(15%) sepia(42%) saturate(4751%) hue-rotate(345deg) brightness(91%) contrast(98%);
}

.swiper-att span {
    font-family: var(--font_family_2);
    font-size: 20px;
    margin-top: 10px;
}

span.attnbr {
    position: absolute;
    top: -25px;
    right: 20px;
    height: 35px;
    width: 35px;
    background-color: var(--bg-facultatif);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: var(--font_family_1) !important;
    transition: all .3s ease;
}

.swiper-att p {
    font-size: 14px;
    opacity: 0.6;
    /* margin-top: 14px; */
    margin: 0;
}

.atots-items .swiper-slide:hover {
    /* color: var(--color1); */
}

.atots-items .swiper-slide i {
    font-size: 45px;
}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


.atots-items .swiper-button-next {
    right: -25px;
}

.atots-items .swiper-button-prev {
    left: -25px;
}

.atots-items .swiper-button-next, .atots-items .swiper-button-prev {
    background: none;
    color: var(--color0);
    text-align: center;
}

.swiper-button-prev {
    /* left: 60px; */
}

/***/


/***/
.gallery .nav {
    margin: 10px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: none;
    padding: 0 3px 0 5px;
    width: 19%;
    height: 160px;
    position: relative;
}

.gallery .nav li::after {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    width: 0px;
    height: 0px;
    background: var(--color1);
    border-radius: 5px;
    display: block;
    content: " ";
    opacity: 1;
    z-index: 1;
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font_family_3);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    text-shadow: 0 0 20px #153d49;
    border: none;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 1;
}



.gallery .nav li a.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color1);
    transition: .3s ease;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: none;
    color: var(--color0);
}

.gallery .nav li.active a:before {
    opacity: 0.5;
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0;
    text-align: center
}

.gallery .bas-galerie a.bouton-principal {
    padding-left: 15px;
    /*! padding-right: 60px; */
    display: inline-block;
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: var(--font_family_1);
    font-size: 45px;
    position: absolute;
    right: 19px;
    top: 11px;
    line-height: 20px;
    left: auto;
    background: transparent;
}

/***/

.long-arrow-right {
    transform: rotate(135deg);
    display: block;
    margin: 30px auto;
    width: 9px;
    height: 9px;
    border-top: 1px solid var(--color0);
    border-left: 1px solid var(--color0);
    position: absolute;
    right: 26px;
    top: -10px;
    transition: all .3s ease;
    display: none;
}

.cta .long-arrow-right {
    border-color: var(--color0);
    right: 5px;
}

.cta a.bouton-principal:hover .long-arrow-right {
    right: 3px;
}
.cta .long-arrow-right::after{
    background-color: var(--color0);
}
.long-arrow-right::after {
    content: "";
    display: block;
    width: 1px;
    height: 41px;
    background-color: var(--color0);
    transform: rotate(-45deg) translate(14px, 6px);
    left: 0;
    top: 0;
}




/************************************************/

.btn-navs .button-next,.btn-navs .button-prev {
    border: 1px solid var(--color000);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
    color: var(--color000);
    border-radius: var(--border-radius);
}

.btn-navs .button-next:hover, .btn-navs .button-prev:hover {
    background: var(--color4);
    color: var(--color0);
    border-color: var(--color4);
}

.btn-navs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    flex-direction: row-reverse;
    gap: 20px;
}

.atouts-cont {
    position: relative;
    overflow-x: clip;
}

.atouts-cont > p {
    color: var(--color000);
    padding-top: 4vh;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: left;
    line-height: 1.7;
}

.atouts {
    padding: 0% 10% 5%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: var(--color0);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 10;
}

.atouts .h1 {
    color: var(--color000);
    width: 60%;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 15px;
}

.atouts .h1 .titre-secondaire {
    color: var(--color000);
    font-family: var(--font_family_1);
    font-size: 16px;
    padding: 15px 0 0;
    text-align: left;
}

.atouts:before {
    content: "";
  position: absolute;
  width: 487px;
  height: 569px;
  background-image: url('../images/roue.png');
  background-size: 100%;
  background-repeat: no-repeat;
  right: -100px;
  top: -273px;
  opacity: 0.05;
  z-index: 15;
}

.certf-img {
  position: absolute;
  width: 10vw !important;
  height: auto !important;
  top: 5%;
  right: 20%;
}
.atout {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 340px;
    padding: 5vh 2vw 2vh;
    flex-direction: column;
    color: var(--color000);
    backdrop-filter: blur(10px);
    gap: 10px;
    border-radius: var(--border-radius);
    /*! font-size: 14px; */
    border: 1px solid #f1eeeb;
    background: #f7f7f7;
    clip-path: polygon(0% 0%, 79% 0, 100% 20%, 100% 100%, 0% 100%) !important;
    transition: all .5s ease;
}

span.legend {
    font-family: var(--font_family_1);
    font-size: 25px;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff30;
    width: 100%;
    margin-bottom: 2vh;
}

.atout p {
    margin: 0;
}

.atout-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.atout-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color1);
    font-size: 25px;
    /*! background: var(--color0); */
    width: 60px;
    height: 60px;
}

.atout:hover {
    border-color: transparent;
    color: var(--color0);
    background-color: var(--color4);
}
.atout.atout-sans-hover:hover {
    border-color: transparent;
    color: var(--color5);
    background-color: var(--color4);
}
.atout:hover .atout-img img {
    color: ;
    filter: brightness(0) invert(1);
}
.atout.atout-sans-hover:hover .atout-img img {
    color: ;
    filter: none;
}
.atout:hover .atout-img i {
    color: var(--color0);
}
/************************************************/
.propor.pic-1 {
    height: 500px;
    /* box-shadow: 0 0px 30px 0px rgb(0 0 0 / 8%); */
    margin-bottom: 0px !important;!i;!;
    clip-path: polygon(0% 0%, 89% 0, 100% 16%, 100% 100%, 0% 100%) !important;
}

.page-contenu-home h1 {margin-top: 0;margin-left: 0;text-align: left;margin-bottom: 20px;}

.page-contenu-home .titre-secondaire {
    text-align: left;
}

.page-contenu-home h1:before {
    left: 0;
    margin: 0;
    opacity: 0;
}

.r-flex .row.recup-photos.gallery {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.body-page-1 .r-flex .row.recup-photos.gallery {
    position: relative;
}

.body-page-1 .r-flex .row.recup-photos.gallery:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 97%;
    /* background-image: url('../images/bg-dots.png'); */
    background-size: 140px;
    bottom: -15px;
    right: -21px;
    /* background-color: var(--color1); */
    border: 2px solid var(--color1);
    border-radius: var(--border-radius);
    opacity: 0;
}

.body-page-1 .r-flex .row.recup-photos.gallery:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    /* background-image: url(../images/bg-dots.png); */
    background-size: 140px;
    bottom: -5px;
    right: -35px;
    background-color: var(--color1);
    opacity: 0;
}

.images-f {
    width: 100%;
}

.row.r-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 3%;
    /* flex-wrap: wrap; */
    /* position: relative; */
}

.row.r-flex:before, .row.r-flex:after {
    content: none;
}

/***/





span.svrAB {
    /* margin: 5px 10%; */
    color: var(--color0);
    /* border-top: 1px solid #d7d7d780; */
    /* padding-top: 10px; */
    display: block;
    opacity: 0.7;
    font-family: var(--font_family_1);
}


/***/

.block-gmbAB {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 15px; */
    padding: 25px 5% 50px;
    background-color: #bf9c603d;
}

.block-gmbAB img {
    width: 200px;
    margin-bottom: 25px;
}
/***/

.banniere video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}


/***/


div#contactButtonsMobile a {
    background-color: var(--color1) !important;
}




.certifs {
    /* display:none !important; */
}


/***/


.cAB-cont{
        padding: 4em 13% 4em;
        background-color: var(--bg-facultatif);
}
.cAB {

    display: flex;
    align-items: center;
}

.cText {
    width: 65%;
    font-size: 17px;
}

.cLogo {
    width: 30%;
    text-align: center;
}

.cLogo img {
    /* width: 150px; */
    mix-blend-mode: multiply;
}



/******/

.scroll-container{
  width: 25px;
  height: 52px;
  border: 1px solid var(--color1);
  border-radius: 20px;
  position: relative;
}

.scroller{
  width: 11px;
  border-radius: 11px;
  background-color: var(--color001);
  position: absolute;
  top: 4px;
  left: 6px;
  bottom: 32px;
  animation: scroller 1500ms ease-out infinite;
}

@keyframes scroller{
  0%{
    bottom: 34px;
  }
  5%{
    top: 4px;
  }
  32%{    
    bottom: 4px;
  }
  66%{
    top: 34px;
    bottom: 4px;
  }
  100%{
    top: 4px;
    bottom: 34px;
  }
}

.btns-servAB {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    float: right;
    background-color: transparent;
    margin-top: 20px;
    border-radius: var(--radius);
}

.btns-servAB .swiper-button-prev,.btns-servAB .swiper-button-next {
    position: static;
    display: flex;
    height: 44px;
    width: 44px;
    background-color: var(--color0);
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius2);
    color: var(--color000);
    border: 1px solid var(--color000);
    transition: all .3s ease;
}


.swiper.mySwiper.swiper-container-horizontal {
  padding-top: 12px;
}
/******/
    .swiper {
      width: 100%;
      height: 100%;
          overflow: hidden;
    }
    .swiper-wrapper {
        display: flex;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.attinfo {
    margin-top: 10px;
    text-align: center;
    /* height: 120px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    
    
    
    
    
    
    
    
    
    
    
    
    !;
    
    !importan;
    
    
    !i;
    !;
    color: var(--color0);
    opacity: 0.8;
}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


/****/

.liste-services {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: var(--color0);
    position: relative;
    /**display: grid;**/
    z-index: 11;
}
.services .container {
    /* max-width: 100%!important; */
    width: 80%;
    padding: 10rem 0;
}
.img-service {-ms-border-radius: 0;-o-border-radius: 0;-webkit-border-radius: 0;position: relative;background-image: url(../images/gear.svg);background-size: 80px auto;-ms-background-size: 80px auto;-o-background-size: 80px auto;background-position: center;background-repeat: no-repeat;transition: all .2s linear 0;-webkit-transition: all .2s linear 0;-khtml-transition: all .2s linear 0;-o-transition: all .2s linear 0;width: 380px;height: 420px;transition: all .3s linear;border-radius: var(--border-radius);overflow: hidden;display: block;/* filter: grayscale(1); */}

.img-service:hover {
    filter: brightness(1);
}

.img-service:before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(10deg, #000000c4, transparent, transparent);
    transition: all 1s ease;
    /* bottom: -600px; */
}

.img-service:hover:before {
    /*background: transparent;
    opacity: 0;*/
}
div.title {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: transparent;
    width: 100%;
    /* height: 85px; */
    transition:all .3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.ab-cntnt{
    color:var(--color0);
    opacity:0;
    transition:all .3s ease;
    display: none;
}
.img-service:hover .title {
    /*background-color: #df1a2cd4;*/
    /* height: 100px; */
    /* border-radius: 25px 25px 0 0; */
    /*backdrop-filter: blur(5px);*/
}

.img-service:hover .ab-cntnt{
    opacity:0.6;
}

div.title h3 {
    text-align: left;
    font-family: var(--font_family_3);
    color: var(--color0);
    margin: 0;
    transition: all .3s linear;
    font-size: 21px;
    padding: 5px 0px;
}

.img-service:hover h3 {
    /* padding: 10px 5px; */
    /* margin: 0; */
    /*background: #0000007a;*/
    /* border-radius: 5px; */
}

.nbr-services-3 .img-service.service-2 {
    left: 0;
    margin-bottom: -72.5px;
    bottom: 50%;
    margin-left: -72.5px
}

.nbr-services-3 .img-service.service-3 {
    top: 50%;
    right: -72.5px;
    left: initial
}
a.show-all-service {
    width: 160px;
    height: 50px;
    text-decoration: none !important;
    display: flex;
    background: var(--color1);
    font-family: var(--font_family_2);
    /* font-size: 40px; */
    text-transform: uppercase;
    /* position: absolute; */
    /* right: 66px; */
    /* bottom: 70px; */
    /* border-radius: 50%; */
    text-align: center;
    text-decoration: none;
    line-height: 75px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .5); */
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    justify-content: center;
    align-items: center;
    color: var(--color0) !important;
    border-radius: var(--border-radius);
    overflow: hidden;
}

a.show-all-service:hover {
    /* background: var(--color2); */
}

a.show-all-service .buile-title {
    background: var(--color2);
    color: var(--color0);
    font-size: 14px;
    position: relative;
    left: 110px;
    top: -55px;
    display: block;
    width: 200px;
    padding: 5px;
    line-height: normal;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    opacity: 0
}

a.show-all-service:hover .buile-title {
    left: 85px;
    opacity: 1
}
.text-services {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18%;
    display: none
}

.text-services .text {
    text-align: center;
    display: none
}

.text-services .text h3 {
    color: var(--color1);
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative
}

.text-services .text h3::after {
    display: block;
    background: var(--color1);
    width: 30px;
    height: 4px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    bottom: 0;
    content: ""
}



/***/



.realisations .propor{
    height:100%;
}

.realisations .row.recup-photos.gallery .col-md-3 {
    width: 100%;
    margin: 0;
    padding: 0
}


.realisations .row.recup-photos.gallery {padding: 0;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-template-areas:
"item3 item3 item2 item4"
"item3 item3 item1 item1";grid-template-rows: 300px 300px;grid-gap: 10px;position: relative;}

.realisations .row.recup-photos.gallery:before {

}

.realisations .row.recup-photos.gallery .col-md-3:first-child {
    grid-area: item1
}

.realisations .row.recup-photos.gallery .col-md-3:last-child,.realisations .row.recup-photos.gallery .col-md-3:nth-child(5) {
    grid-area: item5;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(2) {
    grid-area: item4
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(3) {
    grid-area: item3
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(4) {
    grid-area: item2
}


/***/




.banniere #finisher-canvas {
    background: transparent !important;
    z-index: 0 !important;
    opacity: 0.8 !important;
}

/***/


.h-infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15%;
    background-color: var(--color1);
    transition: all .3s ease;
    height: 35px;
}

.fixed .h-infos {
    transform: translateY(-35px);
}

.h-infos i {
    color: var(--color0);
}


.h-infos p {
    margin: 0;
    color: var(--color0);
    text-transform: lowercase;
}

.flex-infos .infos {
    display: flex;
}

/***/

body,html {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a img {
    border: none
}

img {
    max-width: 100%;
    object-fit: cover
}

ul {
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none
}

ol li,ul li {
    padding-left: 0;
    position: relative
}

ul li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: -15px;
    font-size: 14px;
    color: var(--color1);
    top: 0;
    width: 9px;
    height: 16px
}

.intervention ul li:before {
    color: var(--color0);
}

.pied ul li:before {
    color: var(--color0);
}

ol li::marker {
    color: var(--color1)
}

ol li.niveau2,ul li.niveau2 {
    margin-left: 30px
}

dir,menu {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,table td,table th {
    font-size: inherit;
    border: 1px solid #7c7c7c
}

article,aside,footer,header,hgroup,main,nav,section {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0!important;
    margin-left: 0!important
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.retrait {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.transition {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0)
}

.cover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

hr.trait {
    height: 1px;
    margin: -.5em 0;
    padding: 0;
    color: var(--color3);
    background-color: var(--color3);
    border: 0;
    opacity: .4
}

.page-contenu img {
    margin: 10px
}

body {
    color: var(--color000);
    font-family: var(--font_family_1);
    font-size: var(--taille_font);
    background: var(--color0)
}

.allEcpAB {
    padding: 1em 0 4em;
}

.temAB {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.temAB span {
    margin-top: 1em;
    font-size: 20px;
    font-family: var(--font_family_3);
}

.temAB img {
    border-radius: var(--border-radius);
}

.ecpAB {
    display: flex;
    justify-content: center;
    gap: 3em;
    flex-wrap: wrap;
}

a.btnABytb {
    color: var(--color0) !important;
    text-decoration: none !important;
    background-color: #eb4539;
    padding: 8px 13px;
    /* border-radius: 20px; */
    transition: all .3s ease;
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 3px;
    width: fit-content;
}

.fixed a.btnABytb {
    /* color: var(--color3) !important; */
    
    !i;
    !;
}

a.btnABytb i {
    font-size: 16px;
    /* color: #ed3c3c; */
}

a.btnABytb:hover {
    /* background-color: #087f3b; */
}

.temoignages button.bouton-principal {
    width: fit-content;
}

.listAB {
    /* width: 120%; */
    display: flex;
    align-items: center;
    gap: 14px;
}

.listAB p {
    margin: 0;
    font-size: 15px;
    opacity: 0.8;
    display: inline-block;
    font-family: var(--font_family_1);
}

.footerAB {
    background-image: url('../images/5.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.footerAB:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
    top: 0;
    left: 0;
    /*! opacity: 0.58999; */
    background-image: url(../images/full-stop.png);
    background-blend-mode: color;
}

.qt-AB {
    padding: 3em 10px;
    text-align: center;
    margin: 4em 20% 9em;
    box-shadow: 0 30px 50px rgb(0 0 0 / 10%);
}

.qt-AB span {
    font-size: 20px;
}

.qt-AB h2 {
    margin-top: 0;
}

.photo-perso {
    width: 30%;
    height: 330px;
    background-size: cover;
    background-image: url('../images/perso1.jpg');
}

.text-perso {
    width: 60%;
}

.pres-AB {
    padding: 0 11% 5em;
    display: flex;
    gap: 40px;
    align-items: center;
}

.bloc-contenu.services {
    position: relative;
}

.bloc-contenu.services:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    /* background-image: url(../images/flwr2.png); */
    background-size: 100%;
    background-repeat: no-repeat;
    left: -139px;
    bottom: -145px;
    opacity: 0.7;
    rotate: 54deg;
}

.zone-ifrm {
    line-height: 0;
    /* height: 450px; */
    position: relative;
}

.zone-ifrm iframe {
    width: 100%;
    height: 350px;
}

a,a:link,a:visited {
    color: var(--color00);
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.corps a:hover {
    /* color: var(--color1); */
}

a:active {
    outline: 0
}

.h1,.h2,.h3,h1,h2,h3,h4,h5,h6 {
    color: var(--color000);
    font-family: var(--font_family_3);
    font-weight: 200
}

.h1,h1 {
    font-size: 40px;
    line-height: 50px;
    color: var(--color000);
    text-align: center;
    text-transform: unset;
    margin-bottom: 75px;
    position: relative;
    font-weight: normal;
    font-family: var(--font_family_3);
}

.h1:before,h1:before {
    content: "";
    width: 60px;
    /* background: var(--color1); */
    position: absolute;
    bottom: -52px;
    left: 50%;
    margin-left: -37px;
    height: 45px;
    background-image: url('../images/lunette.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.h2,h2 {
    font-size: calc(var(--taille_font) + 1rem)
}

.h3,h3 {
    font-size: calc(var(--taille_font) + .7rem);
    font-family: var(--font_family_3);
}

h4 {
    font-size: calc(var(--taille_font) + .4rem)
}

h5 {
    font-size: calc(var(--taille_font) + .3rem)
}

h6 {
    font-size: calc(var(--taille_font) + .2rem)
}

.h1 a,.h1 a:link,.h1 a:visited,.h2 a,.h2 a:link,.h2 a:visited,.h3 a,.h3 a:link,.h3 a:visited,h1 a,h1 a:link,h1 a:visited,h2 a,h2 a:link,h2 a:visited,h3 a,h3 a:link,h3 a:visited,h4 a,h4 a:link,h4 a:visited,h5 a,h5 a:link,h5 a:visited,h6 a,h6 a:link,h6 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

.h1 a:hover,.h2 a:hover,.h3 a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    padding: 3px 0 0;
    margin: 0;
    font-weight: 200;
    color: var(--color001);
    text-align: center;
    margin-bottom: 0;
    display: block;
    font-family: var(--font_family_1);
    text-transform: initial;
}

.body-service-list .titre-secondaire {
    display: none;
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: url(../images/bg-optionel.svg) repeat top center;
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: var(--color2) url(../images/bg-optionel-gris.svg) repeat top center;
    background-size: 60px auto
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal.dark {
    background-color: var(--color2);
    color: var(--color0)
}

.hvr-shutter-out-horizontal.active {
    background-color: var(--color1)
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color000);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}

.hvr-shutter-out-horizontal.dark:before {
    background-color: var(--color2)
}

.hvr-shutter-out-horizontal:active,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:active,a.hvr-shutter-out-horizontal:focus,a.hvr-shutter-out-horizontal:hover {
    color: var(--color0);
    background-color: var(--color3);
    border: 1px solid var(--color3);
}

.hvr-shutter-out-horizontal:active:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.bouton-principal,button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 13px 20px;
    /* padding-left: 0; */
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid var(--color000);
    /* padding-right: 50px; */
    border-radius: var(--border-radius2);
    overflow: hidden;
    background-color: var(--color1);
    position: relative;
    width: 200px;
    transition: all .3s ease;
    font-weight: 700;
}

a.bouton-principal:hover .long-arrow-right {
    right: 15px;
}

a.bouton-principal:after,button.bouton-principal:after {
    content: "\f105";
    right: 15px;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0);
    -webkit-transform: translateY(-50%);
    font-weight: 700;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9900;
    position: absolute;
    display: none;
    transition: all .3s ease;
}

.btn-news a.bouton-principal,.btn-news button.bouton-principal,.btn-service a.bouton-principal,.btn-service button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    width: fit-content;
}

.btn-news a.bouton-principal:after,.btn-service a.bouton-principal:after {
    content: none
}

.btn-news a.bouton-principal::after,.btn-service a.bouton-principal::after {
    background-image: none
}

.body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
    width: 150px;
    margin: 0px 0;
}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    /* height: 90px; */
    transition: .5s;
    /* width: 80%; */
    /* margin: auto; */
    /* border-radius: 0 0 5px 5px; */
    overflow: hidden;
}

.tete.fixed {
    width: 100%;
    border-radius: 0;
    /* box-shadow: 0 1px 20px #00000014; */
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15%;
    background-color: #fff;
    border-bottom: 1px solid var(--color000);
    transition: all .3s ease;
    backdrop-filter: blur(1px);
    
    
    
    
    
    
    
    
    
    !;
    
    !i;
    !;
    /*! margin-top: 1.5em; */
    /*! padding-top: 2.5em; */
    background-image: url(../images/full-stop.png);
    background-blend-mode: color;
}

.header:before, .header:after {
    content: none;
}

.fixed .header {
    box-shadow: 0 1px 20px #00000014;
    background-color: var(--color0);
    padding: 7px 9%;
    transform: translateY(-35px);
}

.tete .header .flex-logo {
    width: 25%;
}

.tete .header .flex-infos {
    width: 25%;
    height: 100%
}

.tete .logo-site {
    margin: 0
}

.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1)
}

.tete .logo-site a:focus,.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    height: auto;
    width: 310px;
    padding: 5px;
    /*! filter: brightness(0) invert(1); */
    transition: all .3s ease;
}

.tete.fixed .logo-site a img {
    /*! filter: brightness(0) invert(0); */
    width: 270px;
}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    /* font-weight: 700; */
    color: var(--color0);
    padding: 8px 14px 8px;
    margin: 0;
    font-family: var(--font_family_1);
    background: transparent;
    border-radius: 0;
    margin-right: 1rem;
    transition: .5s;
    white-space: nowrap;
    /* text-transform: uppercase; */
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal a {
    color: var(--color0);
    text-align: center;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: stretch;
    column-gap: 10px;
    justify-content: center;
    height: 100%;
    margin: 2em 0;
    font-weight: normal;
}

.body-page-1 .cta {
    justify-content: flex-start;
    margin-top: 3em;
}

.cta .bouton-principal {border: 1px solid var(--color0) !important;backdrop-filter: blur(20px);background-color: var(--color001);color: var(--color0);padding-left: 0px !important;transition: all .3s ease;color: var(--color0) !important;text-shadow: none !important;}

.cta .bouton-principal:hover {
    background-color: var(--color2);
    border-color: var(--color1) !important;!i;!;
    color: var(--color000) !important;
}

.cta a.bouton-principal:after {
    display: none;
    transition: all .3s ease;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    margin: 0 0 0;
    display: inline-flex;
    text-transform: uppercase;
    border: 0;
    border-radius: var(--border-radius2);
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    font-weight: 700;
}

.cta .bouton-principal:before {
    background-color: var(--color001) !important;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    font-size: 100%;
    text-align: center;
    min-width: auto;
    font-size: 14px;
}

.cta a.bouton-principal, button.bouton-principal, .cta .tel-header {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /*! line-height: 1.74em; */
    font-size: 14px;
    padding: 13px 20px !important;
    /* min-width: 213px; */
}

.callTracker:not(.active) a:hover,.callTracker:not(.active):hover {
    color: #d0d0d0;
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.header-phone .icones {
    margin: 0 8px 0 0;
    fill: var(--color1);
    width: 25px;
    height: 25px
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker a,.callTracker span {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker a,header .callTracker span {
    top: 5px
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.coordonnees .callTracker a,.pied .callTracker a {
    position: relative;
    left: 0
}

.tete .infos .callTracker:not(.active) a:hover,.tete .infos .callTracker:not(.active):hover {
    color: var(--color0);
    /* background: var(--nuanceColor1); */
}

.tete .widget-partage {
    display: none
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    transition: all .4s ease;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #5e7b6c2e;
}

header .btn-partage .btnp {
    background-color: transparent;
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    /* background-color: var(--color1); */
}

.copyright {
    text-align: justify
}

.tete .btn-partage {
    padding: 0;
    display: flex
}

.tete .header .flex-menuP {
    /* width: 60%; */
    display: flex;
    align-items: center;
    gap: 40px;
}

.navh .menu_principal {
    margin: 0 auto;
    padding: 0 3em;
    padding-right: 0;
    display: table;
    /* background-color: #ffffff14; */
    /* border-radius: 50px; */
    /* backdrop-filter: blur(10px); */
    /* transition: all .2s ease; */
}

.fixed .navh .menu_principal {
    backdrop-filter: none;
    background-color: transparent;
}

.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 2rem;
    background: 0 0
}

.navh .menu_principal>li:before {
    content: none
}

.navh .menu_principal>li:last-child {
    background: 0 0
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    position: relative;
    color: var(--color000);
    display: block;
    font-size: 16px;
    padding: 28px 0;
    font-weight: 700;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all .4s ease;
    /*! opacity: .7; */
}

.navh .menu_principal .active a, .navh .menu_principal a:hover {
    opacity: 1;
}

.fixed .navh .menu_principal a {
    color: var(--color001);
    opacity: 1;
}

.navh .menu_principal a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--color000);
    left: 50%;
    bottom: 19px;
    transition: .5s;
    transform: translateX(-50%);
}
.fixed .navh .menu_principal a:after{
   background: var(--color1); 
}
.navh .menu_principal a:hover:after,.navh .menu_principal li.active>a:after {
    width: 100%
}

.icone-share {
    display: none
}

.btn-partage .icones {
    width: 15px;
    margin: 0;
    height: 15px;
    padding: 0;
    position: relative;
    left: 0;
    fill: var(--color0);
}

.fixed .btn-partage .icones {
    /* fill: var(--color1); */
}

@media(max-width: 1530px) {
    .header {
        padding:0 1.5% !important;
    }
}

@media(max-width: 1376px) {
    .flex-infos {
        display:none
    }
    
    .atout {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 51vh;
  padding: 5vh 2vw 2vh;
  flex-direction: column;
  color: var(--color000);
  backdrop-filter: blur(10px);
  gap: 10px;
  border-radius: var(--border-radius);
  font-size: 14px;
  border: 1px solid #f1eeeb;
  background: #f7f7f7;
  clip-path: polygon(0% 0%, 79% 0, 100% 20%, 100% 100%, 0% 100%) !important;
  transition: all .5s ease;
}
    .page-contenu.scrollbars{
    height: 32vh;
}

    .tete .header .flex-menuP {
        /* width: 80%; */
    }

    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0;
        z-index: 9999;
        display: none;
    }

    .fluid-infos .infos {
        display: block;
        position: relative
    }

    .fluid-infos .infos p.tel {
        margin: 0;
        position: relative;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 9px 9px;
        display: table;
        color: var(--color0)
    }

    .fluid-infos .infos p.tel span {
        height: initial;
        line-height: 1;
        top: 7px;
        position: relative
    }

    .fluid-infos .infos .tel .icones {
        margin: 0 15px 0 0;
        width: 26px;
        height: 26px;
        float: left
    }

    .fluid-infos .infos p.tel:hover {
        left: 0
    }

    .fluid-infos .infos .btn-partage {
        position: relative;
        margin: 8px 0 0;
        display: flex;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 7px 9px;
        align-items: center
    }

    .fluid-infos .infos .btn-partage .icones {
        fill: var(--color0)
    }

    .fluid-infos .infos .btn-partage .icones.icone-partage {
        width: 25px;
        height: 25px;
        top: 5px;
        margin-right: 14px;
        fill: var(--color0)
    }

    .fluid-infos .infos .btn-partage:hover {
        left: 0
    }

    .fluid-infos .icone-share {
        display: block;
        width: 34px;
        height: 22px;
        fill: var(--color0);
        padding-right: 10px
    }

    .tete .header .btn-partage .icone-partage {
        display: block
    }
}

.fixed.tete {
    /* background: #304151d1; */
    /* backdrop-filter: blur(10px); */
}

.slogan {
    position: relative;
    color: var(--color0);
    width: 80%;
    padding: 0 4%;
    margin: auto;
    text-align: center;
    z-index: 2;
    top: 90px;
    /* left: 16%; */
    text-shadow: 0px 1px 2px var(--color000);
}

.slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 2;
}

.h1.slogan:before,.slogan h1:before {
    content: "";
    width: 0;
    height: 0;
    background: 0 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
    display: none;
}

.slogan .titre {
    font-size: 36px;
    font-family: var(--font_family_3);
    text-transform: inherit;
    line-height: 40px;
    font-weight: normal;
}

.body-page-1 .slogan .titre {
    font-size: 55px;
    line-height: 1.4;
    /* letter-spacing: 10px; */
    font-family: var(--font_family_3);
    display: block;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 30px;
    font-family: var(--font_family_2);
    line-height: 31px;
    font-weight: normal;
    text-transform: initial;
    color: var(--color0);
}

.body-page-1 .slogan {
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: left;
    width: 70%;
    padding: 0 0%;
    margin: auto;
    position: absolute;
}

.video-accueil {
    position: fixed;
    top: 0;
    left: 50%;
    width: 120%;
    width: 120vw;
    height: 100vh;
    margin-left: -60%;
    margin-left: -60vw
}

.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative
}

.video-accueil .banniere {
    z-index: 0
}

.banniere {
    position: absolute;
    top: 0 !important;
    margin-left: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-position: center;
    
}
.body-page-1 .banniere{
    /* animation: 20s infinite ease zoomAB; */
}


.banniere:after {
    content: '';
    background:linear-gradient(rgba(9,34,50,.8) 0,rgba(9,34,50,.71) 13%,rgb(255 255 255 / 0) 75%,rgb(255 255 255 / 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    /*! background-color: #0000004f; */
    /*! opacity: 0.5; */
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    pointer-events: none;
    /*! background-color: var(--color4); */
    opacity: 0.25;
}

.body-page-1 .banniere::before {
    background-color: transparent;
}

.banniere img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.certf-img-head {
  position: absolute !important;
  right: 5%;
  top: 74%;
  width: 383px !important;
  height: auto !important;
}
.certf-img-head img{
    width: 100%;
    height: auto
}
.body-page-1 .banniere::before {
    content: none
}

/* @-moz-document url-prefix() {
    .banniere img {
        filter: blur(4px);
        width: 100%
    }

    .body-page-1 .banniere {
        filter: blur(0);
        width: 100%;
        left: 0
    }
} */

.btn-descendre,a.btn-descendre {
    width: 60px;
    height: 60px;
    position: absolute;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    /* background: #fff; */
    border-radius: 100px;
    /* margin-top: 23px; */
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    display: none;
}

.btn-descendre:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* animation: pulse-border 1.5s ease-out infinite; */
    /* background: #fff; */
    z-index: -1;
    opacity: 0;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.btn-descendre i {
    font-size: 30px
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color0)
}

.fluid-contenu .corps {
    padding: 4em 10% 5em
}

.body-page-1 .fluid-contenu .corps {
    padding: 8em 10% 8em;
}

.body-page-1 .fluid-contenu:before {
    content: "";
    position: absolute;
    width: 568px;
    height: 425px;
    /*! background-image: url('../images/roue.png'); */
    background-size: 100%;
    background-repeat: no-repeat;
    right: -100px;
    bottom: -20px;
    opacity: 0.05;
    z-index: 0;
}

.page-contenu-home {position: relative;display: block;padding: 1rem 0% 0;margin-bottom: 2em;}
.page-contenu.scrollbars{
    height: 39vh;
}
.page.clear.node-1 h1 {
  text-align: left;
  margin: ;
  margin-bottom: 5px;
}
.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.realisations .recup-photos .propor .propor-cont .imagecont {
    /* filter: grayscale(1); */
    transition: all .3s ease;
}

.realisations .recup-photos .propor .propor-cont:hover .imagecont {
    filter: none;
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    transition: all .3s ease;
}

.recup-photos .propor .propor-cont .imagecont:hover img {
    scale: 1.05;
    /* rotate: 5deg; */
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden;
    /*! clip-path: polygon(0% 0%, 87% 0, 100% 20%, 100% 100%, 0% 100%) !important; */
}

.recup-photos .propor:after {
    padding-top: 80%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    transition: .5s;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0;
    filter: alpha(opacity=70)
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color2);
    padding: 4em 10% 7em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0em 0 1em;
}

.certifs .titre-secondaire {
    color: var(--color3);
}

.certifs h2:before {
    /*! filter: brightness(0) invert(1); */
}
.certifs h2 {
    
}
.certifs:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*! background-color: var(--color4); */
    /*! opacity: 0.8; */
    z-index: -1;
}

.certifs .h1 {
    /*! color: var(--color0); */
}

.certifs .cell.gauche {
    display: block
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%;
    /* display: none; */
    color: var(--color0);
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 0em 7% 0em;
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px
}

.certifs .swiper-slide {
    text-align: center
}
.certifs .swiper-slide img{
    
}
.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    /* -webkit-background-size: 80% auto; */
    -moz-background-size: 80% auto;
    background-size: contain;
    background-color: transparent;
    /*! filter: brightness(0) invert(1); */
    transition: all .3s ease;
}

.certifs .swiper-slide .img-swiper:hover {
    filter: none;
    scale: 1.1;
}

.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    /*! box-shadow: 0 0 1px var(--color4) */
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8;
    display: none;
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8;
    display: none;
}

.certifs .swiper-button-next i,.certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--color1);
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1;
    /*! background: var(--color4); */
    /*! border-color: var(--color4); */
    color: var(--color0);
}

.certifs .logo-certifs .row-certifs {
    position: relative;
    display: table;
    width: 100%
}

.certifs .logo-certifs .row-certifs .certif-inline {
    position: relative;
    display: table-cell
}

.certifs .logo-certifs .row-certifs .certif-inline>div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
    text-align: center
}

.certifs .logo-certifs .row-certifs .certif-inline>div img {
    position: relative;
    overflow: hidden
}

.actualites .cell.photo a {
    display: block
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.actualites {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color: var(--color0);
    padding: 6em 10%;
}

.actualites article {
    display: table;
    width: 100%
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius)
}

.actualites .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color0)
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 3em 10%;
    text-align: justify;
    direction: ltr
}
.actualites .cell.texte .contenu .bouton-principal{
    width: fit-content;
}
.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg) no-repeat 0 9px
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.view-btn-all {
    position: relative;
    display: table;
    margin: 20px auto
}

.view-btn-all i {
    margin-left: 8px;
    font-size: 14px
}

.actualites .date_post,.news .date-article {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.text-center.btnnews .bouton-principal {
  width: fit-content;
}
.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

.AvisClientsBg {
    padding: 6em 0% 5em !important;
    background: url(../images/5.jpeg);
    background-size: cover;
    background-position: bottom;
}

.AvisClientsBg:before {
    content: "";
    position: absolute;
    background-color: #00000078;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*! opacity: 0.5; */
    background-image: url(../images/full-stop.png);
    background-blend-mode: color;
}

.AvisClientsBg h2 {
    margin-bottom: 50px;
    color: var(--color0);
}

.AvisClientsBg .bx-prev {
    left: -2vw
}

.AvisClientsBg .bx-prev:before {
    display: inline-block;
    content: "\f053";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next {
    right: -2vw
}

.AvisClientsBg .bx-next:before {
    display: inline-block;
    content: "\f054";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next,.AvisClientsBg .bx-prev {
    text-indent: initial;
    font-size: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: .7;
    transition: .5s
}

.AvisClientsBg .bx-next:hover,.AvisClientsBg .bx-prev:hover {
    opacity: 1
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0 45px;
    display: block;
    height: auto!important
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0)
}

.etoiles .fa {
    color: #fc0
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: 0 0
}

.AvisClientsList li:before {
    content: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,.AvisClients:link,.AvisClients:visited {
    position: relative;
    background-color: var(--color0);
    padding: 5rem 9% 3rem;
    text-align: center;
    height: 285px;
    margin-top: 0;
    display: block;
    text-decoration: none;
    border-radius: var(--border-radius);
    border: 1px solid #f1eeeb;
    background: #f7f7f7;
    clip-path: polygon(0% 0%, 79% 0, 100% 20%, 100% 100%, 0% 100%) !important;
    transition: all .5s ease;
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color0)
}

.AvisClients .h {
    font-size: 21px;
    color: var(--color4);
    text-align: center;
    /*! text-transform: uppercase; */
    /*! font-weight: 600; */
    margin-bottom: 0
}

.AvisClients p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--color000);
    padding-top: 15px
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0)
}

.AvisClientsBg .bx-pager {
    bottom: 17px
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.temoignageScroll {
    max-height: 109px;
    text-align: center;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 15px;
    padding: 4px 0;
}

.date_post i {
    margin-right: 8px
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}

.livre-elements {
    padding: 0 12%;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 6px;
    font-size: 21px;
    color: var(--color000);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.livre-elements .date {
    margin-bottom: 2px!important;
    color: var(--color1);
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 25px 27px;
    margin-bottom: 3rem;
    background-color: #f0f0f0;
    border-radius: var(--border-radius);
    width: 48%
}

.btn-avis {
    margin-bottom: 30px
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color000);
    font-size: 1.6vw;
    font-weight: 700;
    text-shadow: none
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgb(0 0 0 / 20%);
    color: var(--color000);
    text-shadow: none;
    font-family: Arial,'Trebuchet MS',Helvetica,sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 21px;
    color: var(--color000);
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,.modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#add-review input[type=file] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px!important
}

.formulaire #add-review .form-group .form-control,.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea {
    background: var(--color0);
    border: 1px solid #ccc;
    color: var(--color000);
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color000) !important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 15px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color000) !important;
}

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999
}

.sudo-slider .slide {
    text-align: center;
    height: 135px;
    line-height: 135px
}

.sudo-slider .slide img {
    max-height: 100%
}

.cont-slider .controls {
    z-index: 9002;
    display: inline-block;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block;
    background: 0 0;
    padding: 0
}

.cont-slider .controls ol li a {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--color2);
    margin: 0 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    opacity: .5
}

.cont-slider .controls ol li.current a {
    opacity: 1
}

.cont-slider .controls ol li a span {
    display: none
}

.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}

/* .services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    border-bottom: 2px solid var(--color0);
    min-height: 55vh
} */

.services.services-home {
    padding: 7rem 10%
}

.services .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-right: 2px solid var(--color0);
    background-position: center center;
    background-repeat: no-repeat
}

.services .cell.gauche .vegas-slide-inner {
    border-radius: var(--border-radius)
}

.services .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.services .cell.droite .contenu {
    padding: 6rem 12%
}

.services .cell.droite .contenu .liste-services {
    position: relative;
    display: block
}

.services .cell.droite .contenu .liste-services h3 {
    background: 0 0;
    padding: 0 0 0;
    margin: 0 0 9px
}

.services .cell.droite .contenu .liste-services h3:before {
    content: none
}

.services .cell.droite .contenu .liste-servicesl h3 .bouton-principal {
    display: block
}

.services .cell.droite .contenu .liste-services h3 .bouton-principal {
    font-size: 16px;
    color: var(--color0);
    margin: 0;
    display: block
}

.services .cell.droite .contenu .liste-services h3 .bouton-principal:hover {
    text-decoration: none
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: 0 0;
    padding: 0
}

.services .miettes li:before {
    content: none
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color0);
    display: inline-block;
    opacity: .5
}

.services .miettes li a.active {
    opacity: 1
}

.AvisClientsBg,.realisations {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 3em 0% 5em;
}

.AvisClientsBg a.bouton-principal {
    width: fit-content;
    background-color: #00000042;
    backdrop-filter: blur(10px);
    border-color: var(--color0);
}
.AvisClientsBg a.bouton-principal:hover {
    width: fit-content;
    background-color: var(--color3);
    backdrop-filter: blur(10px);
    border-color: var(--color3);
}
.realisations {
    padding: 4em 10% 5em;
}

.realisations a.bouton-principal {
    width: 300px;
}

.news .propor,.realisations .galerie .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.news .propor:after,.realisations .galerie .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.news .propor .propor-cont,.realisations .galerie .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.news .propor .propor-cont .imagecont,.realisations .galerie .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.news .propor .propor-cont .imagecont .imagefond,.realisations .galerie .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.news .propor .propor-cont .imagecont .masque,.realisations .galerie .propor .propor-cont .imagecont .masque {
    transition: all .4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.news .propor .propor-cont .imagecont:hover .masque,.realisations .galerie .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.news .propor .propor-cont .imagecont:hover .imagefond,.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.intervention {
    position: relative;
    z-index: 8000;
    background: url(../images/5.jpeg) no-repeat center center/cover !important;
    /*! background-attachment: fixed !important; */
    padding: 4em 10%;
    /* padding-bottom: 13em; */
    /* background-image: none !important; */
    /* display: flex; */
}

.intervention .titre-secondaire {
    color: var(--color2);
}

.intervention:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
    /*! opacity: .6; */
    z-index: -1;
    background-image: url(../images/full-stop.png);
    background-blend-mode: color;
}

.intervention .contenu {
    /* padding: 0 13%; */
    color: var(--color0);
    font-size: 17px;
    /* width: 100%; */
    /* padding-right: 5%; */
}

.bg-zoneInt {
    width: 50%;
    /* height: 300px; */
    background-image: url('../../../images/bandeau/medium/villa-contemporaine-chateauneuf.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.intervention .contenu a,.intervention .contenu a:link,.intervention .contenu a:visited {
    color: var(--color0)
}

.intervention h2 {
    color: var(--color0);
    margin-top: 0;
    text-align: center;
}

.intervention h2:before {
    /* background: var(--color0); */
    /*! filter: brightness(0) invert(1); */
}

.intervention ul {
    margin: 20px 0;
    column-count: 3;
    width: 100%;
}

.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem
}

.pied {
    position: relative;
    z-index: 9;
    background: var(--color4);
}

.pied .bande1 {
    padding: 5rem 10% 3rem;
    /* background-color: var(--color1); */
}

.bande_contact_footer {
    padding: 70px 10% 50px
}

.bande_contact_footer .row1 {
    position: relative;
    display: block;
    /* background: var(--bg-facultatif); */
    padding: 5rem 28%;
    border-radius: var(--border-radius);
    border: 2px solid var(--color1);
}

.bande_contact_footer .row1::after {
    display: block;
    width: 232px;
    height: 1px;
    content: "";
    background: var(--color0);
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 49px
}

.pied .bande2 {
    padding: 0px 10% 10px;
    /* background: #8b1811; */
}
.bande2 .row {
  display: flex;
  align-items: center;
}
.pied .title_footer {
    color: var(--color0);
    font-family: var(--font_family_2);
    font-size: 30px;
    text-transform: unset;
    padding: 0 0 20px;
    position: relative;
    font-weight: 200;
    float: left;
    width: 100%;
}

.pied .title_footer::before {
    content: "";
    width: 75px;
    height: 10px;
    background: var(--color0);
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 2px
}

.pied .navf .menu_footer {
    color: var(--color2);
    padding: 15px 20px;
    list-style-type: none;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0 0 4px;
    background: 0 0;
    position: relative
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,.pied .navf .menu_footer li a:visited {
    font-size: 16px;
    padding: 0 0 0;
    color: var(--color0);
    text-decoration: none
}

.pied .navf .menu_footer li a:hover {
    color: #d0d0d0;
}

.pied .navf .menu_footer li.active a {
    color: #d0d0d0;
}

.pied .navf .menu_footer li.active a:hover {
    text-decoration: none
}

.pied .menu_referencement {
    color: var(--color2);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    padding: 0
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.pied .menu_referencement li:before {
    content: none
}

.pied .menu_referencement li:after {
    content: " - "
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,.pied .menu_referencement li a:visited {
    color: inherit;
    font-size: 16px;
    text-decoration: none
}

.pied .menu_referencement li a:hover {
    color: var(--color1);
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none
}

.ft-img {
  width: 295px;
  height: auto;
  margin-left: -8px;
}
.ft-img img {
  width: 100%;
  height: 100%;
}
.pied address {
    margin: 0;
    padding: 15px 0 25px;
    color: var(--color0);
    font-size: 16px;
    float: left;
    width: 100%;
    position: relative;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    padding: 0 0 10px 0
}

.flex-address {
    position: relative;
    display: flex
}

.flex-address i {
    margin-top: 3px!important
}

address i {
    margin: 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color1);
    width: 16px
}

.pied address i {
    color: var(--color0);
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0;
    height: 260px;
    position: relative;
    float: left;
    width: 100%;
}

.pied .horaires {
    color: var(--color0) !important;
    padding: 10px 0 35px;
    /* margin: 15px 0 0; */
    font-size: 16px;
    float: left;
    width: 100%;
}

.pied table.horaire-table {
    color: var(--color0) !important;
}

.horaires {
    /* display: inline-grid; */
}

p.horaires {
    display: none !important;
}

.horaires i {
    margin: 4px 0 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color1);
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: center
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 210px
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 20px 0 0;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-horizontal,.scrollbar-path-vertical {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--color0)
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1 rgba(0,0,0,.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1 rgba(0,0,0,.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-handle,.scrollbar-path-horizontal,.scrollbar-path-vertical {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    margin-bottom: 10rem
}

.prestation:nth-child(even) {
    direction: rtl
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius)
}

.prestation .cell.texte {
    /* display: table-cell; */
    vertical-align: top;
    /* width: 50%; */
    border-bottom: 2px solid var(--color0)
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.prestation .cell.texte .contenu {
    padding: 50px 10% 25px;
    text-align: center;
    direction: ltr;
}

.prestation .cell.texte .contenu p {
    padding: 0 0 20px
}

.prestation .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg) no-repeat 0 9px
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.body-contact h2 {
    color: var(--color1);
    text-transform: none;
    position: relative;
    margin-bottom: 55px;
    font-weight: normal;
}

.tab-coordonnes h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 0
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -37px
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0)
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    border-top: 2px solid var(--color0)
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 0em 7% 0;
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 70%;
}

.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: transparent;
    padding: 5rem 28%;
    margin-top: 5em;
    border-radius: var(--border-radius);
    border: 2px solid var(--color1);
}

.contact .tab-formulaire .contenu h2 {
    text-align: center
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 790px !important;
    border-radius: var(--border-radius);
}

.contact .coordonnees {
    padding: 0 0 20px
}

.contact .coordonnees h2 {
    margin-top: 0;
}

.contact .coordonnees address p {
    padding: 0 0 10px 0
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100%!important
}

.form-group .label-rgpd strong,.info-rgpd a,.info-rgpd a:visited,.info-rgpd strong {
    color: var(--color1)
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: 400
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    background: #FFF;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%!important;
    font-size: inherit;
    color: var(--color000);
    border-radius: var(--border-radius2);
    border: 1px solid var(--color1);
}

.form-control:focus {
    color: #000;
    background: var(--color0)
}

.contact .formulaire .form-group textarea.form-control {
    height: 90px;
    position: static;
    /*! border-radius: 20px; */
    padding: 15px 20px;
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px\9;
    padding: 0 20px;
}

.contact .formulaire .form-group .form-control:active,.contact .formulaire .form-group .form-control:focus {
    border: 1px solid var(--color2)
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and (-webkit-min-device-pixel-ratio: 0),screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 15px center!important;
        line-height: normal!important;
        background-size: 22px auto!important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group input[name=captcha] {
    width: 31%!important;
    height: 50px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top
}

.contact .formulaire .form-group input[name=captcha]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 50px!important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    display: inline-block;
    position: relative;
    float: right;
    padding-right: 70px
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
    padding: 15px 20px;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    background-color: var(--color1);
    color: var(--color0);
    text-align: left;
    border-radius: var(--border-radius2);
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    background-size: 24px auto;
    background-position: left 90% center;
    background-image: url(../images/ico-envoyer.svg);
    background-repeat: no-repeat
}

.body-error404 a.btn.btn-default {
    background-image: none
}

.body-error404 a.btn.btn-default:active,.body-error404 a.btn.btn-default:hover,.contact .formulaire input.btn-primary:active,.contact .formulaire input.btn-primary:hover,.contact a.btn.btn-default:active,.contact a.btn.btn-default:hover {
    background-color: var(--nuanceColor1)
}

::-webkit-input-placeholder {
    color: var(--color2)!important;
    opacity: 0.5!important
}

:-moz-placeholder {
    color: var(--color2)!important;
    opacity: 0.8!important
}

::-moz-placeholder {
    color: var(--color000) !important;
}

:-ms-input-placeholder {
    color: var(--color2)!important;
    opacity: 0.5!important
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em
}

.flex-seoContain .seo-content h1,.flex-seoContain .seo-form h2.h1 {
    text-align: left
}

.flex-seoContain .seo-content h1:before,.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
    opacity: 0;
}

.flex-seoContain .seo-form {
    width: 43%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif);
    border-radius: var(--border-radius);
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto
}



.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 11% 40px;
    text-align: justify
}

.gallery .multiple .ligne-photos .col-md-1,.gallery .multiple .ligne-photos .col-md-2,.gallery .multiple .ligne-photos .col-md-3,.gallery .multiple .ligne-photos .col-md-4,.gallery .multiple .ligne-photos .col-md-6 {
    padding-left: 10px!important;
    padding-right: 10px!important;
    margin-bottom: 20px
}

.gallery .multiple .ligne-photos {
    margin-left: 0!important;
    margin-right: 0!important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.custom-object-fit img {
    opacity: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    border-radius: var(--border-radius)
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--border-radius)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 10px 0;
    text-align: center;
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: 0 0;
    padding: 0 3px 0 5px
}

.gallery .nav li:before {
    content: none
}

.gallery .nav li a.bouton-principal {
    /* display: block; */
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-shadow: 0 0 18px black; */
}

.gallery .nav li a.bouton-principal:after {
    content: none
}

.gallery .nav li.active a {
    background: var(--nuanceColor1)
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .bas-galerie a.bouton-principal {
    /*! padding-right: 60px; */
    width: 320px;
}

.gallery .bas-galerie a.bouton-principal:after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: verdana;
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 7px
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color0);
}

.contactButton,.nav-item-active,.sidebar-bottom-controls a,.sidebar-divider-text,.sidebar-form label,.sidebar-left a,.sidebar-right a,.sidebar-send-button {
    color: var(--color0)!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    /* overflow-y: hidden; */
}

.top-logo img {
    position: absolute;
    left: 3px;
    top: 8px;
    max-height: 100px;
    max-width: 185px;
}

.deploy-right-sidebar {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 130px;
    top: 0
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color0);
}

.sidebar-right {
    font-family: var(--font_family_3) !important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,.1);
    font-weight: unset;
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0)!important;
    z-index: 1
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color1) !important;
    background: var(--color2);
    opacity: .3
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color000);
    position: relative
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: 0 0;
    padding-left: 18px;
    background: var(--color000);
}

.menu-mobile-dynamique li.active {
    background: var(--color3);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom,var(--color1),var(--color1));
    padding-top: 18px;
    padding-bottom: 18px
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: var(--color0);
    height: 60px;
    padding-left: 29px;
    background-position: 6px 20.9px
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: 0 0
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: 0
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: rgba(0,0,0,.05);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1) !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.bx-pager.bx-default-pager a {
    background-color: var(--color2)
}

.bx-pager.bx-default-pager a.active,.bx-pager.bx-default-pager a:hover {
    background-color: var(--color2)
}

.vegas-timer-progress {
    background: var(--color0)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0)
}

.deploy-right-sidebar .icones {
    width: 29px
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color0);
}

.pied .btn-partage .icones {
    fill: var(--color1);
}

.remonter .icones {
    margin: 0 0 -5px;
    fill: var(--color1)
}

.tete .tel .icones, .tel-header .icones {
    width: 19px;
    margin: -2px 10px -3px 0;
    height: 17px;
    fill: var(--color0)
}

.btn-partage .btnp:hover .icones {
    /* fill: var(--color0); */
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0
}

.newsList {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}

.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px,.5vw,14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0;
    border-top-left-radius: var(--border-radius)
}

.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px,2vw,50px)
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(250,250,250,.2);
    background-image: none
}

.news .propor .propor-cont .imagecont:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.newsList .propor {
    overflow: hidden
}

.newsList .item .h3 {
    color: var(--color1);
    padding: 5px 0 25px;
    margin: 0;
    font-weight: 200;
    font-family: var(--font_family_1)
}

.newsList .item:hover .h3 {
    color: var(--nuanceColor1)
}

.newsList .item .h3 a:hover {
    text-decoration: none
}

.item-news {
    position: relative
}

.newsItem .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.newsItem .photo {
    width: 100%;
    height: 33vw;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: clamp(300px,40vw,650px);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality
}

.newsItem .contenu-article {
    padding: 15px 0 0;
    min-height: 200px;
    margin: 0
}

.newsItem .div-rs {
    margin: 0 auto 40px;
    display: flex;
    align-content: center;
    align-items: center
}

.newsItem .div-rs .btn-partage {
    display: flex;
    overflow: hidden;
    height: 36px;
    position: relative;
    top: 0;
    margin-left: 2rem
}

.newsItem .div-rs .btn-partage .icones {
    fill: var(--color1)
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color0)
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1)
}

.newsItem .div-rs .btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.newsItem .date_post {
    padding: 5% 3% 3%;
    border-radius: var(--border-radius) 0 var(--border-radius2) 0;
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres>div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,.news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid var(--bg-facultatif);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    border-radius: var(--border-radius)
}

.news_avant_apres a:focus,.news_avant_apres a:hover {
    border-color: var(--color1);
    text-decoration: none
}

.news_avant_apres>div:last-child {
    right: -5px
}

.news_avant_apres a:focus b,.news_avant_apres a:hover b {
    text-decoration: none;
    color: var(--color1)
}

.navButtons,.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block
}

.news_avant_apres a:focus span,.news_avant_apres a:hover span {
    color: var(--color2);
    text-decoration: none
}

.pagination>li {
    background: 0 0;
    padding-left: 0
}

.pagination>li>a,.pagination>li>span {
    color: var(--color1);
    border-color: var(--color3)
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1)
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: var(--color1);
    background-color: var(--color0)
}

@media (min-width: 768px) {
    .dispaly_flex {
        display:flex
    }

    .flex_child_2 {
        flex: 2
    }

    .flex_child_1 {
        flex: 1
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

@media (max-width: 991px) {
    
.ft-img {
  width: 231px;
  height: auto;
  margin-left: -8px;
  margin-bottom: 4vh;
}
    
    .ft-img img {
  width: 100%;
  height: 100%;
}
    
.certf-img {
  position: absolute;
  width: 120px !important;
  height: auto !important;
  top: 9%;
  right: 20%;
}
    .body-page-1 .slogan .titre {
    font-size: 55px;
    line-height: 1.4;
    /* letter-spacing: 10px; */
    font-family: var(--font_family_3);
    display: block;
    color: var(--color001);
    text-shadow: none;
}
    .certf-img-head {
  position: absolute !important;
  right: 1%;
  top: 51%;
  width: 183px !important;
  height: auto !important;
}
    .certifs .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8;
    display: block;
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8;
    display: block;
}

    .bg-zoomAB {
    animation: none;
}
        .gallery .nav li {
        width: max-content;
        height: 60px;
    }
    .gallery .nav{
    }
    .qt-AB{
    margin: 3em 10% 9em;
    padding: 3em 21px;
}

.qt-AB span {
    font-size: 16px;
}
    .text-perso, .photo-perso{
        width:100%;
    }
    .pres-AB{flex-direction:column;padding: 0;}
    .intervention .contenu{width:100%;}
    .bg-zoneInt{display:none;}
.body-page-1 .r-flex .row.recup-photos.gallery:after,.body-page-1 .r-flex .row.recup-photos.gallery:before{opacity:0;}
    
    .images-f {
        width: 100%;
    }
    .propor.pic-1{
      height: 100%;
    }
        .r-flex .row.recup-photos.gallery {
        flex-direction: row;
        margin-top: 40px;
        gap: 10px;
    }
        .row.r-flex{
            flex-direction:column;
        }
    

.body-page-1 .fluid-contenu:before, .stepsAB:before, .bloc-contenu.services:before{
    opacity:0;
}
 .stepsAB.atoAB, .stepsAB{
        flex-direction:column;
        padding: 2em 10% 0em;
    }
        .stp-bg,.stp-txt, .sAB .stp-bg, .sAB .stp-txt{
        width:100%;
    }
    .sAB i{
        display:none;
    }
    
    .btns-servAB{
        position:static;
        opacity: 1 !important;
        transform: none;
        justify-content: center;
        width: 100% !important;
    }

    .grid-item.itmBr{border:none;}

.grid-item {
    padding: 5rem 2rem;
}
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 0;
      }

    .intervention {padding-bottom: 0;padding-top: 1em;padding-left: 3%;padding-right: 3%;}

    .swiper-att{
      width: 270px !important;
    }
  
       .cAB{
        flex-direction:column;
        gap:10px;
    }
    .cText,.cLogo{
        width:100%;
    }

  
     .realisations .row.recup-photos.gallery {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "item1 item2"
            "item3 item4";
        grid-template-rows: 150px 150px;
        grid-gap: 10px;
    }
    

        /* .r-flex .row.recup-photos.gallery:before{
        display:none;
    }
    .images-f {
        width: 100%;
    }
    .propor.pic-1{
      height: 100% !important;
    }
        .propor.pic-2 {
        position: relative !important;
        width: 100% !important;
        border: none;
        top:50%;
        height: 100% !important;
    }
        .r-flex .row.recup-photos.gallery {
        flex-direction: row;
        margin-top: 40px;
        gap: 10px;
    }
        .row.r-flex{
            flex-direction:column;
        } */


    .contact .formulaire .form-group>label.control-label {
        display:block;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }

    .container {
        max-width: none;
        width: auto
    }

.services .container {
    width: 85%;
    padding: 3em 0;
}

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0 25%!important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100%!important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100%!important
    }

    .contact .formulaire .form-group input[name=captcha] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }

    .contact .formulaire .form-group input[name=captcha]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }

    .lb-prev {
        opacity: 1!important;
        background: url(../images/lightbox-g.png) left 48% no-repeat
    }

    .lb-next {
        opacity: 1!important;
        background: url(../images/lightbox-d.png) right 48% no-repeat
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0
    }

    .banniere {
        height: 25vh !important;
        position: relative
    }

.body-page-1 .banniere {
    height: 45vh !important;!i;!;
}

    .pied .bande1 {
        padding: 5rem 10% 70px
    }

    .prestation .cell.texte .contenu {
        padding: 55px 10% 40px;
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7% 30px
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
        margin: 0!important
    }

    .slogan {
        width: 100%;
        left: 0;
        padding: 0 15px;
        top: auto
    }

    .body-page-1 .slogan {
        text-align: center;
        /* width: 100%; */
        /* left: 0; */
    }

    .slogan .titre {
        font-size: 32px !important;
        line-height: 30px
    }

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .page-contenu-home {
        padding: 0 0
    }

    .certifs .cell.gauche .contenu {
        padding: 0 0
    }

    .intervention .contenu {
        padding: 0 0
    }

    .actualites .cell.texte .contenu {
        padding: 0 0
    }

    .bande_contact_footer {
        padding: 0
    }

    .flex-seoContain {
        flex-wrap: wrap
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: 0 0
    }

    .flex-seoContain .seo-form {
        width: 100%
    }

    .img-seo img {
        width: 100%;
        height: auto
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%
    }

    .contact .tab-formulaire {
        padding: 5rem 10%
    }

    .livre-elements {
        padding: 0 0
    }
}
@media (max-width: 425px) {  
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
      }
}
@media (max-width: 767px) {
    .actualites .cell.texte .contenu .text-center{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
     .page-contenu.scrollbars {
    height: 54vh;
  }
      .fluid-infos {
    position: fixed;
    top: 20vh;
    right: 0;
    z-index: 9999;
    display: none;
  }
    .bande2 .row {
  display: flex;
  align-items: center;
        flex-direction: column;
        margin-bottom: 6vh
    }
  .atouts .h1 {
    /*! color: var(--color0); */
    width: 100%;
    text-align: left;
    line-height: 1.7;
}
    .corps {
        --taille_font:14px;
        font-size: var(--taille_font)
    }

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    .h1,h1 {
        font-size: 30px !important;
        line-height: 1.3 !important;
    }
    .page.clear.node-1 h1{
        font-size: 22px !important;
        line-height: 1.3 !important;
    }

    .titre-secondaire {
        font-size: 22px;
        line-height: 24px
    }

    .body-page-1 .slogan {
        position: absolute;
        background: var(--color2);
        width: 100%;
        text-align: center;
        padding: 13px;
        bottom: 0;
        top: auto;
        left: 0;
        transform: none !important;
    }

.body-page-1 .slogan br {
    display: none;
}

    .slogan {
        text-align: center
    }

    .slogan .titre {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 17px
    }

    .fluid-contenu .corps {
        padding: 40px 30px 40px !important;
    }

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .newsList .recup-photos {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

    .certifs {
        display: block
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0 15px 30px
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0
    }

    .cont-slider .controls {
        bottom: -20px
    }

    .services {
        display: block
    }

    .services .cell.gauche {
        display: block;
        width: 100%;
        height: 180px
    }

    .services .cell.droite {
        display: block;
        width: 100%
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px
    }

    .realisations {
        display: block
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .realisations {
        margin-left: -5px!important;
        margin-right: -5px!important;
        padding: 2em 0% 2em;
    }

    .realisations .propor {
        margin-bottom: 5px
    }

    .AvisClientsBg .contenu,.realisations .contenu {
        padding: 30px 15px 40px
    }

    a.bouton-principal,button.bouton-principal {
        padding: 13px 20px 13px 20px;
    }

    .intervention .contenu {
        padding: 40px 0px 50px;
    }

    .intervention ul {
        column-count: 1;
        width: 100%
    }

    .AvisClientsBg {
        padding: 0
    }

    .temoignageScroll {
        max-height: 135px
    }

    .temoignageScroll {
        max-height: 135px
    }

    .note-avis {
        flex-wrap: wrap
    }

    .bande_contact_footer .row1 {
        padding: 2rem 8%
    }

    .divAvis {
        width: 100%
    }

    .pied .bande1 {
        padding: 30px 15px
    }

    .pied .btn-like {
        padding: 0 0 15px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0;
        justify-content: center
    }

    .pied .btn-partage a {
        text-align: center
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0 15px 30px
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
        height: 180px
    }

    .contact .plan .block #googlemapapi,.contact .plan iframe {
        height: 250px!important
    }

    .contact .tab-formulaire {
        display: block;
        padding: 5rem 8%
    }

    .contact .coordonnees {
        padding: 0
    }

    .gallery .description-galerie {
        padding: 0 15px 20px
    }

    .actualites,.prestation {
        display: block;
        min-height: none;
        padding: 6em 3%;
    }

    .actualites .cell.photo,.prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }

    .actualites .cell.texte,.prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .actualites .cell.texte .contenu,.prestation .cell.texte .contenu {
        padding: 30px 15px
    }

    .gallery .ligne-photos .col-md-1,.gallery .ligne-photos .col-md-2,.gallery .ligne-photos .col-md-3,.gallery .ligne-photos .col-md-4,.gallery .ligne-photos .col-md-6 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .gallery .ligne-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 10px
    }

    .gallery .nav li {
        margin-bottom: 0;
        background: 0 0;
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres,.news_avant_apres>div {
        display: block
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pad-sm {
        padding-left:15px!important;
        padding-right: 15px!important
    }

    .pad-sm-l {
        padding-left: 15px!important
    }

    .pad-sm-r {
        padding-right: 15px!important
    }

    .nopad-sm {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-sm-l {
        padding-left: 0!important
    }

    .nopad-sm-r {
        padding-right: 0!important
    }

    .slogan {
        text-align: center
    }

    .scrollbars {
        height: 240px
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .h1,h1 {
        font-size: 26px;
        line-height: 26px
    }

    .titre-secondaire {
        font-size: 23px;
        line-height: 24px
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .slogan .sous-titre {
        font-size:20px;
        line-height: 20px
    }

    .services a.bouton-principal {
        font-size: 11px
    }

    .body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
        padding: 16px 20px;
        font-size: 12px
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }
}

.infinite-scroll .chargement {
    background: rgba(0,0,0,0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block!important;
    top: -45px;
    opacity: 0!important;
    margin: 0!important;
    height: 10px!important
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: var(--color0);
        font-family: Serif;
        font-size: 10pt
    }

    a:after {
        content: " [" attr(href) "] "
    }

    h1,h2,h3 {
        font-family: verdana,serif
    }

    .hide-print {
        display: none
    }

    .hide {
        display: none
    }

    .clear {
        clear: both
    }

    div[class^=col-] {
        width: 100%
    }

    .gallery .ligne-photos div[class=col-md-2] {
        width: 16.666666666667%
    }

    .gallery .ligne-photos div[class=col-md-3] {
        width: 25%
    }

    .gallery .ligne-photos div[class=col-md-4] {
        width: 33%
    }

    .gallery .ligne-photos div[class=col-md-6] {
        width: 50%
    }
}
/* CSS pour la section partenaires */
        .partners-section {
            background-color: var(--color4);
            padding: 5em 10%;
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }
        
        .section-icon {
            margin: 10px auto;
        }
        
        .section-icon img {
            width: 30px;
            height: 30px;
        }
        
        
        .partners-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .partner-logo {
            border-radius: 8px;
            padding: 33px;
            width: 250px;
            height: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: all .3s ease;
        }
        
        .partner-logo:hover {
            scale: 1.1;
        }
        
        .partner-logo img {
            object-fit: contain;
            margin-bottom: 20px;
        }
        
        .partner-description {
            color: #555;
            font-family: 'Lato', sans-serif;
            font-size: 14px;
            margin-top: 15px;
            line-height: 1.4;
        }
        
        /* Icône partenaires personnalisée */
        .custom-icon {
            display: inline-block;
            width: 30px;
            height: 30px;
            background-color: #761234;
            border-radius: 50%;
            position: relative;
        }
        
        .custom-icon:before, .custom-icon:after {
            content: '';
            position: absolute;
            background-color: #C79B3C;
        }
        
        .custom-icon:before {
            width: 18px;
            height: 2px;
            top: 14px;
            left: 6px;
        }
        
        .custom-icon:after {
            width: 2px;
            height: 18px;
            top: 6px;
            left: 14px;
        }
        
        /* Logo partenaires générés */
        .logo-mock {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 6px;
            color: #555;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 16px;
        }
        
        
        
        /* Styles responsifs */
        @media (max-width: 768px) {
            .partners-container {
                flex-direction: column;
                align-items: center;
            }
            
            .partner-logo {
                width: 80%;
                max-width: 300px;
            }
        }

@media (min-width: 2000px) {
    
    .certf-img-head {
  position: absolute !important;
  right: 3%;
  top: 79%;
  width: 18vw !important;
  height: auto !important;
}
    
.certf-img {
  position: absolute;
  width: 7vw !important;
  height: auto !important;
  top: 9%;
  right: 20%;
}
    
}