:root {
  --primary-h: 212; /* hue */
  --primary-s: 76%; /* saturation */
  --primary-l: 10%; /* lightness */
  --accent-h: 344; /* hue */
  --accent-s: 66%; /* saturation */
  --accent-l: 50%; /* lightness */
  --text-h: 212; /* hue */
  --text-s: 76%; /* saturation */
  --text-l: 21%; /* lightness */
  --title-color: hsla(212, 76%, 10%, 1);
  --background-h: 43; /* hue */
  --background-s: 90%; /* saturation */
  --background-l: 96%; /* lightness */
  --white-color: #fff; /* --white-color */
  --primary-font: "greycliff-cf", Â sans-serif;
  --secondary-font: "mastro-display", Â sans-serif;
  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);
  --border-radius: 2rem;
  --button-border-radius: 24px;
  --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: 47px;
  --displaylg: 39px;
  --displaymd: 32px;
  --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(--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;
}
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);
  font-weight: 800;
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
}

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

body :where(address) {
  margin: 0;
}
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;
}

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

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

[class*="btn"] a.btn {
  font-weight: bold;
  line-height: 24px;
  padding: 10px 19.5px;
}
[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);
  border-radius: var(--button-border-radius);
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background: transparent;
  color: var(--accent-color);
}
[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--text-color);
  border-radius: var(--button-border-radius);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: var(--background-color);
  border-radius: var(--button-border-radius);
}

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

/* Pagination */
/* ===== */
.paginationControl {
  text-align: center;

  margin: 2rem 0;
}
.paginationControl a,
.paginationControl span {
  font-weight: 600;
  font-size: 18px;
  padding: 0 5px;
}
.paginationControl span.disabled {
  color: #ccc;
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color);
}
/* ==============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;
}
.page-interne .title-1 {
  margin: 0;
  padding-block: 120px;
}

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

.slide-content .btn-rdv {
  display: none;
}
.slide-content {
  padding-top: 200px;
}
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;
  }

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

  h1.h1-geoloc span,
  h1 span {
    font-size: 50px;
    font-weight: 400;
    line-height: 53.2px;
    margin: 0;
    margin-top: 24px;
  }

  .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: 40px;
    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: 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;
}
.tel-header.bold {
  margin-block: 18px 4px;
}
header .bloc-text-slide address a {
  font-size: 28px;
  line-height: 43.4px;
}

header .bloc-text-slide address svg {
  width: 34px;
  height: 34px;
}
.top-bar .tel-header.bold {
  margin-block: 10px;
}
.bg-interne {
  background: linear-gradient(180deg, rgb(253 242 212 / 0%) 0%, #efdaa5 100%);
  max-width: 1320px;
  margin: auto;
  text-align: center;
  border-radius: var(--button-border-radius);
  min-height: 381px;
}
.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");
}
.slick-prestations,
.slick-actualites,
.slick-avis {
  margin-top: 48px;
}
.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 16px;
}

div#bloc-img {
  position: relative;
  z-index: 0;
}

.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;
}
.slick-dots li button .slick-dot-icon {
  opacity: 1;
}
.slick-dots li.slick-active button:hover .slick-dot-icon,
.slick-dots li.slick-active button:focus .slick-dot-icon {
  opacity: 0.7;
}

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

/* =================Page-interne ===========*/
/* ========================================= */
div#container {
  padding-top: 0;
}
#fil_ariane,
#fil_ariane,
.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
}
nav#fil_ariane,
#fil_ariane,
.fil-ariane {
  margin: 0 0 3em;
}
.bg-interne {
  margin-bottom: 88px;
}
body[class*="listing"] main > .section,
.actualites-detail main > .section {
  padding-top: 0;
}
.sc-content #relance ul li a {
  color: var(--primary-color-40) !important;
}
.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;
}
div#act h1,
div#act .title-1 {
  margin: 0;
}

div#act .title-1 {
  padding-block: 10rem;
}
.card-title.contact-card-title {
  margin-bottom: 10px;
}

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

div#listing-autres-actus-categorie {
  background: linear-gradient(180deg, rgb(253 242 212 / 0%) 0%, #efdaa5 100%);
  padding: 20px 30px;
  border-radius: var(--button-border-radius);
  color: var(--text-color);
}

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

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

.bg-note {
  padding: 20px;
  margin-top: 8px !important;
  display: block;
  border-radius: var(--button-border-radius);
  background: #b5ebff;
}

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

section.ac-doubleColonne img {
  border-radius: 10px;
}

div#encart-contact {
  position: relative;
}
nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 40px;
}

nav#fil_ariane {
  margin-bottom: 40px;
}
div#blocHorsLigne {
  z-index: 9999 !important;
}

#btn-politique {
  margin-top: 25px;
}

p.titre-relance {
  text-align: center;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}
.col-left,
.col-right {
  background: linear-gradient(180deg, #fef9ec 0%, #e7d7af 100%);
  padding: 36px;
  border-radius: var(--button-border-radius);
}
section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .slide-content .horaire-header {
    font-size: 14px;
    margin-bottom: 32px;
  }
  div#encart-contact .btn-contact a {
    font-size: 12px;
  }
  .img-right img {
    margin: auto;
  }
  .row-add {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 2rem;
  }

  .row-add address svg,
  div#encart-contact .horaire-header svg {
    min-width: 21px;
  }

  div#encart-contact .horaire-header,
  .row-add address {
    display: flex;
    gap: 8px;
  }
  .img-right {
    margin-top: 2rem;
  }
  .slide-content .btn-contact,
  .tel-header.bold {
    display: none;
  }
  #container {
    padding-bottom: 0;
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

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

/* ===========Contact-page==========*/
/* ================================== */
.row-add address a.tel {
  font-size: 20px;
}
.contact-page h1 {
  margin: 0;
  line-height: normal;
  color: var(--background-color);
}
div#encart-contact p {
  margin-block: 0 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 .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;
}

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

/*============= HEADER ==================*/
/*=======================================*/
.header-content .nav > ul > .sous_menu.opened > a,
.header-content .nav .dropdown > .sous_menu.opened > a {
  background: linear-gradient(88.79deg, #e74c6e 0%, #f6c15b 133.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
button#menu-burger,
button#menu-back {
  color: var(--text-color);
  padding: 12px;
  background-color: var(--primary-color-90);
  border-radius: 100%;
}
.menu-mobile .menu-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.tel-header address {
  display: flex;
  align-items: center;
  gap: 4px;
}
[class*="btn"] .accent.btn:hover {
  background: var(--text-color);
}
nav#main-nav a:hover,
a.selected {
  background: linear-gradient(88.79deg, #e74c6e 0%, #f6c15b 133.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.index-page {
  position: relative;
  z-index: 0;
}

.col.horaire-header {
  display: none;
}
div#no-padd {
  padding-left: 0;
}

.fold {
  padding: 20px 0px;
}

.fold address {
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.menu-mobile {
  height: 6.5rem;
  background: var(--background-color);
}
.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;
}
.menu-mobile .brand {
  width: 80%;
}
.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: 601px) {
  header .btn-contact {
    margin-top: 0px;
  }
}
@media screen and (min-width: 993px) {
  .bg-index {
    position: relative;
  }

  .bg-index:before {
    position: absolute;
    content: "";
    left: -45%;
    top: -30%;
    bottom: 0;
    margin: auto;
    background-image: url(../assets/gifs/before-2.png);
    width: 1163.49px;
    height: 1149.38px;
  }

  .bg-index:after {
    position: absolute;
    content: "";
    right: -45%;
    bottom: -30%;
    margin: auto;
    background-image: url(../assets/gifs/after-2.png);
    width: 1163.49px;
    height: 1149.38px;
  }

  .top-bar address,
  .horaire-header {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header-content {
    padding-bottom: 1rem;
  }
  .row-add {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .row-add .horaire-header {
    margin-bottom: 1rem;
  }
  div#bloc-img:before {
    position: absolute;
    content: "";
    left: -63px;
    top: 0;
    width: 541px;
    height: 1005px;
    background-image: url(../assets/gifs/before-slide.png);
    z-index: -1;
    bottom: 86px;
    margin: auto;
    background-position: center;
    background-size: cover;
  }
  div#bloc-img:after {
    position: absolute;
    content: "";
    left: 90px;
    top: 0;
    width: 1327.23px;
    height: 1320.87px;
    background-image: url(../assets/gifs/before-img-top.png);
    z-index: -1;
    bottom: 487px;
    margin: auto;
    background-position: center;
    /* background-size: cover; */
  }
  .col.horaire-header {
    display: block;
  }
  .slider-slick .horaire-header {
    font-size: 20px;
  }

  .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;
    font-size: 20px;
  }
  .slide-content [class^="btn-"] {
    display: block;
  }
  header a.tel {
    display: block;
    margin-bottom: 0px;
    font-size: 20px;
  }
  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;
  }
}
/*=============FIN HEADER ==================*/
/*=======================================*/

/*=============Bloc slide==================*/
/*=======================================*/
div#bloc-img {
  position: relative;
}

.img-left {
  position: absolute;
  bottom: -52px;
  z-index: -1;
}
main img,
.slide-content img {
  border-radius: 10px;
  box-shadow: 4px 4px 40px 0px #06182d4d;
}

.top-titre {
  color: var(--accent-color);
  font-weight: bold;
  margin-bottom: 12px;
}
.slide-content {
  padding-block: 40px;
}

.img-center img {
  display: block;
  margin: auto;
}

@media screen and (min-width: 993px) {
  .top-titre {
    font-size: var(--displayxs);
    line-height: 30px;
  }
  .img-right {
    position: absolute;
    top: -78px;
    right: 12px;
    z-index: -1;
  }
  .slide-content {
    padding-block: 80px;
  }
  .slide-content {
    padding-block: 160px 120px;
  }
}
@media screen and (min-width: 1280px) {
  .header-content {
    padding-bottom: 0rem;
  }
  body.index-page:before {
    position: absolute;
    content: "";
    left: -30%;
    top: -5%;
    background-image: url(../assets/gifs/before-header.png);
    width: 880px;
    height: 861px;
    z-index: 9999;
    background-position: center;
  }
}
/*=============Fin Bloc slide==================*/
/*=======================================*/

/*============= Bloc 01 ==================*/
/*=======================================*/
div#bloc-01 {
  background: linear-gradient(0deg, #fef9ec 0%, #f7ecd1 100%);
}
div#bloc-01 h2 {
  margin-top: 0;
  max-width: 90%;
}
/*============= fin Bloc 01==================*/
/*=======================================*/

/*=============PRESTATION==================*/
/*=======================================*/
.prestations-card {
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  margin-top: 10px;
}
main .top-titre {
  margin-bottom: 8px;
}

.prestations-card:hover {
  transform: translateY(-10px);
}
#prest-1 {
  background-image: url(../assets/gifs/prestation-01.svg);
  width: 80px;
  height: 80px;
}
.prestations-card:hover div#prest-1 {
  background-image: url(../assets/gifs/prestation-01-hover.svg);
}
#prest-2 {
  background-image: url(../assets/gifs/prestation-02.svg);
  width: 80px;
  height: 80px;
}
.prestations-card:hover #prest-2 {
  background-image: url(../assets/gifs/prestation-02-hover.svg);
}
#prest-3 {
  background-image: url(../assets/gifs/prestation-03.svg);
  width: 80px;
  height: 80px;
}
.prestations-card:hover #prest-3 {
  background-image: url(../assets/gifs/prestation-03-hover.svg);
}
#prest-4 {
  background-image: url(../assets/gifs/prestation-04.svg);
  width: 80px;
  height: 80px;
}
.prestations-card:hover #prest-4 {
  background-image: url(../assets/gifs/prestation-04-hover.svg);
}
#prest-5 {
  background-image: url(../assets/gifs/prestation-05.svg);
  width: 80px;
  height: 80px;
}
.prestations-card:hover #prest-5 {
  background-image: url(../assets/gifs/prestation-05-hover.svg);
}
#prest-6 {
  background-image: url(../assets/gifs/prestation-06.svg);
  width: 80px;
  height: 80px;
}
.prestations-card:hover #prest-6 {
  background-image: url(../assets/gifs/prestation-06-hover.svg);
}

.prestations-card a {
  color: var(--title-color);
  text-decoration: none;
  font-size: var(--displayxs);
  line-height: var(--displayxs);
}

div#encart-prestations {
  background: linear-gradient(180deg, rgba(254, 249, 236, 0) 0%, #f7ecd1 100%);
}
.card:hover a {
  color: var(--accent-color);
}
.card:hover .btn {
  background: var(--accent-color);
  color: var(--background-color) !important;
  border: 1px solid var(--accent-color);
}
.prestations-card:hover .btn-prestation,
a.btn.outlined:hover {
  color: var(--background-color);
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
}

.prestations-card {
  box-shadow: 4px 4px 20px 0px hsla(212, 76%, 10%, 0.05);
  background: white;
  border-radius: 10px;
  padding: 20px;
}

.row.slick-prestations {
  gap: 24px 0;
}

.description {
  padding-block: 12px 1rem;
  min-height: 100px;
}
.btn.outlined {
  color: #06182d;
  font-weight: bold;
  border: 1px solid #0d335e;
}

.btn-prestation.btn.outlined,
.btn.outlined a {
  padding: 9px 18px;
  text-align: center;
  display: inline;
}
.btn-prestation {
  text-align: end;
}

@media screen and (min-width: 993px) {
  .prestations-card a {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }
  .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) {
}
/*=============Fin PRESTATION==================*/
/*=======================================*/

/*=============  encart contact ==================*/
/*=======================================*/

.page-interne div#encart-contact .container {
  width: 100%;
}
div#encart-contact .container img {
  height: auto;
  width: auto;
  bottom: 0;
  right: 6%;
  box-shadow: none;
}

div#encart-contact .row-add:last-of-type {
  margin-bottom: 0;
}
div#encart-contact .container:before,
div#form:before {
  position: absolute;
  content: "";
  width: 477px;
  height: 360px;
  background-image: url(../assets/gifs/before-contact.png);
  left: -201px;
  top: -130px;
  z-index: -1;
  background-position: right;
  background-size: cover;
}

div#encart-contact .container:after,
div#form:after {
  position: absolute;
  content: "";
  width: 657px;
  height: 421px;
  background-image: url(../assets/gifs/after-contact.png);
  right: -311px;
  bottom: -161px;
  z-index: -1;
  background-position: top;
  background-size: cover;
}

div#encart-contact .container {
  background-image: url(../assets/gifs/bg-contact.jpg);
  padding: 40px 20px;
  border-radius: 10px;
  position: relative;
  box-shadow: 4px 4px 20px 0px #06182d0d;
  background-size: cover;
}
div#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  z-index: -1;
}

@media screen and (min-width: 993px) {
  div#encart-contact .container {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .row-add {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 24px;
    flex-direction: row;
  }
}

/*============= fin encart contact ==================*/
/*=======================================*/

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

.card.avis-card.avis-encart-card {
  border: 1px solid var(--gray-800, hsla(212, 76%, 21%, 1));
  border-radius: 10px;
  backdrop-filter: blur(4px);
}
.encart-avis img {
  width: revert-layer;
  box-shadow: none;
}

.avis-card-content:hover img {
  transform: scale(1);
}
.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}

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

button.show-more.btn.small {
  color: hsla(344, 66%, 50%, 1);
  visibility: initial;
  opacity: 1;
  font-weight: 700;
  text-align: right;
  padding-bottom: 0;
}
.row.s-middle.s-start {
  flex-wrap: nowrap;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 9px;
  color: hsla(212, 93%, 44%, 1);
}

.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: bold;
  color: hsla(212, 76%, 10%, 1);
  margin-bottom: 5px;
}

.card-text.avis-card-text.avis-encart-card-text {
  margin-top: 8px;
  margin-bottom: 14px;
  color: hsla(212, 76%, 21%, 1);
  opacity: 1;
  margin-left: 82px;
  text-align: left;
  margin-bottom: 0;
}
/*============FIN AVIS===================*/
/*=======================================*/

/*============= Bloc 02 + bloc 03 ==================*/
/*=======================================*/
div#img-2 img,
div#img-3 img,
div#img-4 img {
  margin: auto;
  display: block;
}

div#img-2,
div#img-3,
div#img-4 {
  position: relative;
  z-index: 0;
}

div#bloc-05 {
  background: linear-gradient(178deg, #fef9ec 0%, #f7ecd1 100%);
}

div#bloc-07 {
  background: linear-gradient(177deg, #fef9ec 0%, #f7ecd1 100%);
}

@media screen and (min-width: 993px) {
  div#img-2:after,
  div#img-4:after {
    position: absolute;
    content: "";
    width: 646px;
    height: 389px;
    background-image: url(../assets/gifs/img-left.png);
    bottom: 25%;
    right: -27%;
    z-index: -1;
    background-position: center;
    background-size: cover;
  }

  div#img-3:after {
    position: absolute;
    content: "";
    width: 646px;
    height: 389px;
    background-image: url(../assets/gifs/img-left.png);
    bottom: 9%;
    left: -25%;
    z-index: -1;
    background-position: center;
    background-size: cover;
  }

  div#img-3:before {
    position: absolute;
    content: "";
    left: 0;
    top: -92px;
    background-image: url(../assets/gifs/before-bloc-3.jpg);
    width: 199px;
    height: 207px;
    border-radius: 10px;
    box-shadow: 4px 4px 40px 0px #06182d4d;
    box-shadow: 4px 4px 40px 0px #06182d4d;
  }
  div#img-2:before {
    position: absolute;
    content: "";
    right: 0;
    top: -92px;
    background-image: url(../assets/gifs/before-bloc-2.jpg);
    width: 199px;
    height: 207px;
    border-radius: 10px;
    box-shadow: 4px 4px 40px 0px #06182d4d;
  }
  div#img-4:before {
    position: absolute;
    content: "";
    right: 0;
    top: -92px;
    background-image: url(../assets/gifs/before-bloc-4.jpg);
    width: 199px;
    height: 207px;
    border-radius: 10px;
    box-shadow: 4px 4px 40px 0px #06182d4d;
  }
}

/*============= fin Bloc 02 + bloc 03 ==================*/
/*=======================================*/

/*============ACTUALITES===================*/
/*==============================================*/
.slick-prev .slick-prev-icon:before {
  content: url(../assets/gifs/slick-prev.svg);
}
.slick-next .slick-next-icon:before {
  content: url(../assets/gifs/slick-next.svg);
}
.actualites-card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 20px;
}
div#encart-actualites {
  background: linear-gradient(359deg, #fef9ec 0%, #f7ecd1 100%);
}
.actualites-card {
  box-shadow: 4px 4px 20px 0px #06182d0d;
  background: white;
  border-radius: 10px;
  padding: 20px;
}

.actualites-date-prefixe {
  display: none;
}

.card-date {
  color: var(--accent-color);
  font-weight: bold;
}

.actualites-card-title a {
  color: var(--title-color);
  text-decoration: none;
  font-weight: 800;
  font-size: var(--displayxs);
  line-height: var(--displayxs);
}
.actualites-card-title {
  height: auto;
}

.card-image.actualites-card-image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 993px) {
  .actualites-card-title a {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }
  div#encart-contact .container img {
    position: absolute;
  }
}
@media screen and (min-width: 1280px) {
  .masonry-grid.l4-masonry {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(33.333% - (4.5rem * 2)), 1fr)
    );
  }
}
/*============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;
  color: var(--text-color);
  font-size: 14px;
}
#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========== */
/* ========================================*/

/* ======== FORMULAIRE ========== */
/* ========================================*/
div#form {
  position: relative;
  z-index: 0;
}
.encart-formulaire-contact.section {
  background: linear-gradient(360deg, #fef9ec 0%, #f7ecd1 100%);
}
.encart-formulaire-contact .header-contact {
  display: flex;
  align-items: center;
  gap: 9px;
}
.header-contact.horaires {
  align-items: flex-start;
  margin: 1rem 0 1.5rem;
}
.header-contact.horaires table.horaires tr {
  line-height: 29px;
}
.encart-formulaire-contact .col-contact {
  padding: 3rem;
  height: 100%;
}
.col-contact iframe {
  height: 279px;
}
.encart-formulaire-contact .title-2 {
  margin: 0 0 1.5rem;
  border-bottom: 0;
}
[id*="formulaire"] input,
[id*="formulaire"] textarea {
  border-radius: 0;
}
.col-contact .title-3 {
  margin: 0 0 1.5rem;
  line-height: 25px;
}
#formulaire_1 .divGenerateur > label {
  display: none;
}
#formulaire_1 label {
  padding-bottom: 0.25rem;
}
span.note {
  font-size: 10px;
  line-height: 12px;
  display: block;
  margin-bottom: 12px;
}
#formulaire_1 .divGenerateur ul label {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  align-items: flex-start;
}
#formulaire_4 p {
  margin-top: 0;
}
span.erreur {
  font-size: 10px;
}
#formulaire_1 input:not([type="checkbox"]):not([type="submit"]),
#formulaire_1 textarea {
  border-radius: 10px;
  min-height: 44px;
  border: 1px solid var(--gray-800, #0d335e);
}
#formulaire_1 .submit .primary {
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  .encart-formulaire-contact .col-contact {
    padding: 1.5rem;
    margin: 2rem 0;
  }
}
@media screen and (min-width: 601px) {
  #formulaire_1 .submit .primary {
    width: fit-content;
    font-weight: bold;
  }
  #formulaire_1 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_1 .cp_ville > p {
    width: calc(50% - 6px);
  }
  [class*="btn"] a.btn {
    width: fit-content;
  }
}
/* ======== Fin FORMULAIRE ========== */
/* ========================================*/

/* ===================FOOTER================ */
/* ========================================*/
footer {
  background: linear-gradient(180deg, #fef9ec 0%, #f7ecd1 100%);
  text-align: center;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
.reseaux-sociaux a:hover {
  transform: scale(0.93);
}
.footer-row-contact a.lien-maps span {
  display: block;
}
footer .reseaux-sociaux svg {
  fill: #000;
}
.lien-maps br {
  display: none;
}
footer .lien-maps br {
  display: inline-block;
}
a.lien-maps:hover {
  text-decoration: underline;
}
.footer-text {
  font-size: 13px;
  line-height: 18.2px;
}
@media screen and (min-width: 993px) {
  #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%;
  }
  .footer-1 .container {
    position: relative;
  }
}
@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-text {
    text-align: left;
  }
}
.footer-row-contact {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.footer-row-contact address {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
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;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}
.footer-contact .text span {
  display: block;
}
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;
  border: 1px solid var(--primary-color);
  background: var(--background-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 a:hover,
#footer-nav .nav ul li.sous_menu ul.dropdown > li a:hover {
  color: var(--accent-color);
}
#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;
}
.footer-2 {
  padding: 24px 0 48px;
}
.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: #06182d;
}
.footer-2 nav a:hover,
.page-404 footer a:hover {
  opacity: 0.5;
  color: var(--accent-color);
}

@media screen and (min-width: 993px) {
  footer {
    text-align: left;
  }

  .footer-row-contact {
    justify-content: start;
  }
}
/* ===================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 {
    padding-block: var(--marge-section-desck);
  }
}
