:root {
  --primary-h: 207; /* hue */
  --primary-s: 100%; /* saturation */
  --primary-l: 9%; /* lightness */

  --accent-h: 350; /* hue */
  --accent-s: 75%; /* saturation */
  --accent-l: 40%; /* lightness */

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

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

  --gris-50: hsla(0, 0%, 96%, 1);
  --gris-400: hsla(0, 0%, 53%, 1);
  --gris-500: hsla(0, 0%, 43%, 1);
  --gris-600: hsla(0, 0%, 36%, 1);
  --gris-700: hsla(0, 0%, 31%, 1);
  --gris-800: hsla(0, 0%, 27%, 1);
  --gris-900: hsla(0, 0%, 24%, 1);
  --gris-950: hsla(0, 0%, 12%, 1);

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

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

  --border-radius: 2rem;
  --button-border-radius: 0;
  --marge-section-mobile: 40px;
  --marge-section-desck: 120px;

  --transition: 0.5s all ease-in-out;

  /*====== font size ========= */
  /* ========================= */
  --font-weight-light: 300;
  --font-weight-Regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;

  --display2xl: 61px;
  --displayxl: 49px;
  --displaylg: 40px;
  --displaymd: 32px;
  --displaysm: 25px;
  --displayxs: 20px;

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

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

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

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

.card {
  position: relative;
  display: block;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}
a[href="#"] {
  cursor: default;
}

a {
  transition: var(--transition);
}
.page-interne .sc-content .clear_both {
  margin-bottom: 80px;
}
a,
p {
  line-height: var(--line-height);
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--gris-950);
}
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;
}
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,
.bg-note p {
  display: block;
  text-decoration: none;
  padding: 20px;
  background-color: var(--primary-color);
  color: white;
}
.card img {
  width: 100%;
}
/*=========fIN GENERAL ============== */
/* =============================== */

/*=========== BOUTONS=========*/
/* ============================*/
.button--secondary .button__label__wrapper {
  height: 28px;
  overflow: hidden;
}
.button--secondary:hover .button__label {
  transform: translateY(-47px);
}
.button--secondary .button__label {
  transition: var(--transition);
  display: inline-block;
}
[class*="btn"] a.btn {
  /* line-height: 24px; */
  /* padding: 13px 19.5px; */
  /* font-size: 15px; */
  font-weight: 600;
  font-family: var(--secondary-font);
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
a.btn.accent svg,
a.btn.outlined.button--secondary svg {
  margin-left: 8px;
  position: relative;
  top: -169%;
}
.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);
}

/*===========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 {
  margin: 0;
}
.page-interne h1 span {
  font-size: 20px;
  margin-block: 8px 0;
}
.page-interne .title-1 {
  margin: 0;
  color: white;
}
.bg-interne {
  padding-block: 100px;
}
.page-interne h3 {
  font-size: 18px;
}
h1.h1-geoloc {
  margin-bottom: 14px;
  margin-top: 2rem;
}
.title-1,
h1.h1-geoloc {
  color: white;
}
h1,
.title-1 {
  font-size: var(--h1-font-size-s);
  margin-bottom: 24px;
  margin-top: 0;
  line-height: var(--h1-font-size-s);
}

h2,
.title-2 {
  font-size: var(--h2-font-size-s);
  margin-block: 24px;
  margin-bottom: 1.5rem;
}
.title-2 {
  margin-top: 0;
}
h3,
.title-3 {
  font-size: var(--h3-font-size-s);

  margin-block: 24px;
}
h2 em {
  font-weight: bold;
  font-style: normal;
}
.date.card-date.actualites-date {
  margin-bottom: 10px;
}
/*=============end titre mobile================*/
/* ======================================== */

/*================ titre descktop ============*/
/* ======================================== */
@media screen and (min-width: 993px) {
  h2,
  .title-2 {
    margin-bottom: 8px;
  }
  .title-1 {
    font-size: var(--h1-font-size);
    line-height: 72px;
  }
  .bg-interne {
    padding-block: 107px;
  }
  h1.h1-geoloc,
  h1 {
    font-size: var(--displayxl);
    line-height: var(--displayxl);
  }
  .slide-content .btn-rdv {
    display: block;
  }

  .page-interne .title-1 {
    max-width: 80%;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }

  .page-interne h1 {
    font-size: var(--displayxl);
    line-height: var(--displayxl);
    max-width: 85%;
  }
  .page-interne h1 span {
    font-size: var(--displaymd);
    line-height: var(--displaymd);
  }
  .page-interne .bg-interne p {
    max-width: 60%;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    margin-top: 14px;
  }

  .page-interne h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
  }

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

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

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slick-slider {
  margin-bottom: 0;
}

.slide-img .container {
  min-height: auto;
}
.slide-img .container .bloc {
  height: auto;
}
.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding-block: 80px;
}
.slide-img:before,
.bg-interne:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: hsla(0, 0%, 0%, 0.5);
  top: 0;
}

.bg-interne:after {
  position: absolute;
  content: "";
  left: -50%;
  right: 0;
  margin: auto;
  width: 200%;
  height: 100%;
  z-index: -1;
  background-image: url(../assets/gifs/slider/slide-01.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  top: 0;
  z-index: -2;
}

body:not(.index-page) .bg-interne:before {
  left: -50%;
  width: 200%;
}

.bg-interne {
  padding-block: 80px;
  position: relative;
  z-index: 1;
}

.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");
}
.bg-interne .btn-contact {
  margin-top: 24px;
}
.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;
}
.slick-dots li button {
  height: 1rem;
  width: 1rem;
  border-radius: 100px;
  background-color: var(--brand100);
  padding: 0;
}

@media screen and (min-width: 993px) {
  .page-interne .sc-content .clear_both {
    margin-bottom: 120px;
  }
  .bg-interne {
    padding-block: 250px;
    margin-top: -2rem;
  }
  .logo-slide {
    margin-top: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .slide-img {
    padding-block: 0px;
  }
  .slide-content {
    padding-block: 221px;
  }
}

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

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

#fil_ariane,
#fil_ariane,
.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 40px;
}

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

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

section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #container {
    padding-bottom: 0;
  }
  #nav-container a {
    color: var(--primary-color);
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

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

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

.contact-page h1 {
  margin: 0;
  line-height: normal;
  color: var(--background-color);
}
#contact {
  padding-block: 120px;
}
.cat {
  margin-top: -2rem;
}
#contact:after {
  background-size: auto;
}
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) {
  .cat {
    margin-top: -4rem;
  }
  .contact-page h1 {
    font-size: var(--displaymd);
  }
}
/* ===========Fin Contact-page==========*/
/* ================================== */

/* ===========BDD detail==========*/
/* ================================== */

.catalogue-detail-images-container .col:not(:first-child) {
  width: 33.333333333333333%;
  flex-grow: inherit;
  flex-basis: inherit;
}
.contact-page ul {
  row-gap: 16px;
}
.catalogue-detail nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 3rem;
}
#bloc-img-listing a {
  display: block !important;
}
body.catalogue-listing h1 {
  margin-bottom: 4rem;
  margin-top: 3rem;
}
/* ===========FIN BDD detail==========*/
/* ================================== */

/*============= HEADER ==================*/
/*=======================================*/
.header-content .nav#topbar-nav > ul > li:hover,
.header-content div#nav-container .nav ul li:hover {
  border-bottom: 2px solid var(--accent-color);
}

.header-content .nav#topbar-nav > ul > li,
.header-content div#nav-container .nav ul li {
  border-bottom: 2px solid transparent;
}
.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;
  background: white;
}
.menu_opened .menu-mobile {
  height: 3.5rem;
}
button#menu-burger,
button#menu-back {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.header-content .nav > ul > .sous_menu.opened > a {
  color: var(--primary-color);
}

.header-content .nav ul li a.selected {
  color: var(--accent-color-70);
}
.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) {
  div#encart-points-forts,
  div#encart-prestations,
  div#bloc-02,
  div#bloc-04,
  div#bloc-08 {
    position: relative;
    z-index: 0;
    background: var(--background-color);
  }

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

  .index-page header {
    position: sticky;
    top: 0;
  }

  footer {
    background: var(--primary-color);
    position: relative;
    z-index: 0;
  }
  .top-bar {
    padding-block: 24px;
  }

  .header-content .nav ul li.sous_menu ul.ssdropdown li a,
  .header-content .nav ul li.sous_menu ul.ssdropdown li:not(:last-child) a,
  .header-content .nav ul li.sous_menu ul.ssdropdown li a:hover,
  .header-content
    .nav
    ul
    li.sous_menu
    ul.ssdropdown
    li:not(:last-child)
    a:hover,
  .header-content
    .nav
    ul
    li.sous_menu
    ul.dropdown
    > li.sous_menu:not(.empty-link):hover
    > a {
    color: white;
  }

  .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-container {
    margin: 0;
  }
  .main-header-content .nav ul li:hover > a {
    color: white;
  }

  header .main-header-content nav#main-nav ul.dropdown,
  header .main-header-content nav#main-nav ul.ssdropdown {
    background: var(--primary-color);
    color: white;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    padding-block: 12px;
  }
  .slide-content [class^="btn-"] {
    display: block;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
    font-weight: 600;
  }
  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 ==================*/
/*=======================================*/

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

#encart-points-forts {
  padding-block: 80px;
}

.title-pnf {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  line-height: 24px;
}
#encart-points-forts p {
  margin-block: 20px 0;
}

@media screen and (min-width: 1500px) {
  .title {
    min-width: 240px;
  }
}
/*=============fin encart points forts ==================*/
/*=======================================================*/

/*============= Bloc 01 ==================*/
/*=======================================*/
#bloc-06 {
  background: var(--gris-50);
}
.row-bloc .logo-slide {
  margin-top: 0;
}

.img-6 {
  margin-bottom: 48px;
}
@media screen and (min-width: 601px) {
  header .btn-contact {
    margin-top: 0px;
  }
  .row-bloc {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  [class*="btn"] a.btn,
  .btn.primary {
    width: auto;
  }
}
@media screen and (min-width: 993px) {
  #bloc-08 .container {
    position: relative;
  }
  #center-bloc {
    max-width: 380px;
    margin: auto;
    margin-top: 0;
  }
  #bloc-04 .container {
    position: relative;
  }

  img.img-4 {
    position: absolute;
    width: 24%;
    top: -150px;
  }

  #bloc-04 h2 {
    margin-bottom: 62px;
  }
  #bloc-02 h2 {
    margin-bottom: 53px;
  }
  #bloc-04 {
    padding-top: 150px;
  }

  #bloc-02 .container {
    position: relative;
  }

  #bloc-03 img,
  #bloc-09 img {
    position: absolute;
    top: -120px;
    width: 31%;
    height: 110%;
  }
  #col-center {
    max-width: 518px;
    margin: auto;
    margin-bottom: 0;
  }

  p {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .anim-bloc {
    position: absolute;
    bottom: -120px;
  }
  #bloc-04 .anim-bloc-4 {
    position: absolute;
    bottom: -120px;
  }
}
/*=============Fin Bloc 1 ==================*/
/*=======================================*/

/*=============PRESTATION==================*/
/*=======================================*/
.prestations-encart-card {
  border: 1px solid hsla(0, 0%, 69%, 1);
  border-radius: 8px;
  padding: 24px;
  transition: var(--transition);
  background-color: #fee5e5;
}

.slick-prestations {
  gap: 24px;
}

.card-title a {
  color: var(--gris-950);
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
}

.card-content p {
  margin-block: 8px 20px;
}

.btn-prestation {
  color: var(--gris-950);
  font-weight: 600;
}
@media screen and (min-width: 601px) {
  .prestations-encart-card-title {
    min-height: 83px;
  }
}
@media screen and (min-width: 993px) {
  .prestations-encart-card:hover {
    background: var(--primary-color);
    color: white;
    transition: var(--transition);
  }

  .prestations-encart-card:hover a,
  .prestations-encart-card:hover .btn-prestation {
    color: white;
  }
  .prestations-encart-card-title {
    min-height: auto;
  }
  p.description {
    margin-block: 20px 10px;
  }
  #encart-prestations .title-2 {
    margin-bottom: 56px;
    line-height: 49px;
  }
  #encart-prestations .container {
    position: relative;
  }
  .actualites-card:hover .card-image {
    position: relative;
    z-index: 0;
    transition: var(--transition);
  }
  div#encart-actualites {
    position: sticky;
    top: 0;
  }

  .encart-formulaire.section {
    position: relative;
  }
  .actualites-card:hover .card-image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0000004d;
    z-index: 1;
    transition: var(--transition);
  }
  .card-image {
    position: relative;
    overflow: hidden;
  }
  .card-image img {
    transition: 0.3s;
  }
  .card:hover img {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 1500px) {
  .anim {
    position: absolute;
    bottom: -120px;
  }
}
/*=============Fin PRESTATION==================*/
/*=======================================*/

/* =============================== */
/*           ENCART AVIS     */
/* =============================== */
.encart-avis .card:hover img {
  transform: scale(1);
}
.index-page .encart-avis.section {
  background: var(--gris-50);
  padding-block: 80px;
}

.slick-next .slick-next-icon:before,
.slick-prev .slick-prev-icon:before {
  color: var(--gray800);
}
.encart-avis img {
  width: revert-layer;
}
.avis-card {
  padding: 24px;
  color: var(--text-color);
  position: relative;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #0f0e0b;
}
.avis-card .avis-card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 76px;
  height: 96px;
  margin: 8px 0 4px;
  color: #0f0e0b;
}
.avis-name {
  font-weight: 700;
  color: #0f0e0b;
}
.encart-avis .align-right button.show-more.btn.small {
  padding: 0 !important;
  color: #763611;
}
.avis-date {
  font-size: var(--textxs);
  font-style: normal;
  font-weight: 400;
  margin-left: -16px;
  color: #0f0e0b;
}
.encart-avis .row.s-middle.s-start {
  padding-top: 4px;
}

.encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}
.slick-dots li button .slick-dot-icon:before {
  content: "";
}
.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}
.encart-avis {
  background: white;
  color: #0f0e0b;
}

.encart-avis .title-2 {
  color: #0f0e0b;
}

.slick-dots li button {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 100px;
  background-color: #8f8372;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: var(--accent-color);
  width: 60px;
}
.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 {
  color: var(--gray400);
  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;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: var(--accent300);
  opacity: 1;
}

/*============FIN AVIS===================*/
/*=======================================*/

/*============ ENCART CONTACT ===================*/
/*=======================================*/
#encart-contact {
  position: relative;
  padding-block: 120px;
}
#encart-contact [class*="btn"] .accent.btn {
  background: var(--background-color);
  color: var(--accent-color);
}
div#encart-contact .reseaux-sociaux .row {
  justify-content: start;
  margin-bottom: 1rem;
}
#encart-contact [class*="btn"] .accent.btn svg path {
  stroke: var(--accent-color);
}
#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: var(--accent-color);
  z-index: -1;
}
#encart-contact .title-2 {
  color: white;
}

#encart-contact p {
  margin-block: 24px;
}

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

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

.encart-btn.actualites-encart-btn {
  text-align: center;
  margin-top: 60px;
}
.actualites-card-content {
  padding: 35px 15px 15px 15px;
}
.card-link {
  color: var(--gris-950);
}
.actualites-card-text {
  color: hsla(225, 59%, 21%, 1);
  margin-bottom: 8px;
}
.card-title.actualites-card-title {
  height: auto;
  margin-bottom: 8px;
}

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

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

/* ========PAGE ACTUALITES DETAIL========== */
/* ========================================*/
.politique-de-confidentialite #contact,
.plan-site #contact {
  margin-top: 0;
}
.actualites-detail .detail-actu-image {
  max-width: 50%;
}
#listing-autres-actus-categorie ul {
  padding-inline-start: 0;
}

#contact h1 {
  margin: 0;
  color: white;
}
#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}

.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--brand100);
  border-radius: var(--border-radius);
}
.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========== */
/* ========================================*/

/* ****************************************************FORMULAIRE ***********************************************/
.index-page .encart-formulaire {
  background-color: hsla(0, 0%, 96%, 1);
}
span.erreur {
  font-size: 10px;
}
.page-interne .encart-formulaire {
  position: relative;
  padding-block: 120px;
}
.page-interne .encart-formulaire::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  left: -50%;
  top: 0;
  z-index: -1;
  background-color: hsla(0, 0%, 96%, 1);
}
.encart-formulaire img,
.bloc-form.white {
  border-radius: 12px;
}
.bloc-form {
  padding: 3rem;
  height: 100%;
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
}
@media screen and (min-width: 993px) {
  .encart-formulaire .title-2 {
    margin-bottom: 3rem;
  }
}
#formulaire_1 .divGenerateur ul label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}
#formulaire_1 .divGenerateur > label {
  display: none;
}
form label {
  font-weight: 600;
}
span.note {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 12px;
}
input:not([type]),
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
  border-radius: 8px;
  border: 1px solid hsla(0, 0%, 82%, 1);
  background-color: #fff;
}
#formulaire_1 p.submit {
  margin-top: 1rem;
}
@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 (max-width: 992px) {
  .encart-formulaire .bloc-form {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
  div#bloc-02 img,
  div#bloc-04 img,
  div#bloc-09 img,
  div#bloc-08 img,
  .encart-formulaire img {
    max-height: 380px;
    object-fit: cover;
    object-position: top;
  }

  .logo-slide.blocs.img img {
    width: auto;
  }

  .bg-interne .btn-contact {
    display: none;
  }
  .blocs img,
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img,
  .ac-colonne img,
  #listing-autres-actus-categorie {
    display: block;
    max-width: 450px;
    margin: 30px auto;
    width: 100%;
    object-fit: cover;
  }
  .slide-img .btn-contact {
    display: none;
  }
}

/* ===================FOOTER================ */
/* ========================================*/
footer {
  background-color: var(--primary-color);
  color: var(--background-color);
}
.col.footer-contact address span {
  display: block;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
@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%;
  }
}
@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-row-contact svg {
  min-width: 16px;
  margin-top: 4px;
}
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;
  color: var(--background-color);
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}
footer .siret {
  font-weight: 400;
  line-height: 24px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}
#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}
footer nav a:hover {
  color: inherit;
  border-bottom: 4px solid var(--accent-color);
  transition: 0s;
}
#footer-nav nav a {
  font-weight: 400;
  line-height: 24px;
}
#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
#footer-nav .nav ul li.sous_menu {
  position: relative;
}
#footer-nav .nav > ul > li:hover a {
  text-decoration: none;
}

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

.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  text-decoration: none;
}
.lien-maps br {
  display: none;
}
footer .lien-maps br {
  display: inline-block;
}
a.lien-maps:hover {
  text-decoration: underline;
}
footer .lien-maps {
  display: block;
}

/* ===================FIN FOOTER================ */
/* ========================================*/
.page-interne .sc-content .ac-doubleColonne .ac-colonne.white {
  border: 3px solid var(--primary-color);
  border-radius: 0;
  padding: 24px;
  margin-block: 1rem;
}
.bg-note {
  margin-bottom: 1.5rem;
}

.page-interne #encart-contact .container,
.page-interne .encart-formulaire .container {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .page-interne .sc-content img:not(.page-interne #encart-actualites img) {
    height: 100%;
    object-fit: cover;
  }
  section.ac-doubleColonne p:last-of-type {
    margin-bottom: 0;
  }
  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .no-header {
    display: none;
  }
  .page-interne h1 {
    margin-bottom: 0px;
  }

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

  footer .reseaux-sociaux {
    margin-top: 30px;
  }
}

/* AJOUT */
#encart-actualites .title-2 {
  color: white;
}

#encart-prestations .prestations-card-title a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#encart-prestations .prestations-card-title a svg {
  margin-left: 1rem;
}
@media screen and (min-width: 993px) {
  .prestations-encart-card:hover svg path {
    stroke: white;
    transition: var(--transition);
  }
}
