:root {
    --color0: #343434;
    --color1: #343434;
    --color6: #ebca66;
    --color4: #f7ffff;
    --color7: #555555;
    --color8: #bd6119;
    --nuanceColor1: #408a85;
    --color3: #c8eeec;
    --color5: #f3e0a5;
    --border: #DFDFDF;
    --bg-facultatif: #f7ffff;
    --font_family_1: 'Urbanist-Regular', sans-serif;
    --font_family_2: 'Urbanist-Bold', sans-serif;
    --font_family_3: 'Urbanist-Light', sans-serif;
    --taille_font: clamp(1.8rem, 1.2vw, 1.5rem);
    --h1-size: clamp(3.5rem, 5vw, 2rem);
    --border-radius: 20px;
}

.bloc-GMB:before{
        background: var(--color5) !important;
    z-index: -1;
    opacity: .3  !important;
}
.AvisClientsBg .note-avis img , .AvisClientsBg .note-avis {
   display: none !important;
}
.intronk {
    margin-bottom: 20px;
}
/* SECTION 100% SANTÉ */
section.nk-sante100.container.aos-init.aos-animate {
    max-width: initial;
    width: 100%;
    padding: 0 12%;
}
.nk-sante100 {
    padding: 40px 0;
}

.nk-sante100-wrapper {
    display: flex;
    align-items: center;
}

.nk-sante100-img {
    max-width: 460px;
    margin: 0 auto 20px;
}

.nk-sante100-content {
    color: #333;
}

.nk-sante100-title {
    font-size: 28px;
    font-weight: 700;
    color: #0d395e;
    margin-bottom: 20px;
    line-height: 1.3;
}

.nk-sante100-title span {
    color: #1bb3c8; /* couleur accent */
}

/* BOUTON */
.nk-btn-more {
    display: inline-block;
    padding: 12px 22px;
    background: #0d395e;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
}

.nk-btn-more:hover {
    background: #145281;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .nk-sante100-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .nk-sante100-title {
        font-size: 24px;
    }
}

body.body-catalogue-list.body-catalogue-list-0 .services-home .one-service {
    height: initial;
}
span.nk-btn-icon.nk22 {
    display: flex;
    align-items: baseline;
    padding-top: 0px;
    position: relative;
    top: 4px;
}

input#image_input_field {
    padding: 10px;
    border-radius: var(--border-radius);
}

span#upload_btn {
    border-radius: var(--border-radius);
    background: rgb(247, 255, 255);
}

.btn-default {
    background: rgb(247, 255, 255);
}

.btn-default:hover {
    background: initial !important;
}

.whatsapp a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4%;
}

.whatsapp span {
    font-size: var(--taille_font);
    box-shadow: rgba(59, 64, 76, 0.8) 1px 1px 8px 0px;
    animation: 288ms cubic-bezier(0.4, 0, 0.2, 1) 288ms 1 normal both running purechat-launcher-appear;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    cursor: pointer;
    min-width: 0px;
    white-space: nowrap;
    height: 60px;
    display: flex;
    padding: 0px 25px;
    place-content: center;
    align-items: center;
}

.whatsapp {
    position: fixed;
    z-index: 9999;
    bottom: 2vh;
    right: 30px;
    width: 240px;
    display: flex;
    flex-direction: row;
}

.whatsapp button {
    text-align: center;
    border: none;
    transform: rotate(360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    height: 70px;
    width: 70px;
    background: rgb(37, 211, 102);
    backdrop-filter: blur(25px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.whatsapp button img {
    width: auto;
    height: 35px;
}

.whatsapp button::after {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    z-index: -1;
    background: radial-gradient(rgb(37, 211, 102), rgb(7, 94, 84));
    backdrop-filter: blur(25px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    opacity: 0.51;
}

@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;
    }
}

.nk-btn-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.nk-btn-rdv {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: var(--border-radius);
    font-weight: 600;
    font-size: 15px;
    background: linear-gradient(80deg, rgb(235, 202, 102), rgba(189, 97, 25, 0.9) 69%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px;
    transition: 0.3s;
    text-decoration: none !important;
    color: rgb(255, 255, 255) !important;
}

.nk-btn-rdv:hover {
    transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 6px 18px;
}

.nk-btn-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.nkcol a svg {
    width: auto;
    height: 30px;
}

.gift-icon {
    display: inline-block;
    stroke: rgba(255, 255, 255, 0.95);
    fill: none;
    transition: transform var(--transition-fast);
    width: 30px !important;
    height: 30px !important;
}

p.enrupture {
    color: red !important;
}

.stock p {
    color: green;
    text-align: right;
}

.actualites .cell.photo a {
    display: block;
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    height: 100%;
}

.actualites {
}

.actualites article {
    display: table;
    width: 100%;
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius);
}

.actualites .cell.photo:hover {
    opacity: 0.95;
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color0);
}

.actualites:last-child .cell.texte {
    border-bottom: none;
}

.actualites .cell.texte .contenu {
    padding: 3em 10%;
    text-align: justify;
    direction: ltr;
}

.actualites .cell.texte .contenu ul {
    padding: 0px;
    margin: 0px;
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0px 5px 20px;
    background: url("../images/puce.svg") 0px 9px no-repeat;
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block;
}

.view-btn-all {
    position: relative;
    display: table;
    margin: 20px auto;
}

.view-btn-all i {
    margin-left: 8px;
    font-size: 14px;
}

.actualites .date_post, .news .date-article {
    font-size: 15px;
    font-weight: 700;
    color: var(--color2);
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0px;
}

.news .ligne-actus .contenu-article {
    margin-top: 0px;
}

.news .contenu-article {
    margin-top: 21px;
}

.contain-actus h2 {
    text-align: center !important;
}

.node-17 {
    display: flex;
    justify-content: center;
}

.navh .menu_principal a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: linear-gradient(80deg, rgb(235, 202, 102), rgba(189, 97, 25, 0.9) 69%);
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
}

.navh .menu_principal a:hover::after, .navh .menu_principal li.active > a::after {
    width: 100%;
}

.nk-centerservice2 {
    margin: 0px 16% !important;
}

.nk-centerservice {
    margin: 0px 33% !important;
}

.nk-nosServicesBg {
    padding: 6vh 7vw 10vh;
    background: var(--color0);
}

.nk-services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: transparent;
    border-bottom: 2px solid transparent;
    min-height: 55vh;
}

.nk-services.nk-services-home {
    padding: 7rem 10%;
}

.nk-services .nk-cell.nk-gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-right: 2px solid var(--color0);
    background-position: center center;
    background-repeat: no-repeat;
}

.nk-services .nk-cell.nk-gauche .vegas-slide-inner {
    border-radius: var(--border-radius);
}

.nk-services .nk-cell.nk-droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.nk-services .nk-cell.nk-droite .nk-contenu {
    padding: 6rem 12%;
}

.nk-services .nk-cell.nk-droite .nk-contenu .nk-liste-services {
    position: relative;
    display: block;
}

.nk-services .nk-cell.nk-droite .nk-contenu .nk-liste-services h3 {
    background: 0px 0px;
    padding: 0px;
    margin: 0px 0px 9px;
}

.nk-services .nk-cell.nk-droite .nk-contenu .nk-liste-services h3::before {
    content: none;
}

.nk-services .nk-cell.nk-droite .nk-contenu .nk-liste-services h3 .bouton-principal {
    font-size: 16px;
    color: var(--color0);
    margin: 0px;
    display: block;
}

.nkbtncatalog {
    display: flex;
    gap: 4%;
}

.nk-services .nk-cell.nk-droite .nk-contenu .nk-liste-services h3 .bouton-principal:hover {
    text-decoration: none;
}

.nk-btn-service {
    text-align: center;
    margin: 10px 0px;
}

.nk-btn-service a span {
}

.nk-services .nk-miettes {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.nk-services .nk-miettes li {
    display: inline-block;
    vertical-align: top;
}

.nk-services .nk-miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color0);
    display: inline-block;
    opacity: 0.5;
}

.nk-services .nk-miettes li a.active {
    opacity: 1;
}

.swiper-services .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
}

.swiper-services .swiper-slide {
    transition: 0.4s;
    width: 350px;
    opacity: 0.8;
    transform: scale(0.95);
}

.swiper-services .swiper-slide-active {
    width: 450px;
    opacity: 1;
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
}

.swiper-services .swiper-slide:last-child, .swiper-services .swiper-slide:first-child {
    margin-right: auto !important;
    margin-left: auto !important;
}

.nk-services-home {
    position: relative;
    padding: 10vh 0px 25vh;
    background: transparent;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.nk-servicebloc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 12vw;
}

.nk-servicebloc a {
    width: 250px !important;
}

.nk-services-home .h1 {
    color: var(--color1);
    text-align: left;
    font-size: 46px;
    line-height: 46px;
}

.nk-title-serv .nk-titre-secondaire {
    text-align: left;
    letter-spacing: initial;
    width: 40vw;
    color: var(--color0);
}

.nk-one-service {
    height: 56vh;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    line-height: 0;
}

.nk-one-service::after {
    content: "";
    position: absolute;
    inset: -50%;
    background: rgba(0, 0, 0, 0.26);
    z-index: -1;
}

.nk-one-service:hover::after {
}

@keyframes nk-shine {
    100% {
        transform: rotateZ(60deg) translate(1em, -60em);
    }
}

.nk-lien-image {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.nk-titre-service-premier {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 35%;
    padding: 24px 16px;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.737) 19%, rgba(0, 0, 0, 0.54) 34%, rgba(0, 0, 0, 0.38) 47%, rgba(0, 0, 0, 0.28) 56.5%, rgba(0, 0, 0, 0.192) 65%, rgba(0, 0, 0, 0.125) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.043) 86.1%, rgba(0, 0, 0, 0.02) 91%, rgba(0, 0, 0, 0.008) 95.2%, transparent 100%);
}

.nk-one-service.nk-item:hover .nk-titre-service-premier {
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.737) 19%, rgba(0, 0, 0, 0.54) 34%, rgba(0, 0, 0, 0.38) 47%, rgba(0, 0, 0, 0.28) 56.5%, rgba(0, 0, 0, 0.192) 65%, rgba(0, 0, 0, 0.125) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.043) 86.1%, rgba(0, 0, 0, 0.02) 91%, rgba(0, 0, 0, 0.008) 95.2%, transparent 100%);
}

.nk-titre-service-premier h2 {
    color: var(--color4);
    font-size: 19px;
    line-height: 30px;
    font-family: var(--font_family_2);
    margin-top: 7px;
    margin-bottom: 1em;
    margin-left: 10px;
}

.nk-titre-service-premier span {
    font-size: 16px;
    color: var(--color6);
    font-family: var(--font_family_2);
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.4s;
}

.nk-titre-service-premier span:hover {
    color: var(--color8);
}

.nk-lien-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}

.nk-one-service:hover .nk-lien-image img {
    transform: scale(1.05);
    transition: 500ms;
}

.nk-engegements-content {
    overflow: hidden;
    margin-top: 4vh;
}

.nk-swiper-button-next, .nk-swiper-button-prev {
    border-radius: var(--border-radius);
    background: var(--nuanceColor1);
    margin: 0px 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 12px;
    transition: 0.3s linear;
    color: var(--color4);
    border: 1px solid var(--nuanceColor1);
}

.nk-swiper-button-next:hover, .nk-swiper-button-prev:hover {
    background: var(--color8);
    color: var(--color4);
    border: none;
}

.nk-swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.nk-btn-service {
    display: flex;
    align-items: center;
    justify-content: center;
}

h3.sans-image.nkh1 {
    font-size: 36px;
    transition: 0.4s;
    margin-top: inherit;
}

.col-md-12.nkdivflex {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.propor.pic-1 {
    width: 600px !important;
    height: 380px;
}

.propor.pic-2 {
    width: 600px !important;
    height: 380px;
}

.slogannk {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0px 4%;
    margin: 0px;
    text-align: center;
    z-index: 2;
    top: 50px;
}

.body-page-1 .slogannk {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0px 5%;
    margin: 0px;
    text-align: center;
    z-index: 2;
    top: 0px;
}

.slogannk h1 {
    position: relative;
    width: 100%;
    margin: 0px;
    text-align: center;
    z-index: 2;
}

.body-page-1 .slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0px;
    text-align: left;
    z-index: 2;
}

.video-header {
    position: absolute;
    inset: 0px;
}

.video-header::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8vh;
    width: 100%;
    height: 87%;
    background-repeat: no-repeat;
    background-size: 101%;
    overflow: hidden;
    border: 20px solid rgb(64, 138, 133);
    border-radius: 170px;
    outline: rgb(64, 138, 133) solid 74px;
    opacity: 0;
}

.video-header video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mention.stock-out {
    background-color: rgb(220, 53, 69);
    color: white;
}

.stock-status.out-of-stock {
    background-color: var(--color0);
    color: white;
    padding: 5px 34px;
    font-size: 13px;
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    right: -48px;
    bottom: 28px;
    transform: rotate(-51deg);
    font-family: var(--font_family_2);
    font-weight: unset;
}

.sub-menu .menu-item.first-sous:hover a, .sub-menu .first-sous.active a {
    background: var(--color1);
    color: var(--color3) !important;
}

.nkcol a.bouton-principal {
    width: 275px;
    margin: initial;
}

.nkcol {
    position: relative;
}

.cont-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.top-header {
    display: flex;
    justify-content: flex-end;
    padding: 4px 8% 1px;
    color: var(--color7);
    gap: 10px;
    background: var(--nuanceColor1);
    align-items: center;
    width: 100%;
    transition: 0.4s;
}

.tete.fixed .top-header {
    display: none;
    transition: 0.4s;
}

.top-header .coordonnee1 {
    margin: 0px;
    color: var(--color7);
    font-family: var(--font_family_3);
}

.top-header .col.col3.right {
    display: flex;
    gap: 10px;
}

.services-home-content.view.view-1 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2%;
}

.services-home-content.view.view-1 article {
    width: 100%;
}

.services-home-content.view.view-1 article div.col-md-6 .one-service.item, .services-home-content.view.view-1 article div.col-md-6 {
    height: 100%;
}

.loader-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--nuanceColor1);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.typewriter {
    overflow: hidden;
    white-space: nowrap;
    margin: 0px auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.15em;
    transition: 0.3s;
    color: var(--color1);
    animation: 1s ease 0s 1 normal none running typing;
    width: 160px;
    scale: 1.3;
}

.typewriter img {
    min-width: 160px;
    height: auto;
}

@keyframes typing {
    0% {
        width: 0px;
    }

    100% {
        width: 180px;
    }
}

.right-side {
    width: 50%;
    height: 100%;
    position: absolute;
    background: var(--nuanceColor1);
    z-index: -1;
    right: 0px;
    transition: 1.2s;
}

.right-side::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 1px;
    height: 0%;
    background: var(--color4);
    transition: 0.8s;
}

.left-side {
    width: 50%;
    height: 100%;
    position: absolute;
    background: var(--nuanceColor1);
    z-index: -1;
    transition: 1.2s;
    left: 0px;
}

.left-side::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 1px;
    height: 0%;
    background: var(--color4);
    transition: 0.8s;
}

.timeup::before {
    height: 100%;
}

.cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--nuanceColor1);
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newtons-cradle {
    --uib-size: 50px;
    --uib-speed: 1.2s;
    --uib-color: #474554;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    gap: 3px;
    height: 50px;
}

.newtons-cradle__dot {
    position: relative;
    display: flex;
    align-items: center;
    height: 20px;
    width: 20px;
    transform-origin: center top;
}

.newtons-cradle__dot::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color2);
}

.newtons-cradle__dot:first-child {
    animation: swing var(--uib-speed) linear infinite;
}

.newtons-cradle__dot:last-child {
    animation: swing2 var(--uib-speed) linear infinite;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
        animation-timing-function: ease-out;
    }

    25% {
        transform: rotate(70deg);
        animation-timing-function: ease-in;
    }

    50% {
        transform: rotate(0deg);
        animation-timing-function: linear;
    }
}

@keyframes swing2 {
    0% {
        transform: rotate(0deg);
        animation-timing-function: linear;
    }

    50% {
        transform: rotate(0deg);
        animation-timing-function: ease-out;
    }

    75% {
        transform: rotate(-70deg);
        animation-timing-function: ease-in;
    }
}

body::after {
    content: url("../images/bx_loader.gif") !important;
    display: none;
}

::selection {
    color: rgb(255, 255, 255);
    background-color: var(--color1);
}

li.niveau3 {
    margin-left: 22px !important;
}

li.niveau2 {
    margin-left: 15px !important;
}

html, body {
    height: 100%;
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

a {
    transition: color 300ms ease-out;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

ul, ol {
    list-style: none;
    padding-left: 15px;
}

.fluid-contenu .corps ul {
    margin: 0px 0px 2vh;
}

.services ul.mainSectionSlider li {
    list-style: none !important;
    background: none !important;
}

.fluid-contenu .corps ul li {
    background: url("../images/puce.svg") left 2px / 16px no-repeat;
    padding-left: 19px;
    margin: 0px 0px 6px;
}

.at-design a {
    text-decoration: none;
    transition: 0.3s;
}

.at-design a:hover {
    text-decoration: underline;
}

.fluid-contenu .corps ul li.mention.nouveaute {
}

.fluid-contenu .corps .services .bx-wrapper li {
    background: none;
    padding: 0px;
    margin: 0px;
}

.fluid-contenu .corps .services .bx-wrapper ul {
    background: transparent;
    padding: 0px;
    overflow: hidden;
    margin: 0px;
    border-radius: var(--border-radius);
}

menu, dir {
    padding-left: 15px;
}

blockquote p {
    font-size: inherit;
}

table, table td, table th {
    font-size: inherit;
    border: 1px solid rgb(124, 124, 124);
}

main, section, article, aside, footer, header, nav, hgroup {
    display: block;
}

iframe {
    border: none;
}

ul li.niveau2, ol li.niveau2 {
    margin-left: 30px;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.nopad-l {
    padding-left: 0px;
}

.nopad-l.nopad-sm.nopad-xs.hide-print.formulaire {
    background: rgba(203, 182, 142, 0.15);
    border-radius: var(--border-radius);
    padding: 2% 4% !important;
}

.nopad-r {
    padding-right: 0px;
}

.nomargin {
    margin: 0px;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.noflicker {
    transform: translateZ(0px);
}

.retrait {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.transition {
    transition: 400ms;
    transform: translateZ(0px);
}

.cover {
    background-size: cover !important;
}

hr.trait {
    height: 1px;
    margin: -0.5em 0px;
    padding: 0px;
    color: rgb(224, 224, 225);
    background-color: rgb(224, 224, 225);
    border: 0px;
}

.page-contenu img {
    margin: 10px;
}

.cat-produit .row.relative {
    padding: 6vh 0px 2vh;
}

@media print {
    @page {
        size: portrait;
        margin: 2cm;
    }

    body {
        background-color: rgb(255, 255, 255);
        font-family: serif;
        font-size: 10pt;
    }

    a::after {
        content: " [" attr(href) "] ";
    }

    h1, h2, h3 {
        font-family: verdana, serif;
    }

    .hide-print {
        display: none;
    }

    .hide {
        display: none;
    }

    .clear {
        clear: both;
    }

    div[class^="col-"] {
        width: 100%;
    }

    .gallery .ligne-photos div[class="col-md-2"] {
        width: 16.6667%;
    }

    .gallery .ligne-photos div[class="col-md-3"] {
        width: 25%;
    }

    .gallery .ligne-photos div[class="col-md-4"] {
        width: 33%;
    }

    .gallery .ligne-photos div[class="col-md-6"] {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (max-width: 1536px) {
    .tete .logo-site img {
    width: auto;
    height: 75px !important;
    position: relative;
    top: -1px !important;
    transition: 0.4s;
}
    .propor.pic-1 {
    width: 500px !important;
    height: 350px;
}
    .propor.pic-2 {
    width: 500px !important;
    height: 350px;
}
    .tete .cols .col.col1 {
        width: 10% !important;
    }

    .tete .cols .col.col2 {
        width: 50% !important;
    }

    .tete .cols .col.col3 {
        display: flex;
        place-content: center;
        align-items: center;
        column-gap: 5%;
        width: 40% !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

body.body-news-list.body-news-list-1 .contain-actus h2 {
    text-align: left !important;
}

body.body-news-list.body-news-list-1 .date_post {
    text-align: left;
}

body {
    color: var(--color0);
    font-family: var(--font_family_3);
    font-size: var(--taille_font);
    background: var(--color4);
    line-height: 1.4;
}

body.body-catalogue-list.body-catalogue-list-0 .one-service .one-service-info .h3 {
    color: var(--nuanceColor1);
    font-size: 32px;
}

body.body-news h1 small {
    color: rgb(255, 255, 255);
}

.intervention .plan-img {
    width: 100%;
    position: relative;
    display: none;
}

.intervention .plan-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

.intervention .contenu {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color4);
}

.zone-intervention {
    position: relative;
    z-index: 8000;
    padding: 2em 0% 0em;
    display: flex;
    align-items: center;
}

.zone-intervention .intervention {
    padding: 4em 3em;
    color: var(--color4);
    font-size: 18px;
    background-color: var(--nuanceColor1);
    width: 50%;
    left: 49%;
    z-index: 1;
}

.zone-intervention .intervention h2 {
    color: var(--color4);
}

.zone-intervention .plan-map {
    width: 50%;
}

.intervention .scrollbars {
    height: 20vh;
    padding-right: 20px;
}

.intervention .text-center {
    text-align: center;
}

.plan-map {
    width: 100%;
    position: relative;
    height: 58rem;
}

.plan-map iframe {
    width: 100%;
    display: flex;
    height: 100%;
}

.btn-navs .button-next, .btn-navs .button-prev {
    border: 1px solid rgba(255, 255, 255, 0.53);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s linear;
    color: var(--color4);
    border-radius: var(--border-radius);
}

.btn-navs .button-next:hover, .btn-navs .button-prev:hover {
    background: var(--color1);
    color: var(--color0);
    border-color: var(--color1);
}

.btn-navs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    flex-direction: row-reverse;
    gap: 20px;
}

.atouts-cont {
    position: relative;
    overflow-x: clip;
}

.atouts-cont > p {
    color: var(--color4);
    padding-top: 4vh;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: left;
    line-height: 1.7;
}

.atouts {
    padding: 4% 10%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: url("../images/bg-atout.jpeg") center center / cover fixed;
    position: relative;
}

.atouts .h1 {
    color: var(--color4);
    width: 60%;
    text-align: left;
    line-height: 1.7;
}

.atouts .h1 .titre-secondaire {
    color: var(--color4);
    font-family: var(--font_family_1);
    font-size: 16px;
    padding: 15px 0px 0px;
}

.atouts::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(47, 47, 47, 0.58);
    z-index: 0;
}

.atout {
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 300px;
    padding: 5vh 2vw 2vh;
    flex-direction: column;
    color: var(--color4);
    backdrop-filter: blur(10px);
    transition: 0.3s linear;
    gap: 10px;
    border-radius: var(--border-radius);
    font-size: 14px;
    background: rgba(253, 253, 253, 0.03);
}

span.legend {
    font-family: var(--font_family_2);
    font-size: 18px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    width: 100%;
    margin-bottom: 2vh;
}

.atout p {
    margin: 0px;
}

.atout-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.atout-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color1);
    font-size: 25px;
    background: var(--color4);
    width: 60px;
    height: 60px;
}

.atout:hover {
    transform: translateY(-5px);
    background: var(--color1);
    border-color: transparent;
}

.atout:hover .atout-img {
    background: var(--color0);
    color: var(--color1);
}

a, a:link, a:visited {
    color: var(--color1);
    text-decoration: underline;
}

.sitemap a {
    color: var(--color0);
    text-decoration: none;
}

a:hover {
    color: var(--color1);
}

.row.description-galerie.clear h2::after {
    content: "";
    width: 46px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.row.description-galerie.clear > h2 {
    padding: 0px 0px 14px;
    position: relative;
    margin-top: 0rem;
    margin-bottom: 1em;
    font-size: 22px;
    line-height: 1.5;
    width: 52%;
}

main.fluid-contenu .contenus {
    margin: 0px 0px 0vh;
}

.h1, .h2, .h3, h1, h2, h3, h4 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
    color: var(--color1);
    text-transform: initial;
    font-family: var(--font_family_2);
    position: relative;
    line-height: initial;
}

h2.h1.sans-image {
    color: var(--color4);
    text-align: left;
}

.zone-intervention h2.h1.sans-image {
    color: var(--color4) !important;
    text-align: center;
}

.zone-intervention .titre-secondaire {
    color: var(--color4);
}

.h2, h2 {
    font-size: calc(var(--taille_font) + 1rem);
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
}

.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, .row.description-galerie.clear > h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-size: calc(var(--taille_font) + 0.2vw);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: normal;
    z-index: 1;
    color: var(--color0);
}

.body-service .row.description-galerie.clear h2::after {
    width: 100%;
}

.body-service .row.description-galerie.clear > h2 {
    width: 100%;
    text-transform: unset;
    font-size: calc(var(--taille_font) + 2px);
}

.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, .row.description-galerie.clear h2:first-of-type::before {
    content: "";
    position: absolute;
    background: var(--nuanceColor1);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    left: 0px;
    top: 0px;
    z-index: -1;
    border-radius: var(--border-radius);
}

.corps .page-contenu h2, .corps .gallery h2, .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 2vh;
}

.corps blockquote {
    font-size: inherit;
    background: var(--bg-facultatif);
    border-radius: var(--border-radius);
    border: 0px;
    padding: 3vh 2vw;
    margin: 3vh 0px;
}

.block_catalogue h2.titre {
    text-align: center;
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 60px;
    padding-bottom: 4vh;
    color: var(--color0);
    text-transform: initial;
}

h3 {
    font-size: calc(var(--taille_font) + .6rem);
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: calc(var(--taille_font) + .4rem);
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

h5 {
    font-size: calc(var(--taille_font) + .3rem);
    margin-top: 1rem;
    margin-bottom: 0.7rem;
}

h6 {
    font-size: calc(var(--taille_font) + .2rem);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, .h1 a:link, .h2 a:link, .h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .h1 a:visited, .h2 a:visited, .h3 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover {
    text-decoration: underline;
}

.tableGrid > .row, .tableGrid {
    display: table;
    margin: 0px auto;
    padding: 0px;
    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: 0px;
}

.tableGrid.nopadding > .row .table-row > [class*="col"], .tableGrid.nopadding .table-row > [class*="col"], .tableGrid.nopadding > .row > [class*="col"], .tableGrid.nopadding > [class*="col"] {
    padding: 0px;
}

.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 {
    font-weight: bold;
    text-decoration: none;
}

.contenus {
    position: relative;
    display: flex;
    column-gap: 10%;
    align-content: center;
    align-items: start;
    flex-direction: row;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
}

.callTracker {
    position: relative;
}

.callTracker span, .callTracker a {
    display: inline-block;
    text-align: left;
    padding: 0px;
    transition: 500ms;
    height: 100%;
    line-height: 1.64em;
    text-decoration: none;
}

.callTracker .t_phone {
    opacity: 0;
    display: none;
}

.callTracker .t_affiche {
    cursor: pointer;
}

header.hide-print.tete.fixed .texte2 {
}

header.hide-print.tete.fixed .texte2:hover {
    color: var(--color4) !important;
}

header .callTracker span, header .callTracker a {
    top: 5px;
}

header .callTracker .t_affiche {
}

.callTracker.active .t_phone {
    opacity: 1;
    color: inherit;
    display: inline-block;
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.pied .callTracker a, .coordonnees .callTracker a {
    position: relative;
    left: 0px;
}

.pied .callTracker span.t_affiche {
    font-weight: bold;
    text-decoration: underline;
    color: var(--color0);
}

.main-page {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.tete {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0px;
    left: 0px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(64, 138, 133);
}

.tete.fixed {
    background: rgb(64, 138, 133);
    box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 20px 5px;
}

.tete.fixed .logo-site {
    filter: invert(0);
}

.tete.fixed .navh .menu_principal, .tete.fixed .tel, .tete.fixed .btn-recherche, .tete.fixed .btn-favoris {
    color: var(--color1);
}

.tete .cols {
    display: flex;
    width: 100%;
    padding: 0vh 6%;
    position: relative;
    place-content: center;
    align-items: center;
    background: rgb(64, 138, 133);
}

.tete.fixed .cols {
    padding: 1vh 6%;
    transition: all .4s ease;
}

.tete .cols .col {
}

.tete .cols .col.col1 {
    width: 15%;
}

.tete .cols .col.col2 {
    width: 55%;
}

.tete .cols .col.col3 {
    width: 30%;
    display: flex;
    place-content: center;
    align-items: center;
    column-gap: 5%;
}

.menu_principal .menu_catalog li a::before {
    z-index: -1;
    bottom: 0px;
    height: 100% !important;
}

.tete.fixed .navh .menu_principal a, .tete.fixed .navh .menu_principal a:visited {
    color: var(--color4);
}

.tete .btn-recherche, .tete.fixed .tel {
    color: var(--color1);
}

.tete.fixed .navh .menu_principal a:hover, .tete.fixed .navh .menu_principal li.active > a {
    color: var(--color6);
}

.tete .logo-site img {
    width: auto;
    height: 80px;
    position: relative;
    top: -11px;
    transition: 0.4s;
}

.tete.fixed .logo-site img.logow {
    height: 95px;
    top: -5px;
    transition: 0.4s;
}

.tete.fixed .logo-site img.logob {
}

.tete .logo-site img.logob {
    display: none;
}

.tete .logo-site {
    margin: 0px;
}

.tete .btn-recherche {
    overflow: hidden;
    color: var(--color0);
    float: left;
    margin: 0px 9%;
}

.tete .btn-favoris {
    margin: 44px 0px 0px;
    overflow: hidden;
    text-indent: 100px;
    background: url("../images/ico-favoris.png") center top no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 26px;
    border-left: 1px solid rgb(236, 236, 236);
}

.tete .tel {
    font-size: var(--taille_font);
    color: var(--color0);
    padding: 0px 30px;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    font-family: var(--font_family_1);
    text-transform: uppercase;
}

.tete .tel a {
    color: inherit;
    text-decoration: none;
}

.zone-recherche ::-webkit-input-placeholder {
    color: rgb(255, 255, 255) !important;
}

.zone-recherche {
    position: relative;
}

.tete.fixed .zone-recherche {
}

.z.zone-recherche input:hover [type="text"] {
    border: 1px solid var(--color1) !important;
}

.zone-recherche input[type="text"] {
    height: 35px;
    background: transparent;
    line-height: 1;
    color: var(--color7);
    padding: 0px 15px;
    font-size: 14px;
    width: 300px;
    border-radius: var(--border-radius);
    border: 1px solid var(--color7) !important;
}

.zone-recherche input[type="submit"] {
    transition: 200ms;
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    background: url("../images/zoom.svg") 0% 0% / 100% no-repeat;
    width: 20px;
    height: 22px;
    border: none;
    position: absolute;
    right: 15px;
    top: 6px;
}

.zone-recherche input[type="submit"]:hover {
}

.text-services {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-partage {
    display: none;
}

body.body-catalogue-item .hide-print.encarts {
    padding: 3vh 10vw;
    background: var(--bg-facultatif);
}

.swiper.swiper-container4 {
    overflow: hidden;
}

.encarts .swiper.mySwiper, .encarts .swiper-container, .encarts .swiper-container1 {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.text-encarts {
    padding: 7px 20px;
    text-align: left;
}

.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: 0px;
    color: var(--color1);
}

.encarts .swiper-pagination-bullet {
    background: var(--color0);
}

.encarts .picto {
    margin-bottom: 1em;
}

.encarts .picto i {
    width: auto;
}

.encarts .swiper-button-prev, .swiper-button-prev1, .swiper-button-prev2 {
    background-image: none;
    left: -6%;
    opacity: 0.8;
    top: 50%;
    position: absolute;
}

.content-innernk {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.encarts .swiper-button-disabled {
    opacity: 0 !important;
}

.encarts .swiper-button-next, .swiper-button-next1, .swiper-button-next2 {
    background-image: none;
    right: -6%;
    top: 50%;
    opacity: 0.8;
    height: 24px;
    position: absolute;
}

.swiper-button-next i, .swiper-button-prev i, .swiper-button-next1 i, .swiper-button-prev1 i, .swiper-button-next2 i, .swiper-button-prev2 i {
    font-size: var(--taille_font);
    color: var(--color4);
    opacity: 1;
}

.encarts .swiper-button-next:hover, .swiper-button-prev:hover, .encarts .swiper-button-next1:hover, .swiper-button-prev1:hover, .encarts .swiper-button-next2:hover, .swiper-button-prev2:hover {
    opacity: 1;
}

.encarts .picto i {
    color: var(--color1);
    text-align: center;
    font-size: 3rem;
}

.liste-services.description ul li {
    background: none;
    margin: 0px;
    padding-left: 0px;
}

.liste-services.description ul#myTabs {
    overflow: unset;
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: outside none;
    display: flex;
    width: 100%;
    place-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: 0px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
    width: 0px;
    height: 2px;
    background: rgb(0, 0, 0);
}

.menu1 li a {
    color: var(--color1);
    font-size: calc(var(--taille_font) + .5em);
    padding: 0px 0px 5px;
    border: 0px;
    display: inline-block;
    position: relative;
    opacity: 0.5;
    font-family: var(--font_family_2);
}

li.active {
}

.menu1 li.active a {
    opacity: 1;
}

.menu1 li {
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    float: left;
}

.zone-catalogue {
    display: none;
    z-index: 9997;
    position: absolute;
    top: 89px;
    left: 0px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px inset;
    padding: 0px 20vw !important;
}

.zone-catalogue .categorie {
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 35px 0px 0px;
}

.zone-catalogue .categorie:last-child {
    border-bottom: none;
}

.zone-catalogue .categorie .titre-cats {
    text-transform: uppercase;
    color: rgb(228, 183, 121);
    margin: 0px;
    padding: 0px 0px 0px 25px;
}

.zone-catalogue .categorie .titre-cats a {
    color: inherit;
}

.zone-catalogue .categorie .titre-cats a:hover {
    text-decoration: underline;
}

.zone-catalogue .categorie .liste-cats {
    color: rgb(0, 0, 0);
    padding: 5px 0px 45px;
    list-style-type: none;
    margin: 0px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.zone-catalogue .liste-cats .menu-item a {
    display: inline-block;
    line-height: 1;
}

.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: 0px 0px 110px;
    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: rgb(228, 183, 121);
}

.zone-catalogue .categorie .liste-cats li.active a:hover {
    cursor: default;
    text-decoration: none;
}

.zone-catalogue .btn-fermer {
    color: rgb(0, 0, 0);
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 24px;
    background: url("../images/ico-croix.png") center top / 100% 100% no-repeat;
}

.zone-catalogue .btn-fermer:hover {
    opacity: 0.8;
}

.masque-noir {
    display: none;
    background: var(--color1);
    position: fixed;
    inset: 0px;
    z-index: 9996;
    opacity: 0.5;
    cursor: pointer;
}

.decouvrez {
    text-align: center;
}

.swiper-container5 {
    width: 100%;
    overflow: hidden;
}

.swiper-container5 .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-container5 .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.swiper-container5 .thumbnails {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    overflow: hidden;
}

.swiper-container5 .thumbnail {
    margin: 0px 5px;
    cursor: pointer;
    opacity: 0.7;
    width: 80px !important;
    height: 80px !important;
}

.thumbnail-active {
    opacity: 1;
}

.swiper-container-thumbnails {
    margin-top: 10px;
}

.swiper-container5 .thumbnail:hover {
    opacity: 1;
}

.swiper-container5 .thumbnail img {
    width: 100%;
    height: auto;
}

.decouvrez a, a.bouton-principal, a.view-btn-all, button.bouton-principal {
    display: inline-block;
    padding: 12px 20px;
    margin: 2em 0px;
    text-align: center;
    font-size: var(--taille_font);
    letter-spacing: 0px;
    transition: 400ms;
    color: var(--color4);
    font-family: var(--font_family_1);
    border-radius: var(--border-radius);
    position: relative;
    border: 0px;
    width: 200px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(80deg, rgb(235, 202, 102), rgba(189, 97, 25, 0.9) 69%);
    text-decoration: none !important;
}

.AvisClientsBg a.bouton-principal.hvr-shutter-out-horizontal {
    width: 360px;
}

a.bouton-principal::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: 0.3s linear;
    border-radius: var(--border-radius);
}

a.bouton-principal:hover::before {
}

.intervention .text-center a.bouton-principal.hvr-shutter-out-horizontal {
    margin-top: 0px;
    background: var(--color4);
    color: var(--nuanceColor1);
}

.intervention .text-center a.bouton-principal.hvr-shutter-out-horizontal:hover {
    margin-top: 0px;
    background: var(--color8);
    color: var(--color4);
}

.decouvrez a:hover, a.bouton-principal:hover, .view-btn-all:hover, button.bouton-principal:hover {
    text-decoration: none;
    color: var(--color4);
    box-shadow: rgba(0, 0, 0, 0.32) 10px 5px 20px;
    transition: 0.4s;
    background-image: linear-gradient(80deg, rgba(228, 183, 121, 0.75), rgba(189, 97, 25, 0.9) 69%);
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: var(--color8) !important;
    border-color: var(--color8) !important;
}

.fluid-collections {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15vh 10vw 0px;
}

.fluid-collections .titre {
    color: var(--color1);
    font-size: var(--h1-size);
    text-transform: uppercase;
    text-align: left;
    line-height: 23px;
    margin: 0px 0px 1em;
    text-wrap: balance;
    font-family: var(--font_family_2);
}

.fluid-collections .encart {
    text-align: left;
}

.fluid-collections .encart .info {
    justify-content: flex-start;
    display: flex;
    bottom: 0px;
    transform: translateY(0px);
    top: auto;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: left;
    padding: 0px 15px 50px 45px;
    flex-wrap: wrap;
}

.fluid-collections .encart .photo {
    position: relative;
    display: flex;
    height: 40vh;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.fluid-collections .encart .photo img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    transition: 0.5s ease-out;
    flex: 1 1 0%;
    height: 100%;
}

.fluid-collections .titre small, h1 small, h2 small, small.titre-secondaire, .services-home .titre small, .service_sub_title, .titre-secondaire {
    padding: 0px;
    display: block;
    font-family: var(--font_family_1);
    letter-spacing: 0px;
    font-size: 26px;
    opacity: 1;
    margin: 1vh 0px;
    color: var(--color0);
    text-transform: math-auto;
}

.banniere .slog h1 span.service_sub_title {
    color: var(--color4);
}

.banniere .slog h1 span.service_sub_title {
    color: var(--color4);
}

.service_sub_title {
    color: var(--color1);
}

.fluid-collections .encart .titre-col {
    text-transform: uppercase;
    font-size: 27px;
    font-family: var(--font_family_2);
    margin: 25px 0px 0px;
    width: 100%;
}

.fluid-collections .encart a {
    color: var(--font_family_1);
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    display: block;
    letter-spacing: 2px;
    position: relative;
}

.fluid-collections .encart a:hover {
    text-decoration: none;
}

.fluid-collections .encart a:hover span.decouvrir::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    background: var(--color1);
    bottom: 0px;
}

.body-service .container2 {
    padding: 9vh 10vw 8vh;
}

.fluid-collections .encart a span.decouvrir {
    text-decoration: none;
    position: relative;
    font-size: 75%;
}

.fluid-collections .encart .photo a:hover span.decouvrir::before {
    background: var(--color3) !important;
}

.propor.picnk {
    height: 65vh;
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    inset: 0px;
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    transform: scale(1) translateX(0px);
    transition: 0.5s ease-out;
    object-position: center center;
    border-radius: var(--border-radius);
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    border-radius: var(--border-radius);
}

.recup-photos .propor::after {
    padding-top: 78%;
    display: block;
    content: "";
}

.recup-photos .propor::before {
    content: "";
    width: 100%;
    height: 100%;
    top: -1em;
    right: -1em;
    position: absolute;
    background: 0% 0% / cover transparent;
    z-index: 0;
    border-radius: var(--border-radius);
}

.recup-photos .propor .propor-cont {
    position: absolute;
    inset: 0px;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.recup-photos .propor .propor-cont .imagecont .masque {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.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: 0.7;
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}

.navh {
    margin: 0px;
    z-index: 8000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

.row.recup-photos.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 10%;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

div#lightgallery .col-md-4 {
    padding: 0px 8px;
}

.navh .menu_principal {
    margin: 0px;
    padding: 0px;
    list-style: outside none;
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 25px;
    align-items: end;
}

.navh .menu_principal > li {
    position: relative;
    height: 50px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navh .menu_principal a, .navh .menu_principal a:visited {
    color: var(--color4);
    display: inline-flex;
    font-size: 16px;
    padding: 0px 1px;
    height: 100%;
    margin: 1px;
    font-family: var(--font_family_1);
    position: relative;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: 400ms;
    align-items: center;
    font-weight: 600;
}

.navh .menu_principal a:hover, .navh .menu_principal li.active > a {
    color: var(--color6);
}

.theSub {
    display: inline-block;
    padding: 0px 0px 0px 5px;
    font-size: 85%;
}

.menu_principal ul, .menu_catalog, .sub-menu {
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    width: 250px;
    position: absolute;
    left: 0px;
    top: 4.3507em;
    z-index: 99;
    transform: translate(20px, 0px);
    transition: 0.3s ease-out;
    background: var(--color5);
    opacity: 0.8;
}

.menu_principal ul li {
    display: block;
    float: none;
    margin: 0px 0px 1px;
    padding: 0px;
    position: relative;
    background: var(--nuanceColor1);
}

.navh .menu_principal ul li a, .navh .menu_principal ul li a:visited {
    font-size: 90%;
    display: block;
    text-align: left;
    padding: 1rem;
    border-bottom: initial;
    left: 0px;
    top: 0px;
    color: var(--color4) !important;
    text-transform: none !important;
}

.menu_principal ul > li:last-child > a {
    border: 0px;
}

.menu_principal li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 0px);
}

.menu_principal li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 0px);
}

.menu_principal ul ul {
    left: 250px;
    top: 0px;
}

.tete.fixed .menu_principal .menu-item-external a::after {
    filter: invert(0);
}

.menu_principal .menu-item-external a i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    transform-origin: center center;
    transition: inherit;
    background-size: 100%;
    margin: 0px 0px 0px 6px;
}

.navh .menu_principal li.active > a:hover {
    cursor: default;
}

.menu_principal a::before, .fluid-collections .encart a.decouvrir::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    left: 0px;
    bottom: 30px;
    transition: 0.3s;
}

.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%;
}

.fluid-slider {
    background: rgb(23, 23, 23);
}

.fluid-contenu {
    position: relative;
    z-index: 800;
    margin: 6vh 13% 4vh;
}

body.body-catalogue-list .fluid-contenu .corps, body.body-catalogue-item .fluid-contenu .corps {
    padding: 1em 0px 2em;
}

main.fluid-contenu .container {
    width: 100%;
    max-width: 100%;
    padding: 0% 1% 4%;
    position: relative;
    background: var(--color4);
}

.body-page-1 main.fluid-contenu .container::before {
    content: "";
    width: 31%;
    height: 100%;
    top: 0px;
    right: 0px;
    position: absolute;
    background-size: cover;
}

.body-page-1 main.fluid-contenu .container {
    padding: 1% 13% 4%;
}

.body-page-1 .fluid-contenu {
    margin: 0px;
    background: var(--color3);
}

.fluid-contenu .corps {
    padding: 0px;
}

.body-service-list .fluid-contenu .corps {
    padding: 0em 0vw;
}

.sidebar {
    padding-top: 30px;
    text-align: right;
}

.page-contenu.clear {
    margin: 0px 0px 0vh;
    width: 50%;
    line-height: 180%;
    padding: 0px 0% 0%;
}

.page-contenu.page-contenu-home.clear .scrollbars.scrollbar-content {
    height: 69vh;
    overflow-y: scroll;
}

.contenus .recup-photos .propor {
    margin: 0px !important;
}

.page-contenu.page-contenu-home.clear .scrollbars.scrollbar-content::-webkit-scrollbar-track {
    box-shadow: rgba(204, 204, 204, 0.63) 0px 0px 6px inset;
    border-radius: 10px;
    background-color: rgb(245, 245, 245);
}

.page-contenu.page-contenu-home.clear .scrollbars.scrollbar-content::-webkit-scrollbar {
    width: 2px;
    background-color: rgb(245, 245, 245);
}

.page-contenu.page-contenu-home.clear .scrollbars.scrollbar-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
    background-color: var(--color1);
}

.intervention .scrollbars {
}

.intervention .scrollbars::-webkit-scrollbar-track {
    box-shadow: rgba(204, 204, 204, 0.63) 0px 0px 6px inset;
    border-radius: 10px;
    background-color: rgb(245, 245, 245);
}

.intervention .scrollbars::-webkit-scrollbar {
    width: 2px;
    background-color: rgb(245, 245, 245);
}

.intervention .scrollbars::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
    background-color: var(--color1);
}

.page .row.recup-photos.gallery {
    margin-top: 0px;
    width: 49%;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0px;
}

.sidebar .photoa {
    background: url("../images/photo-accueil.jpg") right top no-repeat;
    height: 187px;
}

.encarts {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em 0px;
}

.encarts a.bouton-principal {
    width: initial;
}

.encarts h2 {
    font-size: 39px;
    padding: 0px 0px 1em;
    text-align: center;
}

.encarts .tous-tous {
    text-align: center;
    padding: 30px 0px 0px;
}

.encarts .tous-tous a {
    transition: 400ms;
    text-decoration: none;
    display: inline-block;
    background: url("../images/ico-fleche.png") 0px 4px no-repeat;
    padding: 0px 0px 0px 30px;
    color: rgb(150, 150, 150);
    font-size: 20px;
}

.encarts .tous-tous a:hover {
    padding-left: 45px;
}

.encarts .gauche {
    height: 720px;
    background: url("../images/photo-promotions.jpg") center center / cover no-repeat;
}

.encarts .droite {
    height: 720px;
    text-align: center;
}

.content-list > div:not(:first-child) {
    display: none;
}

ul.tabs-list li {
    color: var(--color0);
    display: flex;
    justify-content: flex-start;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    max-width: max-content;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    z-index: 15;
    transition: 0.2s ease-out;
    align-items: center;
    padding: 9px 18px;
    border: 1px solid var(--color8);
    font-size: 15px;
    width: auto !important;
    margin: 0px 1vw 0vh 0px !important;
}

ul.tabs-list li:hover {
    background-color: var(--color1);
    color: var(--color4);
}

ul.tabs-list li.active {
    background-color: var(--nuanceColor1);
    color: var(--color4);
    border-color: var(--nuanceColor1);
}

ul.tabs-list {
    position: relative;
    z-index: 20;
    display: flex;
    padding: 1vh 0px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.indicateur_slider {
    width: 100%;
    position: absolute;
    height: 1px;
    background: rgba(0, 0, 0, 0.49);
    bottom: 0px;
}

.indicator {
    height: 2px;
    width: 30%;
    background-color: rgb(193, 18, 31);
    position: absolute;
}

.tabs-list li:nth-child(1).active ~ .indicateur_slider .indicator {
    transition: 0.3s ease-in-out;
    opacity: 1;
    left: 0px;
}

ul.tabs-list li::after {
    position: absolute;
    bottom: -7px;
    content: "";
    left: 0px;
    transition: 0.3s;
    width: 0px;
    height: 0.1px;
    background: var(--color1);
}

ul.tabs-list li.active::after, ul.tabs-list li:hover::after {
    width: 100%;
}

.tabs-list li:nth-child(2).active ~ .indicateur_slider .indicator {
    transition: 0.3s ease-in-out;
    opacity: 1;
    left: 335px;
    width: 39%;
}

.tabs-list li:nth-child(3).active ~ .indicateur_slider .indicator {
    transition: 0.3s ease-in-out;
    opacity: 1;
    left: 790px;
    width: 31%;
}

.recup-photos .propor .propor-cont .imagecont:hover img, .modele-liste .item .div-proportionnel-item .imagecont:hover img, .fluid-collections .encart a:hover img, .services-home .one-service:hover img {
}

.body-gallery-2 .container2 {
    padding: 9vh 10vw 8vh;
}

.container2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0em 0px 0vh;
    overflow: hidden;
}

.container2 a.bouton-principal {
    width: 300px;
    border-radius: var(--border-radius) !important;
}

.nkbtncatalog a.bouton-principal {
    font-size: 14px;
}

.encarts2 .tous-tous {
    text-align: center;
    padding: 30px 0px 0px;
}

.encarts2 .tous-tous a {
    transition: 400ms;
    text-decoration: none;
    display: inline-block;
    background: url("../images/ico-fleche.png") 0px 4px no-repeat;
    padding: 0px 0px 0px 30px;
    color: rgb(150, 150, 150);
    font-size: 20px;
}

.encarts2 .tous-tous a:hover {
    padding-left: 45px;
}

.encarts2 .gauche {
    height: 720px;
    background: url("../images/photo-favoris.jpg") center center / cover no-repeat;
}

.encarts2 .droite {
    height: 720px;
    text-align: center;
}

.encarts3 {
}

.encarts3 h2 {
    margin: 70px 0px 15px;
    font-size: 36px;
    background: url("../images/trait3.png") center bottom no-repeat;
    padding: 0px 0px 5px;
}

.encarts3 .tous-tous {
    text-align: center;
    padding: 30px 0px 0px;
}

.encarts3 .tous-tous a {
    transition: 400ms;
    text-decoration: none;
    display: inline-block;
    background: url("../images/ico-fleche.png") 0px 4px no-repeat;
    padding: 0px 0px 0px 30px;
    color: rgb(150, 150, 150);
    font-size: 20px;
}

.encarts3 .tous-tous a:hover {
    padding-left: 45px;
}

.encarts3 .gauche {
    height: 720px;
    background: url("../images/photo-nouveautes.jpg") center center / cover no-repeat;
}

.encarts3 .droite {
    height: 720px;
    text-align: center;
}

.fluid-app {
    height: 700px;
    background: url("../images/bg-app.jpg") center top no-repeat;
    padding: 45px 0px 0px;
}

.fluid-app h2 {
    text-align: center;
    font-size: 31px;
    color: rgb(64, 63, 63);
    text-transform: uppercase;
    margin: 20px 0px 5px;
}

.fluid-app .soustitre {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 27px;
}

.fluid-app .liste-app {
    list-style-type: none;
    list-style-image: none;
    padding: 0px 0px 0px 40px;
    margin: 90px 0px 0px;
}

.fluid-app .liste-app li {
    background: url("../images/ico-puce.png") 0px center no-repeat;
    padding: 3px 0px 2px 30px;
    font-size: 25px;
    color: rgb(0, 0, 0);
}

.fluid-app .qrcode {
    text-align: center;
    text-transform: uppercase;
    margin: 160px 0px 0px;
    position: relative;
}

.fluid-app .qrcode .fleche {
    width: 118px;
    height: 96px;
    background: url("../images/fleche.png") center top no-repeat;
    position: absolute;
    top: -120px;
    left: 45px;
}

.fluid-app .liste-boutiques {
    list-style-type: none;
    list-style-image: none;
    padding: 40px 0px 0px;
    margin: 0px;
}

.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") center top no-repeat;
}

.isServiceList .services h1 {
    top: -35px;
    text-align: center;
    position: absolute;
    z-index: 9;
}

.isServiceList .content {
    padding: 0px;
    width: 100%;
}

.nosServicesBg {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.nosServicesBg .content {
    padding: 40px 0px;
    float: left;
    background-color: transparent;
}

.linkList {
    padding: 0px;
    margin: 10px 0px 0px;
    list-style: none;
    float: left;
}

.actualites.view.view-3 article {
    display: flex;
    flex-flow: wrap;
}

.NewsletterBg p {
    font-size: 15px;
    margin: 0px 0px 1px;
    display: none;
}

.block #newsletter_form {
    display: flex;
    width: 100%;
    margin: 0px auto;
    align-items: flex-end;
    justify-content: space-around;
}

.block #newsletter_form label {
    font-weight: normal;
    display: none;
}

.block #newsletter_form input {
    border: none;
    border-radius: 0px;
    display: table-cell;
    vertical-align: middle;
}

.block #newsletter_form input[type="text"] {
    background-color: transparent;
    line-height: 1;
    padding: 0px;
    width: 97%;
    margin: 0px;
    font-size: var(--taille_font);
    float: left;
    color: var(--color3);
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid var(--color3);
    height: 43px;
}

.block #newsletter_form input[type="submit"] {
    background: transparent;
    border-bottom: 1px solid var(--color3);
    color: var(--color3);
    padding: 9px 13px 8px;
    font-weight: 900;
}

.block #newsletter_form input[type="submit"]:hover {
    color: var(--color0);
    background: transparent;
}

.blockCenter.gallery-iflex {
    margin: 0px -15px;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

.contain-actus2 {
    position: relative;
    padding: 1em 1vw;
    z-index: 0;
    float: left;
    width: 100%;
}

.contain-actus .actualites .contenu .content, .contain-actus2 .actualites .contenu .content {
    font-size: 16px;
    min-height: 128px;
    margin: 0px 0px 2vh;
}

.btn1::after {
    content: "";
    position: absolute;
    left: 0px;
    border-bottom: 1px solid;
    bottom: -3px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0) translateZ(0px);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.one-service.item:hover .btn1::before, a.btn1:hover::before {
    transform: scaleX(0) translateZ(0px);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.one-service.item:hover .btn1::after, a.btn1:hover::after {
    transform: scaleX(1) translateZ(0px);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.contain-actus2 h2.h1 {
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) + .3rem);
    margin: 0px;
    padding: 0px 0px 0px 0vw;
    color: var(--color1);
}

.corps .contain-actus {
    padding: 0px;
}

.corps .contain-actus .actualites article {
    width: 100%;
}

.h {
}

.contain-actus2 h2.h1::before {
    position: absolute;
}

.contain-actus2::before {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    border: max(1px, 0.0625rem) solid rgb(49, 57, 65);
    border-radius: inherit;
    mask-image: linear-gradient(to right bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.2));
}

.contain-actus .actualites .cell.photo, .contain-actus2 .actualites .cell.photo {
    position: relative;
    text-align: center;
    height: 40vh;
    display: block;
    background: rgb(255, 255, 255);
    overflow: hidden;
    width: 100%;
}

.contain-actus .actualites .contenu .date_post i, .contain-actus2 .actualites .contenu .date_post i {
    margin-right: 8px;
}

.contain-actus .actualites .contenu, .contain-actus2 .actualites .contenu {
    margin-top: 20px;
}

.btn1, .lire-suite a {
    position: relative;
    text-transform: none;
    text-align: left;
    display: block;
    font-weight: bold;
    float: left;
    font-size: 0.9vw;
    margin: 0px;
    transition: 400ms;
    letter-spacing: 0px;
    font-family: var(--font_family_3);
    color: var(--nuanceColor1) !important;
    text-decoration: none !important;
}

.btn1::before, .lire-suite a::before {
    content: "";
    position: absolute;
    left: 0px;
    border-bottom: 1px solid;
    bottom: -3px;
    width: 100%;
    transform-origin: right center;
    transform: scaleX(1) translateZ(0px);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.contain-actus .h2 {
    text-align: center;
}

.contain-actus {
    position: relative;
    padding: 3em 10vw;
    z-index: 0;
    float: left;
    width: 100%;
}

.contain-actus .actualites .cell.texte {
    padding: 1vh 0vw;
    width: 100%;
}

.contain-actus .actualites .contenu .bouton-principal:hover, .contain-actus2 .actualites .contenu .bouton-principal:hover, .lire-suite a:hover {
    padding-left: 80px !important;
}

.contain-actus .actualites .cell.photo img, .contain-actus2 .actualites .cell.photo img {
    object-position: center center;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: inherit;
    object-fit: cover;
    border-radius: 0px;
}

.contain-actus2 h3 {
    font-size: calc(var(--taille_font) + .2rem);
}

.contain-actus2 .actualites {
    display: flex;
    flex-direction: column;
    gap: 3vh;
}

.actualites.view-3 article.node-13 {
    border-bottom: 1px solid var(--color0transparent3);
}

.body-news-list .contain-actus .actualites .cell.photo, .body-news-list .contain-actus .actualites .cell.photo img {
    border-radius: 10px 10px 0px 0px;
}

.body-news-list .contain-actus .actualites .contenu {
    padding: 0px;
    margin-top: 0px;
}

.contain-actus .actualites article {
    width: 50%;
    display: flex;
    padding: 0px;
    border-radius: var(--border-radius);
    flex-direction: column;
}

.contain-actus .h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font_family_1);
    margin-bottom: 1em;
    letter-spacing: 2px;
}

.see-all .bouton-principal {
    margin-top: 4em;
    width: 250px;
}

.contain-actus .actualites .contenu .bouton-principal:hover::before, .lire-suite a:hover::before {
    width: 62px;
}

.actualites .cell.texte .contenu h3 {
    font-size: 100%;
    margin: 0px;
}

.actualites .cell.texte .contenu .h1 {
    text-align: center;
    color: var(--color1);
}

.actualites {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 8000;
    padding: 1em 12%;
    gap: 1vw;
    justify-content: space-between;
}

.actualites.view.view-1 a.view-btn-all {
    text-align: center;
    width: 300px;
}

.actualites article {
    display: flex;
    width: 100%;
    gap: 2%;
}

.actualites .cell.photo {
    background-position: center center;
    border-radius: var(--border-radius);
}

.actualites .cell.photo:hover {
    opacity: 0.95;
}

.actualites .cell.texte {
    vertical-align: top;
}

.actualites:last-child .cell.texte {
    border-bottom: none;
}

.actualites .cell.texte .contenu {
    padding: 0em 0vw;
    text-align: justify;
    direction: ltr;
}

.actualites .cell.texte .contenu ul {
    padding: 0px;
    margin: 0px;
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0px 5px 20px;
    background: url("../images/puce.svg") 0px 9px no-repeat;
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block;
}

.view-btn-all {
    position: relative;
    display: table;
    margin: 20px auto;
}

.view-btn-all i {
    margin-left: 8px;
    font-size: 14px;
}

.actualites .date_post, .news .date-article {
    font-size: 79%;
    font-weight: 700;
    color: var(--color1);
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0px;
}

.news .ligne-actus .contenu-article {
    margin-top: 0px;
}

.news .contenu-article {
    margin-top: 21px;
}

.newsList {
    float: none;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 0px;
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0px 0px 30px;
    float: none;
}

.news .date_post {
}

.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px;
}

.news .date_post .s1 {
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px, 2vw, 50px);
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(250, 250, 250, 0.2);
    background-image: none;
}

.news .propor .propor-cont .imagecont:hover {
    transform: scale(1.15);
}

.newsList .propor {
    overflow: hidden;
}

.newsList .item .h3 {
    margin-top: 2vh;
    margin-bottom: 0vh;
    text-align: left;
    font-weight: 200;
    font-family: var(--font_family_2);
    color: var(--color0);
}

.newsList .item:hover .h3 {
    opacity: 0.7;
}

.newsList .item .h3 a:hover {
    text-decoration: none;
}

.item-news {
    position: relative;
}

.newsItem .photo img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1 1 0%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.newsItem .photo {
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: clamp(300px, 40vw, 650px);
    background-color: rgb(242, 242, 242);
    transition: 0.5s;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.newsItem .contenu-article {
    padding: 15px 0px 0px;
    min-height: 200px;
    margin: 0px;
}

.newsItem .div-rs {
    margin: 0px auto 40px;
    display: flex;
    align-items: center;
    place-content: center flex-start;
    font-family: var(--font_family_2);
    gap: 20px;
}

.newsItem .div-rs .btn-partage {
    display: flex;
    overflow: hidden;
    height: 36px;
    position: relative;
    top: 0px;
    margin: 0px 0px 0px 2rem;
}

.newsItem .div-rs .btn-partage .icones {
    fill: var(--color1);
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color0);
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1);
}

.newsItem .div-rs .btn-partage .btnp:hover .icones {
    fill: var(--color0);
}

.newsItem .date_post {
    padding: 5% 3% 3%;
}

p.center.btn-news {
    float: left;
    width: 100%;
}

.news_avant_apres {
    width: 100%;
    text-align: center;
    margin: 0px;
    position: relative;
    float: left;
}

.news_avant_apres > div {
    display: table-cell;
    float: none;
    padding: 0px;
    height: 100%;
}

.news_avant_apres a, .news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid rgba(235, 235, 235, 0.17);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    border-radius: var(--border-radius);
    transition: 0.3s linear;
}

.news_avant_apres a:focus, .news_avant_apres a:hover {
    border-color: var(--color1);
    text-decoration: none;
}

.news_avant_apres > div:last-child {
    right: -5px;
}

.news_avant_apres a:focus b, .news_avant_apres a:hover b {
    text-decoration: none;
    color: var(--color1);
}

.navButtons, .navButtons:visited {
    padding: 0px 0px 10px;
    color: var(--color0);
    transition: 0.8s;
    text-decoration: none;
    display: block;
}

.news_avant_apres a:focus span, .news_avant_apres a:hover span {
    color: var(--color0);
    text-decoration: none;
}

.pagination > li {
    background: 0px 0px;
    padding-left: 0px;
}

.pagination > li > a, .pagination > li > span {
    color: var(--color1);
    border-color: var(--color3);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1);
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: var(--color1);
    background-color: var(--color0);
}

@media (min-width: 768px) {
    .dispaly_flex {
        display: flex;
    }

    .flex_child_2 {
        flex: 2 1 0%;
    }

    .flex_child_1 {
        flex: 1 1 0%;
    }
}

.AvisClientsBg {
    padding: 0% 13% 2%;
    position: relative;
    background: var(--color4);
}

.AvisClientsBg .bx-prev {
    left: -2vw;
}

.AvisClientsBg .bx-prev::before {
    display: inline-block;
    content: "";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next {
    right: -2vw;
}

.AvisClientsBg .bx-next::before {
    display: inline-block;
    content: "";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next, .AvisClientsBg .bx-prev {
    text-indent: initial;
    font-size: 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: 0.7;
    transition: 0.5s;
}

.AvisClientsBg .bx-next:hover, .AvisClientsBg .bx-prev:hover {
    opacity: 1;
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0px 8px;
    display: block;
    height: auto !important;
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    padding: 0px 0px 1em;
    margin: 0px;
    text-align: center;
    letter-spacing: 1.5px;
    color: var(--color0);
}

.title2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.etoiles .fa {
    color: orange;
}

.AvisClientsList {
    padding: 0px 0px 2em;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0px -15px !important;
}

.AvisClientsList .btn-navs .button-next, .AvisClientsList .btn-navs .button-prev {
    background: var(--nuanceColor1);
}

.AvisClientsList .btn-navs .button-next:hover, .AvisClientsList .btn-navs .button-prev:hover {
    background: var(--color1);
}

.AvisClientsList li {
    list-style: none;
    background: 0px 0px;
}

.AvisClientsList li::before {
    content: none;
}

.avisClientsBg .h {
    text-align: center;
}

.AvisClients, .AvisClients:link, .AvisClients:visited {
    position: relative;
    padding: 2em 2vw;
    text-align: left;
    height: auto;
    margin-top: 0px;
    display: flex;
    text-decoration: none;
    border-radius: var(--border-radius);
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--bg-facultatif);
    box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 30px;
}

.AvisClients .h {
    font-size: 2.85vh;
    color: var(--color1);
    text-align: left;
    text-transform: math-auto;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    letter-spacing: 0.5px;
    min-height: auto;
    font-family: var(--font_family_1);
}

.AvisClients p {
    font-size: 18px;
    margin-bottom: 0px;
    padding-top: 15px;
    min-height: 24vh;
    font-family: var(--font_family_1);
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0px auto 20px -64px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
}

.AvisClientsBg .bx-pager {
    bottom: 17px;
}

.avisContent::before {
    content: "«";
    display: inline-block;
    margin-right: 5px;
}

.avisContent::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.temoignageScroll {
    max-height: 10vh;
    text-align: left;
    overflow: hidden;
}

.temoignageScroll .scrollbar-content {
    padding: 0px 10px 0px 0px;
    width: 100%;
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0px;
}

.date_post {
    padding: 4px 0px;
    text-align: center;
    font-size: 80%;
}

.date_post i {
    margin-right: 8px;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 46px;
}

.livre-elements {
    padding: 8vh 0vw;
    margin-bottom: 40px;
    text-align: center;
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.livre-elements .blazy {
    margin: 0px auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px;
}

.livre-elements .pseudo {
    font-size: 21px;
    color: var(--color0);
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    min-height: auto;
}

.livre-elements .date {
    color: var(--color1);
    text-align: left;
    margin-bottom: 2px !important;
}

.livre-elements .etoiles {
    margin-bottom: 0px !important;
}

.livre-elements .temoignage {
    text-align: left;
    display: block;
    font-size: var(--taille_font);
    margin-bottom: 0px;
    color: var(--color0);
    padding-top: 15px;
    opacity: 0.6;
}

.livre-elements .temoignage::before {
    content: "«";
    display: inline-block;
    margin-right: 5px;
}

.livre-elements .temoignage::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.divAvis {
    width: 49%;
    margin-bottom: 3rem;
    position: relative;
    padding: 2em 2vw;
    text-align: left;
    height: auto;
    margin-top: 0px;
    display: flex;
    text-decoration: none;
    border-radius: var(--border-radius);
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--bg-facultatif);
}

.btn-avis {
    margin-bottom: 30px;
}

.modal-content a, .modal-content a:link, .modal-content a:visited {
    color: var(--color1);
}

.modal-header .h1 {
    text-align: center;
    color: var(--color0);
    font-size: 1.2vw;
    font-weight: 700;
    text-shadow: none;
    padding: 0px;
}

.modal {
    display: none;
    overflow: auto scroll;
    position: fixed;
    inset: 0px;
    outline: 0px;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0);
}

.modal-backdrop.in {
    z-index: 0;
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(0, 0, 0, 0.46);
    color: var(--color0);
    text-shadow: none;
    font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.43);
}

.modal-content .btn-close {
    border: 0px;
    background: 0px 0px;
    padding: 0px;
    font-size: 21px;
    color: var(--color1);
    opacity: 1;
    line-height: 1;
    transition: 0.3s linear;
}

.modal-content .form-control {
    min-height: 32px;
    border-radius: 2px;
}

.modal-content .btn-close:focus, .modal-content .btn-close:hover {
    opacity: 0.5;
}

.modal-content .submit-review {
    padding-right: 60px !important;
}

.modal-content label.control-label {
    display: none;
    padding-top: 0px !important;
}

.modal-content label.control-label.label-note, .modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px !important;
}

#add-review .conditions {
    font-size: 8px;
    margin: 2px 0px 0px;
    text-align: justify;
}

#add-review {
    text-align: center;
}

#add-review .form-group {
    text-align: left;
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 50px;
}

#add-review #stars-existing {
    margin: 0px auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px;
}

#add-review .form-group #captcha {
    height: 46px !important;
}

.formulaire #add-review .form-group .form-control, .formulaire #add-review .form-group input, .formulaire #add-review .form-group textarea {
    background: rgba(233, 233, 233, 0.14);
    border: 1px solid rgb(52, 52, 52);
    color: var(--color0);
    border-radius: 2px;
}

.modal-content .form-control::placeholder {
    color: var(--color0) !important;
    opacity: 1;
}

#add-review .submit-review {
    float: none;
    display: block;
    background-image: none;
    margin: 15px auto !important;
    padding: 14px 15px !important;
}

#add-review .body-review {
    height: 100px;
}

#add-review .form-group.form-group-1 .col-md-10, #add-review .form-group.form-group-2 .col-md-10, #add-review .form-group.form-group-4 .col-md-10 {
    width: 100%;
    padding: 0px;
}

#add-review .conditions, .modal-content .email-block {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
    opacity: 0.6;
    display: block;
    margin-top: 23px;
    clear: both;
    margin-bottom: 0px;
    color: var(--color0) !important;
}

.modal-content {
    margin-top: 13vh;
    background-color: var(--color4);
}

p.text-center {
    text-align: center;
}

.services-home {
    padding: 4% 13% 1%;
    width: 100%;
    background: var(--bg-facultatif);
}

.one-service-info-inner .badge {
    font-size: 16px;
    background: var(--nuanceColor1);
    text-transform: uppercase;
    letter-spacing: 1.85px;
    padding: 12px 20px !important;
}

.body-catalogue-list-0 .services-home {
    padding: 0%;
    width: 100%;
    background: var(--color4);
}

.contain-actus.services-home .one-service .content {
    color: var(--color0);
}

.contain-actus.services-home .one-service .h3 {
    font-size: 20px;
    line-height: 20px;
    font-family: var(--font_family_2);
}

.services-home .one-service a.btn1 {
    position: relative;
    height: auto;
}

.services-home .one-service a.btn1 {
    margin: 3% 0px 0%;
    text-decoration: none !important;
}

.intronk p {
    margin-bottom: 5px;
}

.services-home .one-service {
    height: 60vh;
    position: relative;
    margin: 0px 5px 5px;
    overflow: hidden;
    border-radius: var(--border-radius);
    border: 0px;
    background: var(--color4);
}

.produits2 {
    height: 60vh;
    overflow: hidden;
    border-radius: var(--border-radius);
    z-index: 7;
    position: relative;
}

.container2 .produits2 {
    z-index: initial;
}

.services-home .one-service a {
    position: absolute;
    inset: 0px;
    font-weight: 600;
    z-index: 9;
    text-transform: uppercase;
    height: 100%;
    border-radius: 0px;
    font-family: var(--font_family_3);
}

.nkcatalog .one-service a {
    inset: 0px;
    font-weight: 600;
    z-index: 9;
    text-transform: uppercase;
    height: 100%;
    border-radius: 0px;
    font-family: var(--font_family_3);
    position: initial !important;
}

.angle-fdt {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}

.angle-fdt.angle-haut {
    top: -30px;
    right: 0px;
    transform: none;
}

.angle-fdt.angle-bas {
    bottom: 0px;
    right: 3.5vw;
    transform: none;
}

.services-home .one-service * {
    transition: 0.4s ease-in-out;
}

.services-home .one-service .date_post {
    color: var(--nuanceColor1);
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.services-home .one-service:hover img {
}

.services-home .one-service:hover .one-service-info {
}

.services-home .one-service:hover .one-service-info-inner {
    transform: translateX(5px);
}

.services-home .one-service.one-service-AT:hover .one-service-info-inner {
    transform: none;
}

.services-home .one-service.one-service-AT:hover .one-service-info-inner .AT-arrow-circle img {
    transform: rotate(30deg);
}

.AT-arrow-circle {
    width: 80%;
    height: 80%;
    margin: auto;
    background: var(--nuanceColor1);
    border-radius: var(--border-radius);
}

.services-home .one-service img {
    position: relative;
    top: 0px;
    left: 0px;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    height: 100%;
    transition: 0.5s ease-out;
    object-position: center center;
    filter: contrast(0.95) brightness(0.765432);
}

.one-service.one-service-AT .one-service-info {
    width: 100%;
    height: auto;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    top: auto;
    backdrop-filter: blur(1px);
    position: relative;
    max-width: 560px;
    color: rgb(255, 255, 255);
    background: transparent;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    border-radius: 20px;
    padding: clamp(20px, 3.5vmax, 60px);
}

.one-service.one-service-AT .one-service-info .one-service-info-inner {
    width: 100%;
    padding: 0em 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.content-innernk .one-service-info-inner div h3 {
    color: rgb(255, 255, 255) !important;
}

.one-service .one-service-info .one-service-info-inner {
    display: inline-block;
    width: 100%;
    padding: 1em 10px;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.one-service .one-service-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(200, 238, 236, 0.31);
    box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 30px;
}

.container2 .one-service-mask {
    background: initial;
    box-shadow: initial;
}

.one-service .one-service-info h3::after {
    display: none;
}

.one-service .one-service-info h3, .one-service .one-service-info .h3 {
    color: var(--color1);
    margin: 12px 0px 0px;
    padding: 0px;
    font-family: var(--font_family_2);
    font-size: 20px;
    height: 48px;
}

.one-service.one-service-AT .one-service-info .h3 {
    color: var(--color4);
    margin: 2px 0px 0px 25px;
    padding: 0px;
    font-family: var(--font_family_2);
    font-size: 26px;
    height: 48px;
    text-shadow: 0 1px 12px var(--color0);
}

.AT-arrow {
    width: 3.5vw;
    height: 3.5vw;
    border-radius: var(--border-radius) 0 0% 0%;
    top: 38%;
    transition: opacity 0.4s, transform 0.4s cubic-bezier(0.68, -3, 0.27, 5);
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color4);
}

.Duo-section {
    position: relative;
    z-index: 8000;
    padding: 3em 9% 5em 0px;
    background: white;
}

.Duo-section {
    display: none;
}

.isServiceList .content {
    padding: 0px;
    width: 100%;
}

.services-home h2, .services-home .titre {
    padding: 0px 0px 1vh;
    text-align: center;
    text-transform: initial;
    font-family: var(--font_family_2);
    font-size: 46px;
    margin-top: 0vh;
    margin-bottom: 4vh;
    letter-spacing: 0px;
    color: var(--color0);
}

.nosServicesBg {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.nosServicesBg .h {
    margin: 70px 0px 15px;
    font-size: 36px;
    background: url("../images/trait3.png") center bottom no-repeat;
    padding: 0px 0px 5px;
}

.nosServicesBg .hicon::after {
    background-color: transparent;
    margin: 0px !important;
}

.nosServicesBg .content {
    padding: 40px 10%;
    float: left;
    background-color: transparent;
}

.linkList {
    padding: 0px;
    margin: 10px 0px 0px;
    list-style: none;
    float: left;
}

.linkList li {
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
}

.linkList li a {
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    margin: 4px 0px;
}

.body-service-list .fluid-contenu .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.ligne-photos.retrait.centerservice2 {
    margin: 0px 16% !important;
}

.ligne-photos.retrait.centerservice {
    margin: 0px 33% !important;
}

.btn-retour .glyphicon {
    font-size: 15px;
}

.body-service-list .services .tableGrid.row:nth-of-type(2n) .bodyContent {
    text-align: justify;
    padding: 5vw 3vw 5vh 0px;
}

.text-left a.bouton-principal {
    padding: 12px 25px;
}

.body-service-list .services .tableGrid.row {
    overflow-x: hidden;
}

.body-service-list .services .tableGrid.row:nth-of-type(2n+1) {
    direction: rtl;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-service-list .services .tableGrid.row:nth-of-type(2n) {
    direction: ltr;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-service-list .services .tableGrid.row:nth-of-type(2n+1) [class*="col-"] {
    direction: ltr;
}

.body-service-list .services .tableGrid.row .h {
    text-align: left;
    color: var(--color0);
}

.body-service-list .services .tableGrid.row:nth-of-type(2n+1) .service_sub_title {
    font-family: var(--font_family_1);
    letter-spacing: 0px;
    opacity: 1;
    font-size: 1.1vw !important;
}

.body-service-list .services .tableGrid.row .bodyContent {
    text-align: justify;
    padding: 7vw 0vw 5vh 3vw;
}

.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;
}

.nosServicesBg ul {
    padding: 0px;
}

.nosServicesBg .mainSectionSlider .show {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    background-color: transparent;
}

.nosServicesBg .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    background-color: transparent;
}

.services .mainSectionSlider .show {
    border-radius: var(--border-radius);
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    background-color: transparent;
}

.services .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    background-color: transparent;
    border-radius: var(--border-radius);
}

.nosServicesBg .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.nosServicesBg .bx-viewport {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

.nosServicesBg .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.services .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.services .bx-viewport {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

.services .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 0px;
    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%;
}

.body-service-list .services .tableGrid.row [class*="col-"] {
}

.block_catalogue::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: 0px;
    left: 0px;
}

.block_catalogue::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/bg2.png") 0% 0% / cover no-repeat;
    opacity: 0.23;
    overflow: hidden;
    border: none !important;
}

.block_catalogue {
    position: relative;
    padding: 6vh 10vw 4em;
    background: var(--bg-facultatif);
}

.nosServicesBg p:last-of-type, .services p:last-of-type {
    margin-bottom: 0px;
}

.pied {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.pied .bande1::before {
    content: "";
    position: absolute;
    inset: 0px;
}

.pied .bande1 {
    padding: 7vh 10vw 4vh;
    line-height: 1.2;
    position: relative;
    background-image: ;
    background-repeat: ;
    background-attachment: ;
    background-origin: ;
    background-clip: ;
    background-color: ;
    background-size: cover;
    background-position: center bottom;
}

.AvisClientsBg::before {
    content: "";
    position: absolute;
    width: 45%;
    height: 70%;
    background: url("../images/shape-2.png") right center / contain no-repeat;
    right: 0px;
    opacity: 0.1;
    top: 5%;
}

.AvisClientsBg::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 65%;
    background: url("../images/shape-0.png") left bottom / contain no-repeat;
    left: 0px;
    opacity: 0.1;
    bottom: 0%;
    z-index: -1;
}

.pied .bande1 .row {
    margin: 0px 0px 4vh;
}

.pied .bande1 .horaires .horaire-table {
    color: var(--color0) !important;
}

.div-rs .btn-partage2 {
    margin: 12px 6px;
}

.btn-partage2 {
    padding: 0px;
    display: flex;
    column-gap: 20px;
    margin: 5vh 0px 3vh;
}

.btn-partage2 .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: flex;
    transition: 0.4s;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--nuanceColor1);
    cursor: pointer;
    background: var(--nuanceColor1);
}

.btn-partage2 .btnp:hover {
    transform: rotate(360deg);
    background-color: var(--nuanceColor1);
    border-color: var(--nuanceColor1);
    fill: var(--color4);
}

.btn-partage2 .btnp:hover .icones {
    fill: var(--color4);
}

footer .horaires .horaire-table {
    color: var(--color0) !important;
}

.btn-partage {
    padding: 0px;
    display: flex;
    column-gap: 8px;
    margin: 0px 0px 0.81vh;
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    transition: 0.4s;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color1);
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    background-color: var(--color1);
    border-color: var(--color1);
    fill: var(--color1);
    color: var(--color1);
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0);
}

.pied h2, .pied h3 {
    color: var(--color1);
    text-transform: math-auto;
    margin: 0px 0px 1vh;
    padding: 0px;
    font-size: 1.21vw;
    font-family: var(--font_family_2);
    font-weight: normal;
}

.bande2 {
    padding: 0vh 10vw;
    background: var(--nuanceColor1);
    position: relative;
}

footer .scrollFooter {
    max-height: 270px;
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 0px 0px 15px;
    list-style-type: none;
    margin: 0px;
    line-height: 2;
}

.pied .navf .menu_footer li {
    display: block;
}

.pied .navf .menu_footer li:last-child {
    border: none;
}

.pied .navf .menu_footer li a, .pied .navf .menu_footer li a:visited {
    padding: 0px;
    color: var(--color0);
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
}

.pied .navf .menu_footer li a:hover, .pied .navf .menu_footer li.active a {
    color: var(--color8);
}

.pied .navf .menu_footer li.active a:hover {
    cursor: default;
    text-decoration: none;
}

.pied .categorie {
    float: left;
}

.pied .categorie .liste-cats {
    color: var(--color0);
    padding: 0px 0px 15px;
    list-style-type: none;
    margin: 0px;
    line-height: 2;
}

.pied .categorie .liste-cats li {
    display: block;
}

.pied .categorie .liste-cats li:last-child {
    border: none;
}

.pied .categorie .liste-cats li a, .pied .categorie .liste-cats li a:visited {
    padding: 0px;
    color: var(--color0);
    text-decoration: none;
    font-size: 18px;
}

.pied .categorie .liste-cats li a:hover {
    color: var(--color1);
}

.pied .categorie .liste-cats li.active {
}

.pied .categorie .liste-cats li.active a:hover {
    cursor: default;
    text-decoration: none;
}

.pied address {
    margin: 0px;
    padding: 0px 0px 5px;
    color: var(--color0);
    font-size: calc(var(--taille_font));
    line-height: 2;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0px 0px 20px;
}

.pied address p span.intitule {
    color: var(--color0);
    font-weight: bold;
}

.horaire-table tr td {
    color: var(--color0);
}

.pied address strong.intitule {
    font-weight: bold;
    color: var(--color0);
}

.pied strong i {
}

.pied address p.adresse {
    font-size: 18px;
}

.pied address p.adresse i, .pied strong i {
    padding-right: 7px;
    font-size: 14px;
    color: var(--nuanceColor1);
}

.pied address p.tel.tel1 {
    font-size: 16px;
}

.pied address p.tel.tel2 {
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none;
}

.pied address p a {
    text-decoration: none;
    color: inherit;
}

.pied address p a:hover {
    text-decoration: underline;
}

.pied .copyright-footer {
    margin: 5px 0px 0px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    text-align: center;
}

.pied .copyright-footer a {
    text-decoration: none;
    font-size: 14px;
    color: var(--color4) !important;
}

.pied .copyright-footer a:hover {
    text-decoration: underline;
}

#logoFD svg * {
    fill: var(--color4);
}

#logoFD svg {
    width: 190px;
}

.btn-like {
    text-align: right;
    padding: 20px 0px 0px;
}

.icone-share {
    display: none;
}

.btn-partage .icones, .btn-partage2 .icones {
    width: 16px;
    margin: 0px;
    height: 16px;
    padding: 0px;
    position: relative;
    left: 0px;
    fill: var(--color1);
}

.btn-partage2 .icones {
    fill: var(--color4);
}

.propositions-marques {
}

.propositions-marques .titre {
    font-size: 15px;
    color: rgb(146, 146, 146);
    padding: 40px 0px 0px;
}

.propositions-marques .marques {
    color: rgb(195, 195, 195);
}

.propositions-marques .marques a {
    color: inherit;
    text-decoration: none;
}

.propositions-marques .marques a:hover {
    text-decoration: underline;
}

.menu_ref_bg {
    min-height: 150px;
}

.menu_referencement {
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 0px;
    min-height: initial;
    width: 100%;
    padding: 0px;
    height: auto;
    float: left;
    font-size: 15px;
    line-height: 2;
}

.menu_referencement li {
    display: inline;
    list-style: inside none none;
    background: none;
    padding: 0px;
}

.menu_referencement li::before {
    font-size: 15px;
    content: " - ";
    color: rgb(131, 131, 131);
    margin: 0px;
}

.menu_referencement li:first-child::before {
    display: none;
}

.menu_referencement li a {
    text-decoration: none;
    text-transform: none;
    color: var(--color0);
    font-weight: 100;
    font-size: 14px;
}

.pied .bande1 .scrollbars {
    height: 90px;
    padding-right: 20px;
}

.menu_referencement li.active a, .menu_referencement li a:hover, .menu_referencement li a:focus {
    text-decoration: underline;
    color: var(--color1);
}

.modal {
    z-index: 9999;
}

.modal-backdrop {
    z-index: 9998;
}

.modal-content .btn-inline {
    display: inline-block;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    border-radius: 0px;
    font-size: 17px;
    text-decoration: none;
    transition: 400ms;
}

.modal-content .btn-inline:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

.banniere {
    position: relative;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 50vh;
    background-size: cover !important;
}

.banniere.ban1 {
    background: url("../images/opticien.jpeg") 0px 67% no-repeat;
}

.body-service-list .banniere.ban1, .body-service .banniere.ban1 {
    background: url("../images/opticien.jpeg") 0px 67% no-repeat;
}

.body-catalogue-list .banniere.ban1, .body-catalogue-item .banniere.ban1 {
    background: url("../images/opticien.jpeg") 0px 67% no-repeat;
}

.body-contact .banniere.ban1 {
    background: url("../images/opticien.jpeg") 0px 67% no-repeat;
}

.banniere.ban3.enfant {
    background: url("../images/opticien.jpeg") 0px 67% no-repeat;
}

.banniere .slog {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    height: 100%;
    top: 5vh;
    padding: 0vh 2vw;
    color: var(--color0);
    position: relative;
    z-index: 10;
    text-align: center;
}

.banniere .slog h1 {
    color: var(--color4);
    text-shadow: rgba(183, 181, 181, 0.12) 1px 1px 2px;
    position: relative;
    font-size: 60px;
    line-height: 60px;
}

.banniere::before {
    background: var(--color1);
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.banniere .slog::after {
}

.banniere .slog .titre {
    font-size: 53px;
    color: rgb(0, 0, 0);
    background: url("../images/trait4.png") 0px bottom no-repeat;
    padding: 0px;
    margin: 0px 0px 20px;
}

.banniere .slog .titre-secondaire {
    font-size: 22px;
    color: rgb(0, 0, 0);
    margin: 0px;
}

.banniere.racine .slog .titre, .banniere.homme .slog .titre, .banniere.femme .slog .titre {
    color: rgb(255, 255, 255);
    background: url("../images/trait5.png") 0px bottom no-repeat;
    text-transform: uppercase;
}

.banniere.racine .slog .titre-secondaire, .banniere.homme .slog .titre-secondaire, .banniere.femme .slog .titre-secondaire {
    color: rgb(255, 255, 255);
}

.banniere.enfant .slog .titre {
    text-transform: uppercase;
}

.cont-slider {
    position: relative;
    top: 0px;
    width: 100%;
    left: 0px;
    margin-left: 0px;
    height: 100vh;
    overflow: hidden;
}

.cont-slider::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 1;
    opacity: 0.21;
}

.caption::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
    background: linear-gradient(99deg, rgb(0, 27, 56) 0%, rgba(0, 0, 0, 0.38) 50%);
}

.sudo-slider, .sudo-slider img {
    width: 100%;
}

.sudo-slider img {
    height: 100vh;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

span.controls a.prevBtn {
    background-image: url("../images/left.png");
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.4s;
    border-radius: 50px;
    display: block;
    position: relative;
    font-size: 0px;
    background-color: var(--color1);
}

span.controls a.prevBtn::before {
}

span.controls a.nextBtn {
    background-image: url("../images/right.png");
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.4s;
    border-radius: 50px;
    display: block;
    position: relative;
    font-size: 0px;
    background-color: var(--color1);
}

.cont-slider .controls {
    position: absolute;
    z-index: 1000;
    opacity: 0.6;
    display: flex;
    margin: 0px;
    bottom: 45%;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 0px 30px;
}

.caption {
    position: absolute;
    left: 0px;
    font-size: 20px;
    margin-top: 50px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100vh;
    display: flex;
    place-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    background-image: url("../images/optique.jpeg");
    background-size: cover;
}

.caption .texte1 {
    color: var(--color4);
    font-family: var(--font_family_2);
    padding: 0px 0px 3vh;
    width: 100%;
    text-wrap: balance;
    line-height: initial;
    text-align: center;
    z-index: 2;
    text-shadow: rgba(0, 0, 0, 0.38) 0px 1px 14px;
    font-size: 36px !important;
}

.caption .texte1 span {
    display: block;
    font-family: var(--font_family_3);
    text-transform: math-auto;
    font-size: 72px;
    color: var(--color4);
    margin: 2vh 0px 5px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.38) 0px 1px 14px;
}

.caption .texte1 span + span {
    font-size: 36px;
    font-weight: 600;
}

.texte2 {
    font-size: 15px;
    line-height: 42px;
    display: inline-block;
    min-width: 200px;
    text-transform: uppercase;
    transition: 400ms;
    padding: 4px 30px;
    text-align: center;
    font-family: var(--font_family_1);
    border-radius: var(--border-radius);
    position: relative;
    clip-path: polygon(100% 0px, 100% 100%, 59% 100%, 0px 100%, 0px 0px);
    font-weight: 600;
    text-decoration: none !important;
    margin: 0px !important;
    color: var(--color4) !important;
    background: linear-gradient(80deg, rgb(235, 202, 102), rgba(189, 97, 25, 0.9) 69%) !important;
}

p.tel-header.texte2.callTracker.hidden-sm.hidden-xs::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: 0.3s linear;
    border-radius: var(--border-radius);
}

a.texte2::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    transition: 0.3s linear;
    z-index: -1;
}

a.texte2:hover::before, p.tel-header.texte2.callTracker.hidden-sm.hidden-xs:hover::before {
    width: 100%;
}

header p.tel-header.texte2.callTracker {
    line-height: normal;
    white-space: nowrap;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 20px 5px;
    background: var(--nuanceColor1);
    color: var(--color4) !important;
}

header p.tel-header.texte2.callTracker:hover {
    background: var(--nuanceColor1);
}

.texte2:hover {
    border-color: var(--color8);
    cursor: pointer;
    transition: 0.4s;
    color: var(--color4) !important;
    background: var(--color8) !important;
}

ol.numericControls {
    display: none !important;
}

.cta.hidden-xs.hidden-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1vw;
    width: 100%;
}

.caption {
    animation: 2s ease-in-out 0s 1 normal forwards running caption;
}

@-webkit-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);
    }
}

.body-catalogue-item .formulaire.gauche.col-md-12 .form-group {
}

.formulaire.droite.col-md-12.nopad.nopad-sm.nopad-xs .form-group {
    width: 100%;
}

.formulaire.gauche.col-md-12.nopad.nopad-sm.nopad-xs fieldset, .formulaire.droite.col-md-12.nopad.nopad-sm.nopad-xs {
    display: block;
}

.formulaire.droite.col-md-12.nopad.nopad-sm.nopad-xs .form-group .col-md-12 {
    padding: 0px;
}

.contact .plan h2 {
    margin-top: 20px;
}

.form-group .col-md-12 {
    padding: 0px;
}

.plan {
    font-size: 0px;
    margin: 0px 0px 4em;
    position: relative;
    float: left;
    width: 100%;
}

.contact .plan .block #googlemapapi, .plan iframe {
    filter: grayscale(100%);
    width: 100% !important;
    height: 57vh !important;
}

.plan iframe:hover {
    filter: grayscale(0%);
}

.contact .horaires {
    margin: 0px;
    padding: 3px 0px 0px;
    font-size: 16px;
}

.contact .horaires .horaire-table td {
    color: var(--color0) !important;
}

.contact .coordonnees {
    padding-left: 2vw;
}

.adresse1 {
    border-bottom: 1px solid rgb(227, 227, 227);
    padding: 3vh 0px;
}

p.adress1 {
    color: var(--color1);
    text-transform: uppercase;
    font-family: var(--font_family_2);
    font-size: 22px !important;
}

.contact .coordonnees h2 {
    margin-top: 20px;
}

.contact .coordonnees address p {
    padding: 3px 0px 0px;
}

.contact .coordonnees address p i {
    color: var(--color1);
}

.contact .coordonnees address p.adresse {
}

.contact .coordonnees address p.tel {
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none;
}

.contact .coordonnees address p span.intitule {
    font-weight: bold;
}

.contact .coordonnees address p span.texte {
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit;
}

.contact .coordonnees address p a:hover {
    text-decoration: underline;
}

.contact .description-contact {
    padding: 0px 0px 10px;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact .formulaire .form-group .col-md-4 {
    display: none;
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important;
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: normal;
}

.contact .formulaire .form-group {
    margin-bottom: 4px;
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.contact .formulaire .form-group .form-control {
    font-size: 16px;
    background: var(--color4);
    box-shadow: none;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 4px 0px;
    color: var(--color0);
    width: 100% !important;
}

.contact .formulaire .form-group textarea.form-control {
    height: 27vh;
    position: static;
    padding: 14px;
}

.contact .formulaire .form-group input.form-control {
    height: 45px;
    line-height: 1;
    padding: 14px;
}

.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 {
        appearance: none !important;
        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;
    }
}

.formulaire.gauche.col-md-12.nopad.nopad-sm.nopad-xs {
    width: 100%;
}

.body-catalogue-item .formulaire.gauche.col-md-12.nopad.nopad-sm.nopad-xs fieldset {
}

.contact .formulaire .form-group .g-recaptcha {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    float: left;
    width: 301px !important;
    height: 76px !important;
    margin-right: 2% !important;
}

.contact .formulaire .form-group input[name="captcha"] {
    display: inline-block;
    vertical-align: top;
    width: 31% !important;
    height: 56px !important;
    float: none !important;
    margin-right: 2% !important;
}

.contact .formulaire .form-group input[name="captcha"] + a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    height: 56px !important;
}

.contact .formulaire .form-group input.btn-primary {
    width: auto;
    display: inline-block;
    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: rgb(228, 183, 121);
}

.info-rgpd p, .label-rgpd {
    font-family: arial;
}

.shop-location {
    margin: 0px auto;
    padding: 6vh 10vw 4vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}

.coordonnee1 strong {
    display: block;
    color: rgb(64, 63, 63);
    text-transform: uppercase;
    font-family: var(--font_family_2);
    width: 100%;
    font-size: calc(var(--taille_font) + .4rem);
}

.coordonnee1 {
    margin: 0px 0px 2vh;
}

.location-details {
    width: 50%;
}

.location-details p {
    margin-bottom: 10px;
}

.location-details ul {
    list-style-type: none;
    padding-left: 0px;
}

.location-details ul li {
    margin-bottom: 5px;
}

.map-container {
    width: 100%;
    border-radius: var(--border-radius);
}

.map-container h3 {
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border-radius: var(--border-radius);
}

.body-error404 a.btn.btn-default, .contact .formulaire input.btn-primary, .contact a.btn.btn-default {
    padding: 16px 25px;
    margin: 1em 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 400ms;
    font-size: calc(var(--taille_font) - .2em);
    border: 0px;
    color: var(--color4);
    font-family: var(--font_family_1);
    background: var(--color8);
    border-radius: var(--border-radius);
}

.body-error404 a.btn.btn-default:hover, .body-error404 a.btn.btn-default:active, .contact .formulaire input.btn-primary:hover, .contact .formulaire input.btn-primary:active, .contact a.btn.btn-default:hover, .contact a.btn.btn-default:active {
    color: var(--color4);
    text-decoration: none;
    transition: 0.4s;
    background: linear-gradient(80deg, rgba(228, 183, 121, 0.75), rgba(189, 97, 25, 0.9) 69%);
    box-shadow: rgba(0, 0, 0, 0.32) 10px 5px 20px;
}

::-webkit-input-placeholder {
    color: var(--color0) !important;
}

.partieseo2 {
    margin: 10vh 0px 0px;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse wrap;
}

.flex-seoContain .seo-content h1::after, .flex-seoContain .seo-form h2.h1::after {
    left: 0px;
    margin-left: 0px;
}

.flex-seoContain .seo-form h2.h1::before, .flex-seoContain .seo-content h1::before {
    display: none;
}

.flex-seoContain .contact .formulaire .form-group textarea.form-control {
    height: 137px;
    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: 0px;
    right: 0px;
    margin-right: 0px !important;
}

.pageseo .formulaire .form-group .g-recaptcha {
    display: table-cell;
    width: 302px !important;
    margin-right: 2% !important;
}

.pageseo .formulaire .form-group input.btn-primary {
    width: 31%;
    margin-top: 0px;
    float: right;
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100% !important;
    margin-right: 0px !important;
    text-align: left !important;
}

.pageseo .formulaire .form-group input[name="captcha"] + a {
    position: absolute;
    width: 140px;
    top: 0px;
    right: 0px;
    margin-right: 0px !important;
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1::before, .flex-seoContain .seo-form h2.h1::before {
    left: 0px;
    margin-left: 0px;
    transform: translate(0px);
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif);
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imagecont.noflicker.img1 {
    display: block;
    margin: 2vh 0px;
    height: 30vh;
    overflow: hidden;
}

.gallery .description-galerie {
    padding: 1em 0px 2em;
    text-align: justify;
    width: 100%;
    float: left;
}

.img-gallery {
    float: right;
    margin-left: 3vw;
    margin-bottom: 6vh;
    width: 45%;
    border-radius: var(--border-radius);
}

.img-gallery img {
    width: 100%;
    border-radius: var(--border-radius);
}

.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;
}

.gallery .ligne-photos .propor::after {
    padding-top: 88%;
    display: block;
    content: "";
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    inset: 0px;
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    border: 7px solid rgb(236, 233, 233);
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url("../images/ico-zoom.png") center center no-repeat rgba(0, 0, 0, 0.5);
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}

.gallery .nav {
    margin: 10px 0px;
    padding-right: 10px;
}

.gallery .nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.gallery .nav li a {
    background: rgb(34, 34, 34);
    display: block;
    color: rgb(255, 255, 255);
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    text-decoration: none;
}

.gallery .nav li a:hover, .gallery .nav li.active a {
    background: rgb(66, 68, 69);
    color: rgb(255, 255, 255);
}

.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;
}

.etiquette {
    position: absolute;
    z-index: 9000;
}

.etiquette.favoris {
    background: url("../images/ico-coeur.png");
    top: 5px;
    right: 5px;
    width: 25px;
    height: 23px;
    transition: 400ms;
}

.item:hover .etiquette.favoris {
    background: url("../images/ico-coeur-h.png");
}

li.mention.nouveaute svg {
    width: 20px;
    height: 20px;
}

.mentions {
    padding: 0px 0px 10px;
    margin: 0px;
    list-style-type: none;
    list-style-image: none;
}

li.mention.favoris {
    align-items: center;
    color: var(--nuanceColor1);
}

li.mention.nouveaute {
    align-items: center;
    color: rgb(242, 197, 119);
}

li.mention.nouveaute {
    align-items: center;
    color: var(--color1);
}

.fluid-contenu .corps ul.mentions {
    position: absolute;
    top: 6px;
    left: 0px;
    list-style: initial;
    padding: 0px 8px;
    margin: 0px;
    z-index: 9985;
}

li.mention.favoris, li.mention.nouveaute, li.mention.destockage {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: var(--border-radius);
    overflow: hidden;
    color: var(--color4);
    border: none;
    align-items: center;
    justify-content: center;
    letter-spacing: unset;
    font-family: var(--font_family_1);
    display: inline-block !important;
    padding: 8px 16px !important;
    background: var(--nuanceColor1) !important;
}

li.mention.promotion {
    position: absolute;
    font-size: 14px;
    color: var(--color4);
    font-family: var(--font_family_2);
    z-index: 7777;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    right: -22px;
    transform: rotate(-22deg);
    animation: 2s ease 0s infinite normal none running zoom-in-out;
    padding: 32px 65px !important;
}

.body-catalogue-item li.mention.promotion {
    position: absolute;
    font-size: 14px;
    color: var(--color4);
    font-family: var(--font_family_2);
    z-index: 7777;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -31px;
    right: -54px;
    transform: rotate(-22deg);
    animation: 2s ease 0s infinite normal none running zoom-in-out;
    padding: 32px 65px !important;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1) rotate(-22deg);
    }

    50% {
        transform: scale(1.1) rotate(-22deg);
    }

    100% {
        transform: scale(1) rotate(-22deg);
    }
}

li.mention.promotion::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/promo-shape.png") 0% 0% / cover no-repeat;
    z-index: -1;
}

.fil-arianne {
    border-bottom: 1px solid rgba(185, 184, 184, 0.38);
    margin: 0px 0px 4em;
    font-size: 16px;
    padding: 0px 0px 6px;
}

.fil-arianne a {
    text-decoration: none;
    color: inherit;
}

.fil-arianne a:hover {
    text-decoration: underline;
}

.cat-produit .fil-arianne {
    margin: 0px 0px 50px;
}

.cat-liste .titre-liste {
    background: rgb(63, 63, 63);
    border-radius: 3px;
    margin-bottom: 20px;
}

.cat-liste .titre-liste h2 {
    background: none;
    margin: 0px;
}

.cat-liste #filtres {
    display: block;
    padding: 20px 0px 0px;
    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: rgb(0, 0, 0);
}

.cat-liste #filtres form label {
    background: url("../images/points.png") right 4px no-repeat;
    padding: 0px 10px 0px 0px;
}

.cat-liste #filtres p {
    margin: 0px;
}

.cat-liste #filtres select {
    height: 30px;
    line-height: 30px;
    padding: 5px;
    border: 1px solid rgb(204, 204, 204);
    margin: 0px 0px 0px 10px;
}

.cat-liste #pagination {
    padding: 8px 0px;
    text-align: right;
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    margin: 30px 0px 0px;
}

.cat-liste #pagination ul {
    margin: 0px;
    padding: 0px;
    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: rgb(245, 245, 245);
    color: rgb(0, 0, 0);
    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: rgb(237, 235, 235);
}

.filtres-catalogue {
    padding: 0px;
}

.filtres-catalogue button, .filtres-catalogue a.btn-reset {
    color: var(--color1);
    background: transparent;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 3px;
    transition: 400ms;
    padding: 0px 25px;
    font-family: var(--font_family_1);
    border-radius: var(--border-radius);
    border: 1px solid var(--color1) !important;
}

.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: var(--color0);
    padding: 5px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    font-family: var(--font_family_2);
}

.filtres-catalogue p {
    line-height: 26px;
}

.filtres-catalogue p.range {
    padding: 2em 0px;
}

.filtres-catalogue label {
    font-weight: normal;
    font-size: 16px;
    color: var(--color0);
    font-style: normal;
    margin: 0px;
    padding: 0px 0px 0px 5px;
}

.filtres-catalogue input:disabled + label {
    font-weight: normal;
    font-size: 16px;
    color: var(--color0);
    font-style: normal;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    opacity: 0.7;
}

.filtres-catalogue input[type="submit"] {
    color: var(--color4);
    background: var(--nuanceColor1);
    display: block;
    text-align: center;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 3px;
    transition: 400ms;
    padding: 0px 25px;
    font-family: var(--font_family_1);
    margin: 10px 0px;
    border-radius: var(--border-radius);
    border: 0px !important;
}

.filtres-catalogue input[type="submit"]:hover {
    background: var(--color8);
    color: var(--color4);
}

.slider-handle {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--color0);
    border: 1px solid var(--color1);
    border-radius: var(--border-radius) !important;
}

.modele-liste {
    padding: 0px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.encarts p.text-center {
    position: relative;
    width: 100%;
    text-align: center;
}

.encarts .modele-liste, .encarts2 .modele-liste, .encarts3 .modele-liste {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.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;
    border-radius: var(--border-radius);
}

.modele-liste.cont-sliderfav .item {
    width: 100%;
    padding: 0px 20px;
}

.body-page-1 .modele-liste .item {
    padding: 2vh 1vw;
    border-radius: var(--border-radius);
    background: var(--color4);
    overflow: hidden;
}

.modele-liste .item {
    padding: 2vh 1vw;
    border-radius: var(--border-radius);
    background: var(--bg-facultatif);
    border: 1px solid var(--border);
    overflow: hidden;
}

.hide-print2 .text-encarts {
    min-height: auto;
}

.zone-catalogue::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(12px);
    filter: blur(12px);
}

.zone-catalogue .container3 {
    display: flex;
    place-content: center;
    align-items: center;
    background: var(--color0);
}

.two-products .col-md-3.col-sm-3.col-xs-12 {
    width: 50%;
}

.col-md-12.btnfiltre.text-right {
    margin: 0px 0px 3vh;
    padding: 0px;
}

.col-md-12.btnfiltre.text-right button {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-right: 0px;
    z-index: 1;
    color: var(--color3);
    border: 1px solid var(--bg-facultatif);
    background: rgba(227, 227, 227, 0.21);
    cursor: pointer;
}

.col-md-12.btnfiltre.text-right button:hover {
    background: var(--color1);
    color: var(--color0);
}

.hide-print2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em 0px;
    text-align: center;
}

ul.catalog li ul li a::after {
    border-bottom: 1px solid var(--color1);
    content: "";
    position: absolute;
    top: 96%;
    left: 0px;
    width: 0px;
    transition: width 0.3s;
}

ul.catalog li ul li a:hover::after {
    width: 100%;
}

ul.catalog li ul li a {
    position: relative;
    font-family: var(--font_family_1);
    color: var(--color1);
}

ul.catalog li ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 0.5vh;
}

a.title-r {
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) *1.3);
    color: var(--color1);
    margin: 0px 0px 1vh;
    display: block;
}

ul.catalog {
    list-style: none;
    padding: 4vh 2vw;
}

ul.catalog li ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.modele-liste.cont-sliderred .item {
    width: 100%;
    padding: 0px 20px;
}

.modele-liste.cont-slidernouv .item {
    width: 100%;
    padding: 0px 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;
    margin: 0px;
    overflow: hidden;
}

.modele-liste .item .div-proportionnel-item::after {
    display: block;
    content: "";
}

.modele-liste .item .div-proportionnel-item .cont-propor {
    position: relative;
    inset: 0px;
    border-radius: var(--border-radius);
}

.modele-liste .item .div-proportionnel-item .imagecont {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 37vh;
    transition: 400ms;
    text-align: center;
    display: inline-block;
    border-radius: var(--border-radius);
}

.modele-liste .item .div-proportionnel-item .imagecont:hover .img2 {
    opacity: 1;
}

.labelprice {
    margin: 0px 6px 0px 0px;
}

.news {
    display: flex;
    align-content: center;
    padding: 0px;
    flex-wrap: wrap;
    gap: 1%;
}

.modele-liste .news .item {
    width: 32.3333%;
    background: var(--color4);
    box-shadow: none;
    border-radius: var(--border-radius);
    border: 1px solid rgb(237, 227, 209);
}

.modele-liste .item .div-proportionnel-item .imagecont .imagefond {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    border: none;
    object-fit: contain;
    border-radius: var(--border-radius);
    box-shadow: none;
    object-position: center center;
    transform: scale(1.05) translateX(-5px);
    transition: 0.5s ease-out;
    top: 0px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0px;
    height: 100% !important;
}

.modele-liste .item .noimage {
    background: url("../images/noim.jpg") center center no-repeat rgb(255, 255, 255);
}

.modele-liste .item .tableau {
    width: 100%;
}

.modele-liste .item h2, .modele-liste .item h3 {
    color: var(--color1);
    margin: 8px 0px;
    font-size: 16px;
    min-height: 5vh;
    padding: 0px;
    overflow: hidden;
    font-family: var(--font_family_1);
}

.modele-liste .item h2 a, .modele-liste .item h3 a {
    color: var(--color0);
    font-size: 20px;
    font-family: var(--font_family_2);
}

.modele-liste .item h3 a:hover {
    text-decoration: none !important;
}

.modele-liste .item .prix-item {
    font-size: calc(var(--taille_font) + 10px);
    color: var(--color0);
    line-height: 20px;
    min-height: 4vh;
    font-family: var(--font_family_1);
}

.modele-liste .item .prix-item div {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    line-height: 13px;
}

.modele-liste .item .prix-item div.cell2 {
    display: inline-block;
    white-space: nowrap;
    color: var(--color1);
    font-family: var(--font_family_2);
}

.modele-liste .item .prix-item div.ancien {
    text-decoration: line-through;
    color: var(--color1);
    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 rgb(158, 158, 158);
    display: inline-block;
    opacity: 0;
}

.saluuut .item .prix-item {
    font-size: 30px;
    line-height: normal;
}

.saluuut .item .prix-item div {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0px 0px;
}

.saluuut .item .prix-item div.cell2 {
    display: block;
}

.saluuut .item .prix-item div.ancien {
    text-decoration: line-through;
    color: rgb(158, 158, 158);
    position: relative;
    font-size: 24px;
}

.saluuut .item .prix-item div.ancien::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 2px;
    right: 2px;
    border-bottom: 1px solid rgb(158, 158, 158);
    display: inline-block;
    opacity: 0;
}

.saluuut .mentions .mention {
    text-align: left;
}

.image-marque-produit {
}

.imgplustitrenk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cat-produit .item-titre {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 34px;
    color: var(--color0);
    word-break: break-word;
    display: block;
    font-family: var(--font_family_2);
}

.cat-produit .item-date {
}

.cat-produit .item-description {
    font-size: 19px;
    padding: 3em 0px 30px;
    color: rgb(103, 103, 103);
}

.cat-produit .item-description p {
    margin-bottom: 0px;
}

.modele-liste .item .div-proportionnel-item .imagecont:hover .imagefond.img2 {
    opacity: 1 !important;
}

.modele-liste .item .div-proportionnel-item .imagecont .imagefond.img2 {
    opacity: 0;
    position: absolute;
    z-index: 1000;
    display: block;
    overflow: hidden;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
}

.cat-produit .item-prix {
    color: var(--color1);
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0px 0px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    margin: 0px 0px 1em;
    font-family: var(--font_family_2);
}

span.manufacturer_left {
}

span.manufacturer_right {
    padding-left: 1rem;
}

span.manufacturer_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background: rgba(117, 109, 109, 0.2); */
    width: 95%;
    height: 0.1px;
    z-index: -1;
}

.badgepromo.orange, .badgepromo2.orange {
    background: orange;
}

.badgepromo.marron, .badgepromo2.marron {
    background: var(--color1);
}

.badgepromo.rouge, .badgepromo2.rouge {
    background: rgb(217, 43, 30);
}

.badgepromo.mauve, .badgepromo2.mauve {
    background: rgb(152, 105, 218);
}

.badgepromo {
    font-size: 13px;
    color: var(--color4);
    display: block;
    background: var(--color1);
    border-radius: var(--border-radius);
    padding: 7px 6px !important;
    float: right !important;
}

.badgepromo2 {
    font-size: 13px;
    color: var(--color0);
    z-index: 1000;
    top: 17px;
    right: 18px;
    position: absolute;
    background: var(--color1);
    border-radius: var(--border-radius);
    padding: 7px 6px !important;
    float: right !important;
    display: none !important;
}

.cat-produit .item-prix div {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    float: left;
}

.cat-produit .item-prix div.cell2 {
    display: inline-block;
    white-space: nowrap;
    float: left;
}

.cat-produit .item-prix div.ancien {
    text-decoration: line-through;
    color: var(--color1);
    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 rgb(158, 158, 158);
    display: inline-block;
    opacity: 0;
}

img.marque_image {
    width: 100px;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    height: auto;
    position: relative;
}

.fluid-contenu .corps .cat-produit .particularites {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    column-gap: inherit;
    background: transparent;
}

.fluid-contenu .corps .cat-produit .particularites li {
    font-size: 16px;
    color: var(--color1);
    padding: 0px;
    display: flex;
    background: none;
    position: relative;
    justify-content: space-between;
}

.cat-produit .particularites li span {
    color: var(--color0);
    padding-right: 1rem;
    font-family: var(--font_family_1);
}

.cat-produit .particularites li span.manufacturer_right {
    color: var(--color1);
    font-family: var(--font_family_2);
}

.cat-produit .equipements ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.cat-produit .btn-retour {
    padding: 20px 0px 5vh;
    margin: 3vh 0px 0px;
}

.cat-produit .btn-retour a {
    padding: 13px 20px;
    margin: 1em 0px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-width: 1px;
    color: var(--color4);
    font-family: var(--font_family_1);
    text-decoration: none;
    border-radius: var(--border-radius);
    transition: 0.4s;
    background: linear-gradient(80deg, rgb(235, 202, 102), rgba(189, 97, 25, 0.9) 69%);
}

.cat-produit .btn-retour a:hover {
    background-color: var(--color4);
    border-color: var(--color4);
    color: var(--color4);
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.32) 10px 5px 20px;
}

.cat-produit .titre-similaire {
    font-size: 28px;
    text-transform: uppercase;
    padding: 19px 0px 12px 15px;
    color: rgb(64, 63, 63);
    text-align: center;
    border: 1px solid rgb(200, 200, 200);
    margin: 70px 0px 50px;
}

.cat-produit .titre-desc {
    text-transform: none;
    font-size: 31px;
    text-align: center;
    margin: 20px 0px 21px;
}

.cat-produit .btn-envie {
    text-align: right;
}

.cat-produit .btn-envie a {
    transition: 400ms;
    display: inline-block;
    text-decoration: none;
    border: 1px solid rgb(88, 88, 88);
    font-size: 16px;
    color: rgb(0, 0, 0);
    padding: 15px 30px 12px 55px;
    text-transform: uppercase;
    background: url("../images/ico-envie.png") 30px center no-repeat;
}

.cat-produit .btn-envie a:hover, .cat-produit .btn-envie a.remove-from-wishlist {
    background: url("../images/ico-envie-h.png") 30px center no-repeat rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.cat-produit {
    position: relative;
}

.cat-produit .cont-sliderthumb {
}

.cat-produit .description {
    margin: 1vh 0px;
    border-radius: var(--border-radius);
}

.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;
    inset: 0px;
}

.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 {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.cat-produit .noimage {
    display: block;
    background: url("../images/noim.jpg") center center no-repeat rgb(255, 255, 255);
    width: 100%;
    height: 400px;
}

.cat-produit .sudo-slider-thumb {
    text-align: center;
    box-shadow: rgba(195, 195, 195, 0.15) -1px 0px 3px 3px;
    padding: 0.9vh 0.5vw;
    border-radius: var(--border-radius);
}

.cat-produit .noimage {
    background-image: url("../images/noim.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    background-size: auto !important;
}

.cat-produit .cont-miniatures {
    overflow: hidden;
    position: relative;
    margin: 10px 0px 0px;
}

.cat-produit .miniatures {
    width: 300000px;
}

.cat-produit .miniatures .miniature {
    width: 80px;
    float: left;
    border-radius: var(--border-radius);
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    opacity: 0.7;
    height: 80px !important;
}

.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;
    inset: 0px;
}

.cat-produit .miniatures .div-proportionnel .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cat-produit .miniatures .div-proportionnel .imagecont .imagefond {
    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: url("../images/ico-thumb-g.png");
}

.cat-produit .cont-miniatures .suivant-miniatures {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 15px;
    display: none;
    width: 32px;
    height: 32px;
    background: url("../images/ico-thumb-d.png");
}

.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: 0px;
    right: 0px;
    text-align: center;
}

.cat-produit .controlsthumb {
}

.cat-produit .controlsthumb ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: none;
}

.cat-produit .controlsthumb ol li {
    display: inline-block;
}

.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: 0px 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 {
    width: 100%;
    padding: 5% 20%;
    background: rgba(210, 180, 140, 0.08);
    border-radius: var(--border-radius);
}

.cat-produit .form-question {
    padding: 20px 0px 0px;
}

.cat-produit .form-question select {
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(185, 185, 185);
    height: 32px;
    margin: 0px 0px 20px;
    line-height: 32px;
    padding: 5px 5px 5px 0px;
}

.cat-produit .form-question textarea {
    width: 100%;
    border: 1px solid rgb(185, 185, 185);
    padding: 10px;
    height: 277px;
    margin: 0px 0px 12px;
}

.cat-produit .form-question input[type="text"], .cat-produit .form-question input[type="email"], .cat-produit .form-question input[type="tel"] {
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(185, 185, 185);
    margin: 0px 0px 20px;
    height: 32px;
    line-height: 1;
    padding: 0px;
}

.cat-produit .form-question input[type="submit"] {
    width: 100%;
    border: 3px solid rgb(228, 183, 121);
    padding: 6px 20px 2px 0px;
    color: rgb(72, 72, 72);
    background: rgb(255, 255, 255);
    text-transform: uppercase;
    transition: 400ms;
}

.cat-produit .form-question input[type="submit"]:hover {
    background: rgb(228, 183, 121);
    color: rgb(255, 255, 255);
}

.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 {
    padding: 0px 4px;
    height: 34px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0), screen and (-moz-images-in-menus:0) {
    .cat-produit .form-question select {
        appearance: none !important;
        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: var(--color0) !important;
}

.header-sidebars, .sidebar-left, .sidebar-right {
    background-color: var(--nuanceColor1);
    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: rgb(255, 255, 255) !important;
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 1px;
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden;
    width: 47%;
}

.top-logo img {
    max-width: 64px;
    float: left;
    left: 10px;
    position: relative;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: rgb(228, 183, 121);
    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 {
    display: table-cell;
    background-color: var(--nuanceColor1);
    background-size: auto 34%;
    background-image: url("../images/menu-mobile-3/nav.svg");
    background-repeat: no-repeat;
    height: 56px;
    width: 56px;
    background-position: center center;
}

.deploy-right-mail {
    display: table-cell;
    background-color: var(--nuanceColor1);
    background-size: auto 34%;
    background-image: url("../images/menu-mobile-3/mail.svg");
    background-repeat: no-repeat;
    height: 65px;
    width: 56px;
    background-position: center center;
    position: absolute;
    right: 56px;
    top: 0px;
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--nuanceColor1);
    background-size: auto 34%;
    background-image: url("../images/menu-mobile-3/telephone.svg");
    background-repeat: no-repeat;
    height: 65px;
    width: 56px;
    background-position: center 18px;
    right: 112px;
    top: 0px;
    position: absolute !important;
}

.deploy-back-home {
    background-image: url("../images/menu-mobile-3/home.png");
    background-repeat: no-repeat;
    background-color: rgb(249, 250, 252);
    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: rgb(249, 250, 252);
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px;
}

.sidebar-left {
    width: 270px;
    z-index: 9999;
    top: 0px;
    left: -270px;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 0px 3px 0px;
    font-family: Nunito-Regular, Helvetica !important;
}

.sidebar-scroll-left {
    padding-right: 20px;
    left: 0px;
    width: 310px;
    height: 100%;
    background-color: rgb(195, 28, 38);
    overflow: hidden scroll !important;
}

.sidebar-scroll-right {
    width: 275px;
    height: 100%;
    background-color: var(--color4);
    overflow: hidden auto !important;
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 999999;
    right: -280px;
    top: 0px;
    bottom: 0px;
    width: 270px;
    box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 2px 0px;
    font-family: Nunito-Regular, Helvetica !important;
}

.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;
    z-index: 1;
    color: var(--color0) !important;
}

.sidebar-header-left {
    height: 65px;
    background-color: rgb(247, 142, 30);
    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%;
    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: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    color: var(--color1);
    background: var(--color1);
}

.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: rgb(228, 183, 121);
}

.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;
    background-color: rgb(201, 50, 59);
    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: rgb(0, 0, 0) 0px 2px 0px;
    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: rgb(135, 135, 135);
    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: 0px center;
    padding-left: 38px;
    margin-left: 20px;
    font-size: 10px;
    color: rgb(135, 135, 135);
    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%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 0px;
    display: block;
}

.sidebar-left .close-sidebar-left, .sidebar-right .close-sidebar-right {
    position: absolute !important;
}

.right-sidebar-copyright {
    margin: 20px 0px;
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: rgb(138, 138, 138);
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

.menu-mobile-dynamique {
    margin: 0px;
    padding: 0px;
    list-style: inside none none;
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: var(--color3);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: rgba(216, 216, 216, 0.33);
    margin-bottom: 0px;
    padding: 0px;
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none;
    color: var(--color1);
    padding: 0px 30px;
}

.menu-mobile-dynamique li.active a {
    color: var(--color1) !important;
}

.menu-mobile-dynamique .sub-menu {
    background-color: rgba(255, 255, 255, 0.13);
    padding: 0px;
}

.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;
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: var(--taille_font);
    font-family: var(--font_family_2);
    background-image: url("../images/menu-mobile-3/bendedright.svg");
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-size: 8px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    height: 41px;
    background-repeat: no-repeat;
    padding-left: 47px;
    background-position: 10% center;
    text-decoration: none !important;
}

.menu-mobile-dynamique ul {
    list-style: inside none none;
    padding-left: 0px;
}

.menu-mobile-dynamique ul li a {
    background: none;
    color: rgb(190, 190, 190);
}

.small-notification p {
    margin: 10px 13px;
    padding-bottom: 2px;
    line-height: 18px;
}

.search {
    padding: 2px 16px;
    width: 100%;
    position: relative;
    float: left;
}

.search input[type="text"] {
    width: 100%;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-radius: 0px;
    outline: none;
    padding: 12px 10px;
    min-height: 45px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.21);
    max-width: 102%;
    background: transparent;
    font-size: var(--taille_font);
}

form {
    width: 100%;
}

.search input[type="submit"] {
    transition: 400ms;
    color: rgb(0, 0, 0);
    text-align: center;
    border: none;
    padding: 13px 12px 7px;
    display: inline-block;
    vertical-align: top;
    font-size: var(--taille_font);
    position: absolute;
    font-family: var(--font_family_2);
    right: 15px;
    background: transparent;
}

.text-input {
    overflow: hidden;
    position: relative;
    font-size: 11px;
    color: rgb(102, 102, 102);
    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: 1px solid rgb(61, 61, 61);
}

#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: rgb(140, 140, 140);
    opacity: 0.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: rgb(197, 197, 197);
}

#email_label {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    color: rgb(197, 197, 197);
    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: rgb(140, 140, 140);
    opacity: 0.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: 1px solid rgb(61, 61, 61);
}

.buttonWrap {
    min-width: 43%;
    padding: 10px !important;
}

.contactSubmitButton {
    margin-right: 4px;
    float: left;
    margin-bottom: 20px;
    display: block !important;
    height: 36px !important;
}

.contactNameField {
    padding-bottom: 5px;
    font-size: 12px;
}

.contactField {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: rgb(255, 255, 255);
    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: rgb(255, 255, 255);
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 18px;
    height: 90px;
    padding: 9px 12px;
}

.menu-mobile-dynamique input {
    appearance: none;
    border-radius: 0px;
}

.menu-mobile-dynamique .menu-item-external {
    background-position: 239px 17.2px;
    background-repeat: no-repeat;
    background-size: 7px;
}

.sidebar-form {
    display: none;
    margin-left: 20px;
    width: 230px;
    box-sizing: border-box;
}

.sidebar-form2 {
    display: none;
}

.sidebar-form label {
    font-size: 13px;
    color: rgb(197, 197, 197);
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
    opacity: 0.8;
    border-radius: 0px !important;
}

.sidebar-form label span {
    text-transform: lowercase;
    float: right;
    opacity: 0.5;
}

.sidebar-form input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(61, 61, 61);
}

.sidebar-form textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(61, 61, 61);
    margin-bottom: 0px;
}

.sidebar-send-button {
    font-size: 13px;
    display: block;
    width: 100%;
    color: rgb(210, 210, 210);
    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: 0px !important;
    margin-top: -10px !important;
}

.sidebar-form .formSuccessMessageWrap {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.sidebar-form .small-notification {
    margin-top: 20px;
}

.sidebar-form #emailError {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0px;
    height: 36px;
}

.sidebar-form #emailError p {
    text-align: center;
    color: rgb(255, 129, 129);
    margin: 8px 0px;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0px;
}

.sidebar-form #emailError2 {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0px;
    height: 36px;
}

.sidebar-form #emailError2 p {
    text-align: center;
    color: rgb(255, 129, 129);
    margin: 8px 0px;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0px;
}

.subscribe-notification {
    margin-left: 20px;
    width: 230px !important;
    border-radius: 0px !important;
    margin-bottom: -15px !important;
    margin-top: 20px !important;
    background-image: none !important;
}

.subscribe-notification p {
    text-align: center;
    margin: 20px 0px 8px;
    display: block;
    text-transform: uppercase;
    padding-left: 0px;
    background-image: none !important;
    color: rgb(255, 129, 129) !important;
}

.formValidationError {
    margin-bottom: -15px;
}

.sidebar-form .formValidationError div {
    width: 230px;
    height: 36px;
    border-radius: 0px !important;
    margin-top: 20px !important;
}

.sidebar-form .formSubmitButtonErrorsWrap {
    margin-bottom: 20px;
    overflow: visible !important;
}

.sidebar-form .formValidationError p {
    text-align: center;
    margin: 8px 0px;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0px;
    color: rgb(255, 129, 129) !important;
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0px;
    vertical-align: baseline;
    outline: none;
}

.red-notification {
    background-color: rgba(219, 84, 84, 0.5);
    border-radius: 5px;
    border: 1px solid rgb(203, 177, 144);
}

.formValidationError .red-notification p {
    background-image: none !important;
    display: block !important;
    padding-left: 0px !important;
    text-align: center !important;
}

.no-bottom {
    margin-bottom: 0px !important;
}

.menu-mobile-dynamique .sub-menu {
    display: none;
}

.red-notification {
    background-color: rgba(219, 84, 84, 0.5);
    border-radius: 5px;
    border: 1px solid rgb(194, 71, 71);
}

.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: rgb(255, 255, 255) !important;
}

.notification-box h4 {
    color: rgb(255, 255, 255) !important;
}

.menu-mobile-dynamique .sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    margin: 0px;
    padding: 0px;
    width: 250px;
    position: relative;
    left: 0px;
    top: 0em;
    z-index: 99;
    transform: translate(20px, 0px);
    transition: 0.3s ease-out;
    background: var(--color3);
}

.sidebar-right .btn-recherche {
    margin: 0px;
    overflow: hidden;
    text-indent: 100px;
    background: url("../images/ico-recherche-mobile.png") center center no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 48px;
    position: absolute;
    top: 68px;
    right: 50px;
}

.sidebar-right .btn-favoris {
    position: absolute;
    margin: 0px;
    top: 68px;
    right: 0px;
    overflow: hidden;
    text-indent: 110px;
    background: url("../images/ico-favoris-mobile.png") center center no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 48px;
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}

.remonter button {
    display: block;
    padding: 3px 10px 6px;
    text-align: center;
    background: none;
    border: 0px;
}

.remonter button:hover {
    opacity: 0.8;
}

.deprecated-ie {
    text-align: center;
    color: rgb(0, 0, 0);
    background: rgb(238, 238, 238);
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0px;
}

.deprecated-ie a {
    line-height: 30px;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.h1, h1 {
    color: var(--color0);
}

@media (min-width: 2500px) {
    .nk-titre-service-premier h2 {
        color: var(--color4);
        font-size: calc(var(--taille_font) * 1.7521325);
        line-height: 60px;
        font-family: var(--font_family_2);
        margin-top: 7px;
        margin-left: 10px;
    }

    .AvisClients p {
        font-size: 22px;
        margin-bottom: 0px;
        padding-top: 15px;
        min-height: 20vh;
        font-family: var(--font_family_1);
    }

    li.mention.favoris, li.mention.nouveaute, li.mention.destockage {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        border-radius: var(--border-radius);
        overflow: hidden;
        color: var(--color4);
        border: none;
        align-items: center;
        justify-content: center;
        letter-spacing: unset;
        font-family: var(--font_family_1);
        display: inline-block !important;
        padding: 8px 16px !important;
        background: var(--nuanceColor1) !important;
    }

    .modele-liste .item h2 a, .modele-liste .item h3 a {
        color: var(--color0);
        font-size: 31px;
        font-family: var(--font_family_2);
    }

    .atout {
        min-height: 230px;
    }

    .caption .texte1 {
        font-size: 7em;
    }

    .caption .texte1 span {
        font-size: 60px;
    }

    .cta .texte2 {
        font-size: 20px;
        padding: 20px 40px;
    }

    .services-home h2, .services-home .titre, .block_catalogue h2.titre, .h1, h1 {
        font-size: 72px;
        line-height: 72px !important;
    }

    .decouvrez a, a.bouton-principal, a.view-btn-all, button.bouton-principal {
        padding: 30px 40px;
        font-size: 22px;
        width: 318px !important;
    }
.one-service.one-service-AT .one-service-info{
    max-width: initial;
}
.AvisClientsBg a.bouton-principal.hvr-shutter-out-horizontal {
    width:initial;
}
    .page-contenu.page-contenu-home.clear .scrollbars.scrollbar-content {
        height: 47vh;
    }

    body {
        font-size: 22px !important;
    }

.nk-servicebloc a {
    width: initial !important;
}

    .stp-list span {
        font-size: 22px;
    }

    .menu_principal ul, .menu_catalog, .sub-menu {
        top: 4vh;
    }

    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: 0.7vw;
    }

    .tete .logo-site img {
        max-height: 160px;
        padding: 10px 0px;
    }

    .btn-partage .icones, .btn-partage2 .icones {
        width: 26px;
        height: 26px;
    }

    .btn-partage .btnp {
        width: 70px;
        height: 70px;
    }

    .pied address p.tel.tel1, .pied address p.adresse i, .pied strong i, .pied address p.adresse, .pied .categorie .liste-cats li a, .pied .categorie .liste-cats li a:visited, .pied .navf .menu_footer li a, .pied .navf .menu_footer li a:visited, .menu_referencement li a {
        font-size: 0.8vw;
    }

    .pied h2, .pied h3 {
        font-size: 1.2vw;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow: scroll;
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0px;
    }
}

@media (min-width: 1376px) {
    
    .caption .texte1 {
        font-size: 64px;
        color: var(--color4);
        font-family: var(--font_family_2);
        padding: 0px 0px 3vh;
        width: 100%;
        text-wrap: balance;
        line-height: initial;
        text-align: center;
        z-index: 2;
        text-shadow: rgba(0, 0, 0, 0.38) 0px 1px 14px;
    }
}

@media (max-width: 1199px) {
    .remonter {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .zone-favoris .article:nth-child(3n+1) {
        clear: both;
    }

    .pied .categorie:nth-child(3n+1) {
    }
}

@media (max-width: 991px) {

    h3.sans-image.nkh1 {
    font-size: 22px;
    transition: 0.4s;
    margin-top: inherit;
}
    .certifs .swiper-slide .img-swiper, .certifs .swiper-slideD .img-swiperD
 {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
    /* background-color: #e9e9e9; */
    min-height: 10vh !important;
    width: 100%;
    filter: none;
}
    .intervention {
        left: initial !important;
    }

    .nk-servicebloc {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 0px 7vw;
    }

    .block_catalogue h2.titre {
        text-align: center;
        font-size: 36px;
        letter-spacing: 0px;
        line-height: 36px;
        padding-bottom: 0vh;
        color: var(--color0);
        text-transform: initial;
    }

    .newsList .item .h3 {
        margin-top: 2vh;
        margin-bottom: 0vh;
        text-align: left;
        font-weight: 200;
        font-family: var(--font_family_2);
        line-height: 1.5;
        color: var(--color0);
        font-size: 18px;
    }

    .img-gallery {
        float: unset;
        margin-left: 0px;
        margin-bottom: 6vh;
        width: 45%;
        border-radius: var(--border-radius);
    }

    .one-service .one-service-info h3, .one-service .one-service-info .h3 {
        color: var(--color0);
        margin: 12px 0px 0px;
        padding: 0px;
        font-family: var(--font_family_2);
        font-size: 20px;
        height: auto;
    }

    .AT-arrow {
        display: none;
    }

    .contain-actus.services-home .one-service .h3 {
        font-size: 15px;
        text-wrap: balance;
        font-family: var(--font_family_1);
    }

    .body-service-list .services .tableGrid.row:nth-of-type(2n+1) .service_sub_title {
        font-family: var(--font_family_1);
        letter-spacing: 2px;
        opacity: 0.8;
        font-size: initial !important;
    }

    .body-page-1 main.fluid-contenu .container::before {
        /* content: ""; */
        /* width: 44%; */
        /* height: 100%; */
        /* top: 0px; */
        /* right: 0px; */
        /* position: absolute; */
        /* background: 0px 0px / cover; */
    }

    .slider .tooltip-inner {
        color: var(--color0);
    }

    .pied h2, .pied h3 {
        font-size: 22px;
    }

    .atout {
        backdrop-filter: none;
        padding: 5% 10%;
        font-size: 20px;
        background: rgba(83, 83, 83, 0.56);
    }

    .produits2 {
        height: 205px;
    }

    .map-container, .location-details {
        width: 100%;
    }

    li.mention.favoris, li.mention.nouveaute, li.mention.destockage {
        font-size: 41%;
    }

    .modele-liste .item {
        padding: 0px;
    }

    .body-page-1 .modele-liste .item {
        padding: 0px 10px;
    }

    .container {
        max-width: none;
        width: auto;
    }

    .shop-location {
        margin: 0px auto;
        display: block;
        flex-wrap: wrap;
        padding: 2% 5%;
    }

    .fluid-collections {
        padding: 1em 1vw;
    }

    .sudo-slider img {
        width: 100%;
        height: auto;
    }

    .block_catalogue {
        position: relative;
        padding: 5% 3vw 4%;
    }

    .container2 {
        padding: 0px;
    }

    .formulaire.gauche.col-md-12 .form-group {
        width: 100%;
        float: left;
    }

    .cat-produit .description {
        padding: 10px;
    }

    .pied .bande1 {
        padding: 2em 4vw;
    }

    .fluid-collections .titre {
        margin: 0px;
    }

    .modele-liste .item .div-proportionnel-item .imagecont {
        height: 22vh;
    }

    .services-home, .contain-actus, .AvisClientsBg, .bande1 {
        padding: 4em 3% !important;
    }

    .atouts {
        padding: 4% 5%;
    }

    .services-home .one-service {
        margin: 0px 5px 30px;
        height: 31vh;
    }

    .one-service .one-service-info h3 {
        padding: 0px;
        margin: 1vh 0px;
    }

    .one-service .one-service-info .one-service-info-inner {
        padding: 0px;
        margin: 0px 0px 3vh;
    }

    .actualites {
        padding: 1em 2vw;
        display: flex;
        flex-direction: column;
    }

    .actualites .cell.photo {
        display: block;
    }

    .actualites .cell.texte .contenu {
        padding: 1em 0px;
    }

    .actualites article {
        display: flex;
        column-gap: 16px;
    }

    .actualites .cell.texte {
        width: 100%;
        display: block;
    }

    main.fluid-contenu .container {
        padding: 0em 1vw 1em;
    }

    .body-catalogue-list main.fluid-contenu .container {
        padding: 0em 3% 1em;
    }

    .body-page-1 main.fluid-contenu .container {
        padding: 0% 0vw 0% 0%;
    }

    .copyright {
        column-count: 1;
        column-gap: 0vw;
        text-align: justify;
    }

    .ligne-photos.retrait.centerservice2 {
        margin: 0px !important;
    }

    .ligne-photos.retrait.centerservice {
        margin: 0px 25% !important;
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100% !important;
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100% !important;
    }

    .contact .formulaire .form-group input[name="captcha"] {
        width: 100% !important;
        margin-right: 0% !important;
        text-align: left !important;
    }

    .contact .formulaire .form-group input[name="captcha"] + a {
        position: absolute;
        width: 140px;
        top: 0px;
        right: 0px;
        margin-right: 0px !important;
    }

    .contact .formulaire .form-group input.btn-primary {
        margin-top: 8px;
    }

    .lb-prev {
        background: url("../images/lightbox-g.png") left 48% no-repeat;
        opacity: 1 !important;
    }

    .lb-next {
        background: url("../images/lightbox-d.png") right 48% no-repeat;
        opacity: 1 !important;
    }

    .scrollbars {
        width: 100%;
        height: auto;
    }

    .intervention .scrollbars {
        height: auto;
        padding: 0px;
    }

    .scrollbar-content {
        padding: 0px;
    }

    body {
        font-size: 16px;
    }

    .row.recup-photos.gallery {
        padding: 2% 5%;
    }

    .atouts-cont > p {
        padding-top: 20px;
    }

    .btn1, .lire-suite a {
        font-size: 20px;
    }

    .fluid-collections .titre small, h1 small, h2 small, small.titre-secondaire, .services-home .titre small, .service_sub_title, .titre-secondaire {
        font-size: 22px;
    }

    span.controls {
        display: none;
    }

    .page-contenu.clear, .contenus, main.fluid-contenu .contenus {
        width: 100%;
        display: block;
        font-size: 13px;
    }

    .page .row.recup-photos.gallery {
        display: none;
    }

    body.body-service-list.body-service-list-0 h1 {
        padding: 0px 5vw;
        text-align: center;
    }

    h1, .h1 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .atouts .h1 {
        width: 100%;
    }

    .cont-slider {
        position: relative;
        width: 100%;
        height: 40vh;
        top: 0px;
        margin: 0px;
        background: url("../images/optique.jpeg") center center / cover;
    }

    .caption {
        top: 8vh;
        left: 0%;
        opacity: 1;
        z-index: 1111;
        height: auto;
        width: 100%;
    }

    .caption .texte1 {
        padding: 5%;
        width: 100%;
        transform: translate(-50%, -5%);
        left: 50%;
        margin: 0px 0px 5px;
        top: 0px;
        position: absolute;
        display: block;
        font-size: 40px !important;
    }

    .caption .texte2 {
        font-size: 22px;
        color: rgb(64, 63, 63);
        line-height: 19px;
    }

    .fluid-contenu {
        margin: 0px !important;
    }

    .fluid-contenu .corps {
        padding: 30px 15px 18px;
    }

    .fluid-collections .titre {
        font-size: 26px;
        padding: 17px 0px 10px;
        letter-spacing: 0px;
    }

    .fluid-collections .encart {
        padding: 30px 0px;
    }

    .decouvrez a {
        margin: 25px 0px 0px;
    }

    .encarts .droite {
        height: 630px;
    }

    .encarts2 .droite {
        height: 630px;
    }

    .encarts3 .droite {
        height: 630px;
    }

    .encarts h2, .encarts2 h2, .encarts3 h2 {
        font-size: 26px;
    }

    .modele-liste .item h2, .modele-liste .item h3 {
        margin: 20px 0px 10px;
    }

    .encarts .tous-tous, .encarts2 .tous-tous, .encarts3 .tous-tous {
        padding: 10px 0px 0px;
    }

    .cont-sliderred .controls {
        bottom: -95px;
    }

    .cont-sliderfav .controls {
        bottom: -95px;
    }

    .cont-slidernouv .controls {
        bottom: -95px;
    }

    .contact .plan {
        margin: 0px 0px 30px;
    }

    .modele-liste .item h2, .modele-liste .item h3 {
        font-size: 12px;
    }

    .filtres-catalogue {
        margin: 0px 10% 20px;
    }

    .cat-liste #filtres {
        padding: 20px 0px;
    }

    .fil-arianne {
        font-size: 15px;
        line-height: 13px;
    }

    .cat-produit .cont-miniatures {
        display: none;
    }

    .cat-produit .item-titre {
        font-size: 24px;
    }

    .zone-favoris {
        top: 70px;
        left: 15px;
        right: 15px;
    }

    .zone-favoris .container {
        padding: 0px 15px;
    }

    .zone-recherche {
        top: 70px;
        left: 15px;
        right: 15px;
    }

    .zone-recherche .container {
        padding: 0px 15px;
    }

    .zone-favoris .soustitre {
        font-size: 21px;
        margin: 20px 0px 50px;
        line-height: 20px;
        padding: 0px 10px 15px;
    }

    .cat-produit .cont-miniatures .suivant-miniatures, .cat-produit .cont-miniatures .precedent-miniatures {
        display: block;
    }
}

@media (max-width: 767px) {
    .intervention .plan-img {
        width: 100%;
        position: relative;
        display: none;
    }

    .intervention .plan-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center top;
    }

    .intervention .contenu {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: var(--color4);
    }

    .zone-intervention {
        position: relative;
        z-index: 8000;
        background: var(--color4);
        padding: 5em 8% 6em;
        display: flex;
        gap: 25px;
        flex-direction: column;
    }

    .zone-intervention .intervention {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .zone-intervention .plan-map {
        width: 100%;
    }

    .intervention .scrollbars {
        height: 20vh;
        overflow: clip scroll;
        padding-right: 20px;
    }

    .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, .row.description-galerie.clear > h2:first-of-type {
        position: relative;
        padding: 3vh 5vw;
        font-size: calc(var(--taille_font));
        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, .row.description-galerie.clear h2:first-of-type::before {
        content: "";
        position: absolute;
        background: var(--nuanceColor1);
        width: 100%;
        height: 100%;
        opacity: 0.2;
        left: 0px;
        top: 0px;
        z-index: -1;
        border-radius: var(--border-radius);
    }

    .mentions {
        padding: 10px 0px 4px;
    }

    .stp-txt .stp-list .listAB {
        padding: 20px;
        border: 1px solid var(--color3);
        background-color: var(--nuanceColor1);
        background-size: cover;
        width: 100% !important;
    }

    .textSideAB4 h2 {
        font-size: 2.1em;
    }

    .imageSideAB4, .textSideAB4 {
        flex: 1 1 100%;
    }

    .stp-bg-p {
        display: none;
        width: 100% !important;
    }

    .stp-bg-p::before {
        display: none;
    }

    .stp-list i {
        height: 25px;
        width: 25px;
        min-height: 25px;
        min-width: 25px;
        padding-top: 4px;
    }

    .stepsAB.atoAB, .stepsAB {
        padding: 1em 6% 0em;
        flex-direction: column !important;
    }

    .stepsAB.stepsAB2 {
        width: 100%;
        padding: 5em 3% 1em !important;
    }

    .stp-bg, .stp-txt, .sAB .stp-bg, .sAB .stp-txt {
        width: 100%;
    }

    .stp-txt {
        padding: 5em 0%;
        width: 100% !important;
    }

    .sAB i {
        display: none;
    }

    .certifs .cell.gauche .contenu {
        padding: 2em 5% !important;
    }

    .certification-logo img {
        max-width: 100%;
        filter: drop-shadow(rgba(107, 50, 0, 0.2) 0px 5px 15px);
        width: 221px !important;
        height: auto !important;
    }


.certifs .swiper-slide,.certifs .swiper-slideD {
    text-align: center
}

.certifs .swiper-slideD {
    width: 30%;
}

.certifs .swiper-slide .img-swiper,.certifs .swiper-slideD .img-swiperD {
    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: 57% auto; */
    /* background-color: #e9e9e9; */
    min-height: 20vh;
    width: 100%;
    filter: none;
}
  .certifSwiper .swiper-wrapper,.certifSwiperD .swiper-wrapperD {
   -webkit-transition-timing-function:linear!important;
   -o-transition-timing-function:linear!important;
   transition-timing-function:linear!important;
  }

.swiper-wrapperD {
    display: flex;
    justify-content: center;
    align-items: center;
}
.certifs .swiper-slide img,.certifs .swiper-slideD img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    box-shadow: 0 0 1px var(--color4);
    display: none;
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8;
    /* display: none; */
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8;
    /* display: none; */
}

.certifs .swiper-button-next i,.certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--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
}
    .AT-certification-block {
        position: relative;
        padding: 2em 4% 8em !important;
    }

    .certifs {
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 8000;
        background-image: url("../images/5.jpeg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 1em 0px 3em;
        padding: 1em 3% 1em !important;
        margin: 0 !important;
    }

    .intervention {
        position: relative;
        width: 100%;
        right: 0px;
        height: auto;
        backdrop-filter: none;
        transform: translateY(0px);
    }

    .plan-map {
        height: auto;
    }

    .bande2 {
        padding: 2% 5%;
    }

    .cont-slider .controls {
        bottom: 5%;
    }

    .encarts .swiper-button-next, .swiper-button-next1, .swiper-button-next2 {
        z-index: 9;
        right: calc(50% - 50px);
        background: var(--color1);
        top: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        opacity: 1 !important;
    }

    .encarts .swiper.mySwiper, .encarts .swiper-container, .encarts .swiper-container1 {
        padding-bottom: 5em;
    }

    .encarts .swiper-button-prev, .swiper-button-prev1, .swiper-button-prev2 {
        z-index: 9;
        left: calc(50% - 50px);
        background: var(--color1);
        top: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        opacity: 1 !important;
    }

    .encarts .swiper-button-next i, .swiper-button-prev i, .swiper-button-next1 i, .swiper-button-prev1 i, .swiper-button-next2 i, .swiper-button-prev2 i {
        color: var(--color3);
    }

    .page-contenu.page-contenu-home.clear .scrollbars.scrollbar-content {
        height: auto;
    }

    .row.description-galerie.clear h2 {
        font-size: 25px;
        width: 100%;
        text-align: center;
    }

    li.mention.favoris, li.mention.nouveaute, li.mention.destockage {
        font-size: 67%;
        width: fit-content;
    }

    .fluid-contenu .corps ul.mentions {
        display: flex;
        gap: 5%;
        width: 100%;
    }

    .cat-produit .zone-leads {
        padding: 5%;
    }

    h1, .h1 {
        font-size: 18px;
    }

    .body-service-list .services .tableGrid.row {
        padding: 1em 10%;
    }

    .services-home-content.view.view-1 {
        flex-wrap: wrap;
    }

    .btn-navs {
        padding: 0px 0px 2em;
    }

    .AvisClientsBg .btn-navs {
        padding-top: 3em;
    }

    .atout {
        flex-direction: column;
        backdrop-filter: none;
        background: rgba(255, 255, 255, 0.22);
        font-size: 14px;
        text-align: center;
        min-height: 230px;
        margin-bottom: 2em;
    }

    .cont-slider {
        height: 400px;
    }

    .sudo-slider img {
        height: 500px;
    }

    .caption .texte1 {
        font-size: 15px !important;
        text-transform: uppercase;
    }

    .services-home h2, .services-home .titre {
        font-size: 22px;
        line-height: 1.2;
    }

    .caption .texte1 span {
        font-size: 24px;
    }

    .news_avant_apres {
        display: block;
    }

    .news_avant_apres > div {
        width: 100%;
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .news_avant_apres > div:last-child {
        right: 0px;
        margin: 1vh 0px;
    }

    .ligne-photos.retrait.centerservice2 {
        margin: 0px !important;
    }

    .newsList .ligne-actus {
        padding: 0px !important;
    }

    .title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-gallery.noflicker {
        width: 100%;
    }

    ul.tabs-list li {
        font-size: 13px;
        margin: 2vh 3vw 2vh 0px !important;
        width: 100% !important;
    }

    .ligne-photos.retrait.centerservice {
        margin: 0px !important;
    }

    .dtable [class*="col-"] {
        display: block;
        vertical-align: middle;
        float: left;
    }

    .dtable #submitReservation {
        width: 100%;
    }

    .tableGrid > .row, .tableGrid {
        display: block;
    }

    .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;
    }

    .actualites article, .contain-actus .actualites article {
        width: 100%;
        padding: 0px 0px 27px;
        display: block !important;
    }

    .actualites .cell.photo {
        width: 100%;
        height: 28vh;
        display: block;
    }

    .nosServicesBg .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        inset: 0px;
        background-color: transparent;
    }

    .nosServicesBg .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        inset: 0px;
        background-color: transparent;
    }

    .services .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        inset: 0px;
        background-color: transparent;
    }

    .services .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        inset: 0px;
        background-color: transparent;
        background-size: cover;
    }

    .nosServicesBg .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .nosServicesBg .bx-viewport {
        position: relative !important;
        height: 250px !important;
        width: 100% !important;
        top: 0px !important;
        left: 0px !important;
    }

    .nosServicesBg .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .services .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .services .bx-viewport {
        position: relative !important;
        height: 250px !important;
        width: 100% !important;
        top: 0px !important;
        left: 0px !important;
    }

    .services .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        padding: 0px;
        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: flex;
        flex-direction: column-reverse;
    }

    .pad-xs {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container2 {
        padding: 0px 0vw !important;
    }

    .body-gallery-2 .container2 {
        padding: 2vh 2vw !important;
    }

    .pad-xs-l {
        padding-left: 15px !important;
    }

    .pad-xs-r {
        padding-right: 15px !important;
    }

    .nopad-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .btn-partage2 {
        margin: 2vh;
        padding: 0px;
    }

    .nopad-xs-l {
        padding-left: 0px !important;
    }

    .nopad-xs-r {
        padding-right: 0px !important;
    }

    .zone-favoris .article:nth-child(2n+1) {
        clear: both;
    }

    .fluid-collections {
        padding: 0px 3vw;
    }

    .fluid-collections .encart {
        padding: 12px 0px 0px;
        width: 100%;
    }

    .fluid-collections .encart .photo {
        height: 201px;
        width: 100%;
        overflow: hidden;
    }

    .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: 22px;
    }

    .slider.slider-horizontal {
        width: 100%;
    }

    .filtres-catalogue input[type="submit"] {
        margin: 10px 0px;
    }

    .cat-produit .btn-retour {
        text-align: center;
        position: static;
        padding: 20px 0px 30px;
    }

    .cat-produit .fil-arianne {
        margin: 0px;
    }

    .cat-produit .cont-sliderthumb {
        margin: 0px 0px 20px;
    }

    .cat-produit .item-titre, .cat-produit .item-prix {
        max-width: 100%;
        padding: 0px 20px;
        margin: 0px;
    }

    .cat-produit .item-titre {
        margin-top: 2vh;
    }

    .cat-produit .btn-partage {
        text-align: center;
        position: static;
        padding: 10px 0px 0px;
    }

    .cat-produit .btn-envie {
        text-align: center;
    }

    .cat-produit .particularites {
        margin: 20px 0px 35px;
    }

    .cat-produit .titre-similaire {
        font-size: 21px;
        padding: 19px 0px 12px;
    }

    .zone-recherche input[type="text"] {
        width: 210px;
    }

    .zone-favoris .item h3 {
        font-size: 18px;
    }

    .btn-like {
        text-align: center;
        padding: 20px 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: 0px !important;
        padding-right: 0px !important;
    }

    .nopad-sm-l {
        padding-left: 0px !important;
    }

    .nopad-sm-r {
        padding-right: 0px !important;
    }

    .filtres-catalogue .partie {
        width: 40%;
        margin: 0px 4%;
        display: inline-block;
        vertical-align: top;
    }

    .filtres-catalogue h3 a {
        background: url("../images/ico-plus.png") right 7px no-repeat;
    }

    .bx-wrapper .bx-next {
        right: -10px;
    }

    .bx-wrapper .bx-prev {
        left: -10px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .navh {
        width: 95%;
    }

    .pied .bande1, .pied .bande2 {
        padding: 2em 4vw;
    }

    .tete .cols .col.col3 {
        width: 250px;
        display: none;
    }

    .tete .tel {
        font-size: 16px;
        padding: 42px 20px 0px 0px;
    }

    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: 16px;
        padding: 10px 0px;
    }

    .caption {
        left: 550px;
    }

    .cat-produit .miniatures .miniature {
        width: 153px;
    }

    .slider.slider-horizontal {
        width: 100%;
    }

    .fluid-app .soustitre {
        font-size: 22px;
    }

    .banniere .slog {
        left: 520px;
    }

    .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: 100%;
    }
}

@media (max-width: 1200px) {
    .tete .cols {
        display: flex;
        width: 100%;
        padding: 3vh 1vw;
        position: relative;
        place-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4vh;
    }
}

.infinite-scroll {
    padding: 0px 0px 50px;
    position: relative;
}

.infinite-scroll .btn, .infinite-scroll .btn:focus {
    color: var(--color1);
    background: transparent;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 3px;
    transition: 400ms;
    padding: 0px 25px;
    font-family: var(--font_family_1);
    margin: 10px 0px;
    border: 1px solid var(--color1) !important;
    text-decoration: none !important;
}

.infinite-scroll .btn:hover {
    background: var(--color1);
    border: 3px solid var(--color1);
    color: var(--color0);
}

.infinite-scroll .chargement {
    display: none;
    background: url("../images/chargement.gif") center top no-repeat;
    height: 32px;
    width: 32px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -16px;
}

#pageLoader {
    position: fixed;
    inset: 0px;
    z-index: 99999;
    background-image: url("../images/pageLoader.gif");
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-color: rgba(255, 255, 255, 0.95);
}

.sk-circle {
    margin: -25px auto 0px -25px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(1.2);
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.sk-circle .sk-child::before {
    content: "";
    display: block;
    margin: 0px auto;
    width: 15%;
    height: 15%;
    background-color: rgb(228, 183, 121);
    border-radius: 100%;
    animation: 1.2s ease-in-out 0s infinite normal both running sk-circleBounceDelay;
}

.sk-circle .sk-circle2 {
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    transform: rotate(330deg);
}

.sk-circle .sk-circle2::before {
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3::before {
    animation-delay: -1s;
}

.sk-circle .sk-circle4::before {
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5::before {
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6::before {
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7::before {
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8::before {
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9::before {
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10::before {
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11::before {
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12::before {
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

img.blazy {
    width: 100%;
    background-image: url("../images/bx_loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgb(246, 246, 246);
}

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: 50% 50%;
    background-color: rgb(255, 255, 255);
}

div.blazy img {
    width: 100%;
}

div.blazy.b-error {
    background-image: url("../images/noImage.png");
}

.blazy.imgLoaded {
    background-size: cover;
}

#clear-filter-form {
    transition: 0.3s linear;
    text-decoration: none;
    letter-spacing: 2px;
}

.zone-catalogue .categorie {
    min-height: 295px;
}

.slideUp {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
}

.slideDown {
    display: block;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.slide {
    line-height: normal;
    text-align: center;
}

.slide .blazy.imgLoaded {
    background-size: contain;
}

.btn {
    padding: 8px 12px 4px;
}

.body-catalogue-item .form-horizontal .row {
    margin-left: 0px;
    margin-right: 0px;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ancien {
    display: block;
    margin-right: 13px;
}

@media (max-width: 980px) {
    .flex-seoContain {
        flex-wrap: wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 2000px) {
    .propor.pic-1, .propor.pic-2 {
        width: initial !important;
    }
}

@media (min-width: 3000px) {
    .AvisClients, .AvisClients:link, .AvisClients:visited {
        position: relative;
        padding: 2em 2vw;
        text-align: left;
        height: auto;
        margin-top: 0px;
        display: flex;
        text-decoration: none;
        border-radius: var(--border-radius);
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
        background: var(--color3);
    }

    .AvisClients .h {
        font-size: 2.4vh;
        color: var(--color1);
        text-align: left;
        text-transform: math-auto;
        font-weight: 100;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 0px;
        min-height: auto;
        font-family: var(--font_family_1);
    }

    .AvisClients p {
        font-size: 30px;
        margin-bottom: 0px;
        padding-top: 15px;
        min-height: 20vh;
        font-family: var(--font_family_1);
    }

    .AvisClients .blazy {
        font-size: 16px;
        color: var(--color0);
        width: 128px;
        margin: 0px auto 20px -64px;
        border-radius: 50%;
        position: absolute;
        top: -70px;
        left: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: var(--color0);
    }

    .AvisClientsBg .bx-pager {
        bottom: 17px;
    }

    li.mention.favoris, li.mention.nouveaute, li.mention.destockage {
        position: relative;
        font-size: 20px;
        text-align: center;
        border-radius: var(--border-radius);
        overflow: hidden;
        color: var(--color3);
        border: none;
        align-items: center;
        justify-content: center;
        letter-spacing: unset;
        font-family: var(--font_family_2);
        display: inline-block !important;
        padding: 5px 8px !important;
        background: var(--color1) !important;
    }

    li.mention.promotion {
        position: absolute;
        font-size: 25px;
        color: var(--color4);
        font-family: var(--font_family_2);
        z-index: 7777;
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5px;
        right: -22px;
        transform: rotate(-22deg);
        padding: 48px 103px !important;
    }

    .modele-liste .item h2 a, .modele-liste .item h3 a {
        color: var(--color4);
        font-size: 35px;
        font-family: var(--font_family_2);
    }

    .one-service .one-service-info h3, .one-service .one-service-info .h3 {
        font-size: 35px;
        height: 65px;
    }

    :root {
        --h1-size: clamp(6rem, 3vw, -45.5rem);
        --taille_font: clamp(1.9rem, 0.9vw, 3rem);
    }

    .infos .tel {
        font-size: calc(var(--h1-size) - 2.7rem);
    }

    .navh {
        margin: 0px;
        z-index: 8000;
        width: 100%;
        max-width: 100%;
        display: inline-block;
    }

    .corps .row.r-flex .col-md-5.col-sm-12.col-xs-12 {
        width: 30%;
    }
}

#contactButtonsMobile > div:nth-child(1) > a {
    background: var(--color1) !important;
    color: rgb(255, 255, 255) !important;
}

#contactButtonsMobile > div:nth-child(2) > a {
    background: var(--color1) !important;
    color: rgb(255, 255, 255) !important;
}

#Capa_1 svg path *, #Capa_1 > g:nth-child(1) > path, #Capa_2 > g:nth-child(1) > path, #Capa_2 > path {
    fill: rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255) !important;
}

.certifs {
    width: 100%;
    position: relative;
    z-index: 8000;
    background-image: url("../images/5.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0em 0px 3em;
    display: flex;
    align-items: center;
}

.certifs .titre-secondaire {
}

.certifs h2::before {
}

.certifs h2 {
}

.certifs::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: var(--color4);
    opacity: 0.8;
    z-index: -1;
}

.certifs .h1 {
    text-align: left;
}

.certifs .cell.gauche {
    display: block;
    width: 50%;
}

.certifs .cell.gauche .contenu {
    color: var(--color0);
}

.certifs .cell.droite {
    position: relative;
    display: block;
    /* padding: 1em 7%; */
    width: 100%;
    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;
    background-size: 100%;
    background-color: transparent;
    transition: 0.3s;
}

.certifs .swiper-slide .img-swiper:hover {
    filter: none;
    scale: 1.1;
}

.certifs .swiper-slide img {
    width: 100%;
    height: 120px;
    position: relative;
    display: block;
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0px;
    margin-top: -22px;
    opacity: 0.8;
}

.certifs .swiper-button-prev, .certifs .swiper-button-next {
    display: none;
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0px;
    margin-top: -22px;
    opacity: 0.8;
}

.certifs .swiper-button-next i, .certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--color1);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}

.certifs .logo-certifs .row-certifs {
    position: relative;
    display: table;
    width: 100%;
}

.certifs .logo-certifs .row-certifs .certif-inline {
    position: relative;
    display: table-cell;
}

.certifs .logo-certifs .row-certifs .certif-inline > div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    text-align: center;
}

.certifs .logo-certifs .row-certifs .certif-inline > div img {
    position: relative;
    overflow: hidden;
}

.certification-block {
    margin: 0px;
    padding: 40px 0px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.certification-content h2 {
    padding-left: 0px;
    margin-left: 0px;
    text-align: left;
}

.certification-content span.titre-secondaire {
    text-align: left;
}

.certification-block::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.AT-certification-block {
    position: relative;
    padding: 2em 10% 8em;
}

.certification-content {
    flex: 1 1 0%;
    padding-right: 40px;
    min-width: 300px;
}

.certification-title {
    font-family: var(--font_family_4);
    font-size: var(--taille_font_h2);
    color: var(--color4);
    margin-bottom: 5px;
    letter-spacing: var(--letterspace);
}

.certification-subtitle {
    font-family: var(--font_family_1);
    font-size: var(--taille_font_h3);
    color: var(--color2);
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.certification-text {
    line-height: 1.8;
}

.certification-text p {
    margin-bottom: 15px;
}

.certification-logo {
    flex: 0 0 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.certification-logo img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(rgba(107, 50, 0, 0.2) 0px 5px 15px);
}

.certification-cta {
    margin-top: 20px;
    text-align: left;
}

.certifs .swiper-slide,.certifs .swiper-slideD {
    text-align: center
}

.certifs .swiper-slideD {
    width: 30%;
}

.certifs .swiper-slide .img-swiper,.certifs .swiper-slideD .img-swiperD {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 50% auto;
    -moz-background-size: 80% auto;
    /* background-size: 57% auto; */
    /* background-color: #e9e9e9; */
    min-height: 20vh;
    width: 100%;
    filter: none;
}
  .certifSwiper .swiper-wrapper,.certifSwiperD .swiper-wrapperD {
   -webkit-transition-timing-function:linear!important;
   -o-transition-timing-function:linear!important;
   transition-timing-function:linear!important;
  }

.swiper-wrapperD {
    display: flex;
    justify-content: center;
    align-items: center;
}
.certifs .swiper-slide img,.certifs .swiper-slideD img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    box-shadow: 0 0 1px var(--color4);
    display: none;
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8;
    /* display: none; */
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8;
    /* display: none; */
}

.certifs .swiper-button-next i,.certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--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
}
.btn-appointment {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--color4);
    color: var(--color0);
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.1);
    text-decoration: none;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: 0.3s;
    border: none;
    cursor: pointer;
    box-shadow: rgba(107, 50, 0, 0.3) 0px 5px 15px;
}

.btn-appointment:hover {
    background-color: rgb(140, 65, 0);
    transform: translateY(-3px);
    box-shadow: rgba(107, 50, 0, 0.4) 0px 8px 20px;
}

@media (max-width: 768px) {
    .certification-block {
        flex-direction: column;
        padding: 0px;
    }

    .certification-content {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .certification-logo {
        order: -1;
        margin-bottom: 30px;
    }

    .certification-title {
        font-size: calc(var(--taille_font_h2) * 0.8);
    }

    .certification-subtitle {
        font-size: calc(var(--taille_font_h3) * 0.9);
    }
}

.stp-list span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 66px;
}

.stp-bg-p::before {
    content: "";
    width: 100%;
    height: 100%;
    top: -1em;
    right: -1em;
    position: absolute;
    background: 0% 0% / cover transparent;
    z-index: 0;
    border-radius: var(--border-radius);
    border: 1px solid var(--border);
}

.desc {
    font-size: calc(var(--taille_font) - 0.1em);
}

.stepsAB {
    padding: 8em 13% 6em;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    gap: 40px;
    display: flex;
    align-items: center;
}

.stepsAB.stepsAB2 {
    padding-top: 8em;
    padding-left: 13%;
    padding-bottom: 5em;
}

.stepsAB.stepsAB2::before {
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    width: 33%;
    height: 100%;
    background-position: right center;
}

.stepsAB.atoAB {
    padding-bottom: 6em;
}

.body-gallery-2 .stepsAB {
    justify-content: center;
    overflow: visible;
}

.stepsAB.atoAB {
    flex-direction: row-reverse;
}

.stp-txt {
    width: 50%;
    padding: 4em 1% 4em 3%;
    position: relative;
}

.atoAB .stp-txt::before {
    left: -100%;
    top: -70px;
    rotate: 338deg;
}

.atoAB .stp-txt {
    padding-left: 0px;
}

.stp-txt h2 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
    line-height: 46px;
    font-size: 46px;
}

.stp-txt h2::before {
    left: 0px;
    margin: 0px;
    opacity: 0;
}

.stp-txt .titre-secondaire {
    text-align: left;
}

.stp-txt h2::after {
    display: none;
}

.stp-txt .stp-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.stp-txt .stp-list .listAB {
    width: calc(50% - 20px);
    padding: 20px;
    background-color: var(--nuanceColor1);
    background-blend-mode: color;
    background-size: cover;
    border-radius: var(--border-radius);
}

.atout-title {
    font-family: var(--font_family_2);
    color: var(--color4);
    font-size: calc(var(--taille_font) + 0.2rem);
}

.stp-list span:hover i {
}

.stp-list span {
}

.texte-deco {
    color: var(--color1);
    font-size: calc(var(--taille_font) + 0.2rem);
    display: contents !important;
    font-family: var(--font_family_2) !important;
}

.stp-list span div {
    color: var(--color1);
    font-size: 20px;
    font-family: var(--font_family_2);
}

.stp-list span div p {
    color: var(--color3);
    font-size: 15px;
    font-family: var(--font_family_1);
}

.at-img {
    width: 45px;
    margin-right: 20px;
    filter: invert(64%) sepia(58%) saturate(7047%) hue-rotate(279deg) brightness(103%) contrast(104%);
}

.stp-list i {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    color: var(--color1);
    margin-right: 10px;
    border: 2px solid var(--color1);
    transition: 0.3s;
    display: none;
}

.stp-bg-p {
    width: 50%;
    height: 67vh;
    border-radius: var(--border-radius);
}

.stp-bg {
    height: 100%;
    width: 100%;
    background-image: url("../images/ecoute.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    transition: 0.3s;
    border-radius: var(--border-radius);
}

.stepsAB2 .stp-bg {
    background-image: url("../images/ecoute.jpeg");
    background-size: cover;
    height: 67vh;
    margin: auto;
}

.stepsAB.stepsAB2 .stp-bg-p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.atoAB .stp-bg {
    background-image: url("../../../images/galerie/medium/projet-vue-terrasse.jpg");
}

.stp-bg:hover {
    filter: none;
}

.stp-bg-pAtt {
    height: 440px;
    width: 20%;
}

.qsnAB-p1.stp-bg, .qsnAB-p2.stp-bg {
    height: 100%;
    width: 100%;
}

span.svrAB {
    margin: 5px 0%;
    color: var(--color0);
    display: block;
}

@media (max-width: 767) {
    h3.sans-image.nkh1 {
        font-size: 24px;
        transition: 0.4s;
        margin-top: inherit;
    }

    .block_catalogue h2.titre {
        text-align: center;
        font-size: 36px;
        letter-spacing: 0px;
        line-height: initial;
        padding-bottom: 4vh;
        color: var(--color0);
        text-transform: initial;
    }
}

@media (max-width: 1376px) {
    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: 11px !important;
    }
    .fluid-contenu {
    position: relative;
    z-index: 800;
    margin: 6vh 8% 4vh;
}

    .tete .cols .col.col1 {
        width: 10% !important;
    }

    .tete .cols .col.col2 {
        width: 50% !important;
    }

    .tete .cols .col.col3 {
        display: flex;
        place-content: center;
        align-items: center;
        column-gap: 5%;
        width: 45% !important;
    }

    .caption .texte1 {
        font-size: 64px;
        color: var(--color4);
        font-family: var(--font_family_2);
        padding: 0px 0px 3vh;
        width: 100%;
        text-wrap: balance;
        line-height: initial;
        text-align: center;
        z-index: 2;
        text-shadow: rgba(0, 0, 0, 0.38) 0px 1px 14px;
    }

    .nk-titre-service-premier h2 {
        color: var(--color4);
        font-size: 16px;
        line-height: 32px;
        font-family: var(--font_family_2);
        margin-top: 7px;
        margin-left: 10px;
    }

    .nk-titre-service-premier span {
        font-size: 12px;
        color: var(--color6);
        font-family: var(--font_family_2);
        font-weight: 600;
        text-transform: uppercase;
        transition: 0.4s;
    }

    .temoignageScroll {
        max-height: 20vh;
        text-align: left;
        overflow: hidden;
    }
}

@media (max-width: 1530px) {
    .stp-txt .stp-list .listAB {
    width: calc(50% - 20px);
    padding: 20px;
    background-color: var(--nuanceColor1);
    background-blend-mode: color;
    background-size: cover;
    border-radius: var(--border-radius);
    height: 16vh;
}
    .one-service.one-service-AT .one-service-info {
        bottom: 0px;
        left: 0px;
        z-index: 2;
        padding: 3px 20px;
        top: auto;
    }

    .stepsAB.stepsAB2 {
        padding-top: 10em;
        padding-bottom: 5em;
        padding-right: 3%;
        gap: 25px;
        padding-left: 3% !important;
    }

    .stp-txt {
        width: 50%;
        padding: 4em 0%;
        position: relative;
    }

    .stepsAB2 .stp-bg {
        background-image: url("../images/ecoute.jpeg");
        background-size: cover;
        height: 60vh;
        margin: auto;
    }

    .pied .bande1 {
        padding: 7vh 8% 4vh !important;
    }

    .AvisClientsBg {
        position: relative;
        background: var(--color4);
        padding: 0% 3% 2% !important;
    }

    main.fluid-contenu .container {
        width: 100%;
        max-width: 100%;
        position: relative;
        background: var(--color4);
        padding: 0% 3% 4% !important;
    }

    .body-page-1 main.fluid-contenu .container {
        padding: 4em 8% !important;
    }

    .block_catalogue {
        position: relative;
        padding: 4em 3% !important;
    }

    .services-home {
        width: 100%;
        padding: 4em 3% !important;
    }
}

.AT-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    display: flex;
    justify-content: space-between;
    height: 10vh;
    z-index: 1;
}

.AT-btn .swiper-button-next, .AT-btn .swiper-button-prev {
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    top: 38%;
    transition: opacity 0.4s, transform 0.4s cubic-bezier(0.68, -3, 0.27, 5);
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color0);
}

.AT-btn .swiper-button-next:hover, .AT-btn .swiper-button-prev:hover {
    transform: scale(1.15);
    opacity: 1;
}

.AT-btn .swiper-button-next {
    right: 0px;
    opacity: 0.5;
}

.AT-btn .swiper-button-prev {
    left: 0px;
    opacity: 0.5;
}

.slide-parallax {
    position: absolute;
    width: 100%;
    height: 100vh;
    inset: 0px;
    z-index: 0;
}

.slide-parallax img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banniere-interne {
    height: 50vh;
    position: relative;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.banniere-interne::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    backdrop-filter: blur(3px);
    pointer-events: none;
}

.swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
    background: var(--color0);
    position: relative;
    transition: 0.3s linear;
    border-radius: 50%;
    opacity: 0.3;
    margin: 5px 0px !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-clickable .swiper-pagination-bullet:hover {
    background: var(--color4);
    opacity: 1;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    z-index: 12;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    bottom: 7vh;
    left: 50%;
    transform: translate(-50%);
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 0.4vw;
    height: 0.4vw;
    background: var(--color4);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s linear;
}

.swiper-pagination.page-atout .swiper-pagination-bullet::before {
    background: transparent;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active::before, .swiper-pagination-bullet:hover::before {
    background: var(--color1);
}

.swiper-pagination.page-atout span.swiper-pagination-bullet.swiper-pagination-bullet-active::before, .swiper-pagination.page-atout .swiper-pagination-bullet:hover::before {
    height: unset;
    left: 0px;
}

.banniere-interne::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.37);
    mix-blend-mode: hard-light;
}
