:root {
  --primary-h: 187; /* hue */
  --primary-s: 100%; /* saturation */
  --primary-l: 23%; /* lightness */

  --accent-h: 0; /* hue */
  --accent-s: 100%; /* saturation */
  --accent-l: 25%; /* lightness */

  --text-h: 218; /* hue */
  --text-s: 28%; /* saturation */
  --text-l: 17%; /* lightness */

  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */

  --background-2:hsla(0, 0%, 95%, 1);
--title-color:hsla(219, 36%, 11%, 1);

  /* font size */
  /* ===== */

  --display2xl: 61px;
  --displayxl: 49px;
  --displaylg: 39px;
  --displaymd: 33px;
  --displaysm: 25px;
  --displayxs: 20px;

  --textlg: 20px;
  --textmd: 16px;
  --textsm: 13px;
  --textxs: 10px;

  --h1-font-size: 3.8rem;
  --h2-font-size: 3rem;
  --h3-font-size: 2.4rem;
  --headings-line-height: 1.333333;

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

  /* FONT FAMILY */

  /* ===== */
  --primary-font: "Manrope", sans-serif;
  --secondary-font: "Arapey", serif;
  --tertiary-font:"EB Garamond", serif;

  /* RADIUS */
  /* ===== */
  --border-radius: 0px;
  --button-border-radius: 6px;

  /* FONT WEIGHT */
  /* ===== */
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --line-height: 1.5rem;

  --transition: all 0.3s ease;
}


/* =============================== */
/*           GENERAL               */
/* =============================== */
a[href="#"] {
  cursor: default;
}

.card {
  position: relative;
  display: block;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}
.catalogue-card-image img,.actualites-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-interne .sc-content .clear_both {
  margin-bottom: 60px;
}
.politique-de-confidentialite main .btn-contact {
  margin-top: 1rem;
  width: max-content;
}
a,
.card-image img {
  transition: var(--transition);
}
p {
  margin: 12px 0 16px;
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin: 8px 0 0;
}
body :where(address) {
  margin: 0;
}
.paginationControl {
  text-align: center;
  margin: 60px auto 28px;
}
.sitemap-nav li {
  margin: 10px 0;
}
.slick-dots li button .slick-dot-icon:before {
  content: "";
}
.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 100px;
  background-color: var(--accent-color-30);
  padding: 0;
}
.fold .slick-dots li button, .fold .slick-dots li.slick-active button {
  background-color: white;
}
.slick-dots li.slick-active button {
  background: var(--accent-color);
  width: 60px;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button .slick-dot-icon {
  color: var(--accent-color-30);
  opacity: 1;
}
.slick-dots li.slick-active button:hover .slick-dot-icon,
.slick-dots li.slick-active button:focus .slick-dot-icon {
  opacity: 0.7;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: var(--accent-color);
  opacity: 1;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before {
    display: none;
}
.divGenerateur label.optional {
  display: none;
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .btn:not(.fluid) {
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  header a.tel {
    font-size: 20px;
  } 
  .blocs img,
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img,
  .ac-colonne img,
  #listing-autres-actus-categorie {
    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;
  }
}
@media screen and (min-width: 993px) {
 .index-page p {
    font-size: var(--textmd);
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: 80px;
  }
  .index-page main .section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .index-page main .section {
    padding: 120px 0;
  }
  .index-page .encart-avis.section {
    padding-bottom: 96px;
  }
}
/* =============================== */
/*           BOUTONS               */
/* =============================== */

[class*="btn"] a.btn, .btn.outlined, .btn.accent {
  padding: 8px 24px;
  border-radius: var(--button-border-radius);
  line-height: 150%;
  text-transform: uppercase;
}

.btn.accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
  transition: all 0.4s ease;
  color: var(--background-color);
  overflow: hidden; /* important pour éviter débordement SVG */
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s ease, left 0.6s ease, right 0.6s ease;
}
.btn.accent:hover {
  background-color: var(--accent-color);
}

@media screen and (min-width:601px) {
  .btn-text {
    padding-left: 16px;
    transition: transform 0.4s ease;
  }
  .btn.accent:hover .btn-text {
    transform: translateX(-20px);
  }
  .btn-icon {
    position: absolute;
    left: 16px;
  }
  .btn.accent:hover .btn-icon {
    left: auto;
    right: 16px; 
    transform: none;  
  }
}
@media screen and (max-width:600px) {
  .btn.accent:hover {
    flex-direction: row-reverse;
  }
}
/* =============================== */
/*           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;
}
/* =============================== */
/*           HEADER                 */
/* =============================== */
.menu-mobile .btn-menu {
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
border-radius: 100%;
}
.menu-mobile .brand {
  margin-left: -22px;
}
.topbar-brand.col {
    margin: 0;
}
.phone span.material-icons {
    margin: 0;
}
.menu-mobile {
  height: 90px;
  background-color: var(--background-color);
}
.menu-mobile .brand {
    /* max-width: 63px; */
    margin-left: -11px;
}
.header-content .nav > ul > .sous_menu.opened > a,
.header-content .nav .dropdown > .sous_menu.opened > a {
  height: 90px;
}
.menu-mobile .row {
  width: 100%;
  margin: 0;
  flex-wrap: nowrap;
}
.menu-mobile .brand.col {
  padding: 0;
}
.phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 992px) {
  header a.tel {
    font-size: 20px;
}
  .no-mobile {
    display: none;
  }
  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 90px;
  }
  .header-content #nav-container {
    margin-top: 90px;
  }
  .header-content .nav#topbar-nav li:not(.opened) a {
    padding: 1.5rem;
    border-bottom: solid 1px var(--background-2);
  }
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 1.5rem;
    border-color: var(--background-2);
  }
  .header-content .nav#main-nav li.index-link a {
    border-top: solid 1px var(--background-2);
  }
  .header-content nav a {
    font-weight: var(--font-weight-bold);
    font-size: var(--textmd);
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    color: var(--primary-color);
    font-size: var(--textsm);
  }
  .header-content nav ul li {
    margin: 0 4px;
  }
}
@media screen and (min-width: 993px) {
  .header-content .nav ul li.sous_menu ul.ssdropdown li a{
    font-size: 11px;
  }
  .row-header {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    justify-content: center;
    align-items: center;
  }
  .main-header-content {
    padding-block: 8px;
}
  .header-content .contact {
    display: none;
  }
  .header-nav .col {
    padding: 0 4px;
}
  .header-content nav li:not(li.sousLi) {
    margin: 0 8px;
  }
  .header-content .nav#main-nav>ul>li>a,
  .header-content .nav#topbar-nav>ul>li>a,
  .nav-footer a{
    position: relative;
    padding: 4px;
    text-align: center;
  }
  .header-content .row {
    flex-wrap: nowrap
  }
  .header-content .nav ul li.sous_menu ul.ssdropdown li a.selected,
  .header-content .nav#main-nav>ul>li>a.selected,
  .header-content .nav#main-nav>ul>li>a:hover,
  .header-content .nav#topbar-nav>ul>li>a:hover,
  .header-content .nav#topbar-nav>ul>li>a.selected,
  .nav-footer a:hover,
  .nav-footer a.selected {
    color: hsla(187, 48%, 38%, 1);
  }
  .header-content nav a {
    font-size: var(--textsm);
  }
.header-content nav ul.dropdown a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .row-header {
    flex-direction: row;
    justify-content: space-between;
  }
  .top-bar nav a,.header-content nav ul.dropdown a {
    font-size: 13px;
  }
  .header-content .col {
    padding: 0 8px;
}
.header-content nav a {
  font-size: var(--textmd);
}
}
/* =============================== */
/*           FOLD + SLIDER         */
/* =============================== */
.fold .slick-dots {
  bottom: 2rem;
}
.slide-img {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
}
.slide-img.slide-01 {
 background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), url("../assets/gifs/slider/slide-01.jpg");
 background-size: cover;
}
.slide-img.slide-02 {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), url("../assets/gifs/slider/slide-02.jpg");
  background-size: cover;
 }
.slide-content {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  color: var(--background-color);
}
.slide-img .container {
  position: relative;
  z-index: 3;
}
.slide-content .title-1, .slide-content .title-1 span {
  color: var(--background-color);
}
.fold .slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .slide-img.slide-01 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%), url("../assets/gifs/slider/slide-01.jpg");
   }
   .slide-img.slide-02 {
     background: linear-gradient(180deg, rgba(0, 0, 0, 0;7) 0%, rgba(0, 0, 0, 0.6) 100%), url("../assets/gifs/slider/slide-02.jpg");
    }
  .slide-content {
    text-align: center;
    margin: 0 auto;
  }
  .fold-top,
  .fold-interne {
    padding: 12px 5%;
    width: 100%;
  }
  .slide-content .btn-contact {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  [class*="btn"] a.btn, .btn.outlined, .btn.accent {
    width: 100%;
  }
 .fold .btn-contact {
    margin-top: 10px;
  }
}
@media screen and (min-width: 993px) {
  .fold .slick-dots {
    bottom: 6rem;
  }
  .slide-content {
    max-width: 55%;
    padding: 20% 0;
    margin: 0;
}
.slide-content p {
  max-width: 648px;
}
}
/* =============================== */
/*        STYLE COMMUN            */
/* =============================== */
.bg {
  background-color: var(--background-2);
}
main p a, main ul li a {
  color: var(--accent-color);
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
[class*="title"],
[class*="title"] a,
h1 span,
h1.h1-geoloc span,
.title-1 span,
#relance a {
  font-family: var(--secondary-font);
  font-weight: 400;
  line-height: 100%;
  color: var(--title-color);
  margin: 0;
}
.card-title,
.card-title a {
  font-size: var(--displaysm);
  text-decoration: none;
}
@media screen and (min-width: 993px) {
  .card-title,
  .card-title a {
    font-size: var(--displaysm);
  }
  h1 {
    font-size: var(--displayxl);
  }
 .title-1{
    font-size: var(--h1-font-size);
  }
  h2,.title-2 {
    font-size: var(--h2-font-size);
  }
  .page-interne h2 {
    font-size: var(--displaylg);
  }
  h3, .title-3,h1.h1-geoloc span, .title-1.h1-geoloc span,h1 span, .title-1 span {
    font-size: var(--h3-font-size);
  }
  h4,
  .title-4 {
    font-size: var(--displaymd);
  }
  h5,
  .title-5 {
    font-size: var(--displaysm);
  }
}
/* =============================== */
/*         ENCART ADRESSE         */
/* =============================== */
.bloc-adresse {
  max-width: 910px;
  margin: 0 auto;
  padding: 20px 4px;
  border-radius: var(--button-border-radius);
  box-shadow: 0px 4px 16px 0px hsla(0, 0%, 0%, 0.2);
}
#encart-adresse {
  position: relative;
  z-index: 2;
  color: hsla(0, 0%, 96%, 1);
}
#encart-adresse .title-3,#encart-adresse .title-5 {
  font-weight: 500;
}
#encart-adresse [class*="title"] {
  color: hsla(0, 0%, 96%, 1);
}
#encart-adresse .title-5 {
  margin-top: 16px;
}
#encart-adresse .title {
  font-size: 18px;
  margin-bottom: 12px;
}
#encart-adresse .adresse {
  display: flex;
  gap: 10px;
}
#encart-adresse a.lien-maps span {
  display: block;
}
#encart-adresse .row {
  max-width: 550px;
  margin: 40px auto 0;
  flex-wrap: nowrap;
}
#encart-adresse .title-3,#encart-adresse .title-5,#encart-adresse .title, #encart-adresse address a {
  font-family: var(--tertiary-font);
}
@media screen and (min-width:993px) {
  #encart-adresse .title, #encart-adresse a.lien-maps {
    font-size: var(--displayxs);
  }
  .bloc-adresse {
    margin-top: -84px;
    padding: 40px 160px;
  }
}
@media screen and (max-width:992px) {
  #encart-adresse {
    margin-top: 40px;
  }
}
/* =============================== */
/*           BLOC 01               */
/* =============================== */
.sur-title {
  color: var(--accent-color);
  margin-bottom: 8px;
}
#bloc-01 h1, #bloc-02 h2, #bloc-03 .div-1 h3 {
  position: relative;
  padding-left: 51px;
}
#bloc-01 h1::before, #bloc-02 h2::before, #bloc-03 .div-1 h3::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 30px;
  background-image: url('../assets/gifs/before-title.svg');
}
#bloc-02 h2::before {
  top: 12px;
  transform: none;
}
@media screen and (min-width:993px) {
  .sur-title {
    font-size: var(--displayxs);
  }
}
/* =============================== */
/*        ENCART PRESTATIONS       */
/* =============================== */
div#encart-prestations .card-3 img {
  object-position: 0 -11px;
}
div#encart-prestations .bloc-top {
  max-width: 872px;
  margin: auto;
}
.slick-prestations {
  margin-top: 48px;
}
.prestations-card:not(.prestations-card-2) {
  border-radius: 8px;
}
.prestations-card:not(.prestations-card-2) .prestations-card-content {
  border-radius: 0 0 8px 8px;
}
.prestations-card-content, .actualites-card-content {
  transition: var(--transition);
  border: 2px solid var(--accent-color);
  border-top: none;
  padding: 20px;
}
.card-text {
  margin: 12px 0 16px;
}
.prestations-card-text {
  min-height: 210px;
}
.prestations-card .link, .link a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-color);
  transition: var(--transition);
  text-decoration: none;
}
.prestations-card:hover .prestations-card-content, .actualites-card:hover .actualites-card-content {
color: white;
background-color: var(--accent-color);
}
#encart-prestations .prestations-card:hover .card-title a,#encart-prestations .prestations-card:hover .link span, .actualites-card:hover .card-title a, .actualites-card:hover .link a{
  color: white;
}
.prestations-card:hover svg path ,.actualites-card:hover svg path {
  fill: white;
}
.prestations-card-image,.prestations-card-image img {
  max-height: 181px;
  object-fit: cover;
}
@media screen and (min-width:601px) and (max-width:700px) {
  .prestations-card-text {
    min-height: 264px;
  }
}
@media screen and (min-width:993px) and (max-width:1439px) {
  .prestations-card-text {
    min-height: 360px;
  }
}
/* @media screen and (min-width:993px) {
  .card-text {
    font-size: var(--textlg);
  }
} */
/* =============================== */
/*           BLOC 02               */
/* =============================== */
#bloc-02 p:nth-of-type(2) {
  background-color: var(--accent-color);
  color: var(--background-color);
  padding: 20px;
}
/* =============================== */
/*              BLOC 03            */
/* =============================== */
#bloc-03 .bloc-top {
  max-width: 648px;
  margin: 0 auto;
}
#bloc-03 img {
  max-height: 595px;
  width: 100%;
  margin: 48px auto;
}
/* =============================== */
/*         BLOC CITATION           */
/* =============================== */
#bloc-citation {
  padding-top: 0;
  color: white;
}
#bloc-citation .container {
  background-image: url('../assets/gifs/bg-citation.jpg');
  background-size: cover;
  border-radius: 80px;
  padding: 20px 10px;
}
@media screen and (min-width:993px) {
  #bloc-citation .container {
    border-radius: 157.5px;
    padding:60px;
    font-size: var(--displaylg);
    font-family: var(--secondary-font);
  } 
}
/* =============================== */
/*          BLOC FORMULAIRE         */
/* =============================== */
div#bloc-formulaire {
  padding-bottom: 300px;
  position: relative;
  z-index: 0;
}
div#bloc-formulaire::before {
  position: absolute;
  content: '';
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/gifs/bg.png');
  background-position: bottom;
  z-index: -1;
}
div#bloc-formulaire label,form#formulaire_5 label  {
  padding-bottom: 4px;
  color: var(--text-color);
  width: auto !important;
  font-size: var(--textmd);
}
div#bloc-formulaire input:not(div#bloc-formulaire p.submit .btn),
div#bloc-formulaire textarea {
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid hsla(215, 27%, 91%, 1);
  min-width: 16px;
  min-height: 16px;
  border-radius: var(--button-border-radius);
  background-color: white;
  color: var(--text-color);
}
div#bloc-formulaire input:hover,
div#bloc-formulaire textarea:hover {
  border-color: hsla(216, 21%, 27%, 1) !important;
}
div#bloc-formulaire textarea {
  min-height: 96px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
}
form#formulaire_5 form.generateur div.divGenerateur {
  margin: 16px 0;
}
form.generateur .noFloatingLabel {
  height: auto !important;
}
/* div#bloc-formulaire form.generateur label,form#formulaire_5 form.generateur label{

} */
div#bloc-formulaire label.noFloatingLabel,form#formulaire_5 label.noFloatingLabel,
div#bloc-formulaire .info {
  color: var(--text-color);
  font-size: var(--textxs) !important;
  line-height: 12px;
  display: flex;
  align-items: flex-start;
}
div#bloc-formulaire .divGenerateur,form#formulaire_5 .divGenerateur{
  margin: 0;
}
div#bloc-formulaire .divGenerateur label.optional {
  display: none;
}
.bloc-formulaire {
  position: relative;
  z-index: 2;
  background-color: var(--background-2);
  padding: 46.5px 40px;
}
form.generateur p, form.generateur div.divGenerateur, form.generateur div.divGenerateurErreur {
    font-size: var(--textmd);
}
div#bloc-formulaire form.generateur .submit,form#formulaire_5 .submit{
    margin-left: 0 !important;
}
#bloc-formulaire p.info {margin: 16px 0;}
div#bloc-formulaire .submit:hover input {
    background-color: var(--accent-color-40);
}
.btn-phone {
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  margin-top: 14px;
}
#bloc-formulaire .cabinet {
  margin-top: 58px;
}
#bloc-formulaire .cabinet img {
  max-height: 164px;
  object-fit: cover;
}
#bloc-formulaire .cabinet .title {
  display: flex;
  gap: 24px;
  font-size: var(--displayxs);
}
.info-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14.5px;
}
.info-form svg {
  min-width: 24px;
  min-height: 24px;
}
.rdv {
  margin-top: 38px;
}
 #bloc-formulaire .cabinet address {
  margin: 14px 0;
}
@media screen and (max-width: 992px) {
  .bloc-formulaire {
    margin-bottom: 30px;
}
  .col.bloc-formulaire {
    padding: 20px 16px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 993px) {
  div#bloc-formulaire {
    padding-bottom: 652px;
  }
  #bloc-formulaire .cabinet img {
    max-width: 401px;
  }
  #bloc-formulaire .title-2,#bloc-formulaire .cabinet .title {
    font-size: 31px;
  }
  div#bloc-formulaire input#field_3 {
    width: max-content;
}
  .col.bloc-formulaire {
    padding: 40px 0;
  }
}

/* =============================== */
/*               FOOTER            */
/* =============================== */
footer:not(.index-page footer) {
  box-shadow: 0 -6px 10px rgba(128, 128, 128, 0.2);
}
footer .section.section-1 {
  padding-top: 40px;
}
footer a {
  color: var(--text-color);
}
footer .section-3 {
  color: var(--primary-color);
}
footer .copyright {
  color: var(--text-color);
  font-size: var(--textsm);
  margin-top: 0;
}
footer .joindre {
margin-bottom: 12px;
font-weight: 700;
}
footer .section .materiel-icons {
  font-size: 20px;
}
footer {
  padding-bottom: 24px;
}
footer .section {
  padding: 24px 0;
}
footer .title {
  font-size: var(--displayxs);
  margin-bottom: 12px;
}
.footer-coordonnee {
  display: flex;
  gap: 8px;
}
.nav-footer ul.row a {
  text-decoration: none;
}
footer .section-3 a,
.siret {
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
}
 a.lien-maps:hover,
footer .section-3 a:hover {
  text-decoration: underline;
  color: hsla(187, 48%, 38%, 1);
}

.index-page footer {
  position: relative;
}
footer ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  max-width: 4rem;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background-color: var(--background-color);
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: var(--text-color);
  z-index: 1;
  bottom: 100%;
  list-style: none;
}
footer ul.ssdropdown {
  position: absolute;
  top: -1px;
  left: 100%;
  display: none;
  width: max-content;
  max-width: 20rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  list-style-type: none;
  background-color: var(--background-color);
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
 }
  footer ul.dropdown a {
    font-size: 13px;
    text-transform: none;
  }
  footer ul.ssdropdown a {
    font-size: 11px;
  }
  footer .ssdropdown {
    border: none;
  }
  .nav-footer ul li.sous_menu ul.dropdown > li.sous_menu > a::after {
    content: '\e5cc';
    position: absolute;
    margin-top: 5px;
    pointer-events: none; }
  .nav-footer ul li.sous_menu ul.dropdown > li.sous_menu:hover ul.ssdropdown {
    display: block; }
footer ul li.sous_menu > a::after {
  content: '\e5cf';
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -.125em 0 0 .25em;
  font-family: 'Material Icons';
}
footer ul.dropdown li {
  padding: 0.75rem;
}
footer ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
footer ul li.sous_menu {
  position: relative;
}
footer ul li.sous_menu:hover ul.dropdown {
  display: block;
}
footer .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem 0.75rem;
}
footer ul.dropdown li {
  margin: 0;
}
footer .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.nav-footer ul {
  margin: 0;
}
.footer-coordonnee-2 {
  margin-top: 16px;
}
footer .section-1 .lien-maps span {
  display: block;
}
@media screen and (max-width: 992px) {
.reseaux-sociaux ul.row {
    justify-content: center;
  }
  .section.section-2.nav-footer {
    padding: 24px 0 0;
    max-width: 400px;
    margin: 0 auto;
  }
  footer {
    text-align: center;
  }
  footer .title {
    margin-top: 30px;
  }
  .section.section-1 {
    padding-bottom: 0;
  }
  footer .section li {
    margin: 15px 0;
  }
  .footer-coordonnee {
    flex-direction: column;
    margin: 0 0 25px;
    gap: 6px;
    justify-content: center;
  }
  .horaire-footer > div {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 6px;
  }
  footer .brand {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 993px) {
  .nav-footer ul {
    display: flex;
    justify-content: center;
  }
  footer  ul.dropdown,   footer  ul.ssdropdown {
    max-width: none;
  }
  footer .row {
    flex-wrap: nowrap;
  }
}

/* =============================== */
/*           CONTACT PAGE    */
/* =============================== */
.divGenerateurRequired {
  margin-top: 16px;
}
form#formulaire_5 fieldset {
  padding: 20px;
}
.section-contact {
  padding-top: 0;
}
.section-hero {
  position: relative;
  background-image:linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%), url('../assets/gifs/slider/slide-01.jpg');
  background-size: cover;
  background-position: center;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0;
}
.section-info {
  background-color: var(--background-2);
}
.contact-page h1 {
  font-size: var(--displaylg);
  margin: 25px 0 0;
  line-height: normal;
  color: var(--background-color);
}
.col.contact-page-horaires .row,
.contact-page-coordonnees.reset .row,
.contact-page-infos-pratiques .row {
  flex-wrap: nowrap;
}
.contact-page .contact-page-infos-pratiques {
  margin-bottom: 2rem;
}
.contact-page-infos-pratiques .title-2 {
  margin: 0;
}
.contact-page .map-container iframe {
  max-height: 400px;
}
/* =============================== */
 /*          ENCART CONTACT         */
 /* =============================== */
 #encart-contact {
   position: relative;
   padding: 80px 10px;
 }
 #encart-contact .title-2 {
   position: relative;
   max-width: 900px;
   margin: auto;
 }
 #encart-contact .title-2:after {
  content: "";
  position: absolute;
  background: var(--accent-color);
  width: 107px;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}
 #encart-contact .btn-contact {
   margin-top: 30px;
 }
 #encart-contact::before {
   position: absolute;
   content: '';
   top: 0;
   left: -5000px;
   right: -5000px;
   bottom: 0;
   background-color: var(--background-2);
   z-index: -1;
 }
/* =============================== */
 /*          PAGES INTERNE           */
 /* =============================== */
section.ac-doubleColonne img {
  border-radius: var(--border-radius);
}
.ac-1v1 .ac-colonne {
  border-radius: var(--border-radius);
 margin: 20px 0;
 padding: 20px;
 border: 2px solid var(--accent-color);
}
.hero-bg .title-1, .hero-interne .title-1 {
  color: var(--background-color);
}
.hero-bg *, .section-interne *, .hero-interne * {
  color: var(--background-color);
}
.page-interne div#container {
  padding-top: 0;
}
.ac-doubleColonne.hero-bg p {
  color: var(--background-color);
  margin: 1rem 0 0;
}
 .hero-interne {
  margin-bottom: 60px;
}
.hero-interne .title-1,.hero-interne h1 {
  max-width: 900px;
  margin: 0;
}
body[class*="listing"] h1, .devis h1 {
  margin-bottom: 20px;
}
body[class*="listing"] .fold {
  margin-top: -2px;
}
body[class*="listing"] main > .section, .catalogue-detail main > .section, 
.actualites-detail main > .section,.politique-de-confidentialite main > .section,.plan-site main > .section {
  padding-top: 0;
}
.sc-content .ac-doubleColonne.hero-bg,.hero-interne {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 245px;
  padding-block: 52px;
}
.section-hero {
  position: relative;
}
.hero-bg::before,
.hero-interne::before {
  position: absolute;
  content: "";
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  z-index: -1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), url('../assets/gifs/slider/slide-01.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
nav#fil_ariane,
#fil_ariane,
.fil-ariane {
  margin: 0 0 3em;
}
  div.note {
    margin-top: 24px;
  }
  div.note p:nth-of-type(1) {
    margin-top: 0;
  }
@media screen and (min-width: 993px) {
 .hero-bg .title-1, .hero-interne .title-1 {
   max-width: 75%;
 }
 section.ac-doubleColonne.ac-1v1,section.ac-doubleColonne.ac-cards,section.ac-doubleColonne.ac-steps,section.ac-doubleColonne.ac-stat {
   align-items: stretch;
}
  .hero-bg p, .hero-interne p{
    max-width: 60%;
  }
 .section.section-hero {
    margin-bottom: 48px;
}
  body[class*="listing"] .hero-interne {
    margin-bottom: 88px;
}
 .page-interne .sc-content img:not(.page-interne #encart-actualites img) {
    height: 100%;
    object-fit: cover;
  }
  h2.western,
  .sc-content .ac-doubleColonne h2 {
    margin-top: 0;
  }
  div#container:not(.devis div#container) {
    padding-bottom: 0;
  }
  .page-interne
    section:not(section.ac-doubleColonne, section.ac-doubleColonne
      section, #relance, .ac-include)
    p,
  section.ac-doubleColonne:not(section.ac-doubleColonne.ac-timeline) p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #fil_ariane,
  nav#fil_ariane,
  .fil-ariane {
    font-size: 14px;
  }
}
@media screen and (max-width:992px) {
 .ac-steps .ac-colonne,.white {
   margin-top: 15px;
 }
}
@media screen and (max-width:600px) {
 .hero-bg .title-1, .hero-interne .title-1 {
   max-width: 90%;
 }
}
/* =============================== */
/*        ENCART ACTUALITES        */
/* =============================== */
#encart-actualites .btn-contact {
  margin-top: 16px;
  text-align: center;
}
.actualites-card-image,.actualites-card-image a, .actualites-card-image img {
  max-height: 181px;
  overflow: hidden;
}
/* =============================== */
/*      PAGE ACTUALITES DETAIL     */
/* =============================== */
div#listing-autres-actus-categorie ul {
  text-align: center;
}
div#listing-autres-actus-categorie span.title-4 {
  margin: 20px auto;
  display: block;
  text-align: center;
}
.actualites-detail img {
  border-radius: var(--border-radius);
}
.actualites-detail .detail-actu-image {
  max-width: 50%;
}
div#listing-autres-actus-categorie ul {
  padding-inline-start: 0;
}
div#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}
body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--background-2);
  border-radius: var(--border-radius);
}
body.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}
#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;
}
.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}
.detail-actu-contenu p {
  margin: 0;
}

