:root {
  --primary-h: 0; /* hue */
  --primary-s: 0%; /* saturation */
  --primary-l: 96%; /* lightness */
  --accent-h: 193; /* hue */
  --accent-s: 36%; /* saturation */
  --accent-l: 35%; /* lightness */
  --text-h: 0; /* hue */
  --text-s: 0%; /* saturation */
  --text-l: 24%; /* lightness */
  --title-color: hsla(0, 0%, 12%, 1);
  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Plus Jakarta Sans", sans-serif;
  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);
  --border-radius: 2rem;
  --button-border-radius: 0rem;
  --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: 24px;
  --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[href="#"]:hover {
  opacity: 0.6;
}

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;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}

.card img {
  width: 100%;
}
/*=========fIN GENERAL ============== */
/* =============================== */

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

[class*="btn"] a.btn {
  font-weight: 600;
  line-height: 24px;
  padding: 13px 25.5px;
}
[class*="btn"] .accent.btn:hover {
  background: transparent;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  transition: var(--transition);
}

[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
  border: 1px solid transparent;
  transition: var(--transition);
}
a.btn.accent svg {
  margin-left: 22px;
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}
[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  color: var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: white;
}

/*===========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;
}
index-page .title-1 {
  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);
}
.index-page .title-1 {
  color: white;
}
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);
}
h2 em {
  font-weight: bold;
  font-style: normal;
}
/*=============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: var(--h1-font-size);
  }
  .bg-interne {
    padding-block: 107px;
  }
  h1.h1-geoloc,
  h1 {
    font-size: var(--display2xl);
    line-height: var(--display2xl);
    margin-top: 0;
  }
  .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 {
    max-width: 85%;
  }
  .page-interne h1 span {
    font-size: var(--displaymd);
    line-height: var(--displaymd);
  }
  .page-interne .bg-interne p {
    max-width: 1065px;
  }
  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 {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
    margin-bottom: 24px;
    margin-top: 0;
  }
}
/*=============end titre descktop================*/
/* ======================================== */

/*================ SLIDER ==================*/
/* ======================================== */
.text-slide p {
  color: var(--primary-color);
  margin-block: 24px 48px;
}

.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 {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: hsla(0, 0%, 0%, 0.7);
  top: 0;
}

.bg-interne:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: hsla(0, 0%, 96%, 1);
  top: 0;
}

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

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

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

.slick-actualites,
.slick-avis,
.slick-prestations {
  margin-top: 64px;
}
.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;
  }
  .actualites-listing #contact {
    margin-top: -3.5rem;
  }
  .bg-interne {
    padding-block: 54px;
    margin-top: -2rem;
  }
  .logo-slide {
    margin-top: 36px;
  }
  .slide-img {
    padding-block: 0px;
  }
  .slide-content {
    padding-block: 230px;
  }
}

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

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

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

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

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

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

div#listing-autres-actus-categorie {
  background: #efefef;
  padding: 20px 22px;
  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 #encart-contact {
  margin-block: 120px;
}

.sc-content #relance {
  margin-top: 6rem !important;
  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;
}

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

nav#fil_ariane {
  margin-bottom: 40px;
}
#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;
}

section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #container {
    padding-bottom: 0;
  }
  .header-content .nav#main-nav li:not(.opened) a {
    color: initial;
  }
  .header-content .nav .sous_menu .btnMenuLevel2,
  .header-content .nav .sous_menu .btnMenuLevel3 {
    color: var(--accent-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;
}

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

.slide-img .footer-row-contact {
  justify-content: center;
  color: white;
}
body:not(.index-page) .row-btn {
  justify-content: start;
  margin-top: 20px;
}

header nav#topbar-nav a.selected {
  font-weight: bold;
  color: var(--accent-color);
}
body:not(.index-page) .row-btn a.tel {
  color: var(--text-color);
  font-weight: 600;
}

body:not(.index-page) .bg-interne .row-btn svg path {
  fill: var(--text-color);
}

.header-content #nav-container .nav ul li:hover {
  border-bottom: 2px solid var(--primary-color);
}

.header-content .nav#topbar-nav > ul > li:hover {
  border-bottom: 2px solid var(--accent-color);
}
.row-btn {
  margin-top: 1rem;
}

.header-content .nav ul li:hover > a {
  color: var(--accent-color-60);
}

.header-content .nav#topbar-nav > ul > li,
.header-content #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;
}
.menu-mobile .brand {
  max-width: 70%;
}
button#menu-burger,
button#menu-back {
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.header-content .nav > ul > .sous_menu.opened > a {
  color: var(--accent-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) {
  .row-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--background-color);
    gap: 12px;
    margin-top: 0;
  }
  header .no-header {
    display: none;
  }
  .top-bar {
    padding-block: 23px;
  }

  .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;
    color: var(--title-color);
  }
  .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(--accent-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 ==================*/
/*=======================================*/

/*============= Bloc 01 ==================*/
/*=======================================*/
.top {
  position: sticky;
  top: 0;
}
h1.h1-geoloc,
#bloc-01 h2,
span.sous-span,
#bloc-02 h2 {
  position: relative;
  z-index: 0;
}
#encart-contact span.sous-span:before {
  background: hsla(196, 28%, 27%, 1);
  z-index: -1;
}
span.sous-span:before {
  position: absolute;
  content: "";
  width: 230px;
  height: 16px;
  background: hsla(187, 35%, 82%, 1);
  bottom: 2px;
  z-index: -1;
  right: 0%;
}

h1.h1-geoloc:before {
  position: absolute;
  content: "";
  width: 430px;
  height: 24px;
  background: hsla(187, 35%, 82%, 1);
  bottom: -6px;
  z-index: -1;
  right: 25%;
}
#bloc-02 h2:before {
  width: 37%;
  right: 46%;
  height: 16px;
  background: hsla(187, 35%, 82%, 1);
  bottom: -6px;
  z-index: -1;
  position: absolute;
  content: "";
}

#bloc-02 h2:last-of-type:before {
  right: 54%;
}
#bloc-01 h2:before {
  position: absolute;
  content: "";
  width: 230px;
  height: 16px;
  background: hsla(187, 35%, 82%, 1);
  bottom: -6px;
  z-index: -1;
  right: 51%;
}
main p {
  margin-bottom: 24px;
}

.index-page main .btn-contact {
  margin-top: 2rem;
}

#bloc-01 p:first-of-type {
  margin-bottom: 48px;
  font-style: italic;
}

#bloc-01 h3:last-of-type {
  margin-top: 2rem;
}
@media screen and (min-width: 601px) {
  .btn:not(.fluid) {
    width: auto;
  }
}

/*============= Fin Bloc 01 ==================*/
/*=======================================*/

/*=============PRESTATION==================*/
/*=======================================*/
.actualites-card-image a {
  position: relative;
}
.card-image a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  transition: var(--transition);
}
.prestations-card:hover .card-image a:before {
  background: linear-gradient(176deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.prestations-card-content {
  position: absolute;
  bottom: 0;
  color: var(--background-color);
  z-index: 4;
  padding: 24px;
}

.prestations-card-image a {
  display: block;
}

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

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

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

@media screen and (min-width: 601px) {
  header .btn-contact {
    margin-top: 0px;
  }
}
@media screen and (min-width: 993px) {
  .actualites-card-image a {
    position: initial;
  }
  .card-title a {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
    text-decoration: none;
  }

  .card-image {
    position: relative;
    overflow: hidden;
  }
  .card-image img {
    transition: 0.5s;
  }
  .card:hover img {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 1280px) {
}
/*=============Fin PRESTATION==================*/
/*=======================================*/

/*           ENCART AVIS     */
/* =============================== */
.encart-avis .card:hover img {
  transform: scale(1);
}
.encart-avis span.sous-span:before {
  width: 218px;
}
.slick-next .slick-next-icon:before,
.slick-prev .slick-prev-icon:before {
  color: var(--gray800);
}
.encart-avis img {
  width: revert-layer;
}
.avis-card {
  padding: 1rem;
  color: var(--text-color);
  position: relative;
  font-weight: 400;
  background: var(--background-color);
}
.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: 600;
  color: var(--title-color);
}
.encart-avis .align-right button.show-more.btn.small {
  padding: 0 !important;
  color: var(--accent-color);
}
.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 .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===================*/
/*=======================================*/

/*============ BLOC 02 ===================*/
/*=======================================*/
#bloc-02 h2:last-of-type {
  margin-block: 48px 24px;
}

@media screen and (min-width: 993px) {
  #text-left {
    max-width: 648px;
  }
}
@media screen and (min-width: 1280px) {
  #bloc-02 img {
    max-height: 630px;
  }
}
/*============ FIN BLOC 2===================*/
/*==============================================*/

/*============ ENCART CONTACT ===================*/
/*=======================================*/
#encart-contact {
  position: relative;
  padding-block: 120px;
}
#encart-contact [class*="btn"] .accent.btn:hover {
  background: transparent;
  color: white;
  border: 1px solid white;
}
#encart-contact [class*="btn"] .accent.btn {
  background: var(--background-color);
  color: var(--accent-color);
  border: 1px solid transparent;
}
#encart-contact .reseaux-sociaux .row {
  justify-content: start;
  margin-bottom: 1rem;
}
.page-interne #encart-contact .container,
.page-interne .encart-formulaire .container {
  width: 100%;
}
span.haut {
  position: relative;
  z-index: 5;
}
#encart-contact [class*="btn"] .accent.btn svg path {
  stroke: var(--accent-color);
}
.page-interne #encart-contact:before {
  left: -50%;
  width: 200%;
}
#encart-contact:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background-color: var(--accent-color);
  z-index: -1;
  margin: auto;
}
#encart-contact .row-btn {
  justify-content: end;
}

.btn-rs {
  border: 2px solid #ffffff;
  padding: 11px 28px;
  margin-bottom: 1rem;
}

#encart-contact .btn-contact {
  margin-top: 0;
}
#encart-contact .title-2 {
  color: white;
}

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

@media screen and (min-width: 601px) {
  #encart-contact .row-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
  }

  #encart-contact .btn-rs {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 993px) {
  .btn-rs {
    margin-bottom: 0rem;
  }
}

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

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

.encart-btn.actualites-encart-btn {
  text-align: center;
  margin-top: 60px;
}
.actualites-card-title a {
  color: var(--title-color);
}
.actualites-card-content {
  padding: 35px 15px 15px 15px;
}
.card-link {
  color: hsla(0, 0%, 12%, 1);
}
.actualites-card-text {
  color: hsla(225, 59%, 21%, 1);
  margin-bottom: 8px;
}
.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;
}

#listing-autres-actus-categorie ul {
  padding-inline-start: 0;
}

#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}

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

textarea#field_11 {
  height: 86px;
}

form#formulaire_5 p {
  margin-block: 0 24px;
}

#field_16 b {
  font-weight: 400;
}

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

.divGenerateurRequired {
  display: none;
}
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);
}

.bloc-form {
  padding: 48px;
  height: 100%;
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
}

.info {
  padding: 1rem;
}
.info .title-4 {
  color: white;
  margin-block: 0 24px;
  font-size: 20px;
  line-height: 20px;
}

.add {
  margin-bottom: 24px;
}

.titre {
  font-weight: 600;
  margin-bottom: 4px;
}
.encart-formulaire iframe {
  min-height: 521px;
}

.cordo a {
  color: hsla(0, 0%, 91%, 1);
}

.info-pratique {
  margin-top: 48px;
}

.info-pratique p {
  margin-block: 0 24px;
}

.voiture p {
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  .info .title-4 {
    font-size: 28px;
    line-height: 28px;
  }
  .encart-formulaire .row {
    max-width: 1320px;
    margin: auto;
  }

  .info {
    padding: 48px;
  }
  .encart-formulaire .no-padd {
    padding: 0;
  }
  .bloc-form.white .col {
    padding-left: 0;
  }
  .encart-formulaire .title-2 {
    margin-bottom: 12px;
    font-size: 33px;
    line-height: 33px;
  }
}
#formulaire_5 .divGenerateur ul label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}
#formulaire_5 .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_5 p.submit {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  #formulaire_5 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_5 .cp_ville > p {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 992px) {
  .encart-formulaire .bloc-form {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
  .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;
  }
}
/* **************************************************** FIN FORMULAIRE ***********************************************/

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

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: 10px;
  align-items: center;
}
.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: 1rem;
  line-height: 1rem;
  margin: 0 0;
  color: var(--accent-color);
  font-weight: 600;
}
.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: 600;
  line-height: 24px;
  color: hsla(0, 0%, 12%, 1);
}

.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================ */
/* ========================================*/
.sc-content .ac-doubleColonne .ac-colonne.white {
  background: var(--accent-color-50);
  color: white;
  text-align: center;
  margin-bottom: 1rem;
}
.ac-steps p:first-of-type {
  margin-block: 0;
}
.bg-note p,
.col-left,
.col-right {
  display: block;
  border: 2px solid var(--accent-color-60);
  padding: 14px;
}
body.contact-page #contact {
  margin-top: 0;
}
.col-left,
.col-right {
  margin-top: 1rem;
}
@media screen and (min-width: 993px) {
  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .page-interne .sc-content img:not(.page-interne #encart-actualites img) {
    height: 100%;
    object-fit: cover;
  }
  .page-interne h1 {
    margin-bottom: 20px;
  }
  .page-interne p.intro {
    margin-bottom: 60px;
  }
  .ac-doubleColonne p:last-of-type {
    margin-bottom: 0;
  }
  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}
