:root {
    --primary-h: 192;
    /* hue */
    --primary-s: 26%;
    /* saturation */
    --primary-l: 96%;
    /* lightness */
    --accent-h: 202;
    /* hue */
    --accent-s: 100%;
    /* saturation */
    --accent-l: 29%;
    /* 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: "Alexandria", sans-serif;
    --secondary-font: "neulis-sans", sans-serif;
    --h1-font-size: 3.0625rem;
    --h2-font-size: 2.5rem;
    --h3-font-size: 1.5rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --border-radius: 0.25rem;
    --button-border-radius: 0.25rem;
    --accent-950: hsla(204, 97%, 13%, 1);
    --accent-900: hsla(202, 97%, 24%, 1);
    --accent-800: hsla(202, 100%, 29%, 1);
    --accent-400: hsla(196, 100%, 57%, 1);
    --accent-50: hsla(201, 100%, 97%, 1);
    --transition: 0.3s all ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
    font-family: var(--secondary-font);
    font-weight: 700;
    color: var(--accent-950);
}

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

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

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

.nowrap {
    flex-wrap: nowrap;
}

.relative {
    position: relative;
}

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

@media screen and (max-width: 992px) {
    .fold .view-contact {
        padding-block: 8px;
    }
    .fold.fold-index {
        background: var(--accent-color-10);
    }
}


/* BRAND */


/* ===== */

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

.brand a:hover {
    opacity: 0.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.slide-01 {
    background: linear-gradient( 360deg, hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)), url("../assets/gifs/slider/slide-01.jpg");
    background-size: auto, cover;
    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;
}

.index-page .slider-slick {
    margin-top: -10%;
}

.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(205, 25%, 36%, 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.slick-active button .slick-dot-icon:before {
    width: 60px;
    height: 8px;
    background-color: var(--accent-400);
    border-radius: 4px;
}

.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-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    height: 42px;
    width: 42px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    border: none;
    transform: translate(0, -50%);
}

@media screen and (min-width: 993px) {
    .slide-img {
        min-height: 780px;
    }
}

@media screen and (max-width: 992px) {
    .slide-img {
        min-height: 550px;
    }
    .index-page .slider-slick {
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .slide-img {
        min-height: 400px;
    }
    .hero-interne .btn-contact,
    .bg-hero .btn-contact,
    .slider-slick .btn-contact {
        display: none;
    }
    .bg-hero .title-1,
    .hero-interne .title-1 {
        margin-top: 13px;
        margin-bottom: 20px;
        color: white;
    }
    .sc-content .ac-doubleColonne.bg-hero,
    .hero-interne {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 320px;
    }
}


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

a.btn svg {
    margin-left: 11px;
    margin-top: 4px;
}

.btn-contact .content+.content {
    display: block;
}

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

.btn-contact a .content {
    position: relative;
    bottom: -19%;
    transition: 0.5s;
    height: 40px;
    display: flex;
    justify-content: center;
}

.btn-contact a:hover .content {
    bottom: 95%;
}

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

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

.btn.outlined {
    border-width: 1.5px;
    border-color: var(--accent-800);
    color: hsla(60, 25%, 10%, 1);
    font-weight: 600;
}

.btn.outlined:hover {
    background: var(--accent-950);
    color: white;
}

@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 {
        width: auto;
    }
}


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

.header-content {
    background: transparent;
}

.slide-content {
    padding-top: 19%;
}

.slide-content .title-1 {
    color: white;
}

.sticky-active .sticky-element.sticky-scroll-up {
    transform: translateY(0);
    background: var(--accent-color-10);
}


/* ******************************************* MENU ******************************************** */

.header-content .nav#main-nav>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    background-color: var(--primary-color-40);
    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 {
    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);
}

.header-content .nav ul li.sous_menu ul.dropdown>li a.selected {
    color: var(--accent-color);
}

@media screen and (min-width: 993px) {
    .header-content .nav#main-nav>ul {
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        width: auto;
    }
    .no-menu-desktop {
        display: none;
    }
}

@media screen and (min-width: 1155px) {
    .header-content .nav#main-nav>ul>li>a {
        position: relative;
        padding: 0.75rem;
        height: 100%;
    }
}

@media screen and (max-width: 992px) {
    .menu-mobile {
        background-color: var(--accent-color-10);
    }
    .header-content .nav#main-nav li:not(.opened) a {
        color: var(--accent-950);
    }
    .header-content .nav .sous_menu .btnMenuLevel2,
    .header-content .nav .sous_menu .btnMenuLevel3 {
        color: var(--accent-950);
    }
    .menu_opened .menu-title,
    .menu_opened #menu-burger .close-mobile {
        color: white;
    }
    .header-content .nav ul li a.selected {
        color: var(--primary-color);
        background-color: transparent;
    }
    .header-content .nav#main-nav li:not(.opened) a.selected {
        border-bottom-color: var(--primary-color);
        background: var(--accent-50);
    }
}


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

#point_fort {
    padding-block: 40px;
}

#point_fort .title-3 {
    font-weight: 700;
    font-size: 18px;
    color: var(--accent-900);
}

#point_fort p {
    color: var(--accent-900);
}

.point-content {
    padding: 0 30px;
}


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

h1.h1-geoloc span,
.title-1.h1-geoloc span {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 0;
}

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

.h1-geoloc {
    margin-top: 0;
    margin-bottom: 24px;
}

#bloc-01 .btn-contact {
    margin-top: 60px;
}

@media screen and (max-width: 992px) {
    .h1-geoloc {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}


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

#encart-prestations,
#encart-actualites {
    background: hsla(192, 26%, 96%, 1);
}

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

#encart-prestations .slick-slide img {
    width: auto;
    margin: 0 auto;
}

.prestations-card {
    padding: 32px;
}

.prestations-card-title a {
    font-weight: 700;
    font-size: 24px;
    color: var(--accent-950);
    text-decoration: none;
    margin-top: 20px;
    display: block;
    margin-bottom: 8px;
}

.link-presta {
    color: var(--accent-800);
    font-weight: 600;
    text-decoration: none;
    margin-top: 40px;
    display: block;
}

.prestations-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 3px;
    background-color: var(--accent-800);
    transition: transform 0.3s ease;
}

.prestations-card:hover::after {
    transform: translateX(-50%) scaleX(1);
}

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

.description {
    min-height: 100px;
}


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

#encart-contact {
    background: linear-gradient( 90deg, rgba(1, 39, 65, 0.6) 0%, rgba(1, 39, 65, 0.8) 100%), url("../assets/gifs/contact-bg.jpg");
    background-size: 100%, cover;
    background-position: center;
}

#encart-contact .title-2,
.encart-avis .title-2 {
    color: white;
}

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

.contact-card-title {
    color: white;
    margin-bottom: 5px;
    font-size: 20px;
}

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

#encart-contact .contact-card address,
.horaire {
    font-weight: 300;
}


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

.encart-avis {
    background: var(--accent-950);
    padding-block: 80px;
}

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

.encart-avis .avis-card.js-more .avis-card-text {
    position: relative;
    margin-left: 19%;
}

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


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

#bloc-02 em,
#bloc-04 em {
    font-style: normal;
    background: var(--accent-50);
    padding: 20px;
    display: block;
    border-radius: var(--button-border-radius);
}


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

.actualites-card-image img {
    display: block;
    height: 280px;
    object-fit: cover;
}

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

.actualites-card-title {
    margin-block: 20px;
}

.actualites-card-title a {
    color: hsla(0, 0%, 12%, 1);
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.link-actu {
    font-weight: 300;
    color: hsla(0, 0%, 12%, 1);
    text-decoration: none;
    margin-top: 8px;
    display: block;
}

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

.actualites-encart-btn .outlined {
    border-width: 1.5px;
    border-color: var(--accent-800);
    color: hsla(60, 25%, 10%, 1);
    font-weight: 600;
}

.actualites-encart-btn .outlined:hover {
    background: var(--accent-950);
    color: white;
}

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

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

.actualites-card:hover .actualites-card-image a::before {
    background: hsla(204, 97%, 13%, 0.7);
}

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


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

#bloc-03 img {
    max-height: 400px;
    object-position: bottom;
    margin-bottom: 48px;
}

#bloc-03 h2 {
    margin-bottom: 0;
    font-weight: 700;
}

.text-b1 {
    padding-right: 75px;
}


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


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

#bloc-05 img {
    max-height: 400px;
    object-position: 0 -55px;
    margin-bottom: 48px;
}


/* ******************************************* ENCART FORMULAIRES ******************************************** */

.img-form {
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 993px) {
    .form {
        padding: 20px 48px;
    }
}


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

footer {
    background: var(--accent-950);
}

.section-footer {
    padding-top: 39px;
    padding-bottom: 39px;
}

.section-footer .title-3 {
    font-size: 20px;
    color: white;
}

.section-footer .horaire,
address {
    font-weight: 300;
}

#footer-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

#footer-nav {
    margin-block: 48px;
}

footer .reseaux-sociaux {
    margin-top: 16px;
}

.reseaux-sociaux svg path {
    fill: white;
}

@media screen and (min-width: 993px) {
    .elem-footer {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-direction: row;
        align-content: space-around;
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media screen and (max-width: 992px) {
    #footer-nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        width: auto;
        list-style-type: none;
        padding: 0;
        text-align: center;
        flex-direction: column;
    }
    .section-footer {
        text-align: center;
    }
    .elem-footer {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
}


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

.contact-page .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 650px;
    margin-top: -7%;
}

.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: translate(-50%);
    top: 0;
    height: 100%;
    z-index: -1;
    background-position: center;
    margin: 0 auto;
}

.page-interne .bg-hero::after,
.hero-interne::after {
    background: linear-gradient( 360deg, hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5));
}

#fil_ariane,
.fil-ariane {
    margin: 2rem 0;
}

.hero-interne h1 {
    margin-top: 9%;
}

.contact-page .hero-interne h1 {
    margin-top: 3%;
    margin-bottom: 0;
    color: white;
}

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

.contact-page #encart-formulaire {
    display: none;
}

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

.page-interne #encart-formulaire .img-form {
    height: 100%;
    object-fit: cover;
}

.plan-site .header-content {
    background: var(--primary-color-10);
}

.actualites-listing h1 {
    margin-bottom: 14px;
}


/* 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(--primary-color);
    border-radius: var(--border-radius);
}

.listing-autres-actus-categorie a.btn {
    font-weight: 600;
    letter-spacing: 0px;
    padding: 13px 10px;
    width: fit-content;
    font-size: 14px;
}

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

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

.bloc-info em {
    font-style: normal;
    background: var(--accent-50);
    padding: 20px;
    display: block;
    border-radius: var(--button-border-radius);
}

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

.page-interne .ac-stat .title-3 {
    background: var(--accent-800);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 0 auto;
}

.ac-1v1 .ac-colonne {
    border: 1px dotted var(--accent-900);
    padding: 15px;
    margin: 15px 0;
}

@media screen and (min-width: 1200px) {
    .sc-content .ac-doubleColonne.bg-hero,
    .hero-interne {
        margin-top: -10%;
    }
}

@media (max-width: 1199px) and (min-width: 993px) {
    .sc-content .ac-doubleColonne.bg-hero,
    .hero-interne {
        margin-top: -14%;
    }
    .contact-page .hero-interne {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 650px;
        margin-top: -9%;
    }
}

@media screen and (max-width: 992px) {
    .sc-content .ac-doubleColonne.bg-hero,
    .hero-interne {
        margin-top: -2rem;
    }
    .fold {
        background: var(--accent-color-10);
    }
    .contact-page .hero-interne {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 650px;
        margin-top: 0;
    }
}

@media screen and (min-width: 993px) {
    .cp_ville {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .actualites-listing .recherche_actu #recherche_actu_submit {
        margin-left: 0.3rem;
    }
    .page-interne h2 {
        margin-top: 0;
    }
    .nav#main-nav>ul>li.sous_menu>a {
        cursor: default;
    }
}

@media screen and (min-width: 601px) {
    .bg-hero .title-1,
    .hero-interne .title-1 {
        margin-top: 55px;
        margin-bottom: 20px;
        color: white;
    }
    .sc-content .ac-doubleColonne.bg-hero,
    .hero-interne {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 560px;
    }
}