:root {
  --primary-h: 45; /* hue */
  --primary-s: 15%; /* saturation */
  --primary-l: 5%; /* lightness */

  --accent-h: 48; /* hue */
  --accent-s: 93%; /* saturation */
  --accent-l: 77%; /* lightness */

  --text-h: 20; /* hue */
  --text-s: 18%; /* saturation */
  --text-l: 97%; /* lightness */

  --background-l: 100%; /* lightness */

  --accent300: hsla(46, 93%, 62%, 1);
  --gray400: hsla(35, 11%, 50%, 1);
  --gray300: hsla(35, 13%, 64%, 1);
  --gray800: hsla(43, 6%, 8%, 1);

  --background-h: 45; /* hue */
  --background-s: 15%; /* saturation */
  --background-l: 5%; /* lightness */

  --primary-font: "alexandria", Â sans-serif;
  --secondary-font: "neulis-sans", Â sans-serif;
  --accent-font: "Inter", sans-serif;

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

  --border-radius: 2rem;
  --button-border-radius: 0.25rem;
  --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: 42px;
  --displaylg: 39px;
  --displaymd: 32px;
  --displaysm: 25px;
  --displayxs: 20px;

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

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

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

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

.card {
  position: relative;
  display: block;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

a {
  transition: var(--transition);
}
.sc-content .clear_both {
  margin-bottom: 60px;
}
a,
p {
  line-height: var(--line-height);
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  font-family: var(--secondary-font);
  color: white;
  font-weight: var(--font-weight-Regular);
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
  margin-bottom: 0;
}
.listing-btn.actualites-listing-btn {
  position: relative;
  z-index: 4;
}
h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}

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: 10px;
  box-shadow: 0px 4px 4px 0px hsla(0, 0%, 0%, 0.25);
  border-top: 1px solid hsla(48, 93%, 77%, 0.8);
  border-bottom: 1px solid hsla(48, 93%, 77%, 0.8);
}
.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;
}
.btn.primary {
  background-color: #24231e;
}
[class*="btn"] a.btn {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 22.5px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
a.btn.accent svg {
  margin-left: 22px;
}
.contact-page #act,
.devis-page #act {
  padding-block: 293px 120px;
}
#encart-contact p.big {
  margin-block: 30px;
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: var(--background-color);
}
.contact-page #act h1.title-2,
.devis-page #act h1.title-2 {
  max-width: 100%;
  padding-block: 0;
  color: white;
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}

.button--secondary .button__label {
  transition: var(--transition);
  display: inline-block;
}
[class*="btn"] a.btn:not(.accent),
[id*="formulaire"] .btn.primary {
  backdrop-filter: blur(8px);
  border: 1.5px solid transparent;
  border-image-slice: 1;
  border-radius: 4px;
  border-image-slice: 1;
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover,
.listing-btn.actualites-listing-btn a:hover {
  background: linear-gradient(90deg, #e0ae39 0%, #fef8a0 50%, #dba146 100%);
  box-shadow: 0px 4px 40px 0px hsla(48, 93%, 77%, 0.4);
  color: #0f0e0b;
}
[id*="formulaire"] .btn.primary {
  background: #24231e;
}

a.btn.primary:hover,
a#gtm-encart-actu-btn:hover,
a#gtm-encart-catalogue-btn:hover {
  background: #24231e;
  color: white;
  box-shadow: none;
}

[class*="btn"] a.btn:not(.accent),
[id*="formulaire"] .btn.primary {
  display: inline-block;
  position: relative;
  padding: 10.5px 24px;
  font-size: 16px;
  font-weight: var(--font-weight-semi-bold);
  text-decoration: none;
  color: white;
  border-radius: 4px;
  overflow: hidden;
  font-family: var(--accent-font);
}

[class*="btn"] a.btn:not(.accent):before,
[id*="formulaire"] .btn.primary::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* Ã‰paisseur de la bordure */
  border-radius: 4px;
  background: linear-gradient(90deg, #e0ae39 0%, #fef8a0 50%, #dba146 100%);
  -webkit-mask: linear-gradient(white 0 0) content-box,
    linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*===========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 .title-1 {
  margin: 0;
  padding-block: 120px;
}

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

h1,
.title-1 {
  font-size: 28px;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 28px;
}
.title-1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h2,
.title-2 {
  font-size: var(--h2-font-size-s);
  margin-block: 24px;
  margin-bottom: 0;
}
.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;
}
/*=============end titre mobile================*/
/* ======================================== */

/*================ titre descktop ============*/
/* ======================================== */

.interne-center .white:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e0ae39 0%, #fef8a0 50%, #dba146 100%);
  -webkit-mask: linear-gradient(white 0 0) content-box,
    linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.interne-center .white {
  display: inline-block;
  position: relative;
  padding: 10.5px 24px;
  font-size: 16px;
  font-weight: var(--font-weight-semi-bold);
  text-decoration: none;
  color: white;
  border-radius: 4px;
  overflow: hidden;
  font-family: var(--accent-font);
  z-index: 2;
  background: transparent;
  border-radius: 4px !important;
}

@media screen and (min-width: 993px) {
  .page-interne .title-1,
  #act h1 {
    padding: 303px 0 30px 0;
  }

  .slide-content .btn-rdv {
    display: block;
  }

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

  .page-interne h1 {
    font-size: 50px;
    line-height: 60.2px;
    max-width: 85%;
  }
  .page-interne h1 span {
    font-size: var(--displaymd);
    line-height: var(--displaymd);
  }

  h1.h1-geoloc span,
  h1 span {
    font-size: 31px;
    line-height: 37px;
    margin: 0;
    margin-top: 8px;
  }

  .page-interne h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
  }
  .title-1,
  #act h1 {
    font-size: var(--display2xl);
    line-height: var(--display2xl);
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 400;
  }

  h1,
  .title-1 span {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 400;
  }
  h2,
  .title-2 {
    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-block: 24px;
  }
}
/*=============end titre descktop================*/
/* ======================================== */

/*================ SLIDER ==================*/
/* ======================================== */
.bg-interne {
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
.bg-interne:after {
  width: 200%;
  left: -50%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(
    360deg,
    #0f0e0b 0%,
    rgba(15, 14, 11, 0.8) 50%,
    #0f0e0b 100%
  );
  position: absolute;
  content: "";
  right: 0;
  margin: auto;
  top: 0;
}
.bg-interne:before {
  position: absolute;
  content: "";
  left: -50%;
  width: 200%;
  height: 100%;
  top: 0;
  background-image: url(../assets/gifs/slider/slide-01.jpg);
  background-position: center;
  z-index: -2;
  background-position: center;
  background-size: cover;
}
.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slide-img .container {
  min-height: auto;
}
.slide-img .container .bloc {
  height: auto;
}
.slide-img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(
    360deg,
    #0f0e0b 0%,
    rgba(15, 14, 11, 0.8) 50%,
    #0f0e0b 100%
  );

  top: 0;
}
.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.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-prestations {
  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;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button .slick-dot-icon {
  opacity: 1;
}
.slick-dots li.slick-active button:hover .slick-dot-icon,
.slick-dots li.slick-active button:focus .slick-dot-icon {
  opacity: 0.7;
}

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

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

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

#listing-autres-actus-categorie {
  background: var(--gray800);
  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.btn.outlined {
  padding: 10.5px 18px;
}
#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) {
  .page-interne .white.ui-sortable {
    margin-bottom: 1rem;
  }

  #encart-contact p.big:last-of-type {
    margin-block: 30px;
  }
  .vendu:before {
    height: 483%;
    top: -63px;
  }
  .slide-content {
    padding-block: 80px;
  }
  #container {
    padding-bottom: 0;
  }
  h1.h1-geoloc {
    margin-top: 2rem;
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

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

/* ===========Contact-page==========*/
/* ================================== */
.align-right.btn-cat-liste {
  margin-bottom: 1rem;
}
.contact-page h1 {
  margin: 0;
  line-height: normal;
  color: var(--background-color);
}

#encart-contact address {
  display: flex;
  align-items: start;
  gap: 4px;
}

#encart-contact .footer-row-contact {
  justify-content: start;
}

#encart-contact svg {
  min-width: 24px;
}
ul.coordonnees.contact-page-coordonnees.reset address svg {
  display: none;
}
#horaire-contact {
  margin-top: 20px;
}
.sitemap-nav.row li.firstLi.no-desk {
  display: block;
}
.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.col.contact-page-horaires .row,
.contact-page-coordonnees.reset .row,
.contact-page-infos-pratiques .row {
  flex-wrap: nowrap;
}

.page-404 footer {
  margin-top: auto;
  background: var(--primary-color);
}
.page-404 .brand {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.contact-page .map-container iframe {
  max-height: 350px;
}

.contact-page .contact-page-infos-pratiques {
  margin-bottom: 2rem;
}

#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}

html.devis .btn-devis {
  display: none;
}

.fil-ariane .first {
  display: inline-block;
}

.btn-politic-contact {
  margin-top: 1rem;
}

.contact-page .map-container iframe {
  max-height: 350px;
}
.contact-page ul {
  row-gap: 16px;
}

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

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

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

/*============= HEADER ==================*/
/*=======================================*/
.tel-header address {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fold {
  padding: 20px 0px;
}
header a.tel.gtm-global-tel {
  display: block;
}
.fold address {
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.menu-mobile {
  height: 6.5rem;
}
.menu_opened .menu-mobile {
  height: 3.5rem;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 100;
}
.sticky-header .sticky.scroll_down {
  transform: translateY(-100%);
}
header .btn-contact {
  margin-top: 10px;
}
.contact-page .fold {
  display: none;
}

.brand {
  display: inline-block;
}

#blocHorsLigne {
  z-index: 9999 !important;
}

.header-content .nav ul li:hover > a {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateY(-10px);
}

.header-content .nav ul li a.selected {
  background-color: transparent;
  color: var(--accent-color) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: bold;
}

.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) {
  .bg-interne {
    margin-top: -12rem;
  }
  .slide-img {
    padding-block: 320px 365px;
  }

  .header-content {
    background: transparent;
  }

  header.sticky-active .header-content {
    background: var(--background-color);
  }

  .slider-slick {
    margin-top: -150px;
  }

  .brand img,
  .brand svg {
    position: relative;
    transition: 0.3s;
  }
  .brand a {
    display: block;
  }
  .brand a:hover img,
  .brand a:hover svg {
    transform: scale(0.9);
  }

  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .fold {
    display: none;
  }

  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    color: #f8f6f5;
    font-size: 15px;
  }
  .slide-content [class^="btn-"] {
    display: block;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
  }
  header .btn-contact {
    margin-top: 0px;
  }
  table.horaires tr td + td {
    display: block;
    margin-left: 10px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 13px;
  }
  li.firstLi.no-desk {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .header-content .nav#main-nav > ul > li > a {
    font-size: 16px;
  }
}

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

/*============= ENCART POINTS FORTS ==================*/
/*====================================================*/

.card-pnf {
  background: #0f0e0b;
  padding: 36.5px 20px;
}

.pnt {
  padding-bottom: 20px;
  border-bottom: 1px solid #fbe58ccc;
}

.pnt p {
  margin-block: 0;
}
@media screen and (min-width: 993px) {
  #encart-points-forts {
    position: relative;
    margin-top: -196px;
  }
  p.big {
    font-size: 20px;
  }
  .pnt .title-3 {
    font-size: 38px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
  }
  .pnt .title-3 #encart-points-forts {
    position: relative;
    margin-top: -169px;
  }
}
/*============= FIN ENCART POINTS FORTS ==================*/
/*========================+++++++++++++++++===============*/

/*============= Blocs  ==================*/
/*=======================================*/

#bloc-07,
#encart-actualites,
#encart-catalogue {
  background-image: url(../assets/gifs/bg-bloc-7.jpg);
  background-position: center;
  background-size: cover;
}
header .btn-contact {
  margin-top: 10px;
}
.row-btn .btn-devis {
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .align-right.btn-cat-liste {
    margin-bottom: 0rem;
  }
  .vendu:before {
    height: 566%;
    top: -80px;
  }

  .img-actu {
    margin-bottom: 2rem;
  }

  header .btn-contact {
    margin-top: 0px;
  }
  .row-btn .btn-devis {
    margin-bottom: 0rem;
  }
  .btn:not(.fluid) {
    width: auto;
  }
  .row-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
  }
  .row.s-top {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 993px) {
  .img-actu {
    margin-bottom: 0rem;
  }
  .col-img {
    position: relative;
  }
  #bloc-01 .col-img img,
  #bloc-02 .col-img img,
  #bloc-04 .col-img img,
  #bloc-06 .col-img img {
    position: absolute;
    width: 152%;
    max-width: none;
    height: 100%;
    left: 0;
    top: 0;
  }
  #bloc-03 .col-img img,
  #bloc-05 .col-img img {
    position: absolute;
    width: 152%;
    max-width: none;
    height: 100%;
    right: 0;
    top: 0px;
  }
}
@media screen and (min-width: 1280px) {
}
/*============= Fin Blocs ==================*/
/*=======================================*/

/*=============PRESTATION==================*/
/*=======================================*/
.btn-prestation {
  text-align: end;
}
#encart-prestations,
#bloc-03,
#bloc-05 {
  background: white;
  color: #0f0e0b;
}
.prestations-card,
.prestations-card img {
  min-height: 410px;
  object-fit: cover;
}
#encart-prestations .title-2,
#bloc-03 h2,
#bloc-05 h2,
#encart-prestations .btn-devis a,
#bloc-03 .btn-devis a,
#bloc-05 .btn-contact a {
  color: #0f0e0b;
}

.description p {
  color: white;
}
.prestations-card-content {
  align-items: end;
  position: absolute;
  bottom: 0;
  padding: 30px;
  gap: 56px;
}
.prestations-card:hover .card-image a:before {
  background: linear-gradient(180deg, rgba(15, 14, 11, 0.4) 0%, #0f0e0b 100%);
  border-radius: 4px;
}
.prestations-card-title a {
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  color: white;
}
.prestations-card-image a {
  position: relative;
  z-index: 0;
  display: block;
}

.prestations-card-image a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 14, 11, 0) 0%,
    rgba(15, 14, 11, 0.8) 100%
  );
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.prestations-card-content p {
  margin-block: 12px 0;
}

@media screen and (min-width: 993px) {
  #encart-prestations .btn-devis {
    text-align: end;
  }

  #encart-prestations .title-2 {
    font-weight: 500;
  }

  #encart-prestations p {
    margin-block: 12px 0;
  }
  .prestations-card-content {
    display: flex;
  }
  .prestations-card-content p {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-in-out, transform 0.3s ease-in-out,
      max-height 0.2s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }

  .prestations-card:hover .prestations-card-content p {
    opacity: 1;
    transform: translateY(0);
    max-height: 150px;
  }

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

/*============REALISATION===================*/
/*=======================================*/
.nom-voiture {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fbe58c;
}
.card.catalogue-card:hover {
  box-shadow: 0px 4px 20px 0px #fbe58c1a;
  border: 1px solid #ffffff33;
  background: #0f0e0b;
}
.catalogue-card {
  height: 100%;
}
.bloc-attribut {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: center;
  border-top: 1px solid #fbe58ccc;
  border-bottom: 1px solid #fbe58ccc;
  padding-block: 15px;
  justify-content: space-between;
  margin-block: 15px;
}
span.plus {
  font-size: 20px;
  line-height: 20px;
}
.attribut {
  font-size: 13px;
  font-weight: 400;
}
.catalogue-card-title a {
  font-size: 16px;
  line-height: 16px;
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.catalogue-card-title {
  margin-block: 8px 4px;
}

.catalogue-card-content {
  padding-top: 20px;
}
.attribut svg {
  margin-bottom: 4px;
}
.row.slick-catalogue {
  gap: 2rem 0;
}
.catalogue-card-prix {
  text-align: end;
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  font-family: var(--secondary-font);
}
.vendu {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  bottom: 42%;
  text-align: center;
  display: block;
  color: #fdf2c866;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  font-family: var(--secondary-font);
}

.catalogue-card-image {
  position: relative;
  border-radius: 2px;
}

.vendu:before {
  position: absolute;
  content: "";
  background: #3e3a31cc;

  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
}

.catalogue-card-image img {
  border-radius: 2px;
}
.card.catalogue-card {
  background: #161513;
  border-radius: 4px;
  padding: 10px 10px 20px 10px;
  border: 1px solid transparent;
}
.prix-detail .catalogue-card-prix {
  line-height: inherit;
}
@media screen and (min-width: 601px) {
  .bloc-attribut {
    gap: 11px;
  }

  .btns-cat-details {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: end;
  }
}
@media screen and (min-width: 993px) {
  .index-page .title-1 {
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 14px;
  }

  p.big {
    margin-block: 0;
    font-weight: 300;
  }
  .catalogue-encart-btn {
    text-align: end;
  }
  .vendu:before {
    height: 738%;

    top: -329%;
  }
  .bloc-attribut {
    gap: 11px;
  }
  .catalogue-card-title a {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }
  #cat p {
    margin-block: 0;
  }

  #cat {
    margin-bottom: 48px;
  }
}

/*============FIN REALISATION===================*/
/*==============================================*/

/*============ ENCARR CONTACT ===================*/
/*===============================================*/

#encart-contact .card-title {
  margin-bottom: 15px;
}
#encart-contact .card {
  margin: 40px auto;
  border: 2px solid #000;
  padding: 40px 20px;
  border-radius: 4px;
}
.page-interne #encart-contact {
  margin-block: 80px;
}
#encart-contact {
  position: relative;
  padding-block: 100px;
}
#encart-contact:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background-image: url(../assets/gifs/bg-contact.jpg);
  z-index: -1;
  background-position: center;
  background-size: cover;
}

.page-interne #encart-contact:before {
  left: -50%;
  width: 200%;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  .page-interne #encart-contact {
    margin-block: 120px;
  }
}
@media screen and (min-width: 1280px) {
}
/*============FIN ENCARR CONTACT===================*/
/*==============================================*/

/* =============================== */
/*           ENCART AVIS     */
/* =============================== */
.encart-avis .card:hover img {
  transform: scale(1);
}

.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(--accent300);
  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===================*/
/*=======================================*/

/*============ACTUALITES===================*/
/*==============================================*/
.actualites-card:hover {
  border: 1px solid #ffffff33;
}
address a.lien-maps:hover {
  opacity: 0.7;
}
.hover,
.actualites-card:hover .no-hover,
.prestations-card:hover .no-hover {
  height: 0;
  opacity: 0;
}

.actualites-card:hover .hover,
.prestations-card:hover .hover {
  height: 100%;
  opacity: 1;
}

.actualites-card {
  background: linear-gradient(0deg, #161513, #161513);
  background: var(--gray800);
  border-radius: 4px;
  padding: 20px;
  border: 1px solid transparent;
}
.actualites-encart-card-date {
  color: #fbe58c;
}
.act {
  display: flex;
  align-items: end;
  gap: 20px;
}
.encart-btn.actualites-encart-btn {
  margin-bottom: 48px;
}
.slick-actualites {
  gap: 24px;
}
.actualites-card-title {
  height: auto;
  margin-block: 8px 12px;
}
.actualites-card-text {
  margin-bottom: 37px;
}

.actualites-card-title a {
  color: white;
  text-decoration: none;
  font-size: var(--displayxs);
  line-height: var(--displayxs);
}
.card-image.actualites-card-image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  .actualites-card-title a {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }
}
@media screen and (min-width: 1280px) {
}
/*============FIN ACTUALITES===================*/
/*==============================================*/

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

.actualites-detail .detail-actu-image {
  max-width: 50%;
}
div#listing-autres-actus-categorie ul {
  padding-inline-start: 0;
}

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

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

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

body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
.footer-row-contact address svg {
  display: none;
}
.footer-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
}
@media screen and (min-width: 993px) {
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}
@media screen and (max-width: 992px) {
  body:not(.index-page) h1 span {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 8px;
  }
  body:not(.index-page) h1,
  body:not(.index-page) .title-1 {
    padding-block: 80px;
  }
  .row.slick-avis {
    margin-top: 2rem;
  }
  footer {
    text-align: center;
  }

  .actualites-listing-card {
    margin-bottom: 3.5rem !important;
  }
  .footer-row-contact {
    justify-content: center;
  }

  footer .footer-1 .title-4 {
    text-align: center;
  }
  .prestations-encart-card p {
    min-height: 120px;
  }
  .footer-text {
    text-align: left;
  }
  .encart-btn.catalogue-encart-btn {
    margin-bottom: 2rem;
  }
  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: 15px;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer {
  border-top: 1px solid hsla(48, 93%, 77%, 0.2);
}

footer .footer-1 .title-4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0;
  font-weight: var(--font-weight-semi-bold);
}
.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 nav a {
  font-weight: 400;
  line-height: 24px;
}
footer nav a:hover {
  color: var(--accent-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateY(-10px);
}
#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
#footer-nav .nav ul li.sous_menu {
  position: relative;
}
#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}
ul.dropdown a {
  color: var(--text-color);
}

footer .white-text nav a:hover {
  opacity: 1;
  color: var(--accent-color);
}
#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: bold;
  line-height: 24px;
  color: #b0a698;
}
footer .reseaux-sociaux svg {
  fill: #23272e;
}
span.erreur {
  font-size: 10px;
}
footer a:hover,
.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
}

/* ===================FIN FOOTER================ */
/* ========================================*/
.material-icons.accent {
  color: black;
}
.divGenerateur label.optional {
  display: none;
}
fieldset {
  margin-bottom: 22px;
}
a#gtm-detail-catalogue-retour {
  padding: 12px 20px;
}
@media screen and (min-width: 993px) {
  .vend {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: var(--accent-color-50);
  }
  .btn-cat-liste {
    margin-bottom: 1rem;
  }
  fieldset {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

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

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