:root {
  --primary-h: 195; /* hue */
  --primary-s: 53%; /* saturation */
  --primary-l: 79%; /* lightness */

  --accent-h: 210; /* hue */
  --accent-s: 100%; /* saturation */
  --accent-l: 20%; /* 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 */

  --title-color: hsla(0, 0%, 12%, 1);
  --background-2: hsla(200, 60%, 97%, 1);

  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Lora", serif;
  --tertiary-font: "Inter", sans-serif;

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

  --display2xl: 61px;
  --displayxl: 49px;
  --displaylg: 39px;
  --displaymd: 31px;
  --displaysm: 24px;
  --displayxs: 20px;

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

  --h1-font-size: 3.8rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 2rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 0;
  --button-border-radius: 0;

  --transition: 0.3s all ease-in-out;
}

/* =============================== */
/*           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: 24px 0;
}

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;
  }
}
/* =============================== */
/*           FOLD               */
/* =============================== */
@media screen and (max-width: 992px) {
  .fold-top,
  .fold-interne {
    padding: 12px 5%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .fold .btn-devis,
  .fold .btn-contact {
    margin-top: 10px;
  }
}
/* =============================== */
/*           BOUTONS               */
/* =============================== */

[class*="btn"] a.btn,
.btn.outlined,
.btn.accent {
  padding: 16px;
  border-radius: var(--button-border-radius);
  line-height: 100%;
  position: relative;
  overflow: hidden;
  font-family: var(--tertiary-font);
  font-size: 14px;
  font-weight: 600;
}
.btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  transition: transform 0.5s ease-in-out;
}
.btn-wrapper {
  height: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn:hover .btn-text {
  transform: translateY(-20px);
}
.btn.accent {
  background-color: var(--accent-color);
  color: var(--background-color);
}
.btn.outlined {
  background-color: var(--background-color);
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
@media screen and (min-width: 993px) {
  [class*="btn"] a.btn,
  .btn.outlined,
  .btn.accent {
    padding: 16px 24px;
    min-width: max-content;
    font-size: var(--textmd);
  }
}
/* =============================== */
/*           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: -11px;
}
.topbar-brand.col {
  margin: 0;
}
.phone span.material-icons {
  margin: 0;
}
.menu-mobile {
  height: 90px;
  background-color: var(--background-color);
}
.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 a.tel {
    font-weight: 600;
    font-family: var(--tertiary-font);
    color: var(--title-color);
  }
  .top-bar nav a {
    color: var(--title-color);
  }
  .header-content #main-nav ul {
    justify-content: center;
  }
  .top-bar .container {
    padding-block: 24px;
  }
  .main-header-content .container {
    padding-block: 8px;
  }
  .main-header-content,
  .header-content .nav ul li.sous_menu ul.dropdown {
    background-color: var(--accent-color);
    color: white;
  }
  .header-content .devis {
    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;
  }
  .header-content nav ul.dropdown a {
    font-size: 10px;
  }
  .row-header {
    flex-direction: column;
    gap: 16px;
  }
  .header-content .row {
    flex-wrap: nowrap;
  }
  .header-content .nav#main-nav > ul > li > a.selected:before,
  .header-content .nav#main-nav > ul > li > a:hover:before,
  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a:before,
  .nav-footer 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:hover:before,
  .header-content .nav#topbar-nav > ul > li > a.selected:before,
  .nav-footer a:hover::before,
  .nav-footer a.selected::before {
    width: 100%;
    left: 0;
    right: 0;
  }
  .header-content .nav#main-nav > ul > li > a.selected:before,
  .header-content .nav#main-nav > ul > li > a:hover:before {
    background-color: white;
  }
  .header-content .nav ul:not(ul.dropdown) li a:hover,
  .header-content .nav ul:not(ul.dropdown) li a.selected {
    color: inherit;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a:hover {
    color: var(--primary-color);
  }
}
@media screen and (min-width: 1280px) {
  .header-content .col {
    padding: 0 12px;
  }
  .header-content nav a {
    font-size: var(--textmd);
  }
  .header-content nav ul.dropdown a {
    font-size: 12px;
  }
}
/* =============================== */
/*        STYLE COMMUN            */
/* =============================== */
.bg {
  background-color: var(--background-2);
}
main p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
[class*="title"],
[class*="title"] a,
h1 span,
h1.h1-geoloc span,
#relance a {
  font-family: var(--secondary-font);
  font-weight: 400;
  line-height: 100%;
  color: var(--title-color);
  margin: 0;
}
.slick-catalogue,
.slick-avis,
.slick-prestations,
.slick-marques,
.slick-actualites {
  margin-top: 60px;
}
.card-title,
.card-title a {
  font-size: var(--displayxs);
  text-decoration: none;
}
@media screen and (min-width: 993px) {
  .card-title,
  .card-title a {
    font-size: var(--displaysm);
  }
  .title-1 {
    font-size: var(--display2xl);
  }
  h1 {
    font-size: var(--h1-font-size);
  }
  h1.h1-geoloc span,
  .title-1.h1-geoloc span,
  h1 span,
  .title-1 span {
    font-size: var(--displaysm);
    margin: 16px 0 0;
  }
  h2,
  .title-2,
  .index-page h1 {
    font-size: var(--h2-font-size);
  }
  h3,
  .title-3 {
    font-size: var(--h3-font-size);
  }
}
@media screen and (max-width: 600px) {
  .row.boutons {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    row-gap: 16px;
  }
}
@media screen and (min-width: 601px) and (max-width: 993px) {
  .row.boutons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .fold .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .row.boutons .col {
    width: auto;
    flex-basis: auto;
    flex-grow: inherit;
  }
  .fold .row .col {
    padding: 0 6px;
  }
  [class*="btn"] a.btn,
  .btn.outlined,
  .btn.accent {
    font-size: 12px;
  }
}
/* =============================== */
/*              BLOC TOP           */
/* =============================== */
#bloc-top .boutons,
#encart-contact .boutons {
  margin-top: 48px;
}
@media screen and (min-width: 993px) {
  #bloc-top img {
    position: absolute;
    top: 0;
    left: 45%;
    width: 78%;
    object-position: right;
    z-index: -1;
  }
  #bloc-top .container {
    position: relative;
  }
  #bloc-top .bloc-text {
    padding-block: 19%;
  }
  .media .reseaux-sociaux .row {
    flex-direction: column;
    gap: 13px;
  }
  .media {
    position: fixed;
    left: 112px;
    top: 37%;
    z-index: 999;
  }
}
@media screen and (max-width: 992px) {
  #bloc-top .boutons {
    display: none;
  }
  #bloc-top .title-1 {
    margin: 30px auto;
    text-align: center;
  }
}
/* =============================== */
/*         ENCART POINTS FORT      */
/* =============================== */
.pt-fort {
  padding: 20px;
}
#encart-points-fort .card-image {
  min-height: 85px;
}
#encart-points-fort .card-title {
  min-height: 62px;
  margin: 20px 0 16px;
}
.slick-points-fort {
  margin-top: 24px;
}
@media screen and (min-width: 993px) {
  .slick-points-fort .col {
    padding: 0;
  }
  .pt-fort {
    padding: 42px;
    border-right: 1px solid #d1d1d1;
  }
  #encart-points-fort .col:last-child .pt-fort {
    border: none;
  }
}
/* =============================== */
/*              BLOC LEFT           */
/* =============================== */
.blocs .boutons {
  margin-top: 32px;
}
#bloc-01 {
  padding-top: 0;
}
@media screen and (min-width: 993px) {
  div#bloc-05 .bloc-text,
  div#bloc-06 .bloc-text {
    padding-block: 108px;
  }
  #bloc-01 .bloc-text {
    padding-block: 145.5px;
  }
  .bloc-left .container {
    position: relative;
  }
  .bloc-left img {
    position: absolute;
    right: 55%;
    top: 0;
    bottom: 0;
    width: 61%;
    object-position: bottom;
  }
}
/* =============================== */
/*            BLOC Right           */
/* =============================== */
.blocs p em,
.note {
  display: block;
  padding: 16px;
  background-color: var(--primary-color);
  font-style: normal;
}
@media screen and (min-width: 993px) {
  .bloc-right .container {
    position: relative;
  }
  .bloc-right img {
    position: absolute;
    left: 55%;
    top: 0;
    bottom: 0;
    width: 61%;
  }
}
/* =============================== */
/*       ENCART PRESTATIONS        */
/* =============================== */
.slick-prestations {
  margin-top: 64px;
}
.prestations-card {
  position: relative;
  overflow: hidden;
}
.prestations-card a {
  display: block;
  text-decoration: none;
  position: relative;
}
.prestations-card a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  transition: var(--transition);
}
.prestations-card:hover a::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.prestations-card-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: white;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.prestations-card-title {
  color: white;
  transition: transform 0.3s ease;
  transform: translateY(0); /* Ã©tat normal */
  margin-bottom: 8px;
}

.prestations-card-text {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
  pointer-events: none;
  max-height: 0;
}

.prestations-card:hover .prestations-card-title {
  transform: translateY(-10px); /* vers le haut */
}

.prestations-card:hover .prestations-card-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  max-height: none;
}
.link {
  font-family: var(--tertiary-font);
  font-weight: 600;
  margin-top: 20px;
}
.prestations-card-image {
  position: relative;
  max-height: 594px;
  overflow: hidden;
}
.prestations-card-image img {
  min-height: 594px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.prestations-card:hover img {
  transform: scale(1.1);
}
/* =============================== */
/*           ENCART AVIS           */
/* =============================== */
.slick-avis {
  margin-top: 64px;
}
.avis-card {
  padding: 16px;
  background-color: var(--background-color);
}
.avis-card .avis-card-text {
  padding-left: 76px;
  height: 104px;
  margin-top: 8px;
}
.avis-name {
  font-weight: 700;
  color: var(--title-color);
}
.encart-avis .align-right button.show-more.btn.small {
  display: none;
}
.avis-date {
  font-size: var(--textxs);
  margin-left: -16px;
  color: hsla(0, 0%, 27%, 1);
}
.encart-avis .row.s-middle.s-start {
  padding-top: 4px;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small,
.encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}
/* =============================== */
/*        ENCART CONTACT          */
/* =============================== */
#encart-contact .container {
  position: relative;
  background: url("../assets/gifs/bg-contact.jpg");
  background-size: cover;
  border-radius: 12px;
  z-index: 0;
}
#encart-contact .container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.6);
  border-radius: 12px;
  z-index: -1;
}
#encart-contact .title-2 {
  color: white;
}
#encart-contact p {
  color: hsla(0, 0%, 96%, 1);
  margin: 24px 0 12px;
}
.page-interne #encart-contact .container {
  width: 100%;
  padding: 20px;
}
#encart-contact .reseaux-sociaux svg path {
  fill: white;
}
@media screen and (min-width: 993px) {
  .page-interne #encart-contact {
    padding: 120px 0;
  }
  #encart-contact .container,
  .page-interne #encart-contact .container {
    width: 100%;
    padding: 48px;
  }
}
@media screen and (max-width: 992px) {
  #encart-contact .container {
    padding: 30px 10px;
    text-align: center;
  }
  #encart-contact .container .row.boutons {
    justify-content: center;
  }
}
/* =============================== */
/*              BLOC 03            */
/* =============================== */
#bloc-04 h3 {
  font-weight: 500;
}
#bloc-03 .bloc-text {
  margin-top: 48px;
}
@media screen and (min-width: 993px) {
  #bloc-03 .container {
    position: relative;
  }
  #bloc-03 .bloc-image {
    min-height: 500px;
  }
  #bloc-03 img {
    position: absolute;
    max-height: 500px;
    left: -30%;
    right: -30%;
    min-width: 125%;
    margin: 0 auto;
    object-position: bottom;
  }
  .bloc-3 {
    position: sticky;
    top: 30px;
  }
  #bloc-03 .bloc-text .row:not(#bloc-03 .bloc-text .row.boutons) {
    display: flex;
    gap: 94px;
    flex-wrap: nowrap;
  }
}
/* =============================== */
/*         ENCART ACTUALITS        */
/* =============================== */
#encart-actualites {
  padding-bottom: 0;
}
.actualites-card {
  background-color: white;
  transition: var(--transition);
}
.actualites-card-content {
  padding: 24px;
  margin-top: 20px;
}
.actualites-card-text {
  margin: 8px 0;
  height: 76px;
  overflow: hidden;
}
.actualites-card a {
  text-decoration: none;
}
.link a {
  font-family: var(--tertiary-font);
  color: var(--title-color);
  font-weight: 400;
}
.encart-btn {
  margin-top: 60px;
}
.actualites-card-image {
  overflow: hidden;
}
.actualites-card-image img {
  transition: var(--transition);
}
.actualites-card-image a {
  display: block;
  position: relative;
}
.actualites-card-image a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.3);
  transition: var(--transition);
  opacity: 0;
}
.actualites-card:hover {
  background-color: hsla(195, 53%, 79%, 1);
}
.actualites-card:hover .actualites-card-image a::after {
  opacity: 1;
}
.actualites-card:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 993px) {
  .slick-actualites .col:nth-of-type(1) .actualites-card,
  .card-3 {
    margin-top: 145px;
  }
  .slick-actualites .col:nth-of-type(2) .actualites-card,
  .card-2 {
    margin-top: 75px;
  }
}
/* =============================== */
/*      PAGE ACTUALITES DETAIL     */
/* =============================== */
.actualites-detail .fold,
.actualites-listing .fold,
.contact-page .fold {
  display: none;
}
.actualites-detail h1 {
  margin: 30px 0;
}
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;
}

/* =============================== */
/*          BLOC FORMULAIRE         */
/* =============================== */
.page-interne #bloc-formulaire .container {
  width: 100%;
}
#bloc-formulaire {
  position: relative;
}
#bloc-formulaire::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -5000px;
  right: -5000px;
  height: 100%;
  background-color: var(--background-2);
  z-index: -1;
}
div#bloc-formulaire .title-2 {
  margin-bottom: 24px;
}
div#bloc-formulaire label {
  padding-bottom: 4px;
  color: var(--text-color);
  font-weight: 600;
}
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(0, 0%, 82%, 1);
  min-width: 16px;
  min-height: 16px;
  border-radius: 8px;
  background-color: white;
  color: hsla(0, 0%, 43%, 1);
  box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
}
div#bloc-formulaire input:hover,
div#bloc-formulaire textarea:hover {
  border-color: var(--accent-color-20);
}
div#bloc-formulaire textarea {
  min-height: 220px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
}
div#bloc-formulaire label.noFloatingLabel,
div#bloc-formulaire .info {
  color: var(--text-color);
  font-size: var(--textxs);
  line-height: 12px;
  display: flex;
  align-items: flex-start;
}
div#bloc-formulaire .divGenerateur {
  margin: 0;
}
div#bloc-formulaire .divGenerateur label.optional {
  display: none;
}
@media screen and (max-width: 992px) {
  .col.bloc-formulaire {
    padding: 20px 16px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 993px) {
  #bloc-formulaire .container {
    position: relative;
  }
  #bloc-formulaire .bloc-map iframe {
    position: absolute;
    top: 60px;
    bottom: 60px;
    height: calc(100% - 120px);
    right: 55%;
    max-width: 815px;
  }
  .col.bloc-formulaire {
    padding: 48px;
  }
  div#bloc-formulaire div#field_20,
  div#bloc-formulaire div#field_23 {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  div#field_20 p,
  div#field_23 p {
    width: 100%;
    margin-bottom: 0;
  }
}
/* =============================== */
/*          PAGES DEVIS    */
/* =============================== */
#formulaire_8 fieldset {
  height: 100%;
  padding: 20px;
}
#formulaire_8 .divGenerateurRequired {
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  #formulaire_8 fieldset {
    margin-bottom: 1rem;
  }
  #formulaire_8 fieldset {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  #formulaire_5 .g-recaptcha {
    max-width: 253px;
  }
}

/* =============================== */
/*               FOOTER            */
/* =============================== */
footer:not(.index-page footer) {
  background-color: var(--background-2);
}
footer .section.section-1 {
  padding-top: 40px;
}
footer a {
  color: var(--text-color);
}
footer .section-3 {
  color: var(--title-color);
}
footer .section .materiel-icons {
  font-size: 20px;
}
footer {
  padding-bottom: 24px;
}
footer .section {
  padding: 24px 0;
}
footer .title {
  margin-bottom: 12px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--accent-color);
}
footer ul a {
  color: var(--title-color);
}
.footer-coordonnee {
  display: flex;
  gap: 8px;
}
.nav-footer ul.row a {
  text-decoration: none;
}
footer .section-3 a,
.siret {
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--tertiary-font);
}
a.lien-maps:hover,
footer .section-3 a:hover {
  text-decoration: underline;
  color: var(--link-color);
}
.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.dropdown a {
  font-size: 13px;
  text-transform: none;
}
footer ul li.sous_menu > a::after {
  content: "\e5cf";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 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;
}
.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/bloc-top.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;
}
/* =============================== */
/*          PAGES INTERNE          */
/* =============================== */
.ac-1v1 .ac-colonne {
  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/bloc-top.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;
}
.page-interne .boutons {
  margin-top: 32px;
}
.white {
  border-radius: var(--border-radius);
  background-color: var(--background-2);
  padding: 16px;
  box-shadow: 0 2px 6px var(--primary-color);
}

@media screen and (min-width: 993px) {
  .ac-1v1 {
    justify-content: space-between;
    gap: 112px !important;
    flex-wrap: nowrap;
  }
  .col-left,
  .col-right,
  .image-interne {
    position: relative;
  }
  .col-left img,
  .col-right img {
    position: relative;
    left: -34%;
    width: 128% !important;
    max-width: none !important;
    z-index: 1;
    right: 55%;
  }
  .col-right img {
    left: 0;
    right: -33%;
    width: 133% !important;
  }
  .image-interne img {
    max-height: 500px;
    min-width: 130% !important;
    position: relative;
    left: -15%;
    right: -15%;
  }
  .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%;
  }
}

/* Ajout ~~ --------- */
.index-page .span2-header {
  font-style: italic;
}
@media screen and (min-width: 993px) {
  .index-page .fold #bloc-top .col.s12.l6.bloc-text {
    position: relative;
    left: -40px;
  }
  .index-page .span1-header {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .page-404 {
    padding-bottom: 0 !important;
  }
  footer {
    padding-top: 1rem;
  }
}
