:root {
  --primary-h: 0; /* hue */
  --primary-s: 68%; /* saturation */
  --primary-l: 42%; /* lightness */

  --accent-h: 0; /* hue */
  --accent-s: 68%; /* saturation */
  --accent-l: 42%; /* lightness */

  --text-h: 0; /* hue */
  --text-s: 0%; /* saturation */
  --text-l: 24%; /* lightness */

  --secondary-h: 60; /* hue */
  --secondary-s: 50%; /* saturation */
  --secondary-l: 95%; /* lightness */

  --title-color: hsla(0, 0%, 16%, 1);

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

  --primary-font: "Inter", sans-serif;
  --secondary-font: "Plus Jakarta Sans", sans-serif;

  --h1-font-size: 3.8125rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.75rem;
  --h4-font-size: 1.5rem;

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

  --border-radius: 1rem;
  --button-border-radius: 3.75rem;
  --transition: 0.3s all ease-in-out;
}

/* ================================== GENERAL ================================== */

#blocHorsLigne {
  z-index: 9999 !important;
}

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

main p a,
main p u {
  color: var(--accent-color);
}

p {
  margin: 1.5rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h1.h1-geoloc span,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 800;
  color: var(--title-color);
}
h1 span,
h1.h1-geoloc span {
  position: relative;
  margin: 40px 43px 43px;
  font-size: var(--h4-font-size);
  line-height: 140%;
  width: max-content;
}

.card-title {
  font-size: var(--h4-font-size);
}

a {
  transition: var(--transition);
}

.pos-relative {
  position: relative;
}

.paginationControl {
  text-align: center;
  margin: 60px auto 28px;
}

.sitemap-nav li {
  margin: 10px 0;
}
.nowrap {
  flex-wrap: nowrap;
}

@media screen and (min-width: 993px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  [class*="title"] {
    margin: 0;
    line-height: 130%;
  }
  .title-1 {
    font-size: 3.6875rem;
  }
  h1 span,
  h1.h1-geoloc span {
    font-size: var(--h4-font-size);
  }
}
@media screen and (max-width: 992px) {
  h1 {
    margin: 1.875rem 0;
  }
}

/* ================================== SECTIONS ================================== */

@media screen and (min-width: 993px) {
  .index-page main .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1280px) {
  .index-page main .section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

/* ================================== BOUTONS ================================== */

[class*="btn"] a.btn,
.btn.accent,
.btn.primary,
#bloc-formulaire input#field_3,
#formulaire_1 input#field_5 {
  padding: 16px 24px;
  border-radius: var(--button-border-radius);
  line-height: 100%;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}
.btn.accent:hover {
  background-color: var(--accent-color);
}
.btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  transition: transform 0.5s ease-in-out;
}
.btn-text span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.btn-wrapper {
  height: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn:hover .btn-text {
  transform: translateY(-19px);
}
.btn.outlined,
.btn.outlined:hover,
#bloc-formulaire input#field_3:hover,
#formulaire_1 input#field_5:hover {
  background-color: var(--background-color);
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.politique-de-confidentialite main .btn-contact {
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  .fold-top,
  .fold-interne {
    margin: 15px auto;
  }
  .no-desktop .btn-contact .btn.accent {
    background-color: #25d366;
    color: var(--title-color);
  }
  .no-desktop .btn-contact .btn.accent:hover {
    background-color: #25d366;
  }
  .no-desktop .btn:hover .btn-text {
    transform: translateY(-18px);
  }
}
@media screen and (max-width: 600px) {
  .fold .btn-contact {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .btn:not(.fluid) {
    width: auto;
  }
}

/* ================================== 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;
}

/* ================================== CARDS ================================== */

.card {
  position: relative;
  display: block;
  transition: var(--transition);
}

.card:not(#encart-contact .card) a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

.card a {
  text-decoration: none;
  display: block;
}

.card-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.card-image img,
.card * {
  transition: var(--transition);
}

.card:hover img {
  transform: scale(1.1);
  transition: var(--transition);
}

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

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
[class*="white-text"] {
  color: white;
}
@media screen and (max-width: 992px) {
  .blocs .btn-contact {
    margin: 1.25rem auto;
  }
  .blocs .bloc-image img,
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img,
  .actualites-detail .detail-actu-image {
    display: block;
    max-width: 450px;
    max-height: 400px;
    margin: 30px auto;
    object-fit: cover;
    width: 100%;
  }
  .header-content .nav ul li a.selected {
    background: transparent;
  }
}

/* ================================== HEADER ================================== */

@media screen and (max-width: 992px) {
  #menu-title {
    color: var(--accent-color);
  }
  .fold .phone {
    justify-content: center;
  }
  .menu-mobile {
    height: 90px;
  }
  .menu-mobile .btn-menu {
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 100%;
  }
  .menu-mobile .brand {
    margin-left: -11px;
    max-width: 100px;
  }
  .topbar-brand.col,
  .phone span.material-icons {
    margin: 0;
  }
  .menu-mobile .row {
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
  }
  .menu-mobile .brand.col {
    padding: 0;
  }
  .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,
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 0.75rem;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    height: 90px;
  }
  .header-content .nav#topbar-nav li:not(.opened) a {
    border-bottom: solid 1px #ebebeb;
    font-size: 16px;
  }
}
@media screen and (min-width: 993px) {
  .header-content a.tel {
    font-weight: 600;
  }
  #nav-container {
    margin: 0;
  }
  body {
    padding-top: 0 !important;
  }
  .header-content {
    background: hsla(0, 0%, 100%, 0.1);
    backdrop-filter: blur(85px);
    color: white;
  }
  .sticky-active .header-content {
    background: hsl(240, 0%, 50%);
  }
  .top-bar .container {
    padding-block: 1.5rem;
  }
  .main-header-content .container {
    padding: 0.5rem 0;
  }
  .main-header-content {
    background-color: var(--accent-color);
  }
  /* .header-content .contact {
    display: none;
  } */
  .header-content #nav-container,
  .header-content .row {
    flex-wrap: nowrap;
  }
  .header-nav .col {
    padding: 0 0.25rem;
  }
  .header-content .nav ul li:hover > a,
  .header-content .nav ul li a.selected {
    color: inherit;
  }
  .header-content .nav ul.dropdown li a {
    color: var(--text-color);
  }
  .header-content .nav#main-nav ul {
    justify-content: center;
  }
  .header-content nav li:not(.sousLi) {
    margin: 0 8px;
  }
  .header-content .nav#main-nav > ul > li > a,
  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    padding: 4px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    position: relative;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a::before,
  .header-content .nav#topbar-nav > ul > li > a::before,
  .header-content .nav#main-nav > ul > li > a::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: var(--accent-color);
    transition: var(--transition);
  }
  .header-content .nav#main-nav > ul > li > a::before {
    background-color: white;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a::before {
    bottom: -3px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a.selected::before,
  .header-content .nav ul li.sous_menu ul.dropdown > li a:hover::before,
  .header-content .nav#main-nav > ul > li > a.selected::before,
  .header-content .nav#main-nav > ul > li > a:hover::before,
  .header-content .nav#topbar-nav > ul > li > a.selected::before,
  .header-content .nav#topbar-nav > ul > li > a:hover::before {
    width: 100%;
    left: 0;
    right: 0;
  }
  .row-header {
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .row-header {
    flex-direction: row;
  }
  .header-content nav a {
    font-size: 1rem;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 14px;
  }
  .header-content a {
    min-width: max-content;
  }
}

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

.slide-img {
  background: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url("../assets/gifs/slider/slide-01.jpg");
  background-size: cover;
  background-position: center bottom;
  border-right: 10px solid hsl(240, 0%, 50%);
  border-left: 10px solid hsl(240, 0%, 50%);
  z-index: 0;
}
.slide-content {
  position: relative;
  z-index: 2;
  padding: 15% 0 7%;
}
.slide-content .btn-contact {
  margin-top: 1.5rem;
}
.slick-slider {
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  .slide-img::before {
    position: absolute;
    content: "";
    top: 48%;
    left: 0;
    background-image: url("../assets/gifs/before.png");
    background-size: contain;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .slide-content {
    padding: 70% 0 7%;
  }
}
@media screen and (min-width: 1440px) {
  .slide-content {
    padding: 50% 0 13%;
  }
}
@media screen and (max-width: 992px) {
  .slide-content .btn-contact {
    display: none;
  }
  .slide-img [class*="title"] {
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  .slide-img::before,
  .sc-content .ac-doubleColonne.hero-bg::before,
  .hero-interne::before {
    background-size: 100%;
    opacity: 0.5;
  }
}

/* ================================== BLOC 01 ================================== */

.blocs .bloc-image img {
  border-radius: var(--border-radius);
}

h1 span::after,
h1.h1-geoloc span::after {
  position: absolute;
  content: "";
  top: -28px;
  left: -28px;
  background-image: url("../assets/gifs/before-note.png");
  width: 463px;
  height: 86px;
  z-index: -1;
}

.blocs .btn-contact {
  margin-top: 3rem;
}

@media screen and (min-width: 993px) {
  #bloc-01 .container::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-40%);
    background-image: url("../assets/gifs/before-1.png");
    bottom: -300px;
    width: 28rem;
    height: 28rem;
    opacity: 60%;
    z-index: -1;
  }
}
@media screen and (max-width: 992px) {
  h1 span,
  h1.h1-geoloc span {
    width: auto;
    font-size: var(--h6-font-size);
  }
  h1 span::after,
  h1.h1-geoloc span::after {
    top: -40px;
    bottom: -40px;
    left: -40px;
    right: -40px;
    width: auto;
    height: auto;
    background-size: contain;
    background-position: center;
  }
}

@media screen and (min-width: 875px) and (max-width: 992px) {
  .index-page h1 span::after,
  .index-page h1.h1-geoloc span::after {
    top: -25px;
    bottom: -40px;
    left: -445px;
    right: 0px;
    width: auto;
    height: 80px;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (min-width: 720px) and (max-width: 874px) {
  .index-page h1 span::after,
  .index-page h1.h1-geoloc span::after {
    top: -25px;
    bottom: -40px;
    left: -295px;
    right: 0px;
    width: auto;
    height: 80px;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (min-width: 632px) and (max-width: 719px) {
  .index-page h1 span::after,
  .index-page h1.h1-geoloc span::after {
    top: -25px;
    bottom: -40px;
    left: -200px;
    right: 0px;
    width: auto;
    height: 80px;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (min-width: 601px) and (max-width: 631px) {
  .index-page h1 span::after,
  .index-page h1.h1-geoloc span::after {
    top: -25px;
    bottom: -40px;
    left: -145px;
    right: 0px;
    width: auto;
    height: 80px;
    background-size: contain;
    background-position: center;
  }
}

/* ================================== ENCART POINTS FORT ================================== */

#encart-points-fort {
  padding-block: 1.5rem;
}
.pt-fort {
  padding: 1.5rem;
}
.pt-fort .card-title {
  margin: 1.25rem 0 1rem;
  min-height: 3.75rem;
  line-height: 126%;
}
@media screen and (min-width: 993px) {
  .pt-fort {
    padding: 3rem;
  }
  .pt-fort::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-47%);
    width: 1px;
    height: 12.5rem;
    background-color: hsla(0, 0%, 86%, 1);
  }
  .pt-fort-3::before {
    display: none;
  }
}

/* ================================== ENCART PRESTATIONS ================================== */

#encart-prestations {
  position: relative;
  z-index: 0;
}
.encart-text {
  margin-top: 1.25rem;
}
.slick-prestations {
  margin-top: 4rem;
}
.prestations-card-image {
  border-radius: var(--border-radius);
  max-height: 30rem;
  overflow: hidden;
}
.prestations-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
}
.prestations-card-image a::after {
  position: absolute;
  content: "";
  inset: 0;
  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%);
  border-radius: var(--border-radius);
}
.prestations-card:hover .prestations-card-image a::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.prestations-card .prestations-card-content {
  position: absolute;
  padding: 1.5rem 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.prestations-card .card-text {
  margin: 0.5rem 0 0;
  height: 0;
  overflow: hidden;
  transition: 0.8s;
  display: none;
}
.prestations-card:hover .card-text {
  height: 6rem;
  animation: mymove 0.6s linear;
  display: block;
}
.prestations-card:hover .card-title {
  animation: mymove 0.6s linear;
}
.prestations-card .link {
  margin-top: 1.25rem;
}
@keyframes mymove {
  0% {
    transform: translateY(200px);
  }

  100% {
    transform: translateY(0px);
  }
}
@media screen and (min-width: 993px) {
  #encart-prestations::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url("../assets/gifs/before-presta-1.png");
    width: 567px;
    height: 635px;
    transition: var(--transition);
  }
  #encart-prestations.hover-presta-1::before {
    background-image: url("../assets/gifs/before-presta-1.png");
  }

  #encart-prestations.hover-presta-2::before {
    background-image: url("../assets/gifs/before-presta-2.png");
    width: 608px;
    height: 728px;
  }

  #encart-prestations.hover-presta-3::before {
    background-image: url("../assets/gifs/before-presta-3.png");
    width: 619px;
    height: 672px;
  }
}

/* ================================== BLOC 02 ================================== */

p em {
  position: relative;
  display: block;
  font-style: normal;
  padding: 12px 16px;
  border-radius: var(--border-radius);
  background-color: var(--secondary-color);
}

@media screen and (min-width: 993px) {
  #bloc-02 .container::before {
    position: absolute;
    content: "";
    width: 187px;
    height: 191px;
    background-image: url("../assets/gifs/before-2.png");
    top: -90px;
    right: 0;
    z-index: -1;
    opacity: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .index-page p em {
    border-radius: 0;
    background-color: transparent;
  }
  .index-page p em::before {
    position: absolute;
    content: "";
    top: -20px;
    right: 20px;
    bottom: -20px;
    left: -20px;
    z-index: -1;
    background-image: url("../assets/gifs/before-note-2.png");
  }
}
@media screen and (min-width: 993px) and (max-width: 1439px) {
  [class*="bloc-"]:not(.bloc-info) img {
    max-height: 400px !important;
  }
}
/* ================================== BLOC 03 / BLOC 04  ================================== */

@media screen and (min-width: 993px) {
  .bloc-3::before {
    position: absolute;
    content: "";
    width: 311px;
    height: 311px;
    background-image: url("../assets/gifs/before-3.png");
    top: -70px;
    right: -190px;
    z-index: -1;
    opacity: 60%;
  }
  .bloc-4::before {
    position: absolute;
    content: "";
    width: 311px;
    height: 311px;
    background-image: url("../assets/gifs/before-4.png");
    bottom: 60px;
    right: -200px;
    z-index: -1;
    opacity: 60%;
  }
  .bloc-3 img {
    margin-top: 2rem;
  }
  .bloc-4 img {
    margin-bottom: 2rem;
  }
  #bloc-03 img {
    max-height: 467px;
  }
}

/* ================================== BLOC 05  ================================== */

#bloc-05 img {
  max-height: 420px;
}
@media screen and (min-width: 993px) {
  #bloc-05 .bloc-image::before {
    position: absolute;
    content: "";
    top: -90px;
    left: -75px;
    background-image: url("../assets/gifs/before-5.png");
    width: 190px;
    height: 190px;
    z-index: -1;
  }
}

/* ================================== ENCART AVIS  ================================== */

.encart-avis {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--secondary-color);
}
.slick-avis {
  margin-top: 4rem;
}
.slick-avis .card-content .row {
  flex-wrap: nowrap;
}
.avis-card {
  padding: 1rem;
  background-color: white;
  border-radius: var(--border-radius);
  color: var(--title-color);
}
.avis-card .avis-card-text {
  padding-left: 4.75rem;
  height: 6.5rem;
  margin-top: 0.5rem;
}
.avis-name {
  font-weight: 600;
}
.encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}
.avis-date {
  margin-left: -1rem;
  font-size: 0.625rem;
  color: hsla(0, 0%, 27%, 1);
}
.encart-avis .row.s-middle.s-start {
  padding-top: 0.25rem;
}
.show-more.btn:hover,
.show-more.btn.focus {
  color: var(--title-color);
}
.encart-avis.bg::before {
  opacity: 0.4;
}
@media screen and (min-width: 993px) {
  .index-page .encart-avis.section,
  .page-interne .encart-avis.section {
    padding: 5rem 0;
  }
}

/* ================================== BLOC 06/ BLOC 07 ================================== */

.bloc-6 img {
  max-height: 510px;
}
.bloc-7 img {
  max-height: 490px;
}
.bloc-7 p em::before {
  transform: rotate(-180deg);
}
@media screen and (min-width: 993px) {
  .bloc-7 img {
    margin-bottom: 2rem;
  }
  .bloc-6::before,
  .bloc-7 .bloc-text::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -103px;
    right: -45px;
    background-image: url("../assets/gifs/before-6.png");
    width: 241px;
    height: 262px;
    opacity: 60%;
  }
  .bloc-7 .bloc-text::before {
    background-image: url("../assets/gifs/before-7.png");
    width: 201px;
    height: 257px;
  }
}
@media screen and (max-width: 992px) {
  #bloc-04,
  #bloc-07,
  #bloc-10 {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* ================================== ENCART CONTACT ================================== */

#encart-contact {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(hsla(0, 0%, 0%, 0.6), hsla(0, 0%, 0%, 0.6)),
    url("../assets/gifs/bg-contact.jpg");
  background-size: cover;
}
#encart-contact [class*="title"] {
  color: white;
}
.row-pt-fort .titre {
  padding: 6px 12px;
  border: 1px solid white;
  text-transform: uppercase;
  border-radius: var(--button-border-radius);
  text-align: center;
}
#encart-contact .btn-contact {
  margin-top: 3rem;
}
@media screen and (min-width: 993px) {
  #encart-contact {
    padding-block: 130.5px;
  }
}
@media screen and (max-width: 992px) {
  .row-pt-fort .titre {
    margin: 1rem auto;
  }
}

/* ================================== BLOC 08 ================================== */

#bloc-08 img {
  max-height: 395px;
}
@media screen and (min-width: 993px) {
  #bloc-08 .container::before {
    position: absolute;
    content: "";
    top: -70px;
    right: 15px;
    background-image: url("../assets/gifs/before-8.png");
    width: 186px;
    height: 230px;
    opacity: 60%;
    z-index: -1;
  }
}

/* ================================== BLOC 09/ BLOC 10 ================================== */

.bloc-9 img {
  max-height: 510px;
}
.bloc-10 img {
  max-height: 490px;
}
@media screen and (min-width: 993px) {
  .bloc-10 img {
    margin-bottom: 2rem;
  }
  .bloc-9::before,
  .bloc-10 .bloc-text::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -103px;
    right: -85px;
    background-image: url("../assets/gifs/before-9.png");
    width: 254px;
    height: 257px;
    opacity: 60%;
  }
  .bloc-10 .bloc-text::before {
    background-image: url("../assets/gifs/before-10.png");
    width: 259px;
    height: 268px;
    top: -130px;
    right: -38px;
  }
}

/* ==================================  BLOC 11 ================================== */

@media screen and (min-width: 993px) {
  #bloc-11 .bloc-text:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -40px;
    right: -75px;
    background-image: url("../assets/gifs/before-11.png");
    width: 214px;
    height: 210px;
    opacity: 60%;
  }
}

/* ================================== ENCART ACTUALITES ================================== */

.slick-actualites {
  margin: 60px auto;
}
.actualites-card {
  transition: var(--transition);
}
.actualites-card:hover {
  background-color: white;
}
.actualites-card-title a {
  color: var(--title-color);
}
.actualites-card-image,
.actualites-card-image a,
.actualites-card-image img {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.actualites-card-content {
  padding: 1.5rem 1rem;
  margin-top: 1.25rem;
}
.actualites-card-text {
  margin-block: 0.5rem;
}
.actualites-card-image a::after {
  position: absolute;
  content: "";
  inset: 0;
  background: hsla(0, 0%, 0%, 0.3);
  opacity: 0;
  transition: var(--transition);
}
.actualites-card:hover .actualites-card-image a::after {
  opacity: 1;
}
.link a {
  color: var(--title-color);
  text-decoration: none;
}
.encart-btn .btn.outlined {
  background-color: transparent;
}
/* ================================== ACTUALITES DETAIL ================================== */

#listing-autres-actus-categorie ul {
  text-align: center;
  padding-inline-start: 0;
}
#listing-autres-actus-categorie span.title-4 {
  margin: 20px auto;
  display: block;
  text-align: center;
  color: white;
}
.actualites-detail .detail-actu-image {
  max-width: 50%;
}
#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}
body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
}
#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;
}
@media screen and (min-width: 993px) {
  .actualites-detail h2,
  .actualites-detail h3,
  .actualites-detail h4 {
    margin: 1.5rem 0;
  }
  .actualites-detail h2 {
    font-size: 2rem;
  }
}

/* ================================== BLOC FORMULAIRE ================================== */

span.erreur {
  font-size: 13px;
  text-align: center;
}
.bloc-info,
.bloc-info img {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.bloc-info img,
.page-interne .sc-content .bloc-info img {
  height: 100%;
}
#bloc-formulaire label {
  font-weight: 600;
}
#bloc-formulaire input:not(#bloc-formulaire p.submit .btn),
#bloc-formulaire textarea {
  box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
  border: 1px solidhsla(0, 0%, 82%, 1);
  border-radius: 0.5rem;
}
#bloc-formulaire textarea {
  min-height: 5.375rem;
}
#bloc-formulaire .divGenerateur {
  margin: 0;
}
#bloc-formulaire .info {
  font-size: 1rem;
}
.bloc-formulaire {
  padding: 3rem;
  border-radius: var(--border-radius);
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
  background-color: white;
}
#bloc-formulaire label.noFloatingLabel {
  font-weight: 400;
}
#bloc-formulaire input#field_3 {
  width: 100%;
  border: 1px solid var(--accent-color);
}

@media screen and (max-width: 992px) {
  .bloc-formulaire {
    padding: 1.5625rem;
    margin-top: 20px;
  }
}

/* ================================== FOOTER ================================== */

footer p {
  margin-top: 12px;
}
footer .row-top p,
footer .row-top a,
footer .footer-contact {
  color: hsla(0, 0%, 40%, 1);
}
#footer-nav a {
  position: relative;
  color: var(--title-color);
}
#footer-nav a::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  height: 2px;
  width: 0;
  background-color: var(--accent-color);
  transition: var(--transition);
}

#footer-nav a:hover::before,
#footer-nav a.selected::before {
  width: 100%;
  left: 0;
  right: 0;
}
#footer-nav ul.dropdown a:hover::before,
#footer-nav ul.dropdown a.selected::before {
  bottom: 0;
}
.label-footer {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
#footer-nav .nav ul li.no-menu,
#footer-nav .nav ul li.contact {
  display: none;
}
footer .section {
  padding-top: 3rem;
}
a.lien-maps:hover {
  opacity: 0.7;
}
#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 2px solid var(--accent-color);
}
footer ul.ssdropdown {
  position: absolute;
  top: -1px;
  left: 100%;
  display: none;
  width: max-content;
  max-width: 20rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  list-style-type: none;
  background-color: var(--background-color);
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}

#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5cf";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}
footer ul.ssdropdown a {
  font-size: 11px;
}
footer .ssdropdown {
  border: none;
}
#footer-nav ul li.sous_menu ul.dropdown > li.sous_menu > a::after {
  content: "\e5cc";
  position: absolute;
  margin-top: 10px;
  pointer-events: none;
}
#footer-nav ul li.sous_menu ul.dropdown > li.sous_menu:hover ul.ssdropdown {
  display: block;
}

#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

#footer-nav .nav ul li.sous_menu {
  position: relative;
}

#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}

#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
  color: var(--text-color);
}
#footer-nav a:hover {
  color: inherit;
}

footer a.lien-maps span {
  display: block;
}
#footer-nav {
  padding-top: 1.5rem;
}
#footer-nav .nav > ul {
  padding-bottom: 3px;
}
.footer-2 {
  margin-top: 30px;
  font-weight: 600;
  color: var(--title-color);
}
.footer-2 a:hover {
  text-decoration: underline;
}
.footer-section-1 {
  margin-bottom: 90px;
}

@media screen and (min-width: 993px) {
  .footer-reseaux {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .footer-intervention {
    min-width: 300px;
  }
  div#footer-nav .row {
    flex-direction: column;
  }
  .footer-reseaux {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  footer .row {
    flex-wrap: nowrap;
  }
  footer .col-adresses {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
  }
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-block-end: 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}

@media screen and (max-width: 992px) {
  .footer-contact {
    margin: 15px auto;
  }
  .footer-brand {
    margin: 1rem auto;
  }
  #footer-nav .nav > ul > li {
    margin-bottom: 30px;
  }
  .footer-2 li {
    margin-block: 10px;
  }
  footer .section {
    text-align: center;
  }
  footer .reseaux-sociaux .row {
    justify-content: center;
  }
  #footer-nav nav ul {
    flex-direction: column;
  }
  span.lien-maps {
    align-items: center;
  }
}

/* ******************************************** PAGE INTERNE ****************************************** */

.sc-content .ac-doubleColonne.hero-bg,
.hero-interne {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 4rem;
  padding: 4% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url("../assets/gifs/slider/slide-01.jpg");
  background-position: top;
  color: white;
  background-size: cover;
}
.contact-page .hero-interne h1 {
  color: white;
}
.contact-page .section-interne {
  margin: 2.5rem 0 0;
}
nav#fil_ariane,
#fil_ariane {
  margin: 46px 0 0;
}
.fil-ariane {
  margin: 0 0 46px;
}
[class*="actualites-"] main > .section,
.politique-de-confidentialite main > .section,
.plan-site main > .section {
  padding-top: 0;
}
.page-interne #container {
  padding-block: 0;
}
.page-interne .ac-doubleColonne .white {
  padding: 1.25rem;
  border-radius: var(--border-radius);
  border: 2px solid var(--accent-color);
}
.page-interne .ac-doubleColonne .white,
.page-interne .ac-doubleColonne .white section {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.page-interne .ac-doubleColonne .white p {
  margin: 0;
}
.ac-1v1 .ac-colonne {
  border: 2px solid var(--accent-color);
  padding: 1rem;
  border-radius: var(--border-radius);
}
.hero-bg .title-1,
.hero-interne h1,
.hero-interne .title-1 {
  margin: 2rem 0;
  color: white;
}
.contact-page .hero-interne h1 {
  max-width: none;
}
.sc-content .ac-doubleColonne .btn-contact {
  margin-top: 2rem;
}
.sc-content .ac-doubleColonne.hero-bg .ac-colonne img {
  width: auto;
}
.sc-content .ac-doubleColonne img {
  border-radius: var(--border-radius);
}
.page-interne #encart-actualites,
.page-interne #bloc-formulaire {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.ac-doubleColonne.hero-bg .ac-colonne_1 {
  max-width: 1320px;
  margin: auto;
  width: 90% !important;
}
@media screen and (min-width: 993px) {
  .hero-bg .title-1,
  .hero-interne h1,
  .hero-interne .title-1 {
    max-width: 70%;
  }
  .sc-content .ac-doubleColonne.hero-bg::before,
  .hero-interne::before {
    position: absolute;
    content: "";
    left: 0;
    background-image: url("../assets/gifs/before.png");
    background-size: contain;
    width: 100%;
    height: 250px;
    right: 0;
    bottom: 3rem;
    z-index: -1;
    transform: rotateX(-180deg);
    background-repeat: repeat-x;
  }
  .contact-page .hero-interne::before {
    display: none;
  }
  .contact-page .hero-interne {
    padding: 35% 0 5%;
  }
  .sc-content .ac-doubleColonne.section-interne-1,
  .sc-content .ac-doubleColonne.section-interne-2 {
    position: relative;
    align-items: center;
  }
  .sc-content .ac-doubleColonne.section-interne-1::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-60%);
    background-image: url("../assets/gifs/before-1.png");
    bottom: -150px;
    width: 28rem;
    height: 28rem;
    opacity: 60%;
    z-index: -1;
  }
  .sc-content .ac-doubleColonne.section-interne-2::before {
    position: absolute;
    content: "";
    width: 187px;
    height: 191px;
    background-image: url("../assets/gifs/before-2.png");
    top: -40px;
    right: 0;
    z-index: -1;
    opacity: 60%;
  }
  .sc-content .ac-doubleColonne.hero-bg,
  .hero-interne {
    padding: 43% 0 12%;
  }
  .page-interne #bloc-formulaire {
    padding-top: 7.5rem;
  }
  .page-interne #encart-actualites .container,
  .page-interne #bloc-formulaire .container {
    width: 100%;
  }
  .page-interne .ac-doubleColonne img {
    height: 100%;
    object-fit: cover;
  }
  .page-interne .sc-content .ac-doubleColonne.section-interne-1 .ac-colonne_1 {
    padding-right: 100px;
  }
  .page-interne .sc-content .ac-doubleColonne.section-interne-2 .ac-colonne_2 {
    padding-left: 100px;
  }
  .hero-bg .title-1,
  .hero-interne .title-1 {
    max-width: 55%;
    font-size: 42px;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: 7.5rem;
  }

  .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 (min-width: 1440px) {
  .contact-page .hero-interne {
    padding: 15% 0 4%;
  }
  .sc-content .ac-doubleColonne.hero-bg::before,
  .hero-interne::before {
    background-repeat: round;
  }
  .sc-content .ac-doubleColonne.hero-bg,
  .hero-interne {
    padding: 24% 0 10%;
  }
}

@media screen and (max-width: 992px) {
  .ac-doubleColonne.hero-bg .ac-colonne_1 {
    width: 90%;
  }
  .sc-content .ac-doubleColonne.hero-bg .btn-contact,
  .hero-interne .btn-contact {
    display: none;
  }
  .page-interne .ac-doubleColonne .white {
    margin-block: 1.25rem;
  }
  section.ac-doubleColonne.ac-1v1 .ac-colonne {
    margin-top: 2rem;
  }
}

/* ******************************************** PAGE CONTACT ****************************************** */

.contact-page .divGenerateurRequired {
  margin-bottom: 1rem;
}
@media screen and (min-width: 993px) {
  .contact-page h1 {
    font-size: var(--h2-font-size);
  }
}
