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

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

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

  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 12%; /* lightness */
  --bg-presta: hsla(0, 0%, 18%, 1);
  --bg-topslider: hsla(0, 0%, 9%, 1);
  --darck-bg: hsla(0, 0%, 6%, 1);
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Jost", sans-serif;
  --color-info: #e29c4b;
  --bg-puce-activ: hsla(35, 72%, 65%, 1);
  --h1-font-size: 3.813rem;
  --titre-1-interne: 3.125rem;
  --title-1-font-size: 1.75rem;

  --h2-font-size: 2.5rem;
  --h3-font-size: 1.5rem;
  --h4-font-size: 1.25rem;

  --h1-font-size-s: 2rem;
  --h2-font-size-s: 1.5rem;
  --h3-font-size-s: 1.2rem;
  --h4-font-size-s: 1.75rem;
  --read-more-size: 1rem;
  --geoloc: 28px;
  --titleweightxl: bold;
  --titleweightlg: 700;
  --titleweightmd: 600;
  --titleweightxs: 400;
  --link-color: var(--primary-color-40);
  --grey-color-h: 0; /* hue */
  --grey-color-s: 0%; /* saturation */
  --grey-color-l: 12%; /* lightness */
  --grey-color: hsl(
    var(--grey-color-h),
    var(--grey-color-s),
    var(--grey-color-l)
  );
  --hover-svg: hsla(0, 0%, 12%, 1);
  --border-radius: 2rem;
  --button-border-radius: 0.25rem;
  --color-degra: linear-gradient(
    90deg,
    #e29c4b 0%,
    #ffd780 35%,
    #ffd780 65%,
    #d87628 100%
  );
  --border-btn: 1px solid hsla(35, 72%, 65%, 1);
  --bord-rad-btn: 8px;
  --radius-img: 4px;
  --transition: all 0.2s ease-in-out;
  --padding-section: 7.813rem 0;
  --beige-txt: hsla(37, 73%, 77%, 1);
  --color-menu-hover: #e29c4b;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
  font-weight: var(--titleweightxs);
  line-height: 90%;
}
.btn.accent {
  border-radius: var(--bord-rad-btn);
  background: var(--color-degra);
  border: var(--border-btn);
  color: var(--grey-color);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.938rem;
  padding-right: 1.938rem;
}
.btn.accent:hover {
  background: transparent;
  color: #fff;
  transition: var(--transition);
  transition-timing-function: ease-in-out;
}
.btn.accent:hover svg path {
  stroke: #fff;
}
/* BRAND */
/* ===== */
.top-bar {
  padding-top: 0.625rem;
}
.brand a {
  display: inline-block;
  transition: opacity 0.3s;
}
.brand a:hover {
  opacity: 0.75;
}
.btn.primary,
.btn.secondary,
.btn.accent {
  font-weight: var(--titleweightlg);
}
header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}
.header-content .nav ul li a.selected,
.header-content .nav ul li:hover > a {
  color: #fff;
}
h1.h1-geoloc span::before {
  content: "";
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
}
h1.h1-geoloc {
  margin-bottom: 0;
}
.row-btn {
  margin-top: 30px;
}
.header-content {
  background: var(--darck-bg);
}
h1.h1-geoloc span {
  color: var(--primary-color);
  font-weight: var(--titleweightxs);
  margin-left: 0;
  padding-left: 0;
  font-family: var(--secondary-font);
  margin-bottom: 0;
}

@media screen and (min-width: 993px) {
  .header-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(
      90deg,
      #e29c4b 0%,
      #ffd780 35%,
      #ffd780 65%,
      #d87628 100%
    );
  }

  p.depannage{
        font-size: var(--h5-font-size);
    margin: calc(var(--h5-font-size) / 1.5) 0 calc(var(--h5-font-size) / 1) 0;
  }

  .fold .view-contact {
    display: none;
  }
  .header-content {
    z-index: 100;
    transition: all 0.3s;
  }
  .header-content .nav#main-nav > ul > li > a {
    font-size: 15px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li > a {
    border-bottom: none;
    font-size: 14px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li:hover > a,
  .header-content .nav ul li.sous_menu ul.dropdown > li > a.selected {
    background: linear-gradient(
      90deg,
      #e29c4b 0%,
      #ffd780 35%,
      #ffd780 65%,
      #d87628 100%
    );
    color: #000;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    padding: 0.75rem;
    height: 100%;
  }
  .header-content .nav#main-nav > ul > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    background: linear-gradient(
      90deg,
      #e29c4b 0%,
      #ffd780 35%,
      #ffd780 65%,
      #d87628 100%
    );
    width: 0;
    transition: var(--transition);
    transition-timing-function: ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a.selected:before,
  .header-content .nav#main-nav > ul > li > a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
  }
  .header-content .nav#topbar-nav > ul > li > a,
  .header-content .nav#topbar-nav .dropdown li a {
    padding: 0.5rem 0.35rem;
  }
  .btn.primary,
  .btn.secondary,
  .btn.accent {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  header .bold.accent-text.x-large {
    margin: 1.875rem auto 0.938rem;
  }
  .menu-mobile {
    height: 5.625rem;
    background-color: var(--darck-bg);
  }
  .header-content .nav ul li:hover > a,
  .header-content .nav ul li a.selected {
    color: var(--color-menu-hover) !important;
  }
  .menu-mobile {
    height: 7rem;
    z-index: 10;
    transition: all 0.3s;
  }
  .header-content .nav ul li a {
    display: block;
    font-size: 16px;
  }
  img.header-only {
    padding-top: 10px;
    max-width: 86px;
  }
  .header-content .nav#topbar-nav li:not(.opened) a {
    padding: 0.5rem 5%;
    border-bottom: solid 1px #ebebeb;
  }
  .menu-mobile .btn-menu {
    height: 3rem;
    color: var(--accent400);
    border: none;
    background: none;
    transition: color 0.3s;
  }
}
/* SLIDER */
/* ====== */
.slick-dots li.slick-active button .slick-dot-icon {
  color: #e29c4b;
}
.slick-dots li button {
  height: 2rem;
  width: 1rem;
}
.info-header {
  position: relative;
  z-index: 0;
  background: var(--bg-topslider);
  border: 2px solid;
  border-image: linear-gradient(
      90deg,
      #e29c4b 0%,
      #ffd780 35%,
      #ffd780 65%,
      #d87628 100%
    )
    1;
  color: #fff;
  border-radius: 4px;
}
.info-header .info-horlog ul.row.s-center.s-middle {
  margin-top: 12px;
  justify-content: flex-end;
}
.img_slider {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.reseaux-sociaux {
  padding-top: 0;
}
.info-horlog {
  padding: 1rem 1rem;
  background: var(--bg-topslider);
  position: relative;
}
.slider-slick {
  width: 100%;
  height: 500px;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}
.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
}
.slide-img.slide-02 {
  background-image: url("../assets/gifs/slider/slide-02.jpg");
}
.slide-img.slide-03 {
  background-image: url("../assets/gifs/slider/slide-03.jpg");
}
.slide-img .container {
  min-height: 500px;
}
.slide-img .container .bloc {
  height: 500px;
}
@media screen and (max-width: 992px) {
  .info-header {
    transform: translateY(20px);
  }
}
@media screen and (min-width: 993px) {
  .info-header {
    transform: translateY(-160px);
  }
  .info-horlog {
    padding: 1.875rem 1.875rem;
  }
  .info-header:before {
    content: "";
    position: absolute;
    background-image: url(../assets/gifs/Serrure-thumb.png);
    background-position: center;
    z-index: -1;
    margin-top: 0;
    top: -112%;
    left: 0;
    width: 369px;
    height: 322px;
    margin: 0 auto;
    right: 0;
  }
}

/*============encart catalogue===================*/

.caracteristique-bdd .title-3 {
  font-size: 1rem;
}

.caracteristique-bdd .title-3 span {
  color: var(--beige-txt);
}

.catalogue-card,
.catalogue-card-image {
  position: relative;
  overflow: hidden;
}
#catalogue_contenu .card-content {
  margin-top: 1rem;
}

#catalogue_contenu .catalogue-listing-card-categorie span,
.btn-categorie a {
  display: inline-block;
  border: 2px solid;
  border-image: linear-gradient(
      90deg,
      #e29c4b 0%,
      #ffd780 35%,
      #ffd780 65%,
      #d87628 100%
    )
    1;
  color: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  margin: 5px auto 15px;
  font-size: 1rem;
}

#catalogue_contenu .catalogue-listing-card-title {
  font-size: var(--h3-font-size);
  font-weight: var(--titleweightxs);
  padding-bottom: 1rem;
}

.btn-categorie a,
#catalogue_contenu .catalogue-listing-card-title a {
  text-decoration: none;
}
.topcat {
  margin-bottom: 1rem;
}
.masonry-item-content:hover .catalogue-listing-card-title a,
.btn-categorie a:hover {
  color: var(--color-info);
}
.price-ref {
  display: block;
}
.price-ref .reference {
  margin-bottom: 0;
}

.price-ref .prix {
  margin-top: 5px;
}

.price-ref span {
  color: var(--color-info);
}
.catalogue-detail-categorie span {
  display: inline-block;
  border: 2px solid;
  border-image: linear-gradient(
      90deg,
      #e29c4b 0%,
      #ffd780 35%,
      #ffd780 65%,
      #d87628 100%
    )
    1;
  color: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  margin: 5px auto;
  font-size: 1rem;
}
.catalogue-card-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.catalogue-card:hover .catalogue-card-image img {
  transform: scale(1.1);
}
#encart-catalogue .catalogue-card-title:first-child {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  color: #fff;
  font-size: var(--h3-font-size);
  font-weight: var(--titleweightxs);
  z-index: 2;
  transition: transform 0.4s ease, margin-bottom 0.4s ease;
}
#encart-catalogue .catalogue-card-title:nth-child(2) {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 1.5rem;
  font-size: 1rem;
  color: white;
  text-decoration: none;
  transition: all 0.4s ease;
  pointer-events: none;
  text-decoration: none;
}
#encart-catalogue .catalogue-card-title:nth-child(1) a,
#encart-catalogue .catalogue-card-title:nth-child(2) a {
  text-decoration: none;
}

#encart-catalogue .catalogue-card:hover .catalogue-card-title:first-child {
  transform: translateY(-30px);
}

#encart-catalogue .catalogue-card:hover .catalogue-card-title:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-10px);
}

#encart-catalogue .list-cat {
  margin-bottom: 2.5rem;
}
#encart-catalogue .list-cat a {
  border: 1px solid hsla(35, 72%, 65%, 1);
  font-size: 0.813rem;
}
#encart-catalogue .list-cat li a:hover {
  border: 1px solid #e29c4b;
  background: #e29c4b;
  color: #000;
}
#encart-catalogue {
  background: var(--bg-topslider);
}
#encart-catalogue .txt-cat {
  margin-bottom: 2.5rem;
}

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

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

/* Dégradé sur le bouton sélectionné */
.paginationControl .selected {
  font-weight: bold;
  border: 2px solid transparent;
  border-image: linear-gradient(
    90deg,
    #e29c4b 0%,
    #ffd780 35%,
    #ffd780 65%,
    #d87628 100%
  );
  border-image-slice: 1;
  background: #fff;
  color: #000;
}

/* Liens au hover */
.paginationControl a:hover {
  background: #f7f7f7;
  color: #000;
  border-color: #aaa;
}

/* Bouton désactivé */
.paginationControl .disabled {
  color: #999;
  border: 1px solid #ddd;
  cursor: not-allowed;
}
.slick-prev .slick-prev-icon,
.slick-next .slick-next-icon {
  background: var(--bg-presta);
  width: 40px;
  padding: 0 0;
  height: 40px;
  border-radius: var(--radius-img);
  border: 1px solid transparent;
  border-image: var(--bg-presta);
  border-image-slice: 1;
}
.slick-prev .slick-prev-icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M19 12H5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 5L5 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 7px;
}
.slick-next .slick-next-icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 12H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 5L19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 7px;
}

.slick-prev .slick-prev-icon:hover,
.slick-next .slick-next-icon:hover {
  background: transparent;
  border: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    #e29c4b 0%,
    #ffd780 35%,
    #ffd780 65%,
    #d87628 100%
  );
  border-image-slice: 1;
}
/**style puce navigation*/

.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}
.slick-dots li.slick-active button {
  background: var(--bg-puce-activ);
}
.slick-dots li button .slick-dot-icon:before {
  content: "";
}
.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 button {
  background: var(--bg-presta);
  border-radius: 6px;
  height: 8px;
  width: 8px;
}
.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: #fff;
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: var(--bg-puce-activ);
  width: 60px;
  height: 8px;
}
body.page-404 .right-404 {
  background-color: var(--darck-bg);
}
@media screen and (max-width: 992px) {
  .header-content #nav-container {
    margin-top: 5rem;
  }

  .cta-bas {
    display: block;
    margin: 10px;
  }
  .cta-bas .btn-devis {
    margin-bottom: 1rem;
  }
  .catalogue-nav li {
    margin-bottom: 1rem;
  }
  div#bloc-formhome img,
  #bloc-02 img,
  #bloc-03 img,
  #bloc-04 img {
    margin: 10px auto 40px;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 600px) {
}

@media screen and (min-width: 993px) {

  .catalogue-listing h1 {
    margin-bottom: 0;
  }

  .cta-bas {
    display: flex;
    gap: 15px;
    justify-content: right;
  }

  .bg-contact .lien-maps span {
    display: block;
  }
  #encart-catalogue .title-2 {
    margin: 10px auto;
  }
  #encart-catalogue {
    padding: var(--padding-section);
  }
}
/*==============================================*/
/*============ACTUALITES===================*/
/*==============================================*/
.bloc-top p {
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
  margin-bottom: 0;
  margin-top: 0;
}
#encart-actualites .btn-devis .btn.accent:hover {
  background: var(--bg-presta);
  border: 1px solid var(--bg-presta);
}
#encart-actualites .text-titre {
  margin: 14px auto 32px;
}
.actualites-card-title a {
  font-weight: var(--titleweightxs);
  text-decoration: none;
  text-decoration: underline;
}
.actualites-card .card-image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.recherche_actu .btn.primary {
  padding: 0.5rem 1rem;
}
.actualites-card:hover .actualites-card-title a {
  text-decoration: none;
}
.page-interne #encart-actualites {
  padding-block: 0 60px;
}

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

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

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

.actualites-card-content {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.encart-btn.actualites-encart-btn {
  margin-top: 60px;
}
.actualites-card-title a {
  text-decoration: none;
  font-size: 20px;
}
.actualites-card-title {
  max-height: 31px;
  margin: 0;
}
#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
}
#listing-autres-actus-categorie ul a:hover {
  text-decoration: underline;
}
.actualites-detail .detail-btn {
  text-align: center;
}

.detail-actu-reseaux-sociaux > div {
  display: flex;
}
#encart-actualites .btn-devis {
  margin: 10px auto;
  text-align: center;
}
#input_recherche_actu::placeholder {
  color: #ffffff;
}
#encart-actualites .btn-devis .btn.accent {
  background: transparent;
  color: #fff;
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}
.actualites-detail #listing-autres-actus-categorie {
  border: 1px solid hsla(35, 72%, 65%, 1);
  border-radius: 4px;
  padding: 1rem 1rem 1rem 1rem;
  display: grid;
}

@media screen and (min-width: 993px) {
  .actualites-listing h1 {
    margin-bottom: 0;
  }
  .actualites-listing div#fil_ariane {
    margin-top: 1rem;
  }
  #encart-actualites {
    padding: var(--padding-section);
  }

  .actualites-card-title a {
    font-size: var(--h3-font-size);
    text-decoration: none;
  }
}

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

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

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

/*============FIN ACTUALITES===================*/
/* ======== Form home ========= */

.g-recaptcha {
  background-color: transparent;
  padding: 0 0 20px 00;
}
.divGenerateur ul,
.divGenerateur {
  margin-top: 0;
}
.rc-anchor-light {
  background: transparent;
  color: #ffffff;
}
#formulaire_5 input:not([type]),
#formulaire_5 input[type="text"],
#formulaire_5 input[type="password"],
#formulaire_5 input[type="email"],
#formulaire_5 input[type="url"],
#formulaire_5 input[type="time"],
#formulaire_5 input[type="date"],
#formulaire_5 input[type="datetime"],
#formulaire_5 input[type="datetime-local"],
#formulaire_5 input[type="tel"],
#formulaire_5 input[type="number"],
#formulaire_5 input[type="search"] {
  border: 1px solid hsla(0, 0%, 91%, 1);
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.boxform {
  background: var(--bg-topslider);
}

#formulaire_5 label {
  color: #fff;
  font-size: var(--read-more-size);
  font-weight: var(--titleweightmd);
  font-family: var(--primary-font);
}
#formulaire_5 p {
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 993px) {
  .boxform {
    padding: 3rem;
  }
  .boxform h3 {
    font-size: var(--h1-font-size-s);
    margin-top: 0;
  }
  div#bloc-formhome {
    padding: var(--padding-section);
  }
  div#bloc-formhome img {
    margin-bottom: 15px;
  }
  .cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media screen and (min-width: 992px) {
  .boxform {
    padding: 2rem;
  }
  .content-contact {
    padding-right: 3.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .boxform {
    padding: 3rem;
  }
  .content-contact {
    padding-right: 6.5rem;
  }
}
/*           ENCART CONTACT      */
/**debut page contact*/
.col.contact-page-horaires .row,
.contact-page-coordonnees.reset .row,
.contact-page-infos-pratiques .row {
  flex-wrap: nowrap;
}
.col-info {
  background: var(--color-degra);
  color: #1f1f1f;
}
.clock h3 {
  margin: 0 0 10px 0;
}
.clock h3.titre-3 {
  margin: 10px 0 10px 0;
}
.bg-contact {
  position: relative;
  color: #fff;
  background-image: url(../assets/gifs/bg-sl.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 10;
}
.bg-contact h1.title-2 {
  margin: 1rem 0 0 0;
}
.bg-contact:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  height: 100%;
  bottom: 0px;
  background-color: hsla(0, 0%, 12%, 0.75);
  z-index: -1;
}
.form_left {
  padding-top: 1.063rem;
}
.devis-page fieldset {
  height: 100%;
}
fieldset legend {
  font-size: 18px;
  padding: 0 8px;
}
@media screen and (min-width: 992px) {
  .devis-page .form-section .form_left {
    padding-left: 2.5rem;
    padding-top: 0;
  }

  .form-section {
    padding: 4rem 0;
  }
  .bg-contact {
    padding: 3rem 0;
  }
}
/* =============================== */
/*          CONTENU PAGES INTERNES     */
/* =============================== */
.pad-content a,
.ac-doubleColonne a,
.ac-colonne_2 a,
.ac-colonne_1 a,
.ac-v1 a,
#bloc-02 p a,
#bloc-03 p a {
  color: var(--color-info);
  text-decoration: none;
}
.pad-content a:hover,
.ac-doubleColonne a:hover,
.ac-colonne_2 a:hover,
.ac-colonne_1 a:hover,
.ac-v1 a:hover,
#bloc-02 p a:hover,
#bloc-03 p a:hover {
  text-decoration: underline;
}
.actualites-listing .section {
  padding-top: 0;
}
.hero-bg {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 6.25rem;
  margin-top: 0;
  margin-bottom: 3rem;
}
.page-interne .content.section {
  padding-top: 0;
}
.hero-bg::before,
.hero-bg::after {
  position: absolute;
  content: "";
  background: url(../assets/gifs/bg-sl.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 150%;
  left: -23%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
  background-position: top;
  margin: 0 auto;
  right: -20%;
}
.page-interne .hero-bg::after,
.hero-interne::after,
.bg-interne.hero-bg::after {
  background: rgb(0 0 0 / 70%);
}

.page-interne nav#fil_ariane {
  margin-bottom: 3.5rem;
}
.bg-note p,
.bg-note ul {
  display: block;
  text-decoration: none;
  padding: 1.25rem;
  background: var(--color-degra);
  color: #000;
  border-radius: 4px;
}
.page-interne .bg-note ul {
  padding-left: 33px;
}
.page-interne h1 span {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  line-height: 100%;
}
.page-interne .sc-content img:not(.page-interne #encart-actualites img) {
  height: 100%;
  object-fit: cover;
}
.page-interne .sc-content #relance {
  margin-top: 5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 992px) {
  .page-interne #encart-contact {
    margin: 0;
  }
  .page-interne .sc-content img:not(.page-interne #encart-actualites img) {
    margin: 2.5rem auto;
  }

  .hero-bg {
    padding-block: 2.5rem;
  }
  .hero-bg .title-1 {
    margin-bottom: 1.8rem;
    font-size: var(--title-1-font-size);
    line-height: 2rem;
  }
  .pad-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (min-width: 993px) {
  .ac-v1 .ac-colonne,
  .ac-1v1 .ac-colonne {
    padding: 20px;
    border: 2px solid;
    border-image: linear-gradient(
        90deg,
        #e29c4b 0%,
        #ffd780 35%,
        #ffd780 65%,
        #d87628 100%
      )
      1;
    color: #fff;
    border-radius: 10px;
  }
  .page-interne h1,
  .page-interne .title-1 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .page-interne #encart-contact {
    margin-top: 8rem;
    margin-bottom: 5rem;
  }
  .pad-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hero-bg .title-1 {
    margin-bottom: 1.8rem;
    font-size: var(--h2-font-size);
  }
}
@media screen and (min-width: 1300px) {
  .hero-bg .title-1 {
    margin-bottom: 1.8rem;
    font-size: var(--titre-1-interne);
  }
}

/* =============================== */
/*         FIN CONTENU PAGES INTERNES     */
/* =============================== */

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

.actualites-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-interne .sc-content .clear_both {
  margin-bottom: 60px;
}

#encart-prestations {
  background: var(--bg-topslider);
}
.prestations-card {
  background: var(--bg-presta);
  border-radius: 4px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 3rem;
}
.prestations-card-image {
  margin-bottom: 20px;
}
.prestations-encart-card-title {
  margin-bottom: 24px;
}
.link-prest {
  margin-top: 20px;
  font-size: var(--read-more-size);
  font-weight: var(--titleweightmd);
}
.card-text {
  font-size: 16px;
  font-weight: var(--titleweightxs);
  display: block;
  margin-bottom: 0.5rem;
}
.prestations-card:hover svg,
.prestations-card:hover svg path {
  fill: var(--hover-svg) !important;
}
.prestations-encart-card-title a {
  font-weight: var(--titleweightxs);
  text-decoration: none;
}
.prestations-card:hover {
  background: url(../assets/gifs/bg-presta.jpg);
  background-size: cover;
  color: var(--hover-svg);
  transition: var(--transition);
}
.prestations-card:hover .prestations-encart-card-title a {
  color: var(--gray0);
}
@media screen and (max-width: 992px) {
  .slick-prestations {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (min-width: 993px) {
  .slick-prestations {
    margin-top: 0;
  }
  div#bloc-01 {
    padding-top: 5rem;
    margin-bottom: -7rem;
  }
  #bloc-02,
  #bloc-03,
  #bloc-04 {
    padding-top: 7.8rem;
  }

  #bloc-03 {
    padding-bottom: 7.8rem;
  }

  #encart-prestations {
    padding: 7.8rem 0 4.8rem 0;
  }
  .prestations-encart-card-title a {
    font-size: var(--h3-font-size-s);
  }
  #encart-prestations .title-2 {
    margin: 10px auto;
  }
}

@media screen and (min-width: 1300px) {
  .prestations-encart-card-title a {
    font-size: var(--h4-font-size);
  }
}
@media screen and (min-width: 1500px) {
  .prestations-encart-card-title a {
    font-size: var(--h3-font-size);
  }
}
#bloc-02 .btn-devis,
#bloc-03 .btn-devis,
#bloc-04 .btn-devis {
  margin-top: 2em;
}
#bloc-04 p:nth-of-type(3) {
  border: 1px solid hsla(0, 0%, 53%, 1);
  padding: 0.625rem;
}

/* =============================== */
/*          BEGIN features     */
/* =============================== */

.encart-points {
  background: var(--bg-presta);
}
.features {
  display: flex;
  justify-content: space-between;
  color: hsla(37, 72%, 89%, 1);
  padding: 40px 0;
  gap: 20px;
  flex-wrap: wrap;
}

.feature {
  flex: 1;
  padding: 0 0;
  position: relative;
  margin: auto;
}

.feature .icon {
  margin-bottom: 20px;
}

.feature h3 {
  margin-bottom: 10px;
  font-size: 1.5em;
}

.feature p {
  font-size: 1rem;
  font-weight: var(--titleweightxs);
}

/* Séparateurs verticaux */
.feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #e8dcc3;
  opacity: 0.3;
}

/* Responsive */
@media (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
  }

  .feature {
    max-width: 100%;
    padding: 20px 0;
    width: 100%;
  }

  .feature:not(:last-child)::after {
    display: none;
  }

  .feature:not(:last-child) {
    border-bottom: 1px solid rgba(232, 220, 195, 0.3);
  }
}
@media screen and (min-width: 993px) {
}
@media screen and (min-width: 1300px) {
  .feature span {
    display: block;
  }
}

/* =============================== */
/*          end features     */
/* =============================== */

/**********************bloc avis ***********/

.card.avis-card {
  padding: 16px;
  background: transparent;
  border: 1px solid hsla(0, 0%, 27%, 1);
  border-radius: 4px;
}

.encart-avis h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 4rem;
}
.name.avis-name {
  font-size: var(--read-more-size);
  font-weight: var(--titleweightmd);
  color: var(--beige-txt);
  font-family: var(--primary-font);
}
.date.avis-date {
  font-size: 10px;
  font-weight: var(--titleweightxs);
  color: var(--beige-txt);
  font-family: var(--primary-font);
}

.card-content.avis-card-content.avis-encart-card-content .text {
  padding-left: 0px;
  font-size: var(--read-more-size);
  font-weight: var(--titleweightxs);
  color: var(--beige-txt);
  font-family: var(--primary-font);
  padding-left: 5rem;
}

.encart-avis.section.gtm-encart-avis,
.encart-avis.section.gtm-encart-avis .title-2 {
  color: #fff;
}

.index-page .avis-card.js-more .avis-card-text::after {
  display: block;
  background-image: none;
}

@media screen and (min-width: 993px) {
  .encart-avis {
    padding: var(--padding-section);
  }
}
/********************end avis**************/
/********************encart contact**************/
.contenu-bloc-info.adress span {
  display: block;
}
#encart-contact {
  position: relative;
  color: #fff;
}

#encart-contact:before {
  content: "";
  position: absolute;
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
  margin-top: 0;
  top: 0px;
  left: -50%;
  width: 200%;
  height: 100%;
  z-index: -1;
}

#encart-contact:after {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: hsla(0, 0%, 12%, 0.75);
  z-index: 0;
}

.bloc-infos {
  gap: 50px;
}
#encart-contact .container {
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (min-width: 993px) {
  .bloc-contact {
    padding-right: 10%;
  }
  #encart-contact {
    padding: var(--padding-section);
  }
  .btn-resau-tel {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 1.5rem;
  }
  .bloc-infos {
    display: flex;
    align-items: start;
    gap: 25px;
  }
}

/********************end encart contact**************/
div#bloc-formhome img,
[id^="bloc-"] img,
.content-img img,
.actualites-card .card-image a img {
  border-radius: var(--radius-img);
}

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

.footer-bas {
  background: var(--darck-bg);
  padding: 1rem 0 1rem;
}

.footer-row-contact {
  display: flex;
  align-items: center;
  font-weight: 300;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
footer ul.dropdown a {
  color: white;
}

.footer-row-contact address {
  display: flex;
  gap: 4px;
}
.footer-row-contact span {
  display: block;
}
.footer-row-contact address svg {
  min-width: 20px;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0;
}

.index-page footer .footer-1 .title-4 {
  color: hsla(0, 0%, 100%, 1);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address address a span {
  display: block;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 300;
  line-height: 24px;
}

.index-page .footer-1 address a,
.index-page .footer-1 .text {
  color: hsla(0, 0%, 100%, 1);
}

footer .siret {
  font-weight: var(--titleweightxs);
  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: var(--color-degra);
  border: 1px solid var(--color-degra);
  color: var(--grey-color);
}

#footer-nav .nav ul li.sous_menu ul.dropdown a {
  color: var(--grey-color);
}

/* lien de base */
#footer-nav nav a {
  position: relative;
  font-weight: var(--titleweightxs);
  line-height: 24px;
  display: inline-block; /* nécessaire pour que l'élément reste dimensionné */
}

/* barre ::after invisible par défaut */
#footer-nav nav a::after,
#footer-nav .nav ul li a.selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--color-degra);
  transition: width 0.4s ease-in-out; /* transition sur width */
}

/* au survol : on élargit la barre */
#footer-nav nav a:hover::after {
  width: 100%;
  color: #fff;
}
footer nav a:hover {
  color: #fff;
}
#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: none;
  color: #fff;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}

#footer-nav .nav ul li.sous_menu {
  position: relative;
}
#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.footer-2 {
  padding: 24px 0 48px;
}
.index-page span.sous-title {
  color: #ebebe9;
}

.index-page .footer-2 nav a,
.page-404 footer a {
  color: #fff;
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  #footer-nav nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .slider-slick {
    display: none;
  }
  .footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
}
@media screen and (max-width: 992px) {
  header {
    background: var(--darck-bg);
  }

  footer,
  .footer-contact {
    text-align: center;
  }
  footer ul {
    margin: 0;
  }

  .boxform {
    padding: 1rem;
    margin: 1.875rem auto 0;
  }
  .footer-contact {
    margin: 1.25rem auto;
  }
  .footer-row-contact {
    justify-content: center;
  }
}
@media screen and (min-width: 993px) {
  .footer-contact .reseaux-sociaux {
    padding-top: 35px;
  }

  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
  footer {
    padding-top: 0;
  }
  body.catalogue-detail footer {
    margin-top: 120px;
  }
  body:not(.index-page) .contact-form h2 {
    font-size: 49px;
    line-height: 49px;
  }
  .bloc-infos h2 {
    font-size: 49px;
    line-height: 49px;
  }
  #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 (min-width: 993px) {
    .catalogue-listing .filtres_categories {
        flex-direction: row;
        width: 100%;
    }
}

.filtres_categories img{
      width: 270px;
    height: 270px;
    object-fit: cover;
     

}

.filtres_categories a{
   transition: opacity 0.3s ease; 
}
.filtres_categories a:hover {
  opacity: 0.4; /* Opacité réduite au survol */
}
.catalogue-listing .filtres_categories{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

#catalogue_categorie_souscategorie{
  display: flex;
  justify-content: space-around;
  margin-top: 4rem;
}

.logo-marque{
      display: flex
;
    justify-content: center;
    margin-top: 6rem;
}


#catalogue_contenu{
  margin-top: 5rem;
}