:root {
  --primary-h: 109; /* hue */
  --primary-s: 11%; /* saturation */
  --primary-l: 51%; /* lightness */

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

  --accent-h: 34; /* hue */
  --accent-s: 85%; /* saturation */
  --accent-l: 50%; /* lightness */

  --title-color: hsla(109, 11%, 31%, 1);

  --text-h: 110; /* hue */
  --text-s: 3%; /* saturation */
  --text-l: 13%; /* lightness */

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

  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Manrope", serif;

  --headings-line-height: 1.333333;

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

  --border-radius: 2rem;
  --button-border-radius: 5px;

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

  --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: 65px;
  --displayxl: 50px;
  --displaylg: 40px;
  --displaymd: 30px;
  --displaysm: 25px;
  --displayxs: 20px;

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

  --h1-font-size: var(--displayxl);
  --h2-font-size: var(--displaylg);
  --h3-font-size: var(--displaymd);

  --h1-font-size-s: var(--displaymd);
  --h2-font-size-s: var(--displayxs);
  --h3-font-size-s: var(--textlg);
}

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

.card {
  position: relative;
  display: block;
  transition: 0.6s;
}
.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;
}
a,
p {
  line-height: var(--line-height);
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 400;
  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;
}
.top-bar {
  font-size: 13px;
}

.tel-header a {
  font-weight: bold;
  font-size: 18px;
}
nav#fil_ariane {
  margin: 40px 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;
}
#fil_ariane {
  margin: 3rem 0;
}
.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-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 24.5px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
div#no-padd {
  padding-left: 0;
}
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 {
  color: var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

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

/*================ titre mobile============*/
/* ======================================== */
.page-interne h1 {
  font-size: 25px;
  margin: 0;
  line-height: 29px;
}
.page-interne h1 span {
  font-size: 20px;
  margin: 0;
}
.page-interne .title-1 {
  margin: 0;
  padding-block: 120px;
}

.page-interne h3 {
  font-size: 18px;
}

.slide-content .btn-rdv {
  display: none;
}
.slide-content {
  padding-block: 84px;
}
.page-interne h1 {
  color: white;
}
h1,
.title-1 {
  font-size: var(--h1-font-size-s);
  margin-bottom: 1rem;
  margin-top: 0;
}

h2,
.title-2 {
  font-size: var(--h2-font-size-s);
  margin-block: 24px;
}
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) {
  .slide-content .btn-rdv {
    display: block;
  }

  .slide-content {
    padding-block: 184px;
  }
  .page-interne .title-1 {
    max-width: 70%;
    margin: auto;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }

  .page-interne h1 {
    font-size: var(--displayxl);
    line-height: var(--displayxl);
  }
  .page-interne h1 span {
    font-size: var(--displaymd);
    line-height: var(--displaymd);
    margin-top: 1.5rem;
  }

  h1.h1-geoloc span,
  h1 span {
    font-size: 30px;
    font-weight: 400;
    line-height: 48.2px;
    margin: 0;
    margin-top: 10px;
  }

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

  h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 800;
  }
  .title-1 {
    margin-block: 12px 40px;
    font-size: 47px;
    font-weight: 800;
    line-height: 47px;
  }
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
    margin-top: 0;
  }
  h3,
  .title-3,
  #bloc-01 h2 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
    margin-block: 0 24px;
    margin-bottom: 1rem;
  }
}
/*=============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 right;
}
.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
  background-position: center;
}
.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");
}
div#container {
  padding-top: 0;
}
.bloc-interne h1 {
  padding-block: 56px;
  color: var(--background-color);
  margin: 0;
}
.bloc-interne {
  position: relative;
  z-index: 0;
}
body.actualites-listing main .section,
body.actualites-detail main .section {
  padding-top: 0;
}

.bloc-interne:before {
  position: absolute;
  content: "";
  background: url(../assets/gifs/bg-interne.jpg);
  background-size: cover;
  background-position: center top;
  left: -50%;
  right: 0;
  margin: auto;
  width: 200%;
  z-index: -1;
  height: 100%;
}
.slick-points-forts.row {
  margin-top: 60px;
}
.slick-prestations,
.slick-actualites,
.slick-avis {
  margin-top: 2rem;
}
p {
  font-size: 15px;
  margin-bottom: 24px;
}

.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 ===========*/
/* ========================================= */

#fil_ariane,
#fil_ariane,
.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
}
div#bloc-01 {
  max-width: 1249px;
}

h1.h1-geoloc {
  margin-top: 0;
  color: white;
}

.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
section#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

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

div#encart-contact {
  margin: 20px auto 20px auto;
}

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

.ac-doubleColonne p:nth-child(2) {
  background-color: var(--primary-color-80);
  padding: 20px;
  margin-top: 8px !important;
  display: block;
  border-radius: 5px;
}

#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
}

nav#fil_ariane {
  font-size: 14px;
}

div#listing-autres-actus-categorie a {
  text-decoration: none;
}
body.actualites-listing .bloc-interne {
  margin-bottom: 40px;
  margin-top: -24px;
}
div#encart-contact {
  position: relative;
  margin: 80px auto;
}
nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 40px;
}

nav#fil_ariane {
  margin-bottom: 40px;
}

#btn-politique {
  margin-top: 25px;
}
div#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: #f3f3f3;
  z-index: -1;
}
p.titre-relance {
  text-align: center;
}
.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) {
  #container {
    padding-bottom: 0;
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 993px) {
  body.actualites-detail .bloc-interne {
    margin-bottom: 40px;
    margin-top: -24px;
  }
  section.ac-colonne.ac-colonne_2.img-interne.ui-sortable {
    width: 43%;
  }
}

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

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

.contact-page h1 {
  margin: 0;
  line-height: normal;
  color: var(--background-color);
}
.divGenerateur label.optional {
  display: none;
}
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 .map-container iframe {
  max-height: 350px;
}

.contact-page .contact-page-infos-pratiques {
  margin-bottom: 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 {
  max-height: 350px;
}
.contact-page ul {
  row-gap: 16px;
}

.contact-page .fold {
  display: none;
}
@media screen and (min-width: 993px) {
  .contact-page h1 {
    font-size: var(--displaymd);
  }
}
/* ===========Fin Contact-page==========*/
/* ================================== */

/*============= HEADER ==================*/
/*=======================================*/
ul.dropdown a {
  color: var(--text-color);
}
span.menu-title {
  color: white;
}

a.btn.accent:hover svg {
  transform: rotate(45deg);
  transition: 0.2s;
}

a.btn.accent svg {
  transition: 0.2s;
}

.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-mobile .brand {
  max-width: 70%;
}
ul.ssdropdown a.selected {
  color: var(--primary-color) !important;
}

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

#encart-contact .card-title {
  margin-bottom: 15px;
}

.card.contact-card.contact-encart-card {
  border: 1px solid #000;
  padding: 20px;
  min-height: 180px;
}

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

@media screen and (min-width: 993px) {
  .header-content .nav ul li.sous_menu > a::after {
    content: url(../assets/gifs/sous-menu.svg);
  }
  .main-header-content {
    padding-block: 13px 8px;
  }
  .row-top {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .top-bar {
    padding-block: 7px;
  }
  .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 ul li a.selected:before,
  .header-content .nav ul li a:hover:before {
    width: 87% !important;
  }
  .header-content .nav#topbar-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background-color: var(--accent-color);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background: var(--accent-color);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    font-size: 11px;
  }
  .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;
  }
  li.firstLi.no-desk {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .header-content .nav#main-nav > ul > li > a {
    font-size: 16px;
  }
}

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

/*=============Bloc 02+03==================*/
/*=======================================*/

.slick-slider {
  margin-bottom: 0;
}

.bloc-contact .title,
.bloc-encart .encart-title {
  color: var(--secondary-color);
  margin: 0 0 1rem;
}
div#bloc-01 p {
  margin-block: 1rem;
}
div#bloc-03 h3 {
  margin-bottom: 24px;
}
.bloc-contact {
  padding: 1.5rem;
}
#bloc-02 .bloc-contact {
  margin-top: 1.5rem;
  background: hsla(109, 11%, 51%, 0.2);
  color: var(--secondary-color);
}
@media screen and (min-width: 601px) {
  .btn:not(.fluid) {
    width: auto;
  }
  header .btn-contact {
    margin-top: 0px;
  }
}

@media screen and (min-width: 993px) {
  div#bloc-02 h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 90%;
    background: var(--primary-color);
  }
  .bloc-contact .title,
  .bloc-encart .encart-title {
    font-size: 24px;
    line-height: 34.2px;
  }
  div#bloc-02 h2 {
    padding-bottom: 24px;
    line-height: 53.2px;
    margin-bottom: 24px;
    position: relative;
  }
  div#bloc-04 img {
    max-height: 478px;
  }
}
@media screen and (min-width: 1280px) {
}
/*=============Fin Bloc 02+03==================*/
/*=======================================*/

/* ================== PRESTATIONS ====================== */
/* =================================================== */
.description {
  min-height: 66px;
}
.description p {
  margin: 0;
}

.card-title {
  margin-bottom: 24px;
}
.card-content {
  padding-top: 24px;
}
div#encart-prestations .title-2,
.encart-points-forts .title-2 {
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--primary-color);
  max-width: 500px;
  margin-bottom: 1rem;
}

div#encart-prestations p {
  margin-top: 0;
}
#encart-prestations {
  background: hsla(109, 11%, 51%, 0.2) url(../assets/gifs/bg-prestation.jpg);
  background-size: cover;
  background-position: center;
}
#titre-prest {
  max-width: 598px;
  font-size: 14px;
}
.btn-prestation span {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--accent-color);
}
.btn-prestation {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.prestations-card {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.formulaire {
  margin-top: 2rem;
}
.prestations-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.prestations-card:hover .prestations-card-content {
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}
.slick-dots li button .slick-dot-icon:hover {
  color: var(--accent-color);
}
.card.prestations-card a {
  font-size: 20px;
  font-weight: 400;
  line-height: 34.2px;
  text-decoration: none;
}

.slick-dots .slick-active button {
  display: block;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 1px solid var(--accent-color);
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
}
#titre-prest-bloc {
  color: var(--accent-color);
  max-width: 578px;
}

#titre-prest-bloc:before,
#titre-prest-bloc:after {
  background: var(--accent-color);
}
.before-titre {
  color: var(--accent-color);
  position: relative;
  max-width: 709px;
  margin: auto;
}

.slick-dots li button {
  height: 1.1rem;
  width: 1.1rem;
  bottom: -5rem;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: var(--accent-color);
  opacity: 1;
}

.encart-prestation .description {
  margin: 24px 0;
  min-height: 112px;
}

.card.prestations-card {
  background: var(--background-color);
  max-width: 424px;
  margin: auto;
  padding: 24px;
}
.description p {
  margin: 0;
}
@media screen and (min-width: 993px) {
  .card.prestations-card a {
    font-size: 25px;
  }
  .formulaire {
    margin-top: 0rem;
  }
  .texte-2 {
    max-width: 923px;
    margin: auto;
  }

  .center-index {
    max-width: 988px;
    margin: auto;
  }
  .before-titre:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--accent-color);
  }

  .before-titre:after {
    position: absolute;
    content: "";
    right: 0;
    width: 100px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--accent-color);
  }

  .slick-slider.slick-dotted {
    margin-bottom: -0.5rem;
  }
  #encart-prestations .slick-slider.slick-dotted {
    margin-bottom: 3rem;
  }
  .card-image {
    position: relative;
    overflow: hidden;
  }
  .card-image img {
    transition: 0.3s;
  }

  .avis-encart-card:hover img {
    transform: scale(1);
  }
}
@media screen and (min-width: 1600px) {
}
/* ================== Fin PRESTATIONS ====================== */
/* =================================================== */

/*=============Bloc 04==================*/
/*=======================================*/
div#left {
  max-width: 760px;
}

div#left p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
}
@media screen and (min-width: 1280px) {
}
/*=============Fin Bloc 04==================*/
/*=======================================*/

/*============= encart points forts ==================*/
/*=======================================*/

.encart-points-forts {
  background-image: linear-gradient(
      hsla(109, 11%, 51%, 0.2),
      hsla(109, 11%, 51%, 0.2)
    ),
    url(../assets/gifs/bg-points-forts.png);
  background-size: cover;
  background-position: center;
}
.pf-title {
  font-size: 18px;
  line-height: 34.2px;
}
.encart-points-forts .title-2:before {
  margin-left: 0;
}
.card-pf {
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  transition: 0.6s;
  box-shadow: 0px 4px 60px hsla(0, 0%, 0%, 0.1);
  border-bottom: 3px solid transparent;
  min-height: 236px;
  justify-content: center;
}
.card-pf:hover {
  border-bottom: 3px solid var(--accent-color);
}
.pf-title span {
  display: block;
  font-weight: 400;
}

.pf-title {
  font-size: 17px;
  font-weight: bold;
}

.card-text {
  font-size: 15px;
}

@media screen and (min-width: 993px) {
  .encart-points-forts .card-pf svg {
    margin-left: 0;
  }

  .encart-points-forts .row p {
    margin: 0;
  }
  .encart-bg .title-2:before {
    margin-left: 0;
  }
  .encart-bg .title-2 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .pf-title {
    font-size: 25px;
    line-height: 34.2px;
  }
}

/*============= Fin encart points forts ==================*/
/*=======================================================*/

/*============AVis======================*/
/*=======================================*/

.card.avis-card.avis-encart-card {
  border: 1px solid #2626267f;
  border-radius: 5px;
  background: var(--background-color);
}

.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}

.card-content.avis-card-content.avis-encart-card-content {
  padding: 28px;
}

button.show-more.btn.small {
  color: #0070c7;
  visibility: initial;
  font-size: 12px;
  opacity: 1;
  font-weight: 700;
  text-align: right;
  padding-bottom: 0;
  text-decoration: underline;
  text-transform: lowercase;
  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: 8px;
  font-family: var(--accent-font);
}

.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-size: 13px;
  font-weight: 500;
  font-family: var(--accent-font);
  color: #283646;
  margin-top: 18px;
  margin-bottom: 15px;
}

.card-text.avis-card-text.avis-encart-card-text {
  margin-top: 20px;
  margin-bottom: 14px;
  line-height: 25px;
  color: #262626;
  font-weight: 400;
  font-family: var(--accent-font);
  font-size: 11px;
  opacity: 1;
  max-width: 183px;
  margin-left: 69px;
  text-align: left;
}
/*============FIN AVIS===================*/
/*=======================================*/

/*=============encart formulaire==================*/
/*================================================*/

#encart-formulaire {
  background-image: url(../assets/gifs/bg-formulaire.jpg);
  background-position: center top;
  background-size: cover;
}

#encart-formulaire .divGenerateur > label {
  display: none;
}
#encart-formulaire .divGenerateur ul label {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.col-form {
  padding: 32px 36px;
  height: 100%;
  border: 1px solid #e2e8f0;
}
#encart-formulaire #formulaire_8 p:has(label) {
  margin-top: 0;
}
#encart-formulaire #formulaire_8 input[type="text"],
#encart-formulaire #formulaire_8 input[type="tel"],
#encart-formulaire #formulaire_8 input[type="email"],
#encart-formulaire #formulaire_8 textarea {
  background-color: transparent;
  border: 1px solid #e4e4e7;
  padding: 14.5px 1rem;
  border-radius: 10px;
}
textarea#field_8 {
  min-height: 130px;
}

@media screen and (min-width: 601px) {
  .cp_ville > p {
    width: calc(50% - 6px);
  }
  .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1300px) {
  .col-form {
    padding: 32px;
  }
}

@media screen and (min-width: 993px) {
  div#encart-formulaire img {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  div#encart-formulaire {
    position: relative;
  }
}
/*=============Fin encart formulaire==================*/
/*================================================*/

/*============ACTUALITES===================*/
/*==============================================*/
#encart-actualites {
  padding-block: var(--marge-section-mobile);
}
div#avis {
  color: var(--primary-color);
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.text-titre {
  max-width: 831px;
  margin: auto;
}

.actualites-card-image {
  height: 209px;
  overflow: hidden;
  transition: 0.7s;
}
.actualites-card-text {
  margin-bottom: 1rem;
}
.actualites-card-image a,
.actualites-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}
.row.slick-actualites {
  margin-top: 48px;
}

.actualites-card .card-content {
  row-gap: 1rem;
  padding-top: 1rem;
  text-align: left;
}
.actualites-card-date svg {
  margin-right: 8px;
}
.actualites-card-date {
  margin-bottom: 1rem;
  font-size: 13px;
  color: var(--primary-color);
  text-transform: uppercase;
}
#encart-actualites .title-2 {
  margin-top: 0;
  max-width: 500px;
  margin: auto;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 23px;
  line-height: 53.2px;
  margin-bottom: 14px;
}

.actualites-card-title {
  height: 100px;
}
.actualites-link {
  padding-left: 10px;
  color: var(--accent-color);
  font-family: var(--accent-font);
  font-size: 14px;
  font-weight: bold;
}
.actualites-encart-btn {
  margin-top: 3rem;
}
.actualites-link svg {
  margin-right: 10px;
}
#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
}
.actualites-card-title a {
  text-decoration: none;
}
#listing-autres-actus-categorie ul a:hover {
  text-decoration: underline;
}
.actualites-detail .detail-btn {
  text-align: center;
  margin-top: 1rem;
}
.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
  align-items: center;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}

.actualites-listing #fil_ariane {
  margin-bottom: 0rem;
  margin-top: 0;
}
body.actualites-listing #encart-points-forts,
body.actualites-detail #encart-points-forts {
  margin-bottom: var(--marge-section-mobile);
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}
.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--primary-color-90);
  padding: 2rem 1rem 1rem 1.5rem;
}
@media screen and (min-width: 993px) {
  body.actualites-listing #encart-points-forts,
  body.actualites-detail #encart-points-forts {
    margin-bottom: var(--marge-section-desck);
  }
  .card:hover {
    transform: scale(0.9);
  }
  #encart-actualites {
    padding-block: var(--marge-section-desck);
  }
  .actualites-card-title a {
    font-size: 25px;
    line-height: 34.2px;
  }
}

/*============FIN ACTUALITES===================*/
/*==============================================*/

/* ========PAGE ACTUALITES DETAIL========== */
/* ========================================*/

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

#section-contact {
  margin-top: 25px;
  background-attachment: fixed;
}
.bloc-maps {
  padding: 17px 0;
  text-align: center;
  background: hsla(0, 0%, 20%, 1);
}
.bloc-maps svg {
  margin-left: 1.5rem;
}
.bloc-maps .title-4 {
  width: fit-content;
  margin: auto;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
}
.bloc-maps iframe {
  height: 220px;
  margin-top: 1.5rem;
}
.footer .section.footer-1 {
  padding: 120px 0 80px;
}
.footer .title-4:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 125px;
  height: 1px;
  background: var(--accent-color);
  margin: auto;
  left: 0;
  right: 0;
}

footer address span {
  display: block;
}
.img-footer {
  display: block;
  margin-top: 11px;
}
footer nav li {
  line-height: 28px;
  margin-bottom: 10px;
}
.footer-1 li svg {
  margin-right: 13.56px;
}

footer address,
header address,
.index-page address,
.btn-tel address {
  margin: 0;
}
footer address svg {
  display: none;
}
.footer-row-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  line-height: 28px;
  margin-bottom: 27px;
}
footer .reseaux-sociaux li a {
  width: 40px;
  height: 40px;
  background: #ffffff33;
  border-radius: 50%;
  padding: 7px 9px;
}
footer .reseaux-sociaux svg,
footer .reseaux-sociaux path {
  fill: #fff;
}
footer .gtm-global-instagram svg {
  height: 19px;
  width: 19px;
}
footer .siret {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
.footer-row-contact a {
  text-decoration: none;
}
.footer-row-contact .tel {
  font-size: 18px;
  font-weight: bold;
  line-height: 27.2px;
}
footer .title-4 {
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
  color: white;
}
.liste-1 li a,
.liste-2 li a,
.footer-row-contact a,
.footer-row-contact .lien-maps {
  font-size: 14px;
  line-height: 27.2px;
}
.lien-maps br {
  display: none;
}
footer .lien-maps br {
  display: inline-block;
}
.footer-1 a:hover {
  text-decoration: underline;
  color: black;
}
.rs {
  margin-top: 24px;
}
footer address span {
  display: block;
}
.bloc-maps .title-4 {
  padding-bottom: 0;
}
.page-interne footer,
.index-page footer {
  margin-top: 0;
}
.bloc-maps .title-4:before {
  display: none;
}

.footer {
  position: relative;
}
footer .top:hover {
  opacity: 0.7;
}
footer .top {
  position: absolute;
  right: 26px;
  top: -18px;
}

@media screen and (max-width: 600px) {
  .footer-row-contact {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .card.prestations-card {
    min-height: 469px;
  }
  .header-content .nav#main-nav li:not(.opened) a {
    color: initial;
  }
  footer .img-footer {
    margin: 11px auto;
  }
  footer .row-2-footer {
    flex-direction: column;
    justify-content: center;
  }
  .footer-text {
    max-width: 300px;
    margin: 0 auto 1.5rem;
  }
  .footer {
    text-align: center;
    padding: 0 0 1.5rem;
  }
  .siret {
    margin-top: 1.5rem;
  }
  footer .footer-2 .reseaux-sociaux ul,
  .footer-row-contact {
    justify-content: center;
  }
}
@media screen and (min-width: 993px) {
  .footer .title-4:before {
    margin-left: 0;
  }
  footer {
    margin-top: 35px;
  }
  footer .title-4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 125px;
    height: 1px;
    background: var(--accent-color);

    right: auto;
  }
  footer .section.footer-1 {
    padding: 120px 0 100px 0;
  }
  footer .title-4 {
    font-size: 25px;
    line-height: 34.2px;
  }
  footer .row-2-footer {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  footer .col:has(.reseaux-sociaux) {
    max-width: 306px;
  }
  footer nav ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .section.footer-2 {
    padding-top: 16px;
    padding-bottom: 0;
    position: relative;
    max-width: 1920px;
    margin: auto;
  }
  .footer-2 .container {
    padding: 20px 0 60px;
    position: relative;
  }
  .footer-2 .container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-color: #fff;
  }
  .liste-2 {
    margin-left: 80px;
  }
  footer nav li {
    text-align: left;
  }
  #nav-footer {
    margin-left: 5px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1335px) {
  footer nav li svg {
    margin-right: 4.56px;
  }
  footer .footer-row-contact {
    gap: 6px;
  }
  footer .liste-2 {
    margin-left: 8px;
  }
  footer .liste-1 li a,
  footer .liste-2 li a,
  footer .footer-row-contact a,
  footer .footer-row-contact .lien-maps {
    font-size: 12px;
  }
}
.footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}

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

@media screen and (min-width: 993px) {
  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
  }

  .page-interne h1 {
    margin-bottom: 0px;
  }
  .page-interne p.intro {
    margin-bottom: 60px;
  }

  .index-page main .section,
  .bloc-footer .section {
    padding-block: var(--marge-section-desck);
  }
}
