:root {
    --primary-h: 23;
    /* hue */
    --primary-s: 44%;
    /* saturation */
    --primary-l: 96%;
    /* lightness */
    --accent-h: 226;
    /* hue */
    --accent-s: 79%;
    /* saturation */
    --accent-l: 48%;
    /* lightness */
    --text-h: 224;
    /* hue */
    --text-s: 21%;
    /* saturation */
    --text-l: 41%;
    /* lightness */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 100%;
    /* lightness */
    --primary-font: "Inter", sans-serif;
    --secondary-font: "Plus Jakarta Sans", sans-serif;
    --h1-font-size: 3.75rem;
    --h2-font-size: 2.5rem;
    --h3-font-size: 1.5rem;
    --headings-line-height: 3.75rem;
    --link-color: var(--accent-color);
    --border-radius: 0.5rem;
    --button-border-radius: 2.5rem;
    --transition: 0.3s all ease-in-out;
    --accent-50: hsla(214, 100%, 97%, 1);
    --accent-950: hsla(229, 59%, 21%, 1);
    --primary50: hsla(82, 44%, 95%, 1);
    --primary500: hsla(87, 41%, 44%, 1);
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
    font-family: var(--secondary-font);
    font-weight: 600;
    color: hsla(228, 20%, 20%, 1);
}

.relative {
    position: relative;
}

.nowrap {
    flex-wrap: nowrap;
}

.card {
    position: relative;
    display: block;
}

.card:hover img {
    transform: scale(1.15);
}

.card a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 4;
}

.card-image {
    position: relative;
    overflow: hidden;
}

div#blocHorsLigne {
    z-index: 999999999 !important;
}

@media screen and (min-width: 993px) {
    .index-page main .section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .fold .view-contact {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .fold .view-contact {
        padding: 10px 0;
    }
    .menu-mobile .menu-title {
        color: white;
    }
}

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


/* ==============================  BOUTON ==============================  */


/* ---------------- BOUTON RDV -----------------------*/

.btn-rdv a.btn.accent {
    position: relative;
    display: flex;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
    align-items: center;
    z-index: 1;
    gap: 8px;
    padding: 13px 24px;
}

.btn-rdv a.btn.accent::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent-950);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s ease-in-out;
    z-index: -1;
}

.btn-rdv a.btn.accent:hover::after {
    transform: scaleY(1);
}


/* ---------------- BOUTON CONTACT -----------------------*/

.btn-contact a.btn.accent {
    position: relative;
    display: flex;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
    align-items: center;
    z-index: 1;
    background-color: white;
    color: var(--accent-color);
    padding: 13px 20px;
}

.btn-contact a.btn.accent:hover {
    color: white;
}

.btn-contact a.btn.accent::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s ease-in-out;
    z-index: -1;
}

.btn-contact a.btn.accent:hover::after {
    transform: scaleY(1);
}

.btn-rdv img {
    filter: brightness(0) invert(1);
}

.btn.outlined {
    background-color: var(--accent-950);
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    font-weight: 600;
    color: white;
    padding: 13px 24px;
}

a.btn.outlined::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s ease-in-out;
    z-index: -1;
}

a.btn.outlined:hover::after {
    transform: scaleY(1);
}

@media screen and (min-width: 601px) {
    .btn-rdv {
        width: fit-content;
    }
}

@media screen and (max-width: 600px) {
    .btn-rdv {
        width: 100%;
        margin-top: 8px;
    }
    .btn-rdv a.btn.accent,
    .btn-contact a.btn.accent {
        justify-content: center;
    }
}


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


/* SLIDER */

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

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

.slide-img {
    background-size: cover;
    background-position: center;
}

.slide-img.slide-01 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%), url('../assets/gifs/slider/slide-01.jpg');
    background-size: cover;
    height: 93vh;
}

.slide-img.slide-02 {
    background-image: url('../assets/gifs/slider/slide-02.jpg');
}

.slide-img.slide-03 {
    background-image: url('../assets/gifs/slider/slide-03.jpg');
}

.slide-content {
    margin-bottom: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

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

.slide-content .title-1 {
    margin-bottom: 60px;
    margin-top: 0;
    color: white;
}

@media screen and (max-width: 600px) {
    .slide-img.slide-01 {
        height: 65vh;
    }
}


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

@media (max-width: 1200px) and (min-width: 993px) {
    .header-content .nav#main-nav>ul>li>a {
        font-size: 14px;
    }
    .btn.accent,
    .btn.secondary {
        padding: 0px 11px;
        font-size: 14px;
    }
}

@media screen and (min-width: 993px) {
    .top-bar {
        background: var(--accent-color);
        border-radius: var(--border-radius);
    }
    .p-ville {
        display: none;
    }
    .main-header-content {
        padding-block: 24px;
    }
    .header-content {
        background: transparent;
        z-index: 100;
        transition: all .3s;
    }
    .sticky-active .header-content.sticky-desktop.sticky-element.sticky-scroll-up {
        background: var(--accent-950);
    }
    .header-content #nav-container {
        margin: 0;
        padding: 0;
    }
    .header-content .nav#main-nav>ul {
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        width: auto;
    }
    .header-content .nav#topbar-nav ul li.sous_menu ul.dropdown {
        gap: inherit;
    }
    .header-content .nav#main-nav>ul>li>a {
        position: relative;
        padding: 0.5rem;
        height: 100%;
        color: white;
    }
    .header-content .nav#topbar-nav>ul>li>a {
        position: relative;
        padding: 12px 0.5rem;
        height: 100%;
    }
    .header-content .nav#topbar-nav>ul>li>a:hover,
    .header-content .nav#topbar-nav>ul>li>a:focus,
    .header-content .nav#topbar-nav>ul>li>a.selected {
        color: white;
    }
    .header-content .nav#main-nav>ul>li>a::before,
    .header-content .nav#topbar-nav>ul>li>a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2px;
        background-color: var(--accent-color);
        width: 0;
        transition: var(--transition);
    }
    .header-content .nav#main-nav>ul>li>a::before {
        background-color: var(--accent-color);
    }
    .header-content .nav#topbar-nav>ul>li>a::before {
        background-color: white;
    }
    .header-content .nav#main-nav>ul>li>a.selected:before,
    .header-content .nav#main-nav>ul>li>a:hover:before,
    .header-content .nav#topbar-nav>ul>li>a.selected:before,
    .header-content .nav#topbar-nav>ul>li>a:hover:before {
        width: 100%;
        left: 0;
        right: 0;
    }
    .header-content .nav .dropdown a {
        font-size: 0.85rem;
        color: var(--text-color);
    }
    .header-content .nav .dropdown a:hover {
        color: var(--accent-color);
    }
    .no-menu-desktop {
        display: none;
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a.selected {
        color: var(--accent-color);
    }
}

@media screen and (min-width: 1200px) {
    .header-content .nav#main-nav>ul {
        gap: 20px;
    }
}

.main-header-content address {
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .header-content .nav#topbar-nav li:not(.opened) a {
        padding: .5rem 5%;
        font-size: 16px;
    }
    .menu-mobile .btn-menu {
        height: 3rem;
        color: white;
        border: none;
        background: none;
        transition: color 0.3s;
    }
    .header-content .nav ul li a.selected {
        color: var(--accent-color);
        background-color: var(--primary-color-50);
    }
    .menu-mobile {
        height: 7.5rem;
        z-index: 10;
        background-color: var(--accent-color-20);
        transition: all .3s;
    }
    .header-content #nav-container {
        margin-top: 7.5rem;
    }
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        height: 7.5rem;
    }
    .header-content .nav .dropdown,
    .header-content .nav .ssdropdown {
        top: 7.5rem;
    }
    .header-content .nav ul li a.selected {
        background-color: transparent;
    }
    header address {
        margin: 15px 0px;
    }
    .header-content .nav .sous_menu .btnMenuLevel2,
    .header-content .nav .sous_menu .btnMenuLevel3 {
        color: var(--accent-color);
    }
    body {
        padding-top: 8rem;
    }
}


/*============= LIEN WHATSAPP  ==================*/

.fixed-link {
    position: fixed;
    right: 0;
    width: 190px;
    height: 50px;
    display: flex;
    transition: background-color 0.3s;
    z-index: 9999;
    border-radius: var(--button-border-radius);
    background-color: hsla(142, 70%, 49%, 1);
    border: 2px solid hsla(142, 70%, 49%, 1);
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    gap: 10px;
}


/* Premier lien */

.fixed-link.first {
    top: 50vh;
}

.fixed-link.first:hover {
    background-color: rgb(15, 184, 77);
}


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

@media screen and (min-width: 993px) {
    .sticky {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 0;
    }
}

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

h1.h1-geoloc span,
.title-1.h1-geoloc span {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
    color: hsla(224, 19%, 34%, 1);
}


/* ******************************************* ENCART POINT FORTS ******************************************** */

#point_fort {
    position: relative;
}

#point_fort .title-3 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: -1px;
    color: hsla(228, 20%, 20%, 1);
}

.point-content {
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 48px;
    border-radius: var(--border-radius);
    gap: 20px;
}

.point-content p {
    margin: 0;
}

.point-content img {
    width: auto;
}


/* ******************************************* ENCART PRESTATION ******************************************** */

#encart-prestations {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 0;
    overflow: hidden;
    /* Pour s'assurer que le before ne dépasse pas */
}

#encart-prestations::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/gifs/bg-presta.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    z-index: -1;
}

.prestations-card {
    background-color: var(--primary50);
    padding: 24px;
    border-radius: var(--border-radius);
    transition: var(--transition)
}

.prestations-card:hover {
    background-color: var(--primary500);
    color: white;
}

.prestations-card:hover .prestations-card-title a,
.prestations-card:hover .link-presta,
.prestations-card:hover .prestations-card-content p {
    color: white;
}

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

.prestations-card-title a {
    color: hsla(228, 20%, 20%, 1);
    font-size: 21px;
    text-decoration: none;
}

.link-presta {
    text-decoration: none;
    color: hsla(228, 20%, 20%, 1);
    font-family: var(--secondary-font);
    font-weight: 600;
}

.link-presta span {
    width: 0;
    opacity: 0;
    transition: var(--transition);
}

.prestations-card:hover .link-presta span {
    width: 8px;
    height: 8px;
    background: white;
    display: inline-block;
    margin-right: 7px;
    border-radius: 50%;
    opacity: 1;
}

.prestations-card-content p {
    color: hsla(224, 19%, 34%, 1);
}

.deco-img {
    width: 78%;
    position: absolute;
    bottom: -21%;
    right: 0;
}

#encart-prestations .slick-slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 1200px) and (min-width: 993px) {
    .deco-img {
        width: auto;
        position: absolute;
        bottom: -8%;
        right: 0;
    }
}

@media screen and (max-width: 992px) {
    .deco-img {
        width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
    }
}


/* ******************************************** ENCART AVIS ****************************************** */

.avis-encart-card-text {
    margin-left: 20%;
}

.slick-avis {
    margin-top: 64px;
}

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

.avis-card {
    background-color: white;
}

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


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

#bloc-02 {
    background-color: var(--primary-color);
    position: relative;
}

#bloc-02 img {
    border-radius: var(--border-radius);
}

#bloc-02 img.img-bloc {
    height: 60vh;
    object-fit: cover;
}

.mt48 {
    margin-top: 48px;
}

#bloc-02 h2 {
    margin-top: 0;
}

#bloc-02 .point-content {
    text-align: left;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0px;
    border-radius: var(--border-radius);
    gap: 20px;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 30px;
}

.point-card-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}

.point-card-content .title-3 {
    margin: 0;
}

@media screen and (max-width: 992px) {
    #bloc-02 .slick-ponit-forts {
        margin-top: 48px;
    }
}


/* ******************************************** BLOC 04 ****************************************** */

#bloc-04 {
    background: var(--background-color);
}

@media screen and (min-width: 993px) {
    #bloc-04 img.bloc-img,
    #bloc-06 img.bloc-img {
        position: absolute;
        width: 47vw;
        top: 0;
        transform: translate(0%);
        left: 0;
        max-width: none;
    }
}


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

#encart-contact {
    background-color: var(--accent-50);
    padding-block: 80px;
    overflow: hidden;
    position: relative;
}

#encart-contact .title-2 {
    margin: 0;
    letter-spacing: -2px;
}

#encart-contact img.deco1 {
    position: absolute;
    top: -37px;
    max-width: max-content;
    right: 0;
}

#encart-contact img.deco2 {
    position: absolute;
    top: -37px;
}

#encart-contact .btn-contact a.btn.accent,
.fold .btn-contact a.btn.accent {
    border: 1px solid;
}

@media screen and (max-width: 992px) {
    #encart-contact img.deco1,
    #encart-contact img.deco2 {
        display: none;
    }
}


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

#bloc-05 {
    border-bottom: 1px solid hsla(209, 37%, 89%, 1);
    background-color: var(--background-color);
    position: relative;
}

@media screen and (min-width: 993px) {
    #bloc-05 img {
        position: absolute;
        width: 47vw;
        top: 0;
        transform: translate(0%);
        right: 0;
        max-width: none;
    }
}


/* ******************************************* BLOC 06 ******************************************** */

#bloc-06 {
    background-color: var(--background-color);
    position: relative;
}

#bloc-06 .btn-contact a.btn.accent {
    border: 1px solid;
}


/* ******************************************** FAQ ****************************************** */

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
}

.faq-question h3 {
    margin: 0;
    font-size: 16px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    transition: max-height 0.4s ease, padding 0.3s;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 1rem;
}

.icon {
    font-size: 20px;
    transition: transform 0.3s;
    width: 25px;
    height: 25px;
    border: 1px solid hsla(10, 40%, 48%, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 700;
    line-height: 25px;
    color: hsla(10, 40%, 48%, 1);
}

.faq-item.active .icon {
    transform: rotate(180deg);
}


/* ******************************************* ENCART ACTUALITES ******************************************** */

#encart-actualites {
    background-color: var(--background-color);
    position: relative;
}

.actualites-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.slick-actualites {
    margin-top: 2rem;
    margin-bottom: 48px;
}

.actualites-card a {
    font-size: var(--h3-font-size);
    text-decoration: none;
    color: var(--title-color);
}

.actualites-card-title {
    height: 2.3em;
    font-size: 20px;
    line-height: 26px;
    margin-block: 12px;
}

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

.actualites-card:hover .actualites-card-image a::before {
    background-color: hsla(0, 0%, 0%, 0.3);
}

a.lire-plus {
    font-size: 16px;
    margin-top: 10px;
    text-decoration: none;
    display: block;
}

#listing-autres-actus-categorie ul {
    padding-left: 0;
}

@media screen and (min-width: 601px) {
    .recherche_actu #recherche_actu_submit {
        margin-left: 0.5rem;
        width: auto;
    }
    .btn.outlined {
        width: auto;
    }
}


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

#encart-contact2 {
    background-color: var(--accent-50);
    position: relative;
}

#encart-contact2 .btn-rdv img {
    filter: none;
}

.contenu-contact {
    padding: 48px 0;
    border-radius: var(--border-radius);
}

#encart-contact2 .deco1 {
    position: absolute;
    bottom: -48px;
}

.btn-contact2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid;
}

#encart-contact2 .title-2 {
    color: white;
    margin: 0;
}

#encart-contact2 .btn-rdv a.btn.accent {
    background-color: white;
    color: hsla(228, 20%, 20%, 1);
}

#encart-contact2 .btn-rdv a.btn.accent:hover {
    color: white;
}

#encart-contact2 .btn-rdv a.btn.accent::after {
    background-color: var(--accent-950);
}

@media screen and (max-width: 992px) {
    .contenu-contact {
        text-align: center;
    }
    .deco1 {
        display: none;
    }
}


/* ==============================  FOOTER  ============================== */

footer {
    background: hsla(0, 0%, 100%, 1);
    padding-block: 8px;
}

footer .section {
    border-bottom: 1px solid hsla(209, 37%, 89%, 1);
}

footer svg {
    fill: hsla(0, 0%, 12%, 1);
}

.lien-maps span {
    display: block;
}

.footer-2 nav a {
    font-weight: 700;
}

.footer-2 {
    padding: 10px 0;
    background-color: hsla(228, 20%, 20%, 1);
    color: white;
}

.titre-coord {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--primary950);
}

footer address {
    margin: 1rem 8px;
}

footer .reseaux-sociaux {
    margin: 0 auto;
    width: max-content;
}

a.lien-maps:hover {
    display: inline-block;
    opacity: 0.7;
}

#footer-nav .nav ul li.no-menu {
    display: none;
}

#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;
    margin: -0.125em 0 0 0.25em;
    text-decoration: none;
}

#footer-nav nav a {
    font-weight: 400;
    line-height: 24px;
}

footer nav a:hover {
    color: var(--accent-color);
}

#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;
    color: var(--accent-color)
}

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

@media screen and (max-width: 992px) {
    footer {
        text-align: center;
    }
    #footer-nav .nav>ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 1.5rem 0;
        flex-direction: column;
    }
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
        display: none;
    }
    #footer-nav .nav ul li.sous_menu>a::after {
        display: none;
    }
    .mt-30 {
        margin-bottom: 30px;
    }
    img.footer-only {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}


/* ******************************************* PAGE INTERNE ******************************************** */

.bg-hero::before,
.hero-interne::before,
.hero-interne::after,
.bg-hero::after {
    position: absolute;
    content: "";
    background: url('../assets/gifs/slider/slide-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    height: 100%;
    z-index: -1;
    background-position: center;
    margin: 0 auto;
}

h1 span,
.title-1 span {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    color: hsla(224, 19%, 34%, 1);
}

.page-interne .bg-hero::after,
.hero-interne::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.sc-content .ac-doubleColonne.bg-hero,
.hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 530px;
    margin-bottom: 48px;
    margin-top: -1.4rem;
}

nav#fil_ariane,
#fil_ariane {
    margin-bottom: 48px;
}

.contact-page .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 637px;
    margin-bottom: 48px;
    margin-top: 0;
    padding-top: 75px;
}

.hero-interne h1,
.bg-hero h1,
.hero-interne .title-1,
.bg-hero .title-1 {
    text-align: left;
    color: white;
    line-height: 68px;
}

.page-interne #encart-contact {
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    height: 100%;
    position: relative;
    padding-block: 6.5rem;
}

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


/* PAGE ACTU DETAIL */

.container_actualite .clear_both {
    margin-bottom: 0px;
}

body.actualites-detail .listing-autres-actus-categorie {
    height: max-content;
    padding: 24px;
    margin-bottom: 24px;
    background-color: var(--accent-color-90);
    border-radius: var(--border-radius);
}

body.actualites-detail .listing-autres-actus-categorie .detail-btn {
    text-align: center;
}

#listing-autres-actus-categorie ul li ul {
    padding-left: 0;
}

#listing-autres-actus-categorie ul li ul li {
    list-style: none !important;
}

#listing-autres-actus-categorie ul li a {
    text-decoration: none;
}

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

.fb-like.fb_iframe_widget {
    position: relative;
    top: 6px;
}

.listing-autres-actus-categorie-mois {
    margin-block: 5px;
    display: block;
}


/* pagination actu*/

.paginationControl {
    letter-spacing: normal;
    text-align: center;
    padding: 40px 0 0;
}

.paginationControl a,
.paginationControl span {
    display: inline-block !important;
    padding: 0 10px;
    color: white;
    font-size: 14px;
    line-height: 30px;
    background: var(--primary-color);
    border: 1px solid #dcdde1;
}

.paginationControl a:hover,
.paginationControl span.selected {
    color: white;
    background: var(--accent-color);
}

.paginationControl span.disabled {
    color: #353b48;
    background: #dcdde1;
}

form .btn.accent {
    width: 100%;
}

.block-txt .ac-colonne {
    border: 1px solid hsla(219, 32%, 60%, 1);
    padding: 20px;
}

.sc-content .ac-doubleColonne.block-txt .ac-colonne img {
    max-width: 400px;
    margin: auto;
    display: table-row;
    text-align: center;
}

section.ac-doubleColonne.block-txt h3 {
    text-align: center;
}

.contact-page-horaires .row {
    margin-block: .85rem;
}

.page-interne .ac-stat .ac-colonne {
    border: 1px dotted var(--accent-color-30);
    padding: 15px;
}

.page-interne .ac-stat .title-3 {
    font-size: 21px;
}

.page-interne .ac-colonne em {
    display: block;
    font-style: normal;
    background: var(--accent-color-90);
    padding: 16px;
}

@media screen and (min-width: 993px) {
    .cp_ville {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .page-interne h2 {
        margin: 15px 0;
    }
    .sc-content .ac-doubleColonne .img-right img {
        padding-left: 80px;
        height: 100%;
        object-fit: cover;
    }
    .sc-content .ac-doubleColonne .img-left img {
        padding-right: 80px;
        height: 100%;
        object-fit: cover;
    }
    .actualites-listing .recherche_actu #recherche_actu_submit {
        width: 3.3rem;
    }
}

@media screen and (max-width: 992px) {
    .contact-page .hero-interne {
        margin-top: 0;
    }
    .block-txt .ac-colonne {
        border: 1px solid hsla(219, 32%, 60%, 1);
        padding: 20px;
        margin-bottom: 48px;
    }
    .page-interne #encart-formulaire {
        padding-block: 2.5rem;
    }
    .page-interne .ac-stat .ac-colonne {
        margin-bottom: 32px;
    }
}

.politique-de-confidentialite .btn-contact a.btn.accent {
    border: 1px solid;
}

.plan-site .fil-ariane {
    margin-bottom: 48px;
}

@media screen and (min-width: 601px) {
    .recherche_actu #recherche_actu_submit {
        margin-left: .5rem;
        width: 3rem;
        padding: 7px;
    }
    .politique-de-confidentialite .btn-contact {
        width: fit-content;
    }
}