:root {
  --primary-h: 91; /* hue */
  --primary-s: 37%; /* saturation */
  --primary-l: 35%; /* lightness */
  /* --------------- OLD -------------------- */
  /* --primary-h: 91;
  --primary-s: 37%; 
  --primary-l: 35%;  */

  --accent-h: 35; /* hue */
  --accent-s: 85%; /* saturation */
  --accent-l: 78%; /* lightness */
  /* --------------- OLD -------------------- */
  /* --accent-h: 35;
   --accent-s: 85%; 
   --accent-l: 78%;  */

  --text-h: 93; /* hue */
  --text-s: 9%; /* saturation */
  --text-l: 20%; /* lightness */

  --background-h: 87; /* hue */
  --background-s: 44%; /* saturation */
  --background-l: 95%; /* lightness */

  --background-2: hsla(87, 39%, 77%, 1);
  --background-3: hsla(86, 38%, 89%, 1);
  --secondary-color: hsla(89, 34%, 55%, 1);
  /* --------------- OLD -------------------- */
  /* --background-2: hsla(87, 39%, 77%, 1);
    --background-3: hsla(86, 38%, 89%, 1);
    --secondary-color: hsla(89, 34%, 55%, 1); */

  --primary-font: "greycliff-cf",  sans-serif;
  --secondary-font: "mastro-display",  sans-serif;

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

  --display2xl: 61px;
  --displayxl: 49px;
  --displaylg: 40px;
  --displaymd: 31px;
  --displaysm: 25px;
  --displayxs: 20px;

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

  --h1-font-size: 3.8rem;
  --h2-font-size: 2.44rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

  --title-color: hsla(84, 10%, 10%, 1);
  --link-color: var(--primary-color-40);

  --border-radius: 20px;
  --button-border-radius: 80px;

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

/* =============================== */
/*           GENERAL               */
/* =============================== */
a[href="#"] {
  cursor: default;
}
.card {
  position: relative;
  display: block;
}
.actualites-card-title a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 8;
  cursor: pointer;
}
.page-interne .sc-content .clear_both {
  margin-bottom: 60px;
}
.politique-de-confidentialite main .btn-contact {
  margin-top: 1rem;
  width: max-content;
}
.card-image,
.card-image img,
.card-image a {
  border-radius: var(--border-radius);
}
a,
.card-image img {
  transition: var(--transition);
}
p {
  margin: 12px 0 16px;
}
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;
  padding: 0;
  position: relative;
  background-color: var(--background-2);
}
#encart-prestations .slick-dots li button {
  background-color: var(--primary-color);
}
.slick-dots li.slick-active {
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background-color: var(--secondary-color);
  width: 60px;
}
.slick-dots li button::before {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  bottom: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  opacity: 0;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon,
.slick-dots li.slick-active button::before {
  opacity: 1;
}
.slick-dots li button .slick-dot-icon {
  color: var(--background-2);
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: var(--secondary-color);
  opacity: 1;
}
h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before,
.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) {
  #bloc-01 {
    padding-top: 0;
  }
  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) {
  .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               */
/* =============================== */

a.btn.primary,
.btn.accent,
.btn.outlined,
.btn {
  padding: 10px 18px;
  border-radius: var(--button-border-radius);
  line-height: 150%;
  font-weight: 700;
}
.btn-rdv a,
.tap-bar-rdv {
  background-color: hsla(206, 85%, 43%, 1);
  color: var(--background-color);
}
.btn-rdv a:hover {
  background-color: hsla(208, 96%, 35%, 1);
}
.btn.accent,
.btn.outlined:hover {
  background-color: var(--accent-color);
  color: var(--title-color);
}
.btn.accent:hover {
  background-color: hsla(30, 84%, 61%, 1);
}
.btn.primary {
  color: white;
}
.btn.primary:hover {
  background-color: var(--secondary-color);
  color: var(--title-color);
}
/* =============================== */
/*           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;
}
.brand .logo-text .bold {
  font-size: 34px;
  line-height: 100%;
  padding-left: 0;
  font-family: "Cormorant", serif;
  font-weight: 600;
  min-width: max-content;
}
.brand .logo-text .baseline {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
.brand .col.logo-text {
  padding: 0;
}
.brand .row {
  flex-wrap: nowrap;
}
/* =============================== */
/*           HEADER                 */
/* =============================== */
.menu-mobile .btn-menu {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: transparent;
  border-radius: var(--button-border-radius);
}
.topbar-brand.col {
  margin: 0;
}
.phone span.material-icons {
  margin: 0;
}
.menu-mobile {
  height: 90px;
  background-color: var(--background-color);
}
.menu-mobile .brand {
  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) {
  .fold-top,
  .fold-interne {
    padding: 12px 5%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .fold .btn-contact,
  .fold .btn-rdv {
    margin-top: 10px;
  }
}

@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: 0.75rem;
    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: 700;
    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(--textmd);
  }
  .header-content nav ul li {
    margin: 0 4px;
  }
}
@media screen and (min-width: 993px) {
  .row.boutons .col {
    padding: 0 6px;
  }
  .row.row-header {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
  }
  .header-content #nav-container {
    margin: 0;
  }
  .header-content .nav ul li a.selected,
  .header-content .nav ul li:hover > a,
  .header-content .nav ul.dropdown li a.selected,
  .header-content .nav ul.dropdown li:hover > a,
  footer ul.dropdown li a.selected,
  footer ul.dropdown li:hover > a,
  .header-content .nav ul li.sous_menu ul.ssdropdown li a.selected {
    color: var(--secondary-color);
  }
  .top-bar .container {
    padding: 12px 0;
  }
  .main-header-content .container {
    max-width: 1670px;
    width: 100%;
    padding: 10px;
    background-color: var(--background-3);
    border-radius: 80px;
  }
  .top-bar nav a {
    font-weight: 400;
  }
  .header-content nav li:not(li.sousLi) {
    margin: 0 4px;
  }
  .header-nav .col {
    padding: 0 4px;
  }
  .header-content .nav#topbar-nav > ul > li > a,
  .header-content .nav#topbar-nav .dropdown li a,
  .nav-footer a {
    position: relative;
    padding: 4px;
    text-align: center;
  }
  .header-content .nav ul {
    justify-content: center;
  }
  .top-bar nav a,
  .header-content nav ul.dropdown a {
    font-size: 12px;
    text-align: center;
  }
  .main-header-content nav a {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
  }
  .header-content .row {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  .main-header-content .container {
    padding: 10px 60px;
  }
  .row.row-header {
    flex-direction: row;
  }
  .header-content nav li:not(li.sousLi) {
    margin: 0 8px;
  }
  .header-content .col {
    padding: 0 8px;
  }
  .top-bar nav a,
  .header-content nav ul.dropdown a {
    font-size: 13px;
  }
}
/* =============================== */
/*         STYLE COMMUN           */
/* =============================== */
.note,
.blocs p em {
  display: block;
  font-style: normal;
  border-radius: var(--border-radius);
  background-color: var(--background-3);
  padding: 10px;
}
.card-title,
.card-title a {
  font-size: var(--displayxs);
  line-height: 120%;
  text-decoration: none;
}
.bg {
  background-color: var(--background-2);
}
.blocs img {
  border-radius: var(--border-radius);
}
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: 500;
  line-height: 100%;
  color: var(--title-color);
  margin: 0;
}
h1 span,
h1.h1-geoloc span {
  margin-top: 8px;
}
@media screen and (min-width: 993px) {
  .card-title,
  .card-title a {
    font-size: var(--displaymd);
  }
  h1 {
    font-size: var(--h1-font-size);
  }
  .title-1 {
    font-size: 2.8rem;
  }
  .catalogue-listing h1 {
    font-size: 53px;
    line-height: 100%;
  }
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
  }
  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(--h4-font-size);
  }
}
@media screen and (max-width: 992px) {
  .img-2 {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  .row.boutons {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    justify-content: stretch;
    align-items: stretch;
  }
  .row.boutons .col a {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .encart-avis .title-2 {
    margin-bottom: 30px;
  }
  .bg .slick-dots li button {
    background-color: var(--primary-color-30);
  }
  #encart-contact .row.boutons {
    margin: 16px auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .row.boutons {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .fold .row {
    flex-wrap: nowrap;
  }

  .fold .row .col {
    padding: 0 6px;
  }
}
/* =============================== */
/*           GROUPE               */
/* =============================== */
.groupe {
  background-image: url("../assets/gifs/bg-bloc-1.png");
  background-size: cover;
  background-position: bottom;
}
#encart-points-fort {
  padding: 80px 0;
}
.pt-fort {
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 100%;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  div#encart-points-fort .row {
    display: flex;
    row-gap: 30px;
  }
  div#encart-points-fort {
    padding: 30px 0 60px;
  }
}
/* =============================== */
/*           BLOC 01               */
/* =============================== */
#bloc-01 .boutons {
  margin-top: 30px;
}
@media screen and (min-width: 993px) {
  #bloc-01 .bloc-image {
    position: relative;
    z-index: 0;
  }
  #bloc-01 .bloc-image::before {
    position: absolute;
    content: "";
    top: -52px;
    bottom: -93px;
    width: 263px;
    height: 584px;
    left: -158px;
    background-image: url("../assets/gifs/groupe-1.png");
    z-index: -1;
  }
  #bloc-01 .bloc-image::after {
    position: absolute;
    content: "";
    top: -60px;
    bottom: -150px;
    width: 235px;
    height: 649px;
    right: -137px;
    left: auto;
    background-image: url("../assets/gifs/groupe-2.png");
    z-index: -1;
  }
}
/* =============================== */
/*      ENCART PRESTATIONS         */
/* =============================== */
.slick-prestations {
  margin-top: 64px;
}
.prestations-card {
  text-decoration: none;
  color: inherit;
}

.prestations-card {
  overflow: hidden;
}
.prestations-card-image,
.prestations-card-image img {
  position: relative;
  min-height: 480px;
  object-fit: cover;
}
.prestations-card-image svg,
.actualites-card-image svg {
  position: absolute;
  top: 12px;
  left: 11px;
  min-width: 48px;
  z-index: 2;
  transition: var(--transition);
}
.prestations-card-image::before,
.actualites-card-image a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  transition: var(--transition);
}
.prestations-card-image::after,
.actualites-card-image a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  background: linear-gradient(
    180deg,
    rgba(26, 28, 23, 0) 0%,
    rgba(26, 28, 23, 0.8) 100%
  );
  transition: var(--transition);
}
.prestations-card-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 1;
  transform: translateY(50px);
  transition: var(--transition);
}
.prestations-card-title {
  color: var(--background-color);
}
.link {
  margin-top: 10px;
  color: var(--background-color);
  font-size: var(--textlg);
}
.prestations-card:hover .prestations-card-content {
  transform: translateY(0);
}
.prestations-card:hover svg,
.actualites-card:hover svg {
  transform: rotate(-90deg);
}
.prestations-card:hover .prestations-card-image::before,
.actualites-card:hover .actualites-card-image a::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.actualites-card:hover .actualites-card-image a::after {
  background: linear-gradient(180deg, rgba(50, 65, 38, 0.8) 0%, #324126 100%);
}
.prestations-card:hover .prestations-card-image::after {
  background: linear-gradient(180deg, #3241266b 0%, #324126 100%);
}
/* =============================== */
/*          ENCART CONTACT         */
/* =============================== */
#encart-contact .lien-maps span {
  display: block;
}
#encart-contact .title-horaire {
  margin-top: 10px;
}
#encart-contact .adresse,
#encart-contact .horaire {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}
.index-page #encart-contact {
  background-image: url("../assets/gifs/bg-bloc-contact.png");
}
#encart-contact .container {
  background-color: var(--background-2);
  border-radius: var(--border-radius);
  width: 100%;
  padding: 20px;
}
#encart-contact .title {
  font-size: var(--displayxs);
  line-height: 100%;
  margin-bottom: 12px;
}
#encart-contact .joindre {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
#encart-contact .joindre p {
  margin: 0;
}
@media screen and (min-width: 993px) {
  #encart-contact .container {
    position: relative;
    padding: 60px 112px;
  }
  #encart-contact .container::before {
    position: absolute;
    content: "";
    width: 197px;
    height: 226px;
    background-image: url("../assets/gifs/after-contact.png");
    top: -74px;
    right: -124px;
  }
  #encart-contact .container::after {
    position: absolute;
    content: "";
    width: 214px;
    height: 261px;
    background-image: url("../assets/gifs/before-contact.png");
    bottom: -76px;
    left: -115px;
  }
}
@media screen and (max-width: 992px) {
  div#encart-contact .container {
    max-width: 600px;
    margin: 0 auto;
  }
}
/* =============================== */
/*           ENCART AVIS           */
/* =============================== */
.encart-avis .title-2 {
  margin-top: 40px;
}
.index-page .encart-avis.section {
  padding-top: 0;
  background-image: url("../assets/gifs/bg-bloc-avis.png");
}
.avis-card {
  padding: 16px;
  background-color: white;
  border-radius: var(--border-radius);
}
.avis-card .avis-card-text {
  padding-left: 100px;
  height: 96px;
  margin-top: 8px;
}
.avis-name {
  font-weight: 700;
  color: var(--title-color);
}
.encart-avis .align-right button.show-more.btn.small {
  color: var(--primary-color);
  font-weight: 700;
}
.avis-date {
  font-size: var(--textxs);
  margin-left: -16px;
  color: hsla(86, 11%, 36%, 1);
}
.encart-avis .row.s-middle.s-start {
  padding-top: 4px;
}
.encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}
@media screen and (min-width: 993px) {
  .encart-avis .container {
    position: relative;
  }
  .encart-avis .container::before {
    position: absolute;
    content: "";
    right: -71px;
    bottom: -40px;
    background-image: url("../assets/gifs/before-avis.png");
    width: 149px;
    height: 212px;
    z-index: 1;
  }
}
/* =============================== */
/*             BLOC 02             */
/* =============================== */
@media screen and (min-width: 993px) {
  .bloc-right .container,
  .bloc-right .bloc-image {
    position: relative;
  }
  .bloc-right .img-1 {
    margin: 0 112px 0 40px;
    height: 100%;
  }
  .bloc-right .img-2 {
    position: absolute;
    top: -72px;
    right: 0;
    z-index: -1;
    width: 315px;
    height: 207px;
  }
  .bloc-right .bloc-image::before,
  .bloc-right .bloc-image::after {
    position: absolute;
    content: "";
  }
  #bloc-02 .bloc-image::before {
    width: 69px;
    height: 56px;
    top: -76px;
    right: 342px;
    background-image: url("../assets/gifs/before-bloc-2.png");
  }
  #bloc-02 .bloc-image::after {
    width: 144.5px;
    height: 107px;
    right: -31px;
    top: 106px;
    background-image: url("../assets/gifs/after-bloc-2.png");
  }
}
/* =============================== */
/*         ENCART ACTUALITES       */
/* =============================== */
.slick-actualites {
  margin-top: 64px;
}
.actualites-card {
  padding: 24px;
}
.actualites-card-image {
  position: relative;
}
.actualites-card-title {
  margin-top: 20px;
  height: 55px;
  overflow: hidden;
}
.actualites-card-text {
  margin: 12px 0 10px;
  height: 72px;
  overflow: hidden;
}
.actualites-card .link a {
  color: var(--title-color);
  font-size: var(--textlg);
  font-weight: 600;
  text-decoration: none;
}
.actualites-encart-btn {
  margin-top: 64px;
}
.actualites-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.actualites-card-image a::before,
.actualites-card-image a::after {
  background: transparent;
}
@media screen and (min-width: 993px) {
  .actualites-card .card-title a {
    font-size: var(--displaysm);
  }
  .index-page #encart-actualites {
    padding: 160px 0;
  }
}
/* =============================== */
/*      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;
}
/* =============================== */
/*             BLOC 03             */
/* =============================== */
#bloc-03 {
  background-image: url("../assets/gifs/bg-bloc-3.png");
  background-size: cover;
}
#bloc-03 .img-1,
#bloc-07 img {
  transform: rotateY(-180deg);
}
@media screen and (min-width: 993px) {
  .index-page #bloc-03 {
    padding-top: 240px;
  }
  .bloc-left .container,
  .bloc-left .bloc-image {
    position: relative;
  }
  .bloc-left .img-1 {
    margin: 0 40px 0 112px;
    height: 100%;
  }
  .bloc-left .img-2 {
    position: absolute;
    top: -78px;
    left: 0;
    z-index: -1;
    width: 315px;
    height: 207px;
  }
  .bloc-left .bloc-image::before,
  .bloc-left .bloc-image::after {
    position: absolute;
    content: "";
  }
  #bloc-03 .bloc-image::before {
    width: 91px;
    height: 91px;
    top: -95px;
    left: 311px;
    background-image: url("../assets/gifs/before-bloc-3.png");
  }
  #bloc-03 .bloc-image::after {
    width: 140px;
    height: 100px;
    left: 58px;
    bottom: -56px;
    background-image: url("../assets/gifs/after-bloc-3.png");
  }
}
/* =============================== */
/*          BLOC 04  + 07          */
/* =============================== */
div#bloc-04 img {
  transform: rotateY(180deg);
}
#bloc-04 {
  background-image: url("../assets/gifs/bg-bloc-4.png");
  background-size: cover;
}
#bloc-07 {
  background-image: url("../assets/gifs/bg-bloc-7.png");
  background-size: cover;
  background-position: center;
}
#bloc-04 img,
#bloc-07 img {
  max-height: 400px;
}
@media screen and (min-width: 993px) {
  #bloc-07 {
    padding-top: 0;
  }
  #bloc-04 .bloc-text,
  #bloc-07 .bloc-text {
    column-count: 2;
    gap: 136px;
    margin-top: 48px;
  }
  #bloc-04 .bloc-text p,
  #bloc-07 .bloc-text p {
    break-inside: avoid;
  }
}
/* =============================== */
/*             BLOC 05             */
/* =============================== */
#bloc-05 {
  background-image: url("../assets/gifs/bg-bloc-5.png");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 993px) {
  #bloc-05 .bloc-image::before {
    width: 61px;
    height: 58px;
    top: -76px;
    right: 360px;
    background-image: url("../assets/gifs/before-bloc-5.png");
  }
  #bloc-05 .bloc-image::after {
    width: 158px;
    height: 220px;
    right: -58px;
    top: 90px;
    background-image: url("../assets/gifs/after-bloc-5.png");
  }
}
/* =============================== */
/*             BLOC 06             */
/* =============================== */
#bloc-06 {
  background-image: url("../assets/gifs/bg-bloc-6.png");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 993px) {
  #bloc-06 .bloc-image::before {
    width: 152px;
    height: 100px;
    top: -103px;
    left: 286px;
    background-image: url("../assets/gifs/before-bloc-6.png");
  }
  #bloc-06 .bloc-image::after {
    width: 160px;
    height: 261px;
    left: -75px;
    top: 41px;
    background-image: url("../assets/gifs/after-bloc-6.png");
  }
}
/* =============================== */
/*             FOOTER              */
/* =============================== */
footer {
  background-color: var(--background-3);
}
footer .title {
  font-size: var(--displayxs);
  margin-bottom: 12px;
}
footer,
footer .section {
  padding: 24px 0;
}
.footer-coordonnee {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.footer-coordonnee:last-child {
  margin-bottom: 0;
}
.footer-nav ul {
  list-style: none;
  padding-inline-start: 0;
}
.footer-nav a {
  text-decoration: none;
  display: block;
  padding: 4px;
  color: var(--text-color);
}
.footer-nav ul li {
  margin-bottom: 12px;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
footer tr td {
  padding-bottom: 8px;
}
footer .section-3 a,
.siret {
  color: hsla(91, 35%, 44%, 1);
  font-weight: 700;
}
footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  footer .brand {
    max-width: max-content;
    margin: 0 auto 30px;
    text-align: left;
  }
  footer {
    text-align: center;
  }
  footer .section li {
    margin: 15px 0;
  }
  .footer-coordonnee {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
  }
  .footer-horaire {
    text-align: left;
    max-width: 400px;
    margin: 15px auto;
    row-gap: 20px;
  }
}
/* =============================== */
/*           CONTACT PAGE    */
/* =============================== */
.contact-page .title-2::before {
  display: none;
}
.section-contact {
  padding-top: 0;
}
.section-hero {
  position: relative;
  background: linear-gradient(180deg, rgba(50, 65, 38, 0.8) 0%, #324126 100%),
    url("../assets/gifs/slider/slide-interne.jpg");
  background-size: cover;
  margin: 0 auto;
  z-index: 0;
  width: 100vw;
}
.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           */
/* =============================== */
.page-interne section:not(.page-interne section.ac-include) .btn-contact {
  margin-top: 16px;
}
.information {
  padding: 14px;
}
.information:not(.ac-doubleColonne .information) {
  margin-top: 30px;
}
section.ac-doubleColonne .btn-contact {
  margin-top: 24px;
}
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);
}
.ac-steps,
.ac-cards,
.ac-stat {
  margin: 60px 0;
}
.ac-steps p,
.ac-cards p,
.ac-stat p {
  margin: 0;
}
.ac-steps .title-3,
.ac-cards .title-3,
.ac-stat h3,
.ac-steps h3,
.ac-cards .title-3,
.ac-stat h3 {
  margin: 0 0 16px;
}
.ac-steps .ac-colonne,
.white {
  border-radius: var(--border-radius);
  background-color: var(--background-2);
  padding: 16px;
  box-shadow: 0 2px 6px var(--primary-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-position: top;
  background: linear-gradient(180deg, rgba(50, 65, 38, 0.8) 0%, #324126 100%),
    url("../assets/gifs/slider/slide-interne.jpg");
  background-size: cover;
  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%;
  }
  p.ac-timeline-text::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--primary-color-90);
  }
  .reverse p.ac-timeline-text::before {
    display: none;
  }
  .reverse p.ac-timeline-text::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--primary-color-90);
  }
  .page-interne #encart-contact,
  .page-interne #encart-points-fort {
    padding: 120px 0;
  }
  .page-interne #encart-actualites {
    padding: 4rem 0 0;
  }
  section.ac-doubleColonne.ac-1v1,
  section.ac-doubleColonne.ac-cards,
  section.ac-doubleColonne.ac-steps,
  section.ac-doubleColonne.ac-stat {
    align-items: stretch;
  }
  .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%;
  }
}
