:root {
    --color0: #ffffff;
    --color1: #1f2147;
    --nuanceColor1: #407929;
    --color2: #407929;
    --color3: #1a84b5;
    --color4: #707070;
    --color5: #78cbef;
    --color6: #1C6234;
    --bg-facultatif: #e3f5fc;
    --font_family_1: 'Quicksand-Bold';
    --font_family_2: 'Poppins-Light';
    --font_family_3: 'Poppins-Regular';
    --h1-size: clamp(6.5rem, 5vw, 7rem);
    --height: calc(55vh - 11vh);
    --font-size: 16px;
    --font-title: clamp(4.7rem, 1vw, 5rem);
    --taille_font: clamp(1.5rem, 0.9vw, 1.5rem);
    --border-radius: 60px;
}

.row.row-1 {
    box-shadow: 2px 2px 10px 4px rgb(80 131 192 / 13%);
    background: #fafdff;
    border-radius: var(--border-radius);
    padding: 23px 8px;
}
/* 
.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: var(--font-size);
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 3vh;
    z-index: 1;
    color: var(--color1);
    font-family: var(--font_family_2);
    /* border: 1px solid #ffffff5e;
    border-radius: var(--border-radius);
}
 */
.corps .page-contenu h2:first-of-type:before, .corps .gallery h2:first-of-type:before , .corps .seo-content h2:first-of-type:before , .corps .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 1px;
    top: 0;
    z-index: -1;
    border-radius: 16px;
    /* backdrop-filter: blur(5px); */
    /* filter: blur(5px); */
    box-shadow: 0px 4px 8px 2px rgb(80 131 192 / 13%);
    background: #fafdff;
    /* background: var(--color3); */
}
 */
.corps blockquote {
    border: var(--border-radius);
    position: relative;
    padding: 4vh 2vw;
    margin: 3vh 0;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: calc(var(--taille_font) + 1rem);
    font-weight: 700;
    z-index: 1;
    color: var(--color0);
    border: 1px solid #ffffff5e;
    border-radius: var(--border-radius);
}

.corps pre {
    text-align: justify;
    font-size: inherit;
    font-family: var(--font_family_2);
    background-color: var(--color0);
    border: 1px solid var(--bg-facultatif);
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
    overflow-x: auto;
    word-wrap: normal;
    word-break: inherit;
    white-space: pre-wrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.banniere img.bad-ge {
    width: 148Px;
    right: 50px;
    object-fit: contain;
    height: auto;
    filter: grayscale(1);
}

.imgcerti img {
    height: 113px;
}

.row.rrow .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    display: flex ;
    gap: 1%;
    align-items: center;
    justify-content: space-between;
}

.badges {
    position: absolute;
    z-index: 1000;
    width: 131px;
    object-fit: contain;
    right: 30%;
    bottom: 11vh;
    height: auto;
    display: flex;
}

.banniere img.bad-ge2 {
    width: 136Px;
    right: 50px;
    object-fit: contain;
    height: auto;
}

.gradient-text {
    left: 0;
    transform: translateX(-50%);
    transition: transform 0.2s ease-out;
    will-change: transform;
    position: relative;
}

.navh .menu_principal>li .sub-menu-catalogue,.menu_principal li.has-sub-menu:before {
    display: none !important;
}

.body-pageseo .contact .formulaire .form-group input.btn-primary {
    margin-top: initial;
}

.partenair {
    display: flex;
    gap: 1%;
}

.checkbox.label-rgpd {
}

.description-contact.clear {
    color: var(--color2);
}

.whatsapp {
    right: 0%;
}

.blocsav01 h3 img {
    width: auto;
    height: 36px;
}

.AvisClientsBg .contenu .row div > h2 small {
    display: none !important;
}

.AvisClientsBg a.bouton-principal {
    width: 100%;
    min-width: 350px;
}

.body-news .container2 h1 {
    width: 100%;
    float: left;
}

.livre.col-md-12.text-center .bouton-principal {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: var(--color0);
    font-family: var(--font_family_2);
    margin: 0;
    border-radius: var(--border-radius);
    background: var(--color2);
    padding: 14px 20px;
    min-width: 205px;
    text-align: center;
    width: 300px;
    border: 1px solid var(--color2);
    cursor: pointer;
    padding: 1em 1vw;
}

.livre.col-md-12.text-center .bouton-principal:hover {
    transition: all .4s ease;
    background: var(--color1);
    border-color: var(--color1);
}

.whatsapp {
    position: fixed;
    z-index: 9999;
    display: block;
    bottom: 4vh;
    right: 40px;
    width: 50px;
    display: flex;
    flex-direction: row;
}

.whatsapp button {
    text-align: center;
    background: #00e676;
    border: none;
    transform: rotate(360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.whatsapp button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    animation: pulse-border-w 1s 0s ease-out infinite;
    background: linear-gradient(to top, #00e676, #00e676);
    z-index: -1;
    border-radius: 50%;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes pulse-border-w {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

/***/
.inter-map.blocsav .h1 {
    text-align: center;
}

.blocsav .gradient-text {
    line-height: 8rem;
    margin: 0em 0em 0em 0em;
    text-align: center;
    display: block;
}

.blocsav01 ul {
    list-style: none;
    padding: 0;
}

.titreh {
    background: #272a59;
    ); border-radius: var(--border-radius);
    margin: 2vh 0 3vh;
    padding: 2vh 1.5vw;
    color: var(--color0) !important);
    gap: 1%;
}

.blocsav01 ul li {
    background: url(../images/goute.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 21px;
    margin: 0 0 6px;
}

.blocsav01 h3 i {
    font-size: 20px;
    padding-bottom: 4px;
}

.cta {
    position: relative;
    float: left;
}

.blocsav01 h3 {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 4vh 0 3vh;
}

.blocsav01 h3 {
    color: var(--color0);
    /* background: var(--color1); */
}

.whatsapp a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4%;
}

.whatsapp span {
    font-size: var(--taille_font);
    box-shadow: 1px 1px 8px 0 rgba(59, 64, 76, 0.8);
    animation: purechat-launcher-appear 288ms cubic-bezier(.4,0,.2,1);
    animation-delay: 288ms;
    animation-fill-mode: both;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    min-width: 0;
    white-space: nowrap;
    height: 60px;
    display: flex;
    padding: 0px 25px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/***/
h3.nktitle1 {
    font-size: calc(var(--taille_font) + .6rem);
    color: var(--color3);
}

/***/
.Btn {
    z-index: 0;
    color: var(--color0) !important;
    text-align: center;
    text-decoration: none !important;
    background-color: var(--color2);
    padding: 1em 1vw;
    transition: all 0.2s ease 0s;
    position: relative;
    font-family: var(--font_family_2);
    font-size: var(--font-size);
    transform: translate(0px);
    margin: 1em 0px;
    border-radius: var(--border-radius);
    text-transform: initial;
    font-weight: normal;
    border: none;
    display: inline-flex;
    height: initial;
    line-height: initial;
}

/* plus sign */
.sign {
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 13px;
}

.sign svg {
    width: 17px;
}

.sign svg path {
    fill: white;
}

.text a {
    color: #fff !important;
    transition: all .4s ease;
}

.text a:hover {
    color: inherit !important;
    text-decoration: none;
}

/***/
/*Layer*/
.patern1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 514px;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    background: url(../images/patern1.png);
    background-repeat: no-repeat !important;
    opacity: .32;
}

.patern2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 514px;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    background: url(../images/patern2.png);
    opacity: .32;
    z-index: -1;
}

/**/
.assainissement.section .text0 h2 {
    text-align: left;
}

.text0 {
    color: var(--color1);
}

.interv {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /*! background: var(--color3); */
}

.img-desc.img-desc2 img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

.intervention, .bande0 {
    position: relative;
    z-index: 8000;
    background-attachment: fixed;
    padding: 6vh 0;
    /*! background: #fbf5f0; */
}

.bande0 {
    position: relative;
    z-index: 8000;
    padding: 6vh 5vw;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: start;
}

.row.bg {
    width: 100%;
    margin: 0 auto;
    padding: 7vh 0;
    float: left;
    background: linear-gradient(179deg, rgba(255, 255, 255, 1) 0%, #e3f6ff 35%, rgb(143 202 232) 100%);
}

.bande0 .contact .formulaire .form-group .form-control:focus {
    border: 0;
    border-bottom: 1px solid var(--color2);
}

.bande0 .contact .formulaire .form-group .form-control {
    background: transparent;
    color: var(--color0);
    border-bottom: 1px solid var(--color0);
    padding: 10px 0;
    box-shadow: inherit;
}

.bande0 ::-webkit-input-placeholder {
    color: var(--color0)!important
}

.bande0 :-moz-placeholder {
    color: var(--color0)!important;
    opacity: 1!important
}

.bande0 ::-moz-placeholder {
    color: var(--color0)!important;
    opacity: 1!important
}

.bande0 :-ms-input-placeholder {
    color: var(--color0)!important
}

.bande0 .checkbox {
    color: var(--color0) !important;
    opacity: 1!important
}

/*****/
.page-image img {
    height: 100%;
    width: auto;
    display: block;
    object-fit: cover;
}

.page-image {
    /* -webkit-mask-image: url(../images/goute.svg); */
    /* -webkit-mask-size: 108%; */
    /* -webkit-mask-position-x: 150%; */
    /* -webkit-mask-position-y: 122%; */
    /* -webkit-mask-repeat: no-repeat; */
    height: 72vh;
    border-radius: 50px;
    overflow: hidden;
}

/***Initial style header ****/
.navh .menu_principal a:hover, .navh .menu_principal li.active > a {
    color: var(--color1);
    transition: all .4s ease;
}

.sec-title.text-center {
    overflow: hidden;
    visibility: visible;
}

.sec-title.text-center .swiper-slide {
    visibility: visible;
    /* filter: invert(1) brightness(100%) grayscale(100%); */
}

.ecorecycle {
    width: auto !important;
    height: 50px !important;
}

.xxxnk {
    position: relative;
    right: 4%;
}

.content-assainissement.reversenk {
    flex-direction: row-reverse;
}

.tete .header .flex-btn .xxxnk {
}

.fixed .header .flex-btn .xxxnk {
    display: inline;
    height: initial;
    line-height: initial;
}

/**/
.services-home {
    position: relative;
    padding: 4em 10% 8em;
    background: var(--bg-facultatif);
    opacity: 1;
    transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
    /*! margin-bottom: 4em; */
}

.serviceblocNK {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-home::before {
    content: "";
    position: absolute;
    /* top: 0px; */
    /* left: 0px; */
    /* width: 100%; */
    /* height: 50%; */
}

.services-home .h1 {
    color: var(--color2);
    text-align: left;
}

.services-home .h1::before {
    /*! background-color: var(--color1); */
    /*! left: 15%; */
}

.title-serv .titre-secondaire {
    text-align: left;
}

.one-service::after {
    /* content: ""; */
    /* position: absolute; */
    /* inset: -50%; */
    /* width: 900px; */
    /* background: linear-gradient(rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0)); */
    /* transform: rotateZ(60deg) translate(-5em, 50em); */
}
.one-service img{
    height:100%;
    object-fit: cover;
    width: 100%;
}

.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: 100%;
    padding: 24px 16px;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    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 span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: var(--color0);
    opacity: 0.8;
    transition: all 0.4s ease 0s;
    transform: scaleX(0);
    transform-origin: left bottom;
} */
.titre-service-premier span {
    position: relative;
    font-size: 14px;
    color: var(--color0);
    font-family: var(--font_family_3);
    /* margin-left: 10px; */
    transition: all .4s ease;
}

.titre-service-premier span:hover {
    /* background: var(--color5); */
    /* color: #fff; */
}

/* .one-service.item:hover .titre-service-premier span::after {
    transform: scaleX(1);
    transform-origin: right bottom;
} */
.one-service:hover .lien_image img {
    transform: scale(1.05);
    transition: all 500ms ease;
}

.engegements-content {
    overflow: hidden;
}

.swiper-button-next-serv, .swiper-button-prev-serv {
    border-radius: var(--border-radius);
    background: transparent;
    margin: 0px 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 13px;
    transition: all 0.3s linear 0s;
    color: var(--color3);
    border: 1px solid rgba(0, 0, 0, 0.34);
}

.swiper-button-next-serv:hover, .swiper-button-prev-serv:hover {
    background: var(--nuanceColor1);
    color: var(--color0);
    border: none;
}

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-service {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container-m .swiper-slide {
    border-radius: var(--border-radius)
}

.auto-container {
    position: relative;
    background: #fafbfc;
    color: var(--color0);
    padding: 5vh 2vw;
    border-radius: var(--border-radius);
    box-shadow: 2px 2px 10px 4px rgba(79.99999999999999, 131, 192, 0.15);
    --padding-top: 40px;
}

/***/
html {
    overflow-y: scroll;
    scroll-snap-type: y mandatory ;
}

.partenaires .h1 {
    text-align: center;
}

.assainissement.sectnk.section {
    /* background: linear-gradient(180deg, #fff 0%, #90cbe8 85%); */
}

.assainissement {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* color: var(--color0); */
    padding: 4em 10% 5em;
    /* background: linear-gradient(180deg, #a5d9f2 0%, #ffffff 85%); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.newBlock{
   position: relative;
   padding: 2em 10% 5em;
}

.newBlockFlex {
    display: flex;
    flex-direction: row-reverse;
    gap: 100px;
    align-items: center;
}

.newBlockCont {
    width: 60%;
}

.flexLink {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.flexLink img {
    height: auto;
    width: 200px;
}

.newBlockImg {
    width: 40%;
    border-radius: 31px;
    overflow: hidden;
}
.services-section .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.services-section .bottom-box .text {
    line-height: 28px;
    padding: 15px 30px;
    background-color: var(--bg-theme-color3);
}

.services-section .bottom-box .theme-btn {
    margin-left: 10px;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.service-block .inner-box {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 45px 25px 50px 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 5px;
    overflow: hidden;
    height: 320px;
}

.service-block .inner-box::before {
    position: absolute;
    width: 124px;
    height: 121px;
    left: 0;
    top: 0;
    background-image: url(../images/dots.png);
    content: "";
}

.service-block .inner-box:hover {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.service-block .inner-box:hover .icon-box {
    background-color: var(--color1);
}

.service-block .inner-box:hover .icon-box .icon {
    filter: brightness(0) invert(1);
}

.service-block .inner-box:hover .read-more i {
    color: #ffffff;
    background-color: var(--color1);
}

.service-block .icon-box {
    position: absolute;
    right: -52px;
    bottom: -52px;
    height: 210px;
    width: 210px;
    background: #f3f3f3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 40px 30px;
    border-radius: 50%;
}

.service-block .icon-box .icon {
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 165px;
    height: auto;
    position: relative;
    top: 10px;
    left: -22px;
    /* filter: grayscale(1); */
}

.service-block .title {
    font-weight: 800;
    margin-bottom: 14px;
    font-size: 28px;
}

.service-block .title:hover {
    color: var(--theme-color2);
}

.service-block .text {
    position: relative;
    margin-bottom: 77px;
}

.service-block .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    color: #6a6a6a;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    text-decoration: none;
}

.swiper-pagination {
    left: 50% !important;
    transform: translate(-50%);
    display: flex;
    gap: 5%;
    width: unset !important;
    bottom: unset !important;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    width: 35px;
}

.service-block .read-more i {
    margin-right: 15px;
    height: 52px;
    width: 52px;
    font-size: 16px;
    color: var(--color4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.auto-container {
    position: relative;
    /* margin: 0 auto; */
    width: 100%;
    padding: 3vh 2vw;
}

a.imgservnk {
    cursor: pointer;
    display: block;
}

.partenaires .auto-container:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* background: #272959; */
    /* inset: 0; */
    border-radius: var(--border-radius);
}

.swiper-container-newser {
    position: relative;
    overflow: hidden;
    padding: 3px 0 0;
}

.sec-title h2 {
    margin-bottom: 45px;
    margin-top: 5px;
}

span.sub-title {
    font-size: 22px;
    font-weight: 600;
}

/*loader */
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: var(--color0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader span {
    position: absolute;
    color: #fff;
    font-size: 120px;
    letter-spacing: 5px;
    font-family: var(--font_family_1);
}

.loader span:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 0.3px rgb(128, 198, 255);
}

.loader span:nth-child(2) {
    color: rgb(128, 198, 255);
    -webkit-text-stroke: 1px rgb(128, 198, 255);
    animation: uiverse723 3s ease-in-out infinite;
}

@keyframes uiverse723 {
    0%, 100% {
        clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
    }
}

/*fin loader */
.slogan {
    top: 47%;
    z-index: 9;
    color: white;
    width: 100%;
    position: absolute;
    padding: 0 5%;
    text-align: center;
}

.body-page-1 .slogan {
    padding: 0;
    position: relative;
    top: 0;
    text-align: start;
    right: 0px;
    margin-top: 5%;
    width: 50%;
    /* float: right; */
}

.slogan h1 {
    text-align: left;
    font-size: 36px;
    color: var(--color1);
    margin: 0;
    text-align: center;
}

.slogan h1 span {
    font-size: 16px;
    font-family: var(--font_family_1);
    color: #aaa;
    line-height: 1.2;
    font-weight: normal;
    margin: 20px 0;
    display: inline-block;
}

.body-catalogue-item .slogan h1 {
    font-size: 30px;
}

.slogan .titre {
    font-family: var(--font_family_1);
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    /* text-shadow: 1px 1px 3px #2d2d2d; */
    color: var(--color1);
    display: block;
}

.body-page-1 .slogan .titre {
    font-size: var(--h1-size);
    font-family: var(--font_family_1);
    text-transform: uppercase;
    line-height: 1;
    /*! letter-spacing: 3px; */
    color: var(--color1);
}

.slogan .titre span {
    color: var(--color3);
}

.partlogo.partlogo2 img {
    height: 10vh;
    margin-top: -4vh ;
}

.slogan .sous-titre {
    font-family: var(--font_family_2);
    font-size: 30px;
    /*! letter-spacing: 3px; */
    font-weight: 100;
    color: var(--color1);
    text-transform: uppercase;
}

::selection {
    color: #fff;
    background-color: var(--color1);
}

::-moz-selection {
    color: #fff;
    background-color: var(--color1);
}

body {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

.slidesContainer img {
    width: 100%;
    border-radius: var(--border-radius);
}

.slidesContainer {
    width: 100%;
    margin: 0 0 !important;
    !i;!; }

a img {
    border: none
}

img {
    max-width: 100%;
}

ul, ol {
    list-style-position: inside;
    padding-left: 15px;
}

ul.sub-menu.pdts-mob {
    display: none;
}

ul.liste-cats {
    padding: 10px 0;
}

ul.liste-cats li {
    padding-bottom: 3px;
}

ul.liste-cats li a {
    font-size: 16px;
    color: var(--color0);
}

ul.liste-cats li:hover {
    background: var(--color2);
}

ul.liste-cats li:hover a {
    color: white !important;
    !i; !; }

ul.liste-cats li {
    list-style: none;
}

.navh .menu_principal>li .sub-menu-catalogue li {
    border-bottom: 1px solid #ffffff5e;
    padding: 12px 10px;
    transition: all .5s;
}

.fixed .navh .menu_principal>li .sub-menu-catalogue li {
    border-color: gainsboro;
}

menu, dir {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

article.page.clear.node-1 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table, table td, table th {
    font-size: inherit;
    border: 1px solid #7C7C7C;
    color: black;
}

main, section, article, aside, footer, header, nav, hgroup {
    display: block;
    position: relative;
}

article.view.view-1 {
    /* height: 100%; */
}

iframe {
    border: none
}

ul li.niveau2, ol li.niveau2 {
    margin-left: 30px
}

/************ footer ***************/
.title_footer {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font_family_1);
    font-weight: bold;
    font-size: 30px;
    color: var(--color1);
}

.pied .scrollbars {
    margin: 15px 0 0 0;
    height: 200px
}

.footer-coordonnees .flex-recherches .scrollbars {
    height: 199px;
}

.flex-address {
    display: flex;
}

.footer-coordonnees > i {
    color: var(--color2);
    padding: 6px 11px 0 0;
}

.footer-coordonnees .tel1, .footer-coordonnees .tel2, .flex-address {
    display: flex;
}

.footer-coordonnees .tel1, .footer-coordonnees .tel2, .flex-address {
    color: var(--color1);
    padding: 4px 10px 5px 0;
    transform: rotate(0);
    margin: 0 !important;
}

.footer-coordonnees .tel1 i, .footer-coordonnees .tel2 i, footer .flex-address i ,p.tel.tel1 i {
    color: var(--color1);
    padding: 4px 10px 0 0;
}

.flex-horaires .horaires {
    /* display: flex; */
    /* justify-content: flex-start; */
    /* font-size: 16px; */
    float: left;
    color: white !important;
    !i;!;}

.flex-horaires .horaires i {
    padding: 0 10px 0 0;
    color: var(--color2);
    margin-right: 8px;
}

footer .flex-horaires .horaires i {
    color: white;
}

#footer {
    position: relative;
    z-index: 1;
    /*! background: var(--color3); */
}

p.logo-site2 {
    width: 11%;
}

.block.block-2 br {
    display: none;
}

.cp {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

.block.block-2 {
    width: 100%;
}

footer#footer {
    /*! background-color: transparent !important; */
}

footer#footer {
    /*! background: url(../images/footer.jpeg) no-repeat top center / cover; */
    background-attachment: fixed;
    background: #9bd1eb;
}

footer:after {
    /*! background: black; */
    /*! opacity: 0.5; */
    /*! content: ""; */
    /*! position: absolute; */
    /*! width: 100%; */
    /*! height: 100%; */
    /*! top: 0; */
    /*! left: 0; */
    /*! z-index: -1; */
}

.footer {
    position: relative;
    height: auto;
    padding: 0;
    margin: 0 0 0 0;
}

.footer1_bg {
    position: relative;
    padding: 30px 10%;
    z-index: 100000;
}

.footer2_bg {
    background-color: #ffffffa6;
    /*! margin-top: 100px; */
    box-shadow: -1px 0px 11px 3px #85858554;
    border-radius: var(--border-radius);
    padding: 6px 7px !important;
    width: 47%;
    padding: 0 0;
    display: flex;
}

.hsep {
    background: url(../images/hsep.jpg)repeat-x 50% 50%;
    position: relative;
    margin-top: -31px;
    height: 2px;
    width: 100%;
    margin-bottom: 28px;
}

/******************************/
.titreAbdelhamid {
    position: relative;
    font-size: 18px;
    color: var(--color1);
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
}

.titreAbdelhamid span {
    color: var(--color0);
}

/************* menu footer ************/
.menu_footer_bg {
    background-color: transparent;
    padding: 0;
}

.menu_footer {
    display: block;
    text-align: center;
    padding: 5px 0;
    margin: 0;
    line-height: normal;
    width: 100%;
}

.menu_footer> li {
    list-style: none;
    /* display: inline-block; */
    margin: 5px 5px;
    position: relative;
    text-align: start;
    border-right: 0px solid var(--color3);
    line-height: 1.1;
    color: var(--color3);
    position: relative;
}

.text-desc h2 {
    color: var(--color1);
    text-align: left !important;
}


.menu_footer li a {
    /* font-size: 18px; */
    color: #000000;
    line-height: normal;
    text-decoration: none;
    font-weight: 100;
    padding: 0px 6px 0;
    font-family: var(--font_family_2);
    line-height: inherit;
}

.menu_footer li.active a,.menu_footer li a:hover,.menu_footer li a:focus {
    color: var(--color1);
    /* text-decoration:underline; */
}

.menu_footer li:last-child a,.menu_footer li:last-child {
    border-right: none;
}

.actualites {
    padding: 0 0vw;
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}

.actualites .date_post,.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 4% 4% 4%;
    z-index: 50;
    margin: 0;
    /* border-radius: var(--border-radius) 0 0; */
}

.actualites .date_post span,.news .date_post span {
    display: block;
    line-height: 1.4;
    min-width: 84px
}

.actualites .date_post .s1,.news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px,2vw,50px)
}

.actualites,.block .actualites article {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 51%;
    background-position: center center;
    border-radius: 31px;
    position: relative;
    overflow: hidden;
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.actualites .cell.photo:hover {
    opacity: .95
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid #e6e6e6
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 3vh 0 4vh 4vw;
    direction: ltr;
    color: black;
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: no-repeat 0 9px
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.actualites a.bouton-principal,.news a.bouton-principal {
    margin: 30px 0;
}

.actualites .date_post,.news .date-article {
    color: var(--color0)
}

.actualites .cell.texte .contenu .text-center {
    display: flex;
    justify-content: flex-start;
    gap: 1%;
}

.contentsav {
    border-radius: var(--border-radius);
    position: relative;
    color: var(--color1);
    width: 78%;
}

.contentsav:before {
    content: 'SAV';
    position: absolute;
    font-family: var(--font_family_1);
    font-size: 161px;
    top: 0;
    opacity: .2;
    right: -35%;
    top: 0;
}

a /************* menu ref ************/
.row.row2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta2.text-right {
    position: absolute;
    left: 21px;
    bottom: 0;
}

.panel-group .panel {
    background: transparent;
    width: 100%;
}

.partenaires:after {
    /* background: url(../images/bg-2.png); */
    position: absolute;
    width: 100%;
    gap: 1%;
    display: flex;
    padding: 0vh 0 3vh;
    background-repeat: repeat-x;
    background-position: top;
    content: '';
    bottom: 0;
    left: 0;
}

.menu_ref_bg {
    min-height: 150px;
}

.menu_referencement {
    text-align: justify;
    margin-bottom: 20px;
    min-height: initial;
    width: 100%;
    padding: 0;
    height: auto;
    line-height: 1px;
    /* opacity: .5; */
    color: var(--color1);
}

.menu_referencement li {
    line-height: 1.3;
    display: inline;
    list-style-position: inside;
    opacity: 1;
}

.menu_referencement li:before {
    font-size: 18px;
    content: ' - ';
    color: black;
    margin: 0;
}

.menu_referencement li:first-child:before {
    display: none;
}

.menu_referencement li a {
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    color: black;
    font-size: 16px;
    font-weight: 100;
    opacity: 1;
}

.menu_referencement li.active a,.menu_referencement li a:hover,.menu_referencement li a:focus {
    text-decoration: underline;
    color: var(--color3);
}

/************* signature ****************/
.signature {
    width: 100%;
    margin: 10px 0 7px;
    padding: 0;
    float: none;
    display: inline-block;
}

.signature_link {
    margin: 0;
    display: block;
    color: var(--color2);
    font-size: 12px;
    text-align: center;
    line-height: 10px;
    text-decoration: none;
    font-style: italic;
    z-index: 3;
}

.signature_link:hover {
    color: var(--color2);
    text-decoration: underline;
}

.signature_link img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.copyright-footer {
    margin-bottom: 0;
    text-align: center;
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 220px;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}
footer ul li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: -15px;
    font-size: 14px;
    color: var(--color1);
    top: 0;
    width: 9px;
    height: 16px
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center;
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: bold
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.transition {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
}

.item-news {
    width: 100%;
    float: left;
    position: relative;
    border-radius: var(--border-radius);
    ); }

.photo.cover img {
    border-radius: var(--border-radius);
}

.photo.cover img {
    border-radius: var(--border-radius);
}

.cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

hr.trait {
    height: 1px;
    margin: -0.5em 0;
    padding: 0;
    color: #e0e0e1;
    background-color: #e0e0e1;
    border: 0
}

.page-contenu img {
    margin: 10px
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: #fff;
        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.666666666666664%
    }

    .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%
    }
}

@media (min-width: 992px) {
    .container {
        max-width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

section.myfaq .faq {
    padding: 0 0vw;
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
}

.accordion {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 27px;
    overflow: hidden;
}

.titre-comment {
    margin-bottom: 45px;
    margin-top: 40px;
    text-align: center;
}

.accordion .comment_part1 {
    width: 100%;
}

.accordion .accordion-item {
    margin-bottom: 20px;
    padding: 0 0px 0px 0px;
    position: relative;
    background: var(--color0);
    border-bottom: 1px solid #191B1B;
}

.accordion .accordion-item:last-child {
    border: none;
}

section.myfaq .accordion-item {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 12%);
}

.accordion button {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 10px 0vw 30px;
    border: none;
    background: none;
    outline: none;
    display: flex;
    align-items: center;
}

.accordion-item button[aria-expanded="true"] span.tit {
    display: none;
}

.accordion-item button[aria-expanded="false"] span.tit {
    display: block;
    transition: all .5s;
    margin-top: 2%;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
}

.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

#collapseTwoPrimary-1 .txt {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#collapseTwoPrimary-1 .text-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.accordion button .accordion-title {
    padding: 1em 0px .6em 0;
    width: 100%;
    text-align: left;
    display: block;
    text-transform: initial;
    font-size: 18px;
    line-height: 1;
    color: black;
    font-weight: 600;
}

section.investir .accordion button .accordion-title {
    font-size: 24px;
}

.img-desc.imglogo {
    width: 100%;
    height: auto;
}

.img-desc.imglogo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.img-desc.img-desc2 {
    width: 33%;
    height: auto;
}

.txt ul {
    list-style: none;
    padding: 0;
    line-height: 1.7;
}

span.numerotation {
    position: relative;
    font-family: var(--font_family_1);
    font-size: 24px;
    display: block;
    color: var(--color2);
}

.titlegal a {
    display: flex;
    flex-wrap: nowrap;
    color: var(--color0) !important;
    !i;!; font-family: var(--font_family_1);
    opacity: 1;
    width: 100%;
    padding: 1rem 0vw;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    !i;!; }

.text-1 p {
    text-align: left;
    line-height: 1.5;
    opacity: 1;
    color: black;
}

.en2 img {
    width: 10vw;
    float: left;
}

.en2 {
    color: black;
}

.text-1 {
    display: flex;
    gap: 2%;
    font-size: var(--taille_font);
}

.assainissement.section h2 {
    text-align: center;
}

.assainissement.section .h1.sans-image .gradient-text {
    /* background: linear-gradient(356deg, #c4e9fa87, #e6f4fc); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
    /* color: transparent; */
    color: var(--color1);
}

img.bad-ge2 {
    position: absolute;
    right: -15%;
    width: 25% !important;
    max-width: max-content;
    z-index: 1000;
    animation: spin 5s linear infinite;
    top: -7vh;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.txt {
    /* width: 50%; */
    color: var(--color1);
}

span.accordion-title {
    padding: 1em 0px .6em 40px;
    width: 100%;
    display: block;
    text-transform: initial;
    font-size: calc(var(--taille_font) * 1.3);
    line-height: 1;
    color: var( --color1);
    font-family: var(--font_family_1);
    position: relative;
}

.acroch h3 {
    position: relative;
    text-wrap: revert;
    text-transform: none;
    /* padding-left: 35px; */
    font-size: 25px;
    line-height: 1.33;
    /* color: var(--color3); */
}

span.accordion-title:before {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    content: '';
    background: url('../images/logo-faq.svg') center no-repeat;
    left: 0;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}

.cta2.ctap.text-right {
    /* display: inline-block; */
    /* position: relative; */
    float: left;
}

.cta2.ctap.text-right a.xxxnk.bouton-principal.hvr-shutter-out-horizontal {
    position: absolute;
    left: 9px;
    display: inline-block;
    bottom: 11px;
    margin: 0;
    max-width: fit-content;
}

.faq {
    display: flex;
    align-content: flex-start;
}

.accordi {
    width: 100%;
}

.titlegal {
    width: 100%;
    /* padding: 0 1vw; */
    /* background-color: #abc71d2b; */
    border-radius: var(--border-radius);
    border: 0;
    display: block;
}

div#accordion-primary {
    padding: 0vh 0vw 0vh;
    position: relative;
    margin: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    float: left;
}

.panel-heading {
    padding: 0;
    margin: 0;
    border: 0;
}

.panel-body {
    padding: 15px 0;
    color: black;
}

.accordi .icon::after {
    display: none;
    position: absolute;
    content: '';
    top: 8px;
    left: 11px;
    width: 2px;
    height: 10px;
    background: var(--color2);
}

a.collapsed .icon:after {
    display: block
}

section.investir span.numerotation {
    font-size: 18px;
}

.accordion button .icon, .accordi .icon {
    display: inline-block;
    position: relative;
    right: 0px;
    width: 30px;
    height: 30px;
    /* background: #ffffff4a; */
    border-radius: 28px;
    border: 2px solid var(--color2);
}

.accordion button .icon::before, .accordi .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 12px;
    left: 7px;
    width: 10px;
    height: 2px;
    background: var(--color2);
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 15px;
    left: 18px;
    width: 2px;
    height: 10px;
    background: var(--color2);
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 18em;
    transition: all 500ms;
    padding: 0vh 0 5vh 0;
    font-size: 32px;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
}

section.investir .accordion button[aria-expanded='true']+.accordion-content {
    font-size: 24px;
}

.accordion-content img {
    flex: 1;
    display: block;
    width: 50%;
    height: auto;
    object-fit: contain;
    padding: 0% 0% 0 5%;
}

.acc-title {
    color: black;
    width: 50%;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .5s;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    /* margin: 1em 0 2em; */
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    opacity: 1;
    color: black;
}

section.investir .accordion .accordion-content p {
    font-size: 14.35px;
}

body {
    color: #252525;
    font-family: var(--font_family_2);
    font-size: var(--font-size);
    background: #e3f5fc;
    );
    }

.swiperCar.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    overflow: hidden;
    margin-top: 60px;
}

.temoignages h1:first-of-type {
    text-align: center;
}

.bande2 {
    padding: 30px 10%;
}

p.icotext {
    margin: 0;
    font-weight: 900;
    color: var(--color1);
    font-family: var(--font_family_1);
}

.partblock:first-child {
    border-right: 1px solid #ffffff1c;
}

.partblock {
}

.AvisClientsBg.bg-optionnel-gris {
}

.AvisClientsBg.bg-optionnel-gris .contenu {
    position: relative;
    background: #272a59;
    color: var(--color0);
    padding: 18px;
    border-radius: var(--border-radius);
}

.actuAndNewsletter.actuAndNewsletter02.NewsletterBg p.logo-site img {
    width: 100%;
}

p.ico {
    font-size: 25px;
    background: var(--color1);
    padding: 9px 13px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    border-radius: 40px;
}

p.ico.w {
    background: var(--color2);
    color: #012f45;
}

.ft-box a {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5%;
}

.ft-box {
    width: 33%;
}

.boxicon-container {
    position: relative;
    display: flex;
    padding: 2px 9px;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    gap: 1px;
    justify-content: space-between;
}

.section-photo {
    position: relative;
    padding: 2vh 3vw 2vh 0;
    display: flex;
}

.text-1 img {
    float: right;
}

div#collapseTwoPrimary-0 {
    border: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0 !important;
    !i;!; }

.assainissement.section .h1 {
    text-align: start;
}

.section-photo img {
    border-radius: var(--border-radius);
}

.accordeonaquatiris {
    position: relative;
    width: 100%;
    gap: 1%;
    display: flex;
    padding: 0vh 0 9vh;
    background: url(../images/bg4.png);
    background-repeat: repeat-x;
    background-position: top;
    margin-top: -20px;
}

.acroch {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90%;
}

div#contact-form {
    width: 53%;
    padding: 5vh 4vw;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: -3px 2px 5px 4px #cbe6f44a;
    z-index: 10;
    position: relative;
}

.block.block-1 {
    position: relative;
}

.item.node-35 {
    position: relative;
}

p.descerti {
    text-align: center;
    word-break: break-word;
    color: initial;
}

.flex {
    width: 90%;
}

.flex a {
    text-decoration: none !important;
}

.flex h3 {
    margin-top: 0px;
}

.iconBox02 {
    position: relative;
    width: 100%;
    display: flex;
    gap: 0;
    align-items: start;
    margin-top: 3%;
    justify-content: flex-start;
}

.text-desc {
    position: relative;
    display: block;
    width: 55%;
    text-align: left;
    color: var(--color3);
}

.iconBox02 span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    width: 70px;
    border-radius: 50%;
    /* box-shadow: 0 10px 20px rgb(115 115 115 / 56%); */
    width: 11%;
}

.iconBox02 span img {
    height: auto;
    width: 3vw;
    /* filter: invert(1); */
}

.row.row2 img {
    width: 20%;
    object-fit: contain;
    height: auto;
}

.panel-body .img-desc img {
    height: auto;
}

.row.row2 {
    float: left;
    display: flex;
    width: 100%;
    align-content: flex-start;
    flex-direction: row;
    padding: 1vh 0;
}

.section-picto {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding-top: 4%;
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column;
}

.img-desc {
    position: relative;
    /*! box-shadow: 0 10px 20px rgb(0 0 0 / 24%); */
    overflow: hidden;
    display: block;
    width: 46%;
    border-radius: 31px;
}

.img-desc:hover img {
}

.img-desc img ,.newBlockImg img {
    border-radius: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 75vh;
    object-fit: cover;
}

.content-assainissement {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 2vh 0 8vh;
    gap: 120px;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.inter-map {
    width: 100%;
    padding: 7vh 10%;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #9ad0ea 85%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.inter-map iframe {
    height: 100%;
    vertical-align: bottom;
    width: 100%;
}

.actu-show-more {
    margin-top: 4%;
}

.noscertifs {
    position: relative;
    padding: 11vh 15%;
    z-index: 8000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blocr {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    transition: all .5s ease;
}

.blocr:hover {
    transform: translateY(-20px);
}

.content-part {
    position: relative;
    color: var(--color0);
    padding: 5vh 2vw;
    border-radius: var(--border-radius);
    --border-radius: var();
    padding-top: 40px;
    background: #c2e9fc;
}

.swiper-buttons.nk {
    width: 10%;
    bottom: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.xx11 .swiper-fade .swiper-slide-active {
    visibility: visible;
}

.xx11.swiper-fade .swiper-slide-next , .xx11 .swiper-fade .swiper-slide-prev {
    visibility: hidden;
}

.xx11 .swiper-button-prev:focus, .xx11 .swiper-button-next:focus {
    background: var(--color2);
    color: #111111;
}

.xx11 .swiper-button-next:focus i, .xx11 .swiper-button-prev:focus i {
    color: #111111;
    /*! background: #fff; */
}

.partcontent {
    position: relative;
    width: 98%;
    padding-left: 0;
    PADDING: 6vh 0 0;
    /* padding-right: 15%; */
    color: var(--color1);
}

.partcontent h3 {
    font-size: 30px;
    margin-bottom: 4%;
    display: none;
}

.partlogo {
    position: relative;
    height: 4vh;
    margin: 1vh 0;
}

.partlogo:after {
    content: "";
    position: absolute;
    /* background: var(--color1); */
    height: 100%;
    width: 8px;
    display: block;
    right: -9%;
    top: 0;
}

.partlogo img {
    width: auto;
    height: 7VH;
}

.partblock {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /* background: #272a59; */
    /* color: var(--color0); */
    /* padding: 18px; */
    /* border-radius: var(--border-radius); */
}

.image-right {
    position: relative;
    width: 23%;
    height: 100%;
    overflow: hidden;
}

.image-right img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

.image-right:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.content-left {
    position: relative;
    width: 100%;
    /*! height: 100%; */
    padding: 4vh 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-left .h1 {
    /* padding-right: 10%; */
    /* text-transform: uppercase; */
    /* text-align: left; */
    /* font-size: 70px; */
}

span#first {
    /* font-size: 76px; */
}

//span#first:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 140px;
    background: url(../images/f3.png);
    background-repeat: no-repeat;
    background-size: 11%;
    background-position: 4%;
}

.partenaires {
    position: relative;
    /*! background: var(--color0); */
    z-index: 8000;
    padding: 6em 10% 9em;
    background-image: linear-gradient(180deg, #9ad0ea 0%, #9bd1eb 85%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.swiper-slide {
    /* visibility: hidden; */
}

.swiper-slide-active {
    visibility: visible;
}

h3.title-service {
    text-align: left;
    font-size: 52px;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 30px;
    /*! border-bottom: 8px solid var(--color1); */
    font-family: var(--font_family_1);
}

.service-desc {
    position: relative;
    width: 67%;
    padding: 0 0 0 8%;
}

.serv-img {
    position: relative;
    width: 50%;
    height: 65vh;
    /*! box-shadow: 0 10px 20px rgb(0 0 0 / 24%); */
}

.serv-img a {
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.serv-img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.serv-img a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.swiper-container-services {
    position: relative;
    overflow: hidden;
}

/*Thumbs services */
.nkhorizontal {
    margin-top: 2em;
}

.nkhorizontal .thumbsnk a img {
}

.thumbsnk a img {
    display: block;
    object-fit: cover;
    height: 22vh;
    width: 100%;
    border-radius: var(--border-radius);
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 25px 0 7vh;
}

.mySwiper .swiper-slide:hover {
    opacity: .851 !important;
    /*! transition: all .4s ease; */
}

.mySwiper .swiper-slide {
    width: 25% !important;
    !i;!; height: 100%;
    opacity: 0.4 !important;
    !i;!; margin-left: auto !important;
    margin-right: auto !important;
    padding: 14px;
    cursor: pointer;
    transition: all .4s ease;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1 !important;
    !i;!; }

/**/
.block-reali {
    position: relative;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%
}

.mySwiperServ-AB.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    overflow-x: hidden;
    overflow-y: visible;
}

.block-reali li {
    position: relative;
    display: block;
    /* width: 19%; */
    position: relative;
    text-align: center;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.block-reali li a {
    text-decoration: none;
    vertical-align: middle;
    display: flex;
    width: 100%;
    position: absolute;
    z-index: 0;
    align-items: start;
    justify-content: start;
    color: #fff;
    transition: all 450ms ease-out 0s;
    background: transparent;
    padding: 0;
    font-size: large;
    margin:0
}

.block-reali li a:hover {
    background:transparent;
    letter-spacing:2px
}

.block-reali li:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.block-reali li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-reali li a span {
    color: #FFF;
    font-size: 150%;
    font-weight: 300;
}

.block-reali li a span small {
    font-size: var(--font-size);
    opacity: 0.77;
    text-transform: none;
    display: block;
}

ul.block-reali li.cell-4 {
    grid-column: span 2;
    grid-row: 2;
}

ul.block-reali li.cell-3 {
    grid-column: span 1;
    grid-row: 2;
}

.one-service {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.one-service:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

ul.block-reali.block-reali-01 li a {
    height: 100%;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}

span.btnserv {
    position: relative;
    font-size: 16px;
    color: var(--color0);
    font-family: var(--font_family_3);
    transition: all .4s ease;
    display: inline-block;
    float: left;
    display: none;
}

ul.block-reali.block-reali-01 li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

/*.block-reali li:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;
  background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.66) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.66) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.66) 100%);
  z-index: 1;
}*/
.one-service-info.transition {
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: flex;
    left: 0;
    width: 100%;
    padding: 9px 15px;
    color: var(--color0);
    height: 100%;
    align-items: flex-end;
    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-info-inner.transition h3 {
    color: var(--color0);
    font-size: 16px;
    line-height: 43px;
    font-family: var(--font_family_1);
    margin: 0 0;
}

.one-service-info-inner.transition {
    z-index: 100;
    color: var(--color0);
    top: -40px;
    position: relative;
}

ul.block-reali {
    display: flex;
    /* 4 colonnes égales */
    /* hauteur fixe pour chaque ligne */
    gap: 5px;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 15%;
}

ul.block-reali li {
    transition: all 0.4s ease-in-out;
    color: var(--color3);
}

ul.block-reali li:hover img {
    /* transform: scale(1.1); */
    /* filter: blur(5px); */
}
@media (max-width: 1650px) {
    .body-page-1 .slogan .titre{
        
font-size: clamp(4.5rem, 3vw, 5rem);
    }

.content-assainissement {
    gap: 40px;
}

.body-page-1 .slogan {
    left: 5%;
}
    .services-home .services-home-content{
        
padding-left: 1% !important;
    }

.assainissement ,.newBlock {
    padding: 4em 5% 3em;
}

.fixed .flex-menuP {
    width: 60% !important;
}

.img-desc img, .newBlockImg img {
}

.actuAndNewsletterBg {
    padding: 4em 2% 3em !important;
}

.flex-logo {
    width: 15% !important;
}

.gradient-text {
    font-size: clamp(4.5rem, 7vw, 4rem) !important;
}

.body-page-1 .fluid-contenu .corps {
    padding: 4em 2% 4em !important;
}

.body-page-1 .fluid-contenu .corps {}
}
/* Mobile responsive */
@media (max-width: 900px) {
    ul.block-reali {
        display: flex;
        flex-wrap: wrap;
    }

    ul.block-reali li {
        width: 100%;
        height: auto;
    }
}

.services-home {
    position: relative;
    padding: 7em 2% 8em 2%;
    background: transparent;
    opacity: 1;
    /* transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; */
    /*! margin-bottom: 4em; */
    /* background-image: linear-gradient(180deg, #fff 0%, #a5d9f2 85%); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background: #e3f5fc;
}

.services-home .services-home-content {
    /* padding-left: 15%; */
}

.swiper-navigation {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 10px;
    margin: 50px auto 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* padding: 10px 5px; */
}



.services .swiper-navigation {
    margin-top: 50px;
}

.swiper-button-prev i, .swiper-button-next i, .swiper-button-prev1 i, .swiper-button-next1 i, .banniere .swiper-button-prev i,.banniere .swiper-button-next i  {
    font-size: 20px;
    color: var(--color3);
}

.banniere .swiper-button-prev i, .banniere .swiper-button-next i ,.services .swiper-button-next1 i, .services .swiper-button-prev1 i {
    color: var(--color0);
}

.swiper-button-prev, .swiper-button-next, .swiper-button-prev1, .swiper-button-next1 {
    position: absolute;
    height: 50px;
    width: 50px;
    /* border: 1px solid var(--color3); */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: lightgray;
}

.swiper-button-prev1 ,.swiper-button-prev {
    left: -50px;
}

.swiper-button-next1 ,.swiper-button-next {
    right: -50px;
}
.serviceblocNK {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-serv .h1 {
    color: var(--color0);
    text-align: center;
}

.services-home .h1::before {
    /*! background-color: var(--color1); */
    /*! left: 15%; */
}

.title-serv .titre-secondaire {
    text-align: center;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: #407929;
    display: inline-block;
    /* background: var(--color5); */
    padding: 11px 15px;
    border-radius: 31px;
    margin: 0 0 6vh;
}

.one-service {
    height: 55vh;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border-radius: 31px;
}

.one-service::after {
    /* content: ""; */
    /* position: absolute; */
    /* inset: -50%; */
    /* width: 900px; */
    /* background: linear-gradient(rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0)); */
    /* transform: rotateZ(60deg) translate(-5em, 50em); */
}

.one-service:hover::after {
    /* animation: 0.3s ease-in 0s 1 normal forwards running shine; */
}

@keyframes shine {
    100% {
        transform: rotateZ(60deg) translate(1em, -60em);
    }
}

.lien_image {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.titre-service-premier {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding: 50px 16px;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.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: 28px;
    line-height: 43px;
    font-family: var(--font_family_1);
    margin-top: 7px;
    margin-bottom: 5px;
    position: relative;
    margin-right: 2vw;
}

/* .titre-service-premier span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: var(--color0);
    opacity: 0.8;
    transition: all 0.4s ease 0s;
    transform: scaleX(0);
    transform-origin: left bottom;
} */
.titre-service-premier span {
    position: relative;
    font-size: 18px;
    color: var(--color0);
    font-family: var(--font_family_3);
    margin-left: 10px;
    transition: all .4s ease;
    margin-right: 2vw;
}

.titre-service-premier span:hover {
    /* background: var(--color5); */
    /* color: #fff; */
}

/* .one-service.item:hover .titre-service-premier span::after {
    transform: scaleX(1);
    transform-origin: right bottom;
} */
.lien_image img {
    height: 100%;
    width: 100%;
    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;
}

.swiper-button-next-serv, .swiper-button-prev-serv {
    border-radius: var(--border-radius);
    background: var(--color0);
    margin: -1px 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: #a8c9d8;
    border: 3px solid rgb(170 202 217);
}

.swiper-button-next-serv:hover, .swiper-button-prev-serv:hover {
    background: var(--nuanceColor1);
    color: var(--color0);
    border: none;
}

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-buttons {
    display: flex;
    justify-content: space-between;
    bottom: 0;
}

.btn-service {
    display: flex;
    align-items: center;
    justify-content: center;
}

.engegements-content {
    /* position: relative; */
    /* margin-top: 0%; */
}

.services.services-home {
    position: relative;
    z-index: 8000;
    padding: 5vh 10vw;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.flex-zone {
    position: relative;
    padding-right: 8%;
    background: #e3f5fc;
}

.pres-slog {
    position: relative;
    text-align: right;
    /*! text-transform: uppercase; */
    /*! font-weight: bold; */
    color: var(--color1);
    /*! font-size: 40px; */
    /*! line-height: 1; */
    /*! font-family: 'Montserrat-Bold'; */
    /* margin-top: 6%; */
}

.pres-slog:before {
    /*! content: ""; */
    /*! position: absolute; */
    /*! height: 8px; */
    /*! width: 24%; */
    /*! display: block; */
    /*! background: var(--color1); */
    /*! right: -9%; */
    /*! top: -20%; */
}

.actuAndNewsletterBg {
    padding: 0 10%;
    /* background: url(../images/actu-bg.png); */
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.block #newsletter_form input[type="submit"] {
    padding: 10px 13px 8px;
}

.actuAndNewsletter-container {
    padding: 8vh 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.NewsletterBg .h {
    /*! margin: 30px auto; */
    color: var(--color1);
    font-size: 32px;
}

.block #newsletter_form input[type="submit"] {
    padding: 10px 13px 8px;
}

.block.block-2 .form-inline .form-group input {
    background: transparent;
    text-align: left;
    border: 2px solid var(--color0) !important;
    color: var(--color2) !important;
    width: 360px;
    text-align: center;
}

#newsletter_form .form-group + input {
    display: block;
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 20px;
    font-family: var(--font_family_2) !important;
    color: var(--color2) !important;
    padding: 10px 30px !important;
    border: 1px solid var(--color0);
}

.block #newsletter_form input[type="submit"] {
    /* border: 1px solid var(--color2); */
    background: transparent;
    font-family: var(--font_family_2) !important;
    font-weight: 100 !important;
}

.center-dyn {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.actu-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    /* background: #eaf2f5; */
    border: 2px solid #ffffff38;
    border-radius: var(--border-radius);
}

.actu-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.actu-image .blazy {
    height: 390px;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.actu-image .blazy img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--border-radius);
}

span.actu-pubdate {
    position: absolute;
    min-width: 90px;
    padding: 10px;
    text-align: center;
    background: #eaf2f5;
    ); font-weight: 600;
    left: 0px;
    z-index: 9;
    display: flex;
    justify-content: center;
    border-radius: 40px 0 0 0;
}

.date_post .day {
    font-size: 18px;
}

.date_post .month,.date_post .year {
    font-size: 13px;
}

.actuAndNewsletter.actuAndNewsletter01 {
    position: relative;
    width: 90%;
}

.actuAndNewsletter.actuAndNewsletter02.NewsletterBg {
    position: relative;
    /*! width: 40%; */
    /*! height: 100%; */
    /* display: flex; */
    flex-direction: row;
    justify-content: center;
    padding: 2vh 0% 2vh;
    /* background: url(../images/bg4.png) repeat-x top; */
    background-position: 0 -56px;
    margin-top: -3px;
    flex-wrap: nowrap;
    gap: 0;
    z-index: 1000;
    background: #9ed2e8;
}

/** BLOCK NEWSLETTER **/
.NewsletterBg {
    /*! padding:78px 20px 60px; */
    /*! text-align:center; */
}

.NewsletterBg .h {
    color: var(--color1);
    font-size: calc(var(--taille_font) * 1.6);
    /*! margin:0 0 30px 0; */
    text-align: left;
    font-family: var(--font_family_1);
    width: 79%;
    margin: 0 0 20px 0;
    text-align: start;
}

.NewsletterBg p {
    margin: 0 0 1px 0;
}

.block #newsletter_form {
    display: flex;
    justify-content: start;
    width: 100%;
    /* margin: 0 auto; */
    border-radius: 40px;
}

.block #newsletter_form label {
    font-weight: normal;
    display: table-cell;
    display: none;
}

.block #newsletter_form input {
    border: none;
    border-radius: 0;
    display: table-cell;
    vertical-align: middle;
}

.block #newsletter_form input[type="text"] {
    /*! background-color:transparent; */
    line-height: 1;
    line-height: 32px \9;
    padding: 2vh 1vw;
    /* width: 100%; */
    margin: 0 0 0 0;
    /* color:var(--color0); */
    /* border: 1px solid #0000001c; */
    );
    border-radius: 0;
    height: 50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.block #newsletter_form input[type="submit"] {
    background: var(--color1);
    color: var(--color0);
    padding: 8px 0 8px;
    font-weight: 900;
    border-radius: 0;
    /* position: absolute; */
    right: 0;
    width: 60px;
    height: 100%;
    transition: all .4s ease;
    height: 50px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.block #newsletter_form input[type="submit"]:hover {
    border: 2px solid var(--color0);
    color: var(--color0);
    background: var(--color2);
}

.blockCenter.gallery-iflex {
    margin: 0 -15px;
}

.actu-heading {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px 0 10px;
}

.actu-heading h3.h a {
    font-size: 18px;
    color: var(--color0);
    ); text-decoration: unset;
}

.view .articleContent {
    color: var(--color0);
    font-size: 15px;
}

.actu-show-more a {
    font-size: 16px;
    text-transform: unset;
    min-width: 205px;
    background: var(--color2);
    border-radius: var(--border-radius);
    border-color: var(--color2);
    color: white !important;
    font-family: var(--font_family_2);
    padding: 10.5789px 20px;
}

.block #newsletter_form input[type="submit"]:hover {
    background: var(--color2);
    border: 2px solid var(--color0);
    color: var(--color0);
}

.cta.hidden-sm.hidden-xs {
    position: relative;
    margin-top: 1%;
    display: flex;
    gap: 2%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.body-page-1 .cta.hidden-sm.hidden-xs {
    margin-top: 5%;
    display: none;
}

p.mislog {
    color: white;
    text-transform: uppercase;
    position: relative;
    right: 8%;
    font-size: 25px;
}

.separ {
    display: block;
    background: white;
    height: 3px;
    width: 100%;
    right: 4%;
    position: relative;
}

.extra-banner-mar {
    position: relative;
    margin-top: 5%;
    width: 50%;
    padding-left: 10%;
    display: none;
}

.service-banner-content {
    position: relative;
    width: 85%;
    color: white;
    font-size: 15px;
}

.service-banner-content .h4 {
    color: var(--color1);
    /*! letter-spacing: 2px; */
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font_family_1);
}

.service-banner-content h4 a {
    text-decoration: none !important;
}

.service-banner-img {
    position: relative;
    width: 60px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-banner-img img {
    /*! object-fit: contain !important; */
}

.single-service-banner {
    display: flex;
    align-items: center;
    gap: 3%;
}

.right-side {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    gap: 30px;
}

.right-side img {
    height: auto !important;
    width: 100% !important;
}

.left-side {
    position: relative;
    width: 100%;
}

.home-banner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    justify-content: space-between;
}

.flex-btn {
    display: flex;
    justify-content: flex-end;
    width: 36%;
    transition: all .4s ease;
    align-items: center;
}

.fixed .flex-btn {
    width: 29%;
    transition: all .4s ease;
}

.intervention {
    padding: 10em 0% 5em 8%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.intervention:before {
    content: "";
    /*! position: absolute; */
    /*! display: block; */
    /*! width: 100%; */
    /*! height: 100%; */
    /*! inset: 0; */
    /*! background: url(../images/bg-int.png); */
    /*! background-size: 58%; */
    /*! background-repeat: no-repeat; */
    /*! background-position: right; */
    z-index: 2;
    ); }

.body-page-1 .intervention:after {
    content: 'REJOIGNEZ-NOUS';
    font-size: 69px;
    position: absolute;
    top: 50%;
    left: -30%;
    text-align: center;
    transform: rotate(-90deg);
    line-height: 1;
    color: var(--color1);
    padding-bottom: 26px;
    font-family: var(--font_family_1);
    letter-spacing: 5px;
    /*! opacity: 0.6; */
    font-weight: bold;
    border-bottom: 8px solid;
    border-radius: 0px;
}

.intervention .contenu {
    z-index: 99;
    padding: 20px 4%;
    font-size: 18px;
    /* height: 80vh; */
    width: 100%;
    background: transparent;
    color: #fff;
}

.intervention .contenu .h1 {
    text-align: left;
    font-size: 59px;
}

.scrollbars.rf {
    height: 100px;
}

body.body-catalogue-list .slogan h1 {
    display: block;
}

body.body-catalogue-list .fluid-collections .encart .photo {
    height: 100px;
}

.banniere-cont {
    background: var(--color1);
}

div#leads-form {
    padding: 0em 0% 4em;
}

div#leads-form .contact {
    padding: 4em 22%;
    background: #F1F6FB;
    border-radius: 20px;
}

.realisations {
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color: #f1f6fb70;
    padding: 5em 10vw 4em;
}

.realisations .propor {
    height: 100%;
}

.contenu {
    padding-bottom: 5%;
}

.page-texte h1 {
    text-align: left;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: var(--color2);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background: var(--color1);
}

.page-contenu.page-contenu-home.clear.scrollbars {
    height: 45vh;
    text-align: left;
}

.cont-list {
    position: relative;
    text-align: left;
    margin: 3vh 0 0;
}

.cont-list .row {
    width: 100%;
}

.list-box i {
    color: var(--color2);
    margin-right: 8px;
}

.flex-menuP {
    width: 72%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.fixed .flex-menuP {
    transition: all .4s ease;
}

.flex-logo {
    width: 18%;
}

div#fd-feedback-button {
    background: var(--color2);
    border: 1px solid #ffffff47;
}

.item-desc h2 {
    color: var(--color2);
    text-transform: initial;
    font-size: 35px;
}

.certifSwiper.swiper-initialized.swiper-horizontal {
    overflow: hidden;
}

.certifSwiper .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}

certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--bg-facultatif);
    padding: 3em 10% 4em
}

.certifs .cell.gauche {
    display: block
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%;
    display: none;
}

.certifs .cell.droite {
    position: relative;
    overflow: hidden;
}

.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;
    -webkit-background-size: 80% auto;
    -moz-background-size: 80% auto;
    background-size: 80% auto;
    background-color: var(--color0)
}

.certifs .swiper-slide img {
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    box-shadow: 0 0 1px var(--color4)
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8
}

.certifs .swiper-button-next:after,.certifs .swiper-button-prev:after {
    display: none;
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8
}

.certifs .swiper-button-next i,.certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--color2)
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1
}

.certifs .logo-certifs .row-certifs {
    position: relative;
    display: table;
    width: 100%
}

.certifs .logo-certifs .row-certifs .certif-inline {
    position: relative;
    display: table-cell
}

.certifs .logo-certifs .row-certifs .certif-inline>div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
    text-align: center
}

.certifs .logo-certifs .row-certifs .certif-inline>div img {
    position: relative;
    overflow: hidden
}

.scrollbar-content .clearfix {
    display: none;
}

.certifs {
    position: relative;
    /* background: #ffffff; */
    padding: 3em 5% 4em;
    width: 100%;
    background: #f1f6fb70;
}

a, a:link, a:visited {
    color: var(--color3);
    text-decoration: none;
}

a.imagecont.noflicker {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}

a.imagecont.noflicker:hover .blazy.imgLoaded {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.sitemap a {
    color: var(--color1);
}

.bx-pager.bx-default-pager a,.bx-pager.bx-default-pager a.active {
    background: var(--color1);
}

.flex-seoContain .seo-content a.img-seo {
    float: right;
    width: 30%;
    padding: 10px;
}

a:hover {
    color: var(--color2);
}

span.bouton-principal.ser {
    color: var(--color0);
    background: var(--color2);
    padding: 15px 30px;
    border-radius: var(--border-radius);
    transition: all 400ms ease;
    position: relative;
    /* display: block; */
    /* margin: 0 auto; */
    /* width: fit-content; */
}

span.bouton-principal.ser:hover {
    background: var(--color1);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
    color: var(--color1);
    text-transform: uppercase;
    font-family: var(--font_family_1);
}

h1, .h1 {
    font-size: var(--h1-size);
    margin-bottom: 35px;
    display: block;
    line-height: 1;
    font-family: var(--font_family_1);
    color: var(--color1);
    text-transform: inherit;
    font-weight: bold;
}

.scrollbar-handle {
    background: var(--color3);
}
.swiper-catalogue-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.h1 .sub-title,h1 .sub-title {
    text-transform: initial;
    font-size: 18px;
    font-family: var(--font_family_1);
    /* letter-spacing: 5px; */
    line-height: 18px;
    display: inline-block;
}

[data-animate] {
    opacity: 0;
    will-change: auto;
    filter: blur(4px);
}

.animated {
    transition: all .15s cubic-bezier(0.57, 0.08, 0.9, 0.36);
    opacity: 1;
    filter: blur(0px);
}

h3.titrecert {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 5%;
    display: none;
}

blockquote .h1 {
    margin: 0 0 3vh;
    font-size: calc(var(--taille_font) + 1rem);
}

.h1,.h2,.h3,h1,h2,h3,h4,h5,h6 {
    color: #3e782a;
    font-family: var(--font_family_1);
    text-wrap: balance;
}

.h1,h1 {
    font-size: var(--font-title);
    line-height: var(--font-title);
    margin-bottom: 3vh;
    color: var(--color1);
    position: relative;
    font-family: var(--font_family_1);
    text-transform: uppercase;
}

h1:before {
    content: "";
    width: 75px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -37px;
    height: 2px
}

.h2,h2 {
    font-size: calc(var(--taille_font) + .7rem);
    margin-bottom: 20px;
    /* text-align: start; */
    width: 100%;
}

.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;
}

.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(--color3);
    width: 100%;
    height: 100%;
    opacity: .2;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px;
}

.corps .page-contenu h2, .corps .gallery h2 , .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 2vh;
}

.h3,h3 {
    font-size: calc(var(--taille_font) + .3rem);
}

h4, .h4 {
    font-size: calc(var(--taille_font) + .2rem);
}

h5 {
    font-size: calc(var(--taille_font) + .3rem)
}

h6 {
    font-size: calc(var(--taille_font) + .2rem)
}

h1 a, h2 a, h3 a, h4 a, .h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, .h1 a:link, .h2 a:link, .h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .h1 a:visited, .h2 a:visited, .h3 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

h2.h3 small {
    width: 100%;
    display: block;
    padding: 1vh 0;
}

.h a:hover {
    text-decoration: none;
}

.h a small:hover {
    text-decoration: underline !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover {
    text-decoration: underline
}

.tableGrid>.row,.tableGrid {
    display: table;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 100%;
}

.tableGrid>.table-row {
    height: 100%;
    display: table-row;
}

.tableGrid.fullWidth {
    width: 100%;
}

.tableGrid>.row .table-row>[class*=col],.tableGrid .table-row>[class*=col],.tableGrid>.row>[class*=col],.tableGrid>[class*=col] {
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%;
    position: relative;
}

.noPaddingCells>.row .table-row>[class*=col],.noPaddingCells .table-row>[class*=col],.noPaddingCells>.row>[class*=col],.noPaddingCells>[class*=col] {
    padding: 0;
}

.tableGrid.nopadding>.row .table-row>[class*=col],.tableGrid.nopadding .table-row>[class*=col],.tableGrid.nopadding>.row>[class*=col],.tableGrid.nopadding>[class*=col] {
    padding: 0;
}

.tableGrid.va-middle>.row .table-row>[class*=col],.tableGrid.va-middle .table-row>[class*=col],.tableGrid.va-middle>.row>[class*=col],.tableGrid.va-middle>[class*=col] {
    vertical-align: middle;
}

.contact .coordonnees address p.tel.callTracker span {
    text-decoration: none;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
}

.callTracker {
    position: relative;
}

p.tel.tel1 i {}

.callTracker span,.callTracker a {
    display: inline-block;
    text-align: center;
    min-width: 145px;
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    text-decoration: none;
}

.callTracker .t_phone {
    opacity: 0;
    display: none;
}

footer .callTracker span, footer .callTracker a {
    text-align: left;
}

.pied {
    position: relative;
    z-index: 9;
    background: #9ed2e8;
}

.pied .bande1 {
    padding: 5rem 10% 0rem;
}

.bande_contact_footer {
    padding: 0px 10% 0px;
    position: relative;
}

.callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker span,header .callTracker a {
    top: 5px;
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block;
}

.tete .callTracker.active .t_phone {
    position: absolute;
    width: max-content;
    bottom: 2px;
    top: unset;
    left: -135%;
    transform: translateX(-50%);
    background: var( --color2);
    line-height: 1;
    padding: 10px 20px 14px;
    height: fit-content;
    border-radius: var(--border-radius);
    z-index: 0;
}

.tete .callTracker.active .t_phone:before {
    content: "";
    position: absolute;
    bottom: 97%;
    width: 10px;
    height: 10px;
    /*! background: var(--color2); */
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.tete .callTracker.active .t_affiche {
    display: inline;
    opacity: 1;
}

.pied .callTracker a,.coordonnees .callTracker a {
    position: relative;
    left: 0px;
}

.pied .callTracker span.t_affiche {
    line-height: inherit;
}

.main-page {
    position: relative;
    /* overflow: hidden; */
}

.tete {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    transition: .3s ease;
}

.tete:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    z-index: -1;
    background: #004cffbf;
    backdrop-filter: blur(21px);
    transition: .3s ease;
}

.tete .cols {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    padding: 0 3%;
    align-items: center;
    height: 110px;
}

.tete .cols .col.col2 {
    width: 1100px;
}

.tete .cols .col.col3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.tete .cols .col.col3 a.bouton-principal {
    color: white;
    font-size: 10px;
    letter-spacing: 1.6px;
    padding: 10px;
    min-width: 185px;
    text-align: center;
}

.row.relative.header:before,.header:after {
    display: none;
}

.tete .logo-site {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    transition: .3s ease;
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 2px 5%;
    /* background: var(--color0); */
    transition: all .3s ease;
    top: 0;
    position: absolute;
    justify-content: space-between;
    z-index: 10;
}

.fixed .header {
    /*! background: url(../images/bg-body.png); */
    top: 0;
    box-shadow: 0 0 9px #0000003b;
    /*! background-color: #ffffff91; */
    !;
    background-blend-mode: color;
    background-size: cover;
    background-color: #9ed1e8;
    /* padding: 4px 3%; */
}

.h-infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10%;
    background-color: var(--color1);
    transition: all .3s ease;
    height: 40px;
}

.h-infos i {
    color: var(--color0);
}

.h-infos p {
    margin: 0;
    color: var(--color0);
    font-size: 14px;
}

.flex-infos .infos {
    display: flex;
    align-items: center;
}

p.logo-site img {
    width: 175px;
}

header.hide-print.tete.hidden-xs.hidden-sm.fixed .logo-site a img {
    content: url(../images/logo.png);
}

.tete .btn-recherche {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border-radius: 30px;
    background: var(--color2);
    position: relative;
    padding: 15px 10px 15px;
    color: var(--color0);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
}

.tete .btn-favoris {
    margin: 44px 0 0 0;
    overflow: hidden;
    text-indent: 100px;
    background: url(../images/ico-favoris.png) no-repeat center top;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 26px;
    border-left: 1px solid #ECECEC;
}

.tete .tel {
    font-size: 17px;
    color: var(--color0);
    font-family: var(--font_family_4);
    margin: 0;
    text-align: center;
    background: var(--color2);
    padding: 11px 10px 15px;
    border-radius: 30px;
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
}

.tete .tel span {
    text-align: center;
    min-width: unset;
}

.tete .tel a {
    color: inherit;
    text-decoration: none
}

.zone-recherche {
    display: none;
    z-index: 99999;
    background: #1f1f1f;
    position: absolute;
    top: 98px;
    left: 0px;
    right: 0px;
    padding: 40px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
}

.zone-recherche label {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    font-size: 22px;
    margin: 0px 0 30px;
}

.zone-recherche input[type="text"] {
    border: 1px solid #b9b9b9;
    height: 48px;
    line-height: 1;
    line-height: 48px \9;
    padding: 0px 12px;
    font-size: 18px;
    width: 280px;
}

.zone-recherche input[type="submit"] {
    transition: all 400ms ease;
    background: var(--color1);
    color: white;
    text-align: center;
    padding: 10px 12px 7px 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    border: 1px solid #ffffff6e;
}

.zone-recherche input[type="submit"]:hover {
    background: #d6a96a
}

.zone-recherche .btn-fermer {
    position: absolute;
    top: 15px;
    right: 5%;
    width: 50px;
    height: 50px;
    background: url(../images/ico-croix.png) no-repeat center top;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border: 1px solid #9f9f9f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff7a;
    font-size: 23px;
    border-radius: 30px;
}

.zone-recherche .btn-fermer:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.widget-partage {
    display: none;
}

.encarts .swiper.mySwiper, .encarts .swiper-container, .encarts .swiper-container1 {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.text-encarts {
    padding: 28px 30px 23px;
    min-height: 74px;
    color: var(--color1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.text-encarts small {
    color: gainsboro;
    font-size: 12px;
    padding-top: 2px;
}

.text-encarts .cell1.ancien {
    width: 100%;
}

.encarts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.encarts p.legend {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0;
    color: var(--color2);
}

.encarts .swiper-pagination-bullet {
    background: var(--color0);
}

.encarts .picto {
    margin-bottom: 1em;
}

.encarts .picto i {
    width: auto;
}

.encarts .swiper-button-prev {
    background-image: none;
    left: 0%;
    opacity: .8;
    top: 55%;
}

.encarts .swiper-button-disabled {
    opacity: 0 !important;
}

.encarts .swiper-button-next {
    background-image: none;
    right: 0%;
    top: 55%;
    opacity: .8;
    height: 24px;
}

.swiper-button-next i, .swiper-button-prev i {
    font-size: 20px;
    color: var(--color3);
}

.swiper-button-next:after, .swiper-button-prev:after {
    /*! display:none */
    background: none;
    color: transparent;
    display: none;
}

.encarts .swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1
}

.encarts .swiper .swiper-button-prev {
    left: 0px;
}

.bannSwiper .swiper-button-next:after,.bannSwiper .swiper-button-prev:after {
    display: block
}

.encarts .picto i {
    color: var(--color2);
    text-align: center;
    font-size: 3rem;
}

.liste-services.description ul#myTabs {
    overflow: unset;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: outside none;
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    column-gap: 4vw;
    align-items: center;
    flex-wrap: nowrap;
}

.menu1 li.active a:before, .menu1 li a:before {
    width: 100%;
}

.menu1 li a:before {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    height: 2px;
    background: #000;
}

.menu1 li a {
    color: var(--color2);
    font-size: 25px;
    padding: 0 0 5px;
    border: 0;
    display: inline-block;
    position: relative;
    opacity: .5;
    font-family: var(--font_family_2);
}

.menu1 li.active a {
    opacity: 1;
}

.menu1 li {
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 0px 0px;
    float: left;
}

.zone-catalogue {
    display: none;
    z-index: 9997;
    background: var(--color2);
    position: absolute;
    top: 98px;
    left: 0px;
    right: 0px;
    padding: 40px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}

.zone-catalogue .categorie {
    border-bottom: 1px solid #e0e0e085;
    padding: 20px 0 0 0;
}

.zone-catalogue .categorie:last-child {
    border-bottom: none
}

.zone-catalogue .categorie .titre-cats {
    text-transform: uppercase;
    color: #e4b779;
    margin: 0;
    padding: 0px 0 20px 15px;
}

.zone-catalogue .categorie .titre-cats a {
    font-family: var(--font_family_1);
    color: white;
    letter-spacing: 2px;
}

.zone-catalogue .categorie .titre-cats a:hover {
    text-decoration: underline;
}

.zone-catalogue .categorie .liste-cats {
    color: #000;
    padding: 5px 0 30px 0;
    list-style-type: none;
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.zone-catalogue .liste-cats .menu-item a {
    display: inline-block;
    line-height: 1;
}

span.sous-cat-titre {
    width: 100%;
    display: block;
    text-align: left;
    margin: 10px 0;
    color: white;
}

.zone-catalogue .categorie .liste-cats li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.zone-catalogue .categorie .liste-cats li a, .zone-catalogue .categorie .liste-cats li a:visited {
    font-size: 20px;
    display: block;
    padding: 0 0 110px 0;
    color: inherit;
    text-decoration: none;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.zone-catalogue .categorie .liste-cats li.active a, .zone-catalogue .categorie .liste-cats li a:hover {
    color: #e4b779;
}

.zone-catalogue .categorie .liste-cats li.active a:hover {
    cursor: default;
    text-decoration: none
}

.zone-catalogue .btn-fermer {
    position: absolute;
    top: 15px;
    right: 5%;
    width: 50px;
    height: 50px;
    background: url(../images/ico-croix.png) no-repeat center top;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff7a;
    font-size: 23px;
}

.zone-catalogue .btn-fermer:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.masque-noir {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 9996;
    cursor: pointer;
}

.decouvrez {
    text-align: center;
}

.decouvrez a, a.bouton-principal, a.view-btn-all,p.tel-header.bouton-principal {
    z-index: 0;
    color: var(--color0) !important;
    text-align: center;
    text-decoration: none !important;
    background-color: var(--color2);
    padding: 1em 1vw;
    transition: all 0.2s ease 0s;
    position: relative;
    font-family: var(--font_family_2);
    font-size: var(--font-size);
    display: inline-block;
    transform: translate(0px);
    margin: 1em 0px;
    border-radius: var(--border-radius);
    text-transform: initial;
    font-weight: normal;
    min-width: 120px;
}

.dark-bg a.bouton-principal:hover {
    background: #ffffff00;
    color: var(--color2);
    border-color: var(--color2);
}

.decouvrez a:hover, p.bouton-principal:hover,a.bouton-principal:hover, .view-btn-all:hover {
    background-color: var(--color1);
    border-color: var(--color1);
    color: var(--color0);
    text-decoration: none;
}

.liste-services h3 a {
    color: white;
    font-size: 18px;
    text-transform: initial;
    font-family: var(--font_family_3);
    padding: 13px 40px;
    background: none;
    width: 100%;
}

.liste-services h3 a:hover {
    background: var(--color0);
    color: var(--color1);
}

.cta a.bouton-principal, .cta p.tel-header.bouton-principal {
    /* background: rgba(255,255,255,0.1); */
    /* border: 1px solid #ffffff24; */
}

.cta p.bouton-principal:hover,.cta a.bouton-principal:hover {
    background-color: var(--color2);
    border-color: var(--color2);
    color: var(--color0);
    transform: translateY(-5px);
}

.fluid-collections {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 9vw 6em;
    background: var(--color1);
}

.fluid-collections .titre {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: 29px;
    margin: 0 0 1em;
    font-family: var(--font_family_2);
}

.fluid-collections .encart {
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fluid-collections .encart .info {
    justify-content: flex-start;
    display: flex;
    bottom: 0;
    transform: translateY(0);
    top: auto;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 0px 10px 0px 10px;
    flex-wrap: wrap;
    z-index: 1;
}

.fluid-collections .encart .photo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    overflow: hidden;
}

.fluid-collections .encart:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}

.fluid-collections .encart .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    -webkit-transform: scale(1.05) translateX(-5px);
    transform: scale(1.05) translateX(-5px);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    flex: 1;
    height: 100%;
    filter: brightness(0.6);
}

.fluid-collections .titre small, h1 small, h2 small {
    font-family: var(--font_family_1);
    font-size: 12px !important;
    letter-spacing: 2px;
    opacity: .8;
}

.fluid-collections .encart .titre-col {
    font-size: 21px;
    line-height: 1;
    font-family: var(--font_family_4);
    width: 100%;
    color: white;
}

.fluid-collections .encart a {
    font-family: var(--font_family_1);
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    color: white;
    letter-spacing: 3px;
}

.fluid-collections .encart .photo a {
    width: 100%;
}

.fluid-collections .encart a:hover {
    text-decoration: underline;
}

.fluid-collections .encart a.button:hover {
    text-decoration: none;
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    -webkit-transform: scale(1.05) translateX(-5px);
    transform: scale(1.05) translateX(-5px);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    transition: .5s;
    background-color: var(--color1);
    background-image: url('../images/ico-zoom.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.navh {
    margin: 0;
    z-index: 8000;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.row.recup-photos.gallery {
    padding: 30px 0;
}

.realisations .row.recup-photos.gallery > div {
    padding: 0 5px;
}

.body-page-1 .corps .row.recup-photos.gallery {
    padding: 0;
}

.navh .menu_principal {
    margin: 0;
    padding: 0;
    list-style: outside none;
    display: flex;
    width: 100%;
    gap: 1vw;
    justify-content: center;
}

.navh .menu_principal > li {
    position: relative;
    text-align: center;
    padding: 0px 15px;
    width: fit-content;
}

li.menu-item.has-sub-menu a:before {
    display: none;
}

.menu_principal li.has-sub-menu:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    right: 0;
    font-size: 12px;
    color: var(--color0);
    top: 0;
    width: 10px;
    height: 8px;
    top: 55%;
    right: 1px;
    transform: translateY(-50%) rotate(90deg);
    left: unset;
    transition: .3s ease;
}

.fixed .menu_principal li.has-sub-menu:before {
    color: var(--color4);
}

.navh .menu_principal>li .sub-menu-catalogue {
    position: absolute;
    background: rgba(255,255,255,0.1);
    border: 1px solid #8989896b;
    /* top: -100%; */
    width: max-content;
    min-width: 190px;
    padding: 0;
    transition: 0.5s ease;
    transform: translateX(10px);
    /* transform-origin: top; */
    opacity: 0;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 19%);
    visibility: hidden;
    z-index: -1;
    /* bottom: 0px; */
    text-align: left;
}

.fixed .navh .menu_principal>li .sub-menu-catalogue {
    background: white;
    border-color: white;
}

.navh .menu_principal>li .sub-menu-catalogue>li {
    padding: 0 20px;
    border-bottom: 1px solid #27272740;
}

.navh .menu_principal>li .sub-menu-catalogue>li a {
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
}

.navh .menu_principal>li:hover .sub-menu-catalogue {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    /* top: 160%; */
    bottom: unset;
}

.sub-menu-catalogue ul.liste-cats {
    padding: 0;
}

ul.sub-menu-catalogue li:before {
    display: none;
}

.navh .menu_principal a, .navh .menu_principal a:visited {
    position: relative;
    color: var(--color1);
    display: block;
    font-size: var(--font-size);
    padding: 1rem 0px;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all 400ms ease 0s;
}

ul.sub-menu li a {
    color: black !important;
}

.menu_principal ul > li:last-child > a {
    border: 0;
}

.menu_principal li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    box-shadow: 0 0 10px #0f0f0f1c;
}

ul.sub-menu li a {
    padding: 10px !important;
    text-align: start;
    border-bottom: 1px solid #00000017;
}

p.titre-cats {
    margin: 0;
}

.menu_principal li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu_principal ul ul {
    left: 250px;
    top: 0px;
}

.fixed .navh .menu_principal a, .fixed .navh .menu_principal a:visited {
    color: var(--color1);
    transition: all .4s easae;
}

.fixed .navh .menu_principal a,.fixed .navh .menu_principal a:visited {
    /*! color: #222; */
    /*! font-weight: 600; */
}

.fixed .navh .menu_principal a:hover,.fixed .navh .menu_principal li.active > a {
    /* color: var(--color2); */
}

.navh .menu_principal li.active > a:hover {
    cursor: default
}

.theSub {
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 85%;
}

.menu_principal ul, .menu_catalog, .sub-menu {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: max-content;
    position: absolute;
    left: 0px;
    top: 4.5em;
    z-index: 99;
    transform: translate(20px,0);
    transition: all 0.3s ease-out;
    background: var(--color0);
}

ul.menu_catalog.sub-menu {
    background: var(--color0);
    /* top: 4.5em; */
}

.menu_principal ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0px 0px;
    position: relative;
    /* background: rgb(255 255 255); */
}

ul.sub-menu li a:before {bottom: -1px;height: 2px;}

.menu_principal a:before, .fluid-collections .encart a.button:before {
    bottom: -4px;
    left: 0%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--color2);
}

.navh .menu_principal a:hover:before, .navh .menu_principal li.active > a:before, .fluid-collections .encart a.button:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.fixed .menu_principal a:before {
    background: var(--color2);
}

.fluid-slider {
    background: #171717
}

.body-pageseo .fluid-contenu {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #fefefe 35%, rgb(191 227 246) 100%);
}

body.body-contact .fluid-contenu {
    background: linear-gradient(180deg, #ffffff 0%, #9acfe9 85%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.fluid-contenu {
    position: relative;
    z-index: 8000;
    margin: 0 0 0;
    position: relative;
    float: left;
    width: 100%;
    background: var(--color0);
}

.body-pageseo .fluid-contenu {
}

body.body-catalogue-list .fluid-contenu .corps, body.body-catalogue-item .fluid-contenu .corps {
    padding: 8em 10% 2em;
}

.body-catalogue-list main.fluid-contenu .container {
    width: 100%;
    max-width: 100%;
    padding: 0em 10vw 2em;
}

.body-page-1 .fluid-contenu {
    margin: -3px 0 0;
    overflow: hidden;
    float: inherit;
}

.fluid-contenu .corps {
    padding: 10vh 12%;
    position: relative;
}

canvas.canvas {
    position: absolute;
}

.body-page-1 .fluid-contenu .corps {
    padding: 4em 8% 4em;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    /*! background: var(--color0); */
    background: var(--bg-facultatif);
}

.home-cat {
    padding: 3em 7% 5em;
    position: relative;
    background: #e3f5fc;
}

.home-cat  .swiper-btn {
    /* margin-top: 2vw; */
}

.home-cat .carList {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* margin-top: 8vh; */
    overflow: hidden;
}

.carList .catBox {
    /* width: 49%; */
}
.home-cat .titre {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: 29px;
    margin: 0 0 1em;
    font-family: var(--font_family_2);
}

.home-cat .encart {
    text-align: left;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
}

.home-cat .encart .info {
    justify-content: start;
    display: flex;
    bottom: 60px;
    transform: translateY(0);
    top: auto;
    position: absolute;
    width: 100%;
    left: 5%;
    text-align: left;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 9;
}

.info.custom {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    left: 0 !important;
    padding: 0 5% !important;
    bottom: -6px !important;
    flex-wrap: nowrap !important;
}

.home-cat .encart .photo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.home-cat .encart .photo a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(6deg, #000000, transparent, transparent);
    /* opacity: 0.5; */
    z-index: 1;
}

.home-cat .encart .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    min-height: 100%;
    /* width: auto; */
    transform: scale(1.05) translateX(-5px);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    flex: 1;
    height: 100%;
    /* filter: brightness(0.9); */
    margin: auto;
}

.home-cat .titre small, h1 small, h2 small {
    font-family: var(--font_family_1);
    font-size: 12px !important;
    letter-spacing: 2px;
    opacity: .8;
}

.home-cat .encart .titre-col {
    /* text-transform: uppercase; */
    font-size: 30px;
    font-family: var(--font_family_1);
    margin: 12px 0 0 0;
    width: 100%;
    color: white;
    /* text-align: center; */
    letter-spacing: 0px;
    position: relative;
}

.home-cat .encart a {
    font-family: var(--font_family_1);
    text-decoration: none;
    font-size: 1vw;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    color: var(--color0);
    letter-spacing: 3px;
    transition: .3s ease;
    font-size: 15px;
    font-family: var(--font_family_2);
    /* margin: 12px 0 0 0; */
}

.body-page-1 .banniere:after {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
}

/* .body-page-1 .fluid-contenu .corps:after{
    content: 'eauCLAIR.fr';
    font-size: 84px;
    position: absolute;
    top: 48%;
    right: -10%;
    text-align: center;
    transform: rotate(90deg);
    line-height: 1;
    color: var(--color1);
    padding-bottom: 26px;
    font-family: var(--font_family_1);
    letter-spacing: 12px;
    /* opacity: 0.6; */
font-weight: bold; /*! border-bottom: 8px solid; */
border-bottom: 10px solid; }

*/ .sidebar {
    padding-top: 30px;
    text-align: right
}

.sidebar .photoa {
    background: url(../images/photo-accueil.jpg) right top no-repeat;
    height: 187px
}

.encarts {
    padding: 3em 10%;
    position: relative;
}

.encarts .swiper {
    padding: 20px;
}

.encarts .tous-tous {
    text-align: center;
    padding: 30px 0 0 0;
}

.encarts .tous-tous a {
    transition: all 400ms ease;
    text-decoration: none;
    display: inline-block;
    background: url(../images/ico-fleche.png) no-repeat 0 4px;
    padding: 0 0 0 30px;
    color: #969696;
    font-size: 20px;
}

.encarts .tous-tous a:hover {
    padding-left: 45px;
}

.encarts .gauche {
    height: 720px;
    background: url(../images/photo-promotions.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.encarts .droite {
    height: 720px;
    text-align: center;
}

.encarts2 .tous-tous {
    text-align: center;
    padding: 30px 0 0 0;
}

.encarts2 .tous-tous a {
    transition: all 400ms ease;
    text-decoration: none;
    display: inline-block;
    background: url(../images/ico-fleche.png) no-repeat 0 4px;
    padding: 0 0 0 30px;
    color: #969696;
    font-size: 20px;
}

.encarts2 .tous-tous a:hover {
    padding-left: 45px;
}

.encarts2 .gauche {
    height: 720px;
    background: url(../images/photo-favoris.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.encarts2 .droite {
    height: 720px;
    text-align: center;
}

.encarts3 h2 {
    margin: 70px 0 15px 0;
    font-size: 36px;
    background: url(../images/trait3.png) no-repeat center bottom;
    padding: 0 0 5px 0
}

.encarts3 .tous-tous {
    text-align: center;
    padding: 30px 0 0 0;
}

.encarts3 .tous-tous a {
    transition: all 400ms ease;
    text-decoration: none;
    display: inline-block;
    background: url(../images/ico-fleche.png) no-repeat 0 4px;
    padding: 0 0 0 30px;
    color: #969696;
    font-size: 20px;
}

.encarts3 .tous-tous a:hover {
    padding-left: 45px;
}

.encarts3 .gauche {
    height: 720px;
    background: url(../images/photo-nouveautes.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.encarts3 .droite {
    height: 720px;
    text-align: center;
}

.fluid-app {
    height: 700px;
    background: url(../images/bg-app.jpg) no-repeat center top;
    padding: 45px 0 0 0;
}

.fluid-app h2 {
    text-align: center;
    font-size: 31px;
    color: #403f3f;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
}

.fluid-app .soustitre {
    text-align: center;
    color: #000;
    font-size: 27px;
}

.fluid-app .liste-app {
    list-style-type: none;
    list-style-image: none;
    padding: 0 0 0 40px;
    margin: 90px 0 0 0
}

.fluid-app .liste-app li {
    background: url(../images/ico-puce.png) no-repeat 0 center;
    padding: 3px 0 2px 30px;
    font-size: 25px;
    color: #000000;
}

.fluid-app .qrcode {
    text-align: center;
    text-transform: uppercase;
    margin: 160px 0 0 0;
    position: relative;
}

.fluid-app .qrcode .fleche {
    width: 118px;
    height: 96px;
    background: url(../images/fleche.png) no-repeat center top;
    position: absolute;
    top: -120px;
    left: 45px;
}

.fluid-app .liste-boutiques {
    list-style-type: none;
    list-style-image: none;
    padding: 40px 0 0 0;
    margin: 0;
}

.fluid-app .liste-boutiques li {
    display: inline-block;
    vertical-align: top;
}

.fluid-app .apps {
    position: absolute;
    top: 65px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: url(../images/app-screen.png) no-repeat center top;
}

/* nos Services/* ****************************** */
.isServiceList .services h1 {
    top: -35px;
    text-align: center;
    position: absolute;
    z-index: 9;
}

.isServiceList .content {
    padding: 0;
    width: 100%;
}

.nosServicesBg {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.nosServicesBg .content {
    padding: 40px 0;
    float: left;
    background-color: transparent;
}

.linkList {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    float: left;
}

.body-service-list .fluid-contenu .container {
    width: 100%;
    max-width: 100%;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

span#first {
    position: relative;
}

/* span#first:before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url(../images/logo-r.svg) no-repeat center / contain;
    transform: translateY(10%);
} */
.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

.AvisClientsBg {
    padding: 3em 10vw 10vh;
    /* background: linear-gradient(180deg, #90cbe8 0%, #ffffff 85%); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.AvisClientsBg .bx-prev {
    left: -2vw
}

.AvisClientsBg .bx-prev:before {
    display: inline-block;
    content: "\f053";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0)
}

.AvisClientsBg .bx-next {
    right: -2vw
}

.AvisClientsBg .bx-next:before {
    display: inline-block;
    content: "\f054";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0)
}

.AvisClientsBg .bx-next,.AvisClientsBg .bx-prev {
    text-indent: initial;
    font-size: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: .7;
    transition: .5s
}

.AvisClientsBg .bx-next:hover,.AvisClientsBg .bx-prev:hover {
    opacity: 1
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0 8px;
    display: block;
    height: auto!important
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    padding: 0 0 1em 0;
    margin: 0;
    color: var(--color0);
    margin: 0;
    padding: 0 0 1vh;
}

.etoiles .fa {
    color: var(--color1);
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: 0 0
}

.AvisClientsList li:before {
    content: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,.AvisClients:link,.AvisClients:visited {
    position: relative;
    background-color: #ffffff;
    padding: 4em 6vw;
    text-align: center;
    height: auto;
    margin-top: 0;
    display: block;
    text-decoration: none;
    border-radius: var(--border-radius)
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color0);
}

.AvisClients .h {
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

.AvisClients p {
    font-size: 15px;
    margin-bottom: 0;
    color: black;
    padding-top: 15px
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0)
}

.AvisClientsBg .bx-pager {
    bottom: 17px
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.temoignageScroll {
    max-height: 109px;
    text-align: center;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    padding: 4px 0;
    text-align: left;
    display: none;
}

.date_post i {
    margin-right: 8px
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 46px;
}

.livre-elements {
    padding: 0 12%;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 6px;
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.livre-elements .date {
    margin-bottom: 2px!important;
    color: var(--color2)
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 25px 27px;
    margin-bottom: 3rem;
    background-color: var(--bg-facultatif);
    border-radius: var(--border-radius);
    width: 48%
}

.btn-avis {
    margin-bottom: 30px
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color2);
    font-size: 1.6vw;
    font-weight: 700;
    text-shadow: none
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgb(0 0 0 / 20%);
    color: var(--color2);
    text-shadow: none;
    font-family: Arial,Helvetica,sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 21px;
    color: var(--color2);
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,.modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important
}

.isServiceList .content {
    padding: 0;
    width: 100%;
}

.linkList {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    float: left;
}

.linkList li {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
}

.linkList li a {
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    margin: 4px 0;
}

.body-service-list .fluid-contenu .container {
    width: 100%;
    max-width: 100%;
}

.ligne-photos.retrait.centerservice2 {
    margin: 0 16% !important;
}

.ligne-photos.retrait.centerservice {
    margin: 0 33% !important;
}

.btn-retour .glyphicon {
    font-size: 15px;
}

/*/
*/
.body-service-list .services .tableGrid.row {
    overflow-x: hidden;
    padding: 2em 0vw 2em;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) {
    direction: rtl;
    background: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-service-list .services .bodyContent a.bouton-principal {
    margin-top: 20px;
}

.body-service-list .services .tableGrid.row:nth-of-type(even) {
    direction: ltr;
    background: url(../images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) [class*=col-] {
    direction: ltr;
}

.body-service-list .services .tableGrid.row .h {
    text-align: center;
    font-size: 25px;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) .service_sub_title {
    font-family: var(--font_family_1);
    font-size: 12px !important;
    letter-spacing: 2px;
    opacity: .8;
}

.body-service-list .services .tableGrid.row .bodyContent {
    text-align: center;
    padding: 3vw 5vw;
    /*! background: var(--bg-facultatif); */
}

.body-service-list .services .tableGrid.row .bodyContent .h1 {
    font-size: 40px;
    margin: 30px 0px;
}

.isServiceList #main {
    width: 100%;
}

.body-service-list .main_bg {
    padding-bottom: 80px;
    min-height: 600px;
    z-index: 1;
    position: relative;
}

.body-service-list .bodyContent .h {
    text-align: initial;
}

.titre-secondaire2 {
    display: block;
    font-family: var(--font_family_2);
    font-size: calc(var(--font-size) * 1);
    display: inline-block;
    margin: 0 0;
    opacity: 1;
    text-wrap: balance;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color1);
    padding: 0 0;
    border-radius: 31px;
}

.actuAndNewsletter  .titre-secondaire2 {
    display: block !important;
    padding-top: 10px;
}

.service_sub_title,.titre-secondaire {
    display: block;
    font-family: var(--font_family_2);
    font-size: 16px;
    );
    line-height: 1.3;
    display: inline-block;
    opacity: 1;
    text-wrap: balance;
    position: relative;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: var(--color1);
    /* background: var(--color5); */
    padding: 11px 0;
    border-radius: 31px;
    margin: 0 0 3vh;
}

.nosServicesBg ul {
    padding: 0;
}

.nosServicesBg .mainSectionSlider .show {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.nosServicesBg .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.img-responsive.blazy.imgLoaded {
    height: 100%;
    width: 100%;
    /* position: relative; */
    display: block;
    border-radius: var(--border-radius)
}

.services .mainSectionSlider .show {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.services .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.nosServicesBg .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.nosServicesBg .bx-viewport {
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
    left: 0!important;
}

.nosServicesBg .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.services .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.services .bx-viewport {
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
    left: 0!important;
}

.services .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    list-style: none;
}

.nosServicesBg .bx-viewport li,.services .bx-viewport li {
    height: 100%;
    list-style: none;
}

.services .bx-pager,.mainSectionSliderBg .bx-pager {
    z-index: 9999;
}

.nosServicesBg .bx-viewport li,.services .bx-viewport li {
    height: 100%;
}

.mainSectionSlider img {
    width: 100%;
    height: 100%;
}

p.description {
    color: black;
    margin-bottom: 30px;
    display: block;
    padding-right: 9%;
    min-height: 170px;
}

p.description:before {
    content: "";
    /*! background: url(../images/shape.png); */
    /*! width: 100%; */
    /*! height: 100%; */
    /*! position: absolute; */
    /*! background-repeat: no-repeat; */
    /*! background-position: 73% 0%; */
    /*! background-size: 30%; */
}

p.description:after {
    content: "";
    /*! background: var(--color1); */
    position: absolute;
    width: 8px;
    height: 80%;
    right: 40%;
    top: 87px;
}

.btn-partage {
    /* padding-top: 20px; */
    display: flex;
    column-gap: 4px;
    justify-content: flex-end;
}

footer .btn-partage {
    padding: 38px 0 0 0;
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    transition: all .4s ease;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.btn-partage .btnp:hover {
    transform: translateY(-4px);
    border-color: var(--color1);
    fill: var(--color0);
}

.btn-partage .btnp:hover .icones {
    fill: var(--color2);
}

#logoFD svg * {
    fill: var(--color1);
}

#logoFD svg {
    width: 190px;
}

.icone-share {
    display: none
}

.btn-partage .icones {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: relative;
    left: 0;
    fill: #ffffff;
}

.modal {
    z-index: 9999
}

.modal-backdrop {
    z-index: 9998
}

.modal-content .btn-inline {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    border-radius: 0px;
    font-size: 17px;
    text-decoration: none;
    transition: all 400ms ease
}

.modal-content .btn-inline:hover {
    color: #fff;
    background: #000;
}

.cont-sliderfav {
    position: relative
}

.sudo-sliderfav, .sudo-sliderfav img {
    width: 100%
}

.cont-sliderfav .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: -125px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-sliderfav .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-sliderfav .controls ol li {
    display: inline-block
}

.cont-sliderfav .controls ol li a {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/miette.png) center center no-repeat;
    margin: 0 2px
}

.cont-sliderfav .controls ol li.current a {
    background: url(../images/miette-h.png) center center no-repeat
}

.cont-sliderfav .controls ol li a span {
    display: none
}

.cont-sliderred {
    position: relative
}

.item-pdf a {
    /* color: var(--color2); */
    font-size: 20px;
    text-decoration: underline;
}

.item-pdf a:hover {
    text-decoration: none;
    color: var(--color2);
}

.sudo-sliderred, .sudo-sliderred img {
    width: 100%
}

.cont-sliderred .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: -125px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-sliderred .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-sliderred .controls ol li {
    display: inline-block
}

.cont-sliderred .controls ol li a {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/miette.png) center center no-repeat;
    margin: 0 2px
}

.cont-sliderred .controls ol li.current a {
    background: url(../images/miette-h.png) center center no-repeat
}

.cont-sliderred .controls ol li a span {
    display: none
}

.cont-slidernouv {
    position: relative
}

.sudo-slidernouv, .sudo-slidernouv img {
    width: 100%
}

.cont-slidernouv .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: -125px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-slidernouv .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slidernouv .controls ol li {
    display: inline-block
}

.cont-slidernouv .controls ol li a {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/miette.png) center center no-repeat;
    margin: 0 2px
}

.banniere:after {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    bottom: -1px;
    content: "";
    height: 20vh;
    position: absolute;
    /* background-image: url(../images/bg.png) !important; */
    background-repeat: no-repeat;
    background-position: top;
    background-color: transparent;
    background-size: 100%;
}

.cont-slidernouv .controls ol li.current a {
    background: url(../images/miette-h.png) center center no-repeat
}

.cont-slidernouv .controls ol li a span {
    display: none
}

.banniere {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    height: 37vh;
    padding: 0;
    background-position: center;
    background: #addaed;
}

.banniere img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-color: white;
    border-radius: 50%;
    display: none;
}

.body-page-1 .banniere img {
    display: block;
}

/*Bouton descente*/
.btn-descendre span {
    width: 74px;
    height: 54px;
    background: url(../images/dot2.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    overflow: hidden;
    text-indent: 300px;
    white-space: nowrap;
    /* position: absolute; */
    position: relative;
    left: 0;
    right: 0;
    margin: -4px auto;
}

.btn-descendre {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    margin-top: 30px;
}

a.btn-descendre.hidden-sm.hidden-xs {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    text-align: center;
    left: -11px;
    color: #ffffff !important;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 44px;
    padding-top: 10px;
    z-index: 100;
    opacity: .8;
    top: 90vh;
}

.btn-descendre span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.btn-descendre span:nth-child(2) {
    animation-delay: .2s;
}

.btn-descendre span:nth-child(3) {
    animation-delay: .4s;
}

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.arrows {
    width: 85px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 110%;
}

.arrows path {
    stroke: var(--color0);
    fill: transparent;
    stroke-width: 5px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    /* Safari 和 Chrome */
}

.title-serv h2.h1 {
    margin: 0em 0em 0em 0em;
    color: #2987f630;
}

.gradient-text {
    /* Ton dégradé (ajuste les couleurs) */
    font-size: clamp(5.5rem, 7vw, 5rem);
    color: var(--color1);
}

.body-page-1 svg.maclass {
    fill: #ffffff;
}

.body-page-1 .banniere {
    height: 100vh;
    padding: 8em 5% 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 0;
}

.video-header video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-header {
    position: absolute;
    inset: 0;
}

svg.maclass {
    fill: #ffffff;
    margin: -15vh 0 0;
    position: absolute;
    z-index: 10;
}

.banniere:before {
    background: #ffffff24;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.cont-slider {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 100vh;
    overflow: hidden;
}

.cont-slider:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color2);
    z-index: 1;
    opacity: .3;
}

.sudo-slider, .sudo-slider img {
    width: 100%
}

span.controls a.prevBtn {
    background: url(../images/left.png) no-repeat center;
    width: 50px;
    height: 50px;
    left: 3vw;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .4s;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    position: absolute;
    font-size: 0;
}

span.controls a.nextBtn {
    background: url(../images/right.png) no-repeat center;
    width: 50px;
    height: 50px;
    right: 3vw;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .4s;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    position: absolute;
    font-size: 0;
}

.cont-slider .controls {
    /* display:none; */
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1000;
    opacity: .6;
    margin-top: 100px;
}

.caption {
    position: absolute;
    left: 8vw;
    font-size: 20px;
    margin-top: 100px;
    color: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
}

.caption .texte1 {
    font-size: 59px;
    line-height: 59px;
    color: var(--color0);
    font-family: var(--font_family_2);
    padding: 0 0 10px 0;
    text-transform: uppercase;
    width: 100%;
}

.caption .texte2 {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 3px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 0px 25px 0px 25px;
    fill: var(--color0);
    color: var(--color0);
    font-family: var(--font_family_1);
}

.caption .texte2:hover {
    background-color: var(--color1);
    border-color: var(--color1);
}

ol.numericControls {
    display: none;
}

.caption {
    -webkit-animation: caption 2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    -moz-animation: caption 2s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -o-animation: caption 2s ease-in-out;
    -o-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    animation: caption 2s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

@-webkit-keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@-moz-keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@-o-keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

div#leads-form .contact h2 {
    color: var(--color1);
    font-size: 40px;
    margin: 30px 0 50px;
    text-align: center;
}

.contact .plan h2 {
    margin-top: 20px
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi, .contact .plan iframe {
    width: 100% !important;
}

.contact .horaires {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    flex-wrap: nowrap;
}

.tab-coordonnes h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color3);
    position: absolute;
    top: 30px;
    left: 0
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -37px
}

.contact .tab-coordonnes {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 8000;
    gap: 2%;
    align-items: stretch;
}

.tab-coordonnes i {
    color: var(--nuanceColor1);
    margin: 0px 8px;
    font-size: calc(var(--taille_font) * 1.2);
}

.tab-coordonnes h2 {
    /* color: var(--color2); */
    text-transform: none;
    position: relative;
    margin-bottom: 55px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 24%;
    /* border-top: 2px solid var(--color0); */
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 0 0% 0;
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    vertical-align: top;
    width: 75%;
    overflow: hidden;
}

.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 8rem 13%;
    margin-top: 5em;
    border-radius: var(--border-radius);
    background: var(--color0);
    box-shadow: 0px 1px 6px 4px #5da0c429;
}

.contact .tab-formulaire .contenu h2 {
    text-align: left;
    /* color: var(--color2); */
    margin: 0 0 15px;
}

.contact .plan {
    font-size: 0;
    position: relative;
    height: 100%;
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 100%!important;
    border-radius: 10px;
}

.contact .coordonnees {
    padding: 20px;
    background: var(--color0);
    border-radius: 10px;
    box-shadow: 0px 1px 6px 4px #5da0c429;
    margin: 0 0 2vh;
}

p.horaires i {
    display: none;
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .coordonnees address p {
    padding: 0 0 10px 0
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px
}

.contact .coordonnees h2 {
    margin-top: 20px;
    color: var(--color1);
}

.contact .coordonnees address p {
    /* padding: 3px 0 0 45px; */
    font-size: 17px;
}

.contact .coordonnees address p.adresse {
    background: url(../images/ico-adresse-c.png) no-repeat 0 0;
    color: #000;
}

.contact .coordonnees address p.tel {
    background: url(../images/ico-tel-c.png) no-repeat 0 0;
    padding-bottom: 10px
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: bold
}

.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 0px;
    text-align: center;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group .col-md-4 {
    display: none;
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important;
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: normal
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.contact .formulaire .form-group .form-control {
    font-size: 15px;
    background: #f8f7f703;
    /*! box-shadow: inset 0 0px 3px rgb(47 47 47 / 17%); */
    border-radius: 0px;
    width: 100% !important;
    background: transparent;
    color: var(--color1);
    border: 1px solid var(--color1);
    padding: 10px 13px;
    box-shadow: inherit;
}

.body-contact .contact .formulaire .form-group input.btn-primary {
    width: 205px;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-left: 14vw;
}

.contact .formulaire .form-group textarea.form-control {
    height: 104px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 56px;
    line-height: 1;
    line-height: 56px \9;
    !;!i;!; padding: 0px 12px;
}

.contact .formulaire .form-group input.form-control:focus {
    box-shadow: inset 0 0px 2px rgb(47 47 47 / 64%);
    color: #000 !important;
    !i;!; }

.contact .formulaire .form-group select.form-control {
    height: 56px;
    line-height: 56px;
    padding: 12px
}

@media screen and (-webkit-min-device-pixel-ratio: 0), screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none !important;
        -moz-appearance: none !important;
        appearance: none;
        background-image: url(../images/image-select.png) !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        line-height: normal !important;
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group .g-recaptcha {
    width: 301px !important;
    height: 76px !important;
    display: inline-block;
    margin-right: 2% !important;
    vertical-align: top;
    padding-right: 20px;
    float: left;
}

.contact .formulaire .form-group input[name="captcha"] {
    width: 31% !important;
    height: 56px !important;
    display: inline-block;
    float: none !important;
    margin-right: 2% !important;
    vertical-align: top;
}

.contact .formulaire .form-group input[name="captcha"] + a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 56px !important;
    border-radius: 0;
    padding: 0;
}

.contact .formulaire .form-group input.btn-primary {
    width: 205px;
    float: right;
}

.contact .formulaire .form-actions {
    font-size: 12px;
}

.contact a.btn.btn-default {
    float: right
}

.form-group .label-rgpd strong,.info-rgpd strong,.info-rgpd a,.info-rgpd a:visited {
    color: #e4b779;
}

.info-rgpd p, .label-rgpd {
    font-family: arial;
}

.body-error404 a.btn.btn-default, .contact .formulaire input.btn-primary, .contact a.btn.btn-default {
    margin: 1em 0;
    text-align: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    fill: var(--color2);
    color: var(--color0);
    font-size: var(--font-size);
    font-family: var(--font_family_2);
    );););); background: var(--color2);
    border-radius: var(--border-radius);
    border-color: var(--color2);
    padding: 1em 1vw;
}

.body-error404 a.btn.btn-default:hover, .body-error404 a.btn.btn-default:active, .contact .formulaire input.btn-primary:hover, .contact .formulaire input.btn-primary:active, .contact a.btn.btn-default:hover, .contact a.btn.btn-default:active {
    background-color: var(--color1);
    border-color: var(--color1);
    color: var(--color0);
    text-decoration: none;
}

*::-webkit-input-placeholder {
    color: var(--color1) !important;
}

*:-moz-placeholder {
    color: var(--color1) !important;
    opacity: 1 !important
}

*::-moz-placeholder {
    color: var(--color1) !important;
    opacity: 1 !important
}

*:-ms-input-placeholder {
    color: var(--color1) !important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.flex-seoContain .seo-content {
    width: 65%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1:after, .flex-seoContain .seo-form h2.h1:after {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 34%;
    padding: 1em 2% 1em;
    background: var(--bg-facultatif);
    box-shadow: 0 0 4px #8787873d;
    border-radius: 30px;
}

.flex-seoContain .seo-form h2.h1:before, .flex-seoContain .seo-content h1:before {
    display: none;
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: auto;
}

.flex-seoContain .contact .formulaire .form-group textarea.form-control {
    height: 202px;
    position: static;
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100% !important;
    margin-right: 0% !important;
    text-align: left !important;
}

.pageseo .formulaire .form-group input[name="captcha"] + a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0px !important;
}

.pageseo .formulaire .form-group .g-recaptcha {
    width: 302px!important;
    margin-right: 2% !important;
    display: table-cell;
}

.body-page-1 .fluid-contenu {
    background: white;
}

.banniere:after {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    bottom: -1px;
    content: "";
    height: 20vh;
    position: absolute;
    /* background-image: url(../images/bg.png) !important; */
    background-repeat: no-repeat;
    background-position: top;
    /* background-color: transparent; */
    background-size: 100%;
}

.gallery .description-galerie {
    padding: 0 0px 2em 0px;
    text-align: justify;
    column-count: 2;
    gap: 40px;
}

.img-gallery {
    float: right;
    margin-left: 4vw;
    margin-bottom: 2em;
}

.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: 7px !important;
    padding-right: 7px !important
}

.gallery .ligne-photos {
    margin-left: -7px !important;
    margin-right: -7px !important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.gallery .ligne-photos .propor:after {
    padding-top: 88%;
    display: block;
    content: '';
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    /*! border: 2px solid #ece9e9; */
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.gallery .ligne-photos .propor .propor-cont .imagecont img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.2);
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url('../images/ico-zoom.png') no-repeat center center
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.2) translateX(10px);
}

.gallery .nav {
    margin: 10px 0px;
    padding-right: 10px
}

.gallery .nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.gallery .nav li a {
    background: #222;
    display: block;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover, .gallery .nav li.active a {
    background: #424445;
    color: #fff
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 10px 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: none;
    padding: 0 3px 0 5px;
    width: 240px;
    height: 200px;
}

.gallery .nav li:before {
    content: none;
}

.gallery .nav li a.bouton-principal {
    display: block;
    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: 0 0 9px BLACK;
    border: none;
    color: white;
    z-index: 9;
    overflow: hidden;
}

.etiquette {
    position: absolute;
    z-index: 9000;
}

.gallery .nav li a.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(11deg, #000000b3, transparent);
    transition: .3s ease;
}

.gallery .nav li a.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(11deg, #00000078, transparent);
    transition: .3s ease;
}

.gallery .nav li.active a:before {
    background: linear-gradient(7deg, #00000024, transparent);
    transition: .3s ease;
}

.etiquette.favoris {
    background: url(../images/ico-coeur.png);
    top: 5px;
    right: 5px;
    width: 25px;
    height: 23px;
    transition: all 400ms ease
}

.item:hover .etiquette.favoris {
    background: url(../images/ico-coeur-h.png)
}

.mentions {
    padding: 0 0 10px 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

li.mention.favoris {
    background: white;
    color: var(--color1);
}

li.mention.promotion {
    background: white;
    background: var(--color1);
    align-items: center;
    color: var(--color0);
}

li.mention.nouveaute {
    align-items: center;
    color: #f2c577;
}

li.mention.nouveaute {
    background: var(--color1);
    align-items: center;
    color: var(--color0);
}

ul.mentions {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    z-index: 999;
    list-style-type: initial;
    margin: 15px 0 25px 25px;
}

li.mention.favoris, li.mention.nouveaute, li.mention.destockage,li.mention.promotion {
    border-radius: 15px;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    font-style: normal;
    position: relative;
}

.fil-arianne {
    border-bottom: 1px solid #b9b8b8;
    margin: 0 0 4em;
    font-size: 14px;
    padding: 0 0 6px;
}

.fil-arianne a {
    text-decoration: none;
    color: inherit;
}

.fil-arianne a:hover {
    text-decoration: underline
}

.cat-produit .fil-arianne {
    margin: 0 0 50px 0;
}

.cat-liste .titre-liste {
    background: #3f3f3f;
    border-radius: 3px;
    margin-bottom: 20px
}

.cat-liste .titre-liste h2 {
    background: none;
    margin: 0
}

.cat-liste #filtres {
    display: block;
    padding: 20px 0 0 0;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
}

.cat-liste #filtres form {
    display: inline-block;
}

.cat-liste #filtres form#form_ipp {
    padding-right: 0px
}

.cat-liste #filtres form label, .cat-liste #filtres form b {
    font-weight: normal;
    color: #000;
}

.cat-liste #filtres form label {
    background: url(../images/points.png) no-repeat right 4px;
    padding: 0 10px 0 0;
}

.cat-liste #filtres p {
    margin: 0
}

.cat-liste #filtres select {
    height: 30px;
    line-height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 0 0 10px;
}

.cat-liste #pagination {
    padding: 8px 0;
    text-align: right;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0 0 0;
}

.cat-liste #pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.cat-liste #pagination ul li {
    display: inline-block;
    width: 28px;
}

.cat-liste #pagination ul li a {
    background: #f5f5f5;
    color: #000;
    font-weight: normal;
    text-align: center;
    display: block;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.cat-liste #pagination ul li a:hover, .cat-liste #pagination ul li.active a {
    background: #edebeb;
}

.filtres-catalogue {
    padding: 0;
}

.filtres-catalogue button, .filtres-catalogue a.btn-reset {
    border: 1px solid var(--color1) !important;
    color: var(--color1);
    background: transparent;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 3px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 0px 25px 0px 25px;
    font-family: var(--font_family_1);
}

.filtres-catalogue button:hover, .filtres-catalogue a.btn-reset:hover {
    background: var(--color1);
    color: var(--color0);
    border: 1px solid var(--color1);
}

.filtres-catalogue h3 {
    font-size: 16px;
    color: #686868;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid;
    font-family: var(--font_family_3);
}

.filtres-catalogue p {
    line-height: 26px;
}

.tooltip > div {
    color: #1d1d1d !important;
}

.tooltip-inner {
    color: white;
}

.slider-selection {
    background: white;
}

.filtres-catalogue p.range {
    padding: 2em 0;
}

.filtres-catalogue label {
    font-weight: normal;
    font-size: 16px;
    color: var(--color3);
    font-style: normal;
    margin: 0;
    padding: 0 0 0 5px;
}

.filtres-catalogue input:disabled + label {
    font-weight: normal;
    font-size: 16px;
    color: #2b2b2b;
    font-style: normal;
    margin: 0;
    padding: 0 0 0 5px;
    opacity: .7;
}

.filtres-catalogue input[type="submit"] {
    transition: all 400ms ease;
    border: 1px solid var(--color3);
    background: var(--color3);
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    /* line-height: 48px; */
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 18px 26px;
    font-family: var(--font_family_3);
    margin: 10px 0;
    border-radius: 30px;
    color: white;
}

.filtres-catalogue input[type="submit"]:hover {
    background: transparent;
    color: var(--color3);
    /* border: 1px solid var(--color3); */
}

.slider-handle {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--color0);
    border: 1px solid var(--color1);
}

.modele-liste {
    margin-left: -15px!important;
    margin-right: -15px!important;
    padding: 0
}

.encarts p.text-center {
    position: relative;
    width: 100%;
}

.encarts .modele-liste, .encarts2 .modele-liste, .encarts3 .modele-liste {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0;
    position: relative;
    width: 100%;
}

.modele-liste .col-md-2, .modele-liste .col-md-3, .modele-liste .col-md-4, .modele-liste .col-md-6 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.modele-liste .item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: .3s ease;
}

.modele-liste .item img:hover {
    -webkit-box-shadow: 0 0px 10px rgba(17,44,145,.4);
    box-shadow: 0 0px 10px rgba(17,44,145,.4);
}

.modele-liste.cont-sliderfav .item {
    width: 100%;
    padding: 0 20px;
}

.body-catalogue-list .modele-liste .item {
}

.modele-liste.cont-sliderred .item {
    width: 100%;
    padding: 0 20px;
}

.modele-liste.cont-slidernouv .item {
    width: 100%;
    padding: 0 20px;
}

.modele-liste.cont-sliderfav .item .div-proportionnel-item, .modele-liste.cont-sliderred .item .div-proportionnel-item, .modele-liste.cont-slidernouv .item .div-proportionnel-item {
    width: 220px !important;
    display: inline-block;
}

.modele-liste .item .div-proportionnel-item {
    width: 100%;
    position: relative;
    height: 372px;
    border-radius: var(--border-radius);
}

.modele-liste .item .div-proportionnel-item:after {
    display: block;
    content: '';
}

.modele-liste .item .div-proportionnel-item .cont-propor {
    position: relative;
    height: 100%;
    border-radius: var(--border-radius);
}

.modele-liste .item .div-proportionnel-item .imagecont {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--border-radius);
    display: flex;
    transition: all 400ms ease;
}

.modele-liste .item .div-proportionnel-item .imagecont:hover {
    /* opacity: 0.8; */
    filter: alpha(opacity=80);
}

.modele-liste .item .div-proportionnel-item .imagecont .imagefond {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: var(--border-radius);
    border: none;
    border-radius: var(--border-radius);
    -webkit-box-shadow: none;
    box-shadow: none;
    object-position: center;
    -webkit-transform: scale(1.05) translateX(-5px);
    transform: scale(1.05) translateX(-5px);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

.modele-liste .item .noimage {
    background: #fff url(../images/noim.jpg) no-repeat center center
}

.modele-liste .item .tableau {
    width: 100%
}

.modele-liste .item h2, .modele-liste .item h3 {
    margin: 0px 0 0px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    overflow: hidden;
    color: var(--color1);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modele-liste .item h2 a, .modele-liste .item h3 a {
    color: var(--color1);
    font-family: var(--font_family_4);
    transition: 0.7s ease;
}

.modele-liste .item h3 a:hover {
    text-decoration: none;
    color: var(--color2);
    text-shadow: 0 0 1px #00000073;
}

.modele-liste .item .prix-item {
    font-size: 15px;
    text-align: center;
    line-height: normal;
    color: var(--color2);
    display: none;
}

.modele-liste .item .prix-item div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.modele-liste .item .prix-item div.cell2 {
    display: inline-block;
    white-space: nowrap;
    color: var(--color2);
}

.modele-liste .item .prix-item div.ancien {
    text-decoration: line-through;
    color: var(--color2);
    position: relative;
    font-size: 12px;
}

.modele-liste .item .prix-item div.ancien:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 2px;
    right: 2px;
    border-bottom: 1px solid #9e9e9e;
    display: inline-block;
    opacity: 0;
}

.cat-produit .btn-partage {
    text-align: right;
    top: 0px;
    right: 0px;
}

.cat-produit .btn-partage .icones {
    fill: var(--color2);
    width: 20px;
    height: 20px;
}

.cat-produit .btn-partage a:hover .icones {
    fill: var(--color2);
}

.cat-produit .btn-partage a:hover {
    background: none;
}

.cat-produit .btn-partage .btnp {
    width: 30px;
    height: 30px;
    display: flex;
    margin: 0 1px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
    vertical-align: top;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
}

.cat-produit .btn-partage .btnp img {
    vertical-align: top;
}

.cat-produit .btn-partage .btnp:hover {
    transform: translateY(-5px);
}

.cat-produit .btn-partage .btnp.btn-fb {
    background-image: url(../images/ico-fb2.png)
}

.cat-produit .btn-partage .btnp.btn-twitter {
    background-image: url(../images/ico-twitter2.png)
}

.cat-produit .btn-partage .btnp.btn-google {
    background-image: url(../images/ico-google2.png)
}

.cat-produit .btn-partage .btnp.btn-pinterest {
    background-image: url(../images/ico-pinterest2.png)
}

.cat-produit .btn-partage .btnp.btn-tumblr {
    background-image: url(../images/ico-tumblr2.png)
}

.cat-produit .btn-partage .btnp.btn-ami {
    background-image: url(../images/ico-ami2.png)
}

.cat-produit .btn-partage .btnp.btn-fb:hover {
    background-image: url(../images/ico-fb2-h.png)
}

.cat-produit .btn-partage .btnp.btn-twitter:hover {
    background-image: url(../images/ico-twitter2-h.png)
}

.cat-produit .btn-partage .btnp.btn-tumblr:hover {
    background-image: url(../images/ico-tumblr2-h.png)
}

.cat-produit .btn-partage .btnp.btn-google:hover {
    background-image: url(../images/ico-google2-h.png)
}

.cat-produit .btn-partage .btnp.btn-pinterest:hover {
    background-image: url(../images/ico-pinterest2-h.png)
}

.cat-produit .btn-partage .btnp.btn-ami:hover {
    background-image: url(../images/ico-ami2-h.png)
}

.cat-produit .item-titre {
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 22px;
    color: var(--color1);
    word-break: break-word;
    display: block;
    text-transform: inherit;
}

.cat-produit .item-description {
    font-size: 15px;
    line-height: 1.5;
    padding: 1em 0 20px 0;
    color: #585858;
}

.cat-produit .item-description p {
    margin-bottom: 0;
}

.cat-produit .item-prix {
    color: var(--color1);
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    width: 100%;
    padding: 0 0 0.8em;
    border-bottom: 1px solid;
    margin: 0 0 0em;
}

span.manufacturer_left {
    background: var(--color0);
}

span.manufacturer_right {
    background: var(--color0);
    padding-left: 1rem;
}

span.manufacturer_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgb(117 109 109 / 20%);
    width: 95%;
    height: .1px;
    z-index: -1;
}

.badgepromo.orange {
    background: orange;
}

.badgepromo.marron {
    background: var(--color1);
}

.badgepromo.rouge {
    background: #d92b1e;
}

.badgepromo.mauve {
    background: var(--nuanceColor1);
}

.badgepromo {
    font-size: 13px;
    color: var(--color0);
    padding: 7px 6px !important;
    display: block;
    float: right !important;
    background: var(--color1);
}

.cat-produit .item-prix div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    float: left;
}

.cat-produit .item-prix div.cell2 {
    display: inline-block;
    white-space: nowrap;
    float: none;
}

.cat-produit .item-prix div.ancien {
    text-decoration: line-through;
    color: var(--color3);
    float: left;
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
}

.cat-produit .item-prix div.ancien:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    right: 2px;
    border-bottom: 1px solid #9e9e9e;
    display: inline-block;
    opacity: 0;
}

img.marque_image {
    width: 100px;
    display: inline-block;
    margin: 0px 15px 15px 0;
}

.cat-produit .particularites {
    margin: 20px 0 35px 0;
    padding: 0;
    list-style-type: none;
    column-gap: inherit
}

.cat-produit .particularites li {
    font-size: 20px;
    color: #858585;
    padding: 0;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.cat-produit .particularites li span {
    color: var(--color1);
    padding-right: 1rem;
}

.cat-produit .particularites li span.manufacturer_right {
    color: var(--color1);
}

.cat-produit .equipements ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cat-produit .btn-retour {
    padding: 40px 0 0 0;
}

.cat-produit .btn-retour a {
    padding: 1em 1vw;
    margin: 1em 0;
    text-align: center;
    var( --font-size): 15px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: var(--font-size);
    border-width: 1px 1px 1px 1px;
    fill: var(--color2);
    color: var(--color0);
    font-family: var(--font_family_1);
    background: var(--color2);
    border-radius: var(--border-radius);
}

.cat-produit .btn-retour a:hover {
    background-color: transparent;
    border-color: var(--color2);
    color: var(--color2);
    text-decoration: none;
}

.cat-produit .titre-similaire {
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 19px 0 12px 15px;
    color: #403f3f;
    text-align: center;
    border: 1px solid #c8c8c8;
    margin: 70px 0 50px 0;
}

.cat-produit .titre-desc {
    text-transform: none;
    font-size: 31px;
    text-align: center;
    margin: 20px 0 21px 0;
}

.cat-produit .btn-envie {
    text-align: right;
}

.cat-produit .btn-envie a {
    transition: all 400ms ease;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #585858;
    font-size: 16px;
    color: #000;
    padding: 15px 30px 12px 55px;
    text-transform: uppercase;
    background: url(../images/ico-envie.png) no-repeat 30px center;
}

.cat-produit .btn-envie a:hover, .cat-produit .btn-envie a.remove-from-wishlist {
    background: #000 url(../images/ico-envie-h.png) no-repeat 30px center;
    color: #fff;
}

.cat-produit {
    position: relative;
}

.cat-produit .description {
    /* border-top: 1px solid var(--color1); */
    padding: 3em 0 0;
    margin: 1em 0 0;
}

.cat-produit .cont-sliderthumb .div-proportionnel {
    width: 100%;
    position: relative;
}

.cat-produit .cont-sliderthumb .div-proportionnel:after {
    padding-top: 72%;
    display: block;
    content: '';
}

.cat-produit .cont-sliderthumb .div-proportionnel .cont-propor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.cat-produit .cont-sliderthumb .div-proportionnel .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: zoom-in
}

.cat-produit .cont-sliderthumb .div-proportionnel .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.cat-produit .noimage {
    display: block;
    background: #fff url(../images/noim.jpg) no-repeat center center;
    width: 100%;
    height: 400px
}

.cat-produit .sudo-slider-thumb {
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.cat-produit .noimage {
    background: #fff url(../images/noim.jpg) no-repeat center center;
    background-size: auto !important
}

.cat-produit .cont-miniatures {
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 0
}

.cat-produit .miniatures {
    width: 300400px;
}

.cat-produit .miniatures .miniature {
    width: 181px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.cat-produit .miniatures .div-proportionnel {
    width: 100%;
    position: relative;
}

.cat-produit .miniatures .div-proportionnel:after {
    padding-top: 94%;
    display: block;
    content: '';
}

.cat-produit .miniatures .div-proportionnel .cont-propor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.cat-produit .miniatures .div-proportionnel .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative
}

.cat-produit .miniatures .div-proportionnel .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.cat-produit .cont-miniatures .precedent-miniatures {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 15px;
    display: none;
    width: 32px;
    height: 32px;
    background: #00000052 url(../images/left.png);
    display: block;
    border: 1px solid #ffffff80;
    background-position: center;
}

.cat-produit .cont-miniatures .suivant-miniatures {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 15px;
    display: none;
    width: 32px;
    height: 32px;
    background: #0000004f url(../images/right.png);
    display: block;
    border: 1px solid #ffffff80;
    background-position: center;
}

.cat-produit .cont-miniatures:hover .precedent-miniatures, .cat-produit .cont-miniatures:hover .suivant-miniatures {
    display: block
}

.cat-produit .cont-sliderthumb a.customLinkThumb[data-target="prev"], .cat-produit .cont-sliderthumb a.customLinkThumb[data-target="next"] {
    z-index: 9000;
    position: absolute;
    top: 50%;
    display: none;
    width: 32px;
    height: 32px;
    margin-top: -16px
}

.cat-produit .cont-sliderthumb a.customLinkThumb[data-target="prev"] {
    left: 0px;
    background: url(../images/ico-thumb-g.png)
}

.cat-produit .cont-sliderthumb a.customLinkThumb[data-target="next"] {
    right: 0px;
    background: url(../images/ico-thumb-d.png)
}

.cat-produit .cont-sliderthumb a.customLinkThumb[data-target="prev"]:hover, .cat-produit .cont-sliderthumb a.customLinkThumb[data-target="next"]:hover {
    opacity: 0.8
}

.cat-produit .cont-sliderthumb:hover a.customLinkThumb[data-target="prev"], .cat-produit .cont-sliderthumb:hover a.customLinkThumb[data-target="next"] {
    display: block
}

.cat-produit .controlsthumb {
    display: inline-block;
    z-index: 9000;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.cat-produit .controlsthumb ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
}

.cat-produit .controlsthumb ol li {
    display: inline-block;
    display: none;
}

.cat-produit .controlsthumb ol li a {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(../images/miette.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 2px;
}

.cat-produit .controlsthumb ol li.current a {
    background-image: url(../images/miette-h.png);
}

.cat-produit .controlsthumb ol li a span {
    display: none
}

.cat-produit .zone-leads {
    padding: 30px 0 0 0;
    /* max-width: 990px; */
}

.cat-produit .form-question {
    padding: 20px 0 0 0
}

.cat-produit .form-question select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #B9B9B9;
    height: 32px;
    margin: 0 0 20px 0;
    line-height: 32px;
    padding: 5px 5px 5px 0px
}

.cat-produit .form-question textarea {
    width: 100%;
    border: 1px solid #B9B9B9;
    padding: 10px;
    height: 277px;
    margin: 0 0 12px 0;
}

.cat-produit .form-question input[type="text"], .cat-produit .form-question input[type="email"], .cat-produit .form-question input[type="tel"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #B9B9B9;
    margin: 0 0 20px 0;
    height: 32px;
    line-height: 1;
    line-height: 32px \9;
    padding: 0px 0px;
}

.cat-produit .form-question input[type="submit"] {
    width: 100%;
    border: 3px solid #e4b779;
    padding: 6px 20px 2px 0;
    color: #484848;
    background: #fff;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.cat-produit .form-question input[type="submit"]:hover {
    background: #e4b779;
    color: #fff;
}

.help-block {
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
    top: -15px;
}

.cat-produit .form-question input[name="captcha"] {
    width: 83%;
}

.cat-produit .form-question #captcha3 {
    height: 34px !important;
    padding: 0px 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0), screen and (-moz-images-in-menus:0) {
    .cat-produit .form-question select {
        -webkit-appearance:none !important;
        -moz-appearance: none !important;
        appearance: none;
        background-image: url(../images/image-select.png) !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        line-height: normal !important;
    }

    .cat-produit .form-question select option {
        color: inherit
    }
}

.cat-produit .form-question *::-webkit-input-placeholder {
    color: #000 !important
}

.cat-produit .form-question *:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

.cat-produit .form-question *::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

.cat-produit .form-question *:-ms-input-placeholder {
    color: #000 !important
}

/* *************************************************************************/
.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: #ffffff;
    letter-spacing: 1px;
}

.sidebar-left a,.sidebar-right a,.sidebar-bottom-controls a,.contactButton,.nav-item-active,.sidebar-form label,.sidebar-send-button,.sidebar-divider-text {
    color: #fff!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    background: #ffffff;
    width: 100%;
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden;
}

.top-logo img {
    position: absolute;
    left: 10px;
    top: -4px;
    height: 65px;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: #e4b779;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 1px #ffffff solid;
    display: table-cell;
    background-color: var(--color2);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
}

.deploy-right-mail {
    border-left: 1px #ffffff solid;
    display: table-cell;
    background-color: var(--color2);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/mail.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0;
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color2);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/telephone.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute !important;
    right: 130px;
    top: 0;
}

.deploy-back-home {
    background-image: url(../images/menu-mobile-3/home.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.delete-right-sidebar {
    display: none;
    background-image: url(../images/menu-mobile-3/contact.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.sidebar-left {
    font-family: 'Nunito-Regular',Helvetica!important;
    width: 270px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -270px;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-scroll-left {
    padding-right: 20px;
    left: 0;
    width: 310px;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scroll: touch!important;
    height: 100%;
    background-color: #c31c26;
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto !important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color1);
}

.sidebar-right {
    font-family: 'Nunito-Regular',Helvetica!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-decoration {
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    height: 2px;
    margin-bottom: 15px
}

.sidebar-left a,.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: #ffffff !important;
    z-index: 1;
}

.sidebar-header-left {
    height: 65px;
    background-color: #f78e1e;
    position: relative
}

.sidebar-left-logo {
    max-height: 75px;
    position: absolute;
    top: -2px;
    left: 8px;
    margin-right: 179px;
}

.sidebar-right-logo {
    margin-left: auto;
    top: 14px;
    right: 4px;
    max-width: 180px;
    float: right;
    max-height: 37px;
    position: relative;
    display: none;
}

.close-sidebar-left {
    background-image: url(../images/menu-mobile-3/left-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 205px;
    display: block
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 16px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #ffffff !important;
    /* background: #c19963; */
}

.home-nav {
    background-image: url(../images/menu-mobile-3/home.png)
}

.info-nav {
    background-image: url(../images/menu-mobile-3/infoabout.png)
}

.folio-nav {
    background-image: url(../images/menu-mobile-3/bendedright.png)
}

.mail-nav {
    background-image: url(../images/menu-mobile-3/mail.svg)
}

.newsletter-nav {
    background-image: url(../images/menu-mobile-3/rss.png)
}

.call-nav {
    background-image: url(../images/menu-mobile-3/phonehook.svg)
}

.text-nav {
    background-image: url(../images/menu-mobile-3/speechbubble4.png)
}

.facebook-nav {
    background-image: url(../images/menu-mobile-3/facebook.png)
}

.twitter-nav {
    background-image: url(../images/menu-mobile-3/twitter.png)
}

.sidebar-bottom-controls {
    background-color: #e4b779;
}

.sidebar-bottom-controls p {
    margin-top: 3px;
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 10px;
    display: block
}

.facebook-bottom {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/facebook.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.twitter-bottom {
    display: block;
    background-image: url(../images/menu-mobile-3/twitter.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.close-bottom-left,.close-bottom-right {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.nav-item {
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 22px auto;
    background-color: #c9323b;
    height: 60px;
    line-height: 61.5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    margin-bottom: 1px;
}

.icon-active {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/location.png);
    background-size: 10px 15px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-page {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-drop {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/godrop.png);
    background-size: 10px 8px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 239px
}

.submenu a {
    text-shadow: 0 2px 0 rgba(0,0,0,1);
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a em {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    float: left;
    width: 10px;
    height: 15px;
    display: block;
    margin-top: 5px;
    padding-right: 35px
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-notifications a {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 38px;
    margin-left: 20px;
    font-size: 10px;
    color: #878787;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color1);
    position: relative;
}

.close-sidebar-right {
    background-image: url(../images/menu-mobile-3/right-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block;
    filter: invert(1);
}

.sidebar-left .close-sidebar-left, .sidebar-right .close-sidebar-right {
    position: absolute !important;
}

.right-sidebar-copyright {
    margin: 20px 0
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique .sub-menu-catalogue {
    background: #1d214a;
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    /* background: #d8ac70; */
    padding-left: 0;
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none;
    color: #ffffff !important;
}

.menu-mobile-dynamique .sub-menu {
    background-color: var(--color2);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto;
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    text-decoration: none !important;
    line-height: 6px;
    font-size: 16.2px;
    background-image: url(../images/menu-mobile-3/bendedright.svg);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 8px auto;
    text-transform: initial;
    color: #fff;
    height: 45px;
    background-repeat: no-repeat;
    padding-left: 18px;
    background-position: 20px 20.9px;
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none;
    color: #BEBEBE;
    font-size: 14px;
    padding: 0px 0 0 15px;
}

.small-notification p {
    margin: 10px 13px;
    padding-bottom: 2px;
    line-height: 18px
}

.text-input {
    overflow: hidden;
    position: relative;
    font-size: 11px;
    color: #666;
    width: 230px;
    margin-left: 20px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

#contactEmail {
    margin-bottom: -5px!important
}

#contactMessage {
    display: none
}

#contactName {
    display: none;
    margin-bottom: 10px
}

#left_label_name {
    overflow: hidden;
    position: relative;
    display: none;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

#name_label {
    overflow: hidden;
    position: relative;
    display: none;
    margin-top: 20px;
    margin-left: 20px;
    font-family: 'Lato',sans-serif;
    font-size: 12px;
    color: #c5c5c5
}

#email_label {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    color: #c5c5c5;
    display: block;
    overflow: hidden;
    position: relative
}

#left_label_mail {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 18px;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    font-family: 'Open Sans',sans-serif;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.contact-button-house {
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 11px;
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: baseline;
    outline: none
}

.contactButton {
    display: block;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
    height: 36px;
    font-family: 'Lato',sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 230px;
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

.buttonWrap {
    padding: 10px!important;
    min-width: 43%
}

.contactSubmitButton {
    display: block!important;
    height: 36px!important;
    margin-right: 4px;
    float: left;
    margin-bottom: 20px
}

.contactNameField {
    padding-bottom: 5px;
    font-size: 12px
}

.contactField {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

.contactTextarea {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 18px;
    height: 90px;
    padding: 9px 12px
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique .menu-item-external {
    background-image: url(../images/down.png);
    background-position: 245px 16.2px;
    background-repeat: no-repeat;
    background-size: 15px auto;
}

.sidebar-form {
    display: none;
    margin-left: 20px;
    width: 230px;
    box-sizing: border-box
}

.sidebar-form2 {
    display: none
}

.sidebar-form label {
    font-size: 13px;
    border-radius: 0!important;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
    opacity: .8;
    filter: alpha(opacity=80)
}

.sidebar-form label span {
    text-transform: lowercase;
    float: right;
    opacity: .5
}

.sidebar-form input {
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

.sidebar-form textarea {
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d;
    margin-bottom: 0
}

.sidebar-send-button {
    font-size: 13px;
    display: block;
    width: 100%;
    color: #d2d2d2;
    font-family: 'Lato',sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.success-subscribe {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px
}

.sidebar-form {
    margin-bottom: 0!important;
    margin-top: -10px!important
}

.sidebar-form .formSuccessMessageWrap {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 0
}

.sidebar-form .small-notification {
    margin-top: 20px
}

.sidebar-form #emailError {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.sidebar-form #emailError2 {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError2 p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.subscribe-notification {
    width: 230px!important;
    margin-left: 20px;
    border-radius: 0!important;
    margin-bottom: -15px!important;
    margin-top: 20px!important;
    background-image: none!important
}

.subscribe-notification p {
    background-image: none!important;
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    text-transform: uppercase;
    padding-left: 0;
    margin-top: 20px
}

.formValidationError {
    margin-bottom: -15px
}

.sidebar-form .formValidationError div {
    margin-top: 20px;
    width: 230px;
    border-radius: 0!important;
    height: 36px;
    margin-top: 20px!important
}

.sidebar-form .formSubmitButtonErrorsWrap {
    overflow: visible!important;
    margin-bottom: 20px
}

.sidebar-form .formValidationError p {
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: none
}

.red-notification {
    background-color: rgba(219,84,84,0.5);
    border-radius: 5px;
    border: solid 1px #cbb190
}

.formValidationError .red-notification p {
    background-image: none!important;
    display: block!important;
    padding-left: 0!important;
    text-align: center!important
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.red-notification {
    background-color: rgba(219, 84, 84, 0.5);
    border-radius: 5px;
    border: solid 1px #c24747;
}

.formValidationError .red-notification p {
    font-size: 14px;
    background-image: none!important;
    display: block!important;
    padding-left: 0px!important;
    text-align: center!important;
}

.no-bottom {
    margin-bottom: 0px!important;
}

.notification-box {
    color: #fff !important
}

.notification-box h4 {
    color: #fff !important
}

.menu-mobile-dynamique .sub-menu {
    display: none;
}

.sidebar-right .btn-recherche {
    margin: 0px 0 0 0;
    overflow: hidden;
    text-indent: 100px;
    background: url(../images/ico-recherche-mobile.png) no-repeat center center;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 48px;
    position: absolute;
    top: 68px;
    right: 50px;
    display: none;
}

.sidebar-right .btn-favoris {
    position: absolute;
    margin: 0px 0 0 0;
    top: 68px;
    right: 0;
    overflow: hidden;
    text-indent: 110px;
    background: url(../images/ico-favoris-mobile.png) no-repeat center center;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 48px;
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

.remonter button {
    padding: 3px 10px 6px 10px;
    text-align: center;
    background: none;
    align-items: center;
    display: none;
    justify-content: center;
    mix-blend-mode: difference;
    background: white;
    width: 40px;
    border: none;
    height: 40px;
    font-size: 30px;
    box-shadow: 0 0 4px #00000087;
}

.remonter button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica, arial, sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0px
    }
}

@media (max-width: 1300px) {
    div#leads-form .contact {
        padding: 4em 10%;
    }

    .header {
        padding: 2px 1%;
    }

    .actualites {
        padding: 3em 5%;
    }

    .banniere {
        padding: 0 0%;
    }

    .fluid-collections {
        padding: 0 5% 6em;
    }

    .body-page-1 .banniere {
        padding: 6em 1% 2em;
    }
}

@media (max-width: 1199px) {
    .remonter {
        display:none !important
    }

    .banniere:after {
        height: 6vh;
    }
}

@media (min-width: 768px) {
    .zone-favoris .article:nth-child(3n+1) {
        clear:both
    }
}

@media (min-width: 991px) {
    .swiper-catalogue-btn.cat-nbr-3 {
        display:none;
    }
}

@media (max-width: 991px) {
    :root {
        --h1-size:23px;
        --taille_font: 15px;
    }
    .menu_footer{
        padding-left:15px
    }
    .one-service-info-inner.transition{
        
top: -60px;
        
right: -30px;
    }
    .AvisClientsBg.bg-optionnel-gris .contenu{
        padding: 58px 18px;
    }
    .img-desc img, .newBlockImg img{
        height:350px
    }
    .services-home .services-home-content{
        padding:0
    }
    .extra-banner-mar{
        width: 100%;
        padding: 20px 10px 0;
    }

.newBlockCont ,.newBlockImg {
    width: 100%;
}

.single-service-banner {
}

.service-banner-content ,.service-banner-content a {
    width: 100%;
    display: block;
}

    .content-assainissement.reversenk {
        flex-direction: column;
    }

    .gradient-text, .blocsav .gradient-text {
        font-size: 28px !important;
    }

.actuAndNewsletter-container {
    padding: 0;
}

    .cta2.text-center {
        padding: 0 7%;
    }

    .acroch {
        display: block;
        width: 100%;
    }

.newBlockFlex {
    flex-direction: column;
    width: 100%;
    padding: 4;
}

    .en2 {
        width: 100%;
    }

    .en2 img {
        width: 106px;
        margin: 0 0 5vh;
    }

    .iconBox02 span img {
        width: 39px;
    }

    .AvisClientsBg.bg-optionnel-gris {
        padding: 0 1% 9vh
    }

    .contentsav {
        border-radius: var(--border-radius);
        position: relative;
        color: var(--color1);
        width: auto;
    }

    .contentsav:before {
        DISPLAY: NONE;
    }

    .badges {
        RIGHT: 33%;
    }

    .AvisClientsBg.bg-optionnel-gris .h1 {
        padding: 0;
    }

    .actuAndNewsletter.actuAndNewsletter01 {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .footer1_bg {
        position: relative;
        padding: 30px 1%;
    }

    .block #newsletter_form input[type="text"] {
        line-height: 1;
        padding: 0px 12px;
        /* width: 70%; */
        margin: 0 0 0 0;
        font-size: 14px;
        border: 1px solid #0000001c;
        /* height: 60px; */
        /* border-radius: 40px; */
    }

    .actuAndNewsletterBg {
        padding: 10px 8%;
        /* background: url(../images/actu-bg.png); */
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .body-page-1 .intervention:after {
        display: none;
    }

    .intervention {
        padding: 1em 1% 1em 1%;
        position: relative;
        z-index: 1;
        display: flex ;
        flex-direction: column;
    }

    .actu-image .blazy {
        height: 150px;
        width: 100%;
        object-fit: cover;
        background-position: center;
        background-size: cover;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: hidden;
    }

    .img-desc.img-desc2 {
        width: 40%;
    }

    .faq {
        padding: 1vh 1%;
        margin-bottom: 20px;
    }

.acroch h3 {
    font-size: 20px;
}

    .iconBox02 span img {
        width: 39px;
    }

    span.accordion-title {
        font-size: 16px;
        width: 100%;
        padding: 0 5px 0 30px;
    }

    .img-desc img {
        height: auto;
        display: block;
        position: relative;
        animation: none;
        top: 0;
        right: 0;
    }

    .text-1 {
        display: block;
    }

    .txt {
        width: 100%;
    }

    .img-desc.img-desc2 {
        width: 40%;
    }

    .iconBox02 {
        position: relative;
        width: 100%;
        display: flex ;
        gap: 3%;
        align-items: center;
        margin-top: 3%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .flex h3 {
        margin-top: 16px;
        text-align: center;
    }

    .img-desc, .img-desc.imglogo {
        width: 100%;
        height: 30vh;
        float: left;
        margin-bottom: 40px;
    }

    .flex {
        width: 100%;
    }

    .services-home {
        position: relative;
        padding: 2em 2% 2em;
        opacity: 1;
    }

    .content-assainissement {
        position: relative;
        display: block;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        gap: 5%;
        flex-direction: column;
        margin-bottom: 0;
    }

    .text-desc {
        position: relative;
        display: block;
        width: 100%;
        padding: 0 3%;
    }

    .title-serv .titre-secondaire {
        text-align: center;
    }

    .auto-container {
        position: relative;
        padding: 1em 3% 2em;
        width: 100%;
    }

    .assainissement {
        position: relative;
        display: flex ;
        flex-direction: column;
        justify-content: center;
        padding: 1em 3%;
    }

.assainissement.section.assainissement002 .content-assainissement {
    display: flex;
    flex-direction: column-reverse;
}

.newBlock {
    padding: 20px 15px;
}

    .content-part {
        position: relative;
        margin-top: 0;
        padding: 25px 4%;
    }

    .content-left {
        position: relative;
        width: 100%;
        padding: 2vh 3vw;
        display: flex ;
        flex-direction: column;
        justify-content: center;
    }

    .partenair {
        display: block;
    }

    .partblock {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 0 1vh;
    }

    .titre-service-premier h2 {
        color: var(--color0);
        font-size: 18px;
        line-height: 43px;
        font-family: var(--font_family_1);
        margin-top: 7px;
        margin-bottom: 5px;
        position: relative;
        margin-right: 2vw;
    }

    .titre-service-premier span {
        position: relative;
        font-size: 16px;
        color: var(--color0);
        font-family: var(--font_family_3);
        margin-left: 10px;
        transition: all .4s ease;
        margin-right: 2vw;
    }

    .partenaires {
        position: relative;
        display: flex;
        z-index: 8000;
        align-items: center;
        padding: 0vh 5px 8vh;
        gap: 2%;
        flex-direction: column;
    }

    .thumbsnk a img {
        display: block;
        object-fit: cover;
        height: 80px;
        width: 100%;
        border-radius: var(--border-radius);
    }

    .one-service {
        height: 400px;
        position: relative;
        overflow: hidden;
        border-radius: var(--border-radius);
    }

    .swiper-buttons {
        display: none !important;
    }

    .serviceblocNK {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 3em;
    }

    .services-home .h1 ,.service-home .titre-secondaire {
        color: var(--color1);
        text-align: center !important;
        !i;!;!i;!; }

    .flex-zone {
        padding-right: inherit;
    }

    .cont-list {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        margin-top: 5%;
        text-align: left;
    }

    p.mislog {
        color: white;
        text-transform: uppercase;
        position: relative;
        right: initial;
        font-size: 25px;
        text-align: center;
    }

    .shapetopnk2 {
        position: absolute;
        bottom: -2px;
        width: 100%;
        height: 150px;
        background-image: url(../images/banner-shap001.png);
        z-index: 1;
        left: 0;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
    }

    .home-banner {
        flex-direction: column;
    }

    .left-side {
        position: relative;
        width: 100%;
    }

    .body-page-1 .slogan {
        padding: 3em 0 0;
    }

    .intervention .contenu {
        padding: 0;
    }

    .swiper-button-prev {
        /* left: -10px; */
        /* top: 47%; */
    }

    .swiper-button-next {
        /* right: -10px; */
        /* top: 45%; */
    }

    .modele-liste .item {
        max-width: 350px;
        margin: auto;
    }

    .actualites .cell.texte .contenu .h1 a {
        font-size: 20px;
    }

    div#leads-form .contact {
        padding: 3em 5%;
    }

    .text-encarts {
        padding: 10px;
    }

    .modele-liste .item .div-proportionnel-item {
        height: 200px;
    }

    .banniere {
        height: 30vh;
        padding: 0 1%;
    }

    .pied {
        padding: 2em 0;
    }

    .pattern-3 {
        display: none;
    }

    .encarts, .realisations, .atouts,.actualites {
        padding: 3em 0%;
    }

    div#contactButtonsMobile {
        display: none !important;
    }

    .actualites .date_post, .news .date_post {
        font-size: 13px;
    }

    .partenair {
        display: block;
    }

    .actualites .cell.texte .contenu .text-center {
        display: block;
    }

    div#contactButtonsMobile {
        display: none !important;
    }

    .actualites .date_post, .news .date_post {
        font-size: 18px;
    }

    .atoAB .stp-txt {
        padding: 0 0 30px 5%;
    }

    .body-page-1 .banniere {
        align-items: center;
        justify-content: center;
        height: 40vh;
        padding: 0;
    }

    footer#footer {
        float: left;
        width: 100%;
    }

    .actuAndNewsletter.actuAndNewsletter02.NewsletterBg {
        display: block;
        padding: 4vh 1% 5vh;
        !i;!; !i;!;
        float: left;
        width: 100%;
        margin: 0;
    }

    .boxicon-container {
        display: flex;
    }

    .NewsletterBg p.logo-site {
        display: none;
    }

    .NewsletterBg .h {
        width: 100%;
    }

    .cp {
        display: block;
        width: 100%;
        padding: 1vh;
    }

    .block #newsletter_form {
        font-size: 14px;
        /* gap: 3%; */
        padding-top: 20px;
    }

    .boxicon-container {
        display: flex;
        flex-direction: column;
        padding: 16px 26px;
    }

    .ft-box {
        margin: 0 0 9px;
        width: 100%;
    }

    .container-fluid.footer2_bg {
        width: 96%;
        padding: 0 3%;
    }

    .inter-map.blocsav {
        padding: 3vh 7%;
    }

    .banniere:after {
        height: 6vh;
    }

    .body-page-1 .slogan {
        width: 100%;
        padding: 0 2%;
        text-align: left;
        left: 0;
    }

    .contact .tab-formulaire {
        padding: 4rem 5%;
        margin: 6vh 0 0;
    }

    .service-banner-img {
        width: 50px;
        height: 50px;
    }

    body {
        --taille_font: 16px;
        font-size: var(--taille_font);
    }

    .fluid-collections {
        padding: 3em 2% 6em;
    }

    .slogan .titre {
        font-size: 40px;
    }

    .body-page-1 .slogan .titre {
        font-size: 23px;
        text-align: left;
    }

    .slogan {
        padding: 0;
        text-align: center;
    }

    .slogan h1 {
        text-align: center;
        font-size: 26px;
    }

    .slogan .sous-titre {
        font-size: 22px;
    }

    .container {
        max-width: none;
        width: auto
    }

    .ligne-photos.retrait.centerservice2 {
        margin: 0 0 !important;
    }

    .ligne-photos.retrait.centerservice {
        margin: 0 25% !important;
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100% !important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100% !important
    }

    .contact .formulaire .form-group input[name="captcha"] {
        width: 100% !important;
        margin-right: 0% !important;
        text-align: left !important;
    }

    .contact .formulaire .form-group input[name="captcha"] + a {
        position: absolute;
        width: 140px;
        top: 0;
        right: 0;
        margin-right: 0px !important;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
    }

    .lb-prev {
        opacity: 1 !important;
        background: url(../images/lightbox-g.png) left 48% no-repeat;
    }

    .lb-next {
        opacity: 1 !important;
        background: url(../images/lightbox-d.png) right 48% no-repeat;
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .scrollbar-content {
        padding: 0
    }

    h1, .h1,article.news .h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .realisations .row.recup-photos.gallery {
        display: flex;
        flex-wrap: wrap;
    }

    .realisations .recup-photos .propor:after {
        padding-top: 74%;
    }

    .realisations .row.recup-photos.gallery .col-md-3 {
        width: 48%;
    }

    .body-service-list .services .tableGrid.row .bodyContent .h1 {
        font-size: 26px;
        line-height: 1;
    }

    span.logo-r:before {
        width: 40px;
        height: 40px;
    }

    .actualites .cell.texte .contenu .h1 {
        font-size: 30px;
    }

    .cont-slider {
        /* position: static; */
        width: 100%;
        margin-left: 0;
        height: 50vh;
    }

    .caption {
        top: initial;
        bottom: 0;
        left: 10px;
        font-size: 16px;
        color: #fff;
        opacity: 1;
        line-height: 16px;
    }

    .caption .texte1 {
        font-size: 24px;
        line-height: 24px;
        color: #403f3f;
        padding: 0 0 1px 0;
        margin: 0 0 5px 0;
    }

    .caption .texte2 {
        font-size: 22px;
        color: #403f3f;
        line-height: 19px;
    }

    .fluid-contenu {
        margin: -1px 0 0 0 !important;
    }

    .accordeonaquatiris {
        padding: 4vh;
    }

    .fluid-contenu .corps {
        padding: 30px 15px 40px 15px;
    }

    .body-service-list .fluid-contenu .corps {
        padding: 2em 5%;
    }

    .body-page-1 .fluid-contenu .corps {
        padding: 2em 0%;
    }

    body.body-catalogue-list .fluid-contenu .corps, body.body-catalogue-item .fluid-contenu .corps {
        padding: 1em 5%;
    }

    .fluid-collections .titre {
        font-size: 26px;
        padding: 16px 0 10px 0;
        letter-spacing: 0px;
    }

    .decouvrez a {
        margin: 25px 0 0 0;
    }

    .encarts .droite {
        height: 630px;
    }

    .encarts2 .droite {
        height: 630px;
    }

    .encarts3 .droite {
        height: 630px;
    }

    .encarts h2, .encarts2 h2, .encarts3 h2 {
        font-size: 30px;
    }

    .modele-liste .item h2, .modele-liste .item h3 {
        margin: 20px 0 10px 0;
    }

    .encarts .tous-tous, .encarts2 .tous-tous, .encarts3 .tous-tous {
        padding: 10px 0 0 0;
    }

    .cont-sliderred .controls {
        bottom: -95px;
    }

    .cont-sliderfav .controls {
        bottom: -95px;
    }

    .cont-slidernouv .controls {
        bottom: -95px;
    }

    .contact .plan {
        margin: 0 0 30px 0;
    }

    .modele-liste .item h2, .modele-liste .item h3 {
        font-size: 19px;
    }

    .filtres-catalogue {
        margin: 0 0 20px 0;
    }

    .cat-liste #filtres {
        padding: 20px 0 20px 0;
    }

    .cat-produit .cont-miniatures {
        display: none;
    }

    .cat-produit .item-titre {
        font-size: 24px;
        /* max-width: 46%; */
    }

    .zone-favoris {
        top: 70px;
        left: 15px;
        right: 15px;
    }

    .zone-favoris .container {
        padding: 0 15px;
    }

    .zone-recherche {
        top: 70px;
        left: 15px;
        right: 15px;
    }

    .zone-recherche .container {
        padding: 0 15px;
    }

    .zone-favoris .soustitre {
        font-size: 21px;
        margin: 20px 0 50px 0;
        line-height: 20px;
        padding: 0 10px 15px 10px;
    }

    .cat-produit .cont-miniatures .suivant-miniatures, .cat-produit .cont-miniatures .precedent-miniatures {
        display: block;
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0 15px 30px
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .body-page-1 .fluid-contenu .corps:after {
        display: none;
    }

    .row.rrow .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        display: flex ;
        gap: 1%;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .h1-cont {
        justify-content: center;
        flex-direction: column;
        margin: 50px 10px 0px;
    }

    .slogan > img {
        max-width: 160px;
    }

    .actualites .cell.texte .contenu {
        padding: 2em 0;
    }

    .flex-seoContain {
        flex-direction: column;
    }

    .flex-seoContain .seo-content,.flex-seoContain .seo-form {
        width: 100%;
    }

    .flex-seoContain .seo-content a.img-seo {
        width: 100%;
        padding: 10px;
    }

    div#leads-form .contact h2 {
        font-size: 28px;
    }

    .actualites article {
        display: block !important;
        !i;!il;!i;!; }

    .actualites .cell.photo {
        display: block;
        width: 100%;
        height: 300px;
    }

    .swiper-button-prev {
        /* left: 0; */
        /* top: 55%; */
    }

    .swiper-button-next {
        /* right: 0; */
        top: 55%;
    }

    .fluid-collections .encart .photo {
        height: 130px;
    }

    .pied .bande1 {
        padding: 1em 10px;
    }

    .banniere .slog h1 {
        font-size: 20px;
    }

    .decouvrez a, a.bouton-principal, a.view-btn-all {
        /* padding: 10px 30px 16px; */
        width: 100%;
        margin: 2vh 0 0!important;
        !i;!; }

    .slogan .titre {
        font-size: 27px;
    }

    .slogan .sous-titre {
        font-size: 19px;
    }

    .slogan {
        left: 0;
        padding: 0 0%;
        top: 25%;
    }

    .slogan h1 {
        font-size: 21px;
        text-align: center;
    }

    .body-catalogue-item .slogan h1 {
        font-size: 22px;
    }

    .ligne-photos.retrait.centerservice2 {
        margin: 0 0 !important;
    }

    .ligne-photos.retrait.centerservice {
        margin: 0 0 !important;
    }

    .dtable [class*=col-] {
        display: block;
        vertical-align: middle;
        float: left;
    }

    .dtable #submitReservation {
        width: 100%;
    }

    .tableGrid>.row, .tableGrid {
        display: block;
        padding: 0;
    }

    .tableGrid>.row>.table-row>[class*=col], .tableGrid>.table-row>[class*=col], .tableGrid>.row>[class*=col], .tableGrid>[class*=col] {
        display: block;
        vertical-align: top;
        float: left;
        height: 100%;
        position: relative;
    }

    .nosServicesBg .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .nosServicesBg .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .services .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .services .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .nosServicesBg .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
    }

    .nosServicesBg .bx-viewport {
        position: relative!important;
        height: 250px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important;
    }

    .nosServicesBg .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .services .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
    }

    .services .bx-viewport {
        position: relative!important;
        height: 250px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important;
    }

    .services .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        list-style: none;
    }

    .nosServicesBg .bx-viewport li,.services .bx-viewport li {
        height: 100%;
        list-style: none;
    }

    .services .bx-pager,.mainSectionSliderBg .bx-pager {
        z-index: 9999;
    }

    .tableGrid>.table-row {
        height: 100%;
        display: block;
    }

    .pad-xs {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pad-xs-l {
        padding-left: 15px !important
    }

    .pad-xs-r {
        padding-right: 15px !important
    }

    .nopad-xs {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nopad-xs-l {
        padding-left: 0 !important
    }

    .nopad-xs-r {
        padding-right: 0 !important
    }

    .zone-favoris .article:nth-child(2n+1) {
        clear: both
    }

    .fluid-collections {
        padding: 2em 2%;
    }

    .h1 .sub-title, h1 .sub-title {
        font-size: 14px;
    }

    .encarts .gauche, .encarts2 .gauche, .encarts3 .gauche {
        height: 220px;
    }

    .pied .categorie {
        width: 50%;
    }

    .pied .categorie:nth-child(2n+1) {
        clear: both;
    }

    .pied .categorie .liste-cats li a, .pied .categorie .liste-cats li a:visited {
        font-size: 18px;
    }

    .pied .copyright-footer {
        text-align: center;
    }

    .pied h2 {
        font-size: 18px;
    }

    .slider.slider-horizontal {
        width: 100%;
    }

    .filtres-catalogue input[type="submit"] {
        margin: 10px 0 10px 0;
    }

    .cat-produit .btn-retour {
        text-align: center;
        position: static;
        padding: 20px 0 30px 0;
    }

    .cat-produit .fil-arianne {
        margin: 0 0 30px 0;
    }

    .cat-produit .cont-sliderthumb {
        margin: 0 0 20px 0;
    }

    .cat-produit .item-titre {
        max-width: 100%;
        font-size: 18px;
    }

    .cat-produit .btn-partage {
        text-align: center;
        position: static;
        padding: 10px 0 0 0;
    }

    .cat-produit .btn-envie {
        text-align: center;
    }

    .cat-produit .particularites {
        margin: 20px 0 35px 0;
    }

    .cat-produit .titre-similaire {
        font-size: 21px;
        padding: 19px 0 12px 0px;
    }

    .zone-recherche input[type="text"] {
        width: 210px;
    }

    .zone-favoris .item h3 {
        font-size: 18px;
    }

    .btn-like {
        text-align: center;
        padding: 20px 0px 0px 0px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pad-sm {
        padding-left:15px !important;
        padding-right: 15px !important
    }

    .pad-sm-l {
        padding-left: 15px !important
    }

    .pad-sm-r {
        padding-right: 15px !important
    }

    .nopad-sm {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nopad-sm-l {
        padding-left: 0 !important
    }

    .nopad-sm-r {
        padding-right: 0 !important
    }

    .filtres-catalogue .partie {
        width: 100%;
        margin: 0 0%;
        display: inline-block;
        vertical-align: top;
    }

    .filtres-catalogue h3 a {
        background: url(../images/ico-plus.png) no-repeat right 7px;
    }

    .bx-wrapper .bx-next {
        right: -10px;
    }

    .bx-wrapper .bx-prev {
        left: -10px;
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .navh {
        width:95%;
    }

    .container-fluid.footer2_bg {
        width: 100%;
    }

    .footer1_bg {
        position: relative;
        padding: 30px 2%;
    }

    .assainissement, .services-home, .partenaires {
        padding: 5vh 2%;
    }

    .accordeonaquatiris {
        padding: 4vh 0 3vh;
    }

    .container-fluid.actuAndNewsletterBg.section {
        padding: 0 2%;
    }

    .fluid-contenu .corps {
        padding: 5vh 2%;
        position: relative;
    }

    .actuAndNewsletter.actuAndNewsletter02.NewsletterBg {
        padding: 10vh 2%;
        position: relative;
    }

    .flex-btn {
        display: none;
    }

    .page-image {
        height: 55vh;
    }

    .partenaires:after {
        padding: 0 0 3vh;
    }

    .tete .cols .col.col3 {
        width: 250px;
    }

    .tete .tel {
        font-size: 12px;
        /* padding: 42px 20px 0 0px; */
        display: none;
    }

    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: 13px;
        padding: 0px 0px;
    }

    .tete .cols {
        padding: 0 1%;
    }

    .navh .menu_principal > li {
        padding: 0 10px;
    }

    .header {
        padding: 0 2%;
    }

    .caption {
        left: 550px;
    }

    .cat-produit .miniatures .miniature {
        width: 153px;
    }

    .slider.slider-horizontal {
        width: 100%;
    }

    .fluid-app .soustitre {
        font-size: 22px;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 33%;
    }

    .bx-wrapper .bx-next {
        right: -10px;
    }

    .bx-wrapper .bx-prev {
        left: -10px;
    }
}

@media (min-width: 1200px) and (max-width:1299px) {
    .navh {
        width: 80%;
    }

    .navh .menu_principal > li {
        padding: 0 4px;
    }
}

@media (min-width: 1200px) {
}

.infinite-scroll {
    padding: 0 0 50px 0;
    position: relative;
}

.infinite-scroll .btn, .infinite-scroll .btn:focus {
    transition: all 400ms ease;
    border: 1px solid var(--color3) !important;
    color: var(--color0);
    background: transparent;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 3px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 0px 25px 0px 25px;
    font-family: var(--font_family_1);
    margin: 10px 0;
    border-radius: 0;
}

.infinite-scroll .btn:hover {
    background: var(--color3);
    border: 3px solid var(--color1);
    color: var(--color1);
}

.infinite-scroll .chargement {
    display: none;
    background: url(../images/chargement.gif) no-repeat center top;
    height: 32px;
    width: 32px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -16px;
}

img.blazy {
    width: 100%;
    background-image: url('../images/bx_loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #F6F6F6;
}

img.blazy.b-error {
    background-image: url('../images/noImage.png');
}

div.blazy {
    width: 100%;
    background-image: url('../images/bx_loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1c1c1c;
    background-size: cover;
}

div.blazy img {
    width: 100%;
}

div.blazy.b-error {
    background-image: url('../images/noImage.png');
    background-size: 80px;
}

.blazy.imgLoaded {
    background-size: 100% auto;
}

#clear-filter-form {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.zone-catalogue .categorie {
    min-height: 105px;
}

.btn {
    padding: 8px 12px 4px 12px;
}

.body-catalogue-item .form-horizontal .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contact .formulaire .form-group, .body-catalogue-item .contact .formulaire .form-group {
    /*! margin-left: -15px !important; */
    /*! margin-right: -15px !important; */
}

@media (min-width: 1280px) and (max-width: 1550px) {
    .thumbsnk a img {
        display: block;
        object-fit: cover;
        height: 100px;
        width: 100%;
        border-radius: var(--border-radius);
    }

    .partenaires {
        position: relative;
        display: flex;
        z-index: 8000;
        align-items: center;
        padding: 0vh 0 0;
        gap: 2%;
        flex-direction: column;
    }

    .body-page-1 .banniere {
        padding: 6em 1% 2em;
    }

    .services-home {
        position: relative;
        padding: 6em 0% 1em;
        opacity: 1;
        transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
    }

    .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
        position: relative;
        bottom: 18vh;
    }

    a.xxxnk {
        position: relative;
        left: -1vw;
        display: none !important;
    }

    .lien_image {
        height: 100%;
        width: 100%;
        position: relative;
        display: block;
        height: 64vh;
    }

    .content-part {
        padding: 29px 5%;
    }

    .assainissement {
        padding: 3em 2%;
    }

    .section-picto {
        padding-top: 1%;
    }

    .actuAndNewsletterBg {
        padding: 10vh 3vw;
    }

    h1, .h1 {
        font-size: 49px;
        margin-bottom: 25px;
    }

    .content-assainissement {
        margin-top: 1%;
    }

    .auto-container {
        padding: 2em;
    }

    .body-page-1 .intervention:after {
        left: -17%;
        font-size: 58px;
    }

    .footer1_bg {
        padding: 0 3%;
    }

    .actuAndNewsletter.actuAndNewsletter02.NewsletterBg {
        padding: 7vh 3%;
    }

    .footer2_bg {
        width: 56%;
    }

    footer#footer {
        padding: 0 0 13vh;
    }

    .actuAndNewsletter.actuAndNewsletter01 {
        width: 80%;
    }

    .actuAndNewsletter-container {
        height: 70vh;
    }

    .noscertifs {
        padding: 7vh 7%;
    }

    .services.services-home {
        padding: 10vh 2vw;
    }

    p.description:before {
        background-position: 85% 0%;
    }

    h3.title-service {
        font-size: 45px;
    }

    .service-desc {
        padding: 0 0 0 4%;
    }

    .service_sub_title, .titre-secondaire {
        margin-top: 0;
        font-size: 20px !important;
    }

    .body-page-1 .fluid-contenu .corps {
        padding: 2em 5%;
        height: 100%;
    }

    .body-page-1 .fluid-contenu .corps:after {
        font-size: 85px;
        right: -22%;
        padding-bottom: 3px;
    }

    .page-contenu.page-contenu-home.clear.scrollbars {
        height: 350px;
    }

    .pres-slog:before {
        right: -4%;
        top: -15%;
    }

    .body-page-1 .fluid-contenu .corps:before {
        width: 100%;
        top: 14%;
        background-size: 82%;
    }

    .left-side {
        width: 100%;
    }

    .right-side {
        width: 50%;
        align-items: center;
    }

    p.mislog {
        font-size: 20px;
        text-align: center;
        right: 0;
    }

    .separ {
        right: 0;
    }
}

@media (min-width: 2800px) {
    :root {
        --h1-size: clamp(6rem, 3vw, -45.5rem);
        --font-size: clamp(2rem, 0.9vw, 3rem);
        --taille_font: clamp(2rem, 0.9vw, 3rem);
    }

    .infos .tel {
        font-size: calc(var(--h1-size) - 2.7rem);
    }

    .slogan .sous-titre {
        font-size: 75px;
    }

    .body-page-1 .slogan .titre {
        font-size: 106px;
        line-height: 106px;
    }

    .body-page-1 .slogan {
        top: 0;
        margin-top: 4%;
    }

    .decouvrez a, a.bouton-principal, a.view-btn-all, p.tel-header.bouton-principal, .Btn {
        padding: 23px 33px;
        width: fit-content;
    }

    .en2 img {
        width: 300px;
    }

    .badges {
        width: 16%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        bottom: 14vh;
        right: 21%;
    }

    .banniere img.bad-ge, .banniere img.bad-ge2 {
        width: 50%;
        max-width: 100%;
    }
}

@media (min-width: 1998px) and (max-width:2799px) {
    :root {
        --h1-size: clamp(5rem, 2vw, -45.5rem);
        --font-size: clamp(2rem, 0.85vw, 3rem);
        --taille_font: clamp(2rem, 0.9vw, 3rem);
    }

    .infos .tel {
        font-size: calc(var(--h1-size) - 2.7rem);
    }

    .slogan .sous-titre {
        font-size: 70px;
    }

    .body-page-1 .slogan .titre {
        font-size: 92px;
        line-height: 106px;
    }

    .body-page-1 .slogan {
        top: 0;
        margin-top: 4%;
    }

    .decouvrez a, a.bouton-principal, a.view-btn-all, p.tel-header.bouton-principal, .Btn {
        padding: 23px 33px;
        width: fit-content;
    }

    .en2 img {
        width: 300px;
    }

    .badges {
        width: 16%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        bottom: 14vh;
        right: 21%;
    }

    .banniere img.bad-ge, .banniere img.bad-ge2 {
        width: 50%;
        max-width: 100%;
    }
}
