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

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

  --accent-h: 18; /* hue */
  --accent-s: 51%; /* saturation */
  --accent-l: 41%; /* lightness */

  --title-color: hsla(7, 50%, 14%, 1);
  --white: hsl(0, 0%, 100%);

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

  --background-h: 21; /* hue */
  --background-s: 88%; /* saturation */
  --background-l: 97%; /* lightness */

  --primary-font: "Archivo", sans-serif;

  --marge-section-mobile: 40px;
  --marge-section-desck: 120px;

  --h1-font-size: 3.813rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 2.0625rem;
  --h4-font-size: 1.75rem;

  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);

  --border-radius: 0.75rem;
  --button-border-radius: 3.75rem;
  --transition: 0.5s all ease-in-out;

  --font-weight-light: 300;
  --font-weight-Regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h1.h1-geoloc span,
[class*="title"] {
  font-weight: 400;
  line-height: 100%;
  color: var(--title-color);
}

h1 span {
  margin-top: 0.75rem;
}
.relative {
  position: relative;
  z-index: 0;
}
p {
  margin: 1.5rem 0;
}

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

.sitemap-nav li {
  margin: 10px 0;
}
.nowrap {
  flex-wrap: nowrap;
}
#blocHorsLigne {
  z-index: 9999 !important;
}
body :where(address) {
  margin: 0;
}
.bg-notes p {
  margin: 0;
}
.bg-notes {
  display: block;
  text-decoration: none;
  border: 1px solid var(--primary-color-40);
  margin-block: 0 1.5rem;
  padding: 1.5rem;
  font-weight: 600;
}

/* ================================== BRAND ================================== */

.brand img,
.brand svg {
  position: relative;
  transition: var(--transition);
}

.brand a:hover img,
.brand a:hover svg {
  transform: scale(0.9);
}

.brand a {
  display: block;
  transition: opacity 0.3s;
}

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

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

.index-page main .section {
  padding-block: var(--marge-section-mobile);
}

@media screen and (min-width: 993px) {
  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}

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

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

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

.card-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}
.card-image img,
.card * {
  transition: var(--transition);
}

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

/*=========== BOUTONS=========*/
/* ============================*/
[class*="btn"] a.btn,
.btn.accent {
  padding: 13px 24px;
}

[class*="btn"] a.btn svg {
  margin-left: 0.5rem;
}
[class*="btn"] a.btn,
header .btn.accent {
  color: var(--white);
}

.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}

[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  color: var(--white);
  border: 2px solid transparent;
  padding: 11px 23px;
  background: var(--primary-color);
}
header [class*="btn"] a.btn:not(.accent):hover {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-interne .btn.accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
@media screen and (min-width: 601px) {
  .btn:not(.fluid) {
    width: auto;
  }
}

@media screen and (min-width: 993px) {
  header .btn.accent,
  #encart-contact .btn.accent {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .btn-contact a.btn:hover {
    color: var(--white);
  }
}

/* ================================== HEADER ================================== */
.fold address {
  margin-bottom: 1rem;
}
header .index-link + .index-link {
  display: none;
}

@media screen and (min-width: 601px) {
  .fold address {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 992px) {
  .menu-title {
    color: var(--white);
  }
  .title-1 {
    font-size: 2rem;
  }
  .header-content .nav ul li a.selected {
    color: var(--accent-color);
  }
  .title-1 {
    margin: 0;
  }
  .contact-page .fold {
    display: none;
  }
  .menu-mobile {
    height: 6.5rem;
    background: var(--accent-color);
  }

  .menu-mobile .brand {
    max-width: 70%;
  }
  .menu-mobile .btn-menu {
    border: 1px solid var(--white);
    border-radius: 100%;
  }

  .menu-mobile .row {
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
  }
  .fold {
    padding: 20px 0px;
  }
  .fold address {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  header a.tel {
    display: block;
  }
  .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;
  }
}
@media screen and (min-width: 993px) {
  .header-content:not(.sticky-active .header-content) {
    background-color: transparent;
  }
  .main-header-content .container {
    padding-block: 1.5rem;
  }
  .top-bar .container {
    padding-block: 1.5rem 0;
  }
  .tel {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .top-bar .row {
    margin: 0;
    justify-content: center;
    gap: 0.5rem;
  }
  .header-nav .col {
    padding: 0 0.25rem;
  }

  .header-content .nav ul li a.selected,
  .header-content .nav ul li:hover > a {
    color: var(--white);
  }
  .sticky-active .header-content .nav ul li a.selected,
  .sticky-active .header-content .nav ul li:hover > a,
  .header-content .nav ul li.sous_menu ul.dropdown,
  .header-content .nav ul li.sous_menu ul.ssdropdown {
    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,
  .nav-footer a {
    position: relative;
    padding: 0.2rem;
    color: var(--white);
  }

  .sticky-active .header-content,
  body:not(.index-page) .header-content:not(.sticky-active .header-content) {
    background: hsl(18deg 53.76% 17.92%);
  }
  .header-content nav ul.dropdown a {
    font-size: 0.625rem;
  }

  .header-content .contact {
    display: none;
  }

  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before,
  .nav-footer a::before {
    content: "";
    position: absolute;
    bottom: -0.375rem;
    left: 50%;
    height: 0.125rem;
    width: 0;
    background-color: var(--accent-color);
    transition: var(--transition);
  }

  .header-content .nav#main-nav > ul > li > a.selected::before,
  .header-content .nav#main-nav > ul > li > a:hover::before,
  .header-content .nav#topbar-nav > ul > li > a.selected::before,
  .header-content .nav#topbar-nav > ul > li > a:hover::before,
  .nav-footer a:hover::before,
  .nav-footer a.selected::before {
    width: 100%;
    left: 0;
    right: 0;
  }

  .header-content .nav ul li.sous_menu ul.dropdown > li > a:hover,
  .header-content .nav ul li.sous_menu ul.dropdown > li > a.selected {
    color: var(--accent-color);
  }
  .index-page {
    padding-top: 0 !important;
  }
  .header-content .nav ul li a.selected {
    background: transparent;
  }
  .fold,
  .devis {
    display: none;
  }

  .header-content a.tel {
    font-weight: 600;
    color: var(--white);
  }

  .header-nav .col {
    padding: 0 0.25rem;
  }

  .header-content .nav#main-nav ul {
    justify-content: center;
  }
  .header-content nav li:not(.sousLi) {
    margin: 0 0.5rem;
  }

  .header-content .contact {
    display: none;
  }

  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before,
  .nav-footer a::before {
    content: "";
    position: absolute;
    bottom: -0.375rem;
    left: 50%;
    height: 0.125rem;
    width: 0;
    background-color: var(--accent-color);
    transition: var(--transition);
  }
  .header-content .nav#main-nav > ul > li > a::before {
    border-bottom: 2px solid hsla(13, 83%, 53%, 1);
  }

  .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,
  .nav-footer a:hover::before,
  .nav-footer a.selected::before {
    width: 100%;
    left: 0;
    right: 0;
  }
  nav#main-nav ul {
    gap: 8px;
  }
}

@media screen and (min-width: 1400px) {
  .header-content .col {
    padding: 0 0.75rem;
  }
  .header-content nav a {
    font-size: 1rem;
  }
  .header-content nav ul.dropdown a {
    font-size: 0.75rem;
  }

  .top-bar .row {
    justify-content: space-between;
    gap: 0rem;
  }
}

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

.slider-slick {
  width: 100%;
  position: relative;
  z-index: 0;
}
.slide-img .container {
  min-height: auto;
}

.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.slide-content .title-1 {
  color: var(--white);
}

.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
}
.slide-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: hsla(0, 0%, 0%, 0.5);
  z-index: -1;
}
.slick-actualites,
.slick-avis,
.row.slick-prestations {
  margin-top: 4rem;
}
.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 16px;
}
.slick-dots li button {
  height: 1rem;
  width: 1rem;
  border-radius: 100px;
  background-color: var(--brand100);
  padding: 0;
}
.bg-interne {
  position: relative;
  z-index: 0;
  padding-block: var(--marge-section-mobile);
  margin-bottom: 40px;
}
.bg-interne .btn-rdv {
  margin-top: 1.5rem;
}
#container {
  padding-top: 0;
}
.slick-slider {
  margin-bottom: 0;
}
.bg-interne:before {
  position: absolute;
  content: "";
  left: -50%;
  width: 200%;
  background: #fef5f0;
  top: 0;
  height: 100%;
  background-position: center top;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .slide-content [class^="btn-"],
  .bg-interne [class^="btn-"] {
    display: none;
  }
  .slide-content {
    padding-block: 6rem;
  }
  .slide-content .title-1 {
    margin-bottom: 0;
  }
  h1 span,
  .title-1 span {
    font-size: calc(var(--h2-font-size) - var(--h2-font-size) / 2);
  }
}

@media screen and (min-width: 993px) {
  .bg-interne {
    padding-block: var(--marge-section-desck);
    margin-bottom: 80px;
  }
  .slide-img .title-1 span,
  .bg-interne .title-1 span {
    font-size: var(--h1-font-size);
  }
  .slide-content {
    padding-block: 278px 156px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h1 span,
  [class*="title"] {
    margin: 0;
    letter-spacing: -1px;
  }
  .title-1,
  .title-1 span {
    font-size: 3.6875rem;
  }
}

/* ================================== POINTS FORT ================================== */
#encart-points-fort {
  padding-block: 80px;
}

.pt-fort {
  text-align: left;
}
.last-pt:before {
  display: none;
}
.card-title,
h1 span {
  font-size: 1.1rem;
  margin-block: 20px 8px;
}
.pt-fort .card-title {
  color: var(--accent-color);
  margin: 0;
  letter-spacing: -1px;
  line-height: 100%;
}
.content-pf {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (min-width: 993px) {
  .title-1,
  .title-1 span {
    font-size: 3.613rem;
  }
  .card-title,
  h1 span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .card-title {
    margin: 1.25rem auto;
  }
  #encart-points-fort {
    text-align: center;
  }
}

/* ================================== BLOC 01 ================================== */
[id*="bloc"] .btn-rdv,
[id*="bloc"] h2:nth-of-type(2) {
  margin-top: 3rem;
}
div#bloc-01:before {
  position: absolute;
  content: "";
  width: 1260px;
  height: 50%;
  bottom: 0;
  background-image: url(../assets/gifs/before-bloc-1.png);
  right: 0;
  z-index: -1;
}

.bg-index:before {
  position: absolute;
  content: "";
  width: 596px;
  height: 1100px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-image: url(../assets/gifs/before-index.png);
  right: 0;
  z-index: -1;
}

#bloc-01 ul {
  margin-top: 3rem;
}
main img {
  border-radius: var(--border-radius);
}
.citation {
  margin-block: 1rem;
  letter-spacing: -1px;
  font-style: italic;
}

#bloc-01 li {
  margin-bottom: 12px;
  position: relative;
  list-style: none;
}
#bloc-01 li:before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2rem;
  background-image: url(../assets/gifs/liste.svg);
  left: -2.5rem;
  top: 6px;
}
#bloc-01 ul strong {
  color: var(--title-color);
  display: block;
  font-weight: 400;
}

@media screen and (min-width: 993px) {
  #bloc-01 ul strong {
    font-size: 1.5rem;
  }
  .citation {
    margin-block: 0 1rem;
    font-size: 28px;
  }
  [id*="bloc"] p:last-of-type {
    margin-bottom: 0;
  }
}

/* ================================== ENCART PRESTATIONS ================================== */
.card-title {
  color: hsla(8, 44%, 31%, 1);
}
.prestations-card {
  padding: 1.5rem;
  border-radius: 4px;
}
.prestations-card:hover {
  background: hsla(29, 52%, 56%, 1);
  color: var(--white);
}
.prestations-card-title {
  min-height: 48px;
}
.prestations-card:hover .card-title a,
.prestations-card:hover .btn-prestation {
  color: var(--white);
}
.slick-prestations {
  gap: 3rem 0;
}
.btn-prestation {
  color: hsla(0, 0%, 12%, 1);
  margin-top: 20px;
}
#encart-prestations:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 436px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../assets/gifs/before-prestation.png);
  right: 0;
  z-index: -1;
}
/* ================================ ENCART AVIS ================================== */

.slick-avis {
  margin-top: 4rem;
}
.slick-avis .card-content .row {
  flex-wrap: nowrap;
}
.avis-card {
  padding: 1rem;
  border-radius: var(--border-radius);
  border: 1px solid var(--secondary-color);
}

.avis-card .avis-card-text {
  padding-left: 4.75rem;
  height: 6.5rem;
  margin-top: 0.5rem;
}
.avis-name {
  font-weight: 700;
  color: var(--title-color);
}

.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;
}

@media screen and (min-width: 993px) {
  .encart-avis.section.gtm-encart-avis {
    padding-block: 80px;
  }
}
/* ================================== BLOC 02 ================================== */

#bloc-02:before {
  position: absolute;
  content: "";
  width: 715px;
  height: 529px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../assets/gifs/before2.png);
  left: 0;
  z-index: -1;
}

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

.titre {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
#encart-contact button.slick-autoplay-toggle-button {
  display: none;
}
.page-interne div#encart-contact .container {
  width: 100%;
}

#encart-contact .reseaux-sociaux svg {
  fill: hsla(7, 50%, 14%, 1);
}
.texte-left {
  padding-block: 60px;
}
.page-interne #encart-contact:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 200%;
  height: 100%;
  background: var(--Accent-50, #fef5f0);
  z-index: -1;
  left: -50%;
}

.index-page #encart-contact:after {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  margin: auto;
  background-image: url(../assets/gifs/before-contact.png);
  z-index: -1;
  right: 0;
}

.page-interne #encart-contact {
  z-index: 1;
}
.col-right .row,
.slick-image,
.slick-image-bas,
.col-right .slick-list.draggable {
  height: 100%;
  min-height: 450px;
}
.slick-image-bas {
  transform: scaleY(-1);
}
.slick-image-bas .slick-slide {
  transform: scaleY(-1);
}

/* ================================== BLOC 3 ================================== */

.bloc-note {
  bottom: 0;
  padding: 1.5rem;
  background: var(--Accent-100, hsla(23, 86%, 92%, 1));
  border-radius: 8px;
  margin-block: 1.5rem;
}

.bloc-note:before {
  position: absolute;
  content: "";
  right: -18px;
  top: -18px;
  width: 36px;
  height: 36px;
  background-image: url(../assets/gifs/note.svg);
  background-position: center;
  border-radius: 100%;
}
.bloc-note p {
  margin: 0;
}

@media screen and (min-width: 993px) {
  .bloc-note {
    position: absolute;
    left: 0;
    right: 0;
    margin: 1.5rem 2.5rem;
    bottom: 0;
  }
}

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

.actualites-card:hover * {
  color: var(--white);
}
.actualites-card:hover {
  background-color: hsla(29, 52%, 56%, 1);
}

.actualites-card:hover svg path {
  stroke: var(--white);
}
.icon-voir-act {
  display: none;
}
#encart-actualites:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 436px;
  top: 112px;
  margin: auto;
  background-image: url(../assets/gifs/before-actu.png);
  right: 0;
  left: 0;
  z-index: -1;
}
.actualites-card,
.actualites-card img {
  border-radius: 4px;
}

.encart-btn {
  margin-top: 3.75rem;
  text-align: center;
}

.actualites-card-title a {
  color: var(--title-color);
}
.actualites-card-text {
  margin-block: 0 12px;
}
.voir-act {
  color: hsla(7, 50%, 14%, 1);
  font-weight: bold;
}
.actualites-card-image a {
  display: block;
  position: relative;
}

.link a {
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--tertiary-font);
}

@media screen and (max-width: 992px) {
  .actualites-card-content,
  .card-content-title {
    padding: 1rem;
  }
}

@media screen and (min-width: 993px) {
  .icon-voir-act {
    display: block;
  }
  .actualites-card-content {
    margin-top: 1.25rem;
    padding: 1.5rem;
  }
  .row.slick-actualites {
    gap: 1.5rem;
  }

  .card-content-title {
    padding: 1.5rem 59px;
    display: flex;
    flex-direction: column;
    gap: 56px;
  }
}
/* ================================ ACTUALITES DETAIL ========================== */

div#listing-autres-actus-categorie ul {
  text-align: center;
  padding-inline-start: 0;
}
div#listing-autres-actus-categorie span.title-4 {
  margin: 20px auto;
  display: block;
  text-align: center;
}
.actualites-detail .detail-actu-image {
  max-width: 50%;
}
div#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}
body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  background: var(--accent-color-80);
  border-radius: 8px;
}
#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;
}
[class*="actualites-"] main > .section,
.politique-de-confidentialite main > .section,
.plan-site main > .section {
  padding-top: 0;
}
.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}
.detail-actu-contenu p {
  margin: 0;
}

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

.index-page footer {
  background-color: var(--secondary-color);
}
body.page-interne main {
  background: var(--white);
}
footer svg {
  fill: hsla(0, 0%, 12%, 1);
}
.text {
  margin-top: 12px;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
.page-404 footer {
  margin-top: auto;
  background: var(--primary-color);
}

.page-404 .brand {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (min-width: 993px) {
  .horaire-2 {
    border-left: 1px solid hsla(18, 51%, 41%, 1);
    padding-left: 38px;
  }
  footer .horaire {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
  }
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}

@media screen and (max-width: 992px) {
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }
  .footer-contact {
    margin-top: 2rem;
  }
  #footer-nav nav a {
    font-size: 14px;
  }
}
.rs.footer-contact {
  margin-top: 58px;
}

.footer-row-contact {
  display: flex;
  gap: 6px;
}

footer address {
  margin: 0;
}

footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}

footer .footer-1 .title-4 {
  line-height: 24px;
  margin: 0 0;
  color: var(--accent-color);
  font-family: var(--primary-font);
  font-size: 1rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
}

footer .siret {
  font-weight: 400;
  line-height: 24px;
}

#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: 1px solid var(--primary-color);
}

#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: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}

#footer-nav nav a {
  font-weight: 400;
  line-height: 24px;
}

#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}

#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;
}
.rs {
  margin-top: 58px;
}
.footer-2 {
  padding: 24px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: var(--title-color);
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
  color: var(--title-color);
  text-decoration: underline;
}

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

.actualites-listing main > .section,
.actualites-detail main > .section {
  padding-top: 0;
}
.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

section.ac-doubleColonne .white {
  background: var(--accent-color-70);
  font-weight: var(--font-weight-medium);
}

.page-interne .sc-content .clear_both {
  margin-bottom: var(--marge-section-mobile);
}

nav#fil_ariane,
#fil_ariane,
.fil-ariane {
  margin: 0 0 3em;
}

.page-interne .sc-content #relance {
  padding-block: 2rem 4rem;
  text-align: center;
  margin-bottom: 0;
}

.cards .white p {
  margin: 0;
}

.row-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}
.page-interne div#container {
  padding-block: 0;
}
section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .row-btn {
    flex-direction: column;
    row-gap: 1rem;
    align-items: normal;
  }
}
@media screen and (max-width: 992px) {
  .page-interne main .btn-rdv {
    margin-bottom: 1rem;
  }

  h2,
  .title-2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  h1 {
    margin: 0;
    font-size: 2rem;
  }
  .page-interne main .btn-contact {
    margin-bottom: 1.5rem;
  }

  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  .page-interne .sc-content .ac-doubleColonne .ac-colonne_2 img,
  .ac-colonne_2 h2,
  .ac-colonne_2 p,
  .ac-colonne_2 .btn-rdv,
  .ac-colonne_2 .citation {
    width: 90%;
    margin-left: auto;
  }
  .page-interne #encart-contact,
  .page-interne #bloc-formulaire .container {
    width: 100%;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: var(--marge-section-desck);
  }
  .page-interne p.intro {
    margin-bottom: 60px;
  }
  #fil_ariane,
  nav#fil_ariane,
  .fil-ariane {
    font-size: 14px;
  }
}

/* ====================== Contact-page =======================*/

a.lien-maps:hover {
  opacity: 0.7;
}

.contact-page-coordonnees address svg {
  display: none;
}
#horaire-contact {
  margin-top: 20px;
}
.sitemap-nav.row li.firstLi.no-desk {
  display: block;
}
.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
a.lien-maps span {
  display: block;
}

span.erreur {
  font-size: 10px;
}

.g-recaptcha {
  margin-block: 1.5rem;
}

.divGenerateurRequired {
  display: none;
}

#formulaire_1 .divGenerateur ul label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}

#formulaire_1 .divGenerateur > label {
  display: none;
}

span.note {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 12px;
}

input:not([type]),
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
  border-radius: 8px;
  border: 1px solid hsla(0, 0%, 82%, 1);
  min-height: 50px;
  box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
}

#formulaire_1 p.submit {
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 0;
}

#formulaire_1 p.submit .btn.primary {
  width: 100%;
}

@media screen and (min-width: 601px) {
  #formulaire_1 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_1 .cp_ville > p {
    width: calc(50% - 6px);
  }
}
#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}

.fil-ariane .first {
  display: inline-block;
}
:where(a) {
  color: inherit;
}
