:root {
    --primary-h: 0;
    /* hue */
    --primary-s: 54%;
    /* saturation */
    --primary-l: 21%;
    /* lightness */
    --accent-h: 7;
    /* hue */
    --accent-s: 91%;
    /* saturation */
    --accent-l: 42%;
    /* lightness */
    --text-h: 0;
    /* hue */
    --text-s: 0%;
    /* saturation */
    --text-l: 24%;
    /* lightness */
    --background-h: 30;
    /* hue */
    --background-s: 27%;
    /* saturation */
    --background-l: 96%;
    /* lightness */
    --primary-font: "indivisible", sans-serif;
    ;
    --secondary-font: "cheddar-gothic-sans", sans-serif;
    ;
    --h1-font-size: 3.8125rem;
    --h2-font-size: 2.5rem;
    --h3-font-size: 1.5rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --border-radius: 0.5rem;
    --button-border-radius: .25rem;
    --transition: 0.3s all ease-in-out;
    --accent-900: hsla(8, 77%, 31%, 1);
    --accent-950: hsla(7, 92%, 22%, 1);
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--primary-color);
    letter-spacing: 2px
}

.relative {
    position: relative;
}

.card {
    position: relative;
    display: block;
    transition: var(--transition);
}

.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;
    height: 100%;
    border-radius: var(--border-radius);
}

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

.nowrap {
    flex-wrap: nowrap;
}

.erreur .erreur,
.divGenerateurErreur .erreur {
    font-size: 14px;
}

.row-gap-24 {
    row-gap: 24px;
}

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

@media screen and (min-width: 993px) {
    .fold .view-contact {
        display: none;
    }
    .index-page .section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
    .pl-68 {
        padding-left: 68px;
    }
    .pr-68 {
        padding-right: 68px;
    }
}

@media screen and (max-width: 992px) {
    .fold .view-contact {
        padding-block: 8px;
    }
    .title-2,
    h2 {
        font-size: 33px;
    }
}


/* ******************************************* BOUTON ******************************************** */

a.btn svg {
    margin-left: 10px;
}

.btn-rdv .content+.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-rdv a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.3s;
    height: 53px;
}

.btn-rdv a .content {
    position: relative;
    transition: 0.5s;
    height: 53px;
    display: flex;
    justify-content: center;
    line-height: 23px;
    bottom: -4%;
    align-content: center;
}

.btn-rdv a:hover .content {
    bottom: 267%;
}

.btn-rdv .btn.accent:hover {
    background-color: var(--accent-color);
}

.btn-rdv .btn.accent:hover svg {
    margin-top: 0px;
}

.btn-contact .btn.accent:hover {
    background-color: hsla(0, 51%, 35%, 1);
    color: white;
    border-color: hsla(0, 51%, 35%, 1);
}

.btn-contact .btn.accent {
    background-color: hsla(0, 54%, 21%, 1);
    border: 1px solid hsla(0, 54%, 21%, 1);
    color: white;
    font-weight: 600;
    padding: 13px 24px;
}

.btn.outlined {
    padding: 5px 24px;
    color: white;
    font-weight: bold;
    border: 10px solid transparent;
    border-image: url('../assets/gifs/border-btn.png') 12 round;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.btn.outlined:hover {
    background: white;
    color: hsla(210, 4%, 11%, 1);
    border-color: hsla(0, 0%, 12%, 1);
}

.btn.accent {
    padding: 14px 8px;
    color: var(--background-color);
    font-weight: 600;
}

@media (max-width: 1155px) and (min-width: 993px) {
    .header-content .btn.accent {
        font-size: 14px;
    }
    .header-content .nav#main-nav>ul>li>a {
        position: relative;
        padding: 0.5rem;
        height: 100%;
        font-size: 14px;
    }
}

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


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

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

@media (max-width: 1065px) and (min-width: 993px) {
    .main-header-content .brand img {
        max-width: 138px;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding: 0.5rem;
    }
}

@media screen and (min-width: 993px) {
    .main-header-content {
        padding-block: 16px;
    }
    .top-bar {
        background-color: var(--accent-900);
    }
    .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 {
        gap: 50px;
    }
    .header-content .nav#topbar-nav ul li.sous_menu ul.dropdown {
        gap: inherit;
    }
    .header-content .nav#main-nav>ul>li>a {
        color: white;
        font-size: 18px;
    }
    .header-content .nav#main-nav>ul>li>a {
        position: relative;
        padding: 1rem 0.5rem;
        height: 100%;
    }
    .header-content .nav#topbar-nav>ul>li>a {
        position: relative;
        padding: 10px 0.5rem;
        height: 100%;
    }
    .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: hsla(0, 61%, 60%, 1);
        width: 0;
        transition: var(--transition);
    }
    .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);
    }
    .nav#main-nav>ul>li.sous_menu>a {
        cursor: default;
    }
}

@media screen and (min-width: 1200px) {
    .header-content .nav#main-nav>ul {
        gap: 16px;
    }
    .header-content .nav#main-nav>ul>li>a {
        color: white;
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .view-contact {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .menu-mobile .btn-menu {
        height: 3rem;
        color: var(--accent-950);
        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: 5.5rem;
        z-index: 10;
        background-color: var(--background-color);
        transition: all .3s;
    }
    .header-content #nav-container {
        margin-top: 5.5rem;
    }
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        height: 5.5rem;
        color: var(--accent-950);
    }
    .header-content .nav .dropdown,
    .header-content .nav .ssdropdown {
        top: 5.5rem;
    }
    .header-content .nav ul li a.selected {
        background-color: transparent;
    }
    header address {
        margin: 15px 0px;
    }
}


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

@media screen and (min-width: 993px) {
    .brand {
        text-align: center;
    }
}


/* SLIDER */


/* ====== */

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

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

.slide-img {
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

.slide-img.slide-01 {
    background: linear-gradient(0deg, rgba(45, 31, 29, 0.7), rgba(45, 31, 29, 0.7)), url('../assets/gifs/slider/slide-01.jpg');
    background-position: center;
}

.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-img .container .bloc {
    height: 500px;
}

.slide-content {
    margin-block: 14rem;
}

.slide-content .title-1 {
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 24px;
    color: white;
}

.slide-content .btn-contact .btn.accent,
#encart-contact .btn-contact .btn.accent {
    background-color: hsla(30, 27%, 96%, 1);
    border: 1px solid hsla(30, 27%, 96%, 1);
    color: var(--accent-950);
    font-weight: 600;
    padding: 13px 24px;
}

.slide-content .btn-contact .btn.accent:hover,
#encart-contact .btn-contact .btn.accent:hover {
    background-color: hsla(0, 51%, 35%, 1);
    color: white;
    border-color: hsla(0, 51%, 35%, 1);
}

.slick-slide img {
    display: inline;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.slick-dots li button .slick-dot-icon:before {
    content: "";
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: hsla(28, 26%, 72%, 1);
    border-radius: 50%;
    transform: translate(0%);
    transition: all 0.3s ease;
    right: 0;
}

.slick-dots li button {
    display: block;
    height: 8px;
    width: auto;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    border: 0;
    background: transparent;
    cursor: pointer;
}


/* Slide active */

.slick-dots li button .slick-dot-icon {
    opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
    width: 60px;
    height: 8px;
    background-color: var(--accent-color);
    border-radius: 4px;
}

@media screen and (min-width: 993px) {
.slide-img.slide-01 {
    background: linear-gradient(0deg, rgba(45, 31, 29, 0.7), rgba(45, 31, 29, 0.7)), url(../assets/gifs/slider/slide-01.jpg);
    background-position: center;
}
}

@media (max-width: 1065px) and (min-width: 993px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 600px) {
    .slide-content {
        margin-block: 8rem;
    }
}


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

.slick-prestations {
    margin-top: 4rem;
}

#encart-prestations .title-2 {
    margin-top: 24px;
    margin-bottom: 20px;
}

.prestations-card,
.prestations-card img {
    height: 391px;
    object-fit: cover;
    position: relative;
}

.prestations-card-title {
    width: auto;
    margin: 0 auto;
    background: var(--accent-900);
    border-radius: var(--border-radius);
}

.prestations-card-content a {
    color: white;
    text-decoration: none;
    position: relative;
}

.prestations-card-content {
    position: absolute;
    bottom: 0;
    padding: 30px;
    left: 0;
    right: 0;
}

.prestations-card-title a {
    font-size: 24px;
    line-height: 49px;
    text-decoration: none;
    color: white;
    letter-spacing: 2px;
    padding: 10px 20px;
}

.prestations-card-image a {
    position: relative;
    z-index: 0;
    display: block;
}

.prestations-card:hover .prestations-card-image a:before {
    background: hsla(0, 54%, 21%, 0.4);
}

@media screen and (min-width: 993px) {
    #encart-prestations p {
        margin-block: 12px 0;
    }
    .prestations-card-content {
        display: flex;
        flex-direction: column;
    }
}


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

h1.h1-geoloc span,
.title-1.h1-geoloc span {
    font-size: 24px;
}

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


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

#point_fort {
    padding-block: 40px;
    position: relative;
    background: var(--background-color);
}

#point_fort .title-3 {
    font-weight: 400;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}

.point-content {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.point-content img {
    width: auto;
}


/* =================== ENCART CATALOGUE ================ */

#encart-catalogue,
#encart-actualites {
    background-color: var(--accent-950);
    position: relative;
    overflow: hidden;
    z-index: 1;
}


/* Image de fond 1 */

#encart-catalogue::before,
#encart-actualites::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url('../assets/gifs/bg-cat-left.png');
    /* remplace par ton image */
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    /* optionnel : transparence */
}


/* Image de fond 2 */

#encart-catalogue::after,
#encart-actualites::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -73px;
    width: 50%;
    height: 100%;
    background-image: url('../assets/gifs/bg-cat-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#encart-catalogue .title-2,
#encart-actualites .title-2 {
    color: white;
}

.slick-catalogue {
    margin-top: 60px;
}

.catalogue-categorie {
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.slick-next .slick-next-icon:before,
.slick-prev .slick-prev-icon:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../assets/gifs/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev .slick-prev-icon:before {
    transform: scaleX(-1);
}

.slick-prev .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
    display: block;
    color: var(--text-color);
    opacity: 1;
    font-family: "slick";
    font-size: 24px;
    line-height: 1;
}

.catalogue-card-image a img {
    width: 100%;
}

.catalogue-card-title {
    width: auto;
    margin: 0 auto;
    background: hsla(30, 27%, 96%, 1);
    padding: 10px 20px;
    border-radius: var(--border-radius);
}

.catalogue-card-content a {
    color: var(--accent-950);
    text-decoration: none;
    position: relative;
    font-size: 24px;
    letter-spacing: 2px;
}

#encart-catalogue .catalogue-card .catalogue-card-content {
    opacity: 0;
    position: absolute;
    bottom: 0;
    padding: 30px;
    left: 0;
    right: 0;
    display: flex;
    height: 100%;
    align-items: center;
    transition: var(--transition);
    background: hsla(8, 89%, 51%, 0.4);
}

#encart-catalogue .catalogue-card:hover .catalogue-card-content {
    opacity: 1;
}

.catalogue-card-title {
    height: auto;
    text-align: center;
}

.catalogue-encart-btn {
    margin-top: 105px;
}

@media screen and (max-width: 992px) {
    #encart-catalogue::before,
    #encart-actualites::before {
        display: none;
    }
}


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

#encart-contact {
    background: linear-gradient(0deg, hsla(7, 92%, 10%, 0.6), hsla(7, 92%, 10%, 0.6)), url('../assets/gifs/bg-contact.jpg');
    background-position: center;
}

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

.contact-card-title {
    font-family: var(--primary-font);
    margin-bottom: 6px;
    font-weight: 600;
}

.contact-card {
    margin-bottom: 24px;
    margin-top: 0px;
}

#encart-contact .coordonner {
    background-color: white;
    padding: 40px;
    border-radius: var(--border-radius);
    color: var(--accent-950);
    max-width: 366px;
}

#encart-contact .coordonner .title-3 {
    color: var(--accent-950);
    position: relative;
    width: fit-content;
}

#encart-contact .coordonner .title-3::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -70px;
    width: 53px;
    height: 47px;
    background-image: url('../assets/gifs/info-titre.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

@media screen and (min-width: 993px) {
    #encart-contact .title-2 {
        font-size: 45px;
        color: white;
        margin-right: 98px;
    }
}

@media screen and (max-width: 992px) {
    #encart-contact .coordonner {
        margin-top: 32px;
    }
    #encart-contact .title-2 {
        color: white;
    }
}

@media screen and (max-width: 600px) {
    #encart-contact .coordonner {
        margin-left: 0;
        max-width: 100%;
    }
    .text-center {
        text-align: center;
    }
    #encart-contact .btn-rdv {
        margin-top: 32px;
    }
}


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

.encart-avis {
    padding-block: 80px;
}

.encart-avis .title-2 {
    margin: 0 auto;
    position: relative;
    width: fit-content;
}

.encart-avis .title-2::after {
    content: "";
    position: absolute;
    top: -14px;
    left: -123px;
    width: 95px;
    height: 91px;
    background-image: url('../assets/gifs/avis-titre.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.slick-avis,
.slick-clients {
    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(--background-color));
}

.card.avis-card {
    padding: 16px;
}

@media screen and (min-width: 993px) {
    .encart-avis .card-text.avis-card-text.avis-encart-card-text {
        margin-left: 20%;
    }
}

@media screen and (max-width: 600px) {
    .encart-avis .slick-dots {
        bottom: -2rem;
    }
    .encart-avis .title-2::after {
        display: none;
    }
}


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

.border-col {
    padding: 60px 40px;
    border: 1px solid hsla(8, 77%, 31%, 1);
    margin-left: 40px;
}

.border-col em {
    display: block;
    background-color: hsla(8, 100%, 94%, 1);
    padding: 10px;
    font-style: normal;
}

.border-col em strong {
    font-family: var(--secondary-font);
    font-size: 24px;
    color: hsla(7, 92%, 22%, 1);
    letter-spacing: 2px;
    font-weight: 400;
}

#bloc-02 img {
    position: absolute;
    width: 44vw;
    top: -39px;
    left: 0;
    max-width: none;
    height: 100%;
    object-position: right;
}

@media screen and (max-width: 992px) {
    #bloc-02 {
        padding-block: 7rem;
    }
    #bloc-02 img {
        position: absolute;
        width: 74%;
        top: -44px;
        left: 0;
        max-width: none;
        height: 100%;
        object-position: center;
        z-index: -1;
        object-fit: cover;
        overflow: visible;
    }
    .border-col {
        padding: 20px 20px;
        border: 1px solid hsla(8, 77%, 31%, 1);
        margin-left: 0;
        background-color: var(--background-color);
    }
}


/* ******************************************* BLOC 03 ******************************************** */

@media screen and (min-width: 993px) {
    #bloc-03 img {
        margin-left: 40px;
    }
}


/* ******************************************* ENCART EQIUIPES ******************************************** */

#bloc-equipes .slick-equipes img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.slick-equipes {
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}

.slick-equipes::after {
    content: "";
    position: absolute;
    bottom: -31%;
    left: 28%;
    width: 106px;
    height: 100px;
    background-image: url(../assets/gifs/equipe-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.name-team {
    background-color: var(--accent-950);
    padding: 4px;
    font-size: 24px;
    font-family: var(--secondary-font);
    margin-top: 24px;
    color: white;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}

#bloc-equipes .btn.outlined,
#listing-autres-actus-categorie .btn.outlined,
.catalogue-detail .btn.outlined {
    padding: 5px 24px;
    color: var(--accent-950);
    font-weight: 600;
    border: 10px solid transparent;
    border-image: url(../assets/gifs/border-btn-2.png) 12 round;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

#bloc-equipes .btn.outlined:hover,
#listing-autres-actus-categorie .btn.outlined:hover,
.catalogue-detail .btn.outlined:hover {
    background-color: var(--accent-950);
    color: white;
}

@media screen and (max-width: 992px) {
    .slick-equipes::after {
        display: none;
    }
}


/* ******************************************* BLOC 04 & BLOC 05 ******************************************** */

#bloc-04 img {
    max-height: 520px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 100px;
}


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

@media screen and (max-width: 600px) {
    #bloc-06 .border-col {
        padding: 20px 16px;
        border: 0;
        margin-left: 0;
        background-color: var(--background-color);
    }
}


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

.slick-actualites {
    margin-top: 60px;
    margin-bottom: 60px;
}

.actualites-card {
    padding-inline: 45px;
    transition: var(--transition);
}

.actualites-card:hover .actualites-card-image a::before {
    background: hsla(8, 89%, 51%, 0.4);
}

.actualites-card-image img {
    height: 400px;
    object-fit: cover;
}

.actualites-card-title {
    margin-top: 20px;
    text-align: center;
}

.actualites-card-title a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    line-height: normal;
}

.lire-plus {
    text-align: center;
    margin-top: 8px;
    width: 100%;
    display: block;
}

@media screen and (max-width: 992px) {
    .actualites-card {
        padding-inline: 0;
    }
}


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

footer {
    color: var(--accent-950);
    border: 1px solid var(--accent-950);
}

.label-footer {
    font-weight: 600;
}

.horaire {
    margin-block: 1rem;
}

footer .reseaux-sociaux svg path {
    fill: hsla(0, 0%, 0%, 1);
}

#footer-nav {
    padding-block: 24px;
}

footer .section {
    padding-top: 3rem !important;
}

footer a.lien-maps {
    display: flex;
    flex-direction: column;
}

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

footer span.lien-maps {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
}

#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 {
    content: '\e5cf';
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -.125em 0 0 .25em;
    font-family: var(--icon-font);
    line-height: 0;
}

#footer-nav nav a {
    line-height: 24px;
    font-size: 20px;
    font-weight: 500;
}

#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-950);
}

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

.footer-2 {
    font-size: 20px;
    font-weight: 500;
}

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

@media screen and (max-width: 992px) {
    .footer-contact {
        margin-top: 20px;
    }
    .footer-contact {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
        text-align: left;
    }
    #footer-nav .nav>ul {
        display: flex;
        align-items: flex-start;
        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;
    }
    #footer-nav nav a {
        font-size: 16px;
    }
    .footer-2 {
        font-size: 16px;
    }
    footer .reseaux-sociaux {
        width: max-content;
        margin: 0;
    }
}


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

.sc-content .ac-doubleColonne .ac-colonne img {
    width: 100%;
    margin: 0;
    height: 100%;
    object-fit: cover;
}

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

.bg-hero .title-1,
.hero-interne .title-1,
.hero-interne h1 {
    font-size: 58px;
    position: relative;
}

.bg-hero .title-1::before,
.hero-interne .title-1::before,
.hero-interne h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: -21px;
    width: 150px;
    height: 16px;
    background-image: url(../assets/gifs/icon-couteau.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    right: 0;
    margin: 0 auto;
}

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

.contact-page .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 447px;
    margin-bottom: 48px;
    margin-top: 0;
    text-align: left;
}

.contact-page .hero-interne h1 {
    color: white;
}

.contact-page .hero-interne h1::before {
    display: none;
}

.page-interne .accent.white-text {
    padding: 10px;
}

.tap-bar .accent.white-text {
    padding: 0px;
}

.tap-bar .tap-bar-item svg {
    margin: .5rem 0;
    font-size: 2rem;
}

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

.page-interne #encart-formulaire {
    margin-bottom: -3rem;
}

.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 var(--accent-900);
    padding: 20px;
    border-radius: var(--border-radius);
}

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

.page-interne .ac-stat .ac-colonne {
    border: 1px solid var(--accent-900);
    padding: 15px;
    border-radius: var(--border-radius);
}

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

.sc-content .ac-quote,
.sc-content blockquote {
    font-size: 29px;
}

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

@media screen and (max-width: 992px) {
    .contact-page .hero-interne {
        margin-top: 0;
    }
    .block-txt .ac-colonne {
        padding: 20px;
        margin-bottom: 48px;
    }
    .page-interne #encart-formulaire {
        padding-block: 2.5rem;
    }
    .page-interne .ac-stat .ac-colonne {
        margin-bottom: 32px;
    }
    .page-interne .btn-rdv {
        margin-block: 25px;
    }
}

@media screen and (min-width: 601px) {
    .recherche_actu #recherche_actu_submit {
        margin-left: .5rem;
        width: 3rem;
        padding: 7px;
    }
}