:root {
  /* COLOR */
  /* ===== */
  --primary-h: 225; /* hue */
  --primary-s: 38%; /* saturation */
  --primary-l: 94%; /* lightness */

  --accent-h: 38; /* hue */
  --accent-s: 33%; /* saturation */
  --accent-l: 95%; /* lightness */

  --text-h: 210; /* hue */
  --text-s: 40%; /* saturation */
  --text-l: 98%; /* lightness */

  --background-h: 219; /* hue */
  --background-s: 36%; /* saturation */
  --background-l: 11%; /* lightness */

  --brand50: hsla(225, 38%, 94%, 1);
  --brand100: hsla(218, 38%, 86%, 1);
  --brand200: hsla(218, 38%, 74%, 1);
  --brand300: hsla(216, 37%, 60%, 1);
  --brand400: hsla(217, 35%, 48%, 1);
  --brand500: hsla(218, 38%, 39%, 1);
  --brand600: hsla(220, 38%, 32%, 1);
  --brand700: hsla(218, 36%, 27%, 1);
  --brand800: hsla(221, 31%, 24%, 1);
  --brand900: hsla(222, 32%, 17%, 1);
  --background-2: hsla(0, 4%, 60%, 0.2);
  --link-color: var(--brand100);

  --accent50: hsla(38, 33%, 95%, 1);
  --accent100: hsla(37, 38%, 88%, 1);
  --accent200: hsla(35, 37%, 77%, 1);
  --accent300: hsla(33, 38%, 64%, 1);
  --accent400: hsla(30, 37%, 56%, 1);
  --accent500: hsla(27, 36%, 47%, 1);
  --accent600: hsla(30, 31%, 43%, 1);
  --accent700:hsla(25, 30%, 33%, 1);
  --accent800: hsla(23, 25%, 29%, 1);
  --accent900: hsla(19, 24%, 26%, 1);

  --gray0: hsla(0, 0%, 100%, 1);
  --gray50: hsla(210, 40%, 98%, 1);
  --gray100: hsla(210, 31%, 95%, 1);
  --gray200: hsla(215, 27%, 91%, 1);
  --gray300: hsla(213, 22%, 84%, 1);
  --gray400: hsla(215, 13%, 65%, 1);
  --gray500: hsla(215, 12%, 47%, 1);
  --gray600:hsla(217, 15%, 35%, 1);
  --gray700: hsla(216, 21%, 27%, 1);
  --gray800: hsla(218, 28%, 17%, 1);
  --gray900: hsla(219, 36%, 11%, 1);
  --title-color: var(--gray0);

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

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

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

  --h1-font-size: var(--displayxl);
  --h2-font-size: var(--displaylg);
  --h3-font-size: var(--displaymd);
  --h4-font-size: var(--displaysm);
  --h5-font-size: var(--displayxs);
  --h6-font-size: var(--textlg);

  --h1-mobile-font-size: var(--displaymd);
  --h2-mobile-font-size: var(--displaysm);
  --h3-mobile-font-size: var(--displayxs);
  --h4-mobile-font-size: var(--textlg);
  --h5-mobile-font-size: var(--textsm);
  --h6-mobile-font-size: var(--textxs);

  /* FONT FAMILY */
  /* ===== */
  --primary-font: "Quicksand", serif;
  --secondary-font: 'Quiche-Sans', sans-serif;

  /* RADIUS */
  /* ===== */
  --border-radius: 12px;
  --border-radius-card:18px;
  --button-border-radius: 100px;

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

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

/* =============================== */
/*           GENERAL                 */
/* =============================== */
.card {
  position: relative;
  display: block;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}
.card-image {
  position: relative;
}
.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;
}
a,
.card-image img {
  transition: var(--transition);
}
p {
  margin: 12px 0 1.5rem;
}
p strong {
  font-weight: 500;
}
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: 1rem;
  width: 1rem;
  border-radius: 100px;
  background-color: var(--gray300);
  padding: 0;
}
.slick-dots li.slick-active button {
  background: var(--brand500);
}
.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(--gray200);
  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(--brand500);
  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: 600px;
    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 main #bloc-02 {
    padding-top: 94px;
  }
}
/* =============================== */
/*           BOUTONS                 */
/* =============================== */

[class*="btn"] a.btn, .btn.primary {
  padding: 12px 16px;
  border-radius: var(--button-border-radius);
  font-weight: 500;
  position: relative;
  z-index: 0;
}
.btn.accent {
  gap: 6px;
  color: var(--gray900);
  border: 1px solid var(--accent50);
}
.icon-globale {
  min-width: 21px;
  min-height: 21px;
}
.btn.accent .icon-svg {
min-width: 9px;
min-height: 9px;
background-color: var(--accent400);
transition: var(--transition);
border-radius: var(--button-border-radius);
}
.btn.accent,.icon-globale , .icon-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}
.btn.accent .icon-svg svg {
  height: 0;
  width: 0;
  transition: var(--transition);
}
.btn.accent:hover {
  background-color: transparent;
  color: var(--accent50);
}
.btn.accent:hover .icon-svg{
  width: 21px;
  height: 21px;
}
.btn.outlined:hover {
  background: hsla(37, 38%, 88%, 0.18);
}
.btn.accent:hover svg {
  width: 7px;
  height: 7px;
}
#bloc-02 .btn.accent,#bloc-formulaire input#field_3 {
  color: var(--accent50);
  background-color: var(--brand900);
  border: 1px solid var(--brand900);
}
#bloc-02 .btn.accent:hover,#bloc-formulaire input#field_3:hover {
  color: var(--brand900);
  background-color: transparent;
}
@media screen and (min-width:993px){
  .btn.accent {
    width: max-content;
  }
}
/* =============================== */
/*           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(--brand500);
  border: 1px solid var(--brand500);
  background: var(--brand100);
border-radius: var(--button-border-radius);
}
.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;
}
.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(--textmd);
  }
  .header-content nav ul li {
    margin: 0 4px;
  }
}
@media screen and (min-width: 993px) {
  .index-page .header-content:not(.index-page .sticky-active .header-content) {
    background-color: transparent;
  }
  .header-content .brand {
    max-width: 70px;
    margin-left: -20px;
}
  .main-header-content {
    padding-block: 23.5px;
}
.main-header-content .container {
  padding: 12px 35px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: hsla(0, 0%, 100%, 0.04);
  backdrop-filter: blur(18px);
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.04);
}
  .header-content .nav ul li.sous_menu > a::after {
    content: url("../assets/gifs/after-nav.svg");
  }
 .header-content .col-contact {
    padding-left: 0;
  }
  .main-header-content .col {
    padding: 0 4px;
}
  .header-content nav li:not(li.sousLi) {
    margin: 0 8px;
  }
  .header-content nav a:hover,
  .nav-footer nav a:hover,
  .header-content nav a.selected,
  .nav-footer nav a.selected,.header-content .nav#topbar-nav > ul > li > a:hover, .header-content .nav#main-nav > ul > li > a:hover,.header-content .nav ul li.sous_menu ul.dropdown > li a:hover {
    color: var(--brand400);
  }
  .header-contact a.lien-maps:hover {
    text-decoration: underline;
  }
  .header-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .header-content .row {
    flex-wrap: nowrap;
  }
  .header-content .nav#topbar-nav > ul > li > a,
  .header-content .nav#main-nav > ul > li > a {
    padding: 4px;
  }
  .header-content nav li:not(li.sousLi) {
    margin: 0 4px;
  }
  .top-bar {
    padding: 6px 0;
  }
  .header-content .contact {
    display: none;
  }
  .top-bar nav a,
  .top-bar .lien-maps {
    font-size: 10px;
  }
  .main-header-content nav a {
    font-size: 11px;
    text-align: center;
  }
  #col-phone {
    padding-right: 0;
  }
  .top-bar nav a,
  .main-header-content nav ul.dropdown a,
  .top-bar .lien-maps {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .main-header-content nav a {
    text-align: left;;
  }
  .header-content .brand {
    max-width: none;
    margin-left: 0;
}
  .main-header-content .col {
    padding: 0 12px;
}
}
@media screen and (min-width: 1320px) {
  .main-header-content nav a {
    font-size: var(--textsm);
  }
}
@media screen and (min-width: 1460px) {
  .top-bar nav a,
  .main-header-content nav ul.dropdown a,
  .top-bar .lien-maps {
    font-size: var(--textsm);
  }
  .main-header-content nav a {
    font-size: var(--textmd);
  }
}
/* =============================== */
/*           FOLD + SLIDER         */
/* =============================== */
.slider-slick {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img, .slider {
  position: relative;
  min-height: auto;
  z-index: 0;
}
.slide-content {
  position: relative;
  max-width: 648px;
  margin: 0 auto;
  padding: 80px 0;
}
.slide-img .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.fold .slick-slider {
  margin-bottom: 0;
}
.slider::before, .slider::after,.slide-img::before,.slide-img::after {
position: absolute;
content: '';
}
.slider::before, .slider::after {
  width: 100%;
  height: 100%;
}
.slider::before {
  background: linear-gradient(0deg, rgba(18, 25, 38, 0.47), rgba(18, 25, 38, 0.47));
}
.slider::after {
  background:radial-gradient(99.95% 74.05% at 50% 56.24%, rgba(18, 25, 38, 0.75) 0%, rgba(18, 25, 38, 0) 100%);
}
.slide-img::before {
  top: 0;
  left: 0;
  background-image: url('../assets/gifs/before-slider.png');
  width: 1213px;
  height:753px;
}
.slide-img::after {
  bottom: 0;
  right: 0;
  background-image: url('../assets/gifs/after-slider.png');
  width: 1176px;
  height:612px;
}
.boutons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.boutons  {
  max-width: max-content;
}
.slide-content .boutons,#bloc-contact-1 .boutons {
  justify-content: center;
  margin: 16px auto 0;
}
@media screen and (max-width: 992px) {
  .col.header-contact {
    margin: 1rem auto;
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
  .slide-content {
    text-align: center;
    margin: 0 auto;
  }
  .slide-content .boutons {
    display: none;
  }
  .fold-top,
  .fold-interne {
    padding: 12px 5%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .boutons * {
    max-width: none;
}
  .boutons {
    flex-direction: column;
    justify-content: stretch;
    max-width: 100%;
  }
  .fold .btn-contact {
    margin-top: 10px;
  }
}
@media screen and (min-width: 993px) {
  .index-page .fold {
    margin-top: -127px;
  }
  .slide-content {
  padding: 245px 0;
}
}
/* =============================== */
/*          BOX SLIDER           */
/* =============================== */
#box-slider {
  background-color: var(--accent400);
  color: var(--gray0);
  padding: 20px 0;
}
#box-slider  svg {
  margin: 0 30px 0 43px;
}
@keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
.slick-listes {
display: block;
position: relative;
width: 100%;
overflow: hidden;
}
.list-presta {
  min-width: 100%; 
  white-space: nowrap;
}
.slick-listes  .list-presta div {
  animation: defilement 20s infinite linear;
  
}

/* =============================== */
/*        STYLE COMMUN            */
/* =============================== */
.blocs {
  position: relative;
}
main p a {
  color: inherit;
  text-decoration: underline;
}
h1,
.title-1 {
  font-size: var(--h1-mobile-font-size);
  line-height: var(--h1-mobile-font-size);
}
h2,
.title-2 {
  font-size: var(--h2-mobile-font-size);
  line-height: var(--h2-mobile-font-size);
}
h3,
.title-3,h1.h1-geoloc span, .title-1.h1-geoloc span,h1 span, .title-1 span {
  font-size: var(--h3-mobile-font-size);
  line-height: var(--h3-mobile-font-size);
}
h4,
.title-4 {
  font-size: var(--h4-mobile-font-size);
  line-height: var(--h4-mobile-font-size);
}
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: var(--font-weight-regular);
  color: var(--title-color);
  margin: 0;
}
h1 span{
  margin-top: 8px;
}
.index-page h1,
.page-interne h1 {
  margin: 0;
}
.slick-catalogue,
.slick-actualites,
.slick-prestations,
.slick-avis,.slick-points-fort {
  margin-top: 48px;
}
.card-title,
.card-title a {
  font-size: var(--displayxs);
  line-height: var(--displayxs);
  text-decoration: none;
}
}
.card, .slide-img {
  border-radius: var(--border-radius-card);
}
.blocs img, .page-interne main img {
  border-radius: var(--border-radius);
}
@media screen and (min-width: 993px) {
  .card-title,
  .card-title a {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }
  .title-1 {
    font-size: var(--display2xl);
    line-height: var(--display2xl);
  }
  h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
  }
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
    line-height: 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);
    line-height: var(--h3-font-size);
  }
  h4,
  .title-4 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-font-size);
  }
}
/* =============================== */
/*           BLOCS                */
/* =============================== */
.blocs h2,.blocs h1,.ac-doubleColonne h2 {
  position: relative;
  padding-top: 35px;
}
.blocs h2::before,.blocs h1::before,.ac-doubleColonne h2::before,.blocs h2::after,.blocs h1::after,.ac-doubleColonne h2::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}
.blocs h2::before,.blocs h1::before,.ac-doubleColonne h2::before {
  background-image: url('../assets/gifs/before-title.svg');
  width: 19px;
  height: 19px;
}
.blocs h2::after,.blocs h1::after,.ac-doubleColonne h2::after {
  background-image: url('../assets/gifs/after-title.svg');
  width: 222px;
  height: 28px;
  top: -16px;
  left: 31px;
  z-index: 1;
}
/* =========== BLOC 01 ============ */
.row.slick-points-fort {
  margin: 32px 0;
  row-gap: 38px;
}
.number {
  font-family: var(--secondary-font);
  font-size: var(--displaylg);
  line-height: var(--displaylg);
  margin-bottom: 10px;
}
#bloc-01 {
  padding-bottom: 0;
}
#bloc-01 img {
  object-position: top;
}
.groupe,.groupe-3 {
  position: relative;
  z-index: 0;
}
.groupe::before, .groupe-3::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 771px;
  height: 1871px;
  background-image: url('../assets/gifs/before-bloc.png');
}
.groupe-3::before {
  background-image: none;
  background: linear-gradient(180deg, #121926 30%, #515662 70.64%, #CACDD7 96.01%, #E9ECF5 99.79%);
  bottom: -410px;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media screen and (max-width:600px){
  div#encart-points-fort {
    text-align: center;
}
}
@media screen and (min-width:993px) {
#bloc-contact-1, div#bloc-03,#bloc-04{
    position: sticky;
    top: -100px;
    width: 100%;
}
div#bloc-03,#bloc-04, #bloc-05 {
  background-color: var(--background-color);
}
}
/* =============================== */
/*        ENCART PRESTATIONS    */
/* =============================== */
.bloc-top {
  max-width: 878px;
  margin: auto;
  text-align: center;
}
.bloc-top .btn-contact {width: max-content;margin: 0 auto;}
.prestations-card-image,.prestations-card-image img {
  border-radius: var(--border-radius-card);
}
.prestations-card a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.prestations-card a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(29, 37, 56, 0.2) 0%, #1D2538 100%);
  border-radius: var(--border-radius-card);
  transition: var(--transition);
  z-index: 1;
}
.prestations-card-image {
  /* position: relative; */
  min-height: 500px;
}
.prestations-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}
.prestations-card-content {
  position: absolute;
  top: 56%;
  left: 20px;
  right: 20px;
  bottom: -100px;
  transition: var(--transition);
  z-index: 2;
}
.link {
  display: flex;
  align-items: center;
  gap: 10px;
}
 .link span{
  text-decoration: underline;
  color: var(--brand100);
}
.prestations-card-text {
  margin: 12px 0 16px;
  min-height: 120px;
}
.prestations-card-title {
  margin-top: 8px;
}
.prestations-card a:hover::before {
  background: linear-gradient(180deg, rgba(29, 37, 56, 0.8) 0%, #1D2538 100%);
}
.prestations-card a:hover .prestations-card-content {
  top: auto;
  bottom: 24px;
}
@media screen and (min-width:993px) {
  .prestations-card-content {
    top: 52%;
  }
}
@media screen and (min-width:1351px){
  .prestations-card-content {
    top: 61%
  }
  .prestations-card-text {
    min-height: 72px;
  }
}
/* =============================== */
/*              Groupe 2          */
/* =============================== */
.groupe-2 {
  background: linear-gradient(180deg, #121926 0%, #777C87 96.52%, #E9ECF5 129.04%);
}
/* =============================== */
/*     ENCART CONTACT INDEX      */
/* =============================== */
#bloc-contact-1,#bloc-contact-2 {
  position: relative;
  background-image: url('../assets/gifs/bg.jpg');
  background-size: cover;
  background-position: bottom;
  z-index: 0;
  padding-block: 100px;
}
#bloc-contact-2 {
  background-image: url('../assets/gifs/bg-2.jpg');
  background-position: center;
}
#bloc-contact-1 .container,#bloc-contact-2 .container {
  position: relative;
  z-index: 1;
}
#bloc-contact-1::before, #bloc-contact-2::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 25, 38, 0) 80%, #121926 100%);
}
#bloc-contact-2::before {
  background: linear-gradient(180deg, rgba(18, 25, 38, 0) 0%, #121926 90%);
}
.bloc-contact-1 ,.bloc-contact-2{
  max-width: 830px;
  margin: 0 auto;
}
.bloc-contact-1 p {
  max-width: 648px;
  margin: 16px auto;
}
div#bloc-contact-2 .btn-contact {
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width:993px) {
  #bloc-contact-1 {
    position: sticky;
  }
  #bloc-contact-1 {
    padding-block: 279.5px;
  }
  #bloc-contact-2 {
padding-block: 329.5px;
  }
}
/* =============================== */
/*           ENCART AVIS     */
/* =============================== */
.index-page .encart-avis.section {
  padding-bottom: 40px;
}
.avis-card {
  padding: 24px;
  color: var(--text-color);
  position: relative;
}
.avis-card .avis-card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 76px;
  height: 96px;
  margin: 8px 0 4px;
}
.avis-name {
  font-style: normal;
  font-weight: var(--font-weight-bold);
  color: var(--title-color);
  font-size: var(--textmd);
  line-height: 24px;
}
.encart-avis .align-right button.show-more.btn.small {
  padding: 0;
  color: var(--brand100);
  font-weight: var(--font-weight-bold);
}
.avis-date {
  font-size: var(--textxs);
  font-style: normal;
  font-weight: 400;
  margin-left: -16px;
  color: var(--gray200);
}
.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 ACTUALITES       */
/* =============================== */
#encart-actualites {
  position: relative;
}
#encart-actualites::before {
  position: absolute;
  content: '';
  top: -120px;
  left: 0;
  bottom: -120px;
  right: 0;
  background-image: url('../assets/gifs/before-actualites.png');
}
.actualites-card a{
  display: block;
  text-decoration: none;
  border-left: 4px solid var(--accent-color);
  color: var(--text-color);
  border-radius: var(--border-radius-card);
  background: hsla(0, 0%, 100%, 0.06);
  border: 1px solid var(--brand800);
  backdrop-filter: blur(20px);
  padding: 20px;
  transition: .3s;
}
.index-page .actualites-card-title {
  margin: 0 0 12px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.actualites-card .link {
  margin-top: 16px;
}
.slick-actualites {
  row-gap: 24px;
}
.actualites-card-text {
  height: 48px;
  color: var(--text-color);
  overflow: hidden;
}
.actualites-card a:hover {
  background-color: var(--brand800);
  border: 1px solid var(--brand800);
}
.index-page #encart-actualites h2 {
  margin: 0 0 16px;
}
#encart-actualites .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  position: relative;
}
.actualites-listing-card-title {
  margin-bottom: 0.5rem;
}
.actualites-listing-card {
  min-height: 200px;
  width: auto;
}
.actualites-card a .link span {
  color: var(--brand50);
  transition: var(--transition);
}
.actualites-card a:hover .link span {
  color: var(--brand100);
}
#encart-actualites .col-1 img {
  border-radius: var(--border-radius);
}
.recherche_actu #recherche_actu_submit {
  display: inline-block;
}
.actualites-listing-card-image {
  margin-bottom: 16px;
}
@media screen and (min-width:993px) {
#encart-actualites .div-2 {
    height: 75%;
}
#encart-actualites .div-1 {
    height: 19%;
}
}
/* =============================== */
/*      PAGE ACTUALITES DETAIL     */
/* =============================== */
.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     */
/* =============================== */
div#bloc-formulaire {
  padding-top: 0;
}
  form#formulaire_5 {
    position: relative;
    z-index: 0;
    max-width: 720px;
    margin: 0 auto;
  }
  form#formulaire_5::before {
    position: absolute;
    content: '';
    bottom: -232px;
    z-index: -1;
    left: 0;
    right: 0;
    background-image: url('../assets/gifs/before-footer.png');
    width: 752px;
    height: 455px;
  }
  div#bloc-formulaire label {
    padding-bottom: 4px;
    color: var(--text-color);
  }
  label.noFloatingLabel, #bloc-formulaire p.info {
    font-size: var(--textxs);
}
  div#bloc-formulaire input:not(div#bloc-formulaire p.submit .btn),
  div#bloc-formulaire textarea {
    padding: 10px 16px;
    backdrop-filter: blur(16px)
    border-radius: var(--button-border-radius);
    border: 1px solid hsla(210, 40%, 98%, 0.17);
    min-width: 16px;
    min-height: 16px;
   background: hsla(210, 40%, 98%, 0.2);
  }
  div#bloc-formulaire textarea {
    min-height: 96px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    margin-right: 8px;
  }
  div#bloc-formulaire label.noFloatingLabel,
  div#bloc-formulaire .info {
    display: flex;
    align-items: flex-start;
    font-weight: var(--font-weight-regular);
  }
  div#bloc-formulaire .divGenerateur {
    margin: 0;
  }
  div#bloc-formulaire .divGenerateur label.optional {
    display: none;
  }
  #bloc-formulaire input#field_3 {
    width: max-content;
    margin: 16px auto;
}
#bloc-formulaire p.submit,#bloc-formulaire .divGenerateurRequired {
    width: max-content;
    margin: auto;
}
#bloc-formulaire .g-recaptcha {
    width: max-content;
    margin: auto;
}
  @media screen and (min-width: 993px) {
    div#bloc-formulaire div#field_20,
    div#bloc-formulaire div#field_23 {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .div-flex p {
      width: 100%;
    }
  }
  /* =============================== */
/*           FOOTER    */
/* =============================== */

footer, .contact-page-infos-pratiques {
  background-color: var(--brand50);
  margin: 0 20px;
  border-radius: var(--border-radius-card);
  color: var(--gray800);
  overflow: hidden;
}
.copyright {
  font-size: var(--textsm);
  line-height: 18.2px;
  text-align: center;
  margin-bottom: 1rem;
}
footer,
footer .section {
  padding: 24px 0;
}
footer .title {
  color: var(--gray900);
  font-family: var(--secondary-font);
  font-size: var(--displayxs);
  line-height: 20px;
  margin-bottom: 12px;
}
.footer-coordonnee {
  display: flex;
  gap: 8px;
}
.nav-footer ul.row a {
  text-decoration: none;
}
footer .section-3 a,
.siret {
  color: var(--brand500);
  font-weight: var(--font-weight-bold);
}
footer section a.lien-maps:hover {
  text-decoration: underline;
  color: var(--brand700);
}
footer .section-1 svg {
  fill: var(--gray800);
}
footer .section-1 .lien-maps span {
  display: block;
}
.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%;
}
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 > a::after {
  content: url("../assets/gifs/after-nav-footer.svg");
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  font-family: var(--icon-font);
}
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;
}
.joindre {
  font-weight: var(--font-weight-bold);
  margin-bottom: 12px;
}
.tap-bar a.bold {
  color: var(--gray800);
}
@media screen and (max-width: 992px) {
  footer .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) {
  footer {
    margin: 0 40px 40px;
  }
  .nav-footer ul {
    display: flex;
    justify-content: center;
  }
  footer  ul.dropdown {
    max-width: none;
  }
  footer .row {
    flex-wrap: nowrap;
  }
}
/* =============================== */
/*          ENCART CONTACT    */
/* =============================== */
#encart-contact {
  position: relative;
  z-index: 0;
}
#encart-contact::before {
  position: absolute;
  content: "";
  top: 0;
  left: -4000px;
  right: -4000px;
  bottom: 0;
  background: var(--background-2);
  z-index: -1;
}
#encart-contact .card {
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-card);
  min-height: 170px;
}
.contact-card-content {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 170px;
}
#encart-contact .card {
  margin: 10px 0;
}
.contact-card-title {
  min-height: 35px;
  margin: 10px 0;
}
#encart-contact .btn-contact {
  width: max-content;
  margin: 0 auto;
}
.contact-page-infos-pratiques .title-2 {
  color: var(--gray800);
}
@media screen and (min-width: 993px)  {
  #encart-contact .row {
    align-items: center;
  }
  div#encart-contact:not(.index-page div#encart-contact) {
    margin: 60px auto;
    padding: 80px 0;
  }
}
/* =============================== */
/*           CONTACT PAGE    */
/* =============================== */
.section-contact {
  padding-top: 0;
}
.section-hero h1{
  margin: 20px 0;
  font-size: var(--h4-font-size);
}
.section-hero {
  position: relative;
  background-image: url('../assets/gifs/slider/slide-interne.jpg');
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0;
}
.section-hero::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 25, 38, 0.7);
  z-index: -1;
}
.section-info {
  background-color: var(--background-2);
}
.contact-page h1 {
  font-size: var(--displaymd);
  margin: 25px 0 0;
  line-height: normal;
}
.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    */
/* =============================== */
.bloc-timeline {
  position: relative;
}
.blocs p em, .note {
  display: block;
  background-color: var(--background-2);
  padding: 14px;
  font-style: normal;
  border-radius: var(--border-radius-card);
}
.note {
  background: hsla(0, 0%, 100%, 0.06);
  border: 1px solid var(--brand800);
  backdrop-filter: blur(20px);
}
.blocs p em {
  background-color: transparent;
  border: 1px solid var(--brand300);
  padding: 20px;
}
.page-interne div#container {
  padding-top: 0;
}
.ac-doubleColonne.hero-bg{
  padding-block: 71px;
  position: relative;
}
.ac-doubleColonne.hero-bg p {
  color: var(--background-color);
  margin: 1rem 0 0;
}
body[class*="listing"] .hero-interne,
.actualites-detail .hero-interne, .politique-de-confidentialite .hero-interne,.plan-site .hero-interne {
  position: relative;
  margin-bottom: 60px;
  height: 351px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-interne .title-1,.hero-interne h1 {
  max-width: 900px;
  margin: 0;
}
body[class*="listing"] .fold {
  margin-top: -2px;
}
body[class*="listing"] main > .section,
.actualites-detail main > .section,.politique-de-confidentialite main > .section,.plan-site main > .section {
  padding-top: 0;
}
.sc-content .ac-doubleColonne.hero-bg {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 290px;
  padding: 80px 0;
}
.section-hero {
  position: relative;
}
.hero-bg::before,
.hero-interne::before,
.hero-interne::after,
.hero-bg::after {
  position: absolute;
  content: "";
  background: url(../assets/gifs/slider/slide-interne.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 150%;
    left: -20%;
    max-width: 1920px;
    top: 0;
    height: 100%;
    z-index: -1;
    background-position: top;
    margin: 0 auto;
    right: -20%;
}
nav#fil_ariane,
#fil_ariane,
.fil-ariane {
  margin: 0 0 3em;
}
.page-interne #encart-actualites .container, .page-interne #encart-points-fort .container,.page-interne .encart-avis .container,.page-interne div#encart-formulaire .container {
  width: 100%;
}
  .page-interne .hero-bg::after,.hero-interne::after {
   background: rgba(18, 25, 38, 0.7);
    background-image: none;
  }
@media screen and (min-width: 993px) {
  .bloc-timeline::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 100%;
    bottom: 0;
    width: 1px;
    background: var(--accent-color);
    opacity: 25%;
  }
  .hero-interne p{
    font-size: 20px;
    max-width: 70%;
  }
 .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 p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .page-interne p.intro {
    margin-bottom: 30px;
  }
  #fil_ariane,
  nav#fil_ariane,
  .fil-ariane {
    font-size: 14px;
  }
  .page-interne .ac-doubleColonne p {
    font-size: 16px;
  }
  .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}
