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

  --accent-h: 160; /* hue */
  --accent-s: 59%; /* saturation */
  --accent-l: 16%; /* lightness */

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

  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 98%; /* lightness */
  --bg-aqua: hsla(147, 52%, 96%, 1);
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Playfair Display", serif;
  --h1-font-size: 3rem;
  --h2-font-size: 2rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;
  --title-color: hsla(0, 0%, 12%, 1);
  --link-color: var(--primary-color-40);
  --grey-color: hsla(0, 0%, 96%, 1);
  --border-radius: 0.5rem;
  --button-border-radius: 0.25rem;
  --padding-section: 7.5rem 0;
  --color-resta: hsla(0, 0%, 24%, 1);
  --bg-presta: hsla(144, 53%, 51%, 1);
  --green-color: hsla(160, 59%, 16%, 1);

  /*====== 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: 40px;
  --displaymd: 32px;
  --displaysm: 24px;
  --displayxs: 20px;

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

  --h1-font-size: var(--displaylg);
  --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 ============== */
/* =============================== */
.timeline h3 {
  color: white;
  font-size: 27px;
}
.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: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
  font-weight: var(--font-weight-medium);
}
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;
}

/*=========== BOUTONS=========*/
/* ============================*/
a.btn:has(.content) {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.5s;
  height: 51px;
  border: none;
  padding: 0;
}
.btn.accent:hover, .btn.primary:hover {
  background: var(--accent-color);
}

a.btn .content {
  position: relative;
  bottom: 3%;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  height: 100%;
  padding: 0.99rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

[class*="btn"] a.btn {
  line-height: 24px;
  padding: 11px 0.5px;
  color: white;
  font-weight: var(--font-weight-semi-bold);
}
a.btn.accent.center.gtm-global-devis[class*="btn"] a.btn {
  padding: 5px 0.5px;
}

a.btn.accent.center.gtm-global-devis {
  padding: 5px 0.5px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
[class*="btn"] a.btn.primary:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: white;
}

[class*="btn"] a.btn:hover {
  transition: var(--transition);
  background: var(--accent-color);
}

[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}

.detail-btn a.btn.accent {
  padding: 11px 11px;
}

.detail-btn a.btn.accent:hover {
  opacity: 0.7;
}
[class*="btn"] a.btn:hover {
  transition: var(--transition);
  background: var(--accent-color);
}
.btn-devis a.btn .content {
  color: #fff;
}
a.btn.accent svg,
a.btn.primary svg {
  margin-left: 8px;
}
.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);
}
a.btn.primary {
  color: var(--accent-color);
  background: #fff;
  border: 1px solid var(--accent-color);
}
a.btn.accent {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #fff;
  font-weight: var(--font-weight-semi-bold);
}

a.btn.outlined svg {
  margin-left: 8px;
}
.btn-devis a.btn .content + .content {
  display: none;
}
.page-interne div#encart-contact {
  margin: 40px auto;
}
.page-interne div#encart-contact .container {
  width: 95%;
}

.cards {
  background-color: #effaf4;
  padding: 1.5rem;
}
.hero-bg {
  position: relative;
  padding-block: 200px;
  margin-top: -83px;
}

section.ac-doubleColonne.titre-marketing:before,
.hero-bg:before {
  content: "";
  position: absolute;
  width: 180%;
  height: 100%;
  background-image: url(../assets/gifs/bg-header.jpg);
  left: -40%;
  top: -40px;
  z-index: -1;
  background-size: cover;
}
section.ac-doubleColonne.titre-marketing {
  padding-block: 100px 180px;
  position: relative;
}

section.ac-doubleColonne.titre-marketing .title-1,
.bg-interne.hero-bg .title-1 {
  padding: 0px;
  margin: 0px;
  color: #fff;
}
.bg-interne.hero-bg .title-1 {
  margin-bottom: 22px;
}

.timeline {
  font-weight: 700;
  background: #f3f3f3;
  padding: 10px;
  text-align: center;
}

#produits-bdd {
  display: none;
}

body.catalogue-listing section#produits-bdd,
body.catalogue-detail section#produits-bdd {
  display: block;
}

section#produits-bdd p {
  color: #fff;
}
section#produits-bdd {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .btn-consentement a.btn.outlined {
    font-size: 12px;
  }

  .btn-consentement {
    margin-top: 1.5rem;
  }
  section.ac-doubleColonne section.ac-include {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 993px) {
  section#produits-bdd {
    margin-top: 0px;
  }

  section.ac-doubleColonne.titre-marketing {
    padding-block: 200px;
    position: relative;

    margin-top: -83px;
  }

  .page-interne div#encart-contact {
    margin: 80px auto;
  }
  .btn-devis a.btn .content + .content {
    display: block;
  }

  a.btn:has(.content):hover .content {
    bottom: 123%;
  }
  a.btn.outlined:has(.content):hover .content {
    bottom: 134% !important;
  }
}

@media screen and (min-width: 1400px) {
  .encart-formulaire label.noFloatingLabel {
    max-width: 400px;
  }

  div#bloc-form-rignt {
    position: relative;
  }

  div#bloc-form-rignt:before {
    content: "";
    width: 300px;
    height: 300px;
    background-image: url(../assets/gifs/pic4.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 80px;
    bottom: 128px;
  }
}

@media screen and (min-width: 601px) {
  .btn:not(.fluid) {
    width: auto;
  }
  a.btn,
  .btn.primary {
    width: auto;
  }
}
/*===========Fin BOUTONS=========*/
/* ==============BRAND==============*/
/* ================================ */
.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);
}

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

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

.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;
}
button#menu-burger,
button#menu-back {
  color: var(--accent-color-40);
  border: 2px solid var(--accent-color-40);
}
.menu-mobile {
  height: 6.5rem;
  background: white;
}
.header-content .nav > ul > .sous_menu.opened > a,
.header-content .nav .dropdown > .sous_menu.opened > a {
  color: var(--text-color);
}
.header-content .nav .sous_menu .btnMenuLevel2,
.header-content .nav .sous_menu .btnMenuLevel3 {
  color: var(--accent-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%);
}

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

.brand {
  display: inline-block;
}

.header-content .nav ul li a.selected {
  background-color: transparent;
  color: var(--accent-color);
}
.header-content .nav ul li:hover > a {
  color: inherit;
}
.header-content .tel-menu .nav#topbar-nav > ul > li > a:before {
  background-color: var(--accent-color);
}

p {
  margin-bottom: 24px;
}

.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) {
  .top-bar {
    padding: 1.5rem 0;
  }
  nav#main-nav li.firstLi.sous_menu ul.dropdown {
    background: var(--primary-color);
  }
  header.sticky-active .header-content {
    background: #fff;
  }

  .header-content {
    background: #fff;
  }
  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .fold {
    display: none;
  }
  .main-header-content {
    background: var(--accent-color);
  }
  .header-content .nav ul li a.selected:before,
  .header-content .nav ul li a:hover:before {
    width: 73% !important;
  }

  .header-content .nav#topbar-nav ul li a.selected:before {
    width: 73% !important;
  }
  .header-content .nav#topbar-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background-color: var(--secondary-color);
    transition: 0.3s ease-in-out;
  }

  .header-content .nav#main-nav > ul > li > a:before {
    bottom: 1px;
  }

  .header-content .nav ul li a:hover:before {
    width: 83% !important;
  }
  .header-content .nav#main-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background: var(--secondary-color);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #ffffff;
  }
  .main-header-content div#nav-container {
    margin: 0;
  }

  .top-bar a.lien-maps {
    font-weight: var(--font-weight-semi-bold);
  }

  .top-bar a.lien-maps:hover {
    opacity: 0.7;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
    font-weight: var(--font-weight-semi-bold);
    font-size: 1rem;
    font-family: var(--primary-font);
  }
  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;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a:hover {
    color: var(--accent-color);
  }
  li.firstLi.no-desk {
    display: none;
  }
}
/*=============FIN HEADER ==================*/
/*=======================================*/

/* *************************************************FOOTER********************************* */

body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}

.footer-1 {
  font-size: 20px;
}

@media screen and (min-width: 993px) {
  body:not(.index-page) footer {
    margin-top: 120px;
  }
  body:not(.body.page-interne) footer {
    margin-top: 0px;
  }
  .col-brand {
    margin-right: 90px;
  }
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}

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

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

footer address {
  margin: 0;
  color: #5d5d5d;
}

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

footer .footer-1 .title-4 {
  margin: 0 0;
  color: #114232;
  font-weight: bold;
  font-family: var(--primary-font);
  font-size: 1rem;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
p.sous-brand {
  margin-block: 12px 0;
  font-size: 14px;
  color: #5d5d5d;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
  font-size: 17px;
}
.footer-1 address a:hover {
  opacity: 0.7;
}
footer .siret {
  font-weight: 400;
  line-height: 24px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}
footer {
  background: var(--background);
  color: var(--text);
  border-radius: 20px 20px 0 0;
}
footer a span {
  display: block;
}
#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;
  color: #1e1e1e;
}

#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a,
.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  color: var(--accent-color);
}

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

@media screen and (min-width: 993px) and (max-width: 1100px) {
  #footer-nav .nav > ul > li {
    font-size: 1rem;
  }
}

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

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

#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
  background: var(--primary-color);
  border: 1px solid;
}

#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: var(--text);
}

@media screen and (min-width: 1200px) {
  footer a span {
    display: inline-block;
  }
}
/* ===================FIN FOOTER================ */

/* SLIDER */
/* ====== */
.slider-slick .slick-dots {
  position: absolute;
  bottom: 26px;
}
.slider-slick .slick-dots li.slick-active button .slick-dot-icon {
  color: hsl(0deg 0% 100%);
  opacity: 1;
}

.slider-slick .slick-dots li button .slick-dot-icon {
  color: hsl(0deg 0% 100%);
  opacity: 0.25;
}

.puce-title span {
  font-weight: var(--font-weight-semi-bold);
  font-size: var(--displaysm);
}

.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.puce-title span {
  margin-left: 10px;
}
.slide-img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: hsla(0, 0%, 0%, 0.5);
}

.slide-img .title-1,
.puce-title {
  color: white;
  margin: 0.75rem 0;
}
.slide-img .container::after {
  position: absolute;
}
.slide-img p {
  color: var(--grey-color);
}
.slider-slick {
  width: 100%;
  height: 694px;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 694px;
}
.slide-img {
  height: 694px;
  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");
}
.slide-img.slide-04 {
  background-image: url("../assets/gifs/slider/slide-04.jpg");
}
.slide-img .container {
  height: 694px;
}

.btn-slider {
  display: flex;
  position: relative;
  gap: 10px;
}
.slide-img .container .bloc {
  height: 694px;
}
@media screen and (max-width: 775px) {
  .slide-content {
    padding: var(--padding-section);
  }
  .slide-img .container {
    height: 694px;
  }
  .btn-slider {
    display: block;
    position: relative;
    gap: 10px;
  }
}
@media screen and (min-width: 776px) {
  .slide-content {
    padding: var(--padding-section);
  }
  .btn-slider {
    display: flex;
    position: relative;
    gap: 10px;
  }
}
@media screen and (min-width: 993px) {
  .slide-img .container:before {
    position: absolute;
    content: "";
    height: 445px;
    right: 2%;
    bottom: 0;
    background-image: url(../assets/gifs/texture.png);
    width: 288px;
    background-size: contain;
  }

  .slide-content {
    padding: var(--padding-section);
  }
  .btn-slider {
    display: flex;
    position: relative;
    gap: 10px;
  }
}
/* ==============================  ENCART AVIS  ============================== */
/*==============================================*/
/*============ACTUALITES===================*/
/*==============================================*/
.bloc-top p {
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
  margin-bottom: 0;
  margin-top: 0;
}
#encart-actualites .btn-devis .btn.accent:hover {
  background: var(--bg-presta);
  border: 1px solid var(--bg-presta);
}
#encart-actualites .text-titre {
  margin: 14px auto 32px;
}
.actualites-card-title a {
  font-weight: var(--font-weight-semi-bold);
  text-decoration: none;

  color: var(--title-color);
}
.actualites-card .card-image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.recherche_actu .btn.primary {
  padding: 0.5rem 1rem;
}
.actualites-card:hover .actualites-card-title a {
  text-decoration: none;
}
.page-interne #encart-actualites {
  padding-block: 0 60px;
}

.actualites-card .card-image a img {
  transition: 0.6s;
}
.actualites-card .card-image img {
  transition: filter 0.5s ease;
}

.actualites-card:hover .card-image img {
  transform: scale(1.1);
}

div#encart-actualites .text-titre {
  margin: auto;
  margin-top: 14px;
}
div#avis {
  max-width: 673px;
}
.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#encart-actualites .title-2 {
  margin: 14px 0;
}
#encart-actualites .card-link {
  margin-top: 0;
}
.actualites-card-text {
  font-size: 15px;
}
.actualites-date {
  padding-top: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: auto;
  text-transform: uppercase;
}
div#encart-actualites {
  background: var(--bg-topslider);
}

.actualites-card-content {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.encart-btn.actualites-encart-btn {
  margin-top: 60px;
}
.actualites-card-title a {
  text-decoration: none;
  font-size: 20px;
}
.actualites-card-title {
  max-height: 31px;
  margin: 0;
}
#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
}
#listing-autres-actus-categorie ul a:hover {
  text-decoration: underline;
}
.actualites-detail .detail-btn {
  text-align: center;
}
.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
  align-items: center;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}
#encart-actualites .btn-devis {
  margin: 10px auto;
  text-align: center;
}
#input_recherche_actu::placeholder {
  color: #ffffff;
}
#encart-actualites .btn-devis .btn.accent {
  background: transparent;
  color: #fff;
}

@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 {
  border: 1px solid var(--accent-color);
  border-radius: 4px;
  padding: 1rem 1rem 1rem 1rem;
  display: grid;
}

.paginationControl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 30px auto;
  flex-wrap: wrap;
}

.paginationControl a,
.paginationControl span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ccc;
  color: var(--accent-color);
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Dégradé sur le bouton sélectionné */
.paginationControl .selected {
  font-weight: bold;
  border: 2px solid transparent;
  border-image: var(--primary-color);
  border-image-slice: 1;
  background: var(--primary-color);
  color: #000;
}

/* Liens au hover */
.paginationControl a:hover {
  background: var(--primary-color);
  color: #000;
  border-color: var(--primary-color);
}

/* Bouton désactivé */
.paginationControl .disabled {
  color: #999;
  border: 1px solid #ddd;
  cursor: not-allowed;
}
.slick-prev .slick-prev-icon,
.slick-next .slick-next-icon {
  width: 44px;
  padding: 0 0;
  height: 44px;
  border-radius: var(--radius-img);
  border: 1px solid transparent;
  border-image-slice: 1;
  border: 2px solid;
  border-radius: 50%;
}

.slick-catalogue .slick-prev,
.slick-catalogue .slick-next {
  position: absolute;
  top: -17%;
}

.slick-catalogue .slick-prev {
  left: auto;
  right: 70px;
}

.slick-catalogue .slick-next {
  right: 0px;
}

#encart-actualites .btn-contact.align-center {
  margin-top: 4rem;
}

@media screen and (min-width: 993px) {
  .actualites-listing h1 {
    margin-bottom: 0;
  }
  .actualites-listing div#fil_ariane {
    margin-top: 1rem;
  }
  #encart-actualites,
  #encart-catalogue {
    padding: var(--padding-section);
  }
  #encart-catalogue .title-2 {
    margin-top: 0;
  }
  .actualites-card-title a {
    font-size: var(--displaysm);
    text-decoration: none;
  }
}

@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #recherche_actu_submit {
    margin-left: 0;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  .btn:not(.fluid) {
    width: auto;
  }
}

.recherche_actu #recherche_actu_submit {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

/* ******************************************************FORMULAIRE *******************************************/
.info-top {
  background: var(--accent-color);
  padding: 48px;
  height: 100%;
  position: relative;
}

.info-top:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/gifs/bottom-form.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: 4;
  pointer-events: none;
}
input#field_5 {
  border-radius: 8px;
  border: 2px solid transparent;
}
input#field_5:hover {
  background: white;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.info-bas {
  padding: 48px;
}
.col-form .title-2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.g-recaptcha {
  margin-top: 24px;
}

.info-bas .title-4 {
  margin-bottom: 4px;
}
.info-top .title-2,
.info-top .title-4,
.info-bas .title-2,
.info-bas .title-4 {
  color: #fff;
}

.info-top svg path {
  fill: white;
}

.info-top .row {
  justify-content: start;
}

.top {
  margin-bottom: 80px;
}

.encart-formulaire .title-4 {
  font-family: var(--primary-font);
}

.info-top span {
  display: block;
}

.text {
  margin-bottom: 24px;
}

.info-top .bold {
  margin-block: 12px;
}
.encart-formulaire .col.col-form {
  background: white;
  max-width: 752px;
  padding: 2rem;
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
  border-radius: 0 12px 12px 0;
}
.encart-formulaire {
  position: relative;
  z-index: 2;
}
.info-top {
  color: #fff;
}
.page-interne .encart-formulaire {
  position: relative;
}

.page-interne .encart-formulaire {
  padding-block: 60px;
  margin-block: 60px;
}
.page-interne .encart-formulaire::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  left: -50%;
  top: 0;
  z-index: -1;
  background-color: #f7f8f8;
  margin: auto;
}

.encart-formulaire .title-3 {
  margin: 1.5rem 0;
}

.encart-formulaire .bloc-contact {
  margin-top: 80px;
}

.encart-formulaire .title-4 {
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 1rem;
}

.encart-formulaire address:has(+ address) {
  margin-bottom: 0;
}

.encart-formulaire address {
  margin: 0 0 1.5rem;
}

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

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

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

input:not([type]),
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
.top svg path {
  fill: #fff;
}
#formulaire_1 p {
  margin: 0.8rem 0;
}
span.erreur {
  font-size: 10px;
}
#formulaire_1 p.submit {
  margin-top: 1rem;
  width: 100%;
}

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

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

@media screen and (min-width: 993px) {
  .slide-content .title-1 {
    font-size: var(--displayxl);
  }

  .page-interne .encart-formulaire {
    padding-block: 120px;
    margin-block: 120px;
  }
  .encart-formulaire .col.col-form {
    padding: 0rem;
  }
  .col-form .title-2 {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 48px;
  }

  .info-bas {
    padding: 48px 80px;
  }

  .info-top {
    padding: 48px 48px;
  }
  .encart-formulaire .col.secondary {
    padding: 3rem 80px;
    min-width: 44%;
  }
  .encart-formulaire .col.col-form {
    padding: 48px;
  }
}
@media screen and (min-width: 1500px) {
  .slide-content .title-1 {
    font-size: var(--display2xl);
  }
  div#col-info {
    min-width: 592px;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .info-top:before {
    opacity: 0.2;
  }

  .encart-formulaire .col.accent {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
  .row-card-presta p {
    min-height: 208px;
  }

  .prestation-title {
    min-height: 48px;
  }
}

/* ****************************************************** FIN FORMULAIRE *******************************************/

/*============DEBBUT SOCIAL CARD===================*/

#encart-media,
.encart-formulaire {
  background: var(--bg-aqua);
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.social-card {
  background-color: white;
  padding: 40px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.icon i {
  font-size: 48px;
  margin-bottom: 20px;
}

.count {
  font-family: var(--secondary-font);
  color: var(--title-color);
  font-weight: var(--font-weight-medium);
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin: 1rem;
}

.social-card .label {
  font-size: var(--textmd);
  margin-bottom: 20px;
  margin-top: -26px;
}

.social-card .name {
  font-size: 28px;
  font-family: var(--secondary-font);
  color: var(--title-color);
  font-weight: var(--font-weight-medium);
}
@media screen and (max-width: 992px) {
  .social-card {
    gap: 20px 20px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 993px) {
  .container_media {
    padding: 1rem 0rem;
  }
  #encart-media,
  .encart-formulaire,
  #bloc-06 {
    padding: var(--padding-section);
  }
}
@media screen and (min-width: 1200px) {
  .container_media {
    padding: 1.25rem 4.688rem;
  }

  .info-top:before {
    background-position: 0px 622px;
  }
}

/*============DEBBUT SOCIAL CARD===================*/
.encart-avis {
  background: var(--bg-aqua);
}

.avis-card {
  padding: 24px;
  background: hsla(0, 0%, 100%, 1);
  border-radius: 10px;
}
.avis-card.js-more .avis-card-text {
  margin-left: 22%;
}
.encart-avis .avis-card.js-more .avis-card-text::after {
  background-image: none;
}
.avis-card.js-more .avis-card-text::after {
  display: block;
  background-image: none;
}
.encart-avis .slick-dots {
  line-height: 0;
  width: fit-content;
  border-radius: 80px;
  padding: 14px;
  backdrop-filter: blur(4px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .encart-avis .title-2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 993px) {
  .encart-avis {
    padding: var(--padding-section);
  }
}

/* ===================DEBUT SERVICE================ */

.title-pnf {
  padding-block: 20px 16px;
  font-size: 20px;
  line-height: 24px;
  min-height: 84px;
}
.card-pnt-forts {
  padding: 0 30px 0 30px;
}
.texte-pnf {
  line-height: 26px;
}

@media screen and (min-width: 993px) {
  .title-pnf {
    font-size: 24px;
    line-height: 28px;
    min-height: 80px;
  }
  .card-pnt-forts {
    border-left: 1px solid hsla(0, 0%, 82%, 1);
  }
}

@media screen and (min-width: 1500px) {
}
#first {
  border-left: none;
}
.service-item img {
  width: 48px;
  height: auto;
  margin-bottom: 15px;
}

.service-item h3 {
  font-size: 1.1rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 10px;
}

.service-item p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1024px) {
}

@media (max-width: 600px) {
  .service-item {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

/* ===================FIN SERVICE================ */

/*=============PRESTATION==================*/
/*=======================================*/
#encart-prestations {
  background: var(--bg-aqua);
}
#encart-prestations .title-2 {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}

.titre-head {
  color: var(--green-color);
  font-size: var(--textmd);
  font-weight: var(--font-weight-medium);
  font-family: var(--primary-font);
}
.card-prestations {
  border: 1px solid hsla(0, 0%, 69%, 1);
  border-radius: 8px;
  background: white;
  padding: 24px;
  margin-bottom: 1.5rem;
  transition: var(--transition);
}
.card-prestations:hover .prestation-title {
  color: var(--color-resta);
}
.card-prestations:hover {
  background: var(--bg-presta);
  color: var(--color-resta);
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.card-prestations:hover a {
  color: var(--color-resta);
}

.card-prestations:last-of-type {
  margin-bottom: 0;
}

.row-card-presta p {
  margin-block: 0.75rem 1.25rem;
}

.card-prestations a {
  text-decoration: none;
  color: var(--color-resta);
}

.btn-prestation {
  font-weight: var(--font-weight-semi-bold);
}

.prestation-title {
  font-size: 24px;
  line-height: 24px;
}
.description {
  margin-bottom: 64px;
  max-width: 700px;
  margin: 0 auto 64px auto;
}
.col-img img {
  border-radius: var(--border-radius);
}

.catalogue-card-title a {
  color: #1e1e1e;
  text-decoration: none;
  font-size: 1.5rem;
}

.card-title.catalogue-card-title.catalogue-encart-card-title.line-clamp-1 {
  height: initial;
  margin: 10px 0px;
}

.card-prix,
.prix {
  color: #bb6f58;
  font-family: var(--primary-font);
}

.catalogue-card-text {
  color: #4f4f4f;
}
.card-title.catalogue-card-title.catalogue-listing-card-title {
  margin: 10px 0px;
}
.categorie.catalogue-categorie.catalogue-detail-categorie {
  font-size: 1.4rem;
  font-weight: 700;
  color: #bb6f58;
}
a#gtm-detail-catalogue-retour {
  line-height: 24px;
  padding: 13px 25px;
}

@media screen and (max-width: 992px) {
  .btn-contact a {
    margin-bottom: 1rem;
  }
  .card-prestations {
    max-width: 95%;
    margin: 15px auto;
  }
  .col-img {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .bg-interne .btn-rdv {
    display: none;
  }
}

@media screen and (min-width: 601px) {
  .double-cta {
    display: flex;
    gap: 10px;
  }
}
@media screen and (min-width: 993px) {
  .card-prestations {
    margin-bottom: 44px;
  }

  header li.firstLi.no-menu-desk {
    display: none;
  }
  .card-image {
    position: relative;
    overflow: hidden;
  }
  .card-image img {
    transition: 0.3s;
  }
  .card:hover img {
    transform: scale(1.15);
  }
  div#points-forts {
    padding: var(--padding-section);
  }
  #encart-prestations {
    padding-top: 3.75rem;
  }
}

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

/*=============DEBUT CONTENU BLOC HOME ==================*/

/* Structure générale */
.col-text {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
#bloc-01 .col-text p:nth-of-type(3) {
  background-color: #effaf4;
  padding: 1.5rem;
}
div#points-forts,
#bloc-01 {
  background: #fff;
}
h1.h1-geoloc {
  margin-bottom: 0;
}
#content-box .large-img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
#content-box {
  padding: 3.75rem 3.75rem;
}
/* Responsive */
@media screen and (max-width: 992px) {
  #bloc-01 .col-text,
  #bloc-02 .col-text,
  #bloc-03 .col-text {
    margin-top: 0;
  }
}
@media screen and (min-width: 993px) {
  .top-position {
    margin-top: -60px;
    z-index: 10;
  }
  .left-box,
  .right-box {
    padding: 1rem 1.5rem 2rem 1.5rem;
    background: #fff;
    margin: 0rem 2rem;
  }
  #bloc-01,
  #bloc-02 {
    padding-bottom: 13rem;
    padding-top: 5rem;
  }

  #bloc-01 .col-text:after {
    content: "";
    position: absolute;
    content: "";
    height: 256px;
    width: 256px;
    background-image: url(../assets/gifs/mascot.png);
    background-size: contain;
    z-index: -1;
    right: 0;
    bottom: -215px;
  }
  #bloc-02 .col-text:after {
    content: "";
    position: absolute;
    content: "";
    height: 242px;
    width: 242px;
    background-image: url(../assets/gifs/pic3.png);
    background-size: contain;
    z-index: -1;
    right: 0;
    bottom: -215px;
  }

  .col-text {
    padding: 0.813rem 2.9rem 2.813rem 2.813rem;
  }
  .col-img {
    position: relative;
  }
  #bloc-01 img {
    position: absolute;
    height: 92%;
    width: 116%;
    top: 3%;
    left: -14%;
    max-width: none;
  }

  #bloc-02 img {
    position: absolute;
    height: 106%;
    width: 140%;
    top: -2%;
    right: -21%;
    max-width: none;
  }
}
/*=============FIN CONTENU BLOC HOME ==================*/

/*=============DEBUT CATALOGUE ==================*/
.catalogue-card-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
#encart-catalogue ul.listcat {
  margin-top: 1.5rem;
  margin-bottom: 3.75rem;
}
#encart-catalogue {
  background: var(--bg-aqua);
}
#encart-catalogue ul.listcat li a {
  border: 1px solid var(--primary-color);
  padding: 10px 12px;
  font-size: var(--textmd);
  font-weight: var(--font-weight-Regular);
  color: #000;
  border-radius: 0;
}
#encart-catalogue ul.listcat li a:hover {
  background: var(--primary-color);
  color: #000;
}

@media screen and (min-width: 993px) {
}
/*=============FIN CATALOGUE ==================*/
/*=============debut ENCART CONTACT ==================*/
#encart-contact {
  position: relative;
  color: #fff;
}
#encart-contact h2 {
  color: #fff;
}
#encart-contact svg,
#encart-contact svg path {
  fill: #fff;
}

#encart-contact:before {
  content: "";
  background: var(--accent-color) url(../assets/gifs/texture-contact.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.btn-resau-tel a.tel {
  position: relative;
  padding-left: 28px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.btn-resau-tel {
  position: relative;
  z-index: 6;
}
.btn-resau-tel a.tel::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.0177 12.7235L13.901 12.4818C13.3927 12.4235 12.8927 12.5985 12.5344 12.9568L11.001 14.4901C8.64271 13.2901 6.70938 11.3651 5.50938 8.99847L7.05104 7.4568C7.40938 7.09847 7.58438 6.59847 7.52604 6.09014L7.28438 3.99014C7.18438 3.14847 6.47604 2.51514 5.62604 2.51514H4.18438C3.24271 2.51514 2.45938 3.29847 2.51771 4.24014C2.95938 11.3568 8.65104 17.0401 15.7594 17.4818C16.701 17.5401 17.4844 16.7568 17.4844 15.8151V14.3735C17.4927 13.5318 16.8594 12.8235 16.0177 12.7235Z" fill="white"/></svg>');
}

@media screen and (min-width: 993px) {
  .boxinfo p {
    padding-right: 55px;
  }
  .bloc-contact {
    padding-right: 10%;
  }
  #encart-contact {
    padding: var(--padding-section);
  }
  .btn-resau-tel {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 1.5rem;
  }
  .bloc-infos {
    display: flex;
    align-items: start;
    gap: 25px;
  }
}
@media screen and (max-width: 993px) {
  .slick-dots li button {
    height: 2rem;
    width: 1rem;
  }
  #encart-contact:before {
    background-size: cover;
    opacity: 0.1;
  }
}

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

@media screen and (min-width: 601px) {
  .il-etait-une-fois---- .img-70 {
    width: 70% !important;
    margin: 0 auto !important;
  }
}

.reservation-cat {
    background: rgba(17, 65, 49, 1);
    position: relative;
}
.catalogue-card-content {
    padding: 40px;
    position: relative;
}
.align-center.title-reser {
    color: #ffff;
    font-size: 24px;
    min-height: 108px;
    font-weight: 600;
    margin-bottom: 29px;
}
.card-date {
    background: #fff;
    margin: 18px 0;
    padding: 10px;
    color: rgba(28, 127, 90, 1);
    position: relative;
    z-index: 1;
}
.card-date span {
  color: rgba(17, 65, 49, 1);
}
.reserv-link {
    width: max-content;
    background: #fff;
    margin: 30px auto;
    padding: 13px;
}
.reserv-link a {
  text-decoration: none;
  color: rgba(17, 66, 50, 1);
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 993px) {
.reserv-link:after {
  content: "";
  background: url(../assets/gifs/mascot-bdd.png);
          width: 112px;
        height: 108px;
        position: absolute;
        bottom: 0;
        right: 0;
}
.reservation-cat:before {
  content: "";
  background: url(../assets/gifs/before-bdd.png);
          width: 150px;
        height: 500px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
}
.reservation-cat:after {
  content: "";
  background: url(../assets/gifs/after-bdd.png);
  position: absolute;
        width: 167px;
        height: 500px;
        right: -105px;
        opacity: 0.58;top: 0;
}
}

a.btn-reservation{
  background-color: #02D61E!important;
}

/*============= banderole de noël ==================*/
@media screen and (min-width:993px) {
  .before-1 {
    position: fixed;
    top: 180px;
    left: -13%;
    width: max-content;
    z-index: 999;
    pointer-events: none;
  }

  .before-2 {
    position: fixed;
    top: 115px;
    right: -13%;
    width: max-content;
    z-index: 999;
    pointer-events: none;
  }
}
@media screen and (min-width: 1300px) and (max-width:1600px) {
  .slide-content {
    padding-left: 120px;
}

.slide-img .container:before {
    right: 11%;
}

.before-1 {
    left: -5%;
}

.before-2 {
    right: -5%;
}
}
@media screen and (min-width:1600px) {
  .slide-img .container:before {
    right: 11%;
  }
  .before-1 {
    top: 167px;
    left: -7%;
  }

  .before-2 {
    top: 50px;
    right: 0;
  }
}
@media screen and (min-width:1800px) {
  .before-1 {
    left: 0;
  }

}





.image-encart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap; /* responsive */
}

.image-encart .encart-img {
  width: 250px;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.image-encart .encart-img:hover {
  transform: scale(1.05);
}

.promotional-modal-content {padding: 1.5rem;}
.promotional-modal-img {max-height: 250px;} 
.promotional-modal-content .title-2 {
  margin-top: 0;
  margin-bottom: .25rem;
}
.promotional-modal-content .title-1 {margin: 0;}
.promotional-modal-phone-text {
  display: block;
  margin-bottom: .25rem;
}
@media screen and (min-width: 601px) {
  .promotional-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 2.5rem 1rem 2.5rem 2.5rem;
  }
  .promotional-modal-img {max-height: 100%;} 
}

.reset li{
  margin: 5px 0;
}