:root {
  --primary-h: 244; /* hue */
  --primary-s: 25%; /* saturation */
  --primary-l: 11%; /* lightness */

  --accent-h: 0; /* hue */
  --accent-s: 0%; /* saturation */
  --accent-l: 100%; /* 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: "Figtree", sans-serif;
  --secondary-font: "Quicksand", sans-serif;

  --h1-font-size: 55px;
  --h2-font-size: 40px;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

  --link-color: var(--primary-color-40);

  --border-radius: 0;
  --button-border-radius: 0;
  --bg-2:rgba(246, 246, 249, 1);
  --transition: 0.3s all ease-in-out;
  --title-color:rgba(30, 30, 30, 1)
}

div#blocHorsLigne {
    z-index: 999 !important;
}
.relative {
    position: relative;
}

[class*="btn"] a.btn,
.btn.primary {
    font-size: 18px;
    padding: 12px 1.5rem;
    font-weight: 600;
    letter-spacing: 0px;
}

[class*="btn"] .accent.btn {
    color: var(--primary-color);
}

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

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

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

[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
    background-color: var(--primary-color);
    color: white;
}

a.btn:has(.content) {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.3s;
    height: 51px;
    border: none;
    padding: 0;
}

a.btn .content {
    position: relative;
    transition: 0.5s;
    left: 0;
    height: 100%;
    padding: .85rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 993px) {
    a.btn .content:last-of-type {
        left: 100%;
        bottom: 100%;
    }
    a.btn:hover .content:first-of-type {
        left: -100%;
    }
    a.btn:hover .content:last-of-type {
        left: 0%;
    }
}

@media screen and (max-width: 992px) {
    a.btn .content:last-of-type {
        display: none;
    }
}

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

/* BRAND */
/* ===== */

.brand a, a.lien-maps {
  display: inline-block;
  transition: opacity .3s;
}
.brand a:hover, a.lien-maps:hover  {
  opacity: .75;
}
header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
    font-family: var(--secondary-font);
    font-weight: 500;
}
h1.h1-geoloc span::before {
    display: none;
}
 h1 span, h1.h1-geoloc span {
        text-transform: uppercase;font-weight: 500;margin: 0;
}
h2, h3{
    text-transform: uppercase;
}
@media screen and (min-width: 993px){
    .index-page :is(h1,h2,h3,h4,[class^="title-"]){
        margin: 0;
    }
}
.paginationControl {
    text-align: center;
    font-size: 18px;
    margin-top: 3rem;
}

.paginationControl a, .prestations-card a {
    text-decoration: none;
}

.paginationControl .selected {
    font-weight: bold;
}

.plan-site .sitemap-nav ul li a {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.fil-ariane,
#fil_ariane {
    margin-bottom: 2rem;
    font-size: 14px;
}

#fil_ariane {
    margin: 3rem 0;
}

.card {
    position: relative;
}

.card-title a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
:where(body) {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
    [id*="bloc"] img {
        display: block;
        width: auto;
        margin: 2rem auto;
    }    
}
/* SLIDER */
/* ====== */

.slide-img .container,
.slide-img,
.slider-slick {
    height: auto;
    min-height: auto;
}

.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(180deg, rgba(22, 21, 35, 0.3) 52%, var(--primary-color) 100%), url(../assets/gifs/slider/slide-01.jpg);
    background-size: cover;
    background-position: center;
}
.slide-img {
    background-size: 100% 100%;
    background-position: center center;
    animation: shrink 5s 1;
  }

  @keyframes shrink {
    0% {
      background-size: 140% 140%;
    }
    100% {
      background-size: 100% 100%;
    }
  }
.slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slide-content {
    padding: 255px 0 112px;
}

.slide-content .title-1 {
    font-size: 52px;text-transform: uppercase;
    line-height: 65px;
    margin:10px 0 1.5rem
}
@media screen and (max-width: 992px) {
    .section-80 {
        padding: 2rem 0;
    }
    .slide-content {
        padding: 100px 0;
    }
    .slide-content .title-1 {
        font-size: 33px;
        line-height: normal;
    }
}

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

#main-nav ul li.sousLi,
#fil_ariane, .fil-ariane{
  font-size: 14px;
}
#fil_ariane a:not([href="#"]){
    color: unset;
}

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

@media screen and (min-width: 993px) {
    .top-bar, .main-header-content {
    padding: 4px 0;
}

    .header-contact {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .fold .index-contact, .header-content .contact-link {
        display: none;
    }    

    header a.tel {
        font-weight: 800;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding: 0;
        color: white;position: relative;line-height: 26px;font-size: 18px;
    }

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

    .index-page,
    .contact-page,
    .page-interne,
    .actualites-detail,
    .actualites-listing,
    .catalogue-listing,
    .catalogue-detail {
        padding-top: 0 !important;
    }
    
    .sticky-active .header-content, .header-content{
        background-color: var(--primary-color)
    }

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

    .header-content .nav#main-nav > ul > li > a::before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: var(--accent-color);
    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 ul li.sous_menu a::after {
        text-decoration: none;
    }

}

@media screen and (max-width: 992px) {
    header .brand img {
    height: 50px;
    width: auto;
  }

    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        width: calc(100% - 12rem);
    }

    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        left: 22px;
    }

    .index-contact {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .menu-mobile {
        height: 5.625rem;
        background-color: var(--primary-color);
    }

    .menu_opened .menu-mobile {
        height: 3.5rem;
        background-color: var(--primary-color-30);
    }

    .span-menu-burger {
        color: var(--primary-color);
        padding: 12px;
        background-color: var(--primary-color-90);
        border-radius: 100%;
    }

    .menu-mobile .menu-title {
        text-transform: capitalize;
        font-family: var(--secondary-font);
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }

    .fold-tel {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .fold {
        background-color: white;
    }

    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        background-color: transparent;
    }

    .header-content #nav-container .nav#main-nav ul li a {
        font-size: 18px;
        font-weight: 700;
        padding: 1.5rem 5%;
    }
}

@media screen and (max-width: 600px) {
    .fold-tel {
        justify-content: center;
        margin-bottom: 12px;
    }
}


/* ******************************************* section ******************************************** */
@media screen and (min-width: 993px) {
    .index-page main .section {
        padding: 120px 0;
    }
    .section-80{
        padding-block: 80px;
    }

}

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

.card-pf .title-4 {
    margin-bottom: 8px;color: var(--bg-2);
}
.card-pf{
    color: var(--bg-2);
}

.card-pf span {
    display: block;
}
.points-forts .slick-dots li button .slick-dot-icon{color: white;}

@media screen and (min-width: 993px) {
.card-pf .title-4 {
    font-size: 28px;line-height: 35px;
}

}

/* ******************************************** PRESTATIONS ************************************* */
#encart-prestations {background: var(--bg-2);}
.title-2 {color: var(--title-color);}
.slick-prestations, .slick-avis, .slick-actualites {
    margin-top: 60px;
}
.prestations-card {
  border: 1px solid rgba(61, 59, 81, 1);  padding: 24px 24px 17px 24px;display: grid;
    gap: 20px;
}
.prestations-card .card-image img {
    width: auto;
    margin: auto;
}
.prestations-card-title a {
    min-height: 60px;display: block;
}
.card-text {
    margin-top: 8px;color: rgba(93, 93, 93, 1);
}
.btn-card {
    opacity: 0;
    color: white;
    transform: translateY(50px);
}
.prestations-card:hover .btn-card {
    animation: fadeUp 0.6s ease forwards;
    pointer-events: auto;
    max-height: none;
}
/* Animation keyframes */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 993px) {
.prestations-card:hover {
    background: var(--primary-color);
}
.prestations-card:hover .card-title a, .prestations-card:hover .card-text {color: white;}
.prestations-card:hover svg path{stroke:white}
}

/* *************************************BLOC 01************************************************** */
h1{color: var(--title-color);}
.btn-blak a.btn.accent {
    background: var(--primary-color);
    color: white;
}

#field_5{
    background: var(--primary-color);
    color: white;
}
#bloc-01 .reseaux-sociaux {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 42px;
}
#bloc-01 .reseaux-sociaux ul {
    justify-content: center;
}

@media screen and (min-width: 993px) {
h1 span, h1.h1-geoloc span {
    font-size: 33px;
    line-height: 40px;
} 
h3{
    font-size: 33px;color: var(--title-color);
}
}

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

.index-page #encart-contact {
    background: linear-gradient(180deg, rgba(22, 21, 35, 0.2) 40%, var(--primary-color) 100%), url(../assets/gifs/bg-contact.jpg);
    background-size: cover;
}

.page-interne #encart-contact {
    position: relative;
}

.page-interne #encart-contact::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    left: -200%;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(22, 21, 35, 0.2) 40%, var(--primary-color) 100%), url(../assets/gifs/bg-contact.jpg);
    background-size: cover;
}

#encart-contact .reseaux-sociaux {
    margin: 26px 0;
}

address {
    margin: 0;
}
.lien-maps span {display: block;}

#encart-contact .title-4 {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 600;
}

#encart-contact .card-contact {
    margin-bottom: 20px;
}

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

@media screen and (max-width: 992px) {
    #encart-contact .btn-contact {
        margin-bottom: 2rem;
    }
}


@media screen and (min-width: 992px) {
.page-interne #encart-contact {
    padding: 120px 0;
}

}


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

.encart-avis {
    background-color: var(--bg-2);
}

.avis-card .avis-card-text {
    margin-left: 80px;
    margin-top: 0.5rem;
}

.avis-encart-card .row {
    flex-wrap: nowrap;
}

.avis-encart-card-date {
    font-size: 11px;
    line-height: 13.2px;
}

.avis-encart-card {
    padding: 1rem;
}

.avis-name {
    line-height: 24px;
    margin-top: 0.5rem;
}

.encart-avis .card .show-more {
    display: none;
}

.encart-avis .avis-card.js-more .avis-card-text::after {
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0), hsla(15, 17%, 95%, 1));
}
/* *************************************BLOC 02************************************************** */
.p_last p:last-of-type{
 font-size: 24px;
 font-family: var(--secondary-font); 
 font-weight: 500; 
 margin: 48px 0  32px 0;
}

/* *************************************BLOC 03 & 04 & 06 ******************************************** */
#bloc-03 {
    background: linear-gradient(270deg, rgba(22, 21, 35, 0.4) 0%, rgba(22, 21, 35, 0.95) 60%, var(--primary-color) 100%), url(../assets/gifs/bloc-03.jpg);
    background-size: cover;
}
#bloc-04 {
    background:linear-gradient(90deg, rgba(22, 21, 35, 0.2) 0%, rgba(22, 21, 35, 0.8) 60%, var(--primary-color) 100%), url(../assets/gifs/bloc-04.jpg);
    background-size: cover;
}
#bloc-08 {
    background: linear-gradient(270deg, rgba(22, 21, 35, 0.4) 0%, rgba(22, 21, 35, 0.95) 60%, var(--primary-color) 100%), url(../assets/gifs/bloc-08.jpg);
    background-size: cover;
}
.img-full {margin-bottom: 48px;}
@media screen and (min-width: 993px) {
#bloc-06 .pr68 {
    padding-right: 68px;
}
#bloc-06 .pl68 {
    padding-right: 68px;
}
#bloc-06 {
    padding-top: 0;
} 

}
/* ***************************************ACTUALITES*********************************** */

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

.slick-actualites {
    justify-content: center;
}

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

.actualites-card-image {
    height: 324px;
    overflow: hidden;
}

.actualites-card:hover img {
    transform: scale(1.1);
}

.card-image a {
    position: relative;
}

.card-image a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .6s;
}

.actualites-card:hover .card-image a::before {
    background-color: #262E26B2;
}

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

.card-title a{
    text-decoration: none;
    color: var(--title-color);
    font-size: 24px;
    line-height: 100%;
}

.actualites-card .card-text {
    margin: .5rem 0;
}
.card-link {
  color: var(--title-color);  
}

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

#listing-autres-actus-categorie ul a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
}

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

.actualites-detail .detail-btn {
    text-align: center;
}

.actualites-detail .detail-actu-reseaux-sociaux {
    align-items: flex-start;
}

.detail-actu-reseaux-sociaux>div {
    display: flex;
}

.actualites-listing #fil_ariane {
    margin: 0 0 2rem;
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
    #listing-autres-actus-categorie a.btn {
        padding: 12px 12px;
        font-size: 12px;
    }
}

.actualites-detail #listing-autres-actus-categorie {
    background-color: var(--text-color-90);
    padding: 1rem;
}

@media screen and (min-width: 601px) {
    .actualites-listing .recherche_actu #input_recherche_actu {
        width: calc(100% - 6.25rem);
    }
}

/* ****************************************************FORMULAIRE ***********************************************/
.bloc-form {
    padding: 3rem;
    height: 100%;
}

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

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

form .divGenerateur ul label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
}

form .divGenerateur>label {
    display: none;
}

span.note {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 12px;
}

input:not([type]),
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid var(--primary-color);
    min-height: 50px;
}

form p.submit {
    margin-top: 1rem;
}

form p.submit .btn.primary {
    width: auto;
}

@media screen and (min-width: 601px) {
    form .cp_ville {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    form .cp_ville>p {
        width: calc(50% - 6px);
    }
}

@media screen and (max-width: 992px) {
    .encart-formulaire .bloc-form {
        padding: 2rem 1rem;
        margin-top: 2rem;
    }
    .encart-formulaire img {
        display: block;
        width: auto;
        margin: 2rem auto;
    }
}


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

footer {
    background-color: var(--primary-color);
    color: white;
}

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

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

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

@media screen and (max-width: 992px) {
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
        min-width: 18%;
        top: 100%;
    }
    .footer-contact {
        margin-top: 2rem;
    }
    #footer-nav nav a {
        FONT-SIZE: 14px;
    }
}

.footer-row-contact {
    display: flex;
    gap: 6px;
}

footer address {
    margin: 0;
}

footer .section.footer-1 {
    padding: 3rem 0 1.5rem;
}

footer .footer-1 .title-4 {
    color: white;
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    margin: 0 0;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer-1 address a,
.footer-1 .text {
    font-weight: 400;
    line-height: 24px;
}

footer .siret {
    font-weight: 400;
    line-height: 24px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
    position: absolute;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
    z-index: 1;
    background-color: white;
    border: 1px solid var(--primary-color);
}

#footer-nav .nav ul li.sous_menu>a::after {
    position: absolute;
    right: 0.625rem;
    display: block;
    font-family: var(--icon-font);
    line-height: 0;
    content: "\e5c5";
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125em 0 0 0.25em;
    text-decoration: none;
}

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

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

.footer-2 {
    padding: 24px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
    font-weight: 700;
    line-height: 24px;
    color: white;
}

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


/* ****************************************PAGES INTERNES******************************** */
.cards .ac-colonne {
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid var(--primary-color);
}
.hero-interne {
    margin-bottom: 2rem;
}
@media screen and (min-width: 993px) {
    .contact-hero {
        padding: 10rem 0 3rem;
    } 
 
    .actualites-detail .hero-interne {
        padding: 200px 0 56px;
    }
    .page-interne .hero-bg,
    .hero-interne {
        padding: 213px 0 85px
    }
    .page-interne .hero-bg .title-1,
    .hero-interne .title-1 {
        margin: 0;
    }
    .page-interne h1 {
        font-size: 52px;
        font-weight: 500;
    }

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

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

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

.contact-hero p.intro {
    color: white;
}

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

.page-interne .ac-doubleColonne .btn-contact {
    margin-top: 20px;
}

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

.page-interne .hero-bg,
.hero-interne {
    position: relative;text-align: center;text-transform: uppercase;
}


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

.contact-hero {
    background: linear-gradient(180deg, rgba(22, 21, 35, 0.2) 40%, var(--primary-color) 100%), url('../assets/gifs/slider/slide-01.jpg');
    background-size: cover;
    background-position: left;
}

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

.page-interne .hero-bg::before,
.hero-interne::before {
    position: absolute;
    content: "";
    background:linear-gradient(180deg, rgba(22, 21, 35, 0.2) 40%, var(--primary-color) 100%), url('../assets/gifs/slider/slide-01.jpg');
    background-size: cover;
    background-position: left;
    width: 160%;
    left: -23%;
    max-width: 1920px;
    top: 0;
    height: 100%;
    z-index: -1;
}

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

.page-interne p>em {
    font-style: normal;
    display: block;
    text-decoration: none;
    padding: 20px 0;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.page-interne p>em::before {
    content: " À noter";
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: hsla(0, 10%, 26%, 1);
    display: block;
    margin-bottom: 10px;
}

.page-interne .ac-doubleColonne .ac-doubleColonne {
    margin: 1.5rem 0 0;
}
.page-interne .cards a {
    text-decoration: none;
    background: var(--primary-color);
    color: white;
    padding: 10px 23px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.3s;
    border: none;
}

body:has(.hero-interne) main>.section {
    padding-top: 0;
}
@media screen and (max-width: 992px) {
    .bloc-border>section {
        margin-bottom: 1.5rem;
    }
    .page-interne .encart-avis,
    .page-interne .points-forts,
    .page-interne .encart-formulaire {
        padding: 3rem 0;
    }
    footer .title-4,
    .title-contact {
        font-size: 20px;
    }
    .page-interne .ac-stat .ac-colonne {
        margin-bottom: 1rem;
    }
    [class*="actualites"] main>.section {
        margin-top: -1rem;
    }
    .page-interne .hero-bg,
    .hero-interne,
    .contact-hero {
        padding: 80px 0;
    }
    h1,
    .title-1 {
        font-size: 30px;
        line-height: 39px;
    }
    h1 span,
    h1.h1-geoloc span {
        font-size: 20px;
        line-height: 30px;
    }
    h2,
    .title-2 {
        font-size: 23px;
        line-height: normal;
    }
    h2,
    .title-3 {
        font-size: 24px;
    }
    body[class*="listing"] .hero-interne .title-marketing,
    .hero-bg span {
        font-size: 32px;
    }
    .page-interne #container .ac-doubleColonne .ac-colonne img {
        width: auto;
        margin: 1rem auto;
    }
    .page-interne .bloc-bg {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 600px) {
    .row-btn {
        flex-direction: column;
        row-gap: 1rem;
        align-items: normal;
    }
    .btn-tel {
        justify-content: center;
    }
    [class*="btn"] .accent.btn {
        font-size: 13px;
        padding: 10px 14px;
    }
}