:root {
    --primary-h: 44;
    /* hue */
    --primary-s: 99%;
    /* saturation */
    --primary-l: 58%;
    /* lightness */
    --accent-h: 30;
    /* hue */
    --accent-s: 14%;
    /* saturation */
    --accent-l: 12%;
    /* lightness */
    --text-h: 0;
    /* hue */
    --text-s: 0%;
    /* saturation */
    --text-l: 15%;
    /* lightness */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 100%;
    /* lightness */
    --primary-font: "Inter Tight", sans-serif;
    --secondary-font: 'Roboto', sans-serif;
    --h1-font-size: 3.618rem;
    --h2-font-size: 2.5rem;
    --h3-font-size: 1.5rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --border-radius: 0;
    --button-border-radius: .25rem;
}

[class*="btn"] a.btn {
    padding: 1rem 1.5rem;
    font-weight: 700;
    letter-spacing: 0px;
}

[class*="btn"] .accent.btn {
    color: #000;
    color: var(--primary-color);
}

[class*="btn"] a.btn svg {
    margin-left: .5rem;
}

[class*="btn"] a.btn:not(.accent),
[id*="formulaire"] .btn.primary {
    color: #1A1717;
    background: transparent;
    border: 2px solid #8D8169;
}

[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
    background-color: #8D8169;
    color: #fff;
}

a.btn:has(.content) {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.3s;
    height: 51px;
    border: none;
    padding: 0;
}

a.btn .content {
    position: relative;
    transition: 0.5s;
    left: 0;
    height: 100%;
    padding: .85rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 993px) {
    a.btn .content:last-of-type {
        left: 100%;
        bottom: 100%;
    }
    a.btn:hover .content:first-of-type {
        left: -100%;
    }
    a.btn:hover .content:last-of-type {
        left: 0%;
    }
}

@media screen and (max-width: 992px) {
    a.btn .content:last-of-type {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    a.btn {
        width: auto;
    }
}


/* BRAND */


/* ===== */

.brand a {
    display: inline-block;
    transition: opacity .3s;
}

.brand a:hover {
    opacity: .75;
}

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
    font-weight: 700;
}

.paginationControl {
    text-align: center;
    font-size: 18px;
    margin-top: 3rem;
}

.paginationControl a {
    text-decoration: none;
}

.paginationControl .selected {
    font-weight: bold;
}

.plan-site .sitemap-nav ul li a {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.fil-ariane,
#fil_ariane {
    margin-bottom: 2rem;
    font-size: 14px;
}

#fil_ariane {
    margin: 3rem 0;
}

.card {
    position: relative;
}

.card-title a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* SLIDER */


/* ====== */

.slide-img .container,
.slide-img .container .bloc,
.slide-img,
.slider-slick {
    height: auto;
    min-height: auto;
}

.slider-slick {
    width: 100%;
    background-color: var(--background-color);
    position: relative;
    z-index: 0;
}

.slider-slick .slick {
    height: 100%;
}

.slick-dots li {
    margin: 0 -12px;
}

.slick-dots li.slick-active {
    margin: 0 -14px 0 2rem;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button .slick-dot-icon:before {
    font-size: 0.5rem;
}

.slick-dots li.slick-active button .slick-dot-icon::before {
    width: 64px;
    background-color: #B3781B66;
    border-radius: 32px;
    left: -29px;
}

.slick-dots li.slick-active button {
    margin: 0 -1.5rem 0 2rem;
}

.slick-dots li.slick-active button .slick-dot-icon {
    color: transparent;
}


/* ********************************************HEADER****************************************** */

@media screen and (min-width: 993px) {
    .header-contact {
        display: flex;
        align-items: center;
        gap: 9px;
    }
    .fold .index-contact {
        display: none;
    }
    .header-content .main-header-content .col-menu {
        padding: 0;
    }
    .header-content .devis-link {
        display: none;
    }
    .top-bar {
        padding: 10px 0;
        position: relative;
    }
    .top-bar::before {
        position: absolute;
        content: "";
        width: 225px;
        height: 225px;
        left: 0;
        top: 0;
        background-image: url(../assets/gifs/before-header.png);
        z-index: -1;
    }
    .main-header-content {
        border-bottom: 1px solid #DBD9CD;
    }
    .header-content .nav ul li a.selected,
    .header-content .nav ul li a:hover,
    .header-content .nav ul li:hover>a {
        color: var(--text-color);
        text-decoration: underline;
        text-underline-offset: 8px;
        text-decoration-color: var(--link-color);
    }
    .header-content .nav#topbar-nav .dropdown li a {
        font-size: 12px;
    }
    .header-content .nav ul li.sous_menu>a::after {
        text-decoration: none;
    }
}

@media screen and (min-width: 993px) and (max-width: 1230px) {
    .header-content .nav#topbar-nav>ul>li>a {
        font-size: 13px;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding: 1rem .5rem;
    }
}

@media screen and (max-width: 992px) {
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        width: calc(100% - 12rem);
    }
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        left: 22px;
    }
    .index-contact {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .menu-mobile {
        height: 5.625rem;
        background-color: #fff;
    }
    .menu_opened .menu-mobile {
        height: 3.5rem;
        background-color: var(--primary-color-30);
    }
    .span-menu-burger {
        color: var(--primary-color);
        padding: 12px;
        background-color: var(--primary-color-90);
        border-radius: 100%;
    }
    .menu-mobile .menu-title {
        text-transform: capitalize;
        font-family: var(--secondary-font);
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
    .fold-tel {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        background-color: transparent;
    }
    .header-content #nav-container .nav#main-nav ul li a,
    .header-content #nav-container .nav#topbar-nav ul li a {
        font-size: 18px;
        font-weight: 700;
        padding: 1.5rem 5%;
    }
}

@media screen and (max-width: 600px) {
    .fold-tel {
        justify-content: center;
        margin-bottom: 12px;
    }
}


/* *******************************************SLIDE******************************************** */

.row-btn,
.row-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.slide-content {
    padding: 110px 0 60px;
}

.slide-content .row-text {
    gap: 4px;
    margin-bottom: 10px;
}

.title-1 {
    margin: 0;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
    display: none;
}

.row-text .tel {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
}

.slick-slide .slide-img img {
    width: 100%;
    MAX-HEIGHT: 639px;
    object-fit: cover;
}

@media screen and (min-width: 993px) {
    .slide-image {
        position: relative;
    }
    .slide-image::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-slider.png);
        width: 355px;
        height: 199px;
        right: 55.17px;
        top: -199px;
        z-index: -1;
    }
}

@media screen and (max-width: 992px) {
    .slide-content {
        padding: 60px 0 1.5rem;
    }
    h1 {
        font-size: 2rem;
    }
    h2,
    .title-2 {
        font-size: 26px;
    }
    .slide-image img {
        min-height: 250px;
    }
}

@media screen and (min-width: 1400px) {
    .slide-content h1 {
        position: relative;
        width: fit-content;
    }
    .slide-content h1::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-h1.png);
        width: 269px;
        height: 56px;
        right: 95px;
        top: 30px;
    }
    .index-page .title-2 span {
        position: relative;
    }
    .index-page .title-2 span::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-h2.png);
        width: 262px;
        height: 46px;
        right: -68px;
        top: 45px;
    }
}


/* *************************************POINTS FORTS************************************* */

.title-pf {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
}

.card-pf {
    display: flex;
    align-items: center;
    gap: 20px;
}

.points-forts {
    padding: 60px 0;
    border-bottom: 1px solid #DBD9CD;
}

@media screen and (max-width: 992px) {
    .title-pf {
        font-size: 20px;
    }
}


/************************************************ PRESTATIONS******************************************************* */

#encart-prestations .encart-text {
    margin-bottom: 4rem;
}

#encart-prestations .title-2 {
    margin: 0 0 20px;
}

.prestations-card-title a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
}

.prestations-card .card-text {
    margin: 8px 0 20px;
    height: 0;
    overflow: hidden;
    transition: .8s;
}

.prestations-card-image {
    overflow: hidden;
}

.prestations-card-content {
    position: absolute;
    padding: 1.5rem 2rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.btn-card,
.prestations-card .card-text {
    display: none;
}

.prestations-card:hover .btn-card {
    display: block;
}

.prestations-card:hover .card-text {
    height: auto;
    animation: mymove .6s linear;
    display: block;
}

.prestations-card:hover img {
    transform: scale(1.1);
}

.prestations-card:hover .card-title {
    animation: mymove .6s linear;
}

@keyframes mymove {
    0% {
        transform: translateY(200px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (min-width: 993px) {
    #encart-prestations {
        position: relative;
        overflow: hidden;
    }
    #encart-prestations::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/after-presta.png);
        width: 318px;
        height: 453px;
        right: 0;
        top: -288px;
    }
    #encart-prestations::after {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-presta.png);
        width: 305px;
        height: 397px;
        left: 0;
        top: 20%;
    }
}


/* ***************************************FOURNISSEURS******************************** */

.slick-fournisseurs img {
    margin: auto;
}


/* *********************************************bloc 01*********************************************** */

h1 {
    margin: 0 0;
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
    font-weight: 600;
}

@media screen and (min-width: 993px) {
    .index-page main .section {
        padding: 120px 0;
    }
    .col-img {
        position: relative;
    }
    .bloc-right .col-text {
        padding: 80px 0;
    }
    .bloc-right .col-img img {
        position: absolute;
        width: 150%;
        height: 100%;
        max-width: none;
        left: 12px;
    }
    #bloc-01 .btn-devis {
        margin-top: 3rem;
    }
    .bloc-right {
        position: relative;
        overflow: hidden;
    }
    #bloc-01::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-01.png);
        width: 318px;
        height: 453px;
        left: 0;
        bottom: -313px;
    }
    .bloc-right:not(#bloc-01)::after {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/after-right.png);
        width: 265px;
        height: 453px;
        right: 0px;
        top: -69px;
        z-index: -1;
    }
}


/* *******************************************CATALOGUE********************************************* */

#encart-catalogue {
    background-color: #F7F7F5;
}

#encart-catalogue .title-2 {
    margin: 0 0 20px;
}

#encart-catalogue .encart-text {
    margin: 0 auto 3rem;
}

.catalogue-encart-btn {
    margin-top: 3rem;
}

.slick-prev .slick-prev-icon:before {
    content: url(../assets/gifs/slick-prev.svg);
}

.slick-next .slick-next-icon:before {
    content: url(../assets/gifs/slick-next.svg);
}

.slick-prev .slick-prev-icon:before,
.slick-prev .slick-next-icon:before,
.slick-next .slick-prev-icon:before,
.slick-next .slick-next-icon:before {
    opacity: 1;
}

.slick-catalogue {
    flex-wrap: nowrap;
}

#encart-catalogue .col-catalogue {
    padding: 0 12px;
    transition: .6s;
}

.catalogue-card,
.catalogue-card * {
    transition: .6s;
}

.catalogue-card-image {
    height: 410px;
}

.catalogue-card-content {
    position: absolute;
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.catalogue-card:hover .catalogue-card-content {
    background: linear-gradient(180deg, rgba(42, 37, 32, 0) 30%, #2A2520 100%);
}

.catalogue-card .card-title {
    display: none;
    transition: .7s;
}

.catalogue-card:hover .card-title {
    display: block;
}

.catalogue-card .card-title a {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: none;
}

@media screen and (min-width: 993px) {
    #encart-catalogue .col-catalogue {
        height: 410px;
        width: 23%;
    }
    #encart-catalogue .col-catalogue:hover {
        height: 410px;
        width: 30%;
    }
}


/* ************************************************ENCART CONTACT **********************************************/

.index-page #encart-contact {
    background: linear-gradient(#FFFBEB4D, #FFFBEB4D), url(../assets/gifs/bg-contact.jpg);
    background-size: cover;
}

.page-interne #encart-contact {
    position: relative;
}

.page-interne #encart-contact::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    left: -200%;
    top: 0;
    z-index: -1;
    background: linear-gradient(#FFFBEB4D, #FFFBEB4D), url(../assets/gifs/bg-contact.jpg);
    background-size: cover;
}

#encart-contact .reseaux-sociaux svg {
    fill: #000000;
}

#encart-contact .reseaux-sociaux {
    margin: 26px 0;
}

#encart-contact p {
    margin-bottom: 1.5rem;
}

#encart-contact address {
    margin: 0;
}

#encart-contact h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
}

#encart-contact .card-contact {
    margin-bottom: 20px;
}

#encart-contact {
    color: #2A2520;
}

@media screen and (max-width: 992px) {
    #encart-contact .btn-devis {
        margin-bottom: 2rem;
    }
}


/* ***********************************************AVIS********************************************* */

.encart-avis .avis-border {
    padding-top: 40px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #DBD9CD;
}

.encart-avis .title-2 {
    margin: 0 0 20px;
}

.encart-avis .encart-text {
    margin: 0 auto 4rem;
}

.avis-card .avis-card-text {
    margin-left: 80px;
    margin-top: 0.5rem;
}

.avis-encart-card .row {
    flex-wrap: nowrap;
}

.avis-encart-card-date {
    font-size: 11px;
    line-height: 13.2px;
}

.avis-encart-card {
    padding: 1.5rem;
    background: #fff;
}

.avis-name {
    line-height: 24px;
    margin-top: 0.5rem;
}

.encart-avis .card .show-more {
    display: none;
}

.encart-avis .avis-card.js-more .avis-card-text::after {
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.encart-avis .slick-prev .slick-prev-icon:before {
    content: url(../assets/gifs/slick-prev-avis.svg);
}

.encart-avis .slick-next .slick-next-icon:before {
    content: url(../assets/gifs/slick-next-avis.svg);
}

@media screen and (min-width: 993px) {
    .encart-avis {
        position: relative;
        overflow: hidden;
    }
    .encart-avis::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/after-presta.png);
        width: 318px;
        height: 453px;
        right: 0;
        top: -288px;
    }
}


/* *****************************************BLOC 02****************************************** */

h2,
.title-2 {
    margin: 0 0 1.5rem;
}

[id*="bloc"] .btn-devis {
    margin-top: 2rem;
}

[id*="bloc"] p>u {
    display: block;
    padding: 20px;
    border: 1px solid #B3781B4D;
    text-decoration: none;
}

[id*="bloc"] p>u::before {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 10px;
}

#bloc-02 p>u::before {
    content: "Bon à savoir";
}

#bloc-04 p>u::before {
    content: "Le saviez-vous ?";
}

#bloc-06 p>u::before {
    content: "À noter";
}

#bloc-06 .encart {
    padding: 20px;
    background-color: #F7F7F5;
}

#bloc-06 .encart h3 {
    margin: 0 0 10px;
}

#bloc-06 ul {
    padding-left: 40px;
}

@media screen and (min-width: 993px) {
    .bloc-left .col-img img {
        position: absolute;
        width: 150%;
        height: 100%;
        right: 12px;
        top: 0;
        max-width: none;
    }
    #bloc-06 .col-img img {
        height: 73%;
    }
    #bloc-06 .col-img {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    #bloc-06 .col-text p:has(u) {
        display: none;
    }
    .bloc-left .col-text {
        padding: 40px 12px;
    }
    .bloc-left {
        position: relative;
        overflow: hidden;
    }
    .bloc-left::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-01.png);
        width: 318px;
        height: 453px;
        left: 0;
        top: -16px;
    }
}

@media screen and (max-width: 992px) {
    [id*="bloc"] img {
        display: block;
        width: auto;
        margin: 2rem auto;
    }
    .title-2 br,
    .encart-text br {
        display: none;
    }
}


/* ***************************************ACTUALITES*********************************** */

.slick-actualites {
    justify-content: center;
}

#encart-actualites .title-2 {
    margin: 0 0 20px;
}

#encart-actualites .encart-text {
    margin: 0 0 60px;
}

.actualites-card-content {
    padding-top: 20px;
}

.actualites-card-image {
    height: 324px;
    overflow: hidden;
}

.actualites-card:hover img {
    transform: scale(1.1);
}

.card-image a {
    position: relative;
}

.card-image a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .6s;
}

.actualites-card:hover .card-image a::before {
    background-color: hsla(44, 99%, 58%, 0.4);
}

.card-image img,
.card-image a {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    transition: .6s;
}

.actualites-card-title a {
    text-decoration: none;
    color: hsla(0, 0%, 12%, 1);
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
}

.actualites-card .card-text {
    margin: .5rem 0;
}

.actualites-encart-btn {
    margin-top: 60px;
}

.actualites-card .card-link {
    font-weight: 700;
    line-height: 24px;
}

#listing-autres-actus-categorie ul a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
}

#listing-autres-actus-categorie ul a:hover {
    text-decoration: underline;
}

.actualites-detail .detail-btn {
    text-align: center;
}

.actualites-detail .detail-actu-reseaux-sociaux {
    align-items: flex-start;
}

.detail-actu-reseaux-sociaux>div {
    display: flex;
}

.detail-actu-image img {
    border-radius: var(--border-radius);
}

.actualites-listing #fil_ariane {
    margin: 2rem;
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
    #listing-autres-actus-categorie a.btn {
        padding: 12px 12px;
        font-size: 12px;
    }
}

.actualites-detail #listing-autres-actus-categorie {
    background-color: var(--text-color-90);
    padding: 1rem;
    border-radius: var(--border-radius);
}


/* ****************************************************FORMULAIRE ***********************************************/

.encart-formulaire label {
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0%;
}

@media screen and (min-width: 993px) {
    .bloc-form .title-2 {
        margin-bottom: 3rem;
    }
    .encart-formulaire {
        position: relative;
        overflow: hidden;
    }
    .encart-formulaire::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-01.png);
        width: 318px;
        height: 453px;
        left: 0;
        top: -16px;
    }
}

#formulaire_5 .divGenerateur ul label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
}

#formulaire_5 .divGenerateur>label {
    display: none;
}

span.note {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 12px;
}

input:not([type]),
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
    border: 1px solid #DBD9CD;
    min-height: 50px;
}

#formulaire_5 p.submit {
    margin-top: 1rem;
    width: 100%;
}

#formulaire_5 p.submit .btn.primary {
    width: auto
}

@media screen and (min-width: 993px) {
    .encart-formulaire .col-img img {
        position: absolute;
        width: 150%;
        height: 100%;
        right: 12px;
        top: 0;
        max-width: none;
    }
    .bloc-form {
        padding: 0 3rem 0 112px;
        height: 100%;
    }
}

@media screen and (min-width: 601px) {
    #formulaire_5 .cp_ville {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    #formulaire_5 .cp_ville>p {
        width: calc(50% - 6px);
    }
}

@media screen and (max-width: 992px) {
    .encart-formulaire .bloc-form {
        padding: 2rem 1rem;
        margin-top: 2rem;
    }
    .encart-formulaire img {
        display: block;
        width: auto;
        margin: 2rem auto;
    }
}


/* *************************************************FOOTER********************************* */

footer {
    background-color: #EDECE7;
}

body:not(.index-page) footer .section.footer-1 {
    padding: 2rem 0 1.5rem;
}

#footer-nav nav a {
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    color: var(--text-color);
}

#footer-nav .nav>ul {
    gap: 1.5rem;
}

@media screen and (min-width: 993px) {
    #footer-nav .nav>ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1.5rem 0;
    }
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
        bottom: 100%;
    }
}

@media screen and (min-width: 993px) and (max-width: 1230px) {
    #footer-nav nav a {
        font-size: 16px;
    }
    #footer-nav .nav>ul {
        gap: .7rem;
    }
}

@media screen and (max-width: 992px) {
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
        min-width: 18%;
        top: 100%;
    }
    .footer-contact {
        margin-top: 2rem;
    }
    #footer-nav nav a {
        FONT-SIZE: 14px;
    }
}

.footer-row-contact {
    display: flex;
    gap: 6px;
}

footer address {
    margin: 0;
}

footer .section.footer-1 {
    padding: 3rem 0 1.5rem;
}

footer .footer-1 .title-4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer-1 address a,
.footer-1 .text {
    font-weight: 400;
    line-height: 24px;
}

footer .siret {
    font-weight: 400;
    line-height: 24px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
    position: absolute;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
    z-index: 1;
    background-color: #fff;
    border: 1px solid var(--primary-color);
}

#footer-nav .nav ul li.sous_menu>a::after {
    position: absolute;
    right: 0.625rem;
    display: block;
    font-family: var(--icon-font);
    line-height: 0;
    content: "\e5c5";
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125em 0 0 0.25em;
    text-decoration: none;
}

#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover>a {
    text-decoration: underline;
}

#footer-nav .nav>ul>li {
    margin-bottom: 8px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown>li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

#footer-nav .nav ul li.sous_menu {
    position: relative;
}

#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
    display: flex;
}

#footer-nav .nav ul li.sous_menu ul.dropdown>li a {
    padding: 0.5rem;
    margin: 0;
    font-size: 13px;
    display: block;
}

.footer-2 {
    padding: 24px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
    font-weight: 500;
    line-height: 24px;
    color: #50493E;
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
    color: #50493E;
    text-decoration: underline;
}


/* ****************************************PAGES INTERNES******************************** */

.contact-page .s-middle,
.devis-page .s-middle {
    flex-wrap: nowrap;
    height: 100%;
}

.contact-page .s-stretch,
.devis-page .s-stretch {
    flex-wrap: nowrap;
}

.contact-hero .title-2 {
    margin: 0;
    font-size: 30px;
    line-height: normal;
    color: #FFF;
}

.contact-hero p.intro {
    color: #fff;
}

.page-interne .sc-content #relance {
    margin-top: 0;
}

.page-interne .ac-doubleColonne h2 {
    margin: 0 0 12px;
}

.page-interne #container {
    padding: 0;
}

.page-interne .hero-bg,
.hero-interne {
    padding: 88px 0;
    position: relative;
}

.actualites-detail .hero-interne {
    padding: 88px 0 56px;
}

.contact-hero {
    background: linear-gradient(hsla(30, 14%, 15%, 0.7), hsla(30, 14%, 15%, 0.7)), url('../assets/gifs/slider/slide-01.jpg');
    background-size: cover;
}

.plan-site h1 {
    margin-bottom: 2rem;
}

.page-interne .ac-include .container {
    width: 100%;
}

.page-interne p>em {
    display: block;
    font-style: normal;
    padding: 14px;
    border: 1px solid var(--primary-color);
}

.page-interne .sc-content .ac-doubleColonne .clear_both {
    margin-bottom: 2.35rem;
}

.sc-content .ac-doubleColonne .ac-colonne img {
    border-radius: var(--border-radius);
}

.hero-interne p {
    margin: 0;
}

.page-interne h1 {
    margin: 0;
}

.ac-1v1 .ac-colonne {
    padding: 20px;
    border: 2px solid var(--primary-color);
}

.hero-interne {
    margin-bottom: 2rem;
}

.hero-bg span {
    font-weight: 700;
}

.page-interne .sc-content .bloc-border section {
    border: 1px solid var(--accent-color);
    padding: 20px;
}

.page-interne .sc-content .hero-bg.ac-doubleColonne img {
    width: auto;
    height: auto;
    margin: auto;
}

#encart-contact .container {
    width: 90%;
}

.page-interne .container.sc-content {
    max-width: none;
    width: 100%;
}

.page-interne .ac-doubleColonne.hero-bg {
    max-width: 100%;
    width: 100%;
}

.page-interne .ac-doubleColonne,
.page-interne #fil_ariane,
.page-interne .hero-bg .ac-colonne,
.page-interne #encart-catalogue .container {
    max-width: 1320px;
    width: 90%;
    margin: auto;
}

.page-interne .ac-doubleColonne.ac-inlink {
    width: 100%;
}

.l-entreprise .map-container iframe {
    min-height: 500px;
}

@media screen and (min-width: 993px) {
    .page-interne .ac-doubleColonne:has(img) .ac-colonne:has(h2) {
        padding: 40px 0;
    }
    .page-interne .ac-doubleColonne:has(img):not(.img-100) .ac-colonne:has(img) {
        position: relative;
    }
    .page-interne .ac-doubleColonne:has(img):not(.img-100) .ac-colonne:has(img) img {
        position: absolute;
        width: 150%;
        height: 100%;
        max-width: none;
        top: 0px;
    }
    .page-interne .ac-doubleColonne:has(img):not(.img-100) .ac-colonne:first-child:has(img) img {
        right: 12px;
    }
    .page-interne .ac-doubleColonne:has(img):not(.img-100) .ac-colonne:nth-of-type(2):has(img) img {
        left: 12px;
    }
    .catalogue-detail main>.section,
    .catalogue-listing main>.section,
    .actualites-listing main>.section {
        padding-top: 0;
    }
    .actualites-detail h1 {
        line-height: 63.2px;
        font-size: 40px;
    }
    .actualites-detail .hero-interne {
        margin-top: -2rem;
    }
    .page-interne h1 {
        font-size: 60px;
    }
    .page-interne h1 span {
        margin: 0;
        font-weight: 400;
        font-size: 35px;
        line-height: 43.2px;
        letter-spacing: 0px;
    }
    body:not(.index-page) h1,
    .hero-bg span,
    .hero-interne .title-1 {
        line-height: 51.2px;
        font-weight: 700;
        letter-spacing: 0px;
    }
    .contact-page .intro {
        margin-bottom: 0;
    }
    .page-interne .ac-include>.section,
    .page-interne .bloc-bg {
        padding: 100px 0;
    }
    .ac-doubleColonne p:last-of-type {
        margin-bottom: 0;
    }
    .page-interne .sc-content img {
        height: 100%;
        object-fit: cover;
    }
    .page-interne .sc-content .ac-stat.ac-doubleColonne img {
        height: auto;
        width: auto;
        margin: auto;
    }
    .page-interne .sc-content .ac-doubleColonne.bloc-h2 {
        align-items: center;
    }
    .page-interne .sc-content .clear_both {
        margin-bottom: 6.35rem;
    }
    .page-interne .sc-content .clear_both,
    #container .sc-content #relance {
        margin-bottom: 6.35rem;
    }
}

@media screen and (max-width: 992px) {
    .contact-page-image {
        display: block;
        margin-top: 2rem;
    }
    .catalogue-detail main>.section,
    .catalogue-listing main>.section,
    .actualites-listing main>.section,
    .actualites-detail main>.section {
        padding-top: 0;
    }
    .page-interne .ac-stat .ac-colonne {
        margin-bottom: 1rem;
    }
    .page-interne .hero-bg,
    .hero-interne,
    .contact-hero {
        padding: 80px 0;
    }
    h1,
    .title-1 {
        font-size: 30px;
        line-height: 39px;
    }
    h1 span,
    h1.h1-geoloc span {
        font-size: 20px;
        line-height: 30px;
    }
    h2,
    .title-2 {
        font-size: 27px;
    }
    h2,
    .title-3 {
        font-size: 24px;
    }
    body[class*="listing"] .hero-interne .title-marketing,
    .hero-bg span {
        font-size: 32px;
    }
    .page-interne #container .ac-doubleColonne .ac-colonne img {
        WIDTH: auto;
        margin: 1rem auto;
    }
    .page-interne .bloc-bg {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 600px) {
    .row-btn {
        flex-direction: column;
        row-gap: 1rem;
        align-items: normal;
    }
    .btn-tel {
        justify-content: center;
    }
    [class*="btn"] .accent.btn {
        font-size: 13px;
        padding: 10px 14px;
    }
}