:root {
    --primary-h: 0;
    /* hue */
    --primary-s: 0%;
    /* saturation */
    --primary-l: 0%;
    /* lightness */
    --accent-h: 112;
    /* hue */
    --accent-s: 39%;
    /* saturation */
    --accent-l: 49%;
    /* lightness */
    --text-h: 0;
    /* hue */
    --text-s: 0%;
    /* saturation */
    --text-l: 24%;
    /* lightness */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 100%;
    /* lightness */
    --primary-font: 'Urbanist', sans-serif;
    --secondary-font: 'Roboto', sans-serif;
    --h1-font-size: 3.688rem;
    --h2-font-size: 2.5rem;
    --h3-font-size: 1.5rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --border-radius: 30px;
    --button-border-radius: 90px;
}

[class*="btn"] a.btn,
.btn.accent {
    padding: 12px 1.5rem;
    font-weight: 600;
    letter-spacing: 0px;
    z-index: 2;
}

[class*="btn"] .accent.btn {
    color: hsla(0, 0%, 12%, 1);
}

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

.contact-page [id*="formulaire"] .btn.primary {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
}

.contact-page [id*="formulaire"] .btn.primary:hover {
    background-color: var(--accent-color-30);
}

[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
    color: hsla(122, 43%, 36%, 1);
    background: transparent;
    border: 2px solid hsla(122, 43%, 36%, 1);
}

[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
    background-color: hsla(122, 43%, 36%, 1);
    color: #fff;
}

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

@media screen and (min-width: 993px) {
    .btn-contact a.btn:hover {
        color: #fff;
    }

    .btn-contact a.btn::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0%;
        left: 0;
        bottom: 0;
        transition: .6s;
        border-radius: var(--button-border-radius);
        background-color: #000;
        opacity: 1;
        z-index: -1;
    }

    .btn-contact a.btn:hover::before {
        height: 100%;
    }
}


/* 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: 600;
}

.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: hsla(122, 45%, 85%, 1);
    position: relative;
    z-index: 0;
}

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

.slide-img.slide-01 {
    background-image: url('../assets/gifs/slider/slide-01.jpg');
    border-radius: 0 0 60px 60px;
    background-size: cover;
    background-position: center;
}

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

body.index-page {
    background-color: hsla(122, 45%, 85%, 1);
}


/* ********************************************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 .contact-link {
        display: none;
    }

    .main-header-content {
        background-color: var(--accent-color);
        border-radius: 300px;
        max-width: 1039px;
        margin: 1.5rem auto 0;
    }

    .header-content .nav#main-nav>ul>li>a {
        padding: .5rem .75rem;
        color: hsla(0, 0%, 12%, 1);
    }

    .header-content {
        background-color: #fff;
    }

    .index-page .header-content,
    .contact-page .header-content,
    .page-interne .header-content,
    .actualites-detail .header-content,
    .actualites-listing .header-content,
    .catalogue-listing .header-content,
    .catalogue-detail .header-content {
        background-color: transparent;
    }

    .index-page,
    .contact-page,
    .page-interne,
    .actualites-detail,
    .actualites-listing,
    .catalogue-listing,
    .catalogue-detail {
        padding-top: 0 !important;
    }

    .sticky-active .header-content {
        background-color: #fff;
    }

    .header-content .nav ul li.sous_menu ul.dropdown li a {
        font-size: 14px;
    }

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

    .header-content .nav ul li.sous_menu a::after {
        text-decoration: none;
    }

    a.lien-maps:hover {
        text-decoration: underline;
    }
}

@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 {
        padding-bottom: 1rem;
        padding-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;
    }

    .fold {
        background-color: #fff;
    }

    .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 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.slide-content {
    padding: 269px 0 169px;
}

.title-1 {
    margin: 0;
}

@media screen and (min-width: 993px) {
    .slide-content .title-1 {
        position: relative;
        z-index: 2;
    }

    .slide-content .title-1::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-t1.png);
        width: 550px;
        height: 450px;
        left: 20%;
        top: 138px;
        z-index: -1;
    }
}

@media screen and (max-width: 992px) {
    .slide-content {
        padding: 80px 0 165px;
    }

    .title-1,
    h1 {
        font-size: 33px;
    }

    .title-2,
    h2 {
        font-size: 27px;
    }

    .title-1 br,
    .title-2 br {
        display: none;
    }
}


/* ******************************************bloc contact****************************************** */

.bloc-contact {
    box-shadow: 0px 6px 18px 0px hsla(0, 0%, 0%, 0.06);
    border-radius: 30px;
    max-width: 1320px;
    margin: -115px auto 0;
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

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

@media screen and (min-width: 993px) {
    .bloc-contact .col:not(:last-of-type) .card-contact {
        position: relative;
    }

    .bloc-contact .col:not(:last-of-type) .card-contact::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 144px;
        background-color: #D1D1D1;
        right: 0;
        top: 0;
    }

    .slide-content .btn-contact {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 992px) {
    .bloc-contact .row {
        display: flex;
        justify-content: center;
        row-gap: 2rem;
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .card-contact img {
        min-width: 71px;
    }
}


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

.points-forts {
    padding: 3rem 0;
}

.card-pf {
    padding: 3rem;
}

.card-pf .title-3 {
    line-height: 100%;
    letter-spacing: 0px;
    margin: 20px 0 1rem;
    color: hsla(0, 0%, 12%, 1);
}

@media screen and (min-width: 993px) {
    .points-forts {
        padding: 163px 0 29px;
        margin: -115px auto 0;
    }

    .index-page main .section {
        padding: 120px 0;
    }

    .points-forts .col:not(:last-of-type) .card-pf {
        position: relative;
    }

    .points-forts .col:not(:last-of-type) .card-pf::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 200px;
        background-color: hsla(0, 0%, 82%, 1);
        right: 0;
        top: calc(50% - 76px);
    }
}

@media screen and (max-width: 1200px) {
    .card-pf {
        padding: 1.5rem;
    }
}


/* **********************************************BLOC 01***************************************** */

.border-60 {
    border-radius: 60px;
}

h1 {
    margin: 0 0 1.5rem;
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
    margin: 12px 0 0;
}

@media screen and (min-width: 993px) {
    #bloc-01 {
        padding: 0;
    }
}

@media screen and (min-width: 1400px) {
    #bloc-01 h1 {
        position: relative;
        width: fit-content;
    }

    #bloc-01 h1::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-h1.png);
        width: 358px;
        height: 30px;
        left: -5px;
        top: 61px;
    }

    .index-page .title-2 span,
    [id*="bloc"] .container .row,
    .index-page .title-2 {
        position: relative;
        z-index: 2;
    }

    .index-page .title-2 span::before {
        position: absolute;
        content: "";
        background-image: url(../assets/gifs/before-2.png);
        width: 492px;
        height: 15px;
        right: -68px;
        top: 42px;
        z-index: -1;
    }

    .index-page .encart-avis .title-2 span::before {
        background-image: url(../assets/gifs/before-2-avis.png);
        right: -129px;
    }

    .index-page .encart-equipe .title-2 span::before {
        background-image: url(../assets/gifs/before-2-equipe.png);
        right: -269px;
        height: 30px;
    }
}


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

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

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

.card-btn {
    font-weight: 600;
}

#encart-prestations {
    padding-bottom: 0;
}

.prestations-card-image {
    overflow: hidden;
    border-radius: 30px;
}

.prestations-card-image img,
.prestations-card-image a {
    border-radius: 30px;
}

.prestations-card-content {
    border-radius: 12px;
    padding: 33px 24px 24px;
    width: 90%;
    margin-top: -3rem;
    position: relative;
    z-index: 2;
    transition: .7s;
}

.prestations-card-content .img-presta {
    position: absolute;
    left: 23px;
    top: -31px;
}

.prestations-card:hover .prestations-card-content {
    background-color: var(--accent-color);
}

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

.prestations-card .card-text {
    margin: 8px 0 20px;
}

.card:has(a):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;
}

.card:hover .card-image a::before {
    background-color: #00000099;
}

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


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

.page-interne .encart-avis {
    position: relative;
}

.page-interne .encart-avis::before {
    position: absolute;
    content: "";
    background-color: hsla(122, 45%, 85%, 1);
    width: 160%;
    height: 100%;
    left: -30%;
    top: 0;
    z-index: -1;
    border-radius: 0 0 60px 60px;
}

.encart-avis .title-2 {
    margin: 0 auto 3rem;
}

.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;
    border-radius: 30px;
}

.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));
}


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

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

[id*="bloc"] img {
    border-radius: var(--border-radius);
}

[id*="bloc"] p>u {
    display: block;
    text-decoration: none;
    padding: 12px;
    border: 1px solid var(--accent-color);
}

@media screen and (min-width: 993px) {
    #bloc-02 {
        max-width: 1920px;
        margin: auto;
    }

    #bloc-02,
    .col-img {
        position: relative;
        overflow: hidden;
    }

    #bloc-02 .container {
        position: relative;
        z-index: 2;
    }

    #bloc-02::before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 52px;
        width: 995px;
        height: 1027px;
        background-image: url(../assets/gifs/before-02.png);
        z-index: 0;
    }

    #bloc-02 .col-img img {
        z-index: 2;
        position: relative;
    }

    #bloc-02 .col-img::before {
        position: absolute;
        content: "";
        top: 9%;
        left: 20%;
        width: 60%;
        height: 80%;
        border-radius: var(--border-radius);
        background-color: #C8EAC9;
        z-index: 0;
    }
}

@media screen and (max-width: 992px) {
    [id*="bloc"] img {
        display: block;
        width: auto;
        margin: auto;
    }

    [id*="bloc"] .col:has(img) {
        padding: 2rem 12px;
    }
}


/* *******************************************EQUIPE************************************************* */

.image-equipe img {
    border-radius: 12px;
}

.image-equipe.card-image {
    HEIGHT: 460px;
    overflow: hidden;
    border-radius: 12px;
}

.content-equipe {
    position: absolute;
    width: calc(100% - 24px);
    left: 12px;
    bottom: 12px;
    border-radius: 8px;
    background: hsla(0, 0%, 0%, 0.2);
    border: 1px solid;
    border-image-source: linear-gradient(110.9deg, #FFFFFF -16.08%, rgba(255, 255, 255, 0) 77.64%);
    backdrop-filter: blur(20px);
    padding: 1.5rem;
}

@media screen and (min-width: 993px) and (max-width: 1920px) {
    .encart-equipe {
        position: relative;
    }

    .encart-equipe .container {
        position: relative;
        z-index: 2;
    }

    .encart-equipe::before {
        position: absolute;
        content: "";
        bottom: -196px;
        right: 23%;
        width: 890px;
        height: 1109px;
        background-image: url(../assets/gifs/before-equipe.png);
    }
}


/* ******************************************CONTACT********************************************** */

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

.index-page #encart-contact {
    border-radius: 60px 60px 0 0;
}

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

#encart-contact .row {
    border-radius: 12px;
    background-color: hsla(122, 45%, 85%, 1);
}

#encart-contact .col-text {
    padding: 96px;
}

#encart-contact img {
    border-radius: 12px 0 0 12px;
}

#encart-contact .text {
    margin-bottom: 12px;
}

@media screen and (min-width: 993px) {
    #encart-contact .container {
        position: relative;
    }

    #encart-contact .container::before {
        position: absolute;
        content: "";
        top: 0px;
        left: -1%;
        width: 435px;
        height: 435px;
        background-image: url(../assets/gifs/bfore-contact.png);
        z-index: 0;
    }

    #encart-contact .container::after {
        position: absolute;
        content: "";
        bottom: -308px;
        left: 30%;
        width: 435px;
        height: 435px;
        background-image: url(../assets/gifs/after-contact.png);
        z-index: 0;
    }

    #encart-contact .col-image {
        padding-left: 0;
        border-radius: 12px 0 0 12px;
    }
}

@media screen and (max-width: 992px) {
    #encart-contact .col-text {
        padding: 26px;
    }

    #encart-contact .col-image {
        padding: 0;
        border-radius: 12px 12px 0 0;
    }

    #encart-contact .col-image img {
        display: block;
        width: 100%;
        object-fit: cover;
        border-radius: 12px 12px 0 0;
    }
}


/* *****************************************BLOC 03 & 04 ****************************************/

#bloc-03 {
    padding-top: 0;
    position: relative;
}

#bloc-03 img {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
}

@media screen and (min-width: 993px) {
    #bloc-03 .col-text {
        max-width: 592px;
    }

    #bloc-03 .col-text.col-right {
        margin-left: auto;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
    #bloc-03::before {
        position: absolute;
        content: "";
        bottom: 203px;
        left: 2.5%;
        width: 1566px;
        height: 1178px;
        background-image: url(../assets/gifs/before-03.png);
        z-index: 2;
    }
}


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

#encart-actualites {
    position: relative;
    box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.05);
}

@media screen and (min-width: 993px) and (max-width: 1920px) {
    #encart-actualites::before {
        position: absolute;
        content: "";
        top: -289px;
        left: 2.5%;
        width: 1456px;
        height: 2395px;
        background-image: url(../assets/gifs/before-actus.png);
        z-index: 0;
    }
}

.actualites-card-content {
    padding: 40px 20px 20px;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.actualites-card {
    border-radius: var(--border-radius);
}

.actualites-card:hover .actualites-card-content {
    background-color: hsla(122, 45%, 85%, 1);
}

.actualites-card:hover .actualites-card-content {
    background-color: #C8EAC9;
}

.actualites-card-image {
    height: 324px;
    overflow: hidden;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.actualites-card:hover img {
    transform: scale(1.1);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.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(221, 33%, 11%, 0.6);
}

.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;
}

#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 0;
}

@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);
}


/* ***********************************BLOC 05************************************************** */

#bloc-05 {
    border-radius: 0 0 60px 60px;
}


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

.bloc-form {
    padding: 3rem;
    height: 100%;
    box-shadow: 0px 4px 24px 0px #0000001A;
}

.bloc-infos {
    padding: 3rem 80px;
    height: 100%;
    color: hsla(0, 0%, 12%, 1);
}

.bloc-infos .text {
    margin-bottom: 1.5rem;
}

.bloc-infos .reseaux-sociaux svg {
    fill: hsla(0, 0%, 12%, 1);
}

.bloc-infos .reseaux-sociaux {
    margin-bottom: 2rem;
}

.bloc-infos .title-4 {
    font-weight: 500;
    font-size: 1rem;
    margin: 24px 0 12px;
}

.bloc-infos .title-3 {
    font-size: 28px;
    margin: 0 0 1.5rem;
}

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

.encart-formulaire #map {
    min-height: 450px;
    border-radius: 60px;
}

@media screen and (min-width: 993px) {
    .bloc-form .title-2 {
        margin-bottom: 3rem;
    }

    .encart-formulaire .col:has(.bloc-infos) {
        border-radius: 60px 0 0 60px;
    }

    .encart-formulaire .col:has(.bloc-form) {
        border-radius: 0 60px 60px 0;
        padding: 0;
    }

    .encart-formulaire .map-container iframe {
        height: 463px;
        margin-top: 88px;
    }

    .bloc-form {
        border-radius: 0 60px 60px 0;
    }
}

#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-radius: 8px;
    border: 1px solid hsla(0, 0%, 82%, 1);
    min-height: 50px;
    box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
}

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

#formulaire_5 p.submit .btn.primary {
    width: 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) {

    .title-2 br,
    .title-3 br {
        display: none;
    }

    .encart-formulaire .bloc-form {
        padding: 2rem 1rem;
        margin-top: 2rem;
    }

    .encart-formulaire .bloc-infos {
        padding: 2rem 1rem;
    }

    .bloc-infos .reseaux-sociaux {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .encart-formulaire .bloc-infos {
        padding: 2rem;
    }
}


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

footer {
    background-color: hsla(122, 45%, 85%, 1);
}

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

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

    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
        bottom: 100%;
    }

    .footer-contact {
        margin-top: 38px;
    }
}

@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 a {
    font-weight: 400;
    line-height: 24px;
}

#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: 700;
    line-height: 24px;
    color: #1E1E1E;
}

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


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

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

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

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

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

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

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

.page-interne .hero-bg,
.hero-interne {
    position: relative;
}

.actualites-detail .hero-interne {
    padding: 88px 0 56px;
    margin-top: 3rem;
}

.actualites-detail .hero-interne h1 {
    margin: 0;
}

.contact-hero {
    background: linear-gradient(to top, #262E26B2, transparent), url('../assets/gifs/slider/slide-01.jpg');
    background-size: cover;
    background-position: left;
}

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

.page-interne .hero-bg::before,
.hero-interne::before {
    position: absolute;
    content: "";
    background: url('../assets/gifs/slider/slide-01.jpg');
    background-size: cover;
    background-position: left;
    width: 160%;
    left: -23%;
    max-width: 1920px;
    top: 0;
    height: 100%;
    z-index: -1;
}

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

.page-interne p>em,
.catalogue-listing main p>em {
    display: block;
    font-style: normal;
    padding: 14px;
    border-radius: 12px;
    background-color: var(--accent-color-90);
}

.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 .bloc-contact,
.page-interne .bloc-note {
    margin-top: 1.5rem;
}

.page-interne .ac-doubleColonne .ac-doubleColonne {
    margin: 1.5rem 0 0;
}

.catalogue-listing .btn-cat {
    margin-bottom: 2rem;
}

body:has(.hero-interne) main>.section {
    padding-top: 0;
}

.actualites-listing main>.section {
    margin-top: -2rem;
}

.actualites-detail main>.section {
    margin-top: -4rem;
}

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

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

.page-interne #encart-actualites {
    padding-top: 0;
}

.page-interne .sc-content .ac-inlink {
    padding: 2rem;
    background-color: var(--accent-color-90);
    border-radius: var(--border-radius);
}

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

.page-interne .ac-stat .ac-colonne {
    border: 1px solid var(--primary-color);
    padding: 20px;
}

.page-interne .ac-stat .ac-colonne p {
    margin: 0;
}

.page-interne .encart-avis .container,
.page-interne .encart-formulaire .container {
    width: 100%;
}

.page-interne .encart-formulaire {
    padding: 0;
}

.page-interne h1 span {
    margin: 0;
    line-height: normal;
    letter-spacing: 0px;
}

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

.page-interne .sc-content .img-100 img {
    max-height: 400px;
    min-height: 200px;
    width: 100%;
}

@media screen and (min-width: 1400px) {
    .hero-interne * {
        max-width: 65%;
    }

    .hero-bg span {
        display: block;
        max-width: 65%;
        margin: 0;
    }
}

@media screen and (min-width: 993px) {

    .hero-bg .title-1,
    .hero-interne .title-1 {
        max-width: 70%;
    }

    .page-interne .encart-avis {
        padding: 100px 0;
    }

    .contact-hero {
        padding: 14rem 0 2rem;
    }

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

    .page-interne .hero-bg,
    .hero-interne {
        padding: 229.5px 0 129.5px;
    }

    body:not(.index-page) h1,
    .hero-bg .title-1,
    .hero-interne .title-1 {
        letter-spacing: 0px;
        margin: 0 0 0;
    }

    .page-interne h1 {
        font-size: 51px;
    }

    .contact-page .intro {
        margin-bottom: 0;
    }

    .hero-interne h1,
    .hero-bg h1 {
        margin: 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,
    #container .sc-content #relance {
        margin-bottom: 6.35rem;
    }

    .ac-doubleColonne h2 {
        margin: 0 0 1.5rem;
    }

    .page-interne #encart-contact {
        padding: 100px 0;
    }
}

@media screen and (max-width: 992px) {
    .page-interne .encart-avis {
        padding: 3rem 0;
    }

    footer .title-4,
    .title-contact {
        font-size: 20px;
    }

    .page-interne .ac-stat .ac-colonne {
        margin-bottom: 1rem;
    }

    [class*="actualites"] main>.section {
        margin-top: -1rem;
    }

    .page-interne .hero-bg,
    .hero-interne,
    .contact-hero {
        padding: 80px 0;
    }

    h1,
    .title-1 {
        font-size: 30px;
        line-height: 39px;
        margin: 0;
    }

    h1 span,
    h1.h1-geoloc span {
        font-size: 20px;
        line-height: 30px;
    }

    h2,
    .title-2 {
        font-size: 23px;
        line-height: normal;
    }

    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;
    }
}