:root {
    --color0: #ffffff;
    --color1: #d60000;
    --nuanceColor1: #a29ea0;
    --nuanceColor2: #a10312;
    --color2: #000;
    --color3: #333;
    --color4: #f84253;
    --color5: #ef394a;
    --bg-facultatif: #fff;
    --bg-facultatif2: #b1b1b1;
    --font_family_1: 'Montserrat-Regular', sans-serif;
    --font_family_2: 'Montserrat-Light', sans-serif;
    --font_family_3: 'Montserrat-Extra_Bold', sans-serif;
    --font_family_4: 'Montserrat-SemiBold', sans-serif;
    --font_family_5: 'Montserrat-Extra_Bold', sans-serif;
    --taille_font: 16px;
    --border-radius: 0px;
}
button#BoutonAjouter, button#BoutonSupprimer, label.input-group-btn span.btn.btn-primary {
    border-radius: var(--radius-box);
    background: var(--color1);
    padding: 13px 11px;
    border-color: var(--color1);
}


/* Piece jointe */
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 98%;
  /* font-size: 100px; */
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #fff;
  cursor: inherit;
  display: block;
}
span#upload_btn {
  padding: 14px;
  background: var(--color1);
  color: var(--color0);
}
/**/


/**/
#input_file{
    height: 5vh;
}


.contenu.formulaire {
  padding: 4em;
  background: white;
}
/**/

.img-responsive {
  height: auto;
  width: 100px;
  display: none;
}
.flex-img img {
    position: relative;
    bottom: calc( 1vh + -5px );
    transition: all .3s ease;
}

.fixed.tete .header .flex-img img {
    width: 72px;
    bottom: calc(1vh + -7px);
    transition: all .3s ease;
    display: none;
}
    .flex-logo strong {
        font-weight: 600;
        color: #BA0415;
    }
    .flex-logo  a .name {
        color: #000;
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1;
        left: 5vw;
        font-family: var(--font_family_2);
        margin-bottom: 0;
        z-index: 0;
        min-width: 14rem;
        text-transform: uppercase;
        /* max-width: 19rem; */
        height: inherit;
        padding-right: 1rem;
        transition: all .4s ease-in-out;
        margin-left: 0;
        text-align: left;
        position: relative;
    }
            .flex-logo  a .name:hover {
            margin-left: .5rem;
            transition: all .4s ease;
        }

        .injectionblack{
            background-color: #333333 !important;
        }
        .injectionrouge{
            background-color: #A10312 !important;
        }
        .injectiongrisclaire{
            background-color: #858585 !important;
        }
        .injectiongris{
            background-color: #BEBEBE !important;
        }
/**/
.extra-banner-mar.container {
    position: absolute;
    bottom: 0;
    z-index: 8000;
    background: #192026B3;
    width: 100%;
    height: 255px;
    padding: 3em 7%;
}
.service-banner-content {
    width: 70%;
}

.service-banner-img {
    width: 30%;
}

.service-banner-content p {
    color: #cacaca;
}

.service-banner-img img {
    width: 110px !important;
    height: 110px !important;
    position: relative !important;
    border-radius: 50%;
}

.single-service-banner {
    display: flex;
    align-items: center;
    padding: 20px 40px 10px 15px;
}

.extra-banner-mar.container > div > div:nth-child(3) > div:after {
    display: none;
}

.single-service-banner:after {
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.service-area {
    position: relative;
    z-index: 8000;
    background: white;
    padding: 4em 0 0;
}

.service-area:before {
    top: 0;
    right: 0;
    left: unset !important;
    background: url(../images/leaf4bis.png)!important;
    background-size: cover !important;
}
/**/

/*****/

.btnflex {
  margin: 10px 0;
}

/**Services*/
/**/

.services-home {
    position: relative;
    padding: 4em 10%;
    background-color: #a29ea03b;
    /* background-image: linear-gradient(330deg, var(--color0) 70%, #e8e8e891 100%, #000 50%); */
    opacity: 1;
    transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
    /* margin-bottom: 4em; */
}

.serviceblocNK {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-home::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
}

.services-home .h1 {
    color: var(--color1);
    text-align: left;
}
.title-serv .titre-secondaire {
    text-align: left;
}
.services-home .h1::before {
    background-color: var(--color1);
    left: 15%;
}

.one-service {
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



.one-service::after {
    content: "";
    position: absolute;
    inset: -50%;
    width: 900px;
    background: linear-gradient(rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 50em);
}

.one-service:hover::after {
    animation: 0.3s ease-in 0s 1 normal forwards running shine;
}

@keyframes shine {
    100% {
        transform: rotateZ(60deg) translate(1em, -60em);
    }
}

.lien_image {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.titre-service-premier {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.24);
    height: 100%;
    padding: 24px 16px;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.one-service.item:hover .titre-service-premier {
    background: rgba(0, 0, 0, 0.38);
}

.titre-service-premier h2 {
    color: var(--color0);
    font-size: 30px;
    line-height: 30px;
    font-family: var(--font_family_1);
    margin-top: 8px;
    margin-bottom: 28px;
    position: relative;
    margin-left: 10px;
}

/* .titre-service-premier span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: var(--color0);
    opacity: 0.8;
    transition: all 0.4s ease 0s;
    transform: scaleX(0);
    transform-origin: left bottom;
} */

.titre-service-premier span {
    position: relative;
    font-size: 14px;
    color: var(--color0);
    font-family: var(--font_family_1);
    margin-left: 10px;
    letter-spacing: 0.5px;
    transition: all .4s ease;
}

.titre-service-premier span:hover {
    background: var(--color5);
    color: #fff;
}

/* .one-service.item:hover .titre-service-premier span::after {
    transform: scaleX(1);
    transform-origin: right bottom;
} */

.lien_image img {
    height: 100%;
    width: 100%;
}

.engegements-content {
    overflow: hidden;
}

.swiper-button-next-serv, .swiper-button-prev-serv {
    border-radius: var(--border-radius);
    background: transparent;
    margin: 0px 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 13px;
    transition: all 0.3s linear 0s;
    color: var(--color3);
    border: 1px solid rgba(0, 0, 0, 0.34);
}

.swiper-button-next-serv:hover, .swiper-button-prev-serv:hover {
    background: var(--nuanceColor1);
    color: var(--color0);
    border: none;
}

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-service {
    display: flex;
    align-items: center;
    justify-content: center;
}

.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
  }
.item-news.prestation .bloc-photo.photo-empty,
  .item-news.prestation .photo {
      height: 295px
  }
  .item-news.prestation .bloc-photo {
      position: relative;
      height: auto
  }
  .item-news.prestation .bloc-titre {
      display: table;
      width: 100%;
      text-align: center;
      position: relative;
      z-index: 11;
      left: 0;
      padding: 3px 0 19px;
  }
  .item-news.prestation .bloc-titre .titre-news {
      display: table;
      margin: 0 auto;
      border-radius: 0;
      padding: 15px 35px;
      font-size: 18px;
      max-width: 95%;
  }
.item-news.prestation .bloc-photo.photo-empty, .item-news.prestation .photo {
    height: 295px;
}

.intermap iframe {
    width: 100%;
    position: relative;
    vertical-align: bottom;
}
/******/

.scroll-container{
  width: 25px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
}

.scroller{
  width: 10px;
  border-radius: 11px;
  background-color: #fff;
  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;
  }
}



/***/
.swiper-pagination-bullet-active{
    background-color: var(--color1) !important;
}
/**
====================================================================
    Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding: 80px 0 20px;
  z-index: 1;
  background: #a29ea03b;
}
.services-section .row {
  margin: 0 -8px;
}
.services-section .row > div {
  padding: 0 8px;
}
.services-section .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.services-section .bottom-box .text {
  line-height: 28px;
  padding: 15px 30px;
  background-color: var(--bg-theme-color3);
}
.services-section .bottom-box .theme-btn {
  margin-left: 10px;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block .inner-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 45px 25px 50px 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
  overflow: hidden;
  height: 320px;
}
.service-block .inner-box::before {
  position: absolute;
  width: 124px;
  height: 121px;
  left: 0;
  top: 0;
  background-image: url(../images/dots.png);
  content: "";
  z-index: -1;
}

.service-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  background: var(--color0) !important;
}
.service-block .inner-box:hover .icon-box {
  background-color: var(--bg-facultatif2);
}
.service-block .inner-box:hover .icon-box .icon {filter: brightness(0) invert(1);}
.service-block .inner-box:hover .read-more i {
  color: #ffffff;
  background-color: var(--color1);
}
.service-block .icon-box {
  position: absolute;
  right: -52px;
  bottom: -52px;
  height: 195px;
  width: 200px;
  /* background: #f3f3f3; */
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 40px 50px;
  border-radius: 50%;
}
.service-block .icon-box .icon {
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 92px;
  height: auto;
  /* filter: invert(20%) sepia(48%) saturate(7196%) hue-rotate(345deg) brightness(79%) contrast(114%); */
  filter: brightness(1)invert(1);
}

img.icon {}

img.icon {}
.service-block .title {
  margin-bottom: 14px;
  color: var(--color0);
}

.service-block .inner-box:hover .service-block .title {
    color: var(--color3) !important;
}
.service-block .title:hover {
  color: var(--color3);
}

.service-block .inner-box:hover .title {
    color: var(--color2);
}

.service-block .inner-box:hover .text {
    color: var(--color2);
}
.service-block .text {
  position: relative;
  margin-bottom: 60px;
  opacity: 1;
  color: var(--FSFZyKGVCr);
}
.service-block .read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  color: #6a6a6a;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  text-decoration: none;
}

.swiper-pagination {
    left: 50%;
    transform: translate(-50%);
    display: flex;
    gap: 5%;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    width: 35px;
}

.service-block .read-more i {
  margin-right: 20px;
  height: 52px;
  width: 52px;
  font-size: 16px;
  color: var(--color4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.auto-container {
  position: static;
  padding: 2em 10%;
  margin: 0 auto;
  width: 100%;
  background: url(../images/texture.png) no-repeat;
  background-size: 98%;
  background-position: right;
}
.sec-title h2 {
    margin-top: 5px;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--color1);
}

span.sub-title {
    font-size: 16px;
    color: var(--color3);
    margin-bottom: 30px;
    display: inline-block;
    font-family: var(--font_family_4);
}
.swiper-container-newser.swiper-container-horizontal {
    position: relative;
    overflow: hidden;
    padding: 38px 0 0;
}

.form-control{
    border: 2px solid #33333391 !important;
}

.body-service-list-0 .services ul li::before{
    display: none;
}




.fd-avis_satisfaction p, .fd-avis_satisfaction_left p {
    background: var(--color4);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-facultatif2);
}

::-webkit-scrollbar-thumb {
    background-color: var(--color2);
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: block;
}

::-webkit-scrollbar-button {
    background-size: 50%;
}

marquee {
    font-size: 12em;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
    font-family: var(--font_family_3);
    letter-spacing: 0.25em;
    background-size: cover;
    padding: 4% 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    vertical-align: bottom;
}

marquee::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--color2);
    opacity: 0.65;
}

/* .img-accueil .row.recup-photos.gallery {
    position: relative;
    height: 640px;
    top: 12vh;
}

.img-accueil-1 {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 70%;
    height: 70%;
}

.img-accueil-2 {
    position: absolute;
    top: 0px;
    left: 200px;
    height: auto;
    width: 74%;
    border: 10px solid var(--color0);
    padding: 0px;
}

.img-accueil-3 {
    position: absolute;
    top: 300px;
    left: 200px;
    width: 60%;
    height: auto;
    border: 10px solid var(--color0);
    padding: 0px;
    border-radius: var(--border-radius);
} */
/******Partie presentation*******/



.r-flex .row.recup-photos.gallery {
    /* display: flex; */
    /* flex-direction: row; */
    align-items: center;
    gap: 10px;
    /* position: relative; */
}
.r-flex .row.recup-photos.gallery:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 50%;
    /* border: 2px solid var(--color1); */
    right: 21px;
    bottom: 30px;
    /* z-index: 1; */
}
.images-f {
    width: 100%;
}

.row.r-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
    /* flex-wrap: wrap; */
    position: relative;
}

.row.r-flex h1, .row.r-flex .titre-secondaire {
    text-align: left;
    margin-bottom: 40px;
}

.row.r-flex h1 {
    color: var(--color5);
    transition: all .3s ease;
}

.row.r-flex h1:before {
    left: 45%;
    margin: 0;
    bottom: -15px;
}


.propor.pic-1 {
    height: 488px !important;
    /* left: 25%; */
    z-index: 1;
    border-left-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.145) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.137) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.125) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.106) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px;
}


.row.r-flex h1 {
    color: var(--color);
    transition: all .3s ease;
}

.row.r-flex h1, .row.r-flex .titre-secondaire {
    text-align: center;
    margin-bottom: 20px;
}

.page-contenu-home {
    position: relative;
    display: block;
    padding: 1rem 0%;
    height: 494px;
    overflow: hidden;
}
/**/
.btnflex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.recup-photos .propor .propor-cont .imagecont:hover img {
    transform: scale(1.2);
    will-change: transform;
    transition: all 1500ms ease-out 0s;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover img {
    transform: scale(1.2);
    will-change: transform;
    transition: all 1500ms ease-out 0s;
}

.body-page-1 .corps h1 {
    font-size: 32px;
    color: var(--color1);
}

.fixed.tete {
    transition: all 0.4s ease-in 0s;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    height: 90px;
}

/**/
.rsoverbanner {
    position: absolute;
    z-index: 10;
    left: 81vw;
    top: 8vh;
    transform: translateY(-50%);
}

/*Galery*/
.mySwiperGalAB .swiper-button-prev,.mySwiperGalAB .swiper-button-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    color: var(--color0);
    border-radius: 50%;
    top: 40%;
    border: 5px solid var(--color0);
    font-size: 13px;
    transition: all .3s ease;
}

.mySwiperGalAB .swiper-button-prev:hover, .mySwiperGalAB .swiper-button-next:hover {
    background-color: var(--color4);
}

.mySwiperGalAB .swiper-button-prev {
    left: -20px;
}

.mySwiperGalAB .swiper-button-next {
    right: -20px;
}
/******/
    .body-gallery-4 .swiper {
      width: 100%;
      height: 100%;
          overflow: hidden;
    }
    .body-gallery-4 .swiper-wrapper {
        display: flex;
    }
   .body-gallery-4  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .body-gallery-4 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/*****/

.gallery .nav {
    margin: 10px 0;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    align-items: self-end;
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: none;
    padding: 0 3px 0 5px;
    width: 16.5%;
    height: 195px;
}

.gallery .nav li::after {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 18px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 5px;
    display: block;
    content: " ";
    opacity: 0;
}

.gallery .nav li.active::after {
    /* opacity: 0.8; */
}

.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 !important;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.gallery .nav li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(358deg, var(--color2), transparent); */
    top: 0;
    left: 0;
    z-index: -1;
    /* opacity: 0.3; */
    background-color: var(--color3);
    opacity: 0.5;
    transition: all .3s ease;
}

.gallery .nav li a:hover:before {
    background-color: var(--color1);
}

.gallery .nav li.active a:before {
    background-color: var(--color1);
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: none;
    color: var(--color0);
}

.gallery .nav li.active a:before {
    /* opacity: 3.1; */
}

.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;
}
.gallery .nav li a.bouton-principal {
    display: flex !important;
    align-items: center;
    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;
}

/*******/
/****/
/****/
.bloc-contenu.services{
    position: relative;
    background: url(../images/bulding.jpeg) no-repeat;
    background-size: contain;
    background-position: right bottom;
    background-color: white;
    background-size: 62%;
}

.bloc-contenu.services:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, white, #ffffffe0);
}

.bloc-contenu.services .h1 {
    margin-bottom: 1em;
    text-transform: uppercase;
}

.bloc-contenu.services:before {
}
.liste-services {
    width: 100%;
    overflow: hidden;
    height: 100%;
    border-radius: var(--border-radius);
    position: relative;
    /**display: grid;**/
    z-index: 11;
    padding-top: 2em;
    padding-bottom: 2em;
}

.btns-servAB {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    width: 103%;
    height: 50px;
    color: #fff;
    float: right;
    background-color: transparent;
    margin-top: 20px;
    border-radius: var(--radius);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 40%);
    top: 45%;
    z-index: 11;
    /* opacity: 0; */
    transition: all .3s ease;
}

.btns-servAB .swiper-button-prev,.btns-servAB .swiper-button-next {
    position: static;
    display: flex;
    height: 40px;
    width: 40px;
    background-color: var(--color1);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 3px 0 #dbdbdb;
    box-shadow: 0 6px 3px 0 #00000024;
    transition: 0.5s;
}

.btns-servAB .swiper-button-prev:hover, .btns-servAB .swiper-button-next:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.services .container {
    /* max-width: 100%!important; */
    /* width: 76%; */
    padding: 10rem 0 20rem;
    position:relative;
}

.services .container:hover .btns-servAB{
    /* opacity:1; */
    /* width:105%; */
}
.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: 55vh;transition: all .3s linear;border-radius: var(--border-radius);overflow: hidden;display: block;}

.img-service:hover {
    filter: brightness(1);
}

.img-service:before {
    content: "";
    inset: 0;
    position: absolute;
    transition: all 1s ease;
    opacity: 0.3;
}

.img-service:hover:before {
    /*background: transparent;
    opacity: 0;*/
    background: #00000094;
}

.title small {
    bottom: -27px;
    padding: 1em;
    border-radius: 50%;
    border: 1px solid #0000004a;
    display: flex;
    justify-content: center;
    transition: all .5s ease;
    align-items: center;
    transition: .5s;
}

.img-service:hover .title small {
    border-color: #000;
}

.title small i {
    color: #171616;
    font-size: 16px;
}

div.title {
    position: absolute;
    bottom: 0px;
    padding: 14px 17px;
    background-color: var(--color0);
    border-bottom: 1px solid #ffffff80;
    border-radius: 15px 15px 0 0;
    width: 95%;
    left: 2.5%;
    margin: auto;
    transition:all .3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
span.number {
    width: 50px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    transition: all .5s ease;
    align-items: center;
    color: var(--color3);
    font-size: 18px;
    margin-right: 7px;
    font-family: var(--font_family_4);
}
.img-service:hover .num-title {
    left: 0;
}

.num-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -54px;
    transition: .3s;
}

.img-service:hover .num-title {
    left: 0;
}
.ab-cntnt{
    color:var(--color0);
    opacity:0;
    transition:all .3s ease;
}
.img-service:hover .title:before {
    width: 100%;
}

.title:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: var(--color1);
    transition: .5s;
}

.img-service:hover .ab-cntnt{
    opacity:0.6;
}
.img-service:hover div.title h3 {
    color: #171616;
}

.img-service:hover h3 {
    margin: 0;
}
div.title h3 {
    font-family: var(--font_family_4);
    color: var(--color3);
    margin: 0;
    transition: all .3s linear;
    font-size: 15px;
    padding: 6px 20px;
    word-break: break-word;
    transition: .3s;
}

.img-service:hover div.title h3 {
    color: #171616;
}

.img-service:hover h3 {
    margin: 0;
}

.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%; */
    display: none;
    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: ""
}

.body-service .gallery.clear.services {
    display: block
}

.body-service-list .services {
    flex-direction: column
}

.services.services-home {
    padding: 7rem 10%
}

.services .cell.gauche {
    vertical-align: top;
    width: 50%!important;
    border-right: 2px solid var(--color0);
    height: 50vh;
    max-height: 100%
}

/* .body-gallery-2 .banniere {
    background-repeat: no-repeat;
    background-position: 10% 78%
}

.body-pageseo .banniere {
    background-position: 10% 140%
}

.body-news .banniere,.body-news-list .banniere {
    background-position: 10% 140%
}

.body-gallery-4 .banniere {
    background-position: 0 101%
}

.body-service .banniere {
    background-position: 10% 159%
}

.body-service-list .banniere {
    background-position: 10% 293%
} */

.containerMS {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center
}

.services .cell.gauche .vegas-slide-inner {
    background-size: cover!important;
    background-repeat: no-repeat;
    background-color: #e6e6e61f!important
}

.services .cell.gauche .vegas-slide-inner {
    border-radius: var(--border-radius)
}

.services .cell.droite {
    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: 37px;
    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
}

/**/
body, html {
    height: 100%;
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

a {
    transition: color 0.3s ease-out 0s;
}

a img {
    border: none;
}

img {
    max-width: 100%;
    object-fit: cover;
}

ul {
    list-style: inside none none;
}

ol li, ul li {
    padding-left: 0px;
    position: relative;
}

ul li::before {
    display: inline-block;
    position: absolute;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    left: -22px;
    font-size: 14px;
    color: var(--color1);
    top: 3px;
    width: 9px;
    height: 16px;
    content: "";
}

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 rgb(124, 124, 124);
}

article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

.qualibat-section {
    padding: 3em 10%;
    background: #e9e9e9;
}

.qualibat-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

iframe {
    border: none;
}

[data-anim] {
    opacity: 0;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.nopad-l {
    padding-left: 0px;
}

.nopad-r {
    padding-right: 0px;
}

.nomargin {
    margin: 0px;
}

.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 {
    transform: translateZ(0px);
}

.retrait {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.transition {
    transition: all 0.4s ease 0s;
    transform: translateZ(0px);
}

.cover {
    background-size: cover !important;
}

hr.trait {
    height: 1px;
    margin: -0.5em 0px;
    padding: 0px;
    color: var(--color3);
    background-color: var(--color3);
    border: 0px;
    opacity: 0.4;
}

.page-contenu img {
    margin: 10px;
}

body {
    color: var(--color3);
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    background: var(--color0);
}

a, a:link, a:visited {
    color: var(--color2);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.corps a:hover {
    color: var(--color1);
}

a:active {
    outline: 0px;
}

.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
    color: var(--color1);
    font-family: var(--font_family_3);
    font-weight: 200;
}

.h1, h1 {
    font-size: 40px;
    line-height: 40px;
    color: var(--color1);
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.h1::before, h1::before {
    content: "";
    width: 75px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -37px;
    height: 2px;
}

.h2, h2 {
    font-size: 40px;
}

.h3, h3 {
    font-size: calc(var(--taille_font) + .7rem);
}

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: 18px;
    line-height: 30px;
    padding: 12px 0px 0px;
    margin: 0px;
    text-transform: math-auto;
    font-weight: 900;
    color: var(--color2);
    text-align: center;
    display: block;
    font-family: var(--font_family_1);
}

.badge-optionnel {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url("../images/badge-optionnel.png") right top no-repeat;
    width: 139px;
    height: 139px;
}

.bg-optionnel {
    background: url("../images/bg-optionel.svg") center top / 60px repeat;
}

.bg-optionnel-gris {
    background-image: ;
    background-position-x: ;
    background-position-y: ;
    background-repeat: ;
    background-attachment: ;
    background-origin: ;
    background-clip: ;
    background-color: ;
    background-size: 60px;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    backface-visibility: hidden;
    position: relative;
    background-color: var(--color1);
    transition-property: color;
    transition-duration: 0.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;
    inset: 0px;
    background-color: var(--color40);
    transform: scaleX(0);
    transform-origin: 50% center;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal.dark::before {
    background-color: var(--color20);
}

.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);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

.hvr-shutter-out-horizontal:active::before, .hvr-shutter-out-horizontal:focus::before, .hvr-shutter-out-horizontal:hover::before {
    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;
    font-size: 14px;
    text-transform: uppercase;
    border: 0px;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: var(--color1);
    transition: all .3s ease;
}

a.bouton-principal::after, button.bouton-principal::after {
}

.btn-news a.bouton-principal, .btn-news button.bouton-principal, .btn-service a.bouton-principal, .btn-service button.bouton-principal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid var(--color1);
}

.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: 130px;
    margin: 15px 0px 50px;
}

.main-page {
    position: relative;
    overflow: hidden;
}

.tete {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 9000;
    transition: all 0.5s ease 0s;
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    padding: .5% 7% 0px;
    transition: all 0.3s ease-out 0s;
}

.fixed.tete .header {
    padding-top: initial;
    transition: all 0.3s ease-out 0s;
}

.tete .header .flex-logo {
    width: 15%;
}

.tete .header .flex-infos {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.tete .logo-site {
    margin: 0px;
}

.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1);
}

.tete .logo-site a .name {
    display: none;
}

.fixed .logo-site a .name {
    display: inline-block;
    transition: all .4s ease;
}

.tete .logo-site a:focus, .tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none;
}

.tete .logo-site a img {
    height: auto;
    position: relative;
    width: 160px;
    transition: all 0.4s ease 0s;
}

.fixed .logo-site a img {
    position: absolute;
    transition: all 0.4s ease 0s;
    top: 0px;
    width: 90px;
}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    background: var(--color1);
    color: var(--color0);
    padding: 13px 20px;
    margin: 0px 1rem 0px 0px;
    font-family: var(--font_family_2);
    border-radius: var(--border-radius);
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    border: 1px solid var(--color1);
}

.fixed.tete .infos .tel {
    border: 2px solid var(--color1);
    color: var(--color0);
    transition: all .3s ease;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal a {
    color: var(--color0);
    text-align: center;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    place-content: space-around flex-start;
    align-items: stretch;
    column-gap: 10px;
    height: 100%;
    margin: 1em 0px;
    font-weight: 700;
}

.cta a.bouton-principal::after {
    display: none;
}

.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: 0px;
    display: inline-flex;
    text-transform: uppercase;
    border: 0px;
    border-radius: var(--border-radius);
    overflow: hidden;
    place-content: center;
    align-items: center;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    text-align: center;
    min-width: auto;
    font-size: 14px;
}

.cta a.bouton-principal, button.bouton-principal, .cta .tel-header {
    display: inline-flex;
    place-content: center;
    align-items: center;
    /* line-height: 1.74em; */
    font-size: 14px;
    min-width: 175px;
    padding: 13px 20px !important;
    background: var(--color1);
    border: 1px solid var(--color1) !important;
    color: #fff;
}

.cta a.bouton-principal:hover, button.bouton-principal:hover, .cta .tel-header:hover {
    border: 1px solid var(--color1) !important;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
        -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
        box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    transition:all .4s ease
}

.callTracker:not(.active) a:hover, .callTracker:not(.active):hover {
    color: var(--color1);
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none;
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-phone .icones {
    margin: 0px 8px 0px 0px;
    fill: var(--color1);
    width: 25px;
    height: 25px;
}

a.imagecont.noflicker.img1 {
    width: 100%;
    height: 30vh;
    display: block;
    margin-bottom: 20px;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
}

.callTracker {
    position: relative;
}

.callTracker a, .callTracker span {
    display: inline-block;
    text-align: center;
    min-width: 145px;
    padding: 0px;
    transition: all 0.5s ease 0s;
    height: 100%;
    text-decoration: none;
}

.pied .callTracker a, .pied .callTracker span {
    text-align: left;
}

.contact .callTracker a, .contact .callTracker span {
    text-align: left;
}

.callTracker .t_phone {
    opacity: 0;
    display: none;
}

.callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker a, header .callTracker span {
    top: 5px;
    text-transform: uppercase;
    font-family: var(--font_family_4);
    font-size: 14px;
}

.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: 0px;
}

.tete .infos .callTracker:not(.active) a:hover, .tete .infos .callTracker:not(.active):hover {
    color: var(--color0);
    background: var(--color1);
    border-color: var(--color1);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
        -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
        box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    
}

.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 0.4s ease 0s;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    margin: 15px 10px;
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px;
}

.btn-partage .btnp:hover {
    background-color: var(--color1);
    border-color: var(--color1);
    border-radius: 50px;
    transform: rotate(360deg);
}

.copyright {
    text-align: justify;
}

.tete .btn-partage {
    padding: 0px;
    display: flex;
}

.tete .header .flex-menuP {
    width: 70%;
}

.navh .menu_principal {
    margin: 0px auto;
    padding: 0px;
    display: table;
}

.navh .menu_principal > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 2rem;
    background: 0px 0px;
}

.navh .menu_principal > li::before {
    content: none;
}

.navh .menu_principal > li:last-child {
    background: 0px 0px;
}

.navh .menu_principal a, .navh .menu_principal a:visited {
    position: relative;
    color: var(--color0);
    display: block;
    font-weight: initial;
    font-size: 16px;
    padding: 34px 0px;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all 0.4s ease 0s;
}

.fixed .navh .menu_principal a {
    color: var(--color2);
}

.navh .menu_principal a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: var(--color0);
    left: 0px;
    bottom: 0px;
    transition: all 0.5s ease 0s;
}

.fixed .navh .menu_principal a::after {
    background: var(--color1);
    height: 5px;
}

.navh .menu_principal a:hover::after, .navh .menu_principal li.active > a::after {
    width: 100%;
}

.icone-share {
    display: none;
}

.fixed .btn-partage .icones {
    fill: var(--color1);
    transition: all 0.3s ease-out 0s;
}

.btn-partage .icones {
    width: 16px;
    margin: 0px;
    height: 16px;
    padding: 0px;
    position: relative;
    left: 0px;
    fill: var(--color0);
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 1530px) {
    .header {
        padding: 0px 1.5%;
    }
}

@media (max-width: 1376px) {
    .btn-descendre, a.btn-descendre{
        left: calc(33% + 13px)!important;
    }
      .flex-logo  a .name {
          left: 8vw;
      }
    .flex-infos {
        display: none;
    }

    .tete .header .flex-menuP {
        width: 80%;
    }

    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0px;
        z-index: 9999;
    }

    .fluid-infos .infos {
        display: block;
        position: relative;
    }

    .fluid-infos .infos p.tel {
        margin: 0px;
        position: relative;
        left: 155px;
        transition: all 0.5s ease 0s;
        background: var(--color1);
        line-height: 1;
        padding: 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: 0px 15px 0px 0px;
        width: 26px;
        height: 26px;
        float: left;
    }

    .fluid-infos .infos p.tel:hover {
        left: 0px;
    }

    .fluid-infos .infos .btn-partage {
        position: relative;
        margin: 8px 0px 0px;
        display: flex;
        left: 155px;
        transition: all 0.5s ease 0s;
        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: 0px;
    }

    .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: var(--color0);
}

.slogan {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0 10%;
    margin: 0px;
    text-align: left;
    z-index: 2;
    top: 117px;
}

.slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0px;
    text-align: left;
    z-index: 2;
}

.h1.slogan::before, .slogan h1::before {
    content: "";
    width: 0px;
    height: 0px;
    background: 0px 0px;
    position: inherit;
    bottom: inherit;
    left: inherit;
    display: none;
}

.slogan .titre {
    font-size: 40px;
    font-family: var(--font_family_3);
    text-transform: uppercase;
    line-height: 50px;
}
.body-page-1 .slogan .titre {
    font-size: 64px;
    font-family: var(--font_family_5);
    text-transform: uppercase;
    line-height: 64px;
}
span.pseudotitre {
    font-size: 48px;
    font-family: var(--font_family_2);
    text-transform: uppercase;
    line-height: 64px;
}
.slogan .titre span {
    font-size: 48px;
}

.slogan .sous-titre {
    font-size: 28px;
    font-family: var(--font_family_1);
    line-height: 45px;
}

.body-page-1 .slogan {
    top: -90px;
    text-align: left;
    width: 70%;
    padding: 0px 10%;
}

.video-accueil {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 120vw;
    height: 100vh;
    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: relative;
    top: 0px;
    margin-left: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-position: center bottom !important;
}

.body-page-1 .banniere {
    height: 1246px !important;
}

.banniere::after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
    opacity: 0.34565;
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7px);
    pointer-events: none;
}

.banniere img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.body-page-1 .banniere::before {
    content: none;
}

/***/
.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: calc( 15% + 10px );
    top: 270px;
    transform: translateX(-50%);
}

.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;
    color: var(--color1);
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color0);
    margin: 0 !important;
}

.fluid-contenu .corps {
    padding: 7em 8% 7em;
}

.page-contenu-home {
    position: relative;
    display: block;
    padding: 4rem 7%;
    height: 419px;
    font-family: var(--font_family_2);
    background: var(--color0);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    inset: 0px;
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    height: 100%;
    will-change: transform;
    border-radius: var(--border-radius);
    transition: all 1500ms ease-out 0s;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.recup-photos .propor::after {
    padding-top: 78%;
    display: block;
    content: "";
}

.recup-photos .propor .propor-cont {
    position: absolute;
    inset: 0px;
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}
.realisations .recup-photos div:nth-child(1) {
    /* height: 60.2rem; */
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    background-color: rgba(25, 25, 25, 0.53);
    /* background-image: url("../images/logoblanc.png"); */
    /* background-repeat: no-repeat; */
    /* background-size: 16%; */
    /* background-position: center center; */
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.7;
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}
.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: 60% auto;
    background-color: var(--color0);
    filter: grayscale(1);
    opacity: 0.8;
    transition: all .3s ease;
}

.certifs .swiper-slide:hover .img-swiper {
    filter: none;
    opacity: 1;
    scale: 1.13;
}

.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    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
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8
}

.certifs .swiper-button-next i,.certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--color2)
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1
}

.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
}
.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 6em 10% 0em;
    background: transparent;
}
.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px;
}

.certifs .swiper-slide {
    text-align: center;
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65%;
    background-color: var(--color0);
}

.certifs .swiper-slide img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0px;
    margin-top: -22px;
    opacity: 0.8;
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0px;
    margin-top: -22px;
    opacity: 0.8;
}

.certifs .swiper-button-next i, .certifs .swiper-button-prev i {
    font-size: 16px;
    color: var(--color0);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}

.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;
    background-size: 60%;
    text-align: center;
}

.certifs .logo-certifs .row-certifs .certif-inline > div img {
    position: relative;
    overflow: hidden;
}

.certifs::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--color0);
    opacity: 0.65;
}

.certifs h2 {
    color: var(--color1);
    /* display: none; */
}

.certifs h2::before {
    content: "NOS MARQUES";
    width: 50%;
    height: 50%;
    bottom: inherit;
    margin: inherit;
    font-size: 50px;
    position: absolute;
    top: 80%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: transparent;
    -webkit-text-stroke: 0.7px rgba(255, 255, 255, 0.31);
    padding-bottom: 10px;
}

.certifs .cell.gauche {
    display: block;
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%;
    display: none;
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 2em 7% 2em;
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px;
}

.certifs .swiper-slide {
    text-align: center;
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65%;
    background-color: var(--color0);
}

.certifs .swiper-slide img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0px;
    margin-top: 50px;
    opacity: 0.8;
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0px;
    margin-top: 50px;
    opacity: 0.8;
}

.certifs .swiper-button-next i, .certifs .swiper-button-prev i {
    font-size: 16px;
    color: var(--color1);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}

.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;
    background-size: 60%;
    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;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    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 .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius);
}

.actualites .cell.photo:hover {
    opacity: 0.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 ul {
    padding: 0px;
    margin: 0px;
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0px 5px 20px;
    background: url("../images/puce.svg") 0px 9px no-repeat;
}

.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: var(--color2);
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0px;
}

.news .ligne-actus .contenu-article {
    margin-top: 0px;
}

.news .contenu-article {
    margin-top: 21px;
}

.AvisClientsBg {
    padding: 0px 7%;
}

.AvisClientsBg .bx-prev {
    left: -2vw;
}

.AvisClientsBg .bx-prev::before {
    display: inline-block;
    content: "";
    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: "";
    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: 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.5s ease 0s;
}

.AvisClientsBg .bx-next:hover, .AvisClientsBg .bx-prev:hover {
    opacity: 1;
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0px 45px;
    display: block;
    height: auto !important;
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0);
}

.etoiles .fa {
    color: rgb(255, 204, 0);
}

.AvisClientsList {
    margin: 0px;
    padding: 0px;
}

.AvisClientsList li {
    list-style: none;
    background: 0px 0px;
}

.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: 330px;
    margin-top: 0px;
    display: block;
    text-decoration: none;
    border-radius: var(--border-radius);
}

.AvisClients:active, .AvisClients:hover {
    background-color: var(--color0);
}

.AvisClients .h {
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

.AvisClients p {
    font-size: 15px;
    margin-bottom: 0px;
    color: var(--color3);
    padding-top: 15px;
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0px auto 20px -64px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
}

.AvisClientsBg .bx-pager {
    bottom: 17px;
}

.avisContent::before {
    content: "«";
    display: inline-block;
    margin-right: 5px;
}

.avisContent::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.temoignageScroll {
    max-height: 109px;
    text-align: center;
    overflow: hidden;
}

.temoignageScroll .scrollbar-content {
    padding: 0px 10px 0px 0px;
    width: 100%;
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0px;
}

.date_post {
    font-size: 15px;
    padding: 4px 0px;
}

.date_post i {
    margin-right: 8px;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px;
}

.livre-elements {
    padding: 0px 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: 0px 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(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.livre-elements .date {
    margin-bottom: 2px !important;
    color: var(--color2);
}

.livre-elements .etoiles {
    margin-bottom: 0px !important;
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.livre-elements .temoignage::before {
    content: "«";
    display: inline-block;
    margin-right: 5px;
}

.livre-elements .temoignage::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.divAvis {
    padding: 25px 27px;
    margin-bottom: 3rem;
    background-color: var(--bg-facultatif);
    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(--color2);
    font-size: 1.6vw;
    font-weight: 700;
    text-shadow: none;
}

.modal {
    display: none;
    overflow: auto scroll;
    position: fixed;
    inset: 0px;
    outline: 0px;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0);
}

.modal-backdrop.in {
    z-index: 0;
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(0, 0, 0, 0.2);
    color: var(--color2);
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
}

.modal-content .btn-close {
    border: 0px;
    background: 0px 0px;
    padding: 0px;
    font-size: 21px;
    color: var(--color2);
    opacity: 0.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: 0.5;
}

.modal-content .submit-review {
    padding-right: 60px !important;
}

.modal-content label.control-label {
    display: none;
    padding-top: 0px !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: 0px 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 rgb(204, 204, 204);
    color: var(--color2);
    border-radius: 2px;
}

.modal-content .form-control::placeholder {
    color: var(--color2) !important;
    opacity: 1;
}

#add-review .submit-review {
    float: none;
    display: block;
    background-image: none;
    margin: 15px auto !important;
    padding: 14px 15px !important;
}

#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: 0.6;
    display: block;
    clear: both;
    color: var(--color2) !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: 0px;
    right: 0px;
    text-align: center;
}

.cont-slider .controls ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.cont-slider .controls ol li {
    display: inline-block;
    background: 0px 0px;
    padding: 0px;
}

.cont-slider .controls ol li a {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--color2);
    margin: 0px 5px;
    border-radius: 10px;
    opacity: 0.5;
}

.cont-slider .controls ol li.current a {
    opacity: 1;
}

.cont-slider .controls ol li a span {
    display: none;
}

.centerservice2 {
    margin: 0px 16% !important;
}

.centerservice {
    margin: 0px 33% !important;
}

/****/


.AvisClientsBg, .realisations {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 3em 9% 6em;
}

.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;
    inset: 0px;
}

.news .propor .propor-cont .imagecont, .realisations .galerie .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
}

.news .propor .propor-cont .imagecont .imagefond, .realisations .galerie .propor .propor-cont .imagecont .imagefond {
    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 0.4s ease 0s;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    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: 0.8;
}

.news .propor .propor-cont .imagecont:hover .imagefond, .realisations .galerie .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}

.intervention {
    position: relative;
    z-index: 8000;
    background: url("../images/bg-intervention.jpg") center center / cover no-repeat fixed;
    padding: 4em 10%;
}

.intervention::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--color2);
    opacity: 0.456865;
    z-index: -1;
}

.intervention .contenu {
    padding: 0px 0%;
    color: var(--color0);
    font-size: 16px;
}

.intervention .contenu a, .intervention .contenu a:link, .intervention .contenu a:visited {
    color: var(--color0);
}

.intervention h2 {
    color: var(--color0);
    margin-top: 0px;
}

.intervention h2::before {
    /* background: var(--color0); */
}

.intervention ul {
    margin: 30px 0px 0px;
    column-count: 2;
    width: 60%;
}

.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 2rem;
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem;
}

.pied {
    position: relative;
    z-index: 9;
    background: var(--color0);
}

.pied .bande1 {
    padding: 6rem 5%;
    /* background: var(--bg-facultatif2); */
}

.bande_contact_footer {
    padding: 70px 10% 50px;
}

.bande_contact_footer:before {/*! content: ""; *//*! position: absolute; *//*! left: 0; *//*! top: 0; *//*! width: 100%; *//*! height: 100%; *//*! background: #000; *//*! opacity: .3459; */}
.formulaire.contact-footer h2 {
    color: black;
}
.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); */
    /*! box-shadow: 0 2px #0000005c; */
}

.bande_contact_footer .row1::after {
    display: block;
    width: 232px;
    height: 1px;
    content: "";
    background: var(--color0);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    margin-top: 49px;
}

.pied .bande2 {
    padding: 10px 10%;
    background: var(--color2);
}

.pied .title_footer {
    color: var(--color2);
    font-family: var(--font_family_4);
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 0px 10px;
    position: relative;
    font-weight: 200;
    float: left;
    width: 100%;
}

.pied .title_footer::before {
    content: "";
    width: 75px;
    position: absolute;
    bottom: 3px;
    left: 0px;
    height: 2px;
}

.pied .navf .menu_footer {
    color: var(--color3);
    padding: 15px 20px;
    list-style-type: none;
    margin: 0px;
    position: relative;
    float: left;
    width: 100%;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0px 0px 4px;
    background: 0px 0px;
    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: 0px;
    color: inherit;
    text-decoration: none;
}

.pied .navf .menu_footer li a:hover {
    color: var(--color1);
}

.pied .navf .menu_footer li.active a {
    color: var(--color1);
}

.pied .navf .menu_footer li.active a:hover {
    text-decoration: none;
}

.pied .menu_referencement {
    color: var(--color3);
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    text-align: justify;
    padding: 0px;
}

.pied .menu_referencement li {
    display: inline;
    padding: 0px;
    background: 0px 0px;
}

.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;
}

.pied address {
    margin: 0px;
    padding: 15px 0px 25px;
    color: var(--color3);
    font-size: 16px;
    float: left;
    width: 100%;
    position: relative;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0px;
    background-position: 0px 0px;
    padding: 0px 0px 10px;
}

.flex-address {
    position: relative;
    display: flex;
}

.flex-address i {
    margin-top: 3px !important;
}

address i {
    margin: 0px 12px 0px 0px;
    font-size: 16px;
    color: var(--color1);
    width: 16px;
}

.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 0px 0px;
    height: 145px;
    position: relative;
    float: left;
    width: 100%;
}

.pied .horaires {
    color: var(--color3);
    padding: 0px 0px 35px;
    margin: 15px 0px 0px;
    font-size: 16px;
    float: left;
    width: 100%;
}

.horaires {
    display: inline-grid;
}

.horaires i {
    margin: 4px 12px 0px 0px;
    font-size: 16px;
    color: var(--color2);
    float: left;
}

.pied .copyright-footer {
    margin: 5px 0px 0px;
    text-align: center;
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 210px;
}

.pied .btn-like {
    padding: 20px 0px 0px;
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0px 0px;
    display: flex;
    justify-content: flex-end;
}

.scrollbars {
    width: 100%;
    height: 28vh;
}

.scrollbar-path-horizontal, .scrollbar-path-vertical {
    position: absolute;
    background-color: rgb(236, 236, 236);
    z-index: 100;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--bg-facultatif2);
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0px;
    height: 100%;
    width: 5px;
}

.scrollbar-path-horizontal {
}

.scrollbar-handle {
    position: relative;
    top: 0px;
    left: 0px;
    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: 0px 30px 0px 0px;
    float: none !important;
}

.prestation {
    /* display: table; */
    /* width: 100%; */
    position: relative;
    z-index: 8000;
    background: var(--color0);
    margin-bottom: 10rem;
}

.prestation:nth-child(2n) {
    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%;
    text-align: center;
    direction: ltr;
}

.prestation .cell.texte .contenu p {
    padding: 0px 0px 20px;
}

.prestation .cell.texte .contenu ul {
    padding: 0px;
    margin: 0px;
}

.prestation .cell.texte .contenu ul li {
    padding: 5px 0px 5px 20px;
    background: url("../images/puce.svg") 0px 9px no-repeat;
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block;
}

.body-contact h2 {
    color: var(--color2);
    text-transform: none;
    position: relative;
    margin-bottom: 55px;
    font-weight: 600;
}

.tab-coordonnes h2::before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 0px;
}

.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: 50%;
    border-top: 2px solid var(--color0);
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 3em 7% 0px;
}

.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: 50%;
}

.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: url(../images/ban1.jpeg);
    padding: 5rem 28%;
    margin-top: 5em;
    border-radius: var(--border-radius);
}

.contact .tab-formulaire .contenu h2 {
    text-align: center;
}

.contact .plan {
    font-size: 0px;
}

.contact .plan .block #googlemapapi, .contact .plan iframe {
    width: 100% !important;
    height: 700px !important;
}

.contact .coordonnees {
    padding: 0px 0px 20px;
}

.contact .coordonnees h2 {
    margin-top: 20px;
}

.contact .coordonnees address p {
    padding: 0px 0px 10px;
}

.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: 0px 0px 10px;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0px !important;
    padding-right: 0px !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: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.contact .formulaire .form-group .form-control {
    box-shadow: none;
    width: 100% !important;
    font-size: 14px;
    border: 0;
    border-bottom: 2px solid white;
    background: transparent;
    border-radius: 0;
    color: ;
}
.form-control:focus {
    color: rgb(0, 0, 0);
    background: var(--color0);
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static;
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    padding: 0px 12px;
}

.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 {
        appearance: none !important;
        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 !important;
    }

    .form-horizontal select.form-control option {
        color: inherit;
    }
}

.contact .formulaire .form-group input[name="captcha"] {
    display: inline-block;
    vertical-align: top;
    width: 31% !important;
    height: 50px !important;
    float: none !important;
    margin-right: 2% !important;
}

.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%;
    border-radius: 0px;
    padding: 0px;
    height: 50px !important;
}

.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(--bg-facultatif2);
    color: var(--color0);
    text-align: left;
    border-radius: var(--border-radius);
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    background-size: 24px;
    background-position: left 90% center;
    background-image: url("../images/ico-envoyer.svg");
    background-repeat: no-repeat;
    color: black;
}

.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;
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100% !important;
    margin-right: 0px !important;
    text-align: left !important;
}

.pageseo .formulaire .form-group input[name="captcha"] + a {
    position: absolute;
    width: 140px;
    top: 0px;
    right: 0px;
    margin-right: 0px !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: 0px;
    margin-left: 0px;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif);
    /*! border: 2px solid var(--color1); */
    /*! box-shadow: 0 2px #0000005c; */
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
}

.atouts {
    display: block;
    padding: 3em 10% 4em;
    width: 100%;
    position: relative;
    background: var(--bg-facultatif);
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts p.legend {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    color: var(--color2);
}

.atouts .swiper-pagination-bullet {
    background: var(--color0);
}

.atouts .picto {
    margin-bottom: 1em;
}

.atouts .picto i {
    width: auto;
}

.atouts .swiper-button-prev {
    background-image: none;
    left: 0px;
    margin-top: -22px;
    opacity: 0.8;
}

.atouts .swiper-button-disabled {
    opacity: 0 !important;
}

.atouts .swiper-button-next {
    background-image: none;
    right: 2px;
    top: 50%;
    margin-top: -22px;
    opacity: 0.8;
    height: 24px;
}

.atouts .swiper-button-next i, .swiper-button-prev i {
    font-size: 16px;
}

.atouts .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}

.atouts .picto i {
    color: var(--color2);
    text-align: center;
    font-size: 3rem;
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4em 3vh;
    background: var(--color0);
    border-radius: var(--border-radius);
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0px 0px;
}

.gallery .description-galerie {
    padding: 0px 0% 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 {
    margin-bottom: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.gallery .multiple .ligne-photos {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0px;
}

.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;
    inset: 0px;
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    height: 100%;
    border-radius: var(--border-radius);
    will-change: transform;
    transition: all 1500ms ease-out 0s;
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    transform: translateZ(0px);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    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: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #3333338a;
    background-image: url("../images/logoblanc.png");
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--border-radius);
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.7;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}

.gallery .nav {
    margin: 10px 0px;
    text-align: center;
}

.gallery .nav li {
    display: inline-block;
    /* margin-bottom: 10px; */
    background: 0px 0px;
    padding: 0px 3px 0px 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;
}

.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 0px 0px;
}

.gallery .bas-galerie a.bouton-principal {
    padding-right: 60px;
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: var(--font_family_4);
    font-size: 20px;
    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: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 1px;
}

.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: 0px;
    top: 0px;
    /* max-height: 65px; */
    height: auto;
    /* max-width: 154px; */
    width: 81px;
}

.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: 0px;
}

.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: 0px;
}

.sidebar-scroll-right {
    width: 275px;
    height: 100%;
    background-color: var(--color2);
    overflow: hidden auto !important;
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0px;
    bottom: 0px;
    width: 270px;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 2px 0px;
    font-family: var(--font_family_2) !important;
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--color0) !important;
}

.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: 0px;
    background: var(--color2);
    opacity: 0.3;
    color: var(--color0) !important;
}

.submenu a:first-child {
    background-image: none !important;
}

.submenu {
    display: none;
}

.submenu-active {
    display: block;
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color2);
    position: relative;
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0px;
    display: block;
}

.sidebar-right .close-sidebar-right {
    position: absolute !important;
}

.menu-mobile-dynamique {
    margin: 0px;
    padding: 0px;
    list-style: inside none none;
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    padding-left: 18px;
    background: var(--color2);
}

.menu-mobile-dynamique li.active {
    background: rgba(0, 0, 0, 0.35);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0px;
}

.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;
}

.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: inside none none;
    padding-left: 0px;
}

.menu-mobile-dynamique ul li a {
    background: 0px 0px;
}

.menu-mobile-dynamique input {
    appearance: none;
    border-radius: 0px;
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0px;
    vertical-align: baseline;
    outline: 0px;
}

.no-bottom {
    margin-bottom: 0px !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, 0.05);
    border-radius: 3px;
}

.remonter button:hover {
    opacity: 0.8;
}

.deprecated-ie {
    text-align: center;
    color: rgb(0, 0, 0);
    background: rgb(238, 238, 238);
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0px;
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica, arial, sans-serif;
    font-size: 13px;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1);
}

.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 0px 0px 16px;
    height: 32px;
    fill: var(--color0);
}

.deploy-right-sidebar .icones {
    width: 29px;
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 5px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color1);
}

.pied .btn-partage .icones {
    fill: var(--color0);
}

.remonter .icones {
    margin: 0px 0px -5px;
    fill: var(--color1);
}

.tete .tel .icones, .tel-header .icones {
    width: 19px;
    margin: -2px 10px -3px 0px;
    height: 17px;
    fill: var(--color0);
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0);
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0px;
}

.newsList {
    float: none;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0px 0px 30px;
    float: none;
}

.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: clamp(12px, 0.5vw, 14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0px;
    border-top-left-radius: var(--border-radius);
}

.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px;
}

.news .date_post .s1 {
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px, 2vw, 50px);
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(250, 250, 250, 0.2);
    background-image: none;
}

.news .propor .propor-cont .imagecont:hover {
    transform: scale(1.15);
}

.newsList .propor {
    overflow: hidden;
}

.newsList .item .h3 {
    color: var(--color1);
    padding: 5px 0px 25px;
    margin: 0px;
    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;
    min-width: 100%;
    min-height: 100%;
    flex: 1 1 0%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.newsItem .photo {
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: clamp(300px, 40vw, 650px);
    background-color: rgb(242, 242, 242);
    transition: all 0.5s ease 0s;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.newsItem .contenu-article {
    padding: 15px 0px 0px;
    min-height: 200px;
    margin: 0px;
}

.newsItem .div-rs {
    margin: 0px auto 40px;
    display: flex;
    align-content: center;
    align-items: center;
}

.newsItem .div-rs .btn-partage {
    display: flex;
    overflow: hidden;
    height: 36px;
    position: relative;
    top: 0px;
    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%;
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0px;
    height: 100%;
}

.news_avant_apres > div {
    display: table-cell;
    float: none;
    padding: 0px;
    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: 0px 0px 10px;
    color: var(--color2);
    transition: all 0.8s ease 0s;
    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: 0px 0px;
    padding-left: 0px;
}

.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 1 0%;
    }

    .flex_child_1 {
        flex: 1 1 0%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow: scroll;
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0px;
    }
}

@media (max-width: 991px) {
     .nos-service .bloctext{
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .auto-container{
        padding: 2em 3%;
    }

.services-section {
    padding: 10px 0 20px;
}
    .services-home{
        padding: 3em 2%;
    }
    .one-service{
        
height: 40vh;
    }
     .service1 {
        width: 100%;
        height: 253px;
    }
    .serviceblocNK{
        flex-direction:column;
        margin-bottom:20px;
        justify-content:start;
        align-item:start;
        gap:15px
    }
.services-container.services-flex .mask2 {
    width: 50%;
    margin: 0 0 13px;
}
.nos-service {
    padding: 0 3%;
}
span.pseudotitre {
    font-size:initial;
}
    .certifs h2::before{
        display: none;
    }
    
.welcome-block_one-icon::before{
    display: none;
}
    .img-accueil .row.recup-photos.gallery {
        display: block;
        height: initial;
        top: 0;
    }

    .img-accueil-3, .img-accueil-2, .img-accueil-1 {
        display: block;
        position: relative;
        top: initial;
        width: 33%;
        height: 10%;
        left: initial;
    }

    .welcome-block_one-icon .svg {
        display: none;
    }

    .body-page-1 .page-contenu-home {
        padding: 20px;
    }

    .contact .formulaire .form-group > label.control-label {
        display: block;
        transition: all 0.4s ease 0s;
        transform: translateZ(0px);
        bottom: 11px;
        opacity: 0.5;
        position: relative;
        font-size: 0px;
    }

    .contact .formulaire .form-group > label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px;
    }

    .container {
        max-width: none;
        width: auto;
    }

    .atoutsNK {
        padding: 0 2em;
    }

    .centerservice2 {
        margin: 0px !important;
    }

    .centerservice {
        margin: 0px 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: 0px !important;
        text-align: left !important;
    }

    .contact .formulaire .form-group input[name="captcha"] + a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0px !important;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none;
    }

    .lb-prev {
        background: url("../images/lightbox-g.png") left 48% no-repeat;
        opacity: 1 !important;
    }

    .lb-next {
        background: url("../images/lightbox-d.png") right 48% no-repeat;
        opacity: 1 !important;
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .banniere ,.body-page-1 .banniere {
        height: 40vh !important;
        position: relative;
    }

    .pied .bande1 {
        padding: 5rem 10% 70px;
    }

    .prestation .cell.texte .contenu {
        padding: 50px 10%;
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7% 30px;
    }

    .certifs .logo-certif img {
        background-size: contain;
    }

    .fluid-contenu {
        margin: 0px !important;
    }

.qualibat-section {
    padding: 3em 0% 10px;
}

.qualibat-section .auto-container {
    padding: 2em 3%;
}

.intervention {
    padding: 2em 3%;
}

.row.r-flex {
    display: flex;
    flex-direction: column;
}

    .slogan {
        width: 100%;
        left: 0px;
        padding: 0px 15px;
        top: auto;
    }

    .body-page-1 .slogan {
        text-align: center;
        width: 100%;
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px;
    }

    .slogan .titre span {
        font-size: 29px;
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px;
    }

    .gallery .description-galerie {
        padding: 0px 0px 40px;
        text-align: justify;
    }

    .page-contenu-home {
        padding: 0px;
    }

    .certifs .cell.gauche .contenu {
        padding: 0px;
    }

    .intervention .contenu {
        padding: 0px;
    }

    .actualites .cell.texte .contenu {
        padding: 0px;
    }

    .bande_contact_footer {
        padding: 0px;
    }

    .flex-seoContain {
        flex-wrap: wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: 0px 0px;
    }

    .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: 0px;
    }
}

@media (max-width: 767px) {
    .prestation .cell.texte, .actualites .cell.texte {
        display: block;
        width: 100%;
        clear: both;
    }
    .services-home-content {
        padding: 4em 4%;
    }

    .engegements-content .swiper-button-next {
        right: 4px;
    }

    .engegements-content .swiper-button-prev {
        left: 4px;
    }

    .engegements-content .swiper-button-prev, .engegements-content .swiper-button-next {
        top: 50%;
    }

    .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: 0px !important;
    }

    .centerservice {
        margin: 0px !important;
    }

    .nopad-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .nopad-xs-l {
        padding-left: 0px !important;
    }

    .nopad-xs-r {
        padding-right: 0px !important;
    }

    .h1, h1 {
        font-size: 22px !important;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .titre-secondaire {
        font-size: 22px;
        line-height: 24px;
    }

    .body-page-1 .slogan {
        position: absolute;
        background: var(--color1);
        width: 100%;
        text-align: center;
        padding: 15px;
        bottom: 0px;
        top: auto;
    }

    .slogan {
        text-align: center;
    }

    .slogan .titre {
        font-size: 23px !important;
        line-height: 24px !important;
    }

    .slogan .titre span {
        font-size: 23px;
    }

    .slogan .sous-titre {
        font-size: 17px;
        line-height: 17px;
    }

    .fluid-contenu .corps {
        padding: 20px 15px 40px;
    }

    .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: 0px !important;
        margin-right: 0px !important;
    }

    .recup-photos .propor {
        margin-bottom: 5px;
    }

.propor.pic-1 {
    height: initial !important;
}

    .certifs {
        display: block;
        padding: 2em 4% 0em;
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%;
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px;
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0px 15px 30px;
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0px;
    }

    .cont-slider .controls {
        bottom: -20px;
    }

    .services {
        display: block;
    }

.page.clear.services {
    padding: initial;
}

    .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;
    }

.AvisClientsBg, .realisations {
    padding: 1em 4% 2em;
}

    .realisations .propor {
        margin-bottom: 5px;
    }

    .AvisClientsBg .contenu, .realisations .contenu {
        padding: 30px 15px 40px;
    }

    a.bouton-principal, button.bouton-principal {
        padding: 13px 40px 13px 20px;
    }

    .intervention .contenu {
        padding: 40px 15px 50px;
    }

    .intervention ul {
        column-count: 1;
        width: 100%;
    }

    .AvisClientsBg {
        padding: 0px;
    }

    .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: 0px 0px 15px;
        text-align: center;
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0px 0px;
        justify-content: center;
    }

    .pied .btn-partage a {
        text-align: center;
    }

    .body-contact .fluid-contenu .corps, .body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0px 0px;
    }

    .contact .tab-coordonnes {
        display: block;
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none;
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0px 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: 0px;
    }

    .gallery .description-galerie {
        padding: 0px 15px 20px;
    }

    .actualites, .prestation {
        display: block;
    }

    .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: 0px;
        background: 0px 0px;
    }

    .gallery .description-galerie {
        padding: 0px 0px 40px;
        text-align: justify;
    }

    .services .cell.droite .contenu {
        clear: both;
    }

    .scrollbars {
        width: 100%;
        height: auto;
    }

    .news_avant_apres > div:last-child {
        right: 0px;
    }

    .news_avant_apres > div {
        display: block;
        margin: 0px 0px 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: 0px !important;
        padding-right: 0px !important;
    }

    .nopad-sm-l {
        padding-left: 0px !important;
    }

    .nopad-sm-r {
        padding-right: 0px !important;
    }

    .slogan {
        text-align: center;
    }

    .scrollbars {
        height: 240px;
    }

    .body-contact .fluid-contenu .corps, .body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0px 0px;
    }

    .h1, h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .titre-secondaire {
        font-size: 23px;
        line-height: 24px;
    }

    .gallery .description-galerie {
        padding: 0px 0px 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: 0px;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none;
    }
}

.infinite-scroll .chargement {
    background: url("../images/chargement.gif") center top no-repeat scroll rgba(0, 0, 0, 0);
    bottom: 0px;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px;
}

.g-recaptcha {
    float: left;
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    top: -45px;
    display: block !important;
    opacity: 0 !important;
    margin: 0px !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;
    }

    .title-serv .titre-secondaire {
    text-align: left;
}

    .clear {
        clear: both;
    }

    div[class^="col-"] {
        width: 100%;
    }

    .gallery .ligne-photos div[class="col-md-2"] {
        width: 16.6667%;
    }

    .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%;
    }
}
