:root {
    --color0: #ffffff;
    --color1: #3a3a3a;
    --color11: #fbfbf6;
    --color12: #e5dac2;
    --color2: #262b2f;
    --color3: #5f5f5f;
    --color4: #000000;
    --color6: #fffbf2;
    --bg-facultatif: rgb(255 255 255 / 64%);
    --font_family_1: 'Montserrat-Light',sans-serif;
    --font_family_2: 'Montserrat-Regular',sans-serif;
    --font_family_3: 'Anton',sans-serif;
    --taille_font: 16px;
    --border-radius: 5px;
}
p.logo-site a {
    display: block;
}
.sectionn2.row {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
}

  .instagram-container {
    display: flex;
     /* espace entre les vidéos */
    justify-content: space-between;
    flex-wrap: wrap; /* passe en colonne sur petits écrans */
    padding: 7vh 1% 0;
  }
  .instagram-embed {
    flex: 1 1 300px; /* minimum 300px, s'adapte */
    max-width: 540px !important; /* max largeur Instagram */
  }
@media (max-width: 700px) {
  .instagram-container {
    flex-direction: column;
    gap: 15px;
  }
  .instagram-embed {
    max-width: 100% !important;
    min-width: 100% !important;
    flex: 1 1 660px;
  }
}
h2.h1.sans-image {}

.sectionnk2.row h2.h1.sans-image {
    font-size: 40px;
    margin: 0 0 0;
    line-height: 1.1;
}
.imagecont.noflicker.img1{float:right;z-index: 100;position: relative;margin: 0vh 0 2vh;overflow: hidden;width: 100%;height: 33vh;}
.actualites.view.view-1 {
    background: var(--color0);
    margin: 0 0 5vh;
}
.actualites .date_post,.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px,.5vw,14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0; 
}
.actualites .date_post .s1, .news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px, 2vw, 50px);
}
.actualites .date_post span,.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*****compteur***/
.compteurs {display: flex;justify-content: space-between;padding: 2vh 0;}
.stats-num.count {display: block;z-index: 0;width: 100%;text-align: center;margin: 0;font-size: clamp(5rem, 8vw, 8rem);position: relative;line-height: 1em;font-weight: 400;letter-spacing: 0;color: var(--color12);white-space: nowrap;font-weight: 800;} .counter {} .count-text {position: absolute;top: 0;display: flex;left: 0;height: 100%;text-transform: uppercase;justify-content: center;align-items: center;color: var(--color3);font-weight: 600;font-size: var(--taille_font);} 
.encart-counter {display: flex;align-content: center;align-items: center;width: 25%;position: relative;font-size: clamp(5rem, 8vw, 2rem);color: var(--color12);justify-content: center;}
.encart-counter:before {content: '';position: absolute;width: 1px;height: 64%;background: var(--color2);right: 18px;opacity: .3;} 
.encart-counter:last-child:before { display: none;} 
.encart-counter span {margin: 0 8% 0 0;position: absolute;right: 0;}
.count-text{ width: 100%;}section.counter.reveal {
    padding: 5vh 0 0;
    border-top: 1px solid #d9d9d9;
    margin: 4vh 0 0;
}
span.t1 {position: absolute;margin: 0 0 0 0;left: 12%;}

/***/
.corps .btn-partage .icones {  fill: var(--color1);}

.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type , .corps .seo-content h2:first-of-type , .corps  .newsItem h2:first-of-type {position: relative;padding: 4vh 2vw;font-size: calc(var(--taille_font) + .2rem);line-height: calc(var(--taille_font) + 1rem);font-weight: 700;margin: 0 0 3vh;z-index: 1;color: var(--color1);/* border: 1px solid #ffffff5e; */border-radius: var(--border-radius);} 
.corps .page-contenu h2:first-of-type:before, .corps .gallery h2:first-of-type:before , .corps .seo-content h2:first-of-type:before , .corps  .newsItem h2:first-of-type:before {content: '';position: absolute;width: 100%;height: 100%;opacity: .2;left: 1px;top: 0;z-index: -1;border-radius: var(--border-radius);/* backdrop-filter: blur(5px); */border: 1px solid #0000005e;background: var(--color3);}
.corps blockquote {border: var(--border-radius);position: relative;padding: 4vh 2vw;margin: 3vh 0;font-size: calc(var(--taille_font) + .2rem);line-height: calc(var(--taille_font) + 1rem);font-weight: 700;z-index: 1;color: var(--color0);border: 1px solid #ffffff5e;border-radius: var(--border-radius);}
.corps pre { text-align: justify; font-size: inherit; font-family: var(--font_family_2); background-color: var(--color0); border: 1px solid var(--bg-facultatif); border-radius: 5px; padding: 15px; margin: 15px 0; overflow-x: auto; word-wrap: normal; word-break: inherit; white-space: pre-wrap; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
body,html{height:100%}
.alert.alert-warning.alert-dismissable { width: 100%; }
.certifs .contenu{padding: 0 0 0;}
.gmb-blocAB {display: flex;flex-direction: column; align-items: center; gap: 17px;padding: 80px 2rem;text-align: center;position: relative;backdrop-filter: blur(11px);background: var(--color11);
margin-bottom: 5vh; color: var(--color2); padding-bottom: 51px; }
img.img-bg1{position:absolute;top:50%;transform:translateY(-50%);right:8%;z-index:1;width:40vw;height:auto;opacity:.75}
.homeCntent{display:flex;flex-direction: row;justify-content: space-between;align-items: stretch;gap: 4%;padding: 0 0;}
.gmb-btns {display: flex;gap: 15px;}
.gmb-blocAB a {background-color: var(--color1);}
.gmb-blocAB span {font-size: 27px;margin-bottom: 7px;font-family: var(--font_family_2);}
.gmb-blocAB img { width: 242px; height: auto;}
/*************/
.stp-list span { display: flex; align-items: flex-start; }
.stepsAB {display: flex;padding: 4em 6%; overflow: hidden; justify-content: space-between; position: relative; gap: 55px; backdrop-filter: blur(11px); background: #ffffff54; margin-bottom: 5vh; color: var(--color0);}
.ctAB { display: flex; align-items: center; gap: 21px; font-family: var(--font_family_3); font-size: 23px; color: #d2d4d1;}

.ctAB img {
    width: 230px;
    height: 230px;
    max-width: 230px;
    max-height: 230px;
    object-fit: cover;
    border-radius: 50%;
}

.cts-AB {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.stepsAB:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 185px;
    /* background-image: url(../images/flwr2.png); */
    background-size: 100%;
    background-repeat: no-repeat;
    right: -90px;
    top: 250px;
    opacity: 0.7;
    rotate: 294deg;
    transform: scaleX(-1);
}

.body-gallery-2 .stepsAB {
    justify-content: center;
    overflow: visible;
}

.stp-txt {
    width: 55%;
    padding: 1%;
    position: relative;
    /* padding-left: 0; */
}

/* .stp-txt:before {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    background-image: url(../images/bg-home2.png);
    background-size: 780px;
    right: -100%;
    top: 0;
    opacity: 0.15;
    rotate: 338deg;
    scale: .9;
    z-index: -1;
    filter: invert(57%) sepia(43%) saturate(714%) hue-rotate(164deg) brightness(94%) contrast(87%);
} */
.atoAB .stp-txt:before {
    left: -100%;
    top: -70px;
    rotate: 338deg;
}

.stp-txt h2 {
    text-align: left;
    /* text-transform: none; */
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 45px;
    color: #ffffffcc;
}

.stp-txt h2:before {
    left: 0;
    margin: 0;
    opacity: 0;
}

.stp-txt h2:after {
    display: none;
}

.stp-txt .stp-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stp-list span:hover i {
    /* color: var(--color1); */
    /* background-color: transparent; */
}

.stp-list span {
    font-family: var(--font_family_1);
    font-size: 17px;
}

.stp-list span div {
    color: var(--color12);
    font-size: 20px;
    font-family: var(--font_family_2);
}

.stp-list span div p {
    color: var(--color6);
    font-size: 15px;
    font-family: var(--font_family_1);
}

.at-img {
    width: 45px;
    margin-right: 20px;
    filter: invert(64%) sepia(58%) saturate(7047%) hue-rotate(279deg) brightness(103%) contrast(104%);
}

.stp-list i {
    height: 45px;
    width: 45px;
    min-width: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    color: var(--color1);
    /* margin-right: 10px; */
    /* border: 2px solid #B8583A; */
    transition: all .3s ease;
    font-size: 21px;
}

.stp-bg-p {
    width: 45%;
    height: auto;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.stp-bg {
    /* width: 55%;
    height: auto; */
    height: 100%;
    width: 100%;
    background-image: url('../images/bg-qsn111.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* filter: grayscale(1); */
    transition: all .3s ease;
}

.stp-bg:hover {
    filter: none;
}

.stp-bg-pAtt {
    height: 440px;
    width: 20%;
}

.qsnAB-p1.stp-bg, .qsnAB-p2.stp-bg {
    height: 100%;
    width: 100%;
}

/***/
/***/
.atots-items {
    /* padding-top: 30px; */
    position: relative;
}

.nos-atots {
    padding: 4em 5%;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(11px);
    background: #ffffff54;
    margin-bottom: 5vh;
}

.swiper {
    /* width: 100vw; */
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.atots-items .swiper-slide .swiper-att {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    color: #ffffffc7;
    transition: all .3s ease;
    width: 280px;
    height: 298px;
    margin-top: 25px;
    border: 1px solid #eeeeee2e;
    padding: 25px;
    position: relative;
    border-radius: 15px;
    /* background-color: #fefefe; */
}

.swiper-att:hover .attnbr {
    background-color: var(--color1);
    color: var(--color0);
    border-color: var(--color1);
}

.swiper-att:hover {
    /* transform: translateY(-20px); */
    border-color: #cac8c8 !important;
}

.swiper-att img {
    width: auto  !important;
    height: 100px !important;
    opacity: 1;
    object-fit: contain !important;
}

.swiper-att span {
    font-family: var(--font_family_3);
    font-size: 22px;
    margin-top: 10px;
}

span.attnbr {
    position: absolute;
    top: -25px;
    right: 20px;
    height: 35px;
    width: 35px;
    color: var(--color1);
    background-color: var(--color0);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: var(--font_family_1) !important;
    transition: all .3s ease;
    border-radius: 50%;
}

.swiper-att p {
    font-size: 14px;
    opacity: 0.7;
    /* margin-top: 14px; */
    margin: 0;
}

.atots-items .swiper-slide:hover {
    /* color: var(--color1); */
}

.atots-items .swiper-slide i {
    font-size: 45px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atots-items .swiper-button-next {
    right: 0;
}

.atots-items .swiper-button-prev {
    left: 0;
}

.atots-items .swiper-button-next, .atots-items .swiper-button-prev {
    background: none;
    color: var(--color1);
    position: absolute;
}

.swiper-button-prev {
    left: 60px;
}

/***/
/***/
.realisations .row.galerie .col-md-3 {
    width: 100%;
    margin: 0;
    padding: 0
}

.realisations .row.galerie {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "item4 item4 item2 item3"
        "item4 item4 item1 item1";
    grid-template-rows: 300px 300px;
    grid-gap: 15px;
}

.realisations .row.galerie .col-md-3:first-child {
    grid-area: item1
}

.realisations .row.galerie .col-md-3:last-child,.realisations .row.galerie .col-md-3:nth-child(5) {
    grid-area: item5;
}

.realisations .row.galerie .col-md-3:nth-child(2) {
    grid-area: item2
}

.realisations .row.galerie .col-md-3:nth-child(3) {
    grid-area: item3
}

.realisations .row.galerie .col-md-3:nth-child(4) {
    grid-area: item4
}

/***/
.btns-servAB {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    float: right;
    background-color: transparent;
    margin-top: 12px;
    border-radius: var(--radius);
}

.btns-servAB .swiper-button-prev,.btns-servAB .swiper-button-next {
    position: static;
    display: flex;
    height: 50px;
    width: 50px;
    background-color: var(--color1);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--color0);
}

/******/
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
}

/****/
.liste-services {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: var(--color11);
    position: relative;
    /**display: grid;**/
    z-index: 11;
    border-radius: var(--border-radius);
    padding-bottom: 4em;
    padding-top: 1em;
}

.services .container {
    /* max-width: 100%!important; */
    width: 100%;
    padding: 6vh 4%;
}

.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: 350px;
    transition: all .3s linear;
    border-radius: 10px;
    /* overflow: hidden; */
    display: block;
}

.img-service:hover {
    transform: translateY(-5px);
}

.img-service:hover {
    filter: brightness(1);
}

.img-service:before {
    content: "";
    inset: 0;
    position: absolute;
    /* background: linear-gradient(10deg, #ffc000e3, transparent, transparent); */
    transition: all 1s ease;
    /* bottom: -600px; */
}

.img-service:hover:before {
    background: transparent;
    opacity: 0;
}

div.title {
    position: absolute;
    bottom: -76px;
    padding: 10px;
    background-color: white;
    width: 85%;
    height: 90px;
    transition: all .3s ease;
    border-radius: 7px;
    box-shadow: 0px 2px 10px 0px #0000001c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.plusAB {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
}

.ab-cntnt {
    color: var(--color0);
    opacity: 0;
    transition: all .3s ease;
}

.img-service:hover .title {
    /* background-color: #ffc0008c;
    height: 120px; */
    /* border-radius: 25px 25px 0 0; */
    /* backdrop-filter: blur(5px); */
}

.img-service:hover .ab-cntnt {
    opacity: 0.6;
}

div.title h3 {
    font-family: var(--font_family_1);
    color: var(--color2);
    margin: 0;
    transition: all .3s linear;
    font-size: 18px;
    padding: 5px 2px;
    letter-spacing: 1px;
    /* text-shadow: 0 0 20px #000000ad; */
    text-align: center;
}

.img-service:hover h3 {
    /* padding: 10px 5px;
    margin: 0; */
    /*background: #0000007a;*/
    /* border-radius: 5px */
}

.nbr-services-3 .img-service.service-2 {
    left: 0;
    margin-bottom: -72.5px;
    bottom: 50%;
    margin-left: -72.5px
}

.nbr-services-3 .img-service.service-3 {
    top: 50%;
    right: -72.5px;
    left: initial
}

a.show-all-service {
    width: 160px;
    height: 50px;
    text-decoration: none !important;
    display: flex;
    background: var(--color1);
    font-family: var(--font_family_2);
    /* font-size: 40px; */
    text-transform: uppercase;
    /* position: absolute; */
    /* right: 66px; */
    /* bottom: 70px; */
    /* border-radius: 50%; */
    text-align: center;
    text-decoration: none;
    line-height: 75px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .5); */
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    justify-content: center;
    align-items: center;
    color: var(--color0) !important;
    border-radius: var(--border-radius);
    overflow: hidden;
}

a.show-all-service:hover {
    /* background: var(--color2); */
}

a.show-all-service .buile-title {
    background: var(--color2);
    color: var(--color0);
    font-size: 14px;
    position: relative;
    left: 110px;
    top: -55px;
    display: block;
    width: 200px;
    padding: 5px;
    line-height: normal;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    opacity: 0
}

a.show-all-service:hover .buile-title {
    left: 85px;
    opacity: 1
}

.text-services {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18%;
    display: none
}

.text-services .text {
    text-align: center;
    display: none
}

.text-services .text h3 {
    color: var(--color1);
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative
}

.text-services .text h3::after {
    display: block;
    background: var(--color1);
    width: 30px;
    height: 4px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    bottom: 0;
    content: ""
}

/*************/


.realisations .h1 { color:var(--color0)}

.gallery .nav-pills .contain-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.gallery .nav-pills .contain-nav a {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.gallery .nav-pills .contain-nav a span.imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.gallery .nav-pills .contain-nav a span.masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(151, 183, 33, 0.7);
}

.gallery .nav-pills .contain-nav a:hover span.masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.view-first .imagefond {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: auto;
}

.view-first:hover .imagefond {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.34);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: table;
    table-layout: fixed;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first .mask em {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
}

.view-first .titre-mask {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat-Light';
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 0 10px 10px;
    margin: 0 0 0 0;
    /* -webkit-transform: translateY(-100px); */
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    /* transform: translateY(-100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: normal;
    font-family: var(--font_family_1);
}

.view-first .small-txt {
    font-family: 'Montserrat-Light';
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    color: #c6c6c6;
    font-size: 17px;
    padding: 0 40px 10px;
    text-align: center;
    /* -webkit-transform: translateY(100px); */
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    /* transform: translateY(100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .small-txt:after {
    content: '';
    background: url(../images/ico-zoom.png);
    width: 40px;
    height: 23px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -20px;
}

.view-first:hover .titre-mask, .view-first:hover .small-txt {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover .small-txt {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#x {
    content: "";
    background-image: url('../images/x.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    display: block;
    position: relative;
    border-radius: 6px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

a.btn_fermer {
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    padding: 2px 9px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.btn_fermer:hover {
    text-decoration: none;
    color: #fff;
    right: 10px;
}

.gallery .nav-pills .contain-nav a {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.gallery .nav-pills .contain-nav a span.imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.gallery .nav-pills .contain-nav a span.masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(151, 183, 33, 0.7);
}

.gallery .nav-pills .contain-nav a:hover span.masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.body-gallery-112 .description-galerie {
    padding: 65px 100px;
}

.r-flex .row.recup-photos.gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.r-flex .row.recup-photos.gallery {
    margin: 0;
}

.r-flex .row.recup-photos.gallery iframe {
    border-radius: var(--border-radius);
}

.images-f {
    width: 90%;
}

.row.r-flex {
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    gap: 20px;
    /* flex-wrap: wrap; */
    /* position: relative; */
}

/*************/
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    display: flex;
}.sectionn2 img {
    width: 49%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 23px;
    border-radius: var(--border-radius);
}

.swiper-slide i {
    font-size: 70px;
    color: var(--color5);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-prev, .swiper-button-next {
    color: var(--color1);
    position: unset;
}

.mySwiper-bann .swiper-button-prev, .mySwiper-bann .swiper-button-next {
    background: #414e47;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/***/
html,body {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out
}

a img {
    border: none
}

.AvisClients img.img-responsive {
    display: none !important;
}

img {
    max-width: 100%
}

ul,ol {
    list-style-position: inside;
    padding-left: 0;
    list-style-type: none;
    list-style-image: none
}

.page-contenu-home ul {
    column-count: 2;
}

ul li,ol li {
    background: url(../images/ico-puce.svg) no-repeat 0 7px;
    padding-left: 15px;
    background-size: 7px auto
}

ul li.niveau2,ol li.niveau2 {
    margin-left: 30px
}

menu,dir {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,table td,table th {
    font-size: inherit;
    border: 1px solid #7C7C7C
}

main,section,article,aside,footer,header,nav,hgroup {
    display: block
}

iframe {
    border: none
}


[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0!important;
    margin-left: 0!important
}

.row.ligne-photos {
    padding: 0 1px;
    padding-top: 60px;
}

.body-gallery-112 .row.ligne-photos .col-md-4 {
    padding: 0 15px !important;
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.body-service-108 .col-md-3.col-sm-6.col-xs-6.nopad {
    padding: 0 10px;
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: bold
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.retrait {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.transition {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.cover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

hr {
    border-color: var(--color1)
}

hr.trait {
    height: 1px;
    margin: -.5em 0;
    padding: 0;
    color: var(--color1);
    background-color: var(--color4);
    border: 0
}

.page-contenu img {
    float: right;
    width: 50%;
    margin: 0 0 0 3%;
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

body {
    color: var(--color2);
    font-family: var(--font_family_1);
    font-size: var(--taille_font);
    background: var(--color4);
    /* text-shadow:.5px .5px 0 var(--color4); */
    -webkit-text-shadow: .5px .5px 0 var(--color4);
    -moz-text-shadow: .5px .5px 0 var(--color4)
}

.pied label.checkbox.label-rgpd {
    color: var(--color1);
}

.zone-ifrms {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.zone-ifrms iframe {
    height: 190px;
    border-radius: 20px;
}

.zone-ifrms div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.attinfo {
    margin-top: 1em;
    text-align: left;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btns-AB {
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    right: 50px;
    bottom: 40px;
}

.btns-AB-att {
    /* bottom: -50px; */
    position: static;
    margin-top: 30px;
    justify-content: flex-end;
}

.btns-AB .swiper-button-next, .btns-AB .swiper-button-prev {
    height: 40px;
    width: 40px;
    background-color: var(--color1);
    color: var(--color4);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
    opacity: 0.6;
    transition: all .3s ease;
}

.btns-AB-att .swiper-button-next, .btns-AB-att .swiper-button-prev {
    opacity: 1;
    height: 50px;
    width: 50px;
}

.btns-AB .swiper-button-next:hover, .btns-AB .swiper-button-prev:hover {
    opacity: 1;
}

.page.clear.services {
    padding: 60px 1%;
}

.bloc-contenu.services {
    position: relative;
    background-color: var(--color11);
    margin-bottom: 5vh;
}

a,a:link,a:visited {
    color: var(--color3);
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.corps a:hover {
    color: var(--color1)
}

a:active {
    outline: 0
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    color: var(--color1);
    font-family: var(--font_family_2);
    text-align: left
}

h1,.h1 {
    font-size: 40px;
    color: var(--color2);
    text-transform: uppercase;
    margin: 10px 0 50px;
    position: relative;
    text-align: center;
    font-family: var(--font_family_3);
}

h1:before,.h1:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -20px;
    background: var(--color1);
    width: 40px;
    height: 1px;
    opacity: 0;
}

h1.sans-image,.h1.sans-image {
    margin-bottom: 61px;
}

h1.sans-image:before,.h1.sans-image:before {
    display: none
}

h2,.h2 {
    font-size: calc(var(--taille_font) + 0.8rem)
}

h3,.h3 {
    font-size: calc(var(--taille_font) + 0.7rem);
    font-family: var(--font_family_2);
}

h4 {
    font-size: calc(var(--taille_font) + 0.6rem)
}

h5 {
    font-size: calc(var(--taille_font) + 0.5rem)
}

h6 {
    font-size: calc(var(--taille_font) + 0.4rem)
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link,.h1 a:link,.h2 a:link,.h3 a:link,h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited,.h1 a:visited,.h2 a:visited,.h3 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover {
    text-decoration: underline
}

.titre-secondaire, .title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 32px;
    letter-spacing: 0;
    font-weight: 100;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--font_family_1);
}

h1:after,.h1:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -20px;
    background: var(--color1);
    width: 40px;
    height: 1px;
    opacity: 0;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    height: 100%;
    margin: 2em 0;
    font-weight: normal;
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 14px;
    margin: 0 0 0;
    display: inline-flex;
    text-transform: uppercase;
    border: 0;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0;
    min-width: 225px;
    /* background: var(--color4); */
    border-radius: var(--border-radius);
}

.cta a.bouton-principal {
    margin: 0 0;
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:before {
    background: var(--color4);
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:before {
    background: var(--color1);
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:before {
    background: var(--color4);
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
    color: var(--color2);
}

.copyright h3,.copyright h2 {
    color: var(--color1)
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* box-shadow: 0 0 1px var(--color4); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--color1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color12) !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:hover,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:active,a.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:focus,a.hvr-shutter-out-horizontal:active {
    color: var(--color2);
}

.hvr-shutter-out-horizontal:hover:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.bouton-principal,button.bouton-principal {
    margin: 15px 0 0;
    text-align: center;
    color: var(--color0);
    text-decoration: none;
    padding: 15px 50px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    /* text-shadow: 0 0; */
    border-radius: var(--border-radius);
    overflow: hidden;
    font-family: var(--font_family_2);
}

a.btn-res {
    border: 1px solid white;
    color: white;
    /* width: fit-content; */
    padding: 13px 30px;
    margin: 0 2em;
    transition: all .3s ease;
    font-family: var(--font_family_1);
}

a.btn-res:hover {
    background-color: var(--color1);
    border-color: var(--color1);
}

.fixed a.btn-res {
    /* border-color: var(--color1); */
    /* color: var(--color1); */
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    overflow: hidden
}

.callTracker span,.callTracker a {
    display: inline-block;
    line-height: 1.64em;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

header .callTracker {
    display: inline;
    width: auto;
    margin: 0 auto 30px;
    font-family: var(--font_family_2);
    font-weight: 100;
}

header .callTracker {
    display: inline-block;
    padding: 10px 20px;
    color: var(--color0);
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto 5 0px auto;
    min-width: 70%;
    cursor: pointer;
    border: 2px solid var(--color1);
    border-radius: 50px;
    background-color: var(--color1);
    transition: all .3s ease;
}

header .callTracker:hover,header .callTracker.active {
    color: #8d8d8d;
    cursor: pointer;
    border: 2px solid #717171;
    background: transparent;
}

header .callTracker span,header .callTracker a {
    text-decoration: none
}

header .callTracker.active:hover {
    cursor: pointer ;
}

header .callTracker .t_phone {
    opacity: 0;
    display: none
}

header .callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

header .callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.coordonnees .callTracker:not(.active) span:hover,.coordonnees .callTracker:not(.active) a:hover {
    color: var(--color1);
}

.pied .callTracker:not(.active) span:hover, .pied .callTracker:not(.active) a:hover {
    color: var(--color1);
}

.main-page {
    position: relative;
    overflow: hidden;
    padding: 0 70px 0 370px;
}

.banniere {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.banniere:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000063;
    left: 0;
    top: 0;
    z-index: 10;
}

.body-page-1 .banniere:before {
    background-color: #0000004f;
}

.banniere .fond {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: none !important;
}

.body-gallery-112 .banniere .fond {
    background-position: center;
}

.body-page-1 .banniere .fond {
    background-position: top center;
}

.banniere .motif {
    /* background: var(--color0); */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .2;
}

.tete {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 8001;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    background-color: var(--color4);
    /* box-shadow: 5px 0px 30px #0000000f; */
    padding: 1% 15px;
    backdrop-filter: blur(5px);
    border-right: 1px solid #eeeeee0d;
    transition: all .2s ease;
    overflow: hidden;
}

.body-page-1 .tete {
}

.tete.fixed {
    /* background-color: var(--color11); */
}

.tete::before {
    content: '';
    display: inline-block;
    width: 610px;
    height: 100%;
    /* background: var(--color4); */
    opacity: 0.7;
    position: absolute;
    left: -610px;
    top: 0;
    z-index: -1;
    /* background-image: url('../images/mapfr.png'); */
    background-size: 100%;
    /* background-repeat: no-repeat; */
    filter: grayscale(1);
    opacity: 0;
    transition: all .2s ease;
}

.tete.fixed::before {
    left: -310px;
    opacity: 0.05;
}

.tete .logo-site {
    margin: 0 auto;
    padding: 10px;
    text-align: center
}

 .logo-site img {
    transition: all .2s ease;
}

.fixed .logo-site img {
    /* filter: none; */
}

.sur-banniere {
    position: relative;
    height: 44vh;
}

.body-page-1 .sur-banniere {
    height: 100vh;
}

.slogan {
    position: relative;
    /* margin-top: 32%; */
    right: 0;
    top: 17%;
    left: inherit;
    color: var(--color0);
    width: 100%;
    text-align: center;
}

.slogan {
    padding: 3em 2em 1em;
}

.body-page-1 .slogan {
    top: 45%;
    backdrop-filter: none;
    background-color: transparent;
    padding: 0;
}

.slogan h1:before,.slogan .h1:before,.slogan h1:after,.slogan .h1:after {
    content: "";
    width: 0;
    height: 0;
    background: none;
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: 0
}

.slogan .titre {
    font-size: 40px;
    color: var(--color0);
    text-transform: uppercase;
    line-height: 50px;
    font-family: var(--font_family_3);
    font-weight: normal;
    text-shadow: 0 0 45px #00000085;
}

.body-page-1 .slogan .titre {
    font-size: 80px;
    line-height: 80px;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 23px;
    line-height: 30px;
    color: var(--color0);
    font-family: var(--font_family_1);
    text-shadow: 0 0 25px #00000085;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.body-pageseo .slogan .titre {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 0
}

.btn-descendre {
    position: relative;
    margin: 20px 0 0;
    display: inline-block
}

.infos {
    padding: 24px 0% 0 0;
    position: relative;
    top: 0;
    right: 0
}

.widget-partage {
    display: none
}

.btn-partage .btnp {
    margin: 0 3px;
    width: 35px;
    height: 35px;
    border-radius: 44px;
    border: 1px solid #ffffff36;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
    text-align: center;
    background-color: #ffffff21;
}

.btn-partage .btnp:hover {
    background-color: var(--color1);
    border: 1px solid var(--color1);
}

.fluid-contenu .btn-partage {
    text-align: right
}

.navh {
    margin: 0;
    z-index: 8000;
    padding: 0 0 0 50px
}

.navh .menu_principal {
    margin: 0;
    padding: 0;
    list-style: outside none
}

.navh .menu_principal > li {
    display: block;
    padding: 0;
    background: none;
    margin-bottom: 5px;
    transition: all 400ms ease;
    position: relative;
}

.navh .menu_principal > li.has-sub-menu-opened {
    margin: 30px 0
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    border-bottom: 1px solid transparent;
    color: var(--color0);
    font-weight: 100;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all 400ms ease;
}

.body-page-1 .navh .menu_principal a,.body-page-1 .navh .menu_principal a:visited {
    color: var(--color0);
}

.fixed .navh .menu_principal a,.fixed .navh .menu_principal a:visited {
    /* color: var(--color3); */
}

.navh .menu_principal a:hover,.navh .menu_principal li.active > a {
    color: #979797 !important;
}

.navh .menu_principal a::before {
    display: block;
    position: absolute;
    left: -100px;
    top: 18px;
    width: 35px;
    height: 2px;
    background-color: var(--color1);
    content: "";
    transition: left .2s linear;
}

.navh .menu_principal a:hover::before,.navh .menu_principal li.active > a::before {
    display: block;
    position: absolute;
    left: -65px;
    top: 18px;
    width: 45px;
    height: 2px;
    background-color: var(--color1);
    content: "";
}

.navh .menu_principal > li ul {
    list-style-type: none;
    list-style-image: none;
    display: none
}

.navh .menu_principal > li ul.scrollbars {
    max-height: 85px;
    height: auto
}

.navh .menu_principal > li ul li {
    display: block;
    text-align: left;
    padding: 0;
    background: none
}

.navh .menu_principal > li ul li a,.navh .menu_principal > li ul li a:visited {
    display: block;
    color: var(--color0);
    font-size: 16px;
    background: none;
    margin: 0;
    white-space: nowrap
}

.navh .menu_principal > li ul li a:hover,.navh .menu_principal > li ul li.active a {
    color: var(--color1);
    background: none
}

.fluid-contenu {
    position: relative;
    z-index: 8000
}

.fluid-contenu .corps {
    padding: 6vh 4%;
    background-color: var(--color6);
    margin: 0 0 5VH;
}

.body-page-1 .fluid-contenu .corps {
    position: relative;
}

.body-page-1 .fluid-contenu .corps:before {
    content: "";
    position: absolute;
    /* background-image: url('../images/bg-car1.png'); */
    background-repeat: no-repeat;
    background-size: 100%;
    right: -40px;
    bottom: -80px;
    transform: scaleX(-1);
    opacity: 0.12;
}

.body-gallery .fluid-contenu .corps {
    padding: 53px 3%;
}

.body-service-list .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
    padding: 0
}

.suite {
    text-align: left;
    padding: 20px 0 0
}

.recup-photos {
    margin: 50px 0 0
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    filter: grayscale(1);
    transition: all .3s ease;
}

.recup-photos .propor .propor-cont .imagecont:hover img {
    filter: none;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.propor.pic-1 {
    height: 520px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: var(--color1) url(../images/ico-zoom.svg) no-repeat center center
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0;
    filter: alpha(opacity=80)
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.atouts {
    display: block;
    width: 100%;
    padding: 3em 5% 3em;
    width: 100%;
    position: relative;
    background-color: var(--color0);
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts p.legend {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0;
    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: 0;
    margin-top: -22px;
    opacity: .8;
}

.atouts .swiper-button-disabled {
    opacity: 0 !important;
}

.atouts .swiper-button-next {
    background-image: none;
    right: 2px;
    top: 50%;
    margin-top: -22px;
    opacity: .8;
    height: 24px;
}

.atouts .swiper-button-next i, .swiper-button-prev i {
    /* font-size: 23px; */
    /* color: var(--color1); */
}

.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);
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.certifs {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color
Sets the background color of an element.
En savoir plus
Ne pas afficher: #21212154;
    margin-bottom: 5vh;
    backdrop-filter: blur(11px);
    background-color
Sets the background color of an element.
En savoir plus
Ne pas afficher: #21212154;
    background-color
Sets the background color of an element.
En savoir plus
Ne pas afficher: #21212154;
    background: #21212154;
    padding: 6vh 4% 10vh;
}

.certifs .cell.gauche {
    display: block;
    vertical-align: top;
    width: 100%;
}

.certifs .cell.gauche .contenu .h1 {
    color: var(--color0);
}

.certifs .cell.droite {
    display: block;
    vertical-align: middle;
    width: 100%;
}

.certifs .cell.droite .logo-certif {
    padding: 0 15px;
    height: 260px;
    line-height: 260px;
    vertical-align: middle;
    text-align: center
}

.certifs .cell.droite .bg-noir {
    padding: 0 0 4vh;
}

.actualites,.block .actualites article {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.actualites .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid #e6e6e6
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 6vh 3%;
    text-align: justify;
    direction: ltr
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: no-repeat 0 9px
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.actualites a.bouton-principal,.news a.bouton-principal {
    min-width: 190px;
    margin: 16px 0;
    padding: 13px 20px
}


.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

.news hr {
    width: 50%
}

.date-article-time {
    display: inline-block;
    padding-top: 13px
}

.actualites.bg-optionnel .cell.texte {
    border-top: 1px solid var(--color1);
    border-bottom: 1px solid var(--color1)
}

.etoiles .fa {
    color: #FC0
}

.AvisClientsBg .bouton-principal {
    min-width: 210px
}

.AvisClientsList {
    margin: 0;
    padding: 0;
}

.AvisClientsList li {
    list-style: none;
    background: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients:link,.AvisClients:visited,.AvisClients {
    position: relative;
    background-color: transparent;
    padding: 20px 20px 20px;
    text-align: center;
    height: 300px;
    /* margin-top: 72px; */
    margin: 10px 0;
    display: block;
    text-decoration: none;
    border-radius: 15px;
    border: 1px solid #ffffff36;
}

.AvisClients:active,.AvisClients:hover {
    /* background-color: var(--color11); */
    border-color: #eeeeee59;
}

.AvisClients .h {
    font-size: 18px;
    color: var(--color0);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffffab;
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color4)
}

.AvisClientsBg .bx-pager {
    bottom: 17px;
    /* display: none; */
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.temoignageScroll {
    max-height: 109px;
    text-align: center;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 12px;
    padding: 4px 0;
    color: var(--color0);
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px;
    display: none !important;
}

.livre-elements {
    padding: 0;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color4);
    width: 115px;
    height: 115px;
    display: none;
}

.livre-elements .pseudo {
    margin-bottom: 10px
}

.livre-elements .date {
    margin-bottom: 10px!important
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: justify
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 30px 20px;
    margin-bottom: 60px;
    background-color: var(--FSFZyKGVCr);
    border-radius: 2px;
    box-shadow: 0px 2px 10px 0px #0000001c;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.divAvis p.temoignage {
    color: var(--color3);
}

.divAvis .pseudo {
    text-align: center
}

.bouton-principal.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-weight: bold;
    text-shadow: none
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: var(--bg-facultatif);
    color: var(--color2);
    text-shadow: none;
    font-family: Arial,Helvetica,sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: none;
    padding: 0;
    font-size: 21px;
    color: rgba(0,0,0,1);
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:hover,.modal-content .btn-close:focus {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px!important
}

.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea,.formulaire #add-review .form-group .form-control {
    background: #fff;
    border: 1px solid #ccc;
    color: #323435;
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: #323435!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 15px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2)!important
}

.body-service .services {
    background: none
}

/* .services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color: var(--color0);
} */
.services .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 80px 0 80px 70px
}

.services .cell.gauche .photos {
    width: 100%;
    height: 500px
}

.services .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.services .cell.droite .contenu {
    padding: 90px 12%
}

.services .cell.droite .contenu ul {
    padding: 0;
    margin: 0
}

.services .cell.droite .contenu ul li {
    padding: 5px 0;
    background: no-repeat 0 9px
}

.services .cell.droite .contenu ul li a.bouton-principal {
    display: block;
    text-align: left;
    padding: 15px 55px 15px 20px
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 0
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color1);
    display: inline-block
}

.services .miettes li a.active {
    background: var(--color4);
}

.realisations,.AvisClientsBg {
    position: relative;
    z-index: 8000;
    text-align: center;
    background-color: #21212154;
    margin-bottom: 5vh;
    padding: 6vh 4%;
    backdrop-filter: blur(11px);
}

.AvisClientsBg h2 {
    color: var(--color0);
}

.AvisClientsBg .contenu, .atouts .contenu {
    padding: 0;
}

.realisations .galerie .propor,.news .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: 0;
    overflow: hidden;
}

.realisations .galerie .propor {
    height: 100%;
}

.realisations .galerie .propor:after,.news .propor:after {
    padding-top: 100%;
    display: block;
    content: ''
}

.realisations .galerie .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.realisations .galerie .propor .propor-cont,.news .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.realisations .galerie .propor .propor-cont .imagecont,.news .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.news .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.realisations .galerie .propor .propor-cont .imagecont .imagefond,.news .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.realisations .galerie .propor .propor-cont .imagecont .masque,.news .propor .propor-cont .imagecont .masque {
    transition: all 400ms ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: var(--color1) url(../images/ico-zoom.svg) no-repeat center center
}

.realisations .galerie .propor .propor-cont .imagecont:hover .masque,.news .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond,.news .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.intervention {
    position: relative;
    z-index: 8000;
    /* background-color: var(--color1); */
    background-image: url('../../../images/banniere/large/bann1.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background: fixed;
    backdrop-filter: blur(11px);
    background: var(--color11);
    margin-bottom: 5vh;
    color: var(--color0);
    padding-bottom: 51px;
    padding: 6vh 4%;
}

.intervention:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: var(--color1); */
    opacity: 0.85;
    z-index: -1;
}

.intervention .contenu {
    color: var(--color2);
}

.intervention h2, .intervention .titre-secondaire {
    color: var(--color2);
}

.intervention ul {
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.intervention ul li {
    padding: 5px 0 5px 15px;
    font-style: italic
}

.pied {
    position: relative;
    z-index: 8000;
    /* margin: 100px 0 0; */
}

.body-page-1 .pied,.body-contact .pied,.body-pageseo .pied {
    margin: 0
}

.body-contact .pied .bande1,.body-pageseo .pied .bande1 {
    margin: 0;
    padding: 0
}
.row.recup-photos.gallery iframe {
    width: 100%;
}

.nos-atots .h1 {
    color: var(--color0);
}

.realisations .contenu {
}
.pied .bande1 {
    padding: 6vh 6%;
    background: #ffffff;
    margin-bottom: 5vh;
    backdrop-filter: blur(11px);
}

.pied .bande1 h2 {
    color: var(--color2);
}

.pied .bande1 .row1 {
    padding: 0 0 0;
}

.pied .bande2 {
    padding: 30px 3%;
    background-color: var(--color4);
}

.pied h3 {
    color: var(--color3);
    font-size: 18px;
    text-transform: uppercase
}

.pied .trait1,.pied .trait2 {
    position: relative
}

.pied .trait2 {
    padding: 0 0 0;
    padding-left: 6em;
}
.pied .navf .menu_footer {color: var(--color0);padding: 15px 0;list-style-type: none;margin: 0;}
.pied .navf .menu_footer li {display: block;padding: 0; background: none}
.pied .navf .menu_footer li:last-child {border: none}
.pied .navf .menu_footer li a,.pied .navf .menu_footer li a:visited {
    font-size: 16px;
    padding: 0 0 0 15px;
    background: url(../images/ico-puce.svg) no-repeat 0 center;
    color: inherit;
    text-decoration: none;
    background-size: 7px auto;
    filter: grayscale(1);
}

.pied .navf .menu_footer li a:hover, .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(--color0);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 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
}

address {
    margin: 0;
    padding: 15px 0 0;
    color: var(--color3);
    font-size: 16px
}

.pied address {
    color: var(--color0);
}

address p {
    margin: 0;
    padding: 0 15px 10px 30px;
    position: relative;
}

address p.tel a {
    color: inherit;
    text-decoration: none
}

address p a {
    text-decoration: none;
    color: inherit
}

address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0;
    height: 92px;
}

.horaires {
    position: relative;
    color: var(--color2);
    padding: 0 0 10px 0;
    margin: 0;
}

.pied .horaires {
    color: var(--color0);
}

.pictoSVG {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    fill: var(--color1);
}

.pied .copyright-footer {
    text-align: center;
    margin: 40px 0 0 0;
}

#logoFD svg * {
    fill: var(--color1);
}

#logoFD svg {
    width: 200px;
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0
}

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999
}

.sudo-slider .slide {
    text-align: center;
    height: 200px;
    line-height: 200px
}

.sudo-slider .slide img {
    max-height: 100%
}

.cont-slider .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block;
    background: none;
    padding: 0
}

.cont-slider .controls ol li a {
    display: block;
    width: 11px;
    height: 11px;
    background: var(--color0);
    margin: 0 2px;
    border-radius: 50%
}

.cont-slider .controls ol li.current a {
    background: var(--color1)
}

.cont-slider .controls ol li a span {
    display: none
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-vertical,.scrollbar-path-horizontal {
    position: absolute;
    background-color: var(--color0);
    z-index: 100
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-path-vertical,.scrollbar-path-horizontal,.scrollbar-handle {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}

.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 30px;
}

.prestation:nth-child(even) {
    direction: rtl
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: 50% 50%;
    border-radius: var(--border-radius);
}

.prestation .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    direction: ltr
}

.prestation .cell.texte .contenu {
    padding: 120px 10%;
    text-align: center
}

.prestation .cell.texte .contenu p {
    padding: 0 0 20px;
    text-align: center
}

.prestation .cell.texte .contenu ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    background: none;
    padding: 0;
    padding: 0 0 10px 0
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.body-contact h1,.body-contact h2 {
    color: var(--color1);
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 36px;
    font-family: var(--font_family_3);
}

.body-contact h1:after,.body-contact h2:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    margin-left: 0;
    background: var(--color1);
    width: 40px;
    height: 1px
}

.body-contact h1:before {
    display: none;
}

.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: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -20px;
    background: var(--color1);
    width: 40px;
    height: 1px
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 4em 5%;
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite .contenu {
    padding: 40px 12% 60px;
}

.contact .tab-formulaire {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.contact .tab-formulaire .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.contact .tab-formulaire .cell.gauche .contenu {
    padding: 60px 25% 130px;
    background: rgba(var(--color4),0.8)
}

.contact .tab-formulaire .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    /* background: url(../../../images/banniere/large/bann2.jpeg) no-repeat center center; */
    background-size: cover;
    display: none !important;
}

.table-row {
    display: inline-flex;
    height: 100%;
    width: 100%
}

.table-row:nth-child(even) {
    flex-direction: row-reverse;
}

.table-row:nth-child(even) .contenu {
    padding-left: 0 !important;
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 550px!important
}

.contact .horaires {
    text-align: left;
}

.contact .coordonnees {
    padding: 0 0 20px
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .description-contact {
    padding: 0 0 10px
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100%!important
}

.form-group .label-rgpd strong,.info-rgpd strong,.info-rgpd a,.info-rgpd a:visited {
    color: var(--color1)
}

.info-rgpd p {
    font-size: 11px
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: normal
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    font-family: var(--font_family_1);
    color: var(--color4);
    background: transparent;
    border: 1px solid var(--color3);
    box-shadow: none;
    border-radius: 0;
    width: 100%!important;
    font-size: 15px;
    border-radius: var(--border-radius);
}

.pied .contact .formulaire .form-group .form-control {
    border-color: #07070752;
    color: var(--color1);
}

.contact .formulaire .form-group .form-control:focus {
    color: var(--color4)!important;
    background: var(--color0)!important;
}

.pied .contact .formulaire .form-group .form-control:focus {
    color: var(--color0) !important;
    background: transparent !important;
    border-color: #eeeeee96;
}

.form-control:focus {
    color: var(--color4)!important;
    background: var(--color0)!important
}

.contact .formulaire .form-group textarea.form-control {
    height: 120px;
    padding: 12px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px \9;
    padding: 0 12px
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and (-webkit-min-device-pixel-ratio: 0),screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 10px center!important;
        line-height: normal!important;
        background-size: 22px auto!important
    }

    .form-horizontal select.form-control option {
        background: var(--color0);
        color: var(--color4)
    }
}

.contact .formulaire .form-group input[name="captcha"] {
    width: 31%!important;
    height: 50px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top
}

.contact .formulaire .form-group input[name="captcha"] + a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 48px!important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    width: 30%;
    /*display:inline-block;*/
    position: relative;
    float: right
}

.pied .contact .formulaire .form-group input.btn-primary {
    color: var(--color0);
    background: var(--color1);
}

.g-recaptcha {
    float: left
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.pied .contact .formulaire .form-actions {
    color: #eee;
}

.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;
    text-transform: uppercase;
    border: 1px solid var(--color1);
    color: var(--color1);
    background: none;
    text-align: center;
    border-radius: 0;
    font-size: 18px;
    text-decoration: none;
    font-family: var(--font_family_1);
    font-weight: 100;
    transition: all 400ms ease;
    border-radius: var(--border-radius);
}

.body-error404 a.btn.btn-default:hover,.body-error404 a.btn.btn-default:active,.contact .formulaire input.btn-primary:hover,.contact .formulaire input.btn-primary:active,.contact a.btn.btn-default:hover,.contact a.btn.btn-default:active {
    background: var(--color1);
    color: var(--color0);
    border-color: var(--color1) !important;
}

::-webkit-input-placeholder {
    color: var(--color1)!important
}
.pied ::-webkit-input-placeholder {
    color: var(--color1)!important
}
.pied ::-moz-placeholder {
    color: var(--color1)!important;
    opacity: 1!important
}

:-moz-placeholder {
    color: var(--color1)!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color1)!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: var(--color1)!important
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name="captcha"]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.flex-seoContain .seo-content {
width: 100%;
    padding-top: 1em;
    float: left;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1:after, .flex-seoContain .seo-form h2.h1:after {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 54%;
    padding: 0em 3% 3em;
    background: transparent;
    float: right;
}

.flex-seoContain .seo-form h2.h1:before, .flex-seoContain .seo-content h1:before {
    display: none;
}


.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name="captcha"] + a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.pageseo .formulaire .form-group input.btn-primary {
    float: right
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0;
}

.gallery .description-galerie {
    padding: 0 0% 5px;
}

.body-gallery-107 .gallery .description-galerie h2 {
    clear: none;
}

.gallery .description-galerie iframe {
    float: right;
    margin-left: 4em;
    margin-top: 2em;
    border-radius: var(--border-radius);
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 29px;
}

.gallery .multiple .ligne-photos .propor {
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.custom-object-fit img {
    opacity: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: var(--color1) url(../images/ico-zoom.svg) no-repeat center center
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 0 0 10px;
    padding: 20px 0 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 20px 0 5px;
    background: none
}

.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: " "
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    font-family: var(--font_family_2);
    background: none;
    display: block;
    color: var(--color2);
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,.gallery .nav li.active a {
    background: none;
    color: var(--color1)
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color0);
}

.sidebar-left a,.sidebar-right a,.sidebar-bottom-controls a,.contactButton,.nav-item-active,.sidebar-form label,.sidebar-send-button,.sidebar-divider-text {
    color: var(--color0)!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
    background: #000000;
}

.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: 13px;
    top: 0;
    max-height: 76px;
    max-width: 147px;
    filter: invert(1);
}

.deploy-right-sidebar {
    border-left: 1px #eee solid;
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px
}

.deploy-right-mail {
    border-left: 1px #eee solid;
    display: table-cell;
    height: 65px;
    width: 65px;
    position: absolute;
    right: 65px;
    top: 0;
    background-color: var(--color1)
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    position: absolute;
    right: 130px;
    top: 0
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color2);
    text-shadow: none
}

.sidebar-right {
    font-family: var(--font_family_1)!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,0.1)
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0)!important;
    z-index: 1
}

.sidebar-header-left {
    height: 65px;
    background-color: #c9323b;
    position: relative
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 21px;
    right: 1px;
    max-width: 169px;
    float: inherit;
    max-height: 41px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color0)!important;
    background: var(--color1);
    /* opacity: .4; */
}

.sidebar-bottom-controls {
    background-color: #c9323b
}

.sidebar-bottom-controls p {
    margin-top: 3px
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 10px;
    display: block
}

.nav-item {
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(var(--color4),0);
    background-size: 22px auto;
    background-color: #c9323b;
    height: 60px;
    line-height: 61.5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    margin-bottom: 1px
}

.submenu a {
    text-shadow: 0 2px 0 var(--color4);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-notifications a {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 38px;
    margin-left: 20px;
    font-size: 10px;
    color: #878787;
    font-family: var(--font_family_2);
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color2);
    position: relative
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.right-sidebar-copyright {
    margin: 20px 0
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: none;
    padding-left: 0;
    background: var(--color2)
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 37px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(var(--color4),0);
    text-transform: uppercase;
    color: var(--color0);
    height: 60px;
    padding-left: 35px
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 15px;
    font-size: 15px;
    color: var(--color1)
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none;
    color: #BEBEBE
}

.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(var(--color4),0.35);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: rgba(var(--color4),0.9) url(../images/bg-optionel-gris.svg) repeat top center;
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: rgba(var(--color4),0.9) url(../images/bg-optionel-gris.svg) repeat top center;
    background-size: 60px auto
}

.deprecated-ie {
    text-align: center;
    color: var(--color4);
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica,arial,sans-serif;
    font-size: 13px;
    color: var(--color4);
    text-decoration: underline
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1) !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0)
}

.deploy-right-sidebar .icones {
    width: 29px
}

.tel-left .icones {
    fill: var(--color1);
    width: 44px;
    height: 43px;
    margin: 10px 10px -10px 0
}

.btn-partage .icones {
    width: 17px;
    margin: 0;
    height: 17px;
    padding: 0;
    position: relative;
    fill: var(--color0);
    top: 8px;
}

.bx-pager.bx-default-pager a,.bx-pager.bx-default-pager a:hover,.bx-pager.bx-default-pager a.active {
    background-color: #fff
}

.remonter .icones {
    fill: var(--color1);
    margin: 0 0 -5px;
    width: 32px;
    height: 32px
}

.btn-descendre .icones {
    fill: var(--color0);
    margin: 0;
    width: 20px;
    height: 48px;
}

.news .propor::after {
    padding-top: 78%
}

.newsList {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}

.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px,0.5vw,14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0
}

.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px,2vw,50px)
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(var(--color4),0.4);
    background-image: none
}

.news .propor .propor-cont .imagecont:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.newsList .propor {
    overflow: hidden
}

.newsList .item .h3 {
    color: var(--color1);
    padding: 5px 0 25px;
    margin: 0
}

.newsList .item:hover .h3 {
    color: var(--color1)
}

.newsList .item .h3 a:hover {
    text-decoration: none
}

.item-news {
    position: relative
}

.newsItem .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.newsItem .photo {
    width: 100%;
    height: 33vw;
    height: clamp(300px,40vw,650px);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality
}

.newsItem .contenu-article {
    padding: 15px 0 0;
    min-height: 200px;
    margin: 0
}

.newsItem .div-rs {
    margin: 0 auto 40px
}

.newsItem .div-rs .btn-partage {
    display: inline-block;
    overflow: hidden;
    height: 44px;
    position: relative;
    top: 17px
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color7)
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: #757575;
}

.newsItem .date_post {
    padding: 5% 3% 3%
}

.news_avant_apres {
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres > div {
    padding: 0;
    height: 100%
}

.news_avant_apres a,.news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid #bebebe;
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase
}

.news_avant_apres a:hover,.news_avant_apres a:focus {
    border-color: var(--color3);
    text-decoration: none
}

.news_avant_apres > div:last-child {
    right: -5px
}

.news_avant_apres a:hover b,.news_avant_apres a:focus b {
    text-decoration: none;
    color: var(--color1)
}

.navButtons,.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color4);
    transition: .8s;
    text-decoration: none;
    display: block
}

.news_avant_apres a:hover span,.news_avant_apres a:focus span {
    color: var(--color3);
    text-decoration: none
}

a.return-to-news:visited,a.return-to-news,a.return-to-news:link {
    text-decoration: none;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    color: var(--color0)
}

a.return-to-news:hover,a.return-to-news:focus {
    text-decoration: underline;
    color: var(--color0)
}

.pagination > li {
    background: none;
    padding-left: 0
}

.pagination > li > a,.pagination > li > span {
    color: var(--color0);
    border-color: var(--color3);
    background-color: var(--color2)
}

.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover {
    color: var(--color1);
    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(--color1);
    border-color: var(--color1)
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

.contact .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contact .map iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
}

.contact .tab-coordonnes .cell.gauche {
    background: none;
    position: relative
}

@media (min-width: 768px) {
    .dispaly_flex {
        display:flex;
    }

    .flex_child_2 {
        flex: 2;
    }

    .flex_child_1 {
        flex: 1;
    }
}
@media (max-width: 1440px) {
.body-page-1 .banniere:before {
    background-color: #00000096;
}
    .sur-banniere{
    height: 45vh;
}
    .slogan{top: 14%;}

    .view-first .titre-mask{font-size:20px;}
    
    }
@media (max-width: 991px) {
    .ctAB{flex-direction:column;}
    .cts-AB{flex-direction:row;width: 100%;justify-content: space-between;}
.gallery .description-galerie iframe {
    width: 100% !important;
    height: auto;
}.sectionn2.row {
    display: flex
;
    gap: 1%;
    flex-direction: column;
}
.sectionn2 img {
    width: 100%;height: auto;
}
.encart-counter2 {
    font-size: 26px;
    position: absolute !important;
    margin: inherit;
    right: 18% !important;
    top: 53% !important;
}
span.t1 {
    position: relative;
    margin: 0 0 0 0;
    font-size: 40px;
    width: 100%;
    left: inherit;
}
.encart-counter {font-size: 70%;margin: 1em 0px 0px;display: block;padding: 2em;width: 100%;text-align: center;border: 1px solid;border-radius: var(--border-radius);display: block;} 
.encart-counter:before { display: none;} 
.compteurs {display: flex;flex-wrap: wrap;padding: 0 4vw;}
.stp-bg-p {
    width: 100%;
}
    .row.ligne-photos{
        padding: 0 0;
    }
    .view-first .small-txt:after{
        width: 32px;
        height: 18px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .view-first .titre-mask {
        font-size:15px;
        font-weight: normal;
    }

    .body-gallery-112 .gallery .nav, .body-gallery-112 .gallery .nav {
        margin: 0;
    }

    .zone-ifrms {
        display: none !important;
    }

    .stepsAB.atoAB, .stepsAB {
        flex-direction: column;
        padding: 2em 10% 2em;
    }

    .stp-bg,.stp-txt, .sAB .stp-bg, .sAB .stp-txt {
        width: 100%;
    }

    .sAB i {
        display: none;
    }

    .gmb-blocAB a {
        font-size: 13px;
        padding: 13px 30px !important;
    }

    .gmb-btns {
        flex-direction: column;
        gap: 0;
    }

    .page-contenu-home ul {
        column-count: 1;
    }

    .pied .navf .menu_footer {
        column-count: 1;
    }

    .pied .trait2 {
        padding-left: 0;
    }

    .divAvis {
        flex-direction: column;
        gap: 20px;
    }

    .nos-atots:before {
        display: none;
    }

    .body-page-1 .fluid-contenu .corps:before {
        opacity: 0.08;
    }

    .slogan {
        width: 75%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        top: 43%;
        padding: 0;
        background-color: transparent;
        backdrop-filter: none;
    }

.body-page-1 .slogan {
    /* left: 47px; */
    top: 55%;
    /* right: -50px; */
}

    .realisations .row.galerie {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "item1 item2" "item3 item4";
        grid-template-rows: 150px 150px;
        grid-gap: 10px;
    }

    .images-f {
        width: 100%;
    }

    .propor.pic-1 {
        height: 100%;
    }

    .r-flex .row.recup-photos.gallery {
        flex-direction: row;
        margin-top: 40px;
        gap: 10px;
        justify-content: center;
    }

    .row.r-flex {
        flex-direction: column;
    }

    a.imagecont.noflicker.img1 {
        float: left;
        margin-left: 0;
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    .flex-seoContain {
        flex-wrap: wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
        overflow: visible;
        height: fit-content;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img {
        width: 100%;
        height: auto;
    }

    .contact .formulaire .form-group > label.control-label {
        display: block;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group > label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }

    .main-page {
        position: relative;
        overflow: hidden;
        padding: 0
    }

    .container {
        max-width: none;
        width: auto
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100%!important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100%!important
    }

    .contact .formulaire .form-group input[name="captcha"] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }

    .contact .formulaire .form-group input[name="captcha"] + a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%
    }

    .lb-prev {
        opacity: 1!important;
        background: url(../images/lightbox-g.png) left 48% no-repeat
    }

    .lb-next {
        opacity: 1!important;
        background: url(../images/lightbox-d.png) right 48% no-repeat
    }

    .fluid-contenu {
        margin: 0 !important;
    }

    .fluid-contenu .corps {
        padding: 60px 5% 80px
    }

    .slogan .titre {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .prestation .cell.texte .contenu {
        padding: 0 10% 50px
    }

    .body-page-1 .fluid-contenu .corps {
        /* padding: 0 15px 40px; */
    }

    .body-gallery .fluid-contenu .corps {
    }

    .body-service-list .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 50px 0 0
    }

    .pied .copyright-footer {
        margin: 25px 0 0;
        text-align: center
    }
}

@media (max-width: 767px) {
    .ctAB{font-size:18px;}
    .ctAB img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;}
    .body-gallery-112 .gallery .tab-content h2{
        margin-top: 62px;
    }
    .gallery .description-galerie iframe{
        margin:0;
        margin-bottom:25px;
        width:100%;
    }
    .body-gallery-112 .gallery .nav .col-md-4:nth-child(3n),.body-gallery-112 .gallery .nav .col-md-4:nth-child(3n+1), .body-gallery-51 .gallery .nav .col-md-4:nth-child(3n+2) {
        padding-left: 8px;
        padding-right: 8px;
    }

    .body-gallery-51 .description-galerie {
        padding: 10px 25px;
    }

    .table-row, .table-row:nth-child(even) {
        flex-direction: column;
    }

    .pied .trait1::after,.pied .trait2::after {
        display: none
    }

    .corps {
        --taille_font: 14px;
        font-size: var(--taille_font)
    }

    .certifs .cell.droite .bg-noir {
        padding: 30px 0
    }

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    h1,.h1,.body-contact h1,.body-contact h2 {
        font-size: 29px;
        margin-bottom: 4rem !important;
        line-height: 43px;
        letter-spacing: 0;
        margin: 1em 0 4em;
    }

    .titre-secondaire {
        font-size: 22px;
        line-height: 24px;
        /* margin-bottom: 0; */
    }

    .slogan .titre {
        font-size: 33px !important;
        line-height: 38px !important;
        letter-spacing: 0
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 21px;
        line-height: 21px
    }
    .body-pageseo .slogan{
        top:35%;
    }
    
    .body-pageseo .slogan .titre {
        font-size: 20px !important;
        line-height: 34px
    }

    .infos {
        padding: 20px 0 0;
        right: 0;
        left: 0
    }

    .fluid-contenu .btn-partage {
        text-align: center;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    .fluid-contenu .corps {
        padding: 20px 15px 40px
    }

    .body-page-1 .fluid-contenu .corps {
        /* padding: 0 15px 40px; */
    }

    .body-gallery .fluid-contenu .corps {
    }

    .body-service-list .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 50px 0 0
    }

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

    .certifs {
        display: block
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 25px;
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0 15px 30px
    }

    .certifs .cell.droite .bg-noir {
        background: rgba(var(--color4),0.5);
        padding: 0 0;
    }

    .cont-slider .controls {
        bottom: -20px
    }

    .services {
        display: block
    }

    .services .cell.gauche {
        width: 100%;
        overflow: hidden!important;
        position: relative;
        float: left;
        width: 100%!important;
        padding: 19px 15px 36px
    }

    .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
    }

    .realisations .propor {
        margin-bottom: 5px
    }

    .realisations .contenu,.AvisClientsBg .contenu {
        padding: 30px 15px 40px
    }

    a.bouton-principal,button.bouton-principal {
        /* padding: 13px 40px 13px 20px; */
    }

a.btn-res {
    border-color: var(--color1);
    background-color: var(--color1);
}

    .intervention .contenu {
        padding: 40px 15px 50px
    }

    .pied .bande1 {
        padding: 0;
    }

    .pied .btn-like {
        padding: 20px 0 5px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0
    }

    .body-gallery-4 .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 30px 0 0;
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none;
        height: 180px
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 40px 15px 0
    }

    .contact .coordonnees {
        padding: 0 0 1px
    }

    .contact .tab-formulaire {
        display: block
    }

    .contact .tab-formulaire .cell.gauche {
        display: block;
        width: 100%
    }

    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 30px 15px
    }

    .contact .tab-formulaire .cell.droite {
        display: none
    }

    .pied .trait2,.pied .trait1 {
        background: none
    }

    .gallery .description-galerie {
        padding: 20px 0 5px
    }

    .prestation,.actualites {
        display: block;
        min-height: auto
    }

    .prestation .cell.photo,.actualites .cell.photo {
        display: block;
        width: 100%;
        height: 32vh;
    }

    .prestation .cell.texte,.actualites .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

.prestation .cell.texte .contenu {padding: 30px 15px }
.pied {position: relative; z-index: 8000;}
.sur-banniere {position: relative;height: 260px!important;}
.body-page-1 .sur-banniere {height: 50vh !important;}
.body-gallery-4 .fluid-contenu .corps,.body-contact .fluid-contenu .corps {padding: 0;}
.contact .tab-formulaire .cell.gauche .contenu {padding: 60px 12% 0}
.contact .tab-coordonnes .cell.droite .contenu {padding: 0px 12% 30px !important; }