:root {
    --primary-h: 30;
    /* hue */
    --primary-s: 2%;
    /* saturation */
    --primary-l: 20%;
    /* lightness */
    --accent-h: 351;
    /* hue */
    --accent-s: 74%;
    /* saturation */
    --accent-l: 39%;
    /* lightness */
    --text-h: 30;
    /* hue */
    --text-s: 2%;
    /* saturation */
    --text-l: 20%;
    /* lightness */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 100%;
    /* lightness */
    --primary-font: "Figtree", sans-serif;
    --secondary-font: "Figtree", sans-serif;
    --h1-font-size: 3.8125rem;
    --h2-font-size: 2.5rem;
    --h3-font-size: 2.05rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --border-radius: 2rem;
    --button-border-radius: .25rem;
    --transition: 0.3s all ease-in-out;
}

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

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

.relative {
    position: relative;
}

.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;
    height: 100%;
}

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

.nowrap {
    flex-wrap: nowrap;
}

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

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

@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) {
    body {
        padding-top: 5.5rem;
    }
    .fold .view-contact {
        padding-block: 8px;
    }
    .mt-30 {
        margin-top: 32px;
    }
}


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


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

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

.btn-contact .content+.content,
.actualites-encart-btn .content+.content,
.btn-rdv .content+.content {
    display: block;
}

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

.btn.secondary {
    border: 0;
    background-color: white;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
}

.btn.secondary:hover,
.btn.secondary:focus {
    background-color: white;
}

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

.btn-contact a .content,
.btn-rdv a .content {
    position: relative;
    bottom: -4%;
    transition: 0.5s;
    height: 35px;
    display: flex;
    justify-content: center;
    line-height: 16px;
}

.actualites-encart-btn a .content {
    position: relative;
    bottom: -26%;
    transition: 0.5s;
    height: 35px;
    display: flex;
    justify-content: center;
    line-height: 16px;
}

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

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

.actualites-encart-btn a:hover .content {
    bottom: 87%;
}

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

.btn.outlined {
    border-width: 1px;
    border-color: var(--accent-color);
    color: var(--accent-color);
    font-weight: 600;
    width: auto;
    background: transparent;
}

.catalogue-detail .btn.outlined {
    display: flex;
    align-items: center;
    min-height: 48px;
    justify-content: center;
    transition: var(--transition);
}

.btn.outlined:hover {
    background: transparent;
    border-color: var(--accent-color);
    border-radius: var(--button-border-radius-hover);
}

@media screen and (min-width: 601px) {
    .btn.accent,
    .btn.secondary {
        width: auto;
        padding: 14px;
        font-weight: 600;
    }
}


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

@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: var(--accent-color);
    }
    .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,
    .header-content .nav#topbar-nav>ul>li>a {
        color: #fff;
    }
    .header-content .nav#main-nav>ul>li>a {
        position: relative;
        padding: 0.5rem;
        height: 100%;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
    }
    .header-content .nav#topbar-nav>ul>li>a {
        position: relative;
        padding: 12px 0.5rem;
        height: 100%;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
    }
    .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.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);
    }
    .header-content {
        background: transparent;
    }
    .main-header-content {
        color: #fff;
    }
    .slider-slick {
        margin-top: -162px;
    }
    header.sticky-active .header-content {
        background: var(--accent-color-10);
    }
}

@media screen and (max-width: 992px) {
    .header-content .nav#topbar-nav li:not(.opened) a {
        padding: .75rem 5%;
        text-decoration: none;
        border-bottom: solid 1px #ebebeb;
    }
    .slide-content {
        margin-top: 11rem;
        margin-bottom: 10rem;
    }
    .view-contact {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .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: 5.5rem;
        z-index: 10;
        background-color: #ad1a30;
        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: white;
    }
    .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;
    }
    .header-content .nav .sous_menu .btnMenuLevel2,
    .header-content .nav .sous_menu .btnMenuLevel3 {
        color: var(--primary-color-20);
    }
}


/* 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(180deg, rgba(0, 0, 0, 0.5) 40.1%, rgba(0, 0, 0, 0.5) 81.28%), url('../assets/gifs/slider/slide-01.jpg');
}

.slide-img.slide-02 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2627) 40.1%, rgba(88, 124, 165, 0.71) 81.28%), url('../assets/gifs/slider/slide-02.jpg');
}

.slide-img.slide-03 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2627) 40.1%, rgba(88, 124, 165, 0.71) 81.28%), url('../assets/gifs/slider/slide-03.jpg');
}


.slide-img .container .bloc {
    height: 500px;
}

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

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

.slick-dots li.slick-active button .slick-dot-icon {
    color: var(--accent-color);
    opacity: 1;
}

.slick-dots li button .slick-dot-icon {
    color: var(--accent-color);
    opacity: 0.25;
}

@media screen and (min-width: 993px) {
    .slide-content {
        margin-top: 30rem;
        margin-bottom: 10rem;
    }
}

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


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

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

#point_fort .title-3 {
    font-weight: 400;
    font-size: 24px;
    min-height: 61px;
}

.point-content {
    position: relative;
    padding: 48px;
}

.point-content::after {
    content: "";
    position: absolute;
    top: 28%;
    right: 0;
    height: 200px;
    width: 1px;
    background-color: hsla(0, 0%, 82%, 1);
}

.row .col:last-child .point-content::after {
    content: none;
}

.point-content img {
    width: auto;
}

@media screen and (max-width: 600px) {
    .point-content {
        position: relative;
        padding: 15px;
    }
}


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

@media screen and (min-width: 993px) {
    .h1-geoloc {
        margin: 0;
    }
}

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

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

#bloc-01 {
    background-image: url(../assets/gifs/bg-bloc-01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

@media screen and (max-width: 600px) {
    #bloc-01 .btn-rdv {
        margin-top: 24px;
    }
}


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

#encart-prestations {
    padding-top: 7.5rem;
    padding-bottom: 80px;
}

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

#encart-prestations .prestations-card-image img {
    width: auto;
    margin: 0 auto;
}

.prestations-card {
    padding: 32px;
}

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

.link-presta {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    margin-top: 0;
    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-color);
    transition: transform 0.3s ease;
}

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

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

.description {
    min-height: 80px;
}

@media screen and (min-width: 993px) {
    .bg-presta-1 {
        height: 75vh;
        background-image: url(../assets/gifs/bg-presta1.png);
        background-size: contain;
        padding-top: 14%;
    }
    .bg-presta-2 {
        height: 75vh;
        background-image: url(../assets/gifs/bg-presta2.png);
        background-size: contain;
        padding-top: 12%;
    }
    .bg-presta-3 {
        height: 75vh;
        background-image: url(../assets/gifs/bg-presta3.png);
        background-size: contain;
        padding-top: 14%;
    }
}


/* ==============================  AVIS  ============================== */

.encart-avis {
    padding-top: 43px;
}

.encart-avis .btn:hover,
.encart-avis .btn:focus {
    background-color: hsl(0deg 0.37% 37.45%);
}

.avis-card {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, 1);
    padding: 16px;
}

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

.avis-card .avis-card-text {
    height: 4.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    overflow: hidden;
    transition: height .3s ease-in-out;
    margin-left: 20%;
}

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

.slick-prev .slick-prev-icon:before,
.slick-prev .slick-next-icon:before,
.slick-next .slick-prev-icon:before,
.slick-next .slick-next-icon:before {
    font-family: var(--icon-font);
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


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

#encart-contact {
    padding-block: 111px;
}

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

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

#encart-contact .btn-rdv {
    margin-top: 48px;
}

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

@media screen and (min-width: 993px) {
    .img-contact {
        position: absolute;
        width: 81%;
        top: -74px;
        right: 0;
        height: 162%;
    }
}

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

@media screen and (max-width: 600px) {
    #encart-contact .btn-rdv {
        margin-bottom: 24px;
    }
}


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

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

.actualites-card {
    transition: var(--transition);
}

.actualites-card:hover {
    background-color: var(--primary-color);
    color: white;
}

.actualites-card:hover .actualites-card-title a,
.actualites-card:hover .lire-plus {
    color: white;
}

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

.actualites-card-title a {
    font-size: 24px;
    text-decoration: none;
    color: var(--primary-color);
    line-height: 24px;
    font-weight: 600;
}

.actualites-card-text {
    margin-block: 8px;
}

.lire-plus {
    text-decoration: none;
    color: var(--primary-color);
}

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

.actualites-card-image img {
    height: 100%;
    object-fit: cover;
}

#encart-actualites .btn.accent {
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    background-color: white;
    font-weight: 600;
}


/* ******************************************* ENCART FORMULAIRE ******************************************** */

#encart-formulaire label {
    font-weight: 600;
    color: var(--accent-950);
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea {
    border-color: hsla(20, 3%, 82%, 1);
}

#encart-formulaire .btn.accent,
.contact-page form .btn.accent {
    width: 100%;
}

#encart-formulaire .btn.accent:hover {
    background-color: var(--primary-color);
}

@media screen and (min-width:993px) {
    #encart-formulaire .form {
        margin-left: 72px;
        margin-right: 48px;
        margin-bottom: 32px;
    }
    #encart-formulaire .img-form {
        position: absolute;
        width: auto;
        top: 0;
        transform: translate(0%);
        right: 0;
        max-width: none;
        height: -webkit-fill-available;
    }
}

@media screen and (max-width:992px) {
    .img-form {
        padding-bottom: 24px;
    }
}


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

footer .section,
.index-page footer .section {
    padding-block: 39px;
}

.pt-40 {
    padding-top: 40px;
}

.footer-contact p {
    margin: 0 0 12px;
    font-weight: 600;
    color: hsla(0, 86%, 97%, 1);
}

footer address {
    margin: 0;
}

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

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

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

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

.lien-maps span {
    display: block;
}

.footer-contact p svg {
    margin-right: 10px;
}

@media screen and (min-width: 993px) {
    #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%;
    }
    .bg-footer {
        background-image: url(../assets/gifs/footer-droite.png), url(../assets/gifs/footer-gauche.png);
        background-position: left bottom, right bottom;
        background-repeat: no-repeat, no-repeat;
        min-height: 177px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 992px) {
    footer .brand,
    footer p {
        text-align: center;
    }
    .footer-contact {
        display: flex;
        flex-direction: column;
        row-gap: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    #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;
    }
    footer .reseaux-sociaux ul {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .pb-40 {
        padding-bottom: 40px;
    }
}


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

.contact-page .hero-interne {
    position: relative;
    padding-top: 15rem;
    padding-bottom: 5rem;
}

.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(180deg, rgba(0, 0, 0, 0.5) 40.1%, rgba(0, 0, 0, 0.5) 81.28%);
}

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

.recherche_actu .btn.secondary:hover {
    background-color: var(--accent-color);
    color: white;
}

.page-interne .image-auto img {
    width: auto !important;
    margin: 0 auto !important;
    height: 100%;
}

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

.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-90);
    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-color);
    padding: 15px;
    margin: 15px 0;
}

@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;
        position: relative;
        min-height: 240px;
    }
    .fold {
        background: var(--background-color);
    }
    .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;
    }
    .recherche_actu .btn.secondary {
        width: auto;
        padding: 7px;
    }
}

@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;
        padding-top: 13rem;
        padding-bottom: 13rem;
        margin-top: -2rem;
    }
}