:root {
    --color0: #FFFEFC;
    --color1: #652103;
    --nuanceColor1: #f5eeeb;
    --color2: #291D17;
    --color3: #110E0C;
    --color4: #f5eeeb;
    --color5: #f5eeeb;
    --color6: #000;
    --color7: #FEBE4C;
    --bg-facultatif: #f5eeeb;
    --font_family_1: 'Urbanist-Regular',sans-serif;
    --font_family_2: 'Philosopher-Regular',sans-serif;
    --font_family_3: 'Philosopher-Regular',sans-serif;
    --font_family_4: 'Philosopher-Bold',sans-serif;
    --font_family_5: 'Philosopher-Regular',sans-serif;
    --font_family_6: 'Philosopher-Bold',sans-serif;
    --taille_font: calc(1vw * 0.520833333333);
    --taille-font: calc(1vw * 0.520833333333);
    --border-radius: 8px;
    --border-radiusB: 8px;
    --border-radiusC: 8px;
}
div#contactButtonsMobile a {
    color: #fff !important;
    border-radius: var(--border-radius);
}
/**/
.swiper-services .swiper-slide {
    transition: all 0.4s ease;
    width: 350px; /* largeur de base */
    opacity: 0.8;
    transform: scale(0.95);
}

.swiper-services .swiper-slide-active {
    width: 450px; /* largeur plus grande */
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
/* Gestion des derniers slides */
.swiper-services .swiper-slide:last-child,
.swiper-services .swiper-slide:first-child {
    margin-right: auto !important;
    margin-left: auto !important;
}
.services-home {
    position: relative;
    padding: 6vh 0 15vh;
    background: var(--color4);
    opacity: 1;
    transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
    /*! margin-bottom: 4em; */
}

.serviceblocNK {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 9vw;
}

.services-home::before {
    /* content: ""; */
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    /* width: 100%; */
    /* height: 50%; */
}

.services-home .h1 {
    color: var(--color1);
    text-align: left;
}

.services-home .h1::before,.services-home .h1::after {
    /*! background-color: var(--color1); */
    /*! left: 15%; */
    opacity: 0;
}

.title-serv .titre-secondaire {
  text-align: left;
  letter-spacing: initial;
  width: 40vw;
  color: var(--color0));
}
.one-service {
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: var(--border-radius);
    position: relative;
    height: 55vh;
    line-height: 0;
}



.one-service::after {
    content: "";
    position: absolute;
    inset: -50%;
    background: #00000042;
    /* transform: rotateZ(60deg) translate(-5em, 50em); */
    z-index: -1;
}

.one-service:hover::after {
    /* animation: 0.3s ease-in 0s 1 normal forwards running shine; */
}

@keyframes shine {
    100% {
        transform: rotateZ(60deg) translate(1em, -60em);
    }
}

.lien_image {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.titre-service-premier {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 35%;
    padding: 24px 16px;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

.one-service.item:hover .titre-service-premier {
    background: rgba(0, 0, 0, 0.38);
    transition: all .4s ease;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

.titre-service-premier h2 {
    color: var(--color0);
    font-size: calc( var(--taille_font) * 2.9521325 );
    line-height: 60px;
    font-family: var(--font_family_2);
    margin-top: 7px;
    /* margin-bottom: 5px; */
    position: relative;
    margin-left: 10px;
    text-shadow: 0 1px 12px BLACK;
}


.titre-service-premier span {
    position: relative;
    font-size: 16px;
    color: var(--color0);
    font-family: var(--font_family_2);
    transition: all .4s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.titre-service-premier span:hover {
    /* background: var(--color5); */
    color: var(--color0);
}

/* .one-service.item:hover .titre-service-premier span::after {
    transform: scaleX(1);
    transform-origin: right bottom;
} */

.lien_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    will-change: transform;
    transform: scale(1);
    transition: all .5s ease;
}

.one-service:hover .lien_image img {
    transform: scale(1.05);
    transition: all 500ms ease;
}

.engegements-content {
    overflow: hidden;
    margin-top: 4vh;
}

.swiper-button-next-serv, .swiper-button-prev-serv {
    border-radius: var(--border-radius);
    background: var(--color1);
    margin: 0px 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 12px;
    transition: all 0.3s linear 0s;
    color: var(--color4);
    border: 1px solid var(--color1);
}

.swiper-button-next-serv:hover, .swiper-button-prev-serv:hover {
    background: var(--nuanceColor1);
    color: var(--color0);
    border: none;
}



.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
}

.btn-service {
    display: flex;
    align-items: center;
    justify-content: center;
}


/***/
/****/
.formulaire.contact-footer h2 {
    color: #fff;
}
.formulaire.contact-footer label {
    color: #fff;
}
.formulaire.contact-footer .formulaire input.btn-primary{
    background: var(--color7);
}
.propor.pic-1 {
    width: 50% !important;
    height: 45vh !important;
    bottom: 8vh !important;
}

.propor.pic-2 {
    width: 55% !important;
    height: 45vh !important;
    position: absolute !important;
    left: 12vw !important;
    top: 4vh !important;
}

/********/
.btn-descendre, a.btn-descendre {
    position: absolute;
    bottom: 2vh;
    left: calc(10% + 21px) !important;
    z-index: 9;
}

.scroll-container {
    width: 25px;
    height: 52px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    position: relative;
}

.scroller {
    width: 10px;
    border-radius: 11px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 4px;
    left: 6px;
    bottom: 32px;
    animation: 1500ms ease-out 0s infinite normal none running scroller;
}

@keyframes scroller {
    0% {
        bottom: 34px;
    }

    5% {
        top: 4px;
    }

    32% {
        bottom: 4px;
    }

    66% {
        top: 34px;
        bottom: 4px;
    }

    100% {
        top: 4px;
        bottom: 34px;
    }
}

html {
    scroll-behavior: smooth;
}

.body-temoignage button.bouton-principal {
    width: calc(var(--taille-font) * 31);
    color: var(--color1);
}

.main-title {
    opacity: 0;
    transition: opacity 0.3s;
}

.main-title.ready {
    opacity: 1;
}

.main-title {
}

.main-title .word {
    display: inline-block;
    margin-right: 0.3em;
    opacity: 1;
}

.main-title .letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(100px) rotateX(-90deg);
    transform-origin: center bottom;
    transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: blur(10px);
    text-shadow: 0 1px 13px #000;
}

.main-title .letter.animate {
    opacity: 1;
    transform: translateY(0px) rotateX(0deg);
    filter: blur(0px);
}

.main-title.loading {
    visibility: hidden;
}

.main-title.ready {
    visibility: visible;
}

.close-sidebar-right .icones {
    fill: var(--color1);
}

.swiper-scale-effect .swiper-container {
    width: 100vw;
    height: 100vh;
}

.swiper-scale-effect {
    position: relative;
}

.swiper-scale-effect .swiper-slide {
    background-color: rgb(252, 252, 252);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: rgb(252, 252, 252);
    font-size: 24px;
}

.swiper-slide > .swiper-slide-cover {
    position: absolute;
    inset: 0px;
    background: 50% 50% / cover no-repeat transparent;
}

.swiper-scale-effect .swiper-slide {
    transform-origin: 50% 50%;
}

.swiper-scale-effect .swiper-slide-cover {
    transition-timing-function: linear;
    transition-duration: 20s;
    transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1.3);
}

.swiper-scale-effect .swiper-lazy-preloader-white {
    color: rgb(252, 252, 252);
}

.swiper-scale-effect .swiper-lazy-preloader-black {
    color: rgb(38, 38, 38);
}

.swiper-scale-effect .swiper-button-prev, .swiper-scale-effect .swiper-button-next {
    background: transparent;
    opacity: 0.55;
    color: rgba(252, 252, 252, 0.85);
    transition: opacity 0.3s, color 0.3s;
    width: calc(var(--taille-font) * 9);
    height: calc(var(--taille-font) * 9);
}

.swiper-scale-effect .swiper-button-prev {
    left: 0px;
    right: unset;
}

.swiper-scale-effect .swiper-button-next {
    right: 1%;
    left: unset;
}

.swiper-scale-effect .swiper-button-prev svg, .swiper-scale-effect .swiper-button-next svg {
    width: calc(var(--taille-font) * 9);
    height: calc(var(--taille-font) * 9);
    fill: rgb(255, 255, 255);
    display: none;
}

.swiper-scale-effect .swiper-button-prev:hover, .swiper-scale-effect .swiper-button-next:hover {
    background: transparent;
    opacity: 0.85;
    color: rgb(252, 252, 252);
}

.swiper-scale-effect .swiper-pagination {
    flex-direction: column;
    border: 0px;
    bottom: 3%;
    display: flex;
    gap: var(--taille-font);
    opacity: 0.8;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0px;
    z-index: 3;
    width: max-content !important;
    left: 49% !important;
    transform: rotate(90deg) !important;
}

.swiper-scale-effect span.swiper-pagination-bullet {
    height: 2px;
    border-radius: 0px;
    width: calc(var(--taille-font) * 3);
    opacity: 1;
    background: white;
    z-index: 3;
    transition: 0.3s !important;
    margin: 8px 0px !important;
}

.swiper-scale-effect span.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-scale-effect span.swiper-pagination-bullet:hover {
    width: calc(var(--taille-font) * 6);
    background: rgb(255, 255, 255);
}

.before-ban {
    position: relative;
    z-index: 2;
}

.before-ban::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.3;
    z-index: 2;
}

.sloganOne {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: rgb(255, 255, 255);
    font-size: 50px;
    z-index: 2;
    padding: 0px 8%;
}

.sloganOne .sloganMS {
    font-family: var(--font_family_1);
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--taille-font) * 8);
    line-height: calc(var(--taille-font) * 10);
}

.ss-sloganMS {
    font-family: var(--font_family_1);
    font-style: normal;
    font-size: calc(var(--taille-font) * 6);
    line-height: calc(var(--taille-font) * 3.8);
}

.flex-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2%;
}

.flex-head .text-center a.bouton-principal {
    margin: 0px !important;
}

.flex-head .text-center {
    text-align: left;
    margin-top: 1.5em;
}

.flex-head-img {
    width: 44%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex-head-img img {
    width: calc(var(--taille-font) * 130);
    position: relative;
}

.flex-head-txt {
    width: 57%;
}

.flex-head-txt h1 {
    margin-bottom: 44px;
    text-align: left;
}

.flex-head-txt h1::before {
    margin-left: 0px;
    left: 0px;
}

.flex-head-txt .titre-secondaire {
    text-align: left;
}

.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type, .corps .seo-content h2:first-of-type, .corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: 700;
    z-index: 1;
}

.body-gallery-2 .corps .gallery h2:first-of-type {
}

.body-page-1 .corps .page-contenu h2 {
    padding: 0px;
    font-size: calc(var(--taille-font)*2);
    font-weight: 100;
    letter-spacing: 1px;
    font-family: var(--font_family_2);
}

.body-page-1 .corps .page-contenu h2:first-child {
    margin: 0px;
}

.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type, .corps .seo-content h2:first-of-type, .corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-size: calc(var(--taille_font) + 1rem);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: 700;
    z-index: 1;
}

.corps .page-contenu h2:first-of-type::before, .corps .gallery h2:first-of-type::before, .corps .seo-content h2:first-of-type::before, .corps .newsItem h2:first-of-type::before {
    content: "";
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    left: 0px;
    top: 0px;
    z-index: -1;
    border-radius: var(--border-radius);
}

.corps .page-contenu h2, .corps .gallery h2, .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 2vh;
}

.corps .page-contenu h2:first-of-type::before, .corps .gallery h2:first-of-type::before, .corps .seo-content h2:first-of-type::before, .corps .newsItem h2:first-of-type::before {
    content: "";
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    left: 0px;
    top: 0px;
    z-index: -1;
    border-radius: var(--border-radius);
}

.corps .page-contenu h2, .corps .gallery h2, .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 0.5vw;
}

.corps blockquote {
    font-size: inherit;
    background: var(--bg-facultatif);
    border-radius: var(--border-radius);
    border: 0px;
    padding: 3vh 2vw;
    margin: 3vh 0px;
}

.alert.alert-warning.alert-dismissable {
    width: 100%;
}

body, html {
    height: 100%;
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

a {
    transition: color 0.3s ease-out;
}

a img {
    border: none;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.special-banner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: calc(var(--taille-font) * 2) 10%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    background: linear-gradient(115deg, rgb(242, 123, 63), rgb(237, 78, 51) 50%, rgb(236, 68, 48));
}

.banner-title {
    font-size: calc(var(--taille-font) * 2.25);
    font-weight: bold;
    color: rgb(255, 255, 255);
    width: 20%;
}

.banner-text {
    font-size: calc(var(--taille-font) * 1.8);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0 calc(var(--taille-font) * 2);
    width: 60%;
}

.banner-logo img {
    max-width: calc(var(--taille-font) * 19.5);
    max-height: calc(var(--taille-font) * 9.5);
    flex: 1 1 0%;
}

.banner-logo {
    width: 20%;
    display: flex;
    justify-content: center;
}

ul {
    list-style: inside none none;
}

ol li, ul li {
    padding-left: 0px;
    position: relative;
}

.gallery h1, .tarif h1, .flex-seoContain .seo-content h1, .copyright h1, .sitemap h1 {
    display: none;
}

.body-service .gallery h1 {
    display: block;
}

ul li::before {
    display: inline-block;
    content: "";
    position: absolute;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    left: calc(var(--taille-font) * -1.5);
    font-size: calc(var(--taille-font) * 1.4);
    color: var(--color1);
    top: 3px;
    width: calc(var(--taille-font) * 1);
    height: calc(var(--taille-font) * 1.6);
}

.pied ul li::before {
    color: #fff;
}

ol li::marker {
    color: var(--color1);
}

ol li.niveau2, ul li.niveau2 {
    margin-left: 30px;
}

dir, menu {
    padding-left: 15px;
}

blockquote p {
    font-size: inherit;
}

table, table td, table th {
    font-size: inherit;
    border: 1px solid rgb(124, 124, 124);
}

.horaires .horaire-table {
    color: var(--color2) !important;
}

.pied .horaires .horaire-table {
    color: var(--color0) !important;
}

article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

iframe {
    border: none;
}

[data-anim] {
    opacity: 0;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.row.recup-photos.gallery {
    position: relative;
}

.r-flex .titre-secondaire {
    text-align: left;
}

.images-f {
    width: 100%;
}

.row.r-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    justify-content: center;
}

.corps .row.r-flex {
    gap: 3%;
}

.corps .row.r-flex .col-md-6:nth-child(2) {
}

.row.r-flex {
}

.corps .row.r-flex .h3, .corps .row.r-flex h3, .body-gallery-2 .corps h3, .body-gallery-2 .corps .h3, .body-gallery-2 .corps h4 {
    font-size: calc(var(--taille-font) * 2.9);
    letter-spacing: 0px;
    margin: 20px 0px 2vh;
}

.qsn-titles {
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    left: 0px;
}

.qsn-titles span {
    position: relative;
    font-size: 1.8vw;
    display: block;
    color: var(--color2);
    background: white;
    padding: 5px 30px 5px 0px;
    width: fit-content;
    border-radius: 0px 20px 0px 0px;
}

.qsn-titles span:nth-child(2) {
    padding-right: 50px;
}

.qsn-titles span::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    left: -1px;
    top: -30px;
    background-size: contain;
    border-radius: 39px;
    box-shadow: -10px -7px 0px var(--color0);
    transform: rotate(270deg);
}

.qsn-titles span::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 40px;
    right: -40px;
    bottom: 0px;
    background-size: contain;
    border-radius: 0px 0px 0px 20px;
    box-shadow: -7px 9px 0px var(--color0);
}

.row.r-flex .text-center {
    text-align: left;
    margin-top: 4vh;
}

.row.r-flex h1 {
    text-align: left;
    margin: calc(var(--taille-font) * 1) 0;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.nopad-l {
    padding-left: 0px;
}

.nopad-r {
    padding-right: 0px;
}

.nomargin {
    margin: 0px;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.bold {
    font-weight: 700;
}

.underline {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.noflicker {
    transform: translateZ(0px);
}

.retrait {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.transition {
    transition: 0.4s;
    transform: translateZ(0px);
}

.cover {
    background-size: cover !important;
}

hr.trait {
    height: 1px;
    margin: -0.5em 0px;
    padding: 0px;
    color: var(--color3);
    background-color: var(--color3);
    border: 0px;
    opacity: 0.4;
}

.page-contenu img {
    margin: 10px;
}

body {
    color: var(--color6);
    font-family: var(--font_family_1);
    font-size: calc(var(--taille-font) * 1.5);
    background: var(--color0);
}

.bloc_atout img {
    height: calc(var(--taille-font) * 7);
    width: calc(var(--taille-font) * 7);
    position: relative;
    filter: brightness(0) invert(1);
}

.nos_atouts .titre-secondaire {
    display: block;
    font-size: 24px;
}

.nos_atouts_content {
    display: block;
    text-align: center;
    margin: 0px auto;
}

.nos_atouts_content .row {
    display: flex;
}

.legend {
    font-family: var(--font_family_2);
    letter-spacing: calc(var(--taille-font) * 0.2);
    font-size: calc(var(--taille-font) * 3);
    margin-top: calc(var(--taille-font) * 2);
    font-weight: 700;
    position: relative;
    text-wrap: balance;
}

.nbrMS1 {
    -webkit-text-stroke: 2px white;
    color: transparent;
    font-size: calc(var(--taille-font) * 39);
    font-family: var(--font_family_2);
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-40%);
    opacity: 0.2;
    width: 100%;
    height: 100%;
}

.nos_atouts {
    padding: 5em 7%;
    position: relative;
}

.bloc_atout {
    height: calc(var(--taille-font) * 32);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var( --color0);
    position: relative;
    padding: 1rem 2%;
    text-align: left;
    font-size: calc(var(--taille-font) * 1.4);
    margin: 1rem;
    overflow: hidden;
    background: var(--color1) no-repeat center / cover !important;
}

.bloc_atout::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.bloc_atout.bloc_atout2::before {
    opacity: 0;
}

.bloc_atout.bloc_atout2 {
    padding: 0px;
}

img.imga {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: unset;
}

.swiper-container-2.swiper-container-horizontal {
    overflow: hidden;
}

.missions-wrapper {
    position: relative;
    padding: 6em 9%;
    background: var(--color0);
}

.missions-container {
    padding: 3em 0px;
}

.missions-wrapper .ms-flex {
    margin-top: 10vh;
    display: flex;
}

.missions-wrapper .missions-img {
    position: relative;
    border-radius: calc(var(--taille-font)* 1.5);
    width: 50%;
    overflow: hidden;
    filter: grayscale(0.5);
    transition: 0.3s;
}

.missions-wrapper .missions-img .fig {
    width: calc(var(--taille-font)* 78);
    height: calc(var(--taille-font)* 56);
}

.missions-wrapper .missions-img .fig img {
    width: 100%;
    height: 100%;
}

.missions-wrapper .missions-img:hover {
    filter: unset;
}

.missions-wrapper .missions-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3vw;
    gap: 8%;
}

.missions-wrapper .missions-content .ms-c {
    padding: calc(var(--taille-font)* 1.5);
    border-radius: calc(var(--taille-font)* 1);
    background-color: rgba(197, 164, 126, 0.15);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 11px 9px;
    width: 100%;
    font-size: calc(var(--taille-font)* 1.8);
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-family: var(--font_family_1);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5%;
    min-height: calc(var(--taille-font)* 10);
}

.missions-wrapper .missions-content .ms-c .title {
    color: var(--color1);
}

.missions-wrapper .missions-content .ms-c .subtitle {
    font-size: calc(var(--taille-font)* 1.7);
    opacity: 0.8;
}

.missions-wrapper .missions-content .ms-c .ms {
    display: flex;
    flex-direction: column;
}

.missions-wrapper .missions-content .ms-c svg {
    width: calc(var(--taille-font)* 5);
    height: calc(var(--taille-font)* 5);
}

.missions-wrapper .missions-content .ms-c:nth-child(2) svg {
    width: calc(var(--taille-font)* 7);
    height: calc(var(--taille-font)* 7);
}

.missions-wrapper .missions-content span svg {
    width: 50px;
    height: 50px;
}

.missions-wrapper .missions-content span i {
    color: var(--color1);
}

@keyframes zoomAB {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.3;
    }

    100% {
        scale: 1;
    }
}

.bannSwiper .swiper-slide img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: 60s ease 0s infinite normal none running zoomAB;
}

.swiper-slide .bannSlide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

[data-animate] {
    opacity: 0;
    transition: 0.8s ease-out;
}

[data-animate="bottom"] {
    transform: translate3d(0px, 15px, 0px);
}

.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}

.swiper-slide-active .animeslide-heading {
    transition-delay: 0.6s;
}

.body-page-1 .banniere {
    position: relative;
    height: 100vh !important;
}

.bannSwiper .swiper-pagination {
    flex-direction: column;
    right: 100px;
    width: max-content;
    left: unset;
    top: 57%;
    bottom: unset;
    transform: translateY(-50%);
    gap: 8px;
    opacity: 0.8;
    align-items: end;
    justify-content: center;
    height: 100%;
    padding-bottom: 40px;
    display: none;
}

.bannSwiper span.swiper-pagination-bullet {
    height: 3px;
    border-radius: 0px;
    width: 27px;
    opacity: 1;
    background: white;
    transition: 0.3s;
    margin: 8px 0px !important;
}

.bannSwiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background: var(--nuanceColor1);
}

.bannSwiper .swiper-button-next, .bannSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0.6;
    transition: 0.4s;
}

.bannSwiper .swiper-button-next::after, .bannSwiper .swiper-button-prev::after {
    color: white;
    font-size: 20px;
}

.body-page-1 .slogan {
    position: absolute;
    transform: translate(-50%, -50%);
    transform-origin: center bottom;
    color: white;
    left: 56.5%;
    top: 55% !important;
}

.bannSwiper .swiper-wrapper {
    display: flex;
    padding: 0px;
}

.tarif-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: flex;
    justify-content: center;
    padding: 0px 0px 3em;
}

.tarif-img img {
    width: 55%;
}

section.bg-x {
    position: relative;
    background-image: url("../images/bg-site.jpg");
    background-position: center 50px;
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: var(--color5);
}

.container-ms {
    margin: auto;
    background: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border-radius: 5px;
}

.section-ms {
    margin-bottom: calc(var(--taille-font) * 4);
    padding-bottom: calc(var(--taille-font) * 4);
    border-bottom: 2px solid rgb(221, 221, 221);
}

.section-ms:last-child {
    border: navajowhite;
    margin-bottom: 0px;
}

.section-ms ul li {
    font-size: calc(var(--taille-font) * 1.6);
    line-height: calc(var(--taille-font) * 3);
}

.formula {
    margin-top: calc(var(--taille-font) * 3);
    padding: calc(var(--taille-font) * 1);
    background: rgb(249, 249, 249);
    border-left: 5px solid rgb(0, 123, 255);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: calc(var(--taille-font) * 1.9);
    margin-bottom: calc(var(--taille-font) * 1);
}

.formula strong {
    flex: 1 1 0%;
}

.price {
    font-weight: bold;
    color: rgb(217, 83, 79);
    font-size: 1.2em;
    text-align: right;
    min-width: calc(var(--taille-font) * 10);
}

.formula ul {
    margin-top: 10px;
}

.container_ms {
    padding: 6rem 0px 8rem;
    margin: auto;
}

.container_ms .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2%;
    width: 100%;
}

.card_ms {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    height: 41vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.card_ms a.bouton-principal::after {
    all: unset;
}

.image_container_ms {
    height: calc(var(--taille-font)*20.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_container_ms img {
    max-height: 100%;
}

.card_ms h3 {
    font-size: calc(var(--taille-font)*1.8);
    margin-bottom: calc(var(--taille-font)*1);
}

.card_ms a {
    background: var(--color1);
    text-align: center !important;
}

.performance-icon_wrapper {
    width: calc(var(--taille-font)*12);
    height: calc(var(--taille-font)*12);
    background-image: linear-gradient(315deg, rgba(206, 206, 206, 0), rgba(255, 255, 255, 0.38));
    border-top: 2px solid var(--color4);
    border-left: 2px solid var(--color1);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}

img.performance-icon {
    width: calc(var(--taille-font)*7);
    height: calc(var(--taille-font)*7);
    object-fit: contain;
}

.performance-list {
    gap: 0rem;
    border-radius: 0.625rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
    overflow: hidden;
}

.performance-item {
    width: 30%;
    outline-offset: 0px;
    text-align: center;
    flex-direction: column;
    flex: 1 1 auto;
    align-items: center;
    padding: 5rem 2rem;
    display: flex;
}

.performance p.sub-title {
    font-family: var(--font_family_2);
    font-size: var(--font-size);
    color: var(--color0transparent3);
    letter-spacing: 1px;
    text-transform: none;
    float: left;
    width: 100%;
}

h3.performance-h3 {
    object-fit: contain;
    color: var(--color4);
    margin-bottom: 0.75rem;
    font-family: var(--font_family_6);
    font-size: calc(var(--taille-font)*2);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: none;
    padding: 0px 5%;
}

h3.performance-h3 .bfm-link {
    color: var(--color1);
}

.performance-icon_wrapper i {
    font-size: 5rem;
}

.title-performance {
    gap: 2rem 6rem;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 6rem;
}

.bloc1-performance p {
    color: var(--color0transparent3);
    font-size: var(--taille_font);
    letter-spacing: 1px;
}

.performance {
    padding: 5rem 10% 8rem;
    width: 100%;
    position: relative;
}

a, a:link, a:visited {
    color: var(--color2);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.corps a:hover {
    color: var(--color1);
}

.motif-banner {
    position: absolute;
    width: 66%;
    height: 100%;
    background: url("../images/banniere.svg") right center / cover no-repeat;
    right: 0px;
    top: 0px;
}

a:active {
    outline: 0px;
}

.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
    color: var(--color1);
    font-family: var(--font_family_2);
    font-weight: 200;
}

.h1, h1 {
    font-size: calc(var(--taille-font) * 6);
    line-height: 1.3;
    color: var(--color1);
    text-align: center;
    text-transform: initial;
    margin-bottom: calc(var(--taille-font) * 6);
    position: relative;
    text-wrap: balance;
    font-family: var(--font_family_6);
    letter-spacing: -1px;
}

.body-news-list h1 {
}

.h2, h2 {
    font-size: calc(var(--taille-font) * 2.7);
}

.h3, h3 {
    font-size: calc(var(--taille-font) * 2.2);
}

h4 {
    font-size: calc(var(--taille_font) * 1.4);
}

h5 {
    font-size: calc(var(--taille_font) * 1.2);
}

h6 {
    font-size: calc(var(--taille_font) * 1);
}

.h1 a, .h1 a:link, .h1 a:visited, .h2 a, .h2 a:link, .h2 a:visited, .h3 a, .h3 a:link, .h3 a:visited, h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited, h6 a, h6 a:link, h6 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

.h1 a:hover, .h2 a:hover, .h3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}

.titre-secondaire {
    position: relative;
    font-size: calc(var(--taille-font) *1.6);
    line-height: 30px;
    padding: 8px 0px 0px;
    margin: 0px;
    font-weight: 200;
    color: var(--color2);
    text-align: center;
    display: block;
    font-family: var(--font_family_1);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.badge-optionnel {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    background: url("../images/badge-optionnel.png") right top no-repeat;
    width: 139px;
    height: 139px;
}

.bg-optionnel {
    background: url("../images/bg-optionel.svg") center top / 60px repeat;
}

.bg-optionnel-gris {
    background-image: ;
    background-position-x: ;
    background-position-y: ;
    background-repeat: ;
    background-attachment: ;
    background-origin: ;
    background-clip: ;
    background-color: ;
    background-size: 60px;
}

.hvr-shutter-out-horizontal.dark {
    background-color: var(--color2);
    color: var(--color0);
}

.hvr-shutter-out-horizontal.active {
}

.hvr-shutter-out-horizontal.dark::before {
    background-color: var(--color2);
}

.hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover, a.hvr-shutter-out-horizontal:active, a.hvr-shutter-out-horizontal:focus, a.hvr-shutter-out-horizontal:hover {
}

.hvr-shutter-out-horizontal:active::before, .hvr-shutter-out-horizontal:focus::before, .hvr-shutter-out-horizontal:hover::before {
    transform: scaleX(1);
}

a.bouton-principal, button.bouton-principal {
    font-size: calc(var(--taille-font) * 1.4);
    color: var(--color0);
    padding: calc(var(--taille-font) * 1.3) calc(var(--taille-font) * 1.4) calc(var(--taille-font) * 1.3);
    font-family: var(--font_family_1);
    background: var(--color1);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0px;
    line-height: 1;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    display: inline-block;
    /* width: 200px !important; */
    text-decoration: none;
    border-radius: var(--border-radius);
}

a.bouton-principal:hover, button.bouton-principal:hover {
    color: var(--color1);
    background: rgb(254, 190, 76);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.hvr-shutter-out-horizontal:hover::before, .hvr-shutter-out-horizontal:hover::after, .cta p.tel-header.bouton-principal:hover::before, .tete .infos .tel:hover::after, .tete .infos .tel:hover::before {
    width: 49.7% !important;
}

.btn-news a.bouton-principal, .btn-news button.bouton-principal, .btn-service a.bouton-principal, .btn-service button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_1);
    text-decoration: none;
    padding: 13px 20px;
    font-size: calc(var(--taille-font) * 1.4);
    border: 0px;
}

.btn-service a.bouton-principal span, .btn-news a.bouton-principal span {
    display: none;
}

.btn-service a.bouton-principal span::before {
}

.body-service .btn-service a.bouton-principal {
    min-width: calc(var(--taille-font) * 10);
    padding: calc(var(--taille-font) * 1 ) calc(var(--taille-font) * 2) !important;
}

.btn-news a.bouton-principal::after, .btn-service a.bouton-principal::after {
    background-image: none;
}

.body-page-1 .corps a.bouton-principal, .body-page-1 .corps button.bouton-principal {
    width: calc(var(--taille-font) * 12);
    margin: -7px 0px 34px;
    text-align: center;
    min-width: unset;
}

.body-page-1 .corps a.bouton-principal {
}

.body-page-1 .corps a.bouton-principal::before, .body-page-1 .corps a.bouton-principal::after {
    all: unset;
}

.main-page {
    position: relative;
    overflow: hidden;
}

.tete {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 9000;
    transition: 0.5s;
    backdrop-filter: blur(20px);
    background: var(--color0);
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0% 8% 0% 9%;
    transition: 0.3s;
    box-shadow: rgba(255, 255, 255, 0.15) 0px 0px 0px 1px;
}

.fixed .header {
    background: unset;
}

.body-page-1 .header {
    background: unset;
}

.tete .header .flex-logo {
    width: 25%;
}

.tete .header .flex-infos {
    width: 25%;
    height: 100%;
}

.tete .logo-site {
    margin: 0px;
}

.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1);
}

.tete .logo-site a:focus, .tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none;
}

.tete .logo-site a img {
    height: auto;
    width: calc(var(--taille-font) * 55);
    transition: 0.3s;
}

.tete.fixed .logo-site a img {
}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

.tete .infos .tel {
    font-size: calc(var(--taille-font) * 1.4);
    color: var(--color0);
    padding: calc(var(--taille-font) * 1.3) calc(var(--taille-font) * 1.4) calc(var(--taille-font) * 1.3);
    font-family: var(--font_family_1);
    background: var(--color1);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0px;
    line-height: 1;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    border-radius: var(--border-radius);
}

.fixed.tete .infos .tel {
}

.tete .callTracker span {
    text-align: center;
}

.tete.fixed .infos .tel:hover {
    border: 1px solid var(--color1);
    background: var(--color1) !important;
    color: var(--color0) !important;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal a {
    color: var(--color0);
    text-align: center;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    place-content: space-around center;
    align-items: stretch;
    column-gap: 10px;
    height: 100%;
    margin: 0px;
}

.body-page-1 .cta {
    justify-content: left;
    margin: calc(var(--taille-font) * 2) 0 0;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    margin: 0px;
    display: inline-flex;
    border: 0px;
    border-radius: var(--border-radiusB);
    overflow: hidden;
    place-content: center;
    align-items: center;
    transition: 0.3s;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    font-size: calc(var(--taille-font) * 1.4);
    color: var(--color1);
    font-family: var(--font_family_1);
    background: rgb(254, 190, 76);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0px;
    line-height: 1;
    padding: 1rem 1.8rem;
    text-align: center;
    box-shadow: rgba(255, 255, 255, 0.16) 0px 2px 2px 0px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: var(--border-radius);
}

.cta a.bouton-principal:hover, .cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
    color: var(--color1);
    background: var(--color0);
    box-shadow: rgba(255, 255, 255, 0.25) 0px 14px 28px, rgba(255, 255, 255, 0.22) 0px 10px 10px;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    text-align: center;
    min-width: auto;
    font-size: calc(var(--taille-font) * 1.4);
}

.cta a.bouton-principal, button.bouton-principal, .cta .tel-header {
    font-size: calc(var(--taille-font) * 1.4);
    color: var(--color1);
    font-family: var(--font_family_1);
    background: var(--color1);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0px;
    line-height: 1;
    padding: 1rem 1.8rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px 0px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}

.cta a.bouton-principal, .cta .tel-header {
    font-size: calc(var(--taille-font) * 1.4);
    color: var(--color1);
    width: 210px;
    font-family: var(--font_family_1);
    background: rgb(254, 190, 76);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0px;
    line-height: 1;
    padding: calc(var(--taille-font) * 1.3) calc(var(--taille-font) * 1.4) calc(var(--taille-font) * 1.3);
    text-align: center;
    box-shadow: rgba(255, 255, 255, 0.16) 0px 2px 2px 0px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: var(--border-radius);
}

.callTracker:not(.active) a:hover, .callTracker:not(.active):hover {
    color: var(--color1);
}

.pied .callTracker:not(.active) a:hover, .pied .callTracker:not(.active):hover {
    color: var(--color7);
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none;
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-phone .icones {
    margin: 0px 8px 0px 0px;
    fill: var(--color1);
    width: 25px;
    height: 25px;
}

.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0px 2vh;
    height: 30vh;
    overflow: hidden;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
}

.callTracker {
    position: relative;
}

.callTracker a, .callTracker span {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    padding: 0px;
    transition: 0.3s;
    text-decoration: none;
}

.callTracker .t_phone {
    opacity: 0;
    display: none;
}

.callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker a, header .callTracker span {
    top: 5px;
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block;
}

.tete .callTracker.active .t_phone {
    text-align: center;
    font-size: calc(var(--taille-font) * 1.54);
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.coordonnees .callTracker a, .pied .callTracker a {
    position: relative;
    left: 0px;
}

.tete .infos .callTracker:not(.active) a:hover, .tete .infos .callTracker:not(.active):hover {
    color: var(--color1);
    background: rgb(254, 190, 76);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.tete .widget-partage {
    display: none;
}

.btn-partage .btnp {
    width: calc(var(--taille-font) * 3.6);
    height: calc(var(--taille-font) * 3.6);
    border-radius: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    transition: 0.4s;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px;
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    background-color: var(--color1);
}

.copyright {
    text-align: justify;
}

.tete .btn-partage {
    padding: 0px;
    display: flex;
}

.tete .header .flex-menuP {
    width: 60%;
}

.navh .menu_principal {
    margin: 0px auto;
    padding: 0px;
    display: table;
}

.navh .menu_principal > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 1.2rem;
    background: 0px 0px;
}

.menu-item.active {
    color: var(--color1);
}

.fixed .menu-item.active a {
    color: var(--color1) !important;
}

.fixed .menu-item.active a::after {
    background: var(--color1) !important;
}

.navh .menu_principal > li::before {
    content: none;
}

.navh .menu_principal > li:last-child {
    background: 0px 0px;
}

.navh .menu_principal a, .navh .menu_principal a:visited {
    position: relative;
    color: var(--color6);
    display: block;
    font-size: calc(var(--taille-font) * 1.3);
    padding: calc(var(--taille-font) * 3.4) 0;
    text-decoration: none;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    transition: 0.4s;
    letter-spacing: 1px;
    font-weight: 700;
}

.fixed .navh .menu_principal a, .fixed .navh .menu_principal a:visited {
    color: var(--color2);
}

.body-page-1 .navh .menu_principal a, .body-page-1 .navh .menu_principal a:visited {
}

.navh .menu_principal a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0px;
    background: var(--color0);
    left: 50%;
    top: 66%;
    transform: translateX(-50%);
    transition: 0.4s;
}

.body-page-1 .navh .menu_principal a::after {
    color: var(--color1);
}

.fixed .navh .menu_principal a::after {
    bottom: calc(var(--taille-font) * -0.8);
}

.navh .menu_principal a:hover::after, .navh .menu_principal li.active > a::after {
    width: 1px;
    color: var(--color1);
}

.body-page-1 .navh .menu_principal a:hover::after, .body-page-1 .navh .menu_principal li.active > a::after {
    background: var(--color1);
}

.fixed .navh .menu_principal li.active > a::after {
    background: var(--color1);
}

.fixed .navh .menu_principal a:hover::after {
    background: var(--color1);
}

.fixed .navh .menu_principal a:hover {
    color: var(--color1);
}

.icone-share {
    display: none;
}

.btn-partage .icones {
    width: calc(var(--taille-font) * 1.6);
    margin: 0px;
    height: calc(var(--taille-font) * 1.6);
    padding: 0px;
    position: relative;
    left: 0px;
    fill: var(--color0);
}

.fixed .btn-partage .icones {
    fill: var(--color1);
}

@media (max-width: 1530px) {
    .header {
    }
}

@media (max-width: 1376px) {
    .flex-infos {
    }

    .fluid-infos .infos p.tel {
        display: none;
    }

    .btn-liens-rs {
        display: none;
    }

    .tete .header .flex-menuP {
        width: 80%;
    }

    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0px;
        z-index: 9999;
    }

    .fluid-infos .infos p.tel {
        margin: 0px;
        position: relative;
        left: 155px;
        transition: 0.5s;
        background: var(--color1);
        line-height: 1;
        padding: 9px;
        display: table;
        color: var(--color0);
    }

    .fluid-infos .infos p.tel span {
        height: initial;
        line-height: 1;
        top: 7px;
        position: relative;
    }

    .fluid-infos .infos .tel .icones {
        margin: 0px 15px 0px 0px;
        width: 26px;
        height: 26px;
        float: left;
    }

    .fluid-infos .infos p.tel:hover {
        left: 0px;
    }

    .fluid-infos .infos .btn-partage {
        position: relative;
        margin: 8px 0px 0px;
        display: flex;
        left: 155px;
        transition: 0.5s;
        background: var(--color1);
        line-height: 1;
        padding: 7px 9px;
        align-items: center;
    }

    .fluid-infos .infos .btn-partage .icones {
        fill: var(--color0);
    }

    .fluid-infos .infos .btn-partage .icones.icone-partage {
        width: 25px;
        height: 25px;
        top: 5px;
        margin-right: 14px;
        fill: var(--color0);
    }

    .fluid-infos .infos .btn-partage:hover {
        left: 0px;
    }

    .fluid-infos .icone-share {
        display: block;
        width: 34px;
        height: 22px;
        fill: var(--color0);
        padding-right: 10px;
    }

    .tete .header .btn-partage .icone-partage {
        display: block;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    :root {
        --taille-font: calc(1vw * 0.590833333333);
    }

    .nos_atouts {
        padding: 5em 5%;
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 1em 7% 0px !important;
    }

    .body-page-1 .fluid-contenu .corps {
        padding: 3em 1% 4em !important;
    }

    .corps .row.r-flex {
        gap: 2%;
    }

    .tete .infos .tel {
        font-size: 12px;
    }

    .tete .header .flex-logo {
        width: 10%;
    }

    .body-page-1 .header {
        padding: 0.9% 1.5% 0.8%;
    }

    .header, .fixed .header {
        padding: 1% 2%;
    }

    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: calc(var(--taille-font) * 1.6);
        letter-spacing: 1px;
    }

    .motif-banner {
        width: 71%;
    }

    .body-page-1 .slogan {
    }

    .container-ms-1 {
        padding: 6em 4% !important;
    }

    .intervention {
    }

    .intervention {
        padding: 5em 5% !important;
    }

    .bloc-contenu.services.nbr-services- {
        padding: 0px !important;
    }
}

.fixed.tete {
    background: rgb(255 255 255 / 57%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}

.slogan {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0px 8%;
    margin: 0px;
    text-align: center;
    z-index: 2;
    top: 50px;
}

.slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0px;
    text-align: center;
    z-index: 2;
}

.h1.slogan::before, .slogan h1::before {
    content: "";
    width: 0px;
    height: 0px;
    background: 0px 0px;
    position: inherit;
    bottom: inherit;
    left: inherit;
}

.slogan .titre {
    font-size: calc(var(--taille-font) * 6.4);
    font-family: var(--font_family_3);
    line-height: calc(var(--taille-font) * 11);
    font-weight: 400;
}

.body-pageseo .slogan .titre {
    font-size: calc(var(--taille-font) * 6.4);
    font-family: var(--font_family_3);
    line-height: 1.2;
    font-weight: 400;
}

.body-service-list .slogan .titre {
    text-transform: initial;
}

.body-page-1 .slogan .titre {
    line-height: calc(var(--taille-font) * 10);
    font-family: var(--font_family_4);
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
    font-size: calc(var(--taille-font) * 9.5) !important;
}

.slogan .titre span {
    font-size: 48px;
}

.body-page-1 .slogan .titre span {
    font-size: inherit;
}

.slogan .sous-titre {
    font-size: calc(var(--taille-font) * 3);
    font-family: var(--font_family_3);
    line-height: calc(var(--taille-font) * 6);
    font-weight: 900;
    text-transform: unset;
}

.italic-ms {
    font-style: italic;
    color: var(--nuanceColor1);
}

.body-page-1 .slogan {
    top: calc(var(--taille-font) * 4.5);
    text-align: left;
    width: 95%;
    padding: 0px 0%;
    color: var(--color0);
}

.video-accueil {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 120vw;
    height: 100vh;
    margin-left: -60vw;
}

.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative;
}

.video-accueil .banniere {
    z-index: 0;
}

.banniere {
    position: relative;
    top: 0px;
    margin-left: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.body-page-1 .banniere {
    height: 100vh;
    top: 0px !important;
}

.banniere::after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
}

.body-page-1 .banniere::after {
    background: rgba(0, 0, 0, 0.17);
}

.body-page-1 .banniere::after {
    all: unset;
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.banniere img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.body-page-1 .banniere::before {
    backdrop-filter: unset;
    background: rgb(0, 0, 0);
    opacity: 0.299;
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color5);
}

.body-page-1 .fluid-contenu {
    margin-top: 0vh !important;
}

main.fluid-contenu {
}

.fluid-contenu .corps {
    padding: 4em 8% 3em;
}

.body-page-1 .fluid-contenu .corps {
    padding: 5em 6% 10em;
    background: var(--color5);
    position: relative;
}

.body-page-1 .fluid-contenu .corps::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 77%;
    height: 100%;
    opacity: 1;
    background: var(--color1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 0;
    opacity: .1;
}

.page-contenu-home {
    position: relative;
    display: block;
    text-align: justify;
    line-height: 1.3;
    font-size: calc(var(--taille-font) * 1.7);
}

.page-contenu-home .scrollbars {
    height: calc(var(--taille-font) * 1.4);
}

.page-contenu-home p {
    margin-bottom: 7px;
}

.page-contenu-home span {
    line-height: 1.6;
}

.page-contenu-home h3 {
    display: inline;
    font-family: var(--font_family_2);
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    inset: 0px;
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    height: 100%;
    border-radius: var(--border-radius);
    transform: scale(1.05) translateX(-5px);
    transition: 0.5s;
}

.realisations .recup-photos .propor .propor-cont .imagecont img {
    object-position: center top;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--border-radiusB);
    overflow: hidden;
}

.r-flex .recup-photos .propor {
    filter: grayscale(0.2);
    transition: 0.3s;
    border-radius: var(--border-radiusB);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.r-flex .recup-photos .propor:hover {
    filter: unset;
}

.body-page-1 .corps a.bouton-principal:hover {
}

.recup-photos .propor::after {
    padding-top: 78%;
    display: block;
    content: "";
}

.recup-photos .propor .propor-cont {
    position: absolute;
    inset: 0px;
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background-image: url("../images/ico-zoom.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.7;
}

.recup-photos .propor .propor-cont .imagecont:hover img {
    transform: scale(1.05);
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}

.realisations .row.recup-photos.gallery {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "item4 item2 item3" "item6 item5 item1";
    grid-template-rows: calc(var(--taille-font) * 28) calc(var(--taille-font) * 28);
    gap: 10px;
    margin-top: calc(var(--taille-font) * 8);
}

.realisations .row.recup-photos.gallery .col-md-3:first-child {
    grid-area: item1;
}

.realisations .row.recup-photos.gallery .col-md-3:last-child, .realisations .row.recup-photos.gallery .col-md-3:nth-child(5) {
    grid-area: item5;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(2) {
    grid-area: item2;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(3) {
    grid-area: item3;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(4) {
    grid-area: item4;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(6) {
    grid-area: item6;
}

.realisations .recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 100%;
    transition: 0.3s;
}

.realisations .recup-photos .propor:hover {
    filter: unset;
}

.realisations .row.recup-photos.gallery .col-md-3 {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 5em 10%;
    background: linear-gradient(rgb(255, 255, 255), rgb(245, 238, 235));
}

.certifs::before, .atouts::after, .container-ms-1::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: repeat;
    z-index: 0;
}

.certifs .cell.gauche {
    display: block;
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%;
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px;
}

.certifs .swiper-slide {
    text-align: center;
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90%;
    filter: brightness(0);
    transition: all .3s linear;
}

.certifs .swiper-slide .img-swiper:hover {
    filter: initial;
    transition: all .3s linear;
}

.certifs .swiper-slide img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    filter: brightness(0);
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0px;
    margin-top: -22px;
    opacity: 0.8;
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0px;
    margin-top: -22px;
    opacity: 0.8;
}

.certifs .swiper-button-next i, .certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--color2);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}

.certifs .logo-certifs .row-certifs {
    position: relative;
    display: table;
    width: 100%;
}

.certifs .logo-certifs .row-certifs .certif-inline {
    position: relative;
    display: table-cell;
}

.certifs .logo-certifs .row-certifs .certif-inline > div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    text-align: center;
}

.certifs .logo-certifs .row-certifs .certif-inline > div img {
    position: relative;
    overflow: hidden;
}

.actualites .cell.photo a {
    display: block;
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    height: 100%;
}

.actualites {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color5);
    padding: 8em 8%;
}

.actualites article {
    display: table;
    width: 100%;
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center top;
    border-radius: var(--border-radiusC);
    transition: 0.3s;
}

.actualites .cell.photo:hover {
    filter: unset;
}

.actualites .cell.photo:hover {
    opacity: 0.95;
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color0);
}

.actualites:last-child .cell.texte {
    border-bottom: none;
}

.text-center.at-flex-btn {
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center;
}

.actualites .cell.texte .contenu {
    padding: 3em 10%;
    text-align: left;
    direction: ltr;
}

.actualites .cell.texte .contenu ul {
    padding: 0px;
    margin: 0px;
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0px 5px 20px;
    background: url("../images/puce.svg") 0px 9px no-repeat;
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block;
}

.view-btn-all {
    position: relative;
    display: table;
    margin: 20px auto;
    font-family: var(--font_family_1);
    text-underline-offset: 5px;
    transition: 0.3s;
    color: var(--color1) !important;
}

.view-btn-all:hover {
    text-decoration: underline;
    color: var(--color2) !important;
}

.view-btn-all i {
    margin-left: 8px;
    font-size: calc(var(--taille-font) *1.5);
}

.actualites .date_post, .news .date-article {
    font-size: calc(var(--taille-font) *1.5);
    font-weight: 700;
    color: var(--color2);
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0px;
}

.news .ligne-actus .contenu-article {
    margin-top: 0px;
}

.news .contenu-article {
    margin-top: 21px;
}

.AvisClientsBg {
    background: var(--color4);
    padding: 5em 7% 8em !important;
}

.AvisClientsBg .contenu {
    max-width: calc(var(--taille-font) *76);
    margin: 0px auto;
    position: relative;
}

.AvisClientsBg .bx-prev {
    left: -2vw;
}

.AvisClientsBg .bx-prev::before {
    display: inline-block;
    content: "";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next {
    right: -2vw;
}

.AvisClientsBg .bx-next::before {
    display: inline-block;
    content: "";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next, .AvisClientsBg .bx-prev {
    text-indent: initial;
    font-size: 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: 0.7;
    transition: 0.5s;
}

.AvisClientsBg .bx-next:hover, .AvisClientsBg .bx-prev:hover {
    opacity: 1;
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0px 15px;
    display: block;
    height: auto !important;
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0);
}

.etoiles .fa {
    color: rgb(255, 204, 0);
}

.AvisClientsList {
    margin: 0px;
    padding: 0px;
}

.bx-pager .bx-pager-item {
    margin: 0px;
}

.AvisClientsBg .contenu .AvisClientsList:hover {
}

.AvisClientsList li {
    list-style: none;
    background: 0px 0px;
}

.AvisClientsList li::before {
    content: none;
}

.avisClientsBg .h {
    text-align: center;
}

.AvisClients, .AvisClients:link, .AvisClients:visited {
    position: relative;
    margin: calc(var(--taille-font) *1);
    width: 100%;
    text-decoration: none;
}

a.transition.AvisClients::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    width: 0%;
    background: var(--color1);
    transition: 0.4s;
}

a.transition.AvisClients:hover::before {
    width: 100%;
}

.AvisClients .icones {
    fill: var(--color1);
    margin: 0px;
}

.AvisClients:active, .AvisClients:hover {
}

.AvisClients .h {
    font-size: calc(var(--taille-font) *2.8);
    color: var(--color1);
    text-align: center;
    text-transform: initial;
    margin-bottom: 0px;
    font-family: var(--font_family_4);
    letter-spacing: calc(var(--taille-font) *0.1);
    font-weight: unset;
}

.AvisClients p {
    font-size: calc(var(--taille-font) *1.6);
    line-height: 1.5;
    margin-bottom: 0px;
    color: var(--color6);
    padding-top: calc(var(--taille-font) *1.5);
    text-align: center;
    min-height: 130px;
}

p.avisContent i {
    color: var(--color1);
    margin: 0 calc(var(--taille-font) *0.7);
    transition: 0.2s;
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0px auto 20px -64px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
}

.AvisClientsBg .bx-pager {
    bottom: 17px;
}

.avisContent::before {
    content: "«";
    display: inline-block;
    margin-right: 5px;
}

.avisContent::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.temoignageScroll {
    max-height: 220px;
    text-align: center;
    overflow: hidden;
}

.temoignageScroll .scrollbar-content {
    padding: 0px 10px 0px 0px;
    width: 100%;
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0px;
}

.date_post {
    font-size: calc(var(--taille-font) *1.5);
    padding: 4px 0px;
    color: var(--color1);
    opacity: 0.6;
}

.date_post i {
    margin-right: 8px;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px;
}

.temoignageScroll {
    max-height: calc(var(--taille-font) *10.9);
    text-align: center;
    overflow: hidden;
}

.insigne-temoign i {
    color: var(--color1);
    font-size: calc(var(--taille-font) * 2.5);
    transform: rotate(180deg);
}

.temoignageScroll .scrollbar-content {
    padding: 0px 10px 0px 0px;
    width: 100%;
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0px;
}

.livre-elements {
    padding: 0px 4%;
    margin-bottom: 40px;
    text-align: center;
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.livre-elements .blazy {
    margin: 0px auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px;
}

.livre-elements .pseudo {
    margin-bottom: 6px;
    font-size: calc(var(--taille-font) * 2.1);
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.livre-elements .date {
    margin-bottom: 2px !important;
    color: var(--color1);
}

.livre-elements .etoiles {
    margin-bottom: 0px !important;
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.livre-elements .temoignage::before {
    content: "«";
    display: inline-block;
    margin-right: 5px;
}

.livre-elements .temoignage::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.divAvis {
    padding: calc(var(--taille-font) * 2.5) calc(var(--taille-font) * 2.7);
    margin-bottom: 3rem;
    background-color: rgba(255, 255, 255, 0.27);
    border-radius: var(--border-radiusC);
    width: 48%;
    box-shadow: rgba(0, 0, 0, 0.14) 0.2px 4.1px 14.8px;
    overflow: hidden;
    background-image: url("../images/ft-bg.jpeg");
    background-blend-mode: color;
}

.btn-avis {
    margin-bottom: 30px;
}

.modal-content a, .modal-content a:link, .modal-content a:visited {
    color: var(--color2);
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color2);
    font-size: 1.6vw;
    font-weight: 700;
    text-shadow: none;
}

.modal {
    display: none;
    overflow: auto scroll;
    position: fixed;
    inset: 0px;
    outline: 0px;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0);
}

.modal-backdrop.in {
    z-index: 0;
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(0, 0, 0, 0.2);
    color: var(--color2);
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
}

.modal-content .btn-close {
    border: 0px;
    background: 0px 0px;
    padding: 0px;
    font-size: 21px;
    color: var(--color2);
    opacity: 0.2;
    line-height: 1;
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px;
}

.modal-content .btn-close:focus, .modal-content .btn-close:hover {
    opacity: 0.5;
}

.modal-content .submit-review {
    padding-right: 60px !important;
}

.modal-content label.control-label {
    display: none;
    padding-top: 0px !important;
}

.modal-content label.control-label.label-note, .modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px !important;
}

#add-review {
    text-align: center;
}

#add-review .form-group {
    text-align: left;
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 50px;
}

#add-review #stars-existing {
    margin: 0px auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px;
}

#add-review .form-group #captcha {
    height: 46px !important;
}

.formulaire #add-review .form-group .form-control, .formulaire #add-review .form-group input, .formulaire #add-review .form-group textarea {
    background: var(--color0);
    border: 1px solid rgb(204, 204, 204);
    color: var(--color2);
    border-radius: 2px;
}

.modal-content .form-control::placeholder {
    color: var(--color2) !important;
    opacity: 1;
}

#add-review .submit-review {
    float: none;
    display: block;
    background-image: none;
    margin: 15px auto !important;
    padding: 14px 15px !important;
}

#add-review .body-review {
    height: 100px;
}

#add-review .form-group.form-group-1 .col-md-10, #add-review .form-group.form-group-2 .col-md-10, #add-review .form-group.form-group-4 .col-md-10 {
    width: 100%;
}

#add-review .conditions, .modal-content .email-block {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
    opacity: 0.6;
    display: block;
    clear: both;
    color: var(--color2) !important;
}

.cont-slider {
    position: relative;
}

.sudo-slider {
    width: 100%;
    z-index: 8999999;
}

.sudo-slider .slide {
    text-align: center;
    height: 135px;
    line-height: 135px;
}

.sudo-slider .slide img {
    max-height: 100%;
}

.cont-slider .controls {
    z-index: 9002;
    display: inline-block;
    position: absolute;
    bottom: -70px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.cont-slider .controls ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.cont-slider .controls ol li {
    display: inline-block;
    background: 0px 0px;
    padding: 0px;
}

.cont-slider .controls ol li a {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--color2);
    margin: 0px 5px;
    border-radius: 10px;
    opacity: 0.5;
}

.cont-slider .controls ol li.current a {
    opacity: 1;
}

.cont-slider .controls ol li a span {
    display: none;
}

.centerservice2 {
    margin: 0px 16% !important;
}

.centerservice {
    margin: 0px 33% !important;
}

.services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    min-height: 55vh;
}

.body-service-list .services {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.avisSwiper .swiper-wrapper {
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.liste-services {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 11;
    border-radius: var(--border-radius);
    padding-bottom: 1em;
    padding-top: 1em;
    overflow: visible !important;
}

.body-page-1 .services h2 {
    text-align: center;
}

.services .container {
    padding: 2em 0%;
    margin: 0px auto;
    position: relative;
    max-width: calc(var(--taille-font) * 97) !important;
    width: 100% !important;
}

.card-title h3 {
    font-size: calc(var(--taille-font) * 2.6);
    letter-spacing: 0px;
    line-height: initial;
    font-family: var(--font_family_6);
    color: var(--color1);
    text-align: start;
    left: 40px;
    z-index: 3;
    bottom: calc(var(--taille-font) * 5);
    padding-right: 10px;
    opacity: 0;
    transition: 0.2s;
}

.swiper-slide-active .card-body .card-title h3 {
    opacity: 1;
    transition-delay: 0.2s;
}

.swiper-slide-active .card-body {
    display: flex;
}

.swiper-slide-active .card-body a.btn-card {
    opacity: 1;
    transition-delay: 0.2s;
}

.btn-card::before, .btn-card::after {
    display: none;
}

.card-body {
    text-align: start;
    position: relative;
    width: 60%;
    height: fit-content;
    margin: 0px auto;
    flex-direction: column;
    transition: 0.4s ease-out;
    display: none;
}

.card-body a.btn-card {
    max-width: 80%;
    opacity: 0;
    transition: 0.2s;
}

a.btn-card.bouton-principal.service-all {
    width: 100%;
    z-index: 1;
    inset: 0px;
}

a.btn-card.bouton-principal.service-all::before {
    all: unset;
}

a.btn-card {
    transition: 0.15s;
    text-decoration: none;
    left: 0px;
    z-index: 2;
    text-transform: initial;
    font-size: calc(var(--taille-font) * 1.6);
    border: none;
    color: var(--color2);
    margin: 0px;
    text-align: left;
    width: 100%;
    top: auto;
    position: relative !important;
    padding: 0px !important;
    background: none !important;
    box-shadow: none !important;
}

.card-body a.btn-card::before {
    content: "";
    position: relative;
    width: 3%;
    height: 1px;
    background: var(--color2);
    margin-right: 11px;
    display: inline-block;
    top: -4px;
    transition: 0.4s;
    border-color: var(--color2);
}

.service-card:hover .card-body a.btn-card::before {
    width: 15%;
}

.img-service:hover a.btn-card::before {
    width: 8% !important;
}

.bloc-contenu.services.nbr-services- {
    padding: 4em 10%;
}

.img-service {
    position: relative;
    background-image: url("../images/gear.svg");
    background-size: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(var(--taille-font) * 56);
    transition: 0.3s linear;
    border-radius: var(--border-radiusB);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-service2 {
    position: relative;
    background-image: url("../images/gear.svg");
    background-size: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(var(--taille-font) * 56);
    transition: 0.3s linear;
    border-radius: var(--border-radiusB);
    overflow: hidden;
    display: block;
}

.img-service:hover {
    transform: translateY(-5px);
}

.img-service:hover span.svrAB {
    background: var(--color1);
    transform: rotate(45deg);
}

.img-service:hover span.svrAB svg path {
    fill: var(--color0);
}

.img-service::before {
    content: "";
    inset: 0px;
    position: absolute;
    transition: 1s;
}

.swiper-slide-active .btn-card .img-service2 {
    width: 60%;
    margin: auto;
    height: calc(var(--taille-font) * 40);
    transition: 0.4s ease-out;
}

.img-service:hover::before {
    opacity: 0.5;
}

div.title {
    position: absolute;
    bottom: calc(var(--taille-font) * -6.8);
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: calc(var(--taille-font) * 9.2);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    gap: 5px;
    border-radius: 30px;
}

.plusAB {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
}

.ab-cntnt {
    color: var(--color0);
    opacity: 0;
    transition: 0.3s;
}

.img-service:hover .ab-cntnt {
    opacity: 0.6;
}

div.title h3 {
    font-family: var(--font_family_5);
    color: var(--color2);
    margin: 0px;
    transition: 0.3s linear;
    font-size: calc(var(--taille-font) * 1.7);
    padding: 11px 5px 5px;
    text-align: center;
}

.nbr-services-3 .img-service.service-2 {
    left: 0px;
    margin-bottom: -72.5px;
    bottom: 50%;
    margin-left: -72.5px;
}

.nbr-services-3 .img-service.service-3 {
    top: 50%;
    right: -72.5px;
    left: initial;
}

span.svrAB {
    color: rgb(201, 173, 140);
    padding: calc(var(--taille-font) * 1);
    text-transform: uppercase;
    font-size: calc(var(--taille-font) * 1.4);
    letter-spacing: 3px;
    border: 1px solid var(--color1);
    border-radius: 50%;
    width: calc(var(--taille-font) * 4.5);
    height: calc(var(--taille-font) * 4.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

span.svrAB svg {
    width: calc(var(--taille-font) * 4);
    height: calc(var(--taille-font) * 4);
    fill: var(--color1);
}

span.svrAB svg path {
    fill: var(--color1);
}

.bloc-contenu.services .btns-servAB {
    display: flex;
    justify-content: space-between;
    gap: calc(var(--taille-font) * 0);
    align-items: center;
    width: 75%;
    color: var(--color0);
    background-color: transparent;
    margin-top: calc(var(--taille-font) * 1.5);
    border-radius: 3px;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 24;
    flex-direction: row-reverse;
}

.AvisClientsBg.avis .btns-servAB {
    display: flex;
    justify-content: space-between;
    gap: calc(var(--taille-font) * 0);
    align-items: center;
    width: 125%;
    color: var(--color0);
    background-color: transparent;
    margin-top: calc(var(--taille-font) * 1.5);
    border-radius: 3px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 24;
    flex-direction: row-reverse;
}

.AvisClientsBg.avis .swiper-pagination {
    position: relative;
    margin: 40px auto 0px;
}

.AvisClientsBg.avis .swiper-pagination-bullet-active {
}

.AvisClientsBg.avis .swiper-pagination-bullet {
    border: 1px solid var(--color2);
    margin: 0px 6px;
    background: transparent !important;
}

.btns-servAB {
    display: flex;
    justify-content: center;
    gap: calc(var(--taille-font) * 0);
    align-items: center;
    width: 100%;
    color: var(--color1);
    background-color: transparent;
    margin-top: calc(var(--taille-font) * 1.5);
    border-radius: 3px;
}

.atouts .btns-servAB {
    flex-direction: row-reverse;
    gap: 1.2%;
    z-index: 142;
}

.btns-servAB .swiper-button-prev:hover, .btns-servAB .swiper-button-next:hover {
    color: var(--color1);
    background: rgb(254, 190, 76);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.btns-servAB .swiper-button-prev, .btns-servAB .swiper-button-next {
    position: relative;
    display: flex;
    height: calc(var(--taille-font) * 4);
    width: calc(var(--taille-font) * 5);
    justify-content: center;
    align-items: center;
    margin-left: calc(var(--taille-font) * -1);
    background: var(--color1);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0px;
    line-height: 1;
    border-radius: var(--border-radius);
    padding: 1rem 1.8rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px 0px;
}

.btns-servAB .swiper-button-next {
    right: calc(var(--taille-font) * -5);
}

.btns-servAB .swiper-button-prev {
    left: calc(var(--taille-font) * -5);
}

.btns-servAB .swiper-button-prev:hover::before, .btns-servAB .swiper-button-next:hover::before, .btns-servAB .swiper-button-prev:hover::after, .btns-servAB .swiper-button-next:hover::after {
    width: 50%;
}

.btn-service {
    text-align: center;
    margin: 10px 0px;
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: 0px 0px;
    padding: 0px;
}

.services .miettes li::before {
    content: none;
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color0);
    display: inline-block;
    opacity: 0.5;
}

.services .miettes li a.active {
    opacity: 1;
}

.AvisClientsBg, .realisations {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 5em 8%;
    background: var(--color0);
}

.realisations {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 5em 8%;
    background: linear-gradient(rgb(245, 238, 235), rgb(255, 255, 255));
}

.AvisClientsBg {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 5em 8%;
    background: var(--color5);
}

.AvisClientsBg.avis::before {
    content: "";
    width: 100%;
    height: 72%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url("../images/tron.svg") center top / cover no-repeat;
    opacity: 0.05;
}

.realisations .titre-secondaire {
    letter-spacing: 3px;
}

.AvisClientsBg a.bouton-principal {
    width: calc(var(--taille-font) *30);
}

.stepsAB {
    display: flex;
    padding: 2em 8%;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    background-color: var(--color0);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.stepsAB::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(115deg, rgb(242, 123, 63), rgb(237, 78, 51) 50%, rgb(236, 68, 48)) 0% 0% / cover;
    opacity: 0.7;
}

.body-gallery-2 .stepsAB {
    justify-content: center;
    overflow: visible;
}

.stepsAB.atoAB {
    flex-direction: row-reverse;
}

.stp-txt {
    width: 48%;
    padding: 3%;
    position: relative;
}

.atoAB .stp-txt::before {
    left: -100%;
    top: -70px;
    rotate: 338deg;
}

.atoAB .stp-txt {
}

.atoAB .stp-txt .titre-secondaire {
    margin-left: 0px;
    text-align: left;
}

.stp-txt h2 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: calc(var(--taille-font) * 5);
    color: var(--color0);
}

.stp-txt h2::before {
    left: 0px;
    margin-left: 0px;
}

.stp-txt h2::after {
    display: none;
}

.stp-txt .stp-list {
    display: flex;
    flex-direction: column;
    gap: calc(var(--taille-font));
}

.stp-txt .stp-list p {
    font-size: calc(var(--taille-font) * 1.6);
    color: var(--color0);
}

.stp-list span:hover i {
}

.stp-list span {
    font-family: var(--font_family_2);
    font-size: calc(var(--taille-font) * 1.7);
    color: var(--color1);
    font-weight: 800;
}

.stp-list i {
    height: 45px;
    width: 45px;
    min-width: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    color: var(--color1);
    margin-right: 10px;
    transition: 0.3s;
    font-size: 21px;
}

.att-p {
    margin-left: calc(var(--taille-font) * 5.5);
    font-style: italic;
    font-weight: 400;
    color: var(--color2);
    font-size: calc(var(--taille-font) * 1.4) !important;
}

.stp-bg-p {
    width: 50%;
    height: auto;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.stp-bg {
    height: 100%;
    width: 100%;
    background-image: url("../images/bg-section-s.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border-radius: var(--border-radiusC);
}

.stp-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url("../images/Logo-QualiRepar-w.png") 0% 0% / 22% no-repeat;
}

.stp-bg-pAtt {
    height: 440px;
    width: 20%;
}

.qsnAB-p1.stp-bg, .qsnAB-p2.stp-bg {
    height: 100%;
    width: 100%;
}

img.picto {
    width: calc(var(--taille-font) *5);
    height: auto;
    margin-right: 7px;
    position: relative;
    top: calc(var(--taille-font) * 0.5);
    filter: invert(34%) sepia(27%) saturate(4669%) hue-rotate(343deg) brightness(96%) contrast(93%);
}

.news .propor, .realisations .galerie .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.news .propor::after, .realisations .galerie .propor::after {
    padding-top: 78%;
    display: block;
    content: "";
}

.news .propor .propor-cont, .realisations .galerie .propor .propor-cont {
    position: absolute;
    inset: 0px;
}

.news .propor .propor-cont .imagecont, .realisations .galerie .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
}

.news .propor .propor-cont .imagecont .imagefond, .realisations .galerie .propor .propor-cont .imagecont .imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.news .propor .propor-cont .imagecont .masque, .realisations .galerie .propor .propor-cont .imagecont .masque {
    transition: 0.4s;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url("../images/ico-zoom.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.news .propor .propor-cont .imagecont:hover .masque, .realisations .galerie .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.8;
}

.news .propor .propor-cont .imagecont:hover .imagefond, .realisations .galerie .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}

.intervention {
    position: relative;
    z-index: 8000;
    padding: 8em 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color0) !important;
}

.intervention .titre-secondaire {
    text-align: center;
}

.intervention::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--color0);
    opacity: 0.1;
    z-index: -1;
}

.map {
    width: 47%;
}

.map iframe {
    width: 100%;
    transition: 0.3s;
}

.map:hover iframe {
    filter: unset;
}

.intervention .contenu {
    padding: 4em 4%;
    font-size: calc(var(--taille-font) * 1.6);
    position: relative;
    width: 50%;
    border-radius: var(--border-radiusB);
    overflow: hidden;
    z-index: 9;
    text-align: justify;
    background: url(../images/tron.svg);
    background-size: cover;
}

.intervention .contenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color4);
    opacity: .9;
}

.intervention .contenu::after {
    content: "";
    position: absolute;
    bottom: -8%;
    right: -8%;
    width: 37%;
    height: 45%;
    background: url("../images/shape1.png") 0% 0% / 100% 100%;
}

.intervention .contenu a, .intervention .contenu a:link, .intervention .contenu a:visited {
    color: var(--color0);
}

.intervention h2 {
    margin-top: 0px;
    text-align: center;
    position: relative;
}

.intervention p {
    position: relative;
}

.fd-avis_satisfaction {
    background: var(--color1) !important;
}

.intervention h2::before {
}

.intervention ul {
    margin: calc(var(--taille-font) * 1.5) 0;
}

.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 2rem;
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem;
}

.pied {
    position: relative;
    z-index: 9;
    background: url("../images/bg-body.png");
    background: var(--color1);
}

.pied .bande1 {
    padding: 8.5rem 10% 0rem;
}

.pied .bande1 .col-md-3:nth-child(3) {
    color: var(--color0);
}

p.hor {
}

.pied p.hor {
    margin-bottom: 0px;
}

.bande_contact_footer {
    padding: 70px 10% 140px;
    background: url("../images/ft-bg.jpeg");
}

.bande_contact_footer .row1 {
    position: relative;
    display: block;
    background: url("../images/texturebois.jpeg");
    padding: 5rem 28%;
    border-radius: var(--border-radiusC);
    background-color: var(--color1);
    border-radius: var(--border-radius);
    background-attachment: fixed;
}

.bande_contact_footer .row1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color2);
    opacity: .4;
    border-radius: var(--border-radius);
}

.bande_contact_footer .row1::after {
    display: block;
    width: 232px;
    height: 1px;
    content: "";
    background: var(--color0);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    margin-top: calc(var(--taille-font) * 4.9);
}

.container-ms-1 {
    display: flex;
    margin: auto;
    padding: 6em 7%;
    position: relative;
    background: var(--color0);
}

.accordion {
    width: 100%;
    margin: 20px auto;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

.flex-ms {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}

.flex-ms .benefits-img {
    width: 50%;
}

.flex-ms .benefits-img img {
    border-radius: 4px;
}

.flex-ms .benefits-content {
    width: 50%;
    line-height: 1.43;
    position: relative;
    z-index: 1;
}

.accordion-item {
    border-bottom: 1px solid rgba(157, 113, 83, 0.28);
}

.accordion-item:nth-child(7) {
    border-bottom: 0px;
}

.accordion-item:last-child {
    border: 0px;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: calc(var(--taille-font)* 1);
    border-radius: calc(var(--taille-font)* 1);
    width: 100%;
    font-size: calc(var(--taille-font)* 1.8);
    font-weight: bold;
    letter-spacing: calc(var(--taille-font) *0.2);
    font-family: var(--font_family_1);
    gap: 5%;
    min-height: calc(var(--taille-font)* 1);
    color: var(--color1);
}

.accordion-header:hover {
}

.accordion-icon {
    font-size: calc(var(--taille-font) *2.4);
    font-weight: 800;
}

.benefits-cta {
    margin-top: calc(var(--taille-font) *2.2);
}

.accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0px 15px;
}

.accordion-content p {
    margin: 5px 0px 17px;
}

.pied .bande2 {
    padding: calc(var(--taille-font) *2) 10%;
}

.pied .title_footer {
    color: var(--color0);
    font-family: var(--font_family_6);
    font-size: calc(var(--taille-font) * 3);
    text-transform: initial;
    padding: 0 0 calc(var(--taille-font) * 2);
    position: relative;
    font-weight: 200;
    float: left;
    width: 100%;
}

.pied .title_footer::before {
    content: "";
    width: 75px;
    background: var(--color1);
    position: absolute;
    bottom: 3px;
    left: 0px;
    height: 2px;
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: calc(var(--taille-font) * 1.5 ) calc(var(--taille-font) * 2);
    list-style-type: none;
    margin: 0px;
    position: relative;
    float: left;
    width: 100%;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0px 0px 4px;
    background: 0px 0px;
    position: relative;
}

.pied .navf .menu_footer li:last-child {
    border: none;
}

.pied .navf .menu_footer li a, .pied .navf .menu_footer li a:visited {
    font-size: calc(var(--taille-font) * 1.6);
    padding: 0px;
    color: var(--color0);
    text-decoration: none;
}

.pied .navf .menu_footer li a:hover {
    color: var(--color7);
}

.pied .navf .menu_footer li.active a {
    color: var(--color7);
}

.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: 0px;
    text-align: justify;
    padding: 0px;
}

.pied .menu_referencement li {
    display: inline;
    padding: 0px;
    background: 0px 0px;
}

.pied .menu_referencement li::before {
    content: none;
}

.pied .menu_referencement li::after {
    content: " - ";
}

.pied .menu_referencement li:last-child::after {
    content: "";
}

.pied .menu_referencement li a, .pied .menu_referencement li a:visited {
    color: var(--color0);
    font-size: calc(var(--taille-font) * 1.6);
    text-decoration: none;
}

.pied .menu_referencement li a:hover {
    color: var(--color7);
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none;
}

.pied address {
    margin: 0px;
    padding: calc(var(--taille-font) * 1.5) 0 calc(var(--taille-font) * 2.5);
    color: var(--color0);
    font-size: calc(var(--taille-font) * 1.6);
    float: left;
    width: 100%;
    position: relative;
}

.logo-rge {
    position: relative;
    width: calc(var(--taille-font) * 28);
    height: calc(var(--taille-font) * 10);
    display: flex;
    justify-content: start;
    align-items: center;
}

.logo-rge img {
    width: 100%;
    height: auto;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0px;
    background-position: 0px 0px;
    padding: 0 0 calc(var(--taille-font) * 1) 0;
}

.flex-address {
    position: relative;
    display: flex;
}

.flex-address i {
    margin-top: 3px !important;
}

address i {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: calc(var(--taille-font) * 1.2);
    font-size: calc(var(--taille-font) * 1.6);
    color: var(--color1);
    width: calc(var(--taille-font) * 1.6);
}

.pied address i {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: calc(var(--taille-font) * 1.2);
    font-size: calc(var(--taille-font) * 1.6);
    color: var(--color0);
    width: calc(var(--taille-font) * 1.6);
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none;
}

.pied address p a {
    text-decoration: none;
    color: inherit;
}

.pied address p a:hover {
    text-decoration: underline;
}

.pied .scrollbars {
    margin: calc(var(--taille-font) * 1.5) 0 0;
    height: calc(var(--taille-font) * 27);
    position: relative;
    float: left;
    width: 100%;
}

.pied .horaires {
    color: var(--color3);
    padding: calc(var(--taille-font) *1.) 0 calc(var(--taille-font) *3.5);
    margin: 15px 0px;
    font-size: calc(var(--taille-font) *1.6);
    float: left;
    width: 100%;
}

.horaires {
    display: inline-grid;
}

.horaires i {
    margin: 4px 12px 0px 0px;
    font-size: 16px;
    color: var(--color2);
    display: none;
}

.pied .copyright-footer {
    margin: 5px 0px 0px;
    text-align: center;
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 210px;
}

.pied .btn-like {
    padding: 20px 0px 0px;
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0px 0px;
    display: flex;
    justify-content: flex-end;
}

.scrollbars {
    width: 100%;
    height: 28vh;
}

.page-contenu-home.scrollbars {
    height: calc(var(--taille-font) * 46);
}

.page-contenu-home.scrollbars .mCSB_scrollTools .mCSB_dragger {
    height: calc(var(--taille-font) * 11) !important;
}

.scrollbar-path-horizontal, .scrollbar-path-vertical {
    position: absolute;
    background-color: rgb(236, 236, 236);
    z-index: 100;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--color5);
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0px;
    height: 100%;
    width: 5px;
}

.scrollbar-path-horizontal {
}

.scrollbar-handle {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: var(--color1);
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%;
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%;
}

.scrollbar-handle, .scrollbar-path-horizontal, .scrollbar-path-vertical {
    border-radius: 5px;
}

.scrollbar-content {
    padding: 0px 30px 0px 0px;
    float: none !important;
}

.prestation {
    width: 45%;
    position: relative;
    z-index: 8000;
    background: #E6D9D3;
    margin-bottom: 10rem;
    box-shadow: rgba(0, 0, 0, 0.14) 0.2px 4.1px 14.8px;
    border-radius: var(--border-radiusC);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prestation:nth-child(2n) {
    direction: rtl;
}

.prestation:nth-child(2n) .cell.photo {
    border-top-right-radius: var(--border-radiusC);
    border-bottom-right-radius: var(--border-radiusC);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    background-position: center center;
    border-top-left-radius: var(--border-radiusC);
    border-bottom-left-radius: var(--border-radiusC);
    height: calc(var(--taille-font) * 40);
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    border-bottom: initial;
}

.body-service-list .prestation .cell.texte .titre-secondaire {
    letter-spacing: 0px;
    font-size: calc(var(--taille-font) *1.4);
}

.prestation:last-child .cell.texte {
    border-bottom: none;
}

.prestation .cell.texte .contenu {
    padding: calc(var(--taille-font) *3) 5%;
    text-align: center;
    direction: ltr;
}

.prestation .cell.texte .contenu h2.h1 {
    font-size: calc(var(--taille-font) * 3);
    height: calc(var(--taille-font) * 7);
    margin-bottom: calc(var(--taille-font) * 0);
}

.prestation .cell.texte .contenu p {
    padding: 0px 0px 20px;
    height: calc(var(--taille-font) * 8);
}

.prestation .cell.texte .contenu ul {
    padding: 0px;
    margin: 0px;
}

.prestation .cell.texte .contenu ul li {
    padding: 5px 0px 5px 20px;
    background: url("../images/puce.svg") 0px 9px no-repeat;
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block;
}

.body-contact h2 {
    color: var(--color1);
    text-transform: none;
    position: relative;
    margin-bottom: calc(var(--taille-font) * 5.5);
    font-weight: 600;
}

.tab-coordonnes h2::before {
    content: "";
    width: calc(var(--taille-font) * 7.5);
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: calc(var(--taille-font) * 5);
    left: 0px;
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px;
}

.body-contact .tab-formulaire .cell.droite h2::before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -37px;
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    border-top: 2px solid var(--color0);
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 3em 7% 0px;
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 65%;
}

.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: url("../images/ft-bg.jpeg");
    padding: 5rem 28%;
    margin-bottom: 5em;
    border-radius: var(--border-radius);
}

.contact .tab-formulaire .contenu h2 {
    text-align: center;
}

.contact .plan {
    font-size: 0px;
}

.contact .plan .block #googlemapapi, .contact .plan iframe {
    width: 100% !important;
    height: calc(var(--taille-font) * 30) !important;
}

.contact .coordonnees {
    padding: 0px 0px 20px;
}

.contact .coordonnees h2 {
    margin-top: calc(var(--taille-font) * 2);
}

.contact .coordonnees address p {
    padding: 0px 0px 10px;
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none;
}

.contact .coordonnees address p span.intitule {
    font-weight: 700;
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit;
}

.contact .coordonnees address p a:hover {
    text-decoration: underline;
}

.contact .description-contact {
    padding: 0px 0px 10px;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact .formulaire .form-group .col-md-4 {
    display: none;
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important;
}

.form-group .label-rgpd strong, .info-rgpd a, .info-rgpd a:visited, .info-rgpd strong {
    color: var(--color1);
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: 400;
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.contact .formulaire .form-group .form-control {
    background: rgba(255, 255, 255, 0.62);
    box-shadow: none;
    font-size: inherit;
    color: var(--color2);
    border-radius: var(--border-radiusC);
    border: 1px solid rgba(0, 0, 0, 0.11);
    width: 100% !important;
}

.form-control:focus {
    color: rgb(0, 0, 0);
    background: var(--color0);
}

.contact .formulaire .form-group textarea.form-control {
    height: calc(var(--taille-font) * 10.9);
    position: static;
    padding-top: calc(var(--taille-font) * 1.5);
    border-radius: var(--border-radiusC);
}

.contact .formulaire .form-group input.form-control {
    height: calc(var(--taille-font) * 5);
    line-height: 1;
    padding: 0 calc(var(--taille-font) * 1.2);
}

.contact .formulaire .form-group .form-control:active, .contact .formulaire .form-group .form-control:focus {
    border: 1px solid var(--color2);
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0), screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        appearance: none !important;
        background-image: url("../images/image-select.svg") !important;
        background-repeat: no-repeat !important;
        background-position: right 15px center !important;
        line-height: normal !important;
        background-size: 22px !important;
    }

    .form-horizontal select.form-control option {
        color: inherit;
    }
}

.contact .formulaire .form-group input[name="captcha"] {
    display: inline-block;
    vertical-align: top;
    width: 31% !important;
    height: 50px !important;
    float: none !important;
    margin-right: 2% !important;
}

.contact .formulaire .form-group input[name="captcha"] + a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    height: 50px !important;
}

.contact .formulaire .form-group input.btn-primary {
    display: inline-block;
    position: relative;
    float: right;
    padding-right: calc(var(--taille-font) * 7);
}

.contact .formulaire .form-actions {
    font-size: 12px;
}

.contact a.btn.btn-default {
    float: right;
}

.body-error404 a.btn.btn-default, .contact .formulaire input.btn-primary, .contact a.btn.btn-default {
    font-family: var(--font_family_1);
    text-transform: uppercase;
    background-color: var(--color1);
    color: var(--color0);
    font-size: calc(var(--taille-font) * 1.4);
    border: none;
    text-decoration: none;
    background-size: calc(var(--taille-font) * 2.4)auto;
    background-position: left 90% center;
    background-image: url("../images/ico-envoyer.svg");
    background-repeat: no-repeat;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0px;
    line-height: 1;
    padding: calc(var(--taille-font) * 1.3) calc(var(--taille-font) * 1.4) calc(var(--taille-font) * 1.3);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px 0px;
    margin-bottom: 0px;
    font-weight: 600;
    border-radius: var(--border-radius);
    letter-spacing: 1px;
}

.body-error404 a.btn.btn-default {
    background-image: none;
}

.body-error404 a.btn.btn-default:active, .body-error404 a.btn.btn-default:hover, .contact .formulaire input.btn-primary:active, .contact .formulaire input.btn-primary:hover, .contact a.btn.btn-default:active, .contact a.btn.btn-default:hover {
    color: var(--color1);
    background-color: rgb(254, 190, 76);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-image: url("../images/ico-envoyer-h.svg");
}

::-webkit-input-placeholder {
    color: var(--color2) !important;
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100% !important;
    margin-right: 0px !important;
    text-align: left !important;
}

.pageseo .formulaire .form-group input[name="captcha"] + a {
    position: absolute;
    width: 140px;
    top: 0px;
    right: 0px;
    margin-right: 0px !important;
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
}

.flex-seoContain .seo-content h1::before, .flex-seoContain .seo-form h2.h1::before {
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif);
    border-radius: var(--border-radiusC);
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
}

.flex-seoContain .seo-content img {
    width: 100%;
    height: 100%;
}

.atouts {
    display: block;
    padding: 6em 0%;
    width: 100%;
    position: relative;
    background: var(--color5);
    overflow: hidden;
}

.atouts h2 {
    padding: 0px 8%;
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts p.legend {
    font-size: calc(var(--taille-font) *1.9);
    font-family: var(--font_family_2);
    text-align: center;
    margin: calc(var(--taille-font) *3.6) 0 0;
    opacity: 1;
    color: var(--color0);
    letter-spacing: 1.5px;
    height: calc(var(--taille-font) * 4);
}

.atouts .swiper-pagination-bullet {
    background: var(--color0);
}

.atouts .picto {
    margin-bottom: 1em;
}

.atouts .picto i {
    width: auto;
}

.atouts .swiper-button-prev {
    background-image: none;
    left: 0px;
    margin-top: -22px;
}

.atouts .swiper-button-disabled {
}

.atouts .swiper-button-next {
    background-image: none;
    right: 2px;
    top: 50%;
    margin-top: -22px;
}

.atouts .swiper-button-next i, .atouts .swiper-button-prev i {
    color: var(--color0);
}

.atouts .swiper-button-next:hover, .atouts .swiper-button-prev:hover {
    opacity: 0.9;
}

.atouts .picto i {
    color: var(--color2);
    text-align: center;
    font-size: 4rem;
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 28vh;
    padding: 1em 3vh 3em;
    border-radius: var(--border-radius);
    margin: 1em 2vh;
    background: var(--color1);
    transition: 0.3s;
}

.atout::before {
    content: "";
    display: block;
    height: 150px;
    width: 1px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    /* background: var(--color1); */
}

.atout:hover {
    background: transparent;
}

.atout:hover .nbrAB1 {
    scale: 1.08;
}

.nbrAB1 img {
    width: calc(var(--taille-font) * 7);
    height: calc(var(--taille-font) * 7);
    transform: rotate(50deg);
    filter: brightness(0) invert(1);
}

.nbrAB1 {
    font-size: 1.823vw;
    height: 5vw;
    width: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    margin-bottom: 0px;
    transition: 0.3s;
    font-family: var(--font_family_1);
    color: var(--color3);
    font-weight: 200;
    transform: rotate(-45deg);
}

.atout p {
    font-size: calc(var(--taille-font) *1.5);
    margin-top: calc(var(--taille-font) *1.5);
    opacity: 0.9;
    text-align: center;
    color: var(--color0);
}

.atout:hover .nbrAB1 img {
    filter: initial;
}

.atout:hover p.legend {
    color: var(--color1);
}

.atout:hover p {
    color: var(--color6);
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 0em 8%;
}

.atouts::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 56%;
    opacity: 0.57;
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0px 0px;
}

.gallery .description-galerie {
    padding: 0px 0% 40px;
    text-align: justify;
}

.gallery .multiple .ligne-photos .col-md-1, .gallery .multiple .ligne-photos .col-md-2, .gallery .multiple .ligne-photos .col-md-3, .gallery .multiple .ligne-photos .col-md-4, .gallery .multiple .ligne-photos .col-md-6 {
    margin-bottom: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.gallery .multiple .ligne-photos {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0px;
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.custom-object-fit img {
    opacity: 0;
}

.gallery .ligne-photos .propor::after {
    padding-top: 76%;
    display: block;
    content: "";
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    inset: 0px;
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    height: 100%;
    border-radius: var(--border-radiusC);
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    transform: translateZ(0px);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(157, 113, 83, 0.1);
    background-image: url("../images/ico-zoom.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--border-radiusC);
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.7;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}

.gallery .nav {
    margin: 10px 0px;
    text-align: center;
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: 0px 0px;
    padding: 0px 3px 0px 5px;
}

.gallery .nav li::before {
    content: none;
}

.gallery .nav li a.bouton-principal {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.gallery .nav li a.bouton-principal:hover {
    background: rgb(214, 171, 122);
}

.gallery .nav li a.bouton-principal::after {
    content: none;
}

.gallery .nav li.active a {
    background: rgb(214, 171, 122);
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px;
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0px 0px;
}

.gallery .bas-galerie a.bouton-principal {
    padding-right: 60px;
    min-width: calc(var(--taille-font) * 28);
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: calc(var(--taille-font) * 2.2);
    height: calc(var(--taille-font) * 2.2);
    content: "+";
    font-family: verdana;
    font-size: calc(var(--taille-font) * 3.5);
    position: absolute;
    right: calc(var(--taille-font) * 2);
    top: calc(var(--taille-font) * 0.7);
}

.header-sidebars, .sidebar-left, .sidebar-right {
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(5px);
}

.fixed .header-sidebars-menu {
    background: rgb(255, 255, 255);
}

.fixed .header-sidebars {
    background: rgb(255, 255, 255);
}

.contactButton, .nav-item-active, .sidebar-bottom-controls a, .sidebar-divider-text, .sidebar-form label, .sidebar-left a, .sidebar-right a, .sidebar-send-button {
    color: var(--color0) !important;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.atouts-cont .swiper-wrapper {
    margin-bottom: 2vh;
}

.swiper.avisSwiper {
    margin-top: 2em;
}

.mySwiperGalAB .swiper-button-prev, .mySwiperGalAB .swiper-button-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    color: var(--color0);
    border-radius: 50%;
    top: 40%;
    border: 5px solid var(--color0);
    font-size: 13px;
    transition: 0.3s;
}

.mySwiperGalAB .swiper-button-prev:hover, .mySwiperGalAB .swiper-button-next:hover {
    background-color: rgb(66, 75, 92);
}

.mySwiperGalAB .swiper-button-prev {
    left: -20px;
    /*! display: none; */
}

.mySwiperGalAB .swiper-button-next {
    right: -20px;
    /*! display: none; */
}

.swiper-wrapper {
}

.gallery .nav li.active a::before {
}

.gallery .nav li a:hover::before {
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: 0px 0px;
    width: 15%;
    height: 200px;
    padding: 0px 3px 0px 5px;
    position: relative;
}

.gallery .nav li a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    text-shadow: rgb(0, 0, 0) 0px 0px 9px;
    border: none;
    color: rgb(255, 255, 255);
    overflow: hidden;
    z-index: 10;
}

.nav-pills > li.active > a {
}

.nav-pills a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    background: rgba(66, 75, 92, 0.44);
    width: 100%;
    height: 100%;
}

.gallery .nav li::before {
    content: none;
}

.gallery .nav li a.bouton-principal {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: 700;
}

.gallery .nav li a.bouton-principal::before {
    border: unset;
}

.gallery .nav li::after {
    position: absolute;
    font-size: 20px;
    right: 0px;
    top: 18px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 5px;
    display: block;
    content: " ";
    opacity: 0;
}

.gallery .nav li a.bouton-principal::before {
}

.gallery .nav li {
}

.gallery .nav li a.bouton-principal::after {
    content: none;
}

.gallery .nav li.active {
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 0px;
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px;
}

.gallery .bas-galerie {
    padding: 40px 0px;
    text-align: center;
}

.gallery .bas-galerie a.bouton-principal {
    padding-left: 15px;
    padding-right: 60px;
    display: inline-block;
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: var(--font_family_1);
    font-size: 45px;
    position: absolute;
    right: 19px;
    top: 15px;
    line-height: 20px;
}

.header-sidebars {
    z-index: 9999;
    position: fixed;
    left: 0px;
    right: 0px;
    top: -1px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 1px;
}

.header-sidebars.fixed {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 1px;
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
}

.top-logo img {
    position: absolute;
    left: 6px;
    top: 18px;
    max-height: 65px;
    max-width: 217px;
}

.body-page-1 .top-logo img {
}

.deploy-right-sidebar {
    display: table-cell;
    height: 65px;
    width: 65px;
    background-position: center center;
}

.deploy-right-sidebar .icones {
    margin-top: 24px;
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0px;
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 130px;
    top: 0px;
}

.sidebar-scroll-right {
    width: 275px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    overflow: hidden auto !important;
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0px;
    bottom: 0px;
    width: 270px;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 2px 0px;
    font-family: var(--font_family_2) !important;
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--color1) !important;
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative;
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    background: var(--color0);
    color: var(--color2) !important;
}

.submenu a:first-child {
    background-image: none !important;
}

.submenu {
    display: none;
}

.submenu-active {
    display: block;
}

.sidebar-header-right {
    height: 65px;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0px;
    display: block;
}

.sidebar-right .close-sidebar-right {
    position: absolute !important;
}

.menu-mobile-dynamique {
    margin: 0px;
    padding: 0px;
    list-style: inside none none;
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    padding-left: 18px;
    background: rgb(255, 255, 255);
}

.menu-mobile-dynamique li.active {
    background: var(--color4);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0px;
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none;
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom,var(--color1),var(--color1));
    padding-top: 18px;
    padding-bottom: 18px;
}

.menu-mobile-dynamique li.parent {
    background-image: url("../images/gopage.svg");
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px;
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: var(--color0);
    height: 60px;
    padding-left: 29px;
    background-position: 6px 20.9px;
    letter-spacing: 0px;
}

.menu-mobile-dynamique ul {
    list-style: inside none none;
    padding-left: 0px;
}

.menu-mobile-dynamique ul li a {
    background: 0px 0px;
}

.menu-mobile-dynamique input {
    appearance: none;
    border-radius: 0px;
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0px;
    vertical-align: baseline;
    outline: 0px;
}

.no-bottom {
    margin-bottom: 0px !important;
}

.menu-mobile-dynamique .sub-menu {
    display: none;
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px;
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: var(--color5);
    border-radius: 3px;
}

.remonter button:hover {
    opacity: 0.8;
}

.deprecated-ie {
    text-align: center;
    color: rgb(0, 0, 0);
    background: rgb(238, 238, 238);
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0px;
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica, arial, sans-serif;
    font-size: 13px;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1);
}

.bx-pager.bx-default-pager a {
    background-color: var(--color1);
    opacity: 1;
    width: calc(var(--taille-font) * 0.6);
    height: calc(var(--taille-font) *1);
    transition: 0.3s;
}

.bx-pager.bx-default-pager a.active, .bx-pager.bx-default-pager a:hover {
    background-color: rgb(0, 0, 0);
    width: calc(var(--taille-font) *1.6);
    height: calc(var(--taille-font) * 0.8);
    position: relative;
    top: 1px;
}

.vegas-timer-progress {
    background: var(--color0);
}

.icones {
    width: calc(var(--taille-font) *3.2);
    margin: 16px 0px 0px 16px;
    height: calc(var(--taille-font) *3.2);
    fill: var(--color0);
}

.deploy-right-sidebar .icones {
    width: 29px;
    fill: var(--color1);
}

.body-page-1 .deploy-right-sidebar .icones {
    fill: var(--color1);
}

.body-page-1 .fixed .deploy-right-sidebar .icones {
    fill: var(--color2);
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 5px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color1);
}

.pied .btn-partage .icones {
    fill: var(--color3);
}

.remonter .icones {
    margin: 0px 0px -5px;
    fill: var(--color1);
}

.tete .tel .icones, .tel-header .icones {
    width: 19px;
    margin: -2px 10px -3px 0px;
    height: 17px;
    fill: var(--color0);
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0);
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0px;
}

.newsList {
    float: none;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0px 0px 30px;
    float: none;
}

.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: clamp(12px, 0.5vw, 14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0px;
    border-top-left-radius: var(--border-radius);
}

.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px;
}

.news .date_post .s1 {
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px, 2vw, 50px);
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(250, 250, 250, 0.2);
    background-image: none;
}

.news .propor .propor-cont .imagecont:hover {
    transform: scale(1.15);
}

.newsList .propor {
    overflow: hidden;
}

.newsList .item .h3 {
    color: var(--color2);
    padding: 5px 0px 25px;
    margin: 0px;
    font-weight: 200;
    font-family: var(--font_family_1);
    font-size: calc(var(--taille-font) * 2);
}

.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;
    min-width: 100%;
    min-height: 100%;
    flex: 1 1 0%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    border-radius: var(--border-radiusC);
}

.newsItem .photo {
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: clamp(300px, 40vw, 650px);
    background-color: rgb(242, 242, 242);
    transition: 0.5s;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.newsItem .contenu-article {
    padding: 15px 0px 0px;
    min-height: 200px;
    margin: 0px;
}

.newsItem .div-rs {
    margin: 0px auto 40px;
    display: flex;
    align-content: center;
    align-items: center;
}

.newsItem .div-rs .btn-partage {
    display: flex;
    overflow: hidden;
    height: 36px;
    position: relative;
    top: 0px;
    margin-left: 2rem;
}

.newsItem .div-rs .btn-partage .icones {
    fill: var(--color1);
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color0);
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1);
}

.newsItem .div-rs .btn-partage .btnp:hover .icones {
    fill: var(--color0);
}

.newsItem .date_post {
    padding: 5% 3% 3%;
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0px;
    height: 100%;
}

.news_avant_apres > div {
    display: table-cell;
    float: none;
    padding: 0px;
    height: 100%;
}

.news_avant_apres a, .news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid var(--bg-facultatif);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    border-radius: var(--border-radius);
}

.news_avant_apres a:focus, .news_avant_apres a:hover {
    border-color: var(--color1);
    text-decoration: none;
}

.news_avant_apres > div:last-child {
    right: -5px;
}

.news_avant_apres a:focus b, .news_avant_apres a:hover b {
    text-decoration: none;
    color: var(--color1);
}

.navButtons, .navButtons:visited {
    padding: 0px 0px 10px;
    color: var(--color2);
    transition: 0.8s;
    text-decoration: none;
    display: block;
}

.news_avant_apres a:focus span, .news_avant_apres a:hover span {
    color: var(--color2);
    text-decoration: none;
}

.pagination > li {
    background: 0px 0px;
    padding-left: 0px;
}

.pagination > li > a, .pagination > li > span {
    color: var(--color1);
    border-color: var(--color3);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1);
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: var(--color1);
    background-color: var(--color0);
}

@media (min-width: 768px) {
    .dispaly_flex {
        display: flex;
    }

    .flex_child_2 {
        flex: 2 1 0%;
    }

    .flex_child_1 {
        flex: 1 1 0%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow: scroll;
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1280px) and (orientation: portrait) {
    .motif-banner {
        width: 73%;
    }

    .body-page-1 .slogan .titre {
        font-size: calc(var(--taille-font) * 4.5) !important;
    }
}

@media (max-width: 991px) {
    .titre-service-premier h2{
        font-size: 35px
    }
    .gallery .bas-galerie a.bouton-principal {
    padding-left: 15px;
    padding-right: 60px;
    display: inline-block;
    position: relative;
    font-size: 16px;
}
    .gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: var(--font_family_1);
    font-size: 32px;
    position: absolute;
    right: 19px;
    top: 6px;
    line-height: 20px;
}

    .bande_contact_footer .row1{
        border-radius: initial !important;
    }
    .bande_contact_footer{grid-template-columns: 1fr;}
    .bande_contact_footer .contact-img{display: none;}
    .atout::after {
        content: "";
        height: 150px;
        width: 1px;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        background: var(--color1);
    }

    .corps .row.r-flex .h3, .corps .row.r-flex h3, .body-gallery-2 .corps h3, .body-gallery-2 .corps .h3, .body-gallery-2 .corps h4 {
        text-align: left !important;
    }

    .body-gallery-2 .corps .gallery h2:first-of-type {
        text-align: left !important;
    }

    .card-body {
        text-align: start;
        position: relative;
        width: 90%;
        height: fit-content;
        margin: 0px auto;
        flex-direction: column;
        gap: 32px;
        transition: 0.4s ease-out;
        display: none;
    }

    .swiper-slide-active .btn-card .img-service2 {
        width: 90%;
        margin: auto;
        height: calc(var(--taille-font) * 40);
        transition: 0.4s ease-out;
    }

    .bloc-contenu.services .btns-servAB {
        display: flex;
        justify-content: center;
        gap: calc(var(--taille-font) * 0);
        align-items: center;
        width: 75%;
        color: var(--color1);
        background-color: transparent;
        margin-top: calc(var(--taille-font) * 1.5);
        border-radius: 3px;
        position: relative;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 24;
        flex-direction: row-reverse;
    }

    :root {
        --taille-font: calc(1vw * 1.05);
    }

    .nbrMS1 {
        font-size: 290px;
        top: -15%;
        transform: translateX(-52%);
    }

    .bloc_atout {
        height: 300px;
    }

    .bloc_atout.bloc_atout2 {
        display: none;
    }

    .body-page-1 .banniere::before {
    }

    .page-contenu-home h3 {
        font-size: 16px !important;
    }

    .atouts .btns-servAB {
        display: flex;
        gap: 3.8%;
    }

    .flex-ms .benefits-img {
        display: none;
    }

    .flex-ms .benefits-content {
        width: 100%;
    }

    .atout {
        padding: 2em 3vh;
        height: 30vh;
    }

    .nbrAB1 {
        margin-bottom: 10px;
    }

    .nbrAB1 {
        margin-bottom: 10px;
        width: 80px;
        height: 80px;
    }

    .atouts::before {
        top: 43%;
        opacity: 0.2;
        left: 0px;
    }

    .atouts h2 {
        margin-bottom: 20px;
    }

    .row.r-flex .text-center {
        text-align: center;
    }

    .tarif-img img {
        width: 100%;
    }

    h3.performance-h3 {
        line-height: 23px;
    }

    .body-page-1 .slogan .titre {
        font-size: calc(var(--taille-font) * 3) !important;
    }

    .actualites .cell.texte .contenu {
        padding: 0px;
    }

    .actualites .cell.photo {
        height: 500px;
    }

    .pied .bande1 {
        padding: 5rem 6% 70px !important;
    }

    .actualites {
        padding: 5em 6% !important;
    }

    .actualites article {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .actualites .cell.texte, .actualites .cell.photo {
        width: 100%;
    }

    .AvisClientsBg, .realisations {
        padding: 1em 6% 5em;
    }

    .card_ms:last-child {
        margin-top: 2%;
        height: 33vh;
        width: 91%;
    }

    .container_ms .flex {
        flex-wrap: wrap;
    }

    .performance {
        padding: 4rem 5% 1rem;
    }

    section.bg-x {
        background: url("../images/bg-site.jpg") center -119px no-repeat;
    }

    .bloc-contenu.services.nbr-services- {
        padding: 0px 5%;
    }

    .body-page-1 .services {
        display: block;
    }

    .r-flex .recup-photos .propor .propor-cont .imagecont, .r-flex .recup-photos .propor .propor-cont {
        color-scheme: unset;
        forced-color-adjust: unset;
        mask: unset;
        math-depth: unset;
        position: unset;
        position-anchor: unset;
        text-size-adjust: unset;
        appearance: unset;
        color: unset;
        font: unset;
        font-palette: unset;
        font-synthesis: unset;
        position-area: unset;
        text-orientation: unset;
        text-rendering: unset;
        text-spacing-trim: unset;
        -webkit-font-smoothing: unset;
        -webkit-locale: unset;
        -webkit-text-orientation: unset;
        -webkit-writing-mode: unset;
        writing-mode: unset;
        zoom: unset; accent-color: unset;
        place-content: unset;
        place-items: unset;
        place-self: unset;
        alignment-baseline: unset;
        anchor-name: unset;
        anchor-scope: unset;
        animation-composition: unset;
        animation: unset;
        app-region: unset;
        aspect-ratio: unset;
        backdrop-filter: unset;
        backface-visibility: unset;
        background: unset;
        background-blend-mode: unset;
        baseline-shift: unset;
        baseline-source: unset;
        block-size: unset;
        border-block: unset; border: unset;
        border-radius: unset;
        border-collapse: unset;
        border-end-end-radius: unset;
        border-end-start-radius: unset;
        border-inline: unset; border-start-end-radius: unset;
        border-start-start-radius: unset;
        inset: unset;
        box-decoration-break: unset;
        box-shadow: unset;
        box-sizing: unset;
        break-after: unset;
        break-before: unset;
        break-inside: unset;
        buffered-rendering: unset;
        caption-side: unset;
        caret-animation: unset;
        caret-color: unset;
        clear: unset;
        clip: unset;
        clip-path: unset;
        clip-rule: unset;
        color-interpolation: unset;
        color-interpolation-filters: unset;
        color-rendering: unset;
        columns: unset;
        column-fill: unset;
        gap: unset;
        column-rule: unset;
        column-span: unset;
        contain: unset;
        contain-intrinsic-block-size: unset;
        contain-intrinsic-size: unset;
        contain-intrinsic-inline-size: unset;
        container: unset;
        content: unset;
        content-visibility: unset;
        corner-shape: unset;
        corner-block-end-shape: unset;
        corner-block-start-shape: unset;
        counter-increment: unset;
        counter-reset: unset;
        counter-set: unset;
        cursor: unset;
        cx: unset;
        cy: unset;
        d: unset;
        display: flex;
        dominant-baseline: unset;
        dynamic-range-limit: unset;
        empty-cells: unset;
        field-sizing: unset;
        fill: unset;
        fill-opacity: unset;
        fill-rule: unset;
        filter: unset;
        flex: unset;
        flex-flow: unset;
        float: unset;
        flood-color: unset;
        flood-opacity: unset;
        grid: unset;
        grid-area: unset;
        height: unset;
        hyphenate-character: unset;
        hyphenate-limit-chars: unset;
        hyphens: unset;
        image-orientation: unset;
        image-rendering: unset;
        initial-letter: unset;
        inline-size: unset;
        inset-block: unset;
        inset-inline: unset;
        interpolate-size: unset;
        isolation: unset;
        letter-spacing: unset;
        lighting-color: unset;
        line-break: unset;
        list-style: unset;
        margin-block: unset; margin: auto;
        margin-inline: unset; marker: unset;
        mask-type: unset;
        math-shift: unset;
        math-style: unset;
        max-block-size: unset;
        max-height: unset;
        max-inline-size: unset;
        max-width: unset;
        min-block-size: unset;
        min-height: unset;
        min-inline-size: unset;
        min-width: unset;
        mix-blend-mode: unset;
        object-fit: unset;
        object-position: unset;
        object-view-box: unset;
        offset: unset;
        opacity: unset;
        order: unset;
        orphans: unset;
        outline: unset;
        outline-offset: unset;
        overflow-anchor: unset;
        overflow-block: unset;
        overflow-clip-margin: unset;
        overflow-inline: unset;
        overflow-wrap: unset;
        overflow: unset;
        overlay: unset;
        overscroll-behavior-block: unset;
        overscroll-behavior-inline: unset;
        overscroll-behavior: unset;
        padding-block: unset; padding: unset;
        padding-inline: unset; page: unset;
        page-orientation: unset;
        paint-order: unset;
        perspective: unset;
        perspective-origin: unset;
        pointer-events: unset;
        position-try: unset;
        position-visibility: unset;
        print-color-adjust: unset;
        quotes: unset;
        r: unset;
        reading-flow: unset;
        reading-order: unset;
        resize: unset;
        rotate: unset;
        ruby-align: unset;
        ruby-position: unset;
        rx: unset;
        ry: unset;
        scale: unset;
        scroll-behavior: unset;
        scroll-initial-target: unset;
        scroll-margin-block: unset;
        scroll-margin: unset;
        scroll-margin-inline: unset;
        scroll-marker-group: unset;
        scroll-padding-block: unset;
        scroll-padding: unset;
        scroll-padding-inline: unset;
        scroll-snap-align: unset;
        scroll-snap-stop: unset; scroll-snap-type: unset;
        scroll-target-group: unset;
        scroll-timeline: unset;
        scrollbar-color: unset;
        scrollbar-gutter: unset;
        scrollbar-width: unset;
        shape-image-threshold: unset;
        shape-margin: unset;
        shape-outside: unset;
        shape-rendering: unset;
        size: unset;
        speak: unset;
        stop-color: unset;
        stop-opacity: unset;
        stroke: unset;
        stroke-dasharray: unset;
        stroke-dashoffset: unset;
        stroke-linecap: unset;
        stroke-linejoin: unset;
        stroke-miterlimit: unset;
        stroke-opacity: unset;
        stroke-width: unset;
        tab-size: unset;
        table-layout: unset;
        text-align: unset;
        text-align-last: unset;
        text-anchor: unset;
        text-autospace: unset;
        text-box: unset;
        text-combine-upright: unset;
        text-decoration: unset;
        text-decoration-skip-ink: unset;
        text-emphasis: unset;
        text-emphasis-position: unset;
        text-indent: unset;
        text-overflow: unset;
        text-shadow: unset;
        text-transform: unset;
        text-underline-offset: unset;
        text-underline-position: unset;
        text-wrap: unset;
        timeline-scope: unset;
        touch-action: unset;
        transform: unset;
        transform-box: unset;
        transform-origin: unset;
        transform-style: unset;
        transition: unset;
        translate: unset;
        user-select: unset;
        vector-effect: unset;
        vertical-align: unset;
        view-timeline: unset;
        view-transition-class: unset;
        view-transition-group: unset;
        view-transition-name: unset;
        visibility: unset;
        border-spacing: unset;
        -webkit-box-align: unset;
        -webkit-box-decoration-break: unset;
        -webkit-box-direction: unset;
        -webkit-box-flex: unset;
        -webkit-box-ordinal-group: unset;
        -webkit-box-orient: unset;
        -webkit-box-pack: unset;
        -webkit-box-reflect: unset;
        -webkit-line-break: unset;
        -webkit-line-clamp: unset;
        -webkit-mask-box-image: unset;
        -webkit-rtl-ordering: unset;
        -webkit-ruby-position: unset;
        -webkit-tap-highlight-color: unset;
        -webkit-text-combine: unset;
        -webkit-text-decorations-in-effect: unset;
        -webkit-text-fill-color: unset;
        -webkit-text-security: unset;
        -webkit-text-stroke: unset;
        -webkit-user-drag: unset;
        white-space-collapse: unset;
        widows: unset;
        width: unset;
        will-change: unset;
        word-break: unset;
        word-spacing: unset;
        x: unset;
        y: unset;
        z-index: unset;
    }

    .r-flex .recup-photos .propor .propor-cont .imagecont .masque {
        all: unset;
    }

    .body-page-1 .corps a.bouton-principal, .body-page-1 .corps button.bouton-principal {
        margin: 10px 0px;
        position: relative;
        border: 0px;
    }

    .row.r-flex h1 {
        margin-bottom: 50px;
    }

    .propor.pic-2 {
        display: flex;
        justify-content: center;
        width: 100% !important;
        position: static !important;
        height: auto !important;
    }

    .propor.pic-2 img {
        border-radius: var(--border-radiusC);
        width: 90% !important;
        height: auto !important;
        min-width: unset !important;
        min-height: unset !important;
    }

    .row.r-flex .col-md-5 {
        top: 0px;
    }

    .propor.pic-1, .qsn-titles {
        display: none;
    }

    .row.r-flex {
        display: flex;
        flex-direction: column;
        gap: 30px !important;
    }

    .row.r-flex article {
        padding: 0px;
    }

    .stp-txt {
        width: 100%;
    }

    .stp-bg-p {
        width: 100%;
        height: 360px;
    }

    .stp-bg {
    }

    .stepsAB {
        padding: 2em 5%;
        flex-direction: column-reverse !important;
    }

    .pied::after {
        height: 5%;
    }

    .body-page-1 .fluid-contenu .corps {
        padding: 3em 5%;
    }

    .bloc-contenu.services.nbr-services- {
    }

    .flex-head {
        flex-direction: column-reverse;
    }

    .flex-head-txt {
        width: 100%;
    }

    .pied .scrollbars {
        height: 150px;
    }

    .body-page-1 .pied::after, .body-pageseo .pied::after, .body-contact .pied::after {
        height: 8%;
    }

    .intervention .contenu {
        padding: 4rem 4%;
        width: 100%;
    }

    .intervention {
        padding: 4rem 4%;
    }

    .atouts-pseudo::before, .atouts-pseudo::after {
        height: 10%;
    }

    .icones {
        width: 32px;
        height: 32px;
    }

    .atouts-cards {
        grid-template-columns: 1fr 1fr;
    }

    .atouts {
        padding: 5em 10%;
    }

    .atouts-card:nth-child(3), .atouts-card:nth-child(4) {
        margin-top: 1rem;
    }

    .atouts-card:nth-child(3) {
        margin-left: 0px;
    }

    .atouts-card:first-child {
        margin: 0px;
    }

    .banniere::after {
        background: rgb(0, 0, 0);
        opacity: 0.2;
    }

    .contact .formulaire .form-group > label.control-label {
        display: block;
        transition: 0.4s;
        transform: translateZ(0px);
        bottom: 11px;
        opacity: 0.5;
        position: relative;
        font-size: 0px;
    }

    .contact .formulaire .form-group > label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px;
    }

    .container {
        max-width: none;
        width: auto;
    }

    .services .container {
        width: unset !important;
        max-width: unset !important;
    }

    .container {
    }

    .centerservice2 {
        margin: 0px !important;
    }

    .centerservice {
        margin: 0px 25% !important;
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100% !important;
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100% !important;
    }

    .contact .formulaire .form-group input[name="captcha"] {
        width: 100% !important;
        margin-right: 0px !important;
        text-align: left !important;
    }

    .contact .formulaire .form-group input[name="captcha"] + a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0px !important;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none;
    }

    .lb-prev {
        background: url("../images/lightbox-g.png") left 48% no-repeat;
        opacity: 1 !important;
    }

    .lb-next {
        background: url("../images/lightbox-d.png") right 48% no-repeat;
        opacity: 1 !important;
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }

    .banniere {
        height: 25vh !important;
        position: relative;
    }

    .body-page-1 .banniere {
        height: 30vh !important;
    }

    .body-page-1 .banniere {
    }

    .realisations .row.recup-photos.gallery {
        padding: 0px !important;
        display: grid !important;
        grid-template: "item1 item2" 250px "item3 item4" 250px / 1fr 1fr !important;
        gap: 10px !important;
    }

    .realisations .row.recup-photos.gallery .col-md-3:last-child {
    }

    .pied .bande1 {
        padding: 5rem 10% 70px;
    }

    .prestation .cell.texte .contenu {
        padding: 50px 10%;
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7% 30px;
    }

    .certifs .logo-certif img {
        background-size: contain;
    }

    .fluid-contenu {
        margin: 0px !important;
    }

    .body-service-list .fluid-contenu .corps {
        padding: 4em 4% 3em;
    }

    .slogan {
        width: 100%;
        left: 0px;
        padding: 0px 15px;
        top: auto;
    }

    .gallery .nav li {
        margin-bottom: 0px;
        background: 0px 0px;
        width: fit-content;
        height: 130px;
    }

    .body-page-1 .slogan {
        width: 57%;
        top: -2%;
        padding: 0px 1% 0px 3%;
        text-align: center;
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 60px;
    }

    .slogan .titre span {
        font-size: 29px;
    }

    .slogan .sous-titre {
        font-size: 27px;
        line-height: 54px;
    }

    .gallery .description-galerie {
        padding: 0px 0px 40px;
        text-align: justify;
    }

    .page-contenu-home {
        padding: 0px;
        font-size: 16px;
        margin-bottom: 28px;
    }

    .page-contenu-home p {
        margin-bottom: 10px;
    }

    .certifs .cell.gauche .contenu {
        padding: 0px;
    }

    .intervention .contenu {
    }

    .actualites .cell.texte .contenu {
    }

    .actualites {
        padding: 8em 6%;
    }

    .bande_contact_footer {
        padding: 0px;
    }

    .flex-seoContain {
        flex-wrap: wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: 0px 0px;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img {
        width: 100%;
        height: auto;
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%;
    }

    .contact .tab-formulaire {
        padding: 5rem 10%;
    }

    .livre-elements {
        padding: 0px;
    }
}

#contactButtonsMobile div a {
    background: var(--color1) !important;
}

@media (max-width: 767px) {
    :root {
        --taille-font: calc(1vw * 2);
        & body {
            font-size: 13px;
        }
    }

    .text-center.at-flex-btn {
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
        flex-direction: column;
    }

    .nbrMS1 {
        font-size: 250px;
        top: -32%;
        transform: translateX(-49%);
    }

    .flex-ms .benefits-content p {
        text-align: justify;
    }

    .accordion-content {
        padding: 0px 6px;
    }

    .container-ms-1 {
        padding: 2em 7%;
    }

    .accordion {
        padding: 0px;
    }

    .nbrAB1 {
        font-size: 26px;
        margin-bottom: 11px;
    }

    .bloc_atout {
        height: 200px;
        padding: 0px 20px 10px;
        margin: 12px auto;
    }

    .nos_atouts_content .row {
        flex-direction: column;
        margin: 0px;
    }

    .bloc_atout.bloc_atout2 {
        display: none;
    }

    .contact .formulaire .form-group input.btn-primary {
        text-align: center;
        background-image: none;
        padding: calc(var(--taille-font) * 1.5) calc(var(--taille-font) * 2);
    }

    .missions-wrapper .missions-img {
        display: none;
    }

    .missions-wrapper {
        padding: 3em 3%;
    }

    .missions-wrapper .missions-content {
        width: 100%;
    }

    .missions-wrapper .missions-content .ms-c {
        margin-bottom: 8%;
    }

    .news .date_post {
        font-size: 11px;
        padding: 3px;
    }

    .news .date_post .s1 {
        font-size: 24px;
    }

    .newsList .col-lg-6 {
        padding: 0px;
    }

    .body-news-list .corps .col-lg-10 {
        padding: 0px;
    }

    .atouts::before {
        top: 46.5%;
        left: 0px;
    }

    .atout {
        padding: 2em 1vh;
    }

    .atouts .btns-servAB {
        gap: 6%;
    }

    .atout p {
        font-size: 13px;
    }

    .nbrAB1 {
        font-size: 26px;
        height: 70px;
        width: 70px;
        margin-bottom: 11px;
    }

    .h1::before, h1::before {
        height: 18px;
        bottom: -19px;
    }

    .row.r-flex {
        gap: 0px !important;
    }

    .pied .copyright-footer {
        margin-bottom: 28px;
    }

    .body-page-1 .fluid-contenu {
        margin-top: -52px !important;
    }

    .formula {
        font-size: 13px;
    }

    .row.r-flex .text-center {
        text-align: center;
    }

    .performance {
        padding: 4rem 2% 1rem;
    }

    h3.performance-h3 {
        font-size: 14px;
    }

    .performance-icon_wrapper {
        width: 6rem;
        height: 6rem;
        margin-bottom: 0px;
    }

    .performance-item, .body-gallery-1191 .performance-item {
        width: 50%;
        padding: 1rem;
    }

    .container_ms .flex {
        flex-wrap: unset;
        flex-direction: column;
        gap: 16px;
        padding: 0px 5%;
    }

    .card_ms {
        width: 100%;
        height: auto;
    }

    .card_ms:last-child {
        margin: 0px;
        height: unset;
        width: 100%;
    }

    .body-page-1 .slogan .titre {
        font-size: 19px;
        line-height: 28px;
        text-align: center;
    }

    .body-page-1 .slogan {
        width: 100%;
        top: 50% !important;
        left: 48%;
    }
    .video-accueil {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-accueil video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


    .motif-banner {
        width: 83%;
        right: -9%;
    }

    .stepsAB {
    }

    .stp-bg-p, .stp-txt {
        width: 100%;
    }

    .pied::after {
        height: 2%;
    }

    .atouts-pseudo::before, .atouts-pseudo::after {
        height: 6%;
    }

    .AvisClientsBg a.bouton-principal {
        width: calc(var(--taille-font) *33);
    }

    .pied .scrollbars {
        height: 215px;
    }

    .intervention {
        padding: 0rem 0%;
        border-radius: 0px;
    }

    .banner-title {
        font-size: 23px;
        width: 100%;
        text-align: center;
    }

    .banner-text {
        width: 100%;
    }

    .special-banner {
        flex-direction: column;
        gap: 18px;
        padding: 2rem 0px;
    }

    .realisations .row.recup-photos.gallery .col-md-3:nth-child(3), .realisations .row.recup-photos.gallery .col-md-3:nth-child(4) {
        margin-top: 10px;
    }

    .bloc-contenu.services.nbr-services- {
        padding: 0px 5%;
    }

    div.title {
        width: 88%;
    }

    div.title h3 {
        font-size: 13px;
    }

    .flex-head .text-center {
        text-align: center;
    }

    .page-contenu-home {
        text-align: left !important;
        font-size: 13px;
    }

    .page-contenu-home h3, .page-contenu-home {
        font-size: 13px !important;
        text-align: left !important;
    }

    .body-page-1 .corps .page-contenu h2:first-of-type {
        letter-spacing: 0px;
        font-size: 19px;
        text-align: left !important;
    }

    .page-contenu-home li p, .page-contenu-home p {
        text-align: justify;
    }

    ul li::before {
        top: 2px;
    }

    .atouts {
        padding: 3em 0%;
    }

    .atouts-cards {
        grid-template-columns: 1fr;
    }

    .atouts-card {
        margin-left: 0px;
        margin-top: 1rem;
    }

    .flex-head-img img {
        display: none;
    }

    .corps {
        --taille_font: 14px;
        font-size: var(--taille_font);
    }

    .pad-xs {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pad-xs-l {
        padding-left: 15px !important;
    }

    .pad-xs-r {
        padding-right: 15px !important;
    }

    .centerservice2 {
        margin: 0px !important;
    }

    .centerservice {
        margin: 0px !important;
    }

    .nopad-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .nopad-xs-l {
        padding-left: 0px !important;
    }

    .nopad-xs-r {
        padding-right: 0px !important;
    }

    .h1, h1 {
        font-size: 20px;
        line-height: 22px;
    }

    .prestation .cell.texte .contenu h2.h1 {
        font-size: calc(var(--taille-font) * 3);
    }

    .intervention h2 {
        text-align: center;
    }

    .intervention h2::before {
        left: 50%;
        margin-left: calc(var(--taille-font) * -3.7);
    }

    .flex-head-txt h1 {
        text-align: center;
    }

    .flex-head-txt h1::before {
        left: 50%;
        margin-left: calc(var(--taille-font) * -3.7);
    }

    .titre-secondaire {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .nos_atouts .titre-secondaire {
        font-size: 13px;
    }

    .intervention .titre-secondaire {
        text-align: center;
    }

    .flex-head-txt .titre-secondaire {
        text-align: center;
    }

    .slogan {
        text-align: center;
    }

    .slogan .titre {
        font-size: 27px;
        line-height: 24px;
    }

    .slogan h1 {
        text-align: center;
    }

    .slogan .titre span {
        font-size: 23px;
    }

    .slogan .sous-titre {
        font-size: 18px;
        line-height: 27px;
    }

    .body-page-1 .slogan .sous-titre {
        position: relative;
        top: 5px;
        font-size: 15px;
    }

    .fluid-contenu .corps {
        padding: 20px 15px 40px;
    }

    .body-page-1 .fluid-contenu .corps {
    }

    .body-page-1 .fluid-contenu .corps {
        padding: 2em 4% 3em;
    }

    .recup-photos .col-md-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .recup-photos {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .newsList .recup-photos {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .recup-photos .propor {
        margin-bottom: 5px;
    }

    .certifs {
        display: block;
        padding: 3em 10% 2em;
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%;
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px;
        display: none;
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0px 15px 30px;
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0px;
    }

    .cont-slider .controls {
        bottom: -20px;
    }

    .services {
        display: block;
    }

    .services .cell.gauche {
        display: block;
        width: 100%;
        height: 180px;
    }

    .services .cell.droite {
        display: block;
        width: 100%;
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px;
    }

    .realisations {
        display: block;
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%;
    }

    .realisations .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .realisations {
        padding: 5em 5% 8em;
    }

    .realisations .row.recup-photos.gallery {
        grid-template-rows: 150px 150px !important;
        gap: 0px !important;
    }

    .realisations .propor {
        margin-bottom: 5px;
    }

    .AvisClientsBg .contenu, .realisations .contenu {
    }

    a.bouton-principal, button.bouton-principal {
    }

    .intervention .contenu {
        padding: 40px 15px 50px;
        border-radius: 0px;
        font-size: 14px;
        line-height: 1.64;
    }

    .intervention ul {
        column-count: 1;
        width: 100%;
    }

    .AvisClientsBg {
        padding: 0px 0px 25px;
    }

    .temoignageScroll {
        max-height: 135px;
    }

    .temoignageScroll {
        max-height: 135px;
    }

    .note-avis {
        flex-wrap: wrap;
    }

    .bande_contact_footer .row1 {
        padding: 2rem 8%;
    }

    .divAvis {
        width: 100%;
    }

    .pied .bande1 {
        padding: 70px 15px 30px;
    }

    .pied .btn-like {
        padding: 0px 0px 15px;
        text-align: center;
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0px 0px;
        justify-content: center;
    }

    .pied .btn-partage a {
        text-align: center;
    }

    .body-contact .fluid-contenu .corps, .body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0px 0px;
    }

    .contact .tab-coordonnes {
        display: block;
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none;
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0px 15px 30px;
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%;
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
        height: 180px;
    }

    .contact .plan .block #googlemapapi, .contact .plan iframe {
        height: 250px !important;
    }

    .contact .tab-formulaire {
        display: block;
        padding: 5rem 8%;
    }

    .contact .coordonnees {
        padding: 0px;
    }

    .gallery .description-galerie {
        padding: 0px 15px 20px;
    }

    .actualites, .prestation {
        display: block;
        padding: 0em 0% 2em !important;
    }

    .prestation {
        width: 100%;
    }

    .actualites .cell.photo, .prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px;
    }

    .actualites .cell.photo {
        height: 250px;
    }

    .actualites .cell.texte, .prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both;
    }

    .actualites .content {
        font-size: 14px;
    }

    .actualites .cell.texte .contenu, .prestation .cell.texte .contenu {
        padding: 30px 15px;
    }

    .gallery .ligne-photos .col-md-1, .gallery .ligne-photos .col-md-2, .gallery .ligne-photos .col-md-3, .gallery .ligne-photos .col-md-4, .gallery .ligne-photos .col-md-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .gallery .ligne-photos {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 10px;
    }

    .gallery .nav li {
        background: 0px 0px;
        width: 45%;
        margin-bottom: 10px;
    }

    .gallery .description-galerie {
        padding: 0px 0px 40px;
        text-align: justify;
    }

    body {
        text-align: left !important;
    }

    .services .cell.droite .contenu {
        clear: both;
    }

    .scrollbars {
        width: 100%;
        height: auto;
    }

    .news_avant_apres > div:last-child {
        right: 0px;
    }

    .news_avant_apres > div {
        display: block;
        margin: 0px 0px 5px;
    }

    .news_avant_apres, .news_avant_apres > div {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pad-sm {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pad-sm-l {
        padding-left: 15px !important;
    }

    .pad-sm-r {
        padding-right: 15px !important;
    }

    .nopad-sm {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .nopad-sm-l {
        padding-left: 0px !important;
    }

    .nopad-sm-r {
        padding-right: 0px !important;
    }

    .slogan {
        text-align: center;
    }

    .body-service-list h1, .body-service h1 {
        text-align: center;
    }

    .scrollbars {
        height: 240px;
    }

    .page-contenu-home.scrollbars {
        height: calc(var(--taille-font) * 65);
    }

    .body-contact .fluid-contenu .corps, .body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0px 0px;
    }

    .h1, h1 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 53px;
    }

    .prestation .cell.texte .contenu h2.h1 {
        min-height: 52px;
    }

    .titre-secondaire {
        font-size: 17px;
        line-height: 24px;
    }

    .gallery .description-galerie {
        padding: 0px 0px 40px;
        text-align: justify;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px;
    }

    .services a.bouton-principal {
        font-size: 11px;
    }

    .body-error404 a.btn.btn-default, .contact .formulaire input.btn-primary, .contact a.btn.btn-default {
        padding: 16px 20px;
        font-size: 12px;
    }

    .contact .coordonnees {
        padding: 0px;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none;
    }
}

.infinite-scroll .chargement {
    background: url("../images/chargement.gif") center top no-repeat scroll rgba(0, 0, 0, 0);
    bottom: 0px;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px;
}

.g-recaptcha {
    float: left;
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    top: -45px;
    display: block !important;
    opacity: 0 !important;
    margin: 0px !important;
    height: 10px !important;
}

@media print {
    @page {
        size: portrait;
        margin: 2cm;
    }

    body {
        background-color: var(--color0);
        font-family: serif;
        font-size: 10pt;
    }

    a::after {
        content: " [" attr(href) "] ";
    }

    h1, h2, h3 {
        font-family: verdana, serif;
    }

    .hide-print {
        display: none;
    }

    .hide {
        display: none;
    }

    .clear {
        clear: both;
    }

    div[class^="col-"] {
        width: 100%;
    }

    .gallery .ligne-photos div[class="col-md-2"] {
        width: 16.6667%;
    }

    .gallery .ligne-photos div[class="col-md-3"] {
        width: 25%;
    }

    .gallery .ligne-photos div[class="col-md-4"] {
        width: 33%;
    }

    .gallery .ligne-photos div[class="col-md-6"] {
        width: 50%;
    }
}

.swiper-slide > .hero-img {
    transition-duration: 0.8s;
    transform: scale(1.1);
    opacity: 0;
}

.swiper-slide-active > .hero-img {
    opacity: 1;
    transform: scale(1);
}

.hero {
    position: relative;
}

.hero .overlay-black {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--clr-black), 0.75);
    z-index: 3;
}

.container-ms {
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

.hero-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.hero-super {
    position: absolute;
    bottom: 88px;
    left: 40px;
    color: rgb(255, 255, 255);
    font-size: 44px;
    font-weight: 600;
    line-height: normal;
    z-index: 3;
    transition-delay: 0.2s;
}

.hero .nav-carousel .button-prev, .hero .nav-carousel .button-next {
    transition: transform 0.3s ease-in-out;
}

.hero .nav-carousel .button-prev:hover, .hero .nav-carousel .button-next:hover {
    transform: scale(1.1);
}

.hero .nav-carousel .pagination > .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: hsl(var(--clr-white), 0.5);
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.hero .nav-carousel .pagination > .swiper-pagination-bullet-active {
    background-color: hsl(var(--clr-white));
    width: 48px;
    border-radius: 16px;
}

.hero .nav-carousel .pagination > .swiper-pagination-bullet:hover, .hero .nav-carousel .pagination > .swiper-pagination-bullet-active:hover {
    background-color: hsl(var(--clr-white));
}
@media (min-width: 2000px){
    .cta a.bouton-principal, .cta .tel-header {
        width: 316px !important;
    }
    .swiper-button-next-serv, .swiper-button-prev-serv {
    border-radius: var(--border-radius);
    background: var(--color1);
    margin: 0px 1rem;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80px;
    height: 80px;
    font-size: 24px;
    transition: all 0.3s 
linear 0s;
    color: var(--color4);
    border: 1px solid var(--color1);
}
.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    filter: brightness(0);
    transition: all .3s 
linear;
}
.map iframe {
    width: 100%;
    transition: 0.3s;
    /*! height: 951px; */
    vertical-align: bottom;
}
}