:root {
  --primary-h: 209; /* hue */
  --primary-s: 34%; /* saturation */
  --primary-l: 35%; /* lightness */

  --accent-h: 2; /* hue */
  --accent-s: 81%; /* saturation */
  --accent-l: 33%; /* 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: "Open Sans", sans-serif;
  --secondary-font: "Poppins", sans-serif;

  --h1-font-size: 3.7rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

  --link-color: var(--primary-color-40);
  --title-color:#1E1E1E;
  --gray600:rgba(93, 93, 93, 1);
  --secondaire-800:#30475C;
  --bg:rgba(246, 246, 246, 1);

  --card-border-radius: 16px;
  --border-radius: 16px;
  --button-border-radius: 30px;

  --transition: 0.3s all ease-in-out;
}
#blocHorsLigne {
  z-index: 999 !important;
}
a{cursor: pointer;}
[class*="btn"] a.btn {
  padding: 13px 1.5rem;
  font-weight: 600;
  letter-spacing: 0px;
}

a.btn.accent {
  border: 1px solid var(--accent-color);
}

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

[class*="btn"] a.btn svg {
  margin-left: .5rem;
}

[class*="btn"] a.btn:not(.accent) {
  color: var(--secondaire-800);
  background: #fff;
  border: 1px solid var(--secondaire-800);
}
[class*="btn"] a.btn.outlined:hover {
  color: var(--primary-color);
  border: 1px solid var(--secondaire-800);
} 

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

@media screen and (min-width: 993px) {
  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;
    bottom: 0%;
    transition: 0.5s;
    height: 100%;
    padding: .85rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  a.btn:has(.content):hover .content {
    bottom: 101%;
  }
}

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

  a.btn,
  .primary.btn {
    width: auto;
  }
}


/* 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;
}
h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--title-color);
}

.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}

.paginationControl 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;
  z-index: 2;
}

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  [class*="title"] {
    margin: 0 0 12px;
    line-height: 150%;
  }
 

}
/* SLIDER */
/* ====== */

.slide-img .container,
.slide-img .container .bloc,
.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(hsla(17, 51%, 55%, 0.54), hsla(17, 51%, 55%, 0.54)), url('../assets/gifs/slider/slide-01.jpg');
  border-radius: var(--border-radius) var(--border-radius) var(--large-radius) var(--large-radius);
  background-size: cover;
  position: relative;
}

.slick-dots li {
  margin: 0 -8px;
}

/* ================================== DIVERS ================================== */

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

[class*="white-text"] {
  color: white;
}
p {line-height: 26px;}

@media screen and (max-width: 992px) {
  .blocs .bloc-image img,
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img,
  .actualites-detail .detail-actu-image,.span-image {
    display: block;
    max-width: 450px;
    max-height: 400px;
    margin: 30px auto;
    object-fit: cover;
    width: 100%;
  }

  .header-content .nav ul li a.selected {
    background: transparent;
  }
}

/* ********************************************HEADER****************************************** */
.semi-bold {font-weight: 600;}
@media screen and (min-width: 993px) {
  .header-content {
    background-color: white;
  }

  .top-bar {
    padding: 1.5rem;
  }

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

  .fold .index-contact {
    display: none;
  }

  .header-content .main-header-content .col-menu {
    padding: 0;
  }
  .header-content .nav ul li:hover>a,
  .header-content .nav ul li a.selected {
    color: inherit;
  }

  .header-content .nav ul.dropdown li a {
    color: var(--text-color);
    background-color: white;
  }

  .header-content .nav#main-nav ul {
    justify-content: center;
  }

  .header-content nav li:not(.sousLi) {
    margin: 0 8px;
  }

  .header-content .nav#main-nav>ul>li>a,
  .header-content .nav#topbar-nav>ul>li>a {
    position: relative;
    padding: 5px 4px;
    font-size: 18px;
    text-align: center;    
  }
  .header-content .nav#main-nav>ul>li>a{ color: white;}
  .header-content .nav#topbar-nav>ul>li>a{color: var(--title-color);}

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

  .header-content .nav ul li.sous_menu ul.dropdown>li a::before,
  .header-content .nav#topbar-nav>ul>li>a::before,
  .header-content .nav#main-nav>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: var(--accent-color);
    transition: var(--transition);
    z-index: 1;
  }

  .header-content .nav#main-nav>ul>li>a::before {
    background-color: white;
  }

  .header-content .nav ul li.sous_menu ul.dropdown>li a::before {
    bottom: -2px;
  }

  .header-content .nav ul li.sous_menu ul.dropdown>li a.selected::before,
  .header-content .nav ul li.sous_menu ul.dropdown>li a:hover::before,
  .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;
  }
  

}

@media screen and (min-width: 993px) and (max-width: 1300px) {
  .header-content .nav#main-nav>ul>li>a {
    font-size: 13px;
    padding: .5rem .5rem;
  }
}

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

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

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

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

  .menu-mobile {
    height: 5.625rem;
    background-color: #fff;
  }

  .menu_opened .menu-mobile {
    height: 3.5rem;
    
  }

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

  .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,
  .header-content #nav-container .nav#topbar-nav ul li a {
    font-size: 16px;
    font-weight: 600;
    padding: 0.5rem 5%;
  }
}

@media screen and (max-width: 600px) {
  .fold-tel {
    justify-content: center;
    margin-bottom: 12px;
  }
}
/* *********************************************** BLOC HERO********************************* */
#bloc-hero {padding: 24px 0;}
#bloc-hero .title-3{font-weight: 500;}
.row-btn {
  display: flex  ;
      gap: 12px;
      align-items: center;
}

@media screen and (min-width: 993px) {
  #bloc-hero .row-btn {
      margin-top: 1.5rem;
  }
}

@media screen and (max-width: 992px) {
  #bloc-hero [class*="title"] {
    margin: 0 0 12px;
  }
}



/* *********************************************** BLOC 01********************************* */
/* même design pour les encart des pages internes */
[id*="bloc"] p>em,
.page-interne .ac-doubleColonne p>em {
  color:white;
  border-radius: var(--border-radius);
  background-color: var(--primary-color);
  padding: 24px 16px;
  margin: 40px 0 0;
  display: block;
  text-decoration: none;
  font-style: normal;
  position: relative;
}
.img-full {
  margin-bottom: 48px;
}
h1 span, h1.h1-geoloc span {
  margin: 1.5rem 0 0;
  font-weight: 500;
}
#bloc-01 .row-btn{
  margin-top: 32px;
}

@media screen and (min-width: 993px) {
  h1{font-size: 61px;}
  h1 span, h1.h1-geoloc span {
    font-size: var(--h3-font-size); line-height: 150%;
}

  .index-page main .section {
    padding: 120px 0;
  }
  #bloc-01 p:first-of-type{
    margin-top: 0;
  }

  
}

/* ***********************************************POINTS FORTS***************************** */
.pf-card {
  padding: 3rem 37px;
}

.pf-title {
  margin: 20px 0 1rem;font-weight: 500;
}
.descrip {
    margin-top: 20px;
    color: var(--gray600);
    font-size: 14px;
}

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

  .slick-pf>.col:not(:last-of-type) .pf-card {
    position: relative;
  }

  .slick-pf>.col:not(:last-of-type) .pf-card::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 200px;
    background-color: hsla(0, 0%, 82%, 1);
    right: -12px;        top: 50%;
        transform: translateY(-50%);
  }
  .title-5{
font-size: 24px;
  }
  .pf-title { 
    min-height: 108px;
  }
}
@media screen and (max-width: 992px) {
  .encart-points-forts {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1210px) {
  .pf-card {
    padding: 2rem 1rem;
  }
}

/* *******************************************BLOC 02 & 03************************************** */
[id*="bloc"] img {
  border-radius: var(--border-radius);
}

@media screen and (max-width:992px) {
  [id*="bloc"] img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
}


/* *************************************ENCART CONTACT*********************************************** */
#encart-contact {
  position: relative;
}

#encart-contact::before {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  left: -200%;
  top: 0;
  z-index: -1;
  background: var(--accent-color);
}
.col-contact {padding-block: 60px;}

#encart-contact .title-2 {
  margin: 0 0 1.5rem;
  color: #fff;
}

#encart-contact .btn-rdv {
  margin-bottom: 1.5rem;
}

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

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

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

#encart-contact p {
  margin-bottom: 1.5rem;
}

#encart-contact address {
  margin: 0;
}

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

#encart-contact .card-contact-ville {
  padding: 24px;
}

#encart-contact .title-3 {
  font-size: 1rem;
  margin: 0 0 12px;
  color: var(--accent-color);
  font-weight: 600;
}

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

#encart-contact .btn-contact {
  margin-bottom: 2rem;
}


@media screen and (min-width: 993px) {
  #encart-contact .card-contact-ville {
   max-width: 346px;
        height: 100%;
        margin-left: auto;
}
#encart-contact .card-contact-ville {
    padding: 100px 24px;
}
}
/* *************************PRESTATIONS********************************************* */
#encart-prestations {background: var(--bg);}
.slick-prestations{
  margin-top: 64px;
}
.prestations-card {
  border-radius: var(--card-border-radius); padding: 1.5rem;min-height: 424px;display: flex;
    justify-content: space-between;
    flex-direction: column;overflow: hidden;
}
.card-icon, .card-content {
    z-index: 1;
}
.white-content {margin-bottom: 6px;}
.prestations-card-title {
  margin-bottom: 0;
}
.prestations-card-title a {
    text-decoration: none;
    font-size: 1.5rem;
}
.prestations-card .card-text {
    display: none;
    transition: .6s;
}
.prestations-card:hover .card-text {
    display: block;
}
.prestations-card:before {
content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    border-radius: 100% 100%;
    background: rgba(74, 7, 5, 1);
    right: -200%;
    top: 100%;
    transition: 0.6s;
}
.prestations-card:hover:before {
right: 0;
    top: 0;
    border-radius: 0;
}
.card-link {font-weight: 600;}

@media screen and (min-width: 993px) {
.slick-prestations {
    row-gap: 24px;
}
.prestations-card-title a{
  font-size: 33px;
}
}
/* ***********************************************AVIS********************************************* */
.encart-avis {
  background: var(--bg);
  padding: 80px 0;
}
.encart-avis .title-2 {
  margin: 0 auto 3rem;
}

.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: 1.5rem;
  background: var(--primary-color);
  border-radius: var(--border-radius);color: white;
}

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

.encart-avis .align-right {
  margin-top: -2rem;
  width: fit-content;
  margin-left: auto;
}

.encart-avis .card .show-more {
  font-weight: 600;
  line-height: 24px;
  z-index: 2;
  position: relative;
  padding-left: 1rem;
}

.encart-avis .avis-card.js-more .avis-card-text::after {
  background-image: linear-gradient(to bottom,
      rgba(59, 90, 119, 0),
      rgba(59, 90, 119, 1));
}

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

.encart-avis .slick-avis{
  margin-bottom: 0;
}
}

/* *******************************************BLOC 04+05************************************** */
@media screen and (min-width: 993px) {
  .conetnt-b05 {
    column-count: 2;gap:24px
}
 }

/* ***************************************ACTUALITES*********************************** */
.actualites-card {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.card-image {
  overflow: hidden;
}

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

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

.actualites-card-content {
  padding: 30px 16px 24px;
}

.actualites-card-title a {
  text-decoration: none;
  color: var(--title-color);
  font-weight: 500;
}
.actualites-card:hover .card-image::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.actualites-card:hover img {
  transform: scale(1.2);
}

.actualites-card:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.actualites-card-text{
  margin: 8px 0;
}
.actualites-card:hover .actualites-card-title a {
  color: #fff;
}

.encart-btn {
  margin-top: 71px;
}

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

@media screen and (min-width:993px) {
  
 .actualites-card-title a {
  font-size: 24px;
 }

  
}

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

.detail-actu-image img {
  border-radius: var(--border-radius);
}

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

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


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

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

  .actualites-card-image {
    height: 237px;
  }
}

/* ****************************************************FORMULAIRE ***********************************************/
.encart-formulaire {
    position: relative;
}
.encart-formulaire::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    left: -200%;
    top: 0;
    z-index: -1;
    background-color: var(--bg);
}
.bloc-form {
  padding: 3rem;
  height: 100%;
}

.bloc-infos {
  padding: 3rem 80px;
  height: 100%;
}

.bloc-infos .text {
  margin-bottom: 1.5rem;
}

.bloc-infos .reseaux-sociaux svg path{
  fill: #fff;
}

.bloc-infos .reseaux-sociaux {
  margin-bottom: 80px;
}
.semi-bold{
font-weight: 600;
}
.mb-12{
  margin-bottom: 12px;
}

.bloc-infos address br {
  display: none;
}

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

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

#formulaire_1 .divGenerateur>label {
  display: none;
}

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-radius: 8px;
  border: 1px solid hsla(0, 0%, 82%, 1);
  min-height: 50px;
  box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
}

#formulaire_1 p.submit {
  margin-top: 1rem;
  width: 100%;
}

#formulaire_1 p.submit .btn.primary {
  width: 100%;
}

.bloc-form .title-2 {
  color: var(--darken-color);
}

.bloc-infos .title-2 {
  color: #fff;
}

.text-infos {
  margin-bottom: 1.5rem;
}
.erreur .erreur {font-size: 13px;}
#formulaire_1 input[type=checkbox]{
  position: relative;
  top: 7px;
}

@media screen and (min-width: 993px) {
  .col-infos{border-radius: var(--border-radius) 0 0 var(--border-radius);}
  .col-form {
        border-radius: 0 var(--border-radius) var(--border-radius) 0;
        box-shadow: 0px 4px 24px 0px #0000001A;
    }
  .bloc-form .title-2 {
    margin-bottom: 12px;
    font-size: 33px;
  }


  .encart-formulaire .col:has(.bloc-form) {
    padding: 0;
  }

  .col-form {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    box-shadow: 0px 4px 24px 0px #0000001A;
  }
}

@media screen and (min-width: 601px) {
  #formulaire_1 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  #formulaire_1 .cp_ville>p {
    width: calc(50% - 6px);
  }
}

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

  .title-2 br,
  .title-3 br {
    display: none;
  }

  .encart-formulaire .bloc-form {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }

  .encart-formulaire .bloc-infos {
    padding: 2rem 1rem;
  }

  .bloc-infos .reseaux-sociaux {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .encart-formulaire .bloc-infos {
    padding: 2rem;
  }
}

/* *************************************************FOOTER********************************* */
footer {
  background-color: var(--bg);
  color: var(--gray600);
}

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

.footer-text {
  margin-top: 12px;
}

footer .no-menu {
  display: none;
}

@media screen and (min-width: 993px) {
  .footer-contact {
    margin-top: 40px;
  }
  #footer-nav .nav>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0.5rem 0;
  }

  .col.rs {
    align-self: center;
  }

  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
   #footer-nav nav a{
    font-size: 18px;
    color: var(--title-color);
  }
}

@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: 2.5rem 0 1.5rem;
}

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

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
a.lien-maps:hover {opacity: 0.5;}
a.lien-maps span {display: block;}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}
.footer-1 address a:hover {
  opacity: 0.7;
}
footer .siret {
  font-weight: 400;
  line-height: 24px;
}
.footer-horair-contact {
    display: grid;
    grid-template-columns: 125px 1fr;
    gap: 12px;
}
.list-horaire {display: flex;
    flex-direction: column;
    gap: 4px;}

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

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

#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover>a {
  text-decoration: underline;
  color: #1E1E1E;
}

#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: 14px;
  display: block;
}

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

.footer-2 nav a,
.page-404 footer a {
  font-weight: 600;
  line-height: 24px;
  color: var(--title-color);
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

/* ****************************************PAGES INTERNES******************************** */
.bg-header-interne {
    padding: 40px 0;
}
.page-interne .primary h2{color: white;}

.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: #fff;
  padding: 0;
}

.contact-hero p.intro {
  color: #fff;
}

.contact-page .map-container {
  margin-bottom: 2rem;
}

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

.page-interne .hero-bg,
.hero-interne {
  position: relative;
}

.actualites-detail .hero-interne {
  padding: 30% 0 10%;
  margin-top: 3rem;
}

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

.contact-hero {
  position: relative;
  background: var(--accent-color);
  border-radius: var(--border-radius) var(--border-radius) var(--large-radius) var(--large-radius);
}

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

.page-interne .hero-bg::before,
.hero-interne::before {
  position: absolute;
  content: "";
  background: var(--accent-color);
  border-radius: var(--border-radius) var(--border-radius) var(--large-radius) var(--large-radius);
  width: 100%;
  left: 0%;
  right: 0;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
}

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

  .page-interne .hero-bg::before,
  .hero-interne::before {
    width: 111%;
    left: -5.5%;
  }
}

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

.page-interne .sc-content .ac-doubleColonne .clear_both {
  margin-bottom: 2.35rem;
}

.hero-interne p {
  margin: 0;
}

.page-interne .ac-doubleColonne .ac-doubleColonne {
  margin: 1.5rem 0 0;
}

body:has(.hero-interne) main>.section {
  padding-top: 0;
}

.actualites-listing main>.section {
  margin-top: -2rem;
}

.actualites-detail main>.section {
  margin-top: -4rem;
}

.hero-interne {
  margin-bottom: 2rem;
}

.hero-interne *,
.hero-bg * {
  color: #fff;
}

.page-interne .encart-avis .container,
.page-interne .encart-formulaire .container {
  width: 100%;
}



.bloc-border>section {
  border: 1px solid var(--accent-color);
  padding: 0 1rem 1rem;
}

.bloc-border>section:has(h2) {
  padding: 1rem;
}

.hero-bg .row-btn {
  margin-top: 1.5rem;
}

.ac-colonne:has(img+img) {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.sc-content .ac-doubleColonne img {
  border-radius: var(--border-radius);
}

.sc-content .ac-doubleColonne .ac-colonne:has(p) img {
  display: block;
  margin-top: 1.5rem;
}

.ac-colonne .btn-contact {
  margin-top: 1.5rem;
}

.page-interne .ac-inlink {
  border-radius: var(--border-radius);
}
.ac-1v1 .ac-colonne {
  margin: 15px 0;
  padding: 20px;
  border-radius: var(--card-border-radius);
  border: 1px solid var(--accent-color);
}
.cards .ac-colonne{
  margin: 20px 0;
  border-radius: var(--card-border-radius);
  padding: 20px;
  border: 2px solid var(--primary-color);
}

@media screen and (min-width: 993px) {
  .page-interne .title-1,
.hero-interne .title-1 {
  margin: 0;font-size: 54px;
}
  .bg-header-interne .ac-colonne_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
  .page-interne .sc-content .bg-header-interne{justify-content:center    ;}
  .ac-doubleColonne p:first-of-type{margin-top: 0;}

  .page-interne .encart-formulaire
   {
    padding: 100px 0;
  }

  .page-interne .encart-avis {
    padding: 0 0 100px;
  }

  .contact-hero {
    padding: 5% 0;
  }

  .page-interne .sc-content .ac-doubleColonne .ac-colonne_2 img  {
    width: 95%;
    max-width: 536px;
    margin-left: auto;
  }
  .page-interne .sc-content .ac-doubleColonne .ac-colonne_1 img  {
    width: 95%;
    max-width: 536px;
    margin-right:auto;
  }
 

  .page-interne .sc-content .ac-doubleColonne.img-full img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    max-height: 400px;
  }

  .actualites-detail .hero-interne {
    padding: 10% 0;
    margin-top: 87px;
  }

  .page-interne .hero-bg,
  .hero-interne {
    padding: 10% 0;
    margin-top: 55px;
  }

  .page-interne .hero-bg {
    margin-top: 22px;
  }

  .page-interne .hero-bg .title-1 {
    font-size: 50px;
  }



  .page-interne h1 span {
    font-size: 24px;
    margin: 0;
  }

  .page-interne h2 {
    font-size: 30px;
  }

  body:not(.index-page):not(.page-interne) h1,
  .hero-interne .title-1 {
    letter-spacing: 0px;
    margin: 0 0 0;
  }

  .contact-page .intro {
    margin-bottom: 0;
  }

  .ac-doubleColonne p:last-of-type {
    margin-bottom: 0;
  }

  .page-interne .sc-content img {
    height: 100%;
    object-fit: cover;
  }

  .page-interne .sc-content .ac-doubleColonne .ac-colonne:has(p) img {
    height: auto;
  }

  .page-interne .sc-content .ac-doubleColonne.bloc-h2 {
    align-items: center;
  }

  .page-interne .sc-content .clear_both{
    margin-bottom: 6.35rem;
  }
}

@media screen and (max-width: 992px) {
  #relance li {
    margin: 10px auto;
  }
  .hero-bg .btn-contact {
    display: none;
  }

  .bloc-border>section {
    margin-bottom: 1.5rem;
  }

  .page-interne .encart-avis,
  .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;
  }

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


}
