:root {
  --primary-h: 205; /* hue */
  --primary-s: 50%; /* saturation */
  --primary-l: 20%; /* lightness */
  --accent-h: 0; /* hue */
  --accent-s: 99%; /* saturation */
  --accent-l: 37%; /* lightness */
  --text-h: 0; /* hue */
  --text-s: 0%; /* saturation */
  --text-l: 15%; /* lightness */
  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */
  --title-color: hsla(219, 36%, 11%, 1);
  --primary-font: "Barlow", serif;
  --secondary-font: "Playfair Display", serif;
  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);
  --border-radius: 2rem;
  --button-border-radius: 0.25rem;
  --marge-section-mobile: 40px;
  --marge-section-desck: 80px;
  --transition: 0.3s all ease-in-out;

  /*====== font size ========= */
  /* ========================= */
  --font-weight-light: 300;
  --font-weight-Regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --display2xl: 61px;
  --displayxl: 49px;
  --displaylg: 39px;
  --displaymd: 31px;
  --displaysm: 25px;
  --displayxs: 20px;
  --textlg: 18px;
  --textmd: 16px;
  --textsm: 13px;
  --textxs: 10px;
  --h1-font-size: var(--display2xl);
  --h2-font-size: var(--displaylg);
  --h3-font-size: var(--displaymd);
  --h1-font-size-s: var(--displaysm);
  --h2-font-size-s: var(--displayxs);
  --h3-font-size-s: var(--textlg);
}

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

a {
  transition: var(--transition);
}
.sc-content .clear_both {
  margin-bottom: 60px;
}
section#relance ul {
  gap: 48px;
}
nav#main-nav a:hover {
  opacity: 0.7;
}

.header-content .nav ul li:hover > a {
  color: white;
}
a,
p {
  line-height: var(--line-height);
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
  margin-bottom: 0;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}

body :where(address) {
  margin: 0;
}

.fil-ariane {
  margin-bottom: 25px;
}
.categorie.catalogue-categorie.catalogue-detail-categorie {
  margin-bottom: 15px;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}

.index-page main p u,
.ac-doubleColonne p u {
  display: block;
  text-decoration: none;
  padding: 20px;
  background-color: var(--accent-color);
  color: var(--white-color);
}
.card img {
  width: 100%;
}
/*=========fIN GENERAL ============== */
/* =============================== */

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

[class*="btn"] a.btn {
  font-weight: bold;
  line-height: 24px;
  padding: 7px 15.5px;
  border: 1px solid transparent;
}
[class*="btn"] a.btn:hover {
  background: transparent;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
a.btn.accent svg {
  margin-left: 22px;
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}
[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 6px 14px;
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

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

/* ==============PAGINATION==============*/
/* ================================ */

.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}
.paginationControl a {
  text-decoration: none;
}
.paginationControl .selected {
  font-weight: bold;
}
/* ==============fIN PAGINATION==============*/
/* =======================+++++++++========= */

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

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

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

/*================ titre mobile============*/
/* ======================================== */
.page-interne h1 {
  margin: 0;
}
.page-interne h1 span {
  font-size: 20px;
  margin: 0;
}
.page-interne .title-1 {
  margin: 0;
  padding-block: 120px;
  color: white;
}
h1.h1-geoloc {
  margin: auto;
  font-weight: 400;
}
.page-interne h3 {
  font-size: 18px;
}
h1.h1-geoloc {
  margin: 0;
  color: white;
}
.slide-content .btn-rdv {
  display: none;
}
.btn-prestation {
  margin-top: 1rem;
}

.prestation-top {
  margin-block: 1rem 2rem;
}

.icon-left {
  display: none;
}
.slide-content {
  padding-block: 115px;
}
h1,
.title-1 {
  font-size: var(--h1-font-size-s);
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: var(--h1-font-size-s);
}
.title-1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h2,
.title-2 {
  font-size: var(--h2-font-size-s);
  margin-block: 24px;
  margin-bottom: 0;
}
.title-2 {
  margin-top: 0;
}
h3,
.title-3 {
  font-size: var(--h3-font-size-s);

  margin-block: 24px;
}
h2 em {
  font-weight: bold;
  font-style: normal;
}
/*=============end titre mobile================*/
/* ======================================== */

/*================ titre descktop ============*/
/* ======================================== */
@media screen and (min-width: 993px) {
  .btn-prestation {
    margin-top: 0rem;
  }
  h1.h1-geoloc {
    max-width: 70%;
    margin: auto;
    line-height: 73.2px;
  }
  .slide-content .btn-rdv {
    display: block;
  }
  .header-content .nav ul li a.selected {
    background-color: lightgray;
    color: var(--text-color);
    border-radius: var(--button-border-radius);
  }
  .page-interne .title-1 {
    max-width: 80%;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }

  .page-interne h1 {
    font-size: 49px;
    line-height: 59.2px;
  }
  .page-interne h1 span {
    font-size: var(--displaymd);
    line-height: var(--displaymd);
  }

  h1.h1-geoloc span,
  h1 span {
    font-size: var(--displaysm);
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    margin-top: 24px;
    margin-top: 4px;
  }

  .page-interne h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
  }
  a.lien-maps:hover {
    opacity: 0.7;
  }

  h1,
  .title-1,
  .title-1 span {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
    margin-top: 0;
    margin-bottom: 12px;
  }
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
    line-height: 46.8px;
    margin-top: 0;
  }
  h3,
  .title-3,
  #bloc-01 h2 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
    margin-block: 24px;
    font-weight: 400;
  }
}
/*=============end titre descktop================*/
/* ======================================== */

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

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slide-img .container {
  min-height: auto;
}
.slide-img .container .bloc {
  height: auto;
}
.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
}
.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
}
.slide-img.slide-02 {
  background-image: url("../assets/gifs/slider/slide-02.jpg");
}
.slide-img.slide-03 {
  background-image: url("../assets/gifs/slider/slide-03.jpg");
}
.row.slick-actualites {
  margin-top: 64px;
}
.slick-prestations,
.slick-avis {
  margin-top: 40px;
}
.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;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}

/*============= end slide ==================*/
/*=======================================*/

/* =================Page-interne ===========*/
/* ========================================= */

.page-interne .sc-content #relance ul li a {
  line-height: 37.2px;
  text-decoration: none;
  color: hsla(219, 36%, 11%, 1);
  font-weight: bold;
  font-family: var(--secondary-font);
}
.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
section#relance ul {
  padding-left: 0;
}

.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}
.row.s-start.s-middle {
  flex-wrap: nowrap;
}

.row.s-start.s-stretch {
  flex-wrap: nowrap;
}

.card-title.contact-card-title {
  margin-bottom: 10px;
}

.sc-content #relance {
  margin: 40px auto;
}

div#listing-autres-actus-categorie {
  background: #efefef;
  padding: 20px 30px;
  border-radius: 4px;
}

div#listing-autres-actus-categorie span.title-4 {
  padding-top: 15px;
  display: block;
}

#listing-autres-actus-categorie .detail-btn {
  text-align: center;
}

.fb-like.fb_iframe_widget {
  position: relative;
  top: 7px;
}

.page-interne .sc-content #relance {
  margin-top: 6rem;
  margin-bottom: 4rem;
  text-align: center;
}

div#listing-autres-actus-categorie a {
  text-decoration: none;
}

div#encart-contact .title-2 {
  color: white;
}

div#encart-contact {
  position: relative;
  color: white;
  max-width: 1320px;
  margin: auto;
  margin-block: 80px;
}

nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 40px;
}
.text-center {
  max-width: 680px;
  margin: auto;
}

nav#fil_ariane {
  color: var(--accent-color);
}
nav#fil_ariane {
  margin-bottom: 40px;
}

#btn-politique {
  margin-top: 25px;
}
div#encart-contact:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background-color: var(--primary-color);
  z-index: -1;
}
.footer-row-contact {
  justify-content: start;
  margin: 0;
  text-align: left;
  align-items: start;
}

.footer-row-contact address svg {
  display: none;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}

section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  div#encart-contact {
    position: relative;
    color: white;
    max-width: 1320px;
    margin: auto;
    margin-block: 80px;
    padding: 16px;
  }
  div#map {
    margin-top: 2rem;
  }
  .header-content .nav#main-nav li:not(.opened) a {
    color: var(--text-color);
  }
  #container {
    padding-bottom: 0;
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

/* ===========Fin Page-interne ==========*/
/* ================================== */

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

div#field_18 p {
  margin-block: 6px;
}
.form {
  padding: 40px;
}
.divGenerateur {
  margin-block: 6px;
}
.divGenerateur ul {
  margin: 0;
}

div#field_16 p {
  margin-block: 6px;
}
p.submit {
  margin-block: 6px;
}
label.noFloatingLabel {
  font-size: 12px;
  line-height: 14px;
}
div#field_18 p {
  margin-block: 6px;
}
.text-center {
  margin-bottom: 40px;
}

.contact-page .title-3 {
  margin-top: 0;
  color: hsla(219, 36%, 11%, 1);
  font-weight: bold;
  margin-block: 0 4px;
}
.contact-page .intro .accent-text {
  font-size: 18px;
}
input#field_5 {
  max-width: 196px;
}
span.erreur {
  font-size: 11px;
}
.divGenerateur label.optional {
  display: none;
}
.form .first-p {
  margin-block: 8px 40px;
}
.info .title-3 {
  margin-block: 0 4px;
}
.contact-page .contact-page-infos-pratiques {
  padding: 0;
  border: none;
  margin-top: 0;
  margin-bottom: 24px;
}
ul.coordonnees.contact-page-coordonnees.reset 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;
}

.col.contact-page-horaires .row,
.contact-page-coordonnees.reset .row,
.contact-page-infos-pratiques .row {
  flex-wrap: nowrap;
}

.page-404 footer {
  margin-top: auto;
  background: var(--primary-color);
}
.page-404 .brand {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.contact-page .contact-page-infos-pratiques {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}

html.devis .btn-devis {
  display: none;
}

.fil-ariane .first {
  display: inline-block;
}

.btn-politic-contact {
  margin-top: 1rem;
}

#encart-contact .card {
  margin: 40px auto;
  border: 2px solid #000;
  padding: 40px 20px;
  border-radius: 4px;
}
.contact-page .map-container iframe {
  height: 777px !important;
}
.contact-page ul {
  row-gap: 16px;
}

.contact-page .fold {
  display: none;
}

@media screen and (min-width: 993px) {
  .slide-content {
    padding-block: 315px;
  }
  .contact-page .contact-page-infos-pratiques {
    margin-top: 0px;
  }
  .contact-page .text-center {
    margin-bottom: 120px;
  }

  .form .title-2 {
    font-size: 31px;
    line-height: 37.2px;
  }
}

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

/*============= HEADER ==================*/
/*=======================================*/
div#encart-contact .title-2 {
  color: white;
}
span.menu-title,
button#menu-back {
  color: var(--primary-color);
  font-weight: var(--font-weight-medium);
}
button#menu-burger {
  color: var(--text-color);
}
.menu-mobile {
  height: 6.5rem;
  background: var(--background-color);
}
.menu-mobile .brand {
  width: 80%;
}
a.tel span {
  display: none;
}

header a.tel span {
  display: block;
}

header address {
  display: flex;
  gap: 8px;
  font-size: 20px;
}
div#no-padd {
  padding-left: 0;
}
.tel-header span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
}

.header-content .nav ul li.sous_menu > a::after {
  content: url(../assets/gifs/sous-menu.svg);
}
.fold address a span {
  display: none;
}

.fold {
  padding: 20px 0px;
}
header a.tel.gtm-global-tel {
  display: block;
}
.fold address {
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.menu-mobile {
  height: 6.5rem;
}
.menu_opened .menu-mobile {
  height: 3.5rem;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 100;
}
.sticky-header .sticky.scroll_down {
  transform: translateY(-100%);
}
header .btn-contact {
  margin-top: 10px;
}
.contact-page .fold {
  display: none;
}

.brand {
  display: inline-block;
}

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

.header-content .nav ul li a.selected {
  background-color: transparent;
}

.page-interne .sc-content #relance {
  margin-top: 6rem;
}

@media screen and (min-width: 993px) {
  div#map iframe {
    position: absolute;
    right: 0;
    height: 100%;
    width: 40%;
    top: 0;
  }
  .header-content #nav-container {
    margin: 0;
  }
  .brand img,
  .brand svg {
    position: relative;
    transition: 0.3s;
  }
  .brand a {
    display: block;
  }
  .brand a:hover img,
  .brand a:hover svg {
    transform: scale(0.9);
  }

  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .fold {
    display: none;
  }

  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    color: var(--background-color);
    font-size: 14px;
  }
  .header-content .nav ul li a.selected {
    font-weight: bold;
  }
  .slide-content [class^="btn-"] {
    display: block;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
  }
  header .btn-contact {
    margin-top: 0px;
  }
  table.horaires tr td + td {
    display: block;
    margin-left: 10px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 13px;
    color: white;
  }
  li.firstLi.no-desk {
    display: none;
  }
}
/*=============FIN HEADER ==================*/
/*=======================================*/

/*=============PRESTATION==================*/
/*=======================================*/

.prestations-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0;
  height: 3px;
  background-color: var(--accent-color);
  transition: width 0.3s ease, left 0.3s ease;
}

.prestations-card:hover::after {
  width: 100%;
  left: 0;
}
div#encart-prestations {
  padding-block: 0 80px;
}
div#encart-prestations {
  padding-block: 0 80px;
}
/* .description p {
  margin-block: 4px 1rem;
} */
.btn-prestation {
  color: var(--accent-color);
  font-weight: bold;
}

.btn-prestation svg {
  margin-left: 6px;
}

span.chiffre {
  font-family: var(--secondary-font);
  color: var(--title-color);
  font-size: var(--displaysm);
  line-height: 30px;
  font-weight: bold;
}
.prestations-card-title {
  text-decoration: none;
  font-weight: bold;
  color: var(--title-color);
  font-size: var(--displayxs);
  line-height: 37.2px;
}

.slick-slider {
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  .prestations-card {
    position: relative;
    overflow: hidden;
    /* padding-bottom: 44px; */
  }

  .prestations-card-title {
    font-size: var(--displaymd);
  }
  .header-content .nav ul li.sous_menu:hover ul.dropdown {
    background: var(--accent-color);
    gap: 0;
  }
  .card-image {
    position: relative;
    overflow: hidden;
  }
  .card-image img {
    transition: 0.3s;
  }
  .card:hover img {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 1280px) {
  h1.h1-geoloc {
    max-width: 40%;
  }
}
/*=============Fin PRESTATION==================*/
/*=======================================*/

/*=============Bloc 01==================*/
/*=======================================*/
div#bloc-01 .section {
  padding: 24px;
}
div#bloc-01 p {
  color: hsla(210, 40%, 98%, 1);
  margin-bottom: 0;
}
div#bloc-01 p:first-of-type {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0;
  font-family: var(--secondary-font);
}
@media screen and (min-width: 601px) {
  header .btn-contact {
    margin-top: 0px;
  }
  .btn:not(.fluid) {
    width: auto;
  }
}
@media screen and (min-width: 993px) {
  div#bloc-01 p:first-of-type {
    font-size: 31px;
    line-height: 37.2px;
  }
  div#bloc-01 .section {
    padding: 80px 224px;
  }
}
@media screen and (min-width: 1280px) {
  .header-content .nav#main-nav > ul > li > a {
    font-size: 1rem;
  }
}
/*=============Fin Bloc 01==================*/
/*=======================================*/

/*============AVis======================*/
/*=======================================*/
.page-interne .encart-avis {
  position: relative;
  z-index: 0;
  padding-block: 80px;
}
.encart-avis .align-right {
  text-align: center;
}
.encart-avis.section.gtm-encart-avis {
  padding-block: 40px;
}
.page-interne .encart-avis:before {
  position: absolute;
  content: "";
  left: -50%;
  right: 0;
  margin: auto;
  width: 200%;
  background: var(--primary-color);
  height: 100%;
  z-index: -1;
  top: 0;
}
.avis-encart-card {
  background: var(--background-color);
  text-align: center;
}
.avis-card-content:hover img {
  transform: scale(1);
}
.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}
.avis-encart-card .row {
  display: block;
  text-align: center;
}

.avis-card-content img {
  display: block;
  margin: auto;
}
.avis-card-content {
  padding: 1rem;
}
.encart-avis img {
  width: revert-layer;
}
button.show-more.btn.small {
  color: var(--accent-color);
  visibility: initial;
  opacity: 1;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0;
  font-family: var(--accent-font);
}
.row.s-middle.s-start {
  flex-wrap: nowrap;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 13px;
  margin-top: 8px;
}

.card-text.avis-card-text.avis-encart-card-text:after {
  display: none !important;
}

.name.avis-name.card-name.avis-card-name.avis-encart-card-name.bold {
  font-weight: var(--font-weight-semi-bold);
  margin-block: 0.5rem;
}

.card-text.avis-card-text.avis-encart-card-text {
  opacity: 1;
  text-align: center;
  margin-block: 1rem;
}
@media screen and (min-width: 993px) {
  .encart-avis.section.gtm-encart-avis {
    padding-block: 80px;
  }
}
/*============FIN AVIS===================*/
/*=======================================*/

/*============ ENCART CONTACT===================*/
/*=======================================*/
#encart-contact .card-title {
  margin-bottom: 15px;
}
.horaire {
  margin-bottom: 1rem;
  margin-top: 12px;
}
.row-info svg path {
  fill: white;
}
.card.contact-card.contact-encart-card {
  border: 1px solid #000;
  padding: 20px;
  min-height: 180px;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  .row-info {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
@media screen and (min-width: 1280px) {
}
/*============FIN REALISATION===================*/
/*==============================================*/

/*============ACTUALITES===================*/
/*==============================================*/
.actualites-card-content .row {
  display: block;
}
.voir-act a {
  text-decoration: none;
  color: var(--accent-color);
  font-weight: bold;
}
.card.actualites-card {
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 48px 1rem;
}
.card.actualites-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0;
  height: 3px;
  background-color: var(--accent-color);
  transition: width 0.3s ease, left 0.3s ease;
}
.form .title-2 {
  color: white;
}
.card.actualites-card:hover::after {
  width: 100%;
  left: 0;
}
.voir-act {
  margin-top: 1rem;
}
.before-date,
.before-date a {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  padding: 2px 0px;
  margin-left: 12px;
  text-decoration: none;
  text-align: left;
}
.actualites-encart-card-date {
  font-size: 13px;
}
.encart-btn.actualites-encart-btn {
  text-align: center;
  margin-top: 64px;
}
.actualites-card-title a {
  font-size: 25px;
  line-height: 30px;
  color: var(--title-color);
  text-decoration: none;
  font-weight: bold;
}
.actualites-card-title {
  height: auto;
  margin-block: 1rem 8px;
}

.card-image.actualites-card-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 601px) {
  .actualites-card-content .row {
    display: flex;
  }
}
@media screen and (min-width: 993px) {
}
@media screen and (min-width: 1280px) {
}
/*============FIN ACTUALITES===================*/
/*==============================================*/

/* ========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(--brand100);
  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;
}
.fb-like.fb_iframe_widget {
  position: relative;
  top: 6px;
}
@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 7rem) !important;
  }
}
/* ========FIN PAGE ACTUALITES DETAIL========== */
/* ========================================*/

/* ===================FOOTER================ */
/* ========================================*/
footer address svg {
  display: none;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
footer address span {
  display: block;
}
footer {
  text-align: center;
}
@media screen and (min-width: 993px) {
  footer .footer-row-contact {
    justify-content: start !important;
  }

  #footer-nav nav a {
    font-size: 15px;
  }
  footer {
    text-align: left;
  }
  #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) {
  .title-1 .clr,
  .clr {
    font-size: 1.5rem;
  }
  .slick-photos img {
    padding: 24px;
    margin: auto;
    height: 100%;
    object-fit: cover;
    min-height: 407px;
    max-height: 407px;
  }

  .slick-photos {
    justify-content: center;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }

  #footer-nav nav a {
    font-size: 14px;
  }
}
footer .footer-row-contact {
  align-items: normal;
  justify-content: center !important;
}
.footer-contact .footer-row-contact {
  justify-content: start;
}
.footer-row-contact {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
#encart-contact p {
  color: #f6f9f9;
  margin-block: 1rem;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0;
  font-weight: 400;
  color: white;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  justify-content: center;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}
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(--background-color);
}
body.contact-page footer {
  margin-top: 80px;
}
#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;
  background: var(--accent-color);
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.footer-2 {
  padding: 24px 0 48px;
}
.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
}
footer {
  background: var(--accent-color);
  color: white;
}
.footer-2 nav a:hover,
.page-404 footer a:hover {
  opacity: 0.5;
}

/* ===================FIN FOOTER================ */
nav#fil_ariane strong,
nav#fil_ariane a {
  color: var(--text-color);
}
.header-content .nav > ul > .sous_menu.opened > a,
.header-content .nav .dropdown > .sous_menu.opened > a {
  color: var(--text-color);
}
section#relance a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 993px) {
  .footer-contact .footer-row-contact {
    justify-content: start !important;
  }
  .footer-contact {
    margin-top: 0;
    justify-content: start;
  }
  .page-interne .sc-content #relance p.titre-relance {
    font-size: 30px;
    line-height: 38.8px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: var(--secondary-font);
    text-align: center;
  }
  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .col-right {
    max-width: 536px;
    margin-left: 136px;
  }
  .page-interne h1 {
    margin-bottom: 0px;
  }
  .page-interne p.intro {
    margin-bottom: 60px;
  }
  .page-interne .sc-content .ac-doubleColonne {
    align-items: center;
  }

  .col-left {
    margin-right: 136px;
    max-width: 536px;
  }
  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}

/* Encart prestations */
.test-presta {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  /* background-color: #f0f0f0; */
}
.test-presta .card-container {
  perspective: 1000px;
}
.test-presta .card {
  width: 300px;
  height: 200px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.test-presta .card-container:hover .card {
  transform: rotateY(180deg);
}
.test-presta .card-face {
  position: absolute;
  background: var(--background-color);
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.test-presta .front .card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 17px;
}
.test-presta .back {
  color: white;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  font-size: 1.2em;
  text-align: center;
  padding: 20px;
}
.test-presta .back .prestations-card {
  display: flex;
  align-items: center;
}
.test-presta .description {
  transform: rotateY(180deg);
}
.presta-1 .back {
  background: url("../assets/gifs/prestation-01.jpg") center/cover;
}
.presta-2 .back {
  background: url("../assets/gifs/prestation-02.jpg") center/cover;
}
.presta-3 .back {
  background: url("../assets/gifs/prestation-03.jpg") center/cover;
}
.presta-4 .back {
  background: url("../assets/gifs/prestation-04.jpg") center/cover;
}

@media screen and (min-width: 993px) and (max-width: 1315px) {
  #encart-prestations .slick-prestations {
    display: flex;
    justify-content: center;
  }
  #encart-prestations .col.s12.m6.l3 {
    flex-basis: 40%;
    margin-top: 1rem;
  }
}
