
  @font-face {
  font-family: 'Acumin Pro';
  font-style: normal;
  font-weight: normal;
  src: local('Acumin Pro'), url('Acumin-RPro.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Acumin Pro Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Acumin Pro Italic'), url('Acumin-ItPro.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Acumin Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Acumin Pro Bold'), url('Acumin-BdPro.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Acumin Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Acumin Pro Bold Italic'), url('Acumin-BdItPro.woff') format('woff');
  }

  @font-face {
    font-family: 'Marcellus';
    src: url('marcellus-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  .high-contrast-bw {
    filter: grayscale(100%) contrast(150%);
  }


@font-face{
    font-family: "Acumin Pro Wide Light";
    src: url("acumin-pro-wide-light.eot");
    src: url("acumin-pro-wide-light.eot?#iefix")format("embedded-opentype"),
        url("acumin-pro-wide-light.woff")format("woff"),
        url("acumin-pro-wide-light.woff2")format("woff2"),
        url("acumin-pro-wide-light.ttf")format("truetype"),
        url("acumin-pro-wide-light.svg#Acumin Pro Wide Light")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

  @font-face {
  font-family: 'Acumin Pro Wide Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Acumin Pro Wide Bold'), url('Acumin_Pro_Wide_Bold.otf') format('woff');
  }


.form-check.mb-3.overwrite-modal-rgpd {
    width: fit-content;
    margin: 0 auto;
}


/************************************************************************/
/*******************************  ACCUEIL *******************************/
/************************************************************************/


/*****************************************************************************/
/************************* bloc textexte noi accueil *************************/
/*****************************************************************************/

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* --- SECTION NOIRE --- */
/* --- HERO --- */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* --- SECTION NOIRE --- */
.prim-part-acc {
  position: absolute;
  top: 40vh;
  left: 0;
  width: 100%;
  height: 820px; 
  background: #0d0f13;
  color: #fff;
  transform: translateY(100%);
  z-index: 10;
  will-change: transform;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  box-sizing: border-box;
}

.prim-placeholder {
  height: 820px; 
}

/* --- SECTION NOIRE --- */
.prim-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;       /* un peu plus large que 1300px */
  margin: 0 auto;
  gap: 5rem;            /* espace entre texte et image */
}

.prim-text {
  flex: 0 0 35%;        /* texte prend 35% de la largeur */
}


.prim-text h6 {
  font-family: 'Acumin Pro Bold', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.prim-text h2 {
  font-family: 'Marcellus', sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.btn-prim {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-family: 'Acumin Pro', sans-serif;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.btn-prim:hover {
  background: #fff;
  color: #000;
}

/* --- IMAGE --- */
.prim-photo {
  flex: 0 0 65%;        /* image prend 65% */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.prim-photo img {
  width: 100%;
  height: auto;
  max-height: 50vh;     /* pour éviter qu’elle déborde verticalement */
  object-fit: cover;
  border: 1px solid #2a2a2a;
  filter: brightness(90%) saturate(80%);
  transition: transform 0.6s ease, filter 0.6s ease;
}





.prim-placeholder {
  height: 1px; /* réserve la place dans le flux */
}

/* Texte à l’intérieur */
.txt-prim {
  text-align: center;
  max-width: 700px;
  padding: 2rem;
  font-family: 'Acumin Pro', sans-serif;
}


    /* --- SECTION SUIVANTE --- */
.prim-next-section {
  position: relative;
  background: #ffffff;
  color: #0a0a0a;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* au lieu de center */
  text-align: center;
  font-family: "Marcellus", serif;
  padding: 25rem 2rem 0rem; /* ajoute du padding en haut */
}

.text-block h6 {
  font-family: 'Acumin Pro Bold', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

.text-block h1 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: 65px !important;
  line-height: 1.3;
  color: #000;
}


.btn-prim {
    display: inline-block;
    margin-top: 20px;
    padding: 0 25px; /*  padding vertical */
    height: 44px; /* hauteur fixe */
    line-height: 44px; /* même valeur que la hauteur → centrage vertical parfait */
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    text-align: center;
}

    .site-header, .main-banner {
      z-index: 100; /* garde le menu au-dessus */
    }





    .photo-prim {
        width: 50vw;
        background: url(https://preprod.focus-creation.com/medias/photos/gyro1.jpg);
        background-size: cover;
        height: 50vh;
        background-position: center;
        padding: 3rem;
    }

    .txt-prim {
        color: white;
        font-family: 'Acumin Pro', sans-serif;
        max-width: 700px;
        line-height: 1.4;
        padding: 8rem;
    }




    .btn-prim:hover {
      background: #ccc;
    }


    .full-width{
      width: 100%;
      display: inline-block;
    }


/****************************************************/
/****************** SLIDER ACCUEIL ******************/
/****************************************************/

.slide-fire {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.slide-track {
  display: flex;
  gap: 45px;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
*/
.slide-item {
  flex: 0 0 350px;
  background: #F8F4EE;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative; /* AJOUT : utile si tu veux overlay du texte plus tard */
  margin: 0 15px;
}

.slide-item {
  height: 400px; /* taille sans le nom */
}
.slide-item.slide-active {
  height: 510px; /* taille avec le nom affiché */
}

img.slide-img.default{
  object-fit: scale-down !important;
}


.slide-img-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  flex-shrink: 0;
  transition: height 0.4s ease; /* AJOUT : anime la montée à pleine hauteur */
}

.slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.4s ease;
}

/* Effet hover image */
/* Par défaut : l’image hover est invisible */
.slide-img.hover {
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* ✅ Seulement sur .slide-active on affiche l’image hover */
.slide-item.slide-active:hover .slide-img.default {
  opacity: 0;
}
.slide-item.slide-active:hover .slide-img.hover {
  opacity: 1;
}

/* ✅ On empêche les autres slides de réagir au hover */
.slide-item:not(.slide-active):hover .slide-img.hover {
  opacity: 0 !important;
}
.slide-item:not(.slide-active):hover .slide-img.default {
  opacity: 1 !important;
}

/* >>> OVERRIDES pour la carte ACTIVE : images en plein cadre */
.slide-item.slide-active .slide-img.hover,
.slide-item.slide-active .slide-img.default {
  object-fit: cover; /* remplit la carte, peut rogner un peu */
}

/* >>> Quand la carte active est survolée, la zone image prend TOUTE la hauteur */
.slide-item.slide-active:hover .slide-img-container {
  height: 510px; /* = hauteur de la carte active */
}

/* Texte */
.slide-item p {
  font-family: 'Marcellus', serif;
  font-size: 48px;
  color: #000;
  margin-top: 1rem;
  opacity: 0;
  height: 48px; /* Hauteur fixe pour stabilité */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(10px); /* animation douce à l’apparition */
  position: relative;
  padding-top: 10px;
}

/* Trait au-dessus du nom (ta version) */
.slide-item.slide-active p {
  opacity: 1;
  transform: translateY(0);
  border-top: 2px solid #000;
  width: 80%;
  margin-top: 8px;
}

/* (conservé pour compat) */
.slide-item.slide-active p,
.slide-item.slide-active p::before {
  opacity: 1;
  transform: translateY(0);
}

.slide-item.slide-active p::before {
  transform: scaleX(1);
}

/* >>> Cache le texte pendant le hover de la carte active pour libérer toute la place à l’image */
.slide-item.slide-active:hover p {
  opacity: 0;
  transform: translateY(10px);
  height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease, height 0.4s ease, margin 0.4s ease;
}

/* Flèches */
.slide-nav {
  position: absolute;
  background: none;
  border: 2px solid #111;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 37px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
  font-family: 'Acumin Pro Wide Light';
  color: #000;
}

/* Position au niveau du texte du slide actif */
.slide-prev {
  left: 47%;
  transform: translate(calc(-100% - 160px), 210px);
}

.slide-next {
  right: 47%;
  transform: translate(calc(100% + 160px), 210px);
}

.slide-nav:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 900px) {
  .slide-prev {
    transform: translate(calc(-100% - 120px), 50px);
  }

  .slide-next {
    transform: translate(calc(100% + 120px), 50px);
  }
}

/* === Bouton "Découvrir" uniquement sur le slide actif === */

.slide-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background-color: white;
  color: #000;
  border: none;
  font-family: 'Acumin Pro Bold', serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}

/* ✅ Le bouton apparaît uniquement si le slide est actif ET survolé */
.slide-item.slide-active:hover .slide-btn {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

/* Effet au survol du bouton */
.slide-btn:hover {
  background-color: #000;
  color: white;
}


/****************************************************/
/****************** SLIDER ACCUEIL ******************/
/****************************************************/




/*******************************************************/
/****************** TROISIEME SECTION ******************/
/*******************************************************/


    .prim-next-section-ter {
        position: relative;
        background: #ffffff;
        color: #0a0a0a;
        min-height: 19vh;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        font-family: "Marcellus", serif;
        padding: 5rem 2rem 0rem;
    }

    h1.h1-size-down {
        font-size: 60px !important;
    }

/*******************************************************/
/****************** TROISIEME SECTION ******************/
/*******************************************************/


/*******************************************************/
/****************** QUATRIEME SECTION ******************/
/*******************************************************/


    .prim-next-section-4 {
        position: relative;
        background: #ffffff;
        color: #0a0a0a;
        min-height: 19vh;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        font-family: "Marcellus", serif;
        padding: 3rem 2rem 0rem;
    }

    h1.h1-size-down {
        font-size: 60px !important;
    }

/*******************************************************/
/****************** QUATRIEME SECTION ******************/
/*******************************************************/


/*******************************************************/
/****************** CINQUIEME SECTION ******************/
/*******************************************************/


    .prim-next-section-5 {
      position: relative;
      background: #ffffff;
      color: #0a0a0a;
      min-height: 50vh;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      text-align: center;
      font-family: "Marcellus", serif;
      padding: 1rem 2rem 0rem;
    }

    h1.h1-size-down {
        font-size: 60px !important;
    }

    img.poster-energie-css {
      border-radius: 6px;
    }

    .cards-energies {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; /* centre les blocs */
      align-items: flex-start;
      gap: 40px; /* espace de 40px entre les cartes */
      width: 90%;
      margin: 0 auto; /* centre le conteneur dans la section */
      padding: 20px 0;
      transition: transform .25s ease;
    }

    .poster-energie {
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        height: 500px;
        width: 320px;
        background: #000;
        box-shadow: 0 6px 18px rgba(0,0,0,.15);
        transition: transform .25s ease, box-shadow .25s ease;
    }

    /* image plein cadre */
    .poster-energie-css{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      transition: transform .25s ease;
    }

    /* zoom sur l'image au survol */
    .poster-energie:hover img.poster-energie-css {
      transform: scale(1.1);
      transition: transform .6s ease;
    }

    /* par défaut, le texte additionnel est invisible */
    .hover-texte {
      font-family: "Marcellus", serif;
      opacity: 0;
      transform: translateY(10px);
      color: #fff;
      font-size: 18px;
      letter-spacing: .05em;
      transition: opacity .4s ease, transform .4s ease;
      margin: 0;
    }

    /* au survol, le texte apparaît */
    .poster-energie:hover .hover-texte {
      opacity: 1;
      transform: translateY(0);
      transition: opacity .4s ease, transform .4s ease;
    }

    /* petit effet d'élévation de la carte */
    .poster-energie:hover {
      box-shadow: 0 10px 24px rgba(0,0,0,.25);
    }

    /* léger dégradé bas pour la lisibilité du texte */
    .poster-overlay{
      position:absolute;
      inset:auto 0 0 0;
      height:40%;
      background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
      pointer-events:none;
    }

    /* zone légende en bas à gauche */
    .poster-caption {
        position: absolute;
        left: 30px;
        bottom: -16px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
    }
    .poster-energie:hover > .poster-caption {
        transition: transform .25s ease, box-shadow .25s ease;
        transform: translateY(-40px);
    }

    /* icône énergie */
    .poster-picto-energie{
      width:26px;
      height:auto;
      filter: drop-shadow(0 1px 2px rgba(0,0,0,.35));
    }

    /* libellé */
    .descript-energie{
      margin:0;
      font-size:14px;
      letter-spacing:.08em;
      font-weight:700;
      color:#fff;
      text-transform:uppercase;
      font-family: 'Acumin Pro', sans-serif;
      padding-top: 6px;
    }


    /* responsive */
    @media (max-width: 1100px){
      .cards-energies{ grid-template-columns: repeat(2, 1fr); }
      .poster-energie{ height: 420px; }
    }
    @media (max-width: 640px){
      .cards-energies{ grid-template-columns: 1fr; }
      .poster-energie{ height: 420px; }
    }


/*******************************************************/
/****************** CINQUIEME SECTION ******************/
/*******************************************************/



/*******************************************************/
/****************** SIXIEME SECTION ******************/
/*******************************************************/

.prim-next-section-6 {
  position: relative;
  background: #F8F4EE;
  color: #0a0a0a;
  min-height: 880px;
  font-family: "Marcellus", serif;
  padding: 8rem 3rem 6rem;
  width: 100%;
  margin-top: 145px;
}

.collections-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1700px;
  margin: 0 auto;
  gap: 0px;
}

.collections-text {
  flex: 0 0 38%;
  text-align: left;
  padding-top: 12rem;
}

.collections-text h6 {
  font-family: 'Acumin Pro Bold', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.collections-text h1 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 2rem;
}

.collections-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-collection {
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-family: 'Acumin Pro', sans-serif;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}

.btn-collection.active,
.btn-collection:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* --- CARTES --- */
.collections-images {
  position: relative;
  flex: 0 0 auto;
  width: 60%;
  /* max-width: 1100px; selon la mise en page */
  height: 720px; /* hauteur globale pour contenir le chevauchement */
}

/* === CHAUFFAGE === */
.collection-card.chauffage {
    position: absolute;
    top: 170px;
    left: -5px;
    width: 560px;
    height: 400px;
    z-index: 3;
}

/* === DECORATIVE === */
.collection-card.decorative {
    position: absolute;
    top: -20px;
    left: 600px;
    width: 380px;
    height: 400px;
    z-index: 2;
}

/* === OUTDOOR === */
.collection-card.outdoor {
    position: absolute;
    top: 425px;
    left: 520px;
    width: 460px;
    height: 320px;
    z-index: 1;
}
/* --- Styles communs --- */
.collection-card {
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  background: #000;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(88%);
  transition: transform 0.5s ease, filter 0.4s ease;
}

.collection-card:hover img {
  filter: brightness(100%);
  transform: scale(1.05);
}

.collection-label {
  position: absolute;
  bottom: 20px;
  left: 25px;
  font-family: 'Acumin Pro Bold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

/* Ajout du texte au survol */
/* Texte principal */
.collection-label {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-family: 'Acumin Pro Bold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 2;
}

/* Nouveau texte (caché par défaut) */
.collection-subtext {
  position: absolute;
  bottom: -30px; /* commence un peu plus bas */
  left: 25px;
  font-family: 'Marcellus', serif;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  letter-spacing: 0.03em;
  text-shadow: 0 0 10px rgba(0,0,0,0.6);
  transition: all 0.5s ease;
  z-index: 1;
}

/* Effet au hover : le texte principal monte, le second apparaît */
.collection-card:hover .collection-label {
  transform: translateY(-18px);
}

.collection-card:hover .collection-subtext {
  opacity: 1;
  bottom: 25px; /* vient s’aligner sous le label */
}


/* --- Responsive --- */
@media (max-width: 1200px) {
  .collections-images {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .collection-card {
    position: relative;
    width: 100%;
    height: 280px;
    left: 0;
    top: 0;
  }
}



/*******************************************************/
/****************** FIN SIXIEME SECTION ****************/
/*******************************************************/



/*******************************************************/
/****************** SEPTIEME SECTION ****************/
/*******************************************************/

.prim-next-section-7 {
  position: relative;
  overflow: hidden;
  background: #000; /* fallback */
  color: #fff;
  font-family: "Marcellus", serif;
  padding: 8rem 3rem 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 860px;
}

/* --- Vidéo de fond --- */
.fabfr-video-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

/* --- quand visible dans le viewport --- */
.prim-next-section-7.active .fabfr-video-bg {
  opacity: 1;
}
.btn-collection-fabfr {
    border: 1px solid #fffefe;
    background: transparent;
    color: #ffffff;
    font-family: 'Acumin Pro', sans-serif;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}
/* --- Contenu au premier plan --- */
.prim-next-section-7 .collections-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  gap: 3rem;
}

.collections-textfabfr {
  flex: 0 0 45%;
  text-align: left;
}

.collections-images-logo {
  flex: 0 0 45%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}

.collections-images-logo img {
    max-height: 123px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    top: 250px;
    position: relative;
    left: 110px;
}

img.collection-card-fabfr {
    left: 250px;
}


@media (max-width: 992px) {
  .prim-next-section-7 .collections-container {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .collections-textfabfr,
  .collections-images-logo {
    flex: 1 1 100%;
  }
}

/********************************************************/
/****************** FIN SEPTIEME SECTION ****************/
/********************************************************/


/*******************************************************/
/****************** HUITIEME SECTION ******************/
/*******************************************************/


  /* Section principale */
  .prim-next-section-8 {
    background-color: #f8f3ef; /* couleur de fond beige clair */
    padding: 100px 0;
    text-align: center;
    font-family: 'Marcellus', serif;
  }

  /* Bloc du titre */
  .prim-next-section-8 .text-block {
    margin-bottom: 60px;
  }

  .prim-next-section-8 h6 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 10px;
  }

  .prim-next-section-8 .h1-size-down {
    font-size: 48px !important;
    color: #000;
  }

  /* Conteneur des cartes */
  .full-width {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }

  /* Bloc image + texte */
  .beyond-bloc-1 {
      position: relative;
      width: 450px;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
  }

  .beyond-bloc-1 img {
      width: 450px;
      height: 600px;
      object-fit: cover;
      display: block;
      filter: brightness(90%);
      transition: filter 0.4s ease, transform 0.4s ease;
  }

  .beyond-bloc-1 div {
      font-family: 'Marcellus', serif;
      position: absolute;
      bottom: 20px;
      left: 30px;
      font-size: 42px;
      color: white;
      font-weight: 400;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  }

  /* === Effet "glissement du texte" au survol === */

  /* Conteneur du texte sur l'image */
  .bloc-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 25px 25px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);
    transition: transform 0.4s ease;
  }

  /* Ligne "Découvrir" cachée au départ */
  .bloc-text .discover {
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: left;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px;
    display: inline-block;
  }

  .bloc-text .discover span {
    margin-left: 6px;
  }

  /* Animation au survol : le bloc remonte et "découvrir" apparaît */
  .beyond-bloc-1:hover .bloc-text {
    transform: translateY(-25px);
  }

  .beyond-bloc-1:hover .bloc-text .discover {
    opacity: 1;
    transform: translateY(0);
  }



/*******************************************************/
/****************** HUITIEME SECTION ******************/
/*******************************************************/





/*******************************************************/
/****************** NEUVIÈME SECTION *******************/
/*******************************************************/

.prim-next-section-9 {
  background-color: #ffffff;
  padding: 140px 0 178px;
  font-family: 'Acumin Pro', serif;
}


/* Conteneur principal : image + texte */
.contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 350px;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Bloc image */
.contact-image {
  flex: 1;
  max-width: 600px;
}

.contact-image img {
  width: 800px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}

/* Bloc texte */
.contact-content {
  flex: 1;
  text-align: left;
  color: #1a1a1a;
}

.contact-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contact-content h1 {
  font-size: 60px !important;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.2;
}

.contact-content p {
  font-size: 18px;
  color: #444;
  margin-bottom: 40px;
}

/* Boutons */
.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 25px;
}


.btn-contact {
  font-family:  'Acumin Pro Bold', serif;
  display: inline-block;
  border: 2px solid #1a1a1a;
  padding: 10px 18px 6px;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-radius: 4px;
  width: fit-content;
}

.btn-contact span {
  margin-left: 6px;
  transition: transform 0.3s ease;
  width: fit-content;
}

/* Effets au survol */
.btn-contact:hover {
  background-color: #1a1a1a;
  color: white;
}

.btn-contact:hover span {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1000px) {
  .contact-container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .contact-content {
    text-align: center;
  }

  .contact-buttons {
    align-items: center;
  }
}

/*******************************************************/
/****************** NEUVIÈME SECTION *******************/
/*******************************************************/





/*****************************************************************************/
/************************* bloc textexte noi accueil *************************/
/*****************************************************************************/

    /*video.prim-video {
        width: 950px;
    }*/

    video.prim-video {
      width: 100%;
      max-width: 950px; /* garde une limite sur grand écran */
      height: auto; /* conserve le ratio de la vidéo */
      display: block;
      margin: 0 auto; /* centre la vidéo */
      border-radius: 8px; /* optionnel : joli arrondi */
    }


    form.d-flex.justify-content-left.align-items-end.flex-wrap {
      background-color: #000;
      color: #fff;
      padding: 20px;
      border-radius: 20px;
      width: 100%;
    }

    .second-part {
      background-color: #f8f4f0;
      height: 48vh;
      margin-top: 50px;
      padding: 0 10rem;
      max-width: 100% !important;
    }
    /* Carousel personnalisé (évite le conflit avec Bootstrap) */
    .carousel-container {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
    .infinite-carousel {
      display: flex;
      align-items: center;
      overflow-x: auto;
      scroll-behavior: smooth;
      -ms-overflow-style: none;
      scrollbar-width: none;
      padding: 10px;
    }
    .infinite-carousel::-webkit-scrollbar { display: none; }
    .infinite-carousel-item {
      flex: 0 0 auto;
      width: calc((100% / 5) - 20px);
      margin: 0 10px;
      transition: transform 0.3s ease;
    }
    .infinite-carousel-item img {
      display: block;
      width: 100%;
      height: auto;
      pointer-events: none;
    }
    .carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 2rem;
        padding: 0.5rem 1rem;
        cursor: pointer;
        z-index: 2;
        transition: background 0.3s;
      }
      .carousel-arrow:hover {
        color: #9c0a0a;
      }
      .carousel-arrow.left {
        left: -0.5rem;
      }
      .carousel-arrow.right {
          right: -0.5rem;
        }

      .high-contrast-bw {
        filter: grayscale(100%) contrast(150%);
      }
      section.fabrication-francaise.container.py-5 {
          background-color: #f8f4f0;
          padding: 4rem;
          border-radius: 20px;
      }
      .col-lg-4 {
          width: 31.5% !important;
          display: inline-block;
      }
      a.en-savoir-plus {
        background-color: #000;
        color: #fff;
        border-radius: 10px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 4rem;
        padding-right: 4rem;
        text-decoration: none;
      }
      .bt-align {
        text-align: center;
      }


    /* --- Réinitialisation des liens --- */
    .beyond-bloc-1 a {
      display: block;
      position: relative;
      text-decoration: none;
      color: white;
    }

    /* --- Positionne les textes --- */
    .titre-image-beyond {
      position: absolute;
      bottom: 40px;
      left: 30px;
      font-size: 42px;
      font-weight: 400;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
      transition: transform 0.4s ease;
    }

    .discover {
        position: absolute;
        bottom: 20px;
        left: 30px;
        font-size: 16px !important;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        opacity: 0;
        transform: translateY(-4px);
        transition: all 0.4s ease;
        width: 90%;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 18px;
        display: inline-block;
        text-align: left;
        font-family: 'Acumin Pro', sans-serif !important;
    }

    /* --- Effet au survol --- */
    .beyond-bloc-1:hover .titre-image-beyond {
      transform: translateY(-50px);
    }

    .beyond-bloc-1:hover .discover {
      opacity: 1;
      transform: translateY(0);
    }


      @media (max-width: 1025px) {
          .col-lg-4 {
              flex: 0 0 auto;
              width: 31% !important;
          }
          span.bouton-accueil-bis {
            width: 28rem;
          }
          .row {
              display: flex;
              flex-wrap: wrap;
              margin-top: calc(-1 * var(--bs-gutter-y));
              margin-right: calc(-.5 * var(--bs-gutter-x));
              margin-left: calc(-.5 * var(--bs-gutter-x));
              justify-content: space-between;
              flex-direction: row;
          }
          .bloc-bouton {
            width: 50% !important;
            display: grid;
            align-content: stretch;
            align-items: end;
            justify-items: start;
            justify-content: center;
          }
          .form-control {
            display: inline-block;
            width: 100%;
            margin-bottom: 20px;
        }
      }

/***************************************************************************/
/******************************* FIN ACCUEIL *******************************/
/***************************************************************************/



/**************************************************************/
/*************************** NAVBAR ***************************/
/**************************************************************/
  
  .logo_header {
      height: 63px;
      filter: invert(1);
  }


  .titre_menu {
      font-size: 18px;
      font-family: 'Acumin Pro Bold';
      text-transform: uppercase;
  }

  .lang-selector {
    /*position: absolute;
    left: 7rem;
    display: flex;*/
    align-items: center;    /* aligne drapeau courant et liste */
    gap: 0.5em;
/*    top: 19px;*/
  }

  /* 1) On masque le marker (triangle) du summary */
  .lang-selector summary {
    list-style: none;               /* retire tout marker */
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  .lang-selector summary::-webkit-details-marker,
  .lang-selector summary::marker,
  .lang-selector summary::-moz-list-bullet {
    display: none;                  /* Chrome/Safari, standards, Firefox */
  }

  /* 2) On enlève fond, bordure et ombre autour de la liste */
    .lang-selector .flags-list {
      display: none;
      position: absolute;
      top: -3px;
      left: 2rem;
      margin-top: 0.25em;
      display: flex;          /* flex pour alignement horizontal */
      gap: 0.5em;
    }

    .lang-selector:hover .flags-list {
      display: flex;
    }

  /* 3) On affiche la liste *uniquement* quand <details> est ouvert */
  .lang-selector details[open] .flags-list {
    display: flex;
  }

  /* 4) Ajustements optionnels */
  .lang-selector details {
    position: relative;             /* pour positionnement absolu de .flags-list */
  }
    .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  #contrast-btn {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    border: none;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
  }
  #contrast-btn svg {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  body.daltonian-mode {
    --color-bg: #fff;
    --color-fg: #1a1a1a;
    --color-primary: #1E90FF;  /* bleu */
    --color-secondary: #FFA500; /* orange */
    --color-accent: #43A047;   /* vert foncé */
    --color-highlight: #AA47BC;/* violet */
    background: var(--color-bg) !important;
    color: var(--color-fg) !important;
  }

  /* Liens/boutons génériques (tu peux affiner selon ta charte) */
  body.daltonian-mode a,
  body.daltonian-mode .btn {
    color: var(--color-primary) !important;
    background: var(--color-bg) !important;
    border: 2px solid var(--color-secondary) !important;
  }

  body.daltonian-mode .important,
  body.daltonian-mode .highlight {
    background: var(--color-highlight) !important;
    color: #fff !important;
  }
  body.daltonian-mode img {
    filter: grayscale(100%) contrast(1.2);
  }
  body.daltonian-mode {
    background: var(--color-bg) !important;
  }
  body.daltonian-mode .sidebar,
  body.daltonian-mode .menu,
  body.daltonian-mode .main-banner {
    background: var(--color-bg) !important;
  }

  body.daltonian-mode .li_sub_menu,
  body.daltonian-mode .submenu {
    background: var(--color-highlight) !important;
  }

  body.daltonian-mode img[src$=".svg"],
  body.daltonian-mode svg {
    filter: grayscale(100%) contrast(1.2);
  }

/*NAVBAR 2*/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    height: 100vh;
    background-color: #ffffff;
    color: #000;
    z-index: 1;
    padding-left: 30px;
    padding-top: 20px;
}


/*.submenu {
    position: absolute;
    top: 0px;
    left: 301px;
    background-color: #f8f4f0;
    width: calc(90vw - 320px);
    max-height: 100vh;
    max-width: 840px;
    overflow-y: auto;
    display: none;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: #0000007a 10px 10px 9px 0px;
}
*/span.sub_text {
    position: relative;
    top: 1px;
    font-weight: 400;
}


/* Responsive */
@media (max-width: 500px) and (min-width: 300px) {
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 210px;
        height: 100vh;
        background-color: #ffffff;
        color: #000;
        z-index: 1;
        padding-left: 10px;
        padding-top: 10px;
    }
  .submenu {
      position: absolute;
      top: 0px;
      left: 182px;
      background-color: #f8f4f0;
      width: calc(90vw - 155px);
      max-height: 100vh;
      max-width: 840px;
      overflow-y: auto;
      display: none;
      padding: 10px;
      box-sizing: border-box;
      z-index: 2;
      box-shadow: #0000007a 10px 10px 9px 0px;
  }
  .li_sub_menu img {
      margin-right: 0px !important;
  }

}

/* Exemple mobile-first */
@media only screen and (max-width: 480px) {
  /* styles pour smartphones portrait */
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* styles pour tablettes portrait ou petits écrans */
}

@media only screen and (min-width: 769px) {
  /* styles pour desktop ou écrans larges */
}


@media (max-width: 1025px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 31% !important;
    }
    span.bouton-accueil-bis {
      width: 28rem;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
        justify-content: space-between;
        flex-direction: row;
    }
    footer.footer {
      height: auto !important;
    }
    .footer-columns {
      display: flex !important;
      justify-content: flex-start !important;
      align-items: flex-start !important;
      gap: 20px 140px !important;
      flex-wrap: wrap !important;
      text-align: left !important;
    }
    .second-part {
      padding: 0 3rem !important;
    }
    .mt-5 {
      margin-top: -4rem !important;
    }
}

.picto-sculture {
    border: 1px solid #a5a5a5;
    border-radius: 6px;
}


/* ======== Grille produit d’origine ======== */
.grid-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.grid-images div {
  width: 100%;
  overflow: hidden;
}

.grid-images img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
  transition: 0.3s;
}

.grid-images img:hover {
/*  scale: 1.1;*/
  transition: 0.3s;
  filter: contrast(1.2);  
}

/* ======== ajout pour le bloc large ======== */
.grid-large {
  grid-column: span 3;           /* → occupe 3 colonnes */
  position: relative;            /* permet le texte superposé */
  overflow: hidden;
}

.grid-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

/* Texte superposé sur la grande image */
.grid-large .overlay-text {
  position: absolute;
  bottom: 10%;
  left: 8%;
  color: #fff;
  background: rgba(0,0,0,0.45);
  padding: 20px;
  border-radius: 5px;
  max-width: 80%;
}

.grid-large .overlay-text h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.grid-large .overlay-text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4em;
}

/* ======== Responsive : le bloc prend toute la largeur sur mobile ======== */
@media (max-width: 768px) {
  .grid-large {
    grid-column: span 1;   /* pleine largeur sur petits écrans */
  }

  .grid-large .overlay-text {
    position: static;
    background: none;
    color: #000;
    padding: 10px 0 0 0;
  }
}

/******************************************************************/
/*************************** FIN NAVBAR ***************************/
/******************************************************************/



/**********************************************************/
/*********************** COLLECTION ***********************/
/**********************************************************/

  #main.first-part-produit-collection {
      position: relative;
      height: 520px; 
      width: 100vw;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url("../images/collection/banniere.jpg") center center / cover no-repeat;
  }

  .filters-container-collection {
      max-width: 100%;
      margin: 0 auto 100px;
      padding: 40px 40px;
      background-color: #f9f4f1;
      display: flex;
      flex-wrap: wrap; /* ← autorise le retour à la ligne */
      justify-content: center;
      align-items: center;
      gap: 20px; /* espace entre les filtres */
      height: auto; /* ← évite de bloquer la hauteur */
      text-align: left;
  }

  .filter-group {
      display: flex;
      flex-direction: column;
      min-width: 180px;
  }

  .filter-label {
      font-weight: bold;
      margin-bottom: 5px;
  }

  /* --- RESPONSIVE --- */
  @media (max-width: 992px) {
    .filters-container-collection {
      padding: 20px;
      justify-content: center;
    }
  }

  @media (max-width: 768px) {
    .filters-container-collection {
      flex-direction: column;
      align-items: stretch;
      padding: 20px;
    }

    .filter-group {
      width: 100%;
    }

    .filter-group select {
      width: 100%;
    }
  }

  hr.hr-contact {
      color: #000;
      width: 100vw;
      max-width: 1700px;
      margin: 0 auto;
      opacity: 1;
  }

/**********************************************************/
/*********************** COLLECTION ***********************/
/**********************************************************/



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

h1.footer-h1 {
    font-size: 32px;
}

.footer {
  background-color: #0f0f0f;
  color: #fff;
  font-family: 'Marcellus', serif;
  padding: 70px 100px 40px;
}

.footer-inner {
  max-width: 1650px;
  margin: 0 auto;
}

/* --- TOP --- */
.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
}

/* --- Logo --- */
.footer-logo img {
  width: 132px;
}

/* --- Colonnes --- */
/*.footer-links {
    display: flex;
    gap: 150px;
    flex: 1;
    width: 1700px;
    text-align: left;
}
*/.footer-links {
  display: flex;
  flex-wrap: wrap; /* permet d'aller à la ligne automatiquement */
  justify-content: space-between;
  gap: 100px;
  flex: 1;
  width: 100%; /* ✅ largeur fluide */
  max-width: 1650px; /* pour garder une limite sur très grand écran */
  text-align: left;
  box-sizing: border-box;
}

.footer-column {
  display: flex;
  flex-direction: column;
  min-width: 130px;
}

.footer-column h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 16px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 30px;
    padding-top: 20px;
}

.footer-column li {
  margin-bottom: 8px;
}

.footer-column a {
    color: #fff;
    font-family: 'Acumin Pro Wide Light', sans-serif;
    font-size: 19px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column a:hover {
  color: #ffeed6;
}

/* --- Newsletter --- */
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-form input {
  background: #fff;
  border-radius: 6px;
  border: none;
  padding: 10px 14px;
  font-size: 15px;
  outline: none;
  color: #000;
}

.newsletter-form button {
    display: inline-block;
    border: 1px solid #fff;
    padding: 14px 14px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Acumin Pro Wide Light', sans-serif;
    font-size: 19px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    background-color: transparent;
    text-align: left;
    width: fit-content;
}

.newsletter-form button:hover {
  background-color: #fff;
  color: #000;
}

.newsletter hr {
  border: none;
  border-top: 3px solid #fff;
  margin: 25px 0;
}

/* --- Contact --- */
.footer-contact-btn {
    display: inline-block;
    border: 1px solid #fff;
    padding: 14px 14px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Acumin Pro Bold', sans-serif;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
}

.footer-contact-btn:hover {
  background: #fff;
  color: #000;
}

/* --- Réseaux sociaux --- */
.footer-bottom {
  margin-top: 60px;
}

.footer-socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.footer-socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: background 0.3s;
}

.footer-socials a:hover {
  background: #F8F4EE;
}

.footer-socials img {
  width: 30px;
  height: 30px;
}

/* --- Responsive --- */
@media (max-width: 1100px) {
  .footer-top {
    flex-direction: column;
    gap: 40px;
  }
  .footer-links {
    gap: 50px;
  }
  .footer {
    padding: 50px 40px;
  }
  .footer-socials {
    justify-content: center;
  }
}

/* --- Responsive --- */

/* Tablettes / Petits laptops */
@media (max-width: 1200px) {
  .footer {
    padding: 50px 60px;
  }

  .footer-links {
    gap: 60px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }

  .footer-column {
    flex: 1 1 200px;
    min-width: 180px;
  }
}

/* Mobiles paysage / petits écrans */
@media (max-width: 900px) {
  .footer {
    padding: 40px 30px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
  }

  .footer-column {
    flex: 1 1 45%;
    min-width: 150px;
  }

  .newsletter-form button,
  .footer-contact-btn {
    font-size: 15px;
    padding: 12px 10px 6px;
  }

  h1.footer-h1 {
    font-size: 26px;
  }

  .footer-socials {
    justify-content: center;
  }
}

/* Mobiles portrait */
@media (max-width: 600px) {
  .footer {
    padding: 30px 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .footer-column {
    width: 100%;
  }

  h1.footer-h1 {
    font-size: 22px;
  }

  .footer-socials {
    justify-content: center;
    gap: 15px;
  }

  .footer-socials a {
    width: 40px;
    height: 40px;
  }

  .footer-socials img {
    width: 24px;
    height: 24px;
  }
}

/* Très petits écrans */
@media (max-width: 400px) {
  .newsletter-form input {
    font-size: 14px;
    padding: 8px 10px;
  }

  .newsletter-form button {
    font-size: 14px;
    padding: 10px 10px 6px;
  }
}
a.footer-contact-btn:hover {
    background-color: #fff;
    color: #000;
}


.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    text-align: center;
    width: 100%;
    font-family: 'Marcellus';
    font-size: 1.5rem !important;
    color: #fff;
}
.modal-header {
    text-align: center;
    width: 100%;
    background-color: #000;
}
.form-check .form-check-input {
    float: left;
    margin-left: 0em;
}
.footer-mentions a {
    color: #fff !important;
    text-decoration: none;
}
.footer-mentions {
    position: relative;
    top: -30px;
    width: fit-content;
    float: right;
}


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



/*******************************************************************/
/************************* PAGE ARCHITECTE *************************/
/*******************************************************************/

  h6.h6-archi {
      font-size: 30px;
      text-transform: initial;
      font-family: 'Acumin Pro Wide Light';
  }
    h1.h1-size-down-48 {
        font-size: 48px !important;
    }

p.p-archi {
    font-size: 18px;
    text-transform: initial;
    font-family: 'Acumin Pro', sans-serif;
    top: 10px;
    position: relative;
}


.collection-card.chauffage.archi {
    position: absolute;
    top: 10px;
    left: 155px;
    width: 520px;
    height: 365px;
    z-index: 2;
}


.collection-card.decorative.archi {
    position: absolute;
    top: 90px;
    left: 570px;
    width: 380px;
    height: 510px;
    z-index: 3;
}

.collection-card.outdoor.archi {
    position: absolute;
    top: 415px;
    left: 110px;
    width: 420px;
    height: 280px;
    z-index: 1;
}


.prim-next-section-3-archi {
  background-color: #0e0e10;
  padding: 80px 10%;
  display: flex;
  justify-content: center;
}

.collections-container-archi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.collections-text-archi {
  flex: 0 0 520px; /* largeur fixe dans le flex */
  max-width: 520px;
  min-width: 300px; /* utile en responsive */
  color: #fff;
}

.collections-text-archi h6 {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.collections-text-archi p {
  margin-top: 18px;
  line-height: 1.6;
  font-size: 1rem;
}

.collections-images-archi {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.collection-card-archi {
    text-align: center;
    background-color: #1a1a1d;
    border-radius: 10px;
    overflow: hidden;
    width: 235px;
    height: 340px;
    transition: transform 0.3s ease;
}

.collection-card-archi:hover {
  transform: translateY(-5px);
}

.collection-card-archi img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

img.picto-archi-energie {
    position: relative;
    top: -360px;
    left: -80px;
    z-index: 3;
    width: 30px;
    height: 30px;
}

.collection-card-archi p {
    font-family: 'Acumin Pro Wide Light', sans-serif;
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    position: relative;
    top: -50px;
    left: 20px;
    z-index: 1;
    text-align: left;
}


/* SECTION GÉNÉRALE */
.prim-next-section-4-archi-sans-fume {
    background-color: #F8F4EE;
    display: flex;
    justify-content: center;
    height: 1040px;
    align-items: center;
}

/* CONTAINER GLOBAL */
.collections-container-archi-sans-fume {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 55px;
    flex-wrap: wrap;
}


/* TEXTE */
.collections-text-archi-sans-fume {
  flex: 0 0 520px;
  max-width: 520px;
  color: #0e0e10;
}

.collections-text-archi-sans-fume h6 {
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
}

.collections-text-archi-sans-fume h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000;
}

.p-archi-sans-fume {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 40px;
}

/* BOUTON */
.btn-collection-archi-sans-fume {
    display: inline-block;
    border: 1px solid #0e0e10;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #0e0e10;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.btn-collection-archi-sans-fume:hover {
  background-color: #0e0e10;
  color: #F8F4EE;
}

/* IMAGES */
.collections-images-archi-sans-fume {
  flex: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  justify-items: center;
  align-items: center;
}

.img-archi-sans-fume {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
/*  max-width: 400px;*/
  transition: transform 0.3s ease;
}

.img-archi-sans-fume:hover {
  transform: scale(1.02);
}

/* Ajustement du positionnement artistique */
.img1-archi-sans-fume {
    position: relative;
    top: 30px;
    left: 156px;
    width: 520px;
    height: 340px;
    z-index: 3;
}

.img2-archi-sans-fume {
    width: 240px;
    height: 305px;
    top: -65px;
    left: 30px;
    position: relative;
}

.img3-archi-sans-fume {
    width: 240px;
    height: 305px;
    position: relative;
    top: 30px;
    left: 125px;
}

.img4-archi-sans-fume {
    width: 520px;
    height: 340px;
    position: relative;
    top: -70px;
    left: 0px;
    z-index: 3;
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .collections-container-archi-sans-fume {
    flex-direction: column;
    align-items: center;
  }

  .collections-text-archi-sans-fume {
    text-align: center;
    width: 100%;
  }

  .collections-images-archi-sans-fume {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .collections-images-archi-sans-fume {
    grid-template-columns: 1fr;
  }
}


/************************* SECTION *************************/
.prim-next-section-5-archi-slide {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff;
  padding: 4rem 0;
}

.collections-text-archi-slide {
  margin-bottom: 2rem;
}

.collections-text-archi-slide h6 {
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #777;
  text-transform: uppercase;
}

.collections-text-archi-slide h1 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  color: #111;
  font-weight: 500;
}

/************************* SLIDER *************************/
.slider-wrapper-archi {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.slider-archi {
  display: flex;
  gap: 1rem;
  transition: transform 0.8s ease;
}

.slide-archi {
  position: relative;
  flex: 0 0 33.333%;
  border-radius: 10px;
  overflow: hidden;
}

.slide-archi img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  display: block;
}

.slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  text-align: left;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.slide-text h6 {
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.slide-text p {
  margin: 0.3rem 0 0;
  font-size: 0.85rem;
}

/************************* FLÈCHES *************************/
.nav-arrows-archi {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.arrow-archi {
  width: 42px;
  height: 42px;
  border: 1.8px solid #1c1c1c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1c1c1c;
  font-size: 1.8rem;
  line-height: 1;
  background: transparent;
  transition: all 0.3s ease;
}

.arrow-archi:hover {
  background: #1c1c1c;
  color: #fff;
}

/************************* RESPONSIVE *************************/
@media (max-width: 900px) {
  .slide-archi {
    flex: 0 0 80%;
  }
}


/******************************************************************/
/************************* ACCOMPAGNEMENT *************************/
/******************************************************************/

/* ---- SECTION ---- */
.prim-next-section-6-accompagnement {
    width: 100vw;
    background: #111;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 142px;
    box-sizing: border-box;
    gap: 42px;
    height: 640px;
    align-content: center;
}
/* ---- TEXTE ---- */
.accompagnement-text {
  flex: 1 1 35%;
  max-width: 480px;
}

.accompagnement-text h2 {
    font-size: 48px !important;
    font-family: 'Marcellus';
    margin-bottom: 1.5rem;
    color: #fff;
    position: relative;
    top: -10px;
}

.accompagnement-text p {
    font-size: 18px;
    font-family: 'Acumin Pro';
    color: #fff;
    max-width: 320px;
}

/* ---- CARTES ---- */
.accompagnement-cards {
  flex: 1 1 55%;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.card-accompagnement {
  flex: 1 1 45%;
  background: transparent;
  border: 1px solid #000;
  padding: 2.5rem 0 1rem;
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s ease;
}

.card-accompagnement:hover {
    background: #363636;
    border-color: #aaaaaa;
}

.card-icon-accompagnement {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}

.card-accompagnement h5 {
    font-size: 17px !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}

.card-accompagnement p {
  font-size: 0.95rem;
  color: #aaa;
  line-height: 1.5;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .prim-next-section-6-accompagnement {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .accompagnement-text, 
  .accompagnement-cards {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .card-accompagnement {
    flex: 1 1 100%;
  }
}


.card-accompagnement-2 {
    flex: 1 1;
    transition: all 0.3s ease;
    text-align: justify;
}


.no-bottom {
  margin-bottom: 0 !important;
}

/* ============================= */
/* RESPONSIVE SECTION COLLECTIONS */
/* ============================= */

/* Grand écran (jusqu’à 1650px) → Réduction fluide */

/******************************************************************/
/************************* ACCOMPAGNEMENT *************************/
/******************************************************************/






/**************************************************************/
/************************* ACTUALITÉS *************************/
/**************************************************************/


section.section-actualite-archi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 135px;
    background: #F8F4EE;
    width: 100vw;
    align-content: flex-start;
}

button.accordion-toggle-archi.open {
    background-color: transparent;
    border: 0px;
    font-size: 18px;
    font-family: 'Acumin Pro Wide';
    padding-bottom: 20px;
}

.accordion-content.open {
    padding-top: 50px;
/*    border-top: 2px solid;*/
    width: 1700px;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.press-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: transparent; /* ✅ plus de fond blanc par défaut */
    box-shadow: none;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.press-card.active {
    background: #fff; /* ✅ fond blanc uniquement quand actif */
}

.press-card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.lang-switcher {
    text-align: right;
    margin: 10px;
    width: 70px;
    float: right;
    top: -20px;
    position: relative;
}

.press-card-inner {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #c0c0c07a;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.toggle-description-btn {
    position: relative;
    top: 0;
    right: 0.3rem;
    border: none;
    color: #000000;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    padding: 15px 13px 19px 13px;
    border-radius: 6px;
    border: 2px solid #000;
    background-color: #fff;
}

.toggle-description-btn:hover {
    background-color: #F8F4EE;
}

.toggle-description-btn.rotated {
    background-color: #F8F4EE;
    color: #000;
}




/**************************************************************/
/************************* ACTUALITÉS *************************/
/**************************************************************/









.collections-text.archi {
    flex: 0 0 38%;
    text-align: left;
    padding-top: 130px;
}

img.epv-archi {
    width: 112px;
    left: -10px;
    top: 15px;
    position: relative;
}

  #main.first-part-produit-archi {
      position: relative;
      height: 820px; 
      width: 100vw;
      overflow: hidden;

      display: flex;
      align-items: center;
      justify-content: center;

      background: url("../images/architecte/Banniere.jpg") center center / cover no-repeat;
  }

 /* #main.first-part-produit-archi {
    position: relative;
    height: 780px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;

    background: url("../images/architecte/Banniere.jpg") center center / cover no-repeat;
  }*/

  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-archi::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-archi .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-archi h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-archi h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-archi {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 1000px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-archi {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}





  #main.first-part-produit-hospitality {
      position: relative;
      height: 820px; 
      width: 100vw;
      overflow: hidden;

      display: flex;
      align-items: center;
      justify-content: center;

      background: url("../medias/divers/gyro-australie.jpg") center center / cover no-repeat;
  }

  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-hospitality::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-hospitality .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-hospitality h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-hospitality h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-hospitality {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-hospitality {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}





  #main.first-part-produit-inspiration {
      position: relative;
      height: 650px; 
      width: 100vw;
      overflow: hidden;

      display: flex;
      align-items: center;
      justify-content: center;

      background: url("../images/inspiration/Inspirations-Banniere.jpg") center center / cover no-repeat;
  }

  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-inspiration::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-inspiration .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-inspiration h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-inspiration h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-inspiration {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-inspiration {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}





  #main.first-part-produit-revendeur {
      position: relative;
      height: 650px; 
      width: 100vw;
      overflow: hidden;

      display: flex;
      align-items: center;
      justify-content: center;

      background: url("../images/autres/Banniere-revendeurs.jpg") center center / cover no-repeat;
  }

  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-revendeur::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-revendeur .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-revendeur h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-revendeur h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-revendeur {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-revendeur {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}





  #main.first-part-produit-actualites {
      position: relative;
      height: 650px; 
      width: 100vw;
      overflow: hidden;

      display: flex;
      align-items: center;
      justify-content: center;

      background: url("../images/autres/Banniere-Actualite.jpg") center center / cover no-repeat;
  }

  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-actualites::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-actualites .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-actualites h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-actualites h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-actualites {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-actualites {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}



  #main.first-part-produit-distinction {
      position: relative;
      height: 650px; 
      width: 100vw;
      overflow: hidden;

      display: flex;
      align-items: center;
      justify-content: center;

      background: url("../images/autres/Banniere-Distinctions.jpg") center center / cover no-repeat;
  }

  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-distinction::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-distinction .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-distinction h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-distinction h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0px !important;
  }


  .prim-next-section-2-distinction {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-distinction {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}



  #main.first-part-produit-ra {
      position: relative;
      height: 650px; 
      width: 100vw;
      overflow: hidden;

      display: flex;
      align-items: center;
      justify-content: center;

      background: url("../images/autres/Banniere-ra.jpg") center center / cover no-repeat;
  }

  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-ra::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-ra .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-ra h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-ra h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
    z-index: 2;
  }


  .prim-next-section-2-ra {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-ra {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}





  #main.first-part-produit-pdv {
      position: relative;
      height: 550px; 
      width: 100vw;
      overflow: hidden;

      display: flex;
      align-items: center;
      justify-content: center;

      background: url("../images/autres/Points-de-vente.jpg") center center / cover no-repeat;
  }

  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-pdv::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-pdv .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-pdv h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-pdv h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-pdv {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-pdv {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}



  #main.first-part-produit-presse {
      position: relative;
      height: 550px; 
      width: 100vw;
      overflow: hidden;

      display: flex;
      align-items: center;
      justify-content: center;

      background: url("../images/autres/Banniere-Presse.jpg") center center / cover no-repeat;
  }

  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-presse::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-presse .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-presse h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-presse h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-presse {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-presse {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}

  .gif_dl:hover {
      filter: grayscale(1) brightness(0.5) sepia(1) hue-rotate(-50deg) saturate(500%);
      transform: scale(1.5);
      transition: 0.2s;
  }

  .gif_dl {
      transition: 0.2s;
  }
  #main.first-part-produit-banque-image {
      position: relative;
      height: 550px; 
      width: 100vw;
      overflow: hidden;

      display: flex;
      align-items: center;
      justify-content: center;

      background: url("../images/autres/Banniere-banque-image.jpg") center center / cover no-repeat;
  }

  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-banque-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-banque-image .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-banque-image h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-banque-image h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-banque-image {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-banque-image {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}






#main.first-part-produit-genese {
    position: relative;
    height: 550px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/autres/genese_banniere.jpg") center center / cover no-repeat;
    top: 70px;
}


  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-genese::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-genese .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-genese h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-genese h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-genese {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-genese {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}



#main.first-part-produit-histoire {
    position: relative;
    height: 550px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/autres/histoire_banniere.jpg") center center / cover no-repeat;
    top: 70px;
}


  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-histoire::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-histoire .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-histoire h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-histoire h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-histoire {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-histoire {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}


#main.first-part-produit-licone {
    position: relative;
    height: 550px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/autres/icone_banniere.jpg") center bottom / cover no-repeat;
    top: 70px;
}


  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-licone::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-licone .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-licone h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-licone h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-licone {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-licone {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}




#main.first-part-produit-contact {
    position: relative;
    height: 550px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/autres/banniere-contact.jpg") center center / cover no-repeat;
    top: 70px;
        margin-bottom: 120px;
}


  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-contact .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-contact h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-contact h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
  }


  .prim-next-section-2-contact {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-contact {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}




#main.first-part-produit-brochure {
    position: relative;
    height: 550px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/autres/Brochures-Banniere.jpg") center center / cover no-repeat;
    top: 70px;
}


  /* --- Voile sombre optionnel --- */
  #main.first-part-produit-brochure::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* --- Conteneur du texte centré --- */
  #main.first-part-produit-brochure .cover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1700px;
  }

  /* --- Typo du texte --- */
  #main.first-part-produit-brochure h6 {
      text-transform: uppercase;
      font-size: 18px !important;
      margin-bottom: 50px;
      margin-top: 170px;
  }

  #main.first-part-produit-brochure h1 {
    font-family: 'Marcellus', serif;
    font-size: 72px !important;
    line-height: 1.2;
    color: #fff;
    top: 50px;
    position: relative;
  }


  .prim-next-section-2-brochure {
      position: relative;
      background: #fff;
      color: #000;
      min-height: 960px;
      font-family: "Marcellus", serif;
      padding: 8rem 3rem 6rem;
      width: 100%;
  }

.prim-next-section-3-brochure {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 620px;
    font-family: "Marcellus", serif;
    padding: 8rem 3rem 6rem;
    width: 100%;
}

section.container.py-5.overwrite-containre-brochure {
    top: 120px;
    position: relative;
}



/*******************************************************************/
/************************* PAGE ARCHITECTE *************************/
/*******************************************************************/











  .marcellus-regular {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
  }

  span.objet-a-feu {
      font-family: 'Acumin Pro', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      color: #9d0000;
      float: right;
      z-index: 101;
      top: 40px;
      right: 50px;
      position: sticky;
      cursor: pointer;
      transition: 0.5s;
  }

  span.objet-a-feu:hover {
      color: #ce4a06;
      transform: translateX(20px);
      transition: 0.5s;
  }

  h1, h2, h3, h4, h5 {
    font-family: 'Acumin Pro', Arial, sans-serif;
  }

  /* 2. Appliquer la police aux h1 */
  h1 {
    font-family: 'Marcellus', serif;
  }

  h6 {
    font-family: 'Acumin Pro Bold', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 1rem;
  }


  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }



/****************************************************/
/******************* MENU SIDEBAR *******************/
/****************************************************/


  .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      width: 400px;
      height: 100vh;
      background-color: #fff;
      color: #000;
      z-index: 1;
  }

  .menu li a {
      display: block;
/*      padding: 6px 10px;*/
      text-decoration: none;
      color: #000;
      margin: 10px;
      transition: 0.5s;
      font-family: 'Acumin Pro Wide Light';
  }

  li.marcellus-32 {
      font-size: 30px;
      font-family: 'Marcellus';
      padding-top: 30px;
  }

  .close-menu {
      position: absolute;
      top: 20px;
      left: 23px;
      background: none;
      border: none;
      color: #fff;
      font-size: 2rem;
      cursor: pointer;
  }
  .txt-flag{
      vertical-align: middle;
      top: -2px;
      position: relative;
  }



/****************************************************/
/******************* MENU SIDEBAR *******************/
/****************************************************/


  /* overlay sombre full-screen, sous le menu */
  #menu-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.75);
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s;
    z-index: 998; /* juste en dessous de .offcanvas-menu (z-index:999) */
  }

  /* affichage de l’overlay quand on ajoute .active */
  #menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  .menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }


  .menu li:hover > a {
    font-family: 'Acumin Pro Wide Bold';
    color: #000;
    border-radius: 10px;
    transition: 0.5s;
  }

/*  .menu li:hover > a:after {
      content: '►';
      float: right;
      transition: 0.5s;
  }
*/

.menu li:hover > a:after {
    content: '►';
    float: right;
    transition: 0.5s;
    right: 40px;
    position: relative;
}

/*.li_sub_menu.bt-menu-580-extend:hover {
    font-family: 'Acumin Pro Wide Bold';
}*/

/*
  .has-submenu .active > a:after {
      content: '►';
      float: right;
      transition: 0.5s;
  }*/

  .has-submenu {
    position: relative;
  }


.submenu {
  position: fixed;              /* fixed */
  top: 0;                       /* collé en haut du viewport */
  left: 370px;                  /* même position horizontale qu’avant */
  width: calc(100vw - 370px);   /* prend tout l’espace à droite de la sidebar */
  height: 100vh;                /* prend toute la hauteur de l’écran */
  background-color: #f8f4f0;
  overflow-y: auto;             /* permet de scroller si le contenu dépasse */
  display: none;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;                 /* au-dessus du reste du contenu */
}

.produit {
    width: 1400px !important;
}

.collect {
    width: 755px !important;
}

.nrg {
    width: 755px !important;
}

.submenu.active {
  display: block;
}

/*  .submenu {
    position: absolute;
    top: -153px;
    left: 370px;
    background-color: #f8f4f0;
    width: calc(90vw - 260px);
    max-height: 100vh;
    max-width: 1110px;
    overflow-y: auto;
    display: none;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: #0000007a 10px 10px 9px 0px;
  }

  .submenu.active {
    display: block;
  }
*/
  /*.has-submenu:hover .submenu {
    display: block;
  }*/


  .lang-selector {
    position: relative;
    display: inline-block;
  }

  .lang-selector .flags-list {
    position: absolute;
    top: 0;
    left: 100%;
    display: flex;           /* toujours en flex pour aligner les drapeaux */
    overflow: hidden;        /* pour masquer le débordement */
    max-width: 0;            /* fermé au départ */
    white-space: nowrap;     /* un seul flux horizontal */
    transition: max-width 1s ease-in-out; /* animation sur 1 s */
/*    margin-left: 5px;        /* espace initial vers le 1er drapeau */*/
  }

  .lang-selector:hover .flags-list {
      max-width: 200px;
      top: -30px;
      left: -5px;
  }

.lang-current:hover + .flags-list,
.lang-selector .flags-list:hover {
  max-width: 200px;                          /* ajustez cette valeur
                                                (4×30px + 5×5px = 145px mini) */
}

/* espacement interne */
.lang-selector .flags-list a {
  margin-left: 5px;
  display: inline-block;
}
  /* on les affiche avec décalage */
  .lang-selector:hover .flags-list a:nth-child(1) { transition-delay: 0s;   opacity:1; transform: translateX(0); transition: 0.5s;  }
  .lang-selector:hover .flags-list a:nth-child(2) { transition-delay: 0.25s; opacity:1; transform: translateX(0); transition: 0.5s;  }
  .lang-selector:hover .flags-list a:nth-child(3) { transition-delay: 0.50s; opacity:1; transform: translateX(0); transition: 0.5s;  }
  .lang-selector:hover .flags-list a:nth-child(4) { transition-delay: 0.75s; opacity:1; transform: translateX(0); transition: 0.5s;  }

  /* Affichage décalage et Zoom */
  .lang-selector:hover .flags-list a:nth-child(1):hover  { transition-delay: 0s;   opacity:1; transform: translateX(0); transition: 0.5s; transform: scale(1.2); }
  .lang-selector:hover .flags-list a:nth-child(2):hover  { transition-delay: 0.25s; opacity:1; transform: translateX(0); transition: 0.5s; transform: scale(1.2); }
  .lang-selector:hover .flags-list a:nth-child(3):hover  { transition-delay: 0.50s; opacity:1; transform: translateX(0); transition: 0.5s; transform: scale(1.2); }
  .lang-selector:hover .flags-list a:nth-child(4):hover  { transition-delay: 0.75s; opacity:1; transform: translateX(0); transition: 0.5s; transform: scale(1.2); }


/*  .hero {
    position: relative;  
    width: 100%;
    height: 100vh;  
    overflow: hidden; 
  }

  .hero-video {
    position: absolute;
    top: 50%; left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
  }
*/

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}


  .hero-content {
    position: relative;
    top: 0.5rem;
    float: right;
    height: 100%;
    flex-direction: column;
    z-index: 1;
    color: #fff;
    width: 11rem;
    background-color: #b32525;
    border-radius: 15px;
    font-size: 0.8rem;
    right: 0.5rem;
}


.site-header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  z-index: 100;
  background: #fff;
  transition: background 0.4s ease;
  height: 100px;
}
.site-header.scrolled {
  background: rgba(0, 0, 0, 0.7);
}
.menu-toggle,
.search-toggle {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  right: 3rem;
}
.offcanvas-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 999;
}
.offcanvas-menu.active {
  transform: translateX(0);
}

.submenu.small-sub {
    max-width: 400px;
    color: #000;
}
.li_sub_menu:hover {
    transition: 0.25s;
    font-weight: 800;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #c0c0c0b3;
}

.li_sub_menu {
    transition: 0.25s;
    background-color: white;
    border-radius: 6px;
    transition: 0.25s;
}

.lib_sub_menu_accroche {
    float: right;
    top: 1px;
    position: relative;
    right: 50px;
    color: #a7a7a7;
    font-family: 'Acumin Pro Wide Light';
}


.li_sub_menu_chauffage {
    background: url(../medias/collections/chauffage-menu.jpg);
    background-size: cover;
    background-position-y: center;
    height: 13rem;
    filter: grayscale(1);
}
.li_sub_menu_chauffage:hover {
    filter: grayscale(0);
    box-shadow: 0px 0px 0px 0px;
    border-radius: 0;
}

.li_sub_menu_decorative {
    background: url(../medias/collections/decorative-menu.jpg);
    background-size: cover;
    background-position-y: center;
    height: 13rem;
    filter: grayscale(1);
}
.li_sub_menu_decorative:hover {
    filter: grayscale(0);
    box-shadow: 0px 0px 0px 0px;
    border-radius: 0;
}
.li_sub_menu_holo {
    background: url(../medias/collections/holo-menu.jpg);
    background-size: cover;
    background-position-y: center;
    height: 13rem;
    filter: grayscale(1);
}
.li_sub_menu_holo:hover {
    filter: grayscale(0);
    box-shadow: 0px 0px 0px 0px;
    border-radius: 0;
}

.li_sub_menu_outdoor {
    background: url(../medias/collections/outdoor-menu.jpg);
    background-size: cover;
    background-position-y: center;
    height: 13rem;
    filter: grayscale(1);
}
.li_sub_menu_outdoor:hover {
    filter: grayscale(0);
    box-shadow: 0px 0px 0px 0px;
    border-radius: 0;
}

.li_sub_menu_accessoires {
    background: url(../medias/collections/accessoires-menu.jpg);
    background-size: cover;
    background-position-y: center;
    height: 13rem;
    filter: grayscale(1);
}
.li_sub_menu_accessoires:hover {
    filter: grayscale(0);
    box-shadow: 0px 0px 0px 0px;
    border-radius: 0;
}

span.sub_text.sub_text_collect_menu:after {
  content: '';
    color: transparent !important;
    text-shadow: 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000;
}

span.sub_text {
    position: relative;
    top: 1px;
}

.li_sub_menu:hover span.sub_text::after {
    content: '►';
    float: right;
    position: relative;
    top: 1px;
    right: 10px;
}

/*.li_sub_menu:hover span.sub_text::after  {
    content: '►';
    float: right;
    position: relative;
    top: -2px;
    right: 10px;
}
*/



.li_sub_menu:hover img {
      filter: invert(24%) sepia(99%) saturate(1000%) hue-rotate(0deg) brightness(100%) contrast(190%)
}

.li_sub_menu:hover span.sub_text_collect_menu::after {
    content: '';
    color: transparent;
}

span.sub_text.sub_text_collect_menu {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Acumin Pro', sans-serif;
    font-weight: 600;
    text-shadow: -1px -1px 15px #000, 1px -1px 15px #000, -1px 1px 15px #000, 1px 1px 15px #000;
}

.sub_text_collect {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Acumin Pro', sans-serif;
    font-weight: 600;
    text-shadow: -1px -1px 15px #000, 1px -1px 15px #000, -1px 1px 15px #000, 1px 1px 15px #000;
}

/* flèche scroll */

/******************** FLÈCHE SCROLL ********************/
.scroll-down {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 5;
  animation: bounce 2s infinite;
}

.scroll-down svg {
  width: 100%;
  height: 100%;
  stroke: white;
  fill: none;
}

@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50%      { transform: translate(-50%, 10px); }
}


#main {
    height: 100vh;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 150px;
}

/* caché par défaut */
.main-banner {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 110px;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 50;
}

/* logo : transition */
.site-header .logo img {
  transition: filter 0.3s ease;
}

/* quand on a scrollé assez */
.scrolled-to-main .main-banner {
  transform: translateY(0);
}
.scrolled-to-main .logo img {
  filter: invert(1);
  transition: 1s;
}
/* transition douce pour les boutons */
.menu-toggle,
.close-menu {
  transition: color 0.3s ease;
}

/* une fois qu’on a scrollé sous .hero */
.scrolled-to-main .menu-toggle,
.scrolled-to-main .close-menu {
  color: #000;
}

/* 1.1. Flexbox pour aligner horizontalement */
#main.first-part {
  display: flex;
  justify-content: space-between; /* distribue l’espace */
  align-items: center;
  flex-wrap: nowrap;              /* interdit le retour à la ligne */
  gap: 40px;                       /* écart entre les images */
  max-height: 40vh;
  margin-bottom: 12rem;
}


/* 1. Chaque <div> fait 1 fraction de l’espace */
#main.first-part > div {
  flex: 1;  
}

/* 2. L’image remplit entièrement le conteneur en largeur */
#main.first-part img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 5px 5px 10px 0px #00000085;
}
.titre-collection {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 5px 5px 10px 0px #00000085;
}

.hover_collect:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.hover_collect {
    transition: 0.5s;
}


/* Section design/carousel (ID renommé) */

/* Carousel personnalisé (évite le conflit avec Bootstrap) */
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.infinite-carousel {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 10px;
}
.infinite-carousel::-webkit-scrollbar { display: none; }
.infinite-carousel-item {
  flex: 0 0 auto;
  width: calc((100% / 5) - 20px);
  margin: 0 10px;
  transition: transform 0.3s ease;
}
.infinite-carousel-item img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}



h1.titre-section {
    width: 100%;
    text-align: center;
    font-size: 3rem;
    position: relative;
    top: -2rem;
}

/* Titre de section */
#main .titre-section {
  font-family: 'Marcellus', serif;
  font-size: 3rem;
  margin-bottom: 40px;
  color: #000;
}

/* Bloc de collections */
.collect-bloc {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  flex: 1 1 calc(30% - 20px);
  margin: 10px;
  display: flex;
  flex-direction: column;

}

/* Conteneur flex pour aligner les 3 blocs */
#main .collect-bloc:nth-child(1) {
  /* juste pour l'exemple, rien à changer ici */
}

#main.first-part-produit {
    align-items: center;
    max-height: 0vh;
    background-color: #f8f4f0;
    max-width: 100% !important;
    top: 40px;
    position: relative;
    margin-bottom: 6.5rem;
}


#main .titre-section-produit {
    font-family: 'Marcellus', serif;
    font-size: 2rem;
    margin-bottom: 40px;
    color: #000;
    position: relative;
    top: -45px;
    text-align: center;
}


section#texte-section-produit {
    height: 40vh;
    max-width: 1320px;
    margin: 0 auto;
}

section#texte-section-3d {
    height: 690px;
    max-width: 1700px;
    margin: 0 auto;
/*    padding-top: 6rem;*/
}
.back-white {
    background-color: #fff !important;
    flex: 0 0 50% !important;
    padding: 150px 0px 0px 140px !important;
    vertical-align: middle;
}

.section-produit-asso-beige {
    height: 900px;
    background: #F8F4EE;
    width: 100vw !important;
    padding-top: 130px;
}
.overwrite-section-produit-asso {
    width: 100vw;
    max-width: 100vw;
    padding: 140px 0px 0px;
}

/*img.img-fluid.rounded {
    max-height: 400px;
}
*/



iframe {
    height: 590px;
    width: 620px;
}

/* Titre de chaque carte */
.collect-bloc-titre {
    position: absolute;
    top: -68px;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    width: 100%;
    left: 0px;
}

/* Texte de description */
.collect-bloc-texte {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  padding: 10px;
  flex-grow: 1;
  text-align: justify;
  width: 100%;
}

.bloc-bouton {
    width: 48% !important;
    display: grid;
    align-content: stretch;
    align-items: end;
    justify-items: start;
    justify-content: center;
}

span.bouton-accueil {
    background-color: #000;
    padding: 2rem;
    width: 35rem;
    border-radius: 1rem;
    box-shadow: 10px 7px 10px silver;
    text-transform: uppercase;
}

span.bouton-accueil-bis {
    background-color: #f9f4f1;
    padding: 2rem;
    width: 35rem;
    border-radius: 1rem;
    box-shadow: 10px 7px 10px silver;
    text-transform: uppercase;
}

span.bouton-accueil a {
    text-decoration: none;
    color: #fff;
    font-family: 'Acumin Pro', Arial, sans-serif;
    font-weight: 700;
}

span.bouton-accueil-bis a {
    text-decoration: none;
    color: #000;
    font-family: 'Acumin Pro', Arial, sans-serif;
    font-weight: 700;
}

span.bouton-accueil {
    color: #fff;
    font-family: 'Acumin Pro', Arial, sans-serif;
    font-weight: 700;
}
span.bouton-accueil-bis {
    color: #000;
    font-family: 'Acumin Pro', Arial, sans-serif;
    font-weight: 700;
}
span.bouton-accueil-bis:after {
    content: '►';
    float: right;
}

span.bouton-accueil-bis:hover {
    box-shadow: 5px 3px 5px silver;
    position: relative;
    top: 5px;
    left: 5px;
}

footer.footer {
    height: 700px;
    background-color: #000;
    text-align: right;
    padding-right: 3rem;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.indices{
  width: 38%;
  float: left;
  display: inline-block;
}

/****************************************************/
/******************* PAGE PRODUIT *******************/
/****************************************************/

/* --- Structure principale --- */
  .overwrite-gap4 {
    gap: 29px !important;
    padding-bottom: 50px;
    position: relative;
    top: 20px;
  }
section#design-section-produit {
    width: 100vw;
    height: 92vh;
    position: relative;
}
.metrique-photo {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.produit-titre {
    font-size: 58px !important;
}
/*.overwrite-metrique {
    position: relative;
    top: 15%;
}
*/.ss-titre-section-produit.produit-ss-titre {
    font-family: 'Acumin Pro Wide';
    font-size: 16px !important;
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
}

.dimension-produit {
    padding-top: 20px;
    font-family: 'Acumin Pro Wide Light';
    font-size: 38px !important;
}
.energie-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.energie-item img {
  height: 40px;
  width: auto;
  display: block;
  object-fit: contain;         /* garde les proportions */
  vertical-align: middle;
  margin: 0;                   /* supprime tout décalage */
}

.energie-label {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-top: 4px;
}

span.ss_titre-produit-designer {
    font-family: 'Marcellus', serif;
    font-size: 38px;
    font-weight: 100;
/*  border-bottom: 2px solid #000;*/
    padding-bottom: 20px;
}

th.nom-designer {
    font-size: 25px;
    font-family: 'Acumin Pro';
}

.table-designer{
    width: 100%;
    font-family: 'Acumin Pro', sans-serif;
    position: relative;
    bottom: 0;
    left: 0;
    top: 20px;
}

.energie-container {
    align-items: flex-end;
    gap: 20px;
    flex-wrap: nowrap;
    margin: 20px 0;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
}


section#texte-section-produit {
    height: 40vh;
    max-width: 1700px;
    margin: 0 auto;
    padding-top: 140px;
}

h1.titre-produit-designer {
    font-family: 'Acumin Pro Bold';
    text-transform: uppercase;
    font-size: 16px !important;
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.slide-track {
  display: flex;
  position: relative;
  left: 0;
  transition: transform 0.5s ease;
  width: fit-content;
  margin: 0;
  padding: 0;
}
.slide {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* boutons flèches en bas à droite */
.button-overlay {
  position: absolute;
  bottom: 40px;
  right: 50px;
  display: flex;
  gap: 15px;
  z-index: 10;
}

button.slider-arrow.prev {
    left: -105px;
    top: -20px !important;
}

button.slider-arrow.next {
    left: -40px;
    top: -20px !important;
}

.slider-arrow {
  background-color: rgba(255,255,255,0.85);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
}

.slider-arrow:hover {
  background-color: rgba(255,255,255,1);
  transform: scale(1.05);
}

.slider-arrow svg {
  fill: #000;
}



/* --- Colonne gauche (infos produit) --- */
.metrique {
    flex: 0 0 38%;
    height: 100%;
    background-color: #F8F4EE;
    padding: 120px 60px 0 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #000;
}

/* Titres et textes */
.titre-section-produit {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: normal;
}

.metrique h1 {
    font-size: 2rem;
    margin-bottom: 0.2rem;
    line-height: 1.2;
}

.metrique span {
    font-size: 1rem;
    color: #555;
}

/* --- Couleurs --- */
.metrique div[style*="background-color"] {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 10px;
}

/* --- Énergies --- */
.metrique img {
    display: inline-block;
    vertical-align: middle;
}

.aff-ener-dispo {
    display: inline-block;
    margin-right: 1.2rem;
    text-align: center;
}

.aff-ener-dispo div {
    font-size: 0.9rem;
    color: #000;
}

/* --- Colonne droite (image) --- */
.metrique-photo {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.metrique-photo img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* --- Boutons de navigation image --- */
.button-overlay button.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(255,255,255,0.3);
    border: none;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.button-overlay button.slider-arrow:hover {
    background: rgba(255,255,255,0.6);
}

a.btn.btn-noir-outline.js-spec-toggle {
    border: 2px solid #000;
    padding: 7px 12px 4px 12px;
    float: left;
}

/* --- Titres et espacements internes --- */
.h1, h1 {
    font-size: 2rem !important;
}

.h5, h5 {
    font-size: 1.05rem !important;
}

.overwrite-gap4 {
    gap: 29px !important;
    padding-bottom: 50px;
    position: relative;
    top: 20px;
}

/* --- Bouton spécifications --- */
.btn-noir {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 40px;
    transition: background-color 0.3s ease;
}

.btn-noir:hover {
    background-color: #333;
}






.spec-accordion {
    width: 90%;
    display: inline-block;
    position: relative;
    top: 75px;
    vertical-align: top;
    left: 55px;
}

.label_energetique {
    width: 70px;
    position: absolute;
    top: 3.2rem;
    right: 40px;
}

span.titre-spec.marcellus-regular {
    font-size: 2rem;
    position: absolute;
    top: 3rem;
    right: 50px;
    text-transform: lowercase;
    width: 80%;
}
span.titre-spec.marcellus-regular::first-letter {
  text-transform: uppercase;
}



/**************************************************/
/******************* modif flow *******************/
/**************************************************/




.descriptif-produit {
  width: 58%;
  float: right;
  height: 27vh;           /* hauteur fixe du bloc */
  border-radius: 10px;
  overflow-x: hidden;     /* on masque l’horizontal si jamais */
  overflow-y: auto;       /* n’affiche la verticale que si besoin */
  text-align: justify;
}


/*#scroll-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px; /* ou comme tu veux */
  height: auto;
  z-index: 10; /* pour qu’il reste visible au-dessus du texte */
}
*/
.descriptif-produit-3d {
  width: 58%;
  float: right;
  overflow: hidden;
  height: 50vh;           /* hauteur fixe du diaporama */
  border-radius: 10px;
/*  overflow-y: scroll;*/
}

a.btn.btn-noir {
    font-size: 1rem;
    font-family: 'Acumin Pro Bold', sans-serif;
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    transition: 0.5s;
    padding-top: 10px;
}

a.btn.btn-noir:hover {
    cursor: pointer;
    color: #fff;
    background-color: #7d7d7d;
    border: 2px solid #000;
    transition: 0.5s;
}

a.btn.btn-blanc {
    font-size: 1rem;
    font-family: 'Acumin Pro Bold', sans-serif;
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    transition: 0.5s;
    width: 80%;
    text-transform: uppercase;
    padding-top: 10px;
}

a.btn.btn-blanc:hover {
    cursor: pointer;
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    transition: 0.5s;
}

/*a.btn.btn-noir.spec.\33 d {
    width: 80%;
}*/

a.btn.btn-noir.spec.\33 d {
    font-size: 1rem;
    font-family: 'Acumin Pro Bold', sans-serif;
    color: #000;
    background-color: #ffffff;
    border: 2px solid #000;
    transition: 0.5s;
    padding-top: 10px;
    text-transform: uppercase;
    width: fit-content !important;
}


.second-part-produit-sketchfab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.second-part-produit-sketchfab h1 {
  font-weight: normal;
  margin-bottom: 2rem;
}






/* overlay sombre full-screen, derrière le panneau */
#spec-tech-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.75);
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s;
  z-index: 9999; /* juste en dessous du panneau (10000) */
}

/* quand on lui ajoute la classe .active, on l’affiche */
#spec-tech-overlay.active {
  visibility: visible;
  opacity: 1;
}

/****************************************************************/
/****************** PANNEAU DES SPECIFICATIONS ******************/
/****************************************************************/

#spec-tech-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background: #f8f4f0;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 10000;
  padding: 85px 120px 0px;
  overflow-y: auto;
}

#spec-tech-panel.open {
  transform: translateX(0);
}

#spec-tech-panel .js-spec-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

span.titre-spec-modal {
  font-family: "Acumin Pro Bold";
  text-transform: uppercase;
  font-size: 16px;
}

span.titre-modele-modal {
  font-family: "Marcellus";
  font-size: 40px;
}

.label-energie-modal {
  width: 70px;
  position: absolute;
  top: 122px;
  right: 120px;
}

/****************************************************************/
/***********************  CONTENU INTERNE  ***********************/
/****************************************************************/

.spec-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Bloc blanc */
.spec-block {
    background-color: #fff;
    padding: 20px 30px 5px;
    border-radius: 6px;
}

/* Titre du bloc */
.spec-title {
  font-family: "Acumin Pro Bold";
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
  display: inline;
  width: fit-content;
}

/****************************************************************/
/********************  TABLEAU DE SPECIFICATIONS  ****************/
/****************************************************************/

.ul-spec {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Lignes des données */
.ul-spec li {
  display: grid;
  grid-template-columns: 200px auto; /* colonne label + colonne valeur */
  column-gap: 20px;
  align-items: baseline;
  font-size: 15px;
  color: #333;
  margin-bottom: 6px;
  width: 60% !important;
  float: right;
  position: relative;
  top: -20px;
}

/* Label (colonne gauche) */
.ul-spec li span.label {
  color: #333;
}

/* Valeur (colonne droite) */
.ul-spec li strong {
  font-weight: 600;
  color: #000;
  text-align: left;
}

/* Dernière ligne sans marge */
.ul-spec li:last-child {
  margin-bottom: 0;
}

/****************************************************************/
/**********************  AUTRES BLOCS  ***************************/
/****************************************************************/

/* Liens documents */
.doc-link {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
    transition: background-color 0.2s;
    border: 1px solid #000;
    width: max-content;
}

.doc-link:hover {
  background-color: #e0dedb;
}

img.picto-dl-doc {
    height: 15px;
    padding-right: 5px;
}


/* Labels et prix */
.img-recompenses {
  max-height: 120px;
  max-width: 120px;
  object-fit: contain;
}

.recompense-item {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
}
.overwrite-gap4 {
    gap: 45px !important;
    padding-bottom: 60px;
    position: relative;
    top: 6px;
    width: 60%;
    float: right;
}





/****************************************************************/
/*********************** RESPONSIVE ******************************/
/****************************************************************/

@media (max-width: 900px) {
  #spec-tech-panel {
    width: 100%;
    padding: 60px 40px 20px;
  }

  .ul-spec li {
    grid-template-columns: 1fr;
  }

  .ul-spec li strong {
    margin-left: 0;
  }
}


.div-img-menu-petit {
    width: 100%;
    text-align: center;
    padding: 90px 90px 40px 90px;
}
.img-menu-petit {
    width: 100%;
    padding: 90px 90px 40px 90px;
}
.bt-menu-580 {
  width: 580px;
  margin: 0 auto;
}
.bt-menu-580-extend {
  font-family: 'Acumin Pro Wide Bold';
    width: 540px;
    margin: 0 auto;
    height: 70px;
    padding: 25px 10px 10px 30px !important;
}
/*span.titre-spec.marcellus-regular {
    font-size: 2rem;
    position: absolute;
    top: 3rem;
    left: 200px;
}
*/

/*.spec-accordion {
    width: 52%;
    display: inline-block;
    position: relative;
    top: 75px;
    vertical-align: top;
    left: 55px;
}
*/
.img-spec {
  height: 80vh;
  position: relative;
  top: -25px;
}

  details {
      background-color: #fff;
      margin: 20px;
      border-radius: 10px;
  }

  .spec-accordion summary {
    list-style: none;           /* supprime le marker par défaut */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    font-weight: bold;
  }
  /* masque le triangle par défaut sur WebKit */
  .spec-accordion summary::-webkit-details-marker {
    display: none;
  }
  /* insère notre chevron et anime la rotation */
  .spec-accordion summary::after {
    content: '⌄';
    transition: transform .3s ease;
  }
  /* quand ouvert, on fait pivoter la flèche */
  .spec-accordion details[open] summary::after {
    transform: rotate(180deg);
  }

  .spec-accordion ul {
    margin: 0;
    padding: 0 1.5rem 1rem;
  }
  .spec-accordion li {
    margin-bottom: .5rem;
  }

/*  .ul-spec {
      background-color: #f8f4f0;
      border-bottom: 1px solid silver;
  }
*/
  .js-spec-toggle {
      text-transform: uppercase;
  }



/* 1) Le wrapper laisse déborder les flèches */
.custom-carousel-wrapper {
  position: relative;
  overflow: visible;       /* <-- important */
/*  padding: 0 2rem;         /* espace interne pour que le track ne soit pas caché */*/
}

/* 2) Le track fait toujours le scroll horizontal */
.custom-carousel-track {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;    /* masquage scroll IE */
  scrollbar-width: none;       /* masquage scroll Firefox */
}
.custom-carousel-track::-webkit-scrollbar {
  display: none;               /* masquage scroll Chrome/Safari */
}

/* 3) Les items */
/*.custom-carousel-item {
  flex: 0 0 45%;
  margin-right: 45px;
}*/

.custom-carousel-item {
  flex: 0 0 auto;
  width: 380px; /* adapte selon ton design */
  margin: 0 1rem;
  text-align: center;
}
/* Image du slider */
.custom-carousel-item img {
  width: 100%;
  height: 470px; /* fixe une hauteur uniforme */
  object-fit: cover; /* conserve le ratio sans déformation */
  border-radius: 10px;
  display: block;
}

/* Titre en dessous */
a.lien_asso {
    text-decoration: none;
}
.titre_asso {
    font-family: 'Acumin Pro Bold';
    font-size: 20px;
    margin-top: 0.5rem;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
}
p.ss_titre_asso {
    text-align: left;
    color: #000;
}



/* 4) Les flèches décalées vers l'extérieur */
.custom-carousel-arrow {
  position: absolute;
  bottom: -100px;
  transform: translateY(-50%);
  background: rgba(255,255,255,0);
  border: 2px solid #000;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.overwrite-titre-section-association {
    padding-bottom: 30px;
}

.custom-carousel-item:first-child {
  margin-left: 3%;
}
.custom-carousel-arrow.prev {
  left: 47vw; 
}
.custom-carousel-arrow.next {
  right: 47vw;
}

.custom-carousel-item:last-child {
  margin-right: 3%;
}

#texte-section-3d {
  display: flex;
  align-items: center; /* centrage vertical */
  justify-content: space-between; /* optionnel : espace entre les deux blocs */
  padding: 0px; /* optionnel : un peu de marge intérieure */
}


.descriptif-produit-3d {
  overflow: hidden; /* évite le `none` qui n'existe pas */
}

img.picto-social {
    width: 20px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7470%) hue-rotate(186deg) brightness(99%) contrast(112%);
    margin: 0.5rem;
}
img.picto-social:hover {
    filter: brightness(0) saturate(100%) invert(23%) sepia(57%) saturate(3909%) hue-rotate(349deg) brightness(92%) contrast(84%);
}




/****************************************************/
/************* desactivé pour le moment *************/
/****************************************************/

/*@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 31.5% !important;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 48% !important;
    }

}

@media screen and (max-width: 767px) {

}


@media screen and (min-width: 768px) and (max-width: 1900px) {
  .second-part {
    background-color: #f8f4f0;
    min-height: 50vh;
    margin-top: 50px;
    padding: 0 10rem;
    max-width: 100% !important;
  }*/

/****************************************************/
/************* desactivé pour le moment *************/
/****************************************************/






/******************************************************************************/
/************************** CORPS DE LA PAGE PRODUIT **************************/
/******************************************************************************/


  #main.first-part-produit {
    align-items: center;
    max-height: 0vh;
    background-color: #f8f4f0;
    max-width: 100% !important;
    top: 19px;
    position: relative;
    margin-bottom: 4.5rem;
  }

.second-part-produit {
    background-color: #f8f4f0;
    width: 100vw;
    height: calc(100vh - 100px);
    position: relative;
    top: 100px;
}


/********************* VRAC CORPS DE PAGE PRODUIT *******************/

     .img-spec {
      height: 60vh;
      position: relative;
      top: -25px;
      left: -5rem;
    }
    
    #cover-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    section#section-produit-spec {
      height: 50vh;
      max-width: 1320px;
      margin: 0 auto;
    }
    .show-div-spec {
      opacity: 0;
      transition: opacity 2.2s ease-in-out;
    }
    .show-div-spec.visible {
      opacity: 1;
    }

  .carousel-container {
    position: relative;
    height: 100%;
    width: 100%;
    transform: translateY(50%);
  }

  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }

  .carousel-track img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    fill: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }

  .carousel-arrow.prev {
    left: 10px;
  }

  .carousel-arrow.next {
    right: 10px;
  }

  section#texte-section-produit {
      height: 40vh;
      max-width: 1320px;
      margin: 0 auto;
      box-shadow: 5px 5px 20px #0000003b;
      border-radius: 10px;
      padding-left: 70px;
      padding-right: 70px;
      padding-top: 50px;
      padding-bottom: 50px;
  }
  section.ener_dispo {
      height: 30vh;
      max-width: 1320px;
      margin: 0 auto;
      text-align: center;
  }
  .aff-ener-dispo {
    border: 2px solid #c6c6c6;
    padding: 20px 80px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
  }
  iframe {
    width: 100%;
    height: 54vh;
  }

/*  .custom-carousel-item {
      flex: 0 0 28%;
      margin-right: 5%;
      text-align: center;
  }*/

/*  .custom-carousel-item img {
      max-height: 280px;
      max-width: fit-content;
  }*/

  a.lien_asso {
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
  }




 /* a.btn.btn-noir.spec.\33 d {
    width: 70%;
  }*/

/**************** FIN VRAC CORPS DE PAGE PRODUIT ****************/













  .footer {
      background: #000 !important;
      color: #fff;
      padding: 20px 10px 10px 20px !important;
      font-size: 16px;
      letter-spacing: 0.2px;
  }

  .footer-columns {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 17px !important;
      flex-wrap: wrap;
      text-align: left;
  }
  .footer-col {
      min-width: 150px !important;
      margin-bottom: 18px;
  }

  /* carte des revendeurs */
  .details {
      background: #f9f4f1;
      color: #000 !important;
      width: 30%;
      position: absolute;
      left: 65%;
      top: 190px;
  }
  #map-container {
      position: relative;
      max-width: 100%;
      top: 67px;
  }
  .map-form {
      position: absolute;
      top: 200px;
  /*  left: 30px;*/
      background: rgba(255,255,255,0.9);
      padding: 0.75rem;
      border-radius: 0.25rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  /*  width: 1200px;*/
      z-index: 0;
  }

  .map-form .form-group, .map-form .btn {
    margin-bottom:0.5rem;
  }
  
  button#locateMe {
      position:absolute;
      top:10px;
      left:50px;
      z-index:10;
    }


}


/* Desktop */
@media screen and (min-width: 1201px) {
  .second-part {
    background-color: #f8f4f0;
    min-height: 40vh;
    margin-top: 50px;
    padding: 0 10rem;
    max-width: 100% !important;
  }

  .footer-columns {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 17px !important;
      flex-wrap: wrap;
      text-align: left;
  }
  .footer-col {
      min-width: 150px !important;
      margin-bottom: 18px;
  }

  .btn-wrapper {
      display: flex;
      align-items: center;
      gap: 10px !important;
      justify-content: center;
  }


  /* carte des revendeurs */
  .details {
      background: #f9f4f1;
      color: #000 !important;
      width: 30%;
      position: absolute;
      left: 65%;
      top: 190px;
      box-shadow: -10px 10px 15px silver;
  }
  #map-container {
      position: relative;
      max-width: 100%;
      top: 67px;
  }
  .map-form {
      position: absolute;
      top: 200px;
  /*  left: 30px;*/
      background: rgba(255,255,255,0.9);
      padding: 0.75rem;
      border-radius: 0.25rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  /*  width: 1200px;*/
      z-index: 0;
  }

  .map-form .form-group, .map-form .btn {
    margin-bottom:0.5rem;
  }
  
  button#locateMe {
      position:absolute;
      top:10px;
      left:50px;
      z-index:10;
    }




}

/* Desktop */
/*@media screen and (min-width: 1301px) {
  .second-part {
    background-color: #f8f4f0;
    min-height: 48vh;
    margin-top: 50px;
    padding: 0 10rem;
    max-width: 100% !important;
  }


}
*/


a.btn.btn-noir-outline.js-spec-toggle:hover {
    background-color: #000;
    color: #fff;
}


/* ---------------------------------------------------------------- */
/* ------------------- RESPONSIVE PRINCIPAL ----------------------- */
/* ---------------------------------------------------------------- */


/* ----------------------------------------- */
/* 0px -> 768px : Mobiles / Tablettes
----------------------------------------- */
@media only screen and (max-width: 768px) {
  .logo_header {
      height: 45px;
  }
  .site-header {
      height: 60px;
  }

  .titre_menu {
      font-size: 16px;
  }
  .burger_menu {
      font-size: 22px;
  }

  .video-text {
    font-family: 'Marcellus';
    font-size: 37px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 3s ease;
    z-index: 2;
    width: 90%;
    text-shadow: 0px 0px 9px #000;
  }

  .texte-black-video {
    color: #000;
    text-shadow: 0px 0px 0px #000;
  }

  .video-text.show {
    opacity: 1;
  }

  .site-header {
      padding: 1rem 1rem;
  }
  .scroll-down {
      width: 38px;
      height: 38px;
  }
  .video-text.show {
    opacity: 1;
  }

  .prim-text h2 {
      font-size: 35px;
      line-height: 1;
      margin-bottom: 0rem;
  }

  .prim-content {
    flex-direction: column;
    text-align: center;
    max-width: 95%;
  }

  .prim-text, .prim-photo {
    flex: 1 1 100%;
  }

  .prim-photo img {
    max-height: none;
  }


  .prim-text h6 {
      font-size: 16px;
      margin-bottom: 3rem;
  }

  .btn-prim {
      margin-top: 50px;
      font-size: 16px;
  }

  .prim-part-acc {
      top: 17vh;
  }

  .prim-next-section {
      padding: 15rem 2rem 0rem;
  }
  .text-block h6 {
      font-size: 16px;
  }
  .text-block h1 {
      font-size: 35px !important;
      line-height: 1.3;
      color: #000;
  }

  .slide-fire {
      padding: 2rem 0;
  }
  .slide-item p {
      font-size: 35px;
      line-height: 6rem;
      margin-top: 0rem;
  }

  .prim-next-section-6 {
      margin-top: 45px;
  }

  .collections-text {
      padding-top: 2rem;
  }

  .prim-next-section-6 {
      height: 1490px;
  }

  .collections-images-logo img {
    left: -210px;
  }
  


  .collections-text h6 {
      font-size: 16px;
      margin-bottom: 1rem;
  }

  .collection-card.chauffage {
      position: relative;
      top: 10px;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 3;
      margin: 0 auto;
  }

  .collection-card.decorative {
      position: relative;
      top: 50px;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 2;
  }

  .collection-card.outdoor {
      position: relative;
      top: 90px;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 1;
  }


    .beyond-bloc-1 {
        position: relative;
        width: 330px;
        height: 400px;
        overflow: hidden;
        border-radius: 10px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .beyond-bloc-1 img {
        width: 350px;
        height: 400px;
        object-fit: cover;
        display: block;
        filter: brightness(90%);
        transition: filter 0.4s ease, transform 0.4s ease;
    }

  h1.h1-size-down {
      font-size: 40px !important;
  }
  .collections-images-logo img {
      max-height: 65px;
      object-fit: contain;
      filter: brightness(0) invert(1);
      top: 60px;
      position: relative;
  }
  img.collection-card-fabfr {
      left: 150px;
  }
  .contact-image img {
      width: 100%;
  }
h1.footer-h1 {
    font-size: 22px !important;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    padding-top: 10px;
}

.footer-column a {
    font-size: 14px;
}

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr; /* ✅ Deux colonnes */
    gap: 30px; /* Espace entre les colonnes */
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .newsletter {
    grid-column: span 2; /* ✅ Pour que la newsletter prenne toute la largeur */
  }

  .footer-contact-btn,
  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }

  .footer-logo {
      margin-bottom: 0px;
  }
  .footer-logo img {
      width: 102px;
  }

.collections-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
    gap: 0px;
    flex-direction: column;
}
.prim-next-section-6 {
    padding: 2rem;
}
.collections-buttons a {
    width: 100% !important;
}
.collections-images {
     width: 100%; 
}

button.btn-collection {
    width: 100% !important;
}
.collections-text {
    padding-top: 2rem;
    width: 100%;
    padding-bottom: 2rem;
}
.box-tooltip {
    display: none;
}

a.collection-card.chauffage {
    height: 300px;
}
a.collection-card.decorative {
    height: 300px;
}
a.collection-card.outdoor {
    height: 300px;
}


/* ---------------- sidebar ---------------- */

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100vh;
    z-index: 1;
    overflow-y: auto;
}
li.marcellus-32:first-child  {
    padding-top: 10px !important;
}

li.marcellus-32 {
    font-size: 20px;
    font-family: 'Marcellus';
    padding-top: 20px !important;
}

.menu li a {
    font-size: 14px;
    margin: 5px;
}
.grid-item.grid-large {
    display: none;
}
.submenu {
  left: 200px;
  max-width: 210px;
}
.grid-images img {
    width: 85%;
}

.image-collection-menu {
    display: none;
}
.bt-menu-580-extend {
  width: 170px;
  padding: 10px 5px 5px 10px !important;
}
span.lib_sub_menu_accroche {
    font-size: 12px;
    top: 10px;
    position: relative;
    left: 0;
}
.img-4flammes-menu {
    display: none;
}


/* ---------------- sidebar ---------------- */


/* ---------------- collection ---------------- */

  .products-grid {
      padding: 0 30px;
  }
  
/* ---------------- collection ---------------- */

  #main.brochure-bandeau {
      background: url(/images/brochures/Brochures-Banniere.jpg) !important;
      background-size: cover !important;
      min-height: 300px !important;
  }

  .box-tooltip {
      display: none;
  }

  select#famille {
      color: #000 !important;
  }

  select#energie {
      color: #000 !important;
  }

  select#modele {
      color: #000 !important;
  }

  select#poses {
      color: #000 !important;
  }

  .contact-content h1 {
      font-size: 40px !important;
  }
  .custom-carousel-arrow.prev {
      left: 39vw;
  }
  .custom-carousel-arrow.next {
      right: 39vw;
  }

  .section-produit-asso-beige {
      padding-top: 70px;
  }

  .overwrite-titre-section-association {
      padding: 0px 20px 30px 20px;
  }
  .section-produit-asso-beige {
      padding-top: 50px;
  }




  .second-part-produit {
      top: 60px;
  }
  .metrique {
      flex: 1;
      max-height: 740px;
      gap: 0;
      background-color: #F8F4EE;
      padding: 20px 20px 10px 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      color: #000;
  }
  .indices {
      width: 100%;
  }
  section#design-section-produit {
      width: 100vw;
      height: 1200px;
      position: relative;
      display: flex;
      flex-direction: column-reverse;
  }
  .produit-titre {
      font-size: 35px !important;
  }
  .ss-titre-section-produit.produit-ss-titre {
      font-size: 15px !important;
  }
  .dimension-produit {
      font-size: 35px !important;
  }
  .metrique span {
      font-size: 15px;
      color: #000;
  }
  .metrique-photo {
      flex: 1;
      position: relative;
      overflow: hidden;
      max-height: 530px !important;
      top: 0px;
  }
  .metrique-photo img {
      width: 100%;
      height: 550px;
      object-fit: cover;
  }
  .slider {
      position: relative;
      overflow: hidden;
      width: 100%;
      box-sizing: border-box;
      max-height: 620px;
  }
  .button-overlay {
      position: absolute;
      bottom: 20px;
      right: 30px;
      display: flex;
      gap: 15px;
      z-index: 10;
  }
  section#texte-section-produit {
      height: 800px;
      max-width: 100vw;
      box-shadow: 0px 0px 0px;
      padding: 30px 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  .second-part-produit {
      background-color: #fff;
  }
  table.table-designer::before {
      content: "";
      position: absolute;
      top: -27px;
      left: 0;
      right: 0;
      border-top: 2px solid black;
  }

  .produit-designer-part {
      width: 100% !important;
  }
  span.ss_titre-produit-designer {
      font-size: 20px;
  }
  h1.titre-produit-designer {
      font-size: 14px !important;
  }
  .descriptif-produit {
      width: 100%;
      float: right;
      border-radius: 0px;
      overflow-y: auto;
      text-align: justify;
      height: 390px !important;
  }
  a.btn.btn-blanc.spec {
      width: 90% !important;
  }
  .back-white {
      background-color: #fff !important;
      flex: 0 0 50% !important;
      padding: 30px 0px 0px 0px !important;
      vertical-align: middle;
  }
  .second-part {
      padding: 0 0rem !important;
  }
  section#texte-section-3d {
      height: 690px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      height: 930px;
  }
  .descriptif-produit-3d {
      width: 100% !important;
  }
  .metrique.marcellus-regular.btn-3d.back-white {
      padding: 20px !important;
  }
  .metrique.marcellus-regular.btn-3d.back-white {
      width: 100%;
  }

  p.feu-instant-txt {
      max-width: 90% !important;
  }
  #main.first-part-produit-collection {
      height: 440px !important;
  }
  #main {
      padding-top: 60px !important;
  }

  .slide-next {
      transform: translate(calc(100% + 120px), 215px);
  }

  .slide-prev {
      transform: translate(calc(-100% - 120px), 215px);
  }

  #main.first-part-produit-inspiration h1 {
      font-size: 32px !important;
  }
  #main.first-part-produit-inspiration {
      height: 300px;
  }
  .filters-container {
      max-width: 100vw;
      padding: 10px;
      margin: 0px;
      box-shadow: 0px 0px 0px;
      border-radius: 0px;
      display: flex;
      flex-direction: column;
  }
  .filter-label {
      font-size: 14px;
  }
  .filters-container select {
      appearance: none;
      border: none;
      padding: 5px 6px;
      border-radius: 8px;
      background-color: #fff;
      font-size: 14px;
      cursor: pointer;
      min-width: 100%;
      margin-bottom: 0;
  }
  .filters-container {
      max-width: 100vw;
      padding: 10px;
      margin: 0px;
      box-shadow: 0px 0px 0px;
      border-radius: 0px;
      display: flex;
      flex-direction: column;
  }
  .filter-label {
      margin-bottom: 0.5em;
      font-size: 14px;
      letter-spacing: 0.02em;
  }
  .filters-container select {
      appearance: none;
      border: none;
      padding: 6px 8px 2px;
      border-radius: 6px;
      background-color: #fff;
      font-size: 14px;
      cursor: pointer;
      min-width: 180px;
      margin-bottom: 0;
  }

}

/* ----------------------------------------- */
/*  769px -> 1024px : Petits écrans, laptops
----------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1024px) {

  .logo_header {
      height: 50px;
  }
  .produit {
      width: 670px !important;
  }
  .site-header {
      height: 75px;
  }

  .video-text {
    font-family: 'Marcellus';
    font-size: 35px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 3s ease;
    z-index: 2;
    width: 90%;
    text-shadow: 0px 0px 9px #000;
  }

  .texte-black-video {
    color: #000;
    text-shadow: 0px 0px 0px #000;
  }

  .video-text.show {
    opacity: 1;
  }
  .text-block h1 {
      font-size: 45px !important;
      line-height: 1.3;
      color: #000;
  }

  .slide-item p {
      font-size: 38px;
      margin-top: 0rem;
      line-height: 7rem;
  }

  .prim-text h2 {
      font-size: 40px;
      line-height: 1;
      margin-bottom: 0rem;
  }

  .prim-content {
    flex-direction: column;
    text-align: center;
    max-width: 95%;
  }

  .prim-text, .prim-photo {
    flex: 1 1 100%;
  }

  .prim-photo img {
    max-height: none;
  }

  .prim-next-section-6 {
      width: 100%;
      margin-top: 50px;
      height: 2150px;
  }
  .collections-text {
      padding-top: 2rem;
  }
  .collections-text h6 {
      font-size: 16px;
      margin-bottom: 1rem;
  }
  .collection-card {
      flex: 1 1 45%;
      max-width: 100%;
  }
  .collection-card.chauffage {
      position: relative;
      top: 10px;
      left: 0;
      width: 80%;
      height: auto;
      z-index: 3;
      margin: 0 auto;
  }

  .collection-card.decorative {
      position: relative;
      top: 50px;
      left: 0;
      width: 80%;
      z-index: 2;
      margin: 0 auto;
      height: 480px;
  }

  .collection-card.outdoor {
      position: relative;
      top: 90px;
      left: 0;
      width: 80%;
      z-index: 1;
      margin: 0 auto;
      height: 480px;
  }

  h1.h1-size-down {
      font-size: 40px !important;
  }
  .collections-images-logo img {
      max-height: 100px;
      object-fit: contain;
      filter: brightness(0) invert(1);
      top: 60px;
      left: 0px;
      position: relative;
  }
  img.collection-card-fabfr {
      left: 0;
  }
  .contact-container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      max-width: 1700px;
      margin: 0 auto;
      padding: 0 40px;
  }

  .contact-image img {
      width: 100%;
  }



/* ---------------- sidebar ---------------- */

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    z-index: 1;
    overflow-y: auto;
}
li.marcellus-32 {
    font-size: 24px;
    font-family: 'Marcellus';
    padding-top: 30px;
}
.menu li a {
    font-size: 14px;
    margin: 5px;
}
.grid-images div {
    width: 100%;
    overflow: hidden;
}
.submenu {
  left: 250px;
  max-width: 480px;
}
.grid-images img {
    width: 85%;
}

.image-collection-menu img {
    width: 100%;
}

.grid-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ✅ deux colonnes fixes */
  gap: 20px;
}

.grid-images div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-images img {
  width: 100%;             /* ✅ image occupe toute la largeur de sa cellule */
  height: auto;            /* garde le ratio */
  object-fit: contain;     /* évite les déformations */
  background-color: #f7f3ef; /* même fond que tes cartes */
  border-radius: 5px;
}

/* Optionnel : pour désactiver le grand bloc si tu veux tout uniforme */
.grid-large {
  grid-column: span 2; /* ou supprime carrément cette classe si inutile */
  display: none;       /* désactive le grand visuel si tu veux une grille uniforme */
}


.li_sub_menu:hover span.sub_text::after {
    top: 13px;
}


.img-menu-petit {
    padding: 10px 10px 40px 10px;
}
.bt-menu-580-extend {
    width: 420px;
    padding: 25px 10px 15px 30px !important;
}
span.lib_sub_menu_accroche {
    font-size: 12px;
    top: 10px;
    position: relative;
    left: 0;
}
.img-4flammes-menu {
    display: none;
}


/* ---------------- sidebar ---------------- */

  #main.brochure-bandeau {
      background: url(/images/brochures/Brochures-Banniere.jpg) !important;
      background-size: cover !important;
      min-height: 400px !important;
  }

  .custom-carousel-arrow.prev {
      left: 44vw;
  }
  .custom-carousel-arrow.next {
      right: 44vw;
  }

  .second-part-produit {
      top: 60px;
  }
  .metrique {
    flex: 1;
    max-height: 740px;
    gap: 0;
    background-color: #F8F4EE;
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #000;
  }
  .indices {
      width: 100%;
  }
  section#design-section-produit {
      width: 100vw;
      height: 1200px;
      position: relative;
      display: flex;
      flex-direction: column-reverse;
  }
  .produit-titre {
      font-size: 35px !important;
  }
  .ss-titre-section-produit.produit-ss-titre {
      font-size: 15px !important;
  }
  .dimension-produit {
      font-size: 35px !important;
  }
  .metrique span {
      font-size: 15px;
      color: #000;
  }
  .metrique-photo {
      flex: 1;
      position: relative;
      overflow: hidden;
      max-height: 530px !important;
      top: 0px;
  }
  .metrique-photo img {
      width: 100%;
      height: 550px;
      object-fit: cover;
  }
  .slider {
      position: relative;
      overflow: hidden;
      width: 100%;
      box-sizing: border-box;
      max-height: 620px;
  }
  .button-overlay {
      position: absolute;
      bottom: 20px;
      right: 30px;
      display: flex;
      gap: 15px;
      z-index: 10;
  }
  section#texte-section-produit {
      height: 800px;
      max-width: 100vw;
      box-shadow: 0px 0px 0px;
      padding: 30px 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  .second-part-produit {
      background-color: #fff;
  }
  .produit-designer-part {
      width: 100% !important;
  }

  table.table-designer::before {
      content: "";
      position: absolute;
      top: -27px;
      left: 0;
      right: 0;
      border-top: 2px solid black;
  }

  span.ss_titre-produit-designer {
      font-size: 20px;
  }
  h1.titre-produit-designer {
      font-size: 14px !important;
  }
  .descriptif-produit {
      width: 100%;
      float: right;
      border-radius: 0px;
      overflow-y: auto;
      text-align: justify;
      height: 390px !important;
  }
  a.btn.btn-blanc.spec {
      width: 90% !important;
  }
  .back-white {
      background-color: #fff !important;
      flex: 0 0 50% !important;
      padding: 30px 0px 0px 0px !important;
      vertical-align: middle;
  }
  .second-part {
      padding: 0 0rem !important;
  }
  section#texte-section-3d {
      height: 690px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      height: 1000px;
  }
  .descriptif-produit-3d {
      width: 100% !important;
  }
  .metrique.marcellus-regular.btn-3d.back-white {
      padding: 20px !important;
  }
  .metrique.marcellus-regular.btn-3d.back-white {
      width: 100%;
  }
  .collections-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 100%;
      margin: 0 auto;
      gap: 0px;
  }
  .collections-text {
      flex: 0 0 48%;
      text-align: left;
      padding-top: 2rem;
  }

  .collection-card.chauffage {
      position: relative;
      top: 10px;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 3;
      margin: 0 auto;
  }
  .collection-card.decorative {
      position: relative;
      top: -40px;
      left: -390px;
      z-index: 2;
      margin: 0 auto;
      height: 310px;
      width: 450px;
  }
  .collection-card.outdoor {
      position: relative;
      top: -290px;
      left: 65px;
      z-index: 1;
      margin: 0 auto;
      height: 230px;
      width: 340px;
  }
  .collections-images {
      position: relative;
      flex: 0 0 auto;
      width: 50%;
  }
  .prim-next-section-6 {
      width: 100%;
      margin-top: 50px;
      height: 850px;
  }
  .beyond-bloc-1 img {
      width: 310px;
      height: 400px;
      object-fit: cover;
      display: block;
      filter: brightness(90%);
      transition: filter 0.4s ease, transform 0.4s ease;
  }
  .beyond-bloc-1 {
      position: relative;
      width: 270px;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
  }
  .beyond-bloc-1 div {
      font-size: 32px;
  }
  #main {
      padding-top: 90px;
  }
  #main.first-part-produit-collection {
      height: 400px;
  }

  .grid-item.grid-large {
      display: none;
  }

  .grid-images {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
  }

  .submenu {
      left: 250px;
      max-width: 580px;
  }

  li.marcellus-32 {
    padding-top: 0px;
  }
  #main.first-part-produit-inspiration {
      height: 400px;
  }
  form.filters-container {
      width: 100% !important;
  }
  .filters-container {
      max-width: 100vw !important;
      padding: 20px 20% !important;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 100vw;
      padding: 0px 20px !important;
  }

  .overwrite-scenographie {
      top: 50px;
      position: relative;
  }
  p.retour-scenographie {
      z-index: 3;
      position: relative;
      top: -20px;
      left: -19px;
  }
  #main.first-part-produit-inspiration h1 {
      font-size: 52px !important;
  }
  .grid-item.grid-large {
      display: block;
  }
  p.titre-philo-design {
      font-family: 'Marcellus';
      font-size: 24px;
      position: relative;
      top: -7px;
      margin-bottom: 0px;
  }
  .txt-img-design-menu {
      position: absolute;
      color: #fff;
      top: 40px;
      left: 40px;
      max-width: 250px;
      font-size: 17px;
      font-family: 'Acumin Pro Wide Light';
  }
  .txt-img-design-menu {
      display: flex;
      flex-direction: column;
      font-size: 12px;
  }

  p.titre-flamme-reinvente{
      font-family: 'Marcellus';
      font-size: 25px;
  }
  .txt-img-flamme-reinvente {
      position: absolute;
      top: 53px;
      left: 70px;
      color: #fff;
      max-width: 210px;
      font-family: 'Acumin Pro Wide Light';
      font-size: 14px;
  }

}


/* ----------------------------------------- */
/* ----------------------------------------- */
/*  1025px -> 1200px : Desktops, grands écrans
/* ----------------------------------------- */
/* ----------------------------------------- */

@media only screen and (min-width: 1025px) and (max-width: 1200px) {

  .logo_header {
      height: 60px;
  }
  .site-header {
      height: 90px;
  }
  .poster-energie {
      position: relative;
      border-radius: 6px;
      overflow: hidden;
      width: 240px;
      background: #000;
      box-shadow: 0 6px 18px rgba(0,0,0,.15);
      transition: transform .25s ease, box-shadow .25s ease;
  }
  .video-text {
    font-family: 'Marcellus';
    font-size: 35px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 3s ease;
    z-index: 2;
    width: 90%;
    text-shadow: 0px 0px 9px #000;
  }

  .texte-black-video {
    color: #000;
    text-shadow: 0px 0px 0px #000;
  }

  .video-text.show {
    opacity: 1;
  }

  .prim-text h2 {
      font-size: 40px;
  }
  .prim-content {
      gap: 3rem;
  }

  .prim-next-section-6 {
      margin-top: 70px;
      min-height: 2260px;
  }
  .text-block h1 {
      font-size: 55px !important;
      line-height: 1.3;
      color: #000;
  }

  .collections-images-logo img {
      max-height: 123px;
      object-fit: contain;
      filter: brightness(0) invert(1);
      top: 50px;
      position: relative;
      left: -20px !important;
  }

  .collections-text {
      padding-top: 2rem;
  }
  .collection-card {
      flex: 1 1 45%;
      max-width: 100%;
  }

.collection-card.chauffage {
    position: absolute;
    top: 120px;
    width: 370px;
    z-index: 3;
    height: 290px;
    left: -15px;
}


.collection-card.decorative {
    position: relative;
    top: 50px;
    left: 165px;
    z-index: 2;
    margin: 0 auto;
    height: 290px;
    width: 220px;
}

.collection-card.outdoor {
    position: relative;
    top: 5px;
    left: 95px;
    z-index: 1;
    margin: 0 auto;
    height: 250px;
    width: 350px;
}

  .grid-images div {
      width: 100%;
      overflow: hidden;
  }
  .contact-image img {
      width: 550px;
  }
  .contact-container {
      gap: 60px;
  }

  .contact-content h1 {
      font-size: 36px !important;
  }

  .footer-column {
      display: flex;
      flex-direction: row;
      min-width: 130px;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  a.footer-contact-btn {
      width: 30%;
  }

  .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      width: 350px;
      height: 100vh;
      z-index: 1;
      overflow-y: auto;
  }
  #main.brochure-bandeau {
      background: url(/images/brochures/Brochures-Banniere.jpg) !important;
      background-size: cover !important;
      min-height: 450px !important;
  }
  .submenu {
      left: 350px;
  }
  .grid-images img {
      max-height: 290px;
  }

  .custom-carousel-arrow.prev {
      left: 45vw;
  }
  .custom-carousel-arrow.next {
      right: 45vw;
  }


  .metrique {
      padding: 20px 20px 0 20px;
  }
  section#design-section-produit {
      width: 100vw;
      height: 92vh;
      position: relative;
      top: 90px;
  }
  h1.titre-section-produit.produit-titre {
      font-size: 40px !important;
  }
  .dimension-produit {
      font-size: 36px !important;
  }
  .metrique span {
      font-size: 15px;
      color: #000;
  }
  section#texte-section-produit {
      height: 70vh;
      max-width: 1320px;
      margin: 0 auto;
      box-shadow: 0px 0px 0px;
      border-radius: 10px;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .second-part-produit {
      background-color: #fff;
  }
  span.ss_titre-produit-designer {
      font-size: 20px;
  }
  table.table-designer::before {
      content: "";
      position: absolute;
      top: -27px;
      left: 0;
      right: 0;
      border-top: 2px solid black;
  }
  .descriptif-produit {
      width: 55%;
      float: right;
      height: 47vh;
      border-radius: 10px;
      overflow-x: hidden;
      overflow-y: auto;
      text-align: justify;
      font-family: 'Acumin Pro Wide Light';
  }
  .produit-designer-part {
      width: 40%;
      float: left;
      display: inline-block;
      height: 27vh;
      position: relative;
  }
  .descriptif-produit-3d {
      position: relative;
      right: 70px;
  }

  .collections-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 1100px;
      margin: 0 auto;
      gap: 0px;
      flex-direction: row;
  }
  .collections-text {
      padding-top: 0rem;
      width: 100%;
  }
  .collections-images {
      height: auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 0px;
  }
  .footer-inner {
      max-width: 1100px;
      margin: 0 auto;
  }
  a.footer-link {
      font-size: 16px;
  }
  h1.footer-h1 {
      font-size: 36px !important;
  }
  .collections-text h1 {
      font-size: 48px !important;
  }
  .collections-text {
      flex: 0 0 43%;
      text-align: left;
      padding-top: 1rem;
  }
  .box-tooltip {
      top: 15px;
      position: relative;
  }
  .collections-images {
      height: 700px;
  }
  .prim-next-section-6 {
      margin-top: 70px;
      min-height: 890px;
  }
  .collections-images-logo img {
      max-height: 75px;
      object-fit: contain;
      filter: brightness(0) invert(1);
      top: 300px;
      position: relative;
      left: -20px !important;
  }
  img.collection-card-epv {
      left: -220px !important;
  }
  img.collection-card-fabfr {
      left: 249px !important;
  }
  .beyond-bloc-1 {
      position: relative;
      width: 300px;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
  }
  .beyond-bloc-1 img {
      width: 360px;
      height: 460px;
      object-fit: cover;
      display: block;
      filter: brightness(90%);
      transition: filter 0.4s ease, transform 0.4s ease;
  }
  .beyond-bloc-1 div {
      font-size: 31px;
  }
  .discover {
      font-size: 14px !important;
  }
  .txt-img-design-menu {
      position: absolute;
      color: #fff;
      top: 40px;
      left: 40px;
      max-width: 250px;
      font-size: 17px;
      font-family: 'Acumin Pro Wide Light';
  }

  p.titre-philo-design {
      font-family: 'Marcellus';
      font-size: 35px;
  }
  .grid-images img {
      width: 86%;
      display: block;
      object-fit: cover;
      height: auto;
      transition: 0.3s;
  }
  p.titre-flamme-reinvente{
      font-family: 'Marcellus';
      font-size: 35px;
  }
  .txt-img-flamme-reinvente {
      position: absolute;
      top: 140px;
      left: 140px;
      color: #fff;
      max-width: 210px;
      font-family: 'Acumin Pro Wide Light';
      font-size: 17px;
  }

  .produit {
      width: 70vw !important;
  }

}


/* ----------------------------------------- */
/*  1201px -> + 1400px : Grands écrans
----------------------------------------- */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {

  .site-header {
      height: 100px;
  }

  .video-text {
    font-family: 'Marcellus';
    font-size: 50px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 3s ease;
    z-index: 2;
    width: 90%;
    text-shadow: 0px 0px 9px #000;
  }

  .texte-black-video {
    color: #000;
    text-shadow: 0px 0px 0px #000;
  }

  .video-text.show {
    opacity: 1;
  }
  .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      width: 370px;
      height: 100vh;
      z-index: 1;
      overflow-y: auto;
  }
  .produit {
      width: 70vw !important;
  }
  #main.brochure-bandeau {
      background: url(/images/brochures/Brochures-Banniere.jpg) !important;
      background-size: cover !important;
      min-height: 500px !important;
  }
  .filter-group select {
      min-width: 360px;
  }

  .descriptif-produit-3d {
      overflow: hidden;
      right: -2% !important;
      position: relative;
  }
  .collections-container {
    display: flex;
    flex-direction: row;         /* ✅ texte à gauche, images à droite */
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
  }

  /* Bloc texte */
  .collections-text {
    width: 40%;
    max-width: 600px;
    left: 50px;
    position: relative;
  }

  /* Bloc images */
  .collections-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    width: 55%;
  }

  /* Chaque carte */
  .collection-card {
    flex: 1 1 45%;
    position: relative;
  }


  .box-tooltip {
      position: relative;
      top: 50px;
      width: 470px;
  }
  .collection-card.chauffage {
      position: absolute;
      width: 500px;
      height: 350px;
      z-index: 3;
  }
  .collection-card.chauffage {
      top: 150px;
      left: -110px;
  }
  .collection-card.decorative {
      position: absolute;
      width: 350px;
      height: 360px;
      z-index: 2;
  }
  .collection-card.decorative {
      top: 30px;
      left: 430px;
  }
  .collection-card.outdoor {
      position: absolute;
      width: 420px;
      height: 300px;
      z-index: 1;
  }
  .collection-card.outdoor {
      top: 420px;
      left: 360px;
  }
  .txt-img-design-menu {
      position: absolute;
      color: #fff;
      top: 40px;
      left: 40px;
      max-width: 250px;
      font-size: 17px;
      font-family: 'Acumin Pro Wide Light';
  }
  p.titre-philo-design {
      font-family: 'Marcellus';
      font-size: 35px;
  }
  .grid-images img {
    max-height: 265px;
    width: auto;
  }
  p.titre-flamme-reinvente{
      font-family: 'Marcellus';
      font-size: 35px;
  }
  .txt-img-flamme-reinvente {
      position: absolute;
      top: 140px;
      left: 140px;
      color: #fff;
      max-width: 210px;
      font-family: 'Acumin Pro Wide Light';
      font-size: 17px;
  }

  section#texte-section-produit {
      height: 70vh;
      max-width: 1700px;
      margin: 0 auto;
      box-shadow: 0px 0px 0px;
      border-radius: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 160px;
      padding-bottom: 0px;
      background-color: #fff;
  }
  .descriptif-produit {
      position: relative;
      width: 58%;
      float: right;
      height: 360px;
      border-radius: 10px;
      overflow-x: hidden;
      overflow-y: auto;
      text-align: justify;
  }
  section#texte-section-3d {
      height: 690px;
      max-width: 1700px !important;
      margin: 0 auto;
      /* padding-top: 6rem; */
  }
  .contact-image img {
      width: 650px;
  }
  .contact-container {
      gap: 130px;
  }
  .custom-carousel-arrow.prev {
      left: 46vw;
  }
  .custom-carousel-arrow.next {
      right: 46vw;
  }
  .contact-content h1 {
      font-size: 40px !important;
  }

  .produit-designer-part {
      width: 40%;
      float: left;
      display: inline-block;
      height: 27vh;
      position: relative;
  }

  section#texte-section-produit {
      height: 70vh;
      margin: 0 auto;
      box-shadow: 0px 0px 0px;
      border-radius: 0px;
      padding: 120px 50px 0 110px;
      background-color: #fff;
      width: auto;
  }

  table.table-designer::before {
      content: "";
      position: absolute;
      top: -27px;
      left: 0;
      right: 0;
      border-top: 2px solid black;
  }

  span.ss_titre-produit-designer {
      font-family: 'Marcellus', serif;
      font-size: 25px;
/*      border-bottom: 2px solid #000;*/
      padding-bottom: 20px;
  }
  .descriptif-produit-3d {
      margin: 0 auto;
      position: relative;
      width: 480px;
  }
  .collections-textfabfr {
      flex: 0 0 45%;
      text-align: left;
      position: relative;
      left: 70px;
  }

  img.collection-card-fabfr {
      left: 350px !important;
  }
  .collections-images-logo img {
      max-height: 95px;
      object-fit: contain;
      filter: brightness(0) invert(1);
      top: 250px;
      position: relative;
      left: -200px;
  }
  .contact-container {
      max-width: 1440px;
  }
  /*.produit {
      width: 1130px !important;
  }*/
   

  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1500px;
  }
  #main.first-part-produit-hospitality {
      position: relative;
      height: 650px;
      width: 100vw;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url("../medias/divers/gyro-australie.jpg") center center / cover no-repeat;
  }

  .collections-images {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 30px;
      width: 55%;
  }

  .collection-card.chauffage.archi {
      position: absolute;
      top: 10px;
      left: 60px;
      width: 520px;
      height: 365px;
      z-index: 2;
  }
  .collection-card.decorative.archi {
      position: absolute;
      top: 340px;
      left: 420px !important;
      width: 380px;
      height: 280px;
      z-index: 3;
  }
  .collection-card.outdoor.archi {
      position: absolute;
      top: 415px;
      left: -40px;
      width: 420px;
      height: 280px;
      z-index: 1;
  }
  img.collection-card.chauffage.archi2 {
      top: 90px !important;
      left: -50px !important;
      height: 340px;
  }

  img.collection-card.outdoor.archi2 {
      top: 400px  !important;
      left: 320px  !important;
      width: 470px  !important;
  }
  img.collection-card.decorative.archi2 {
      width: 270px !important;
      height: 340px !important;
      left: 490px !important;
      position: absolute !important;
      top: 20px;
  }
  .collection-card.outdoor {
      top: 430px;
      left: 339px;
      width: 440px;
  }
  p.p-archi {
      width: 500px;
  }

  section.py-5.slide-archi {
    background-color: #F8F4EE;
    height: 900px;
    padding-top: 7rem !important;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  #main.first-part-produit-archi {
      position: relative;
      height: 650px;
      width: 100vw;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url("../images/architecte/Banniere.jpg") center center / cover no-repeat;
  }
  p.p-archi {
    width: 460px;
  }
  .collections-text-archi {
      flex: 0 0 520px;
      max-width: 480px;
      min-width: 300px;
      color: #fff;
  }
  .collections-images-archi {
      flex: 1;
      display: flex;
      justify-content: center;
      gap: 25px;
      flex-wrap: wrap;
  }
  .collection-card-archi {
      text-align: center;
      background-color: #1a1a1d;
      border-radius: 10px;
      overflow: hidden;
      width: 220px;
      height: 340px;
      transition: transform 0.3s ease;
  }

  .card-accompagnement {
      padding: 2rem 0 2rem;
      border: 1px solid #fff;
  }
  .accompagnement-text p {
      font-size: 18px;
      font-family: 'Acumin Pro';
      color: #fff;
      max-width: 350px;
  }
  .accordion-content.open {
    padding-top: 50px;
    border-top: 2px solid; 
    width: 1300px;
  }
  .products-grid {
      gap: 40px 40px;
  }
  .product-image {
      height: 490px !important;
  }
  .recompense-item {
      width: 130px;
      height: 130px;
  }
  .doc-link {
      width: 290px;
  }
  .poster-energie {
      position: relative;
      border-radius: 6px;
      overflow: hidden;
      height: 420px;
      width: 230px;
      background: #000;
      box-shadow: 0 6px 18px rgba(0,0,0,.15);
      transition: transform .25s ease, box-shadow .25s ease;
  }

  .collection-card.chauffage {
      top: -10px;
      left: 50px;
  }
  .collection-card.chauffage {
      position: absolute;
      width: 480px;
      height: 360px;
      z-index: 3;
  }
  .collection-card.decorative {
      top: 390px;
      left: 170px;
  }
  .collection-card.decorative {
      position: absolute;
      width: 360px;
      height: 290px;
      z-index: 2;
  }
  .collection-card.outdoor {
      top: 450px;
      left: -220px;
      width: 350px;
      height: 230px;
  }
  .collections-text {
      width: 40%;
      max-width: 600px;
      left: 50px;
      position: relative;
      top: -200px;
  }

  img.collection-card-fabfr {
      left: 220px !important;
  }
  .collections-images-logo img {
      max-height: 95px;
      object-fit: contain;
      filter: brightness(0) invert(1);
      top: 250px;
      position: relative;
      left: -230px;
  }
  .beyond-bloc-1 img {
      width: 340px;
      height: 450px;
      object-fit: cover;
      display: block;
      filter: brightness(90%);
      transition: filter 0.4s ease, transform 0.4s ease;
  }
  .beyond-bloc-1 {
      position: relative;
      width: 320px;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
  }
  footer.footer {
      height: 600px;
  }
    .footer-inner {
      max-width: 1100px;
      margin: 0 auto;
  }

  .footer-column.newsletter {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      width: 1250px;
      align-content: space-between;
      align-items: flex-start;
      gap: 90px;
  }
  .box-tooltip {
      position: relative;
      top: 30px;
      width: 470px;
  }
  .txt-img-design-menu {
      position: absolute;
      color: #fff;
      top: 40px;
      left: 40px;
      max-width: 250px;
      font-size: 17px;
      font-family: 'Acumin Pro Wide Light';
  }

  p.titre-philo-design {
      font-family: 'Marcellus';
      font-size: 35px;
  }
  .grid-images img {
      width: 86%;
      display: block;
      object-fit: cover;
      height: auto;
      transition: 0.3s;
  }
  p.titre-flamme-reinvente{
      font-family: 'Marcellus';
      font-size: 35px;
  }
  .txt-img-flamme-reinvente {
      position: absolute;
      top: 140px;
      left: 140px;
      color: #fff;
      max-width: 210px;
      font-family: 'Acumin Pro Wide Light';
      font-size: 17px;
  }
}


/* ----------------------------------------- */
/*  1401px -> + 1914px : Grands écrans
----------------------------------------- */
@media only screen and (min-width: 1401px) and (max-width: 1914px) {

  .video-text {
    font-family: 'Marcellus';
    font-size: 50px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 3s ease;
    z-index: 2;
    width: 90%;
    text-shadow: 0px 0px 9px #000;
  }

  .texte-black-video {
    color: #000;
    text-shadow: 0px 0px 0px #000;
  }

  .video-text.show {
    opacity: 1;
  }
table.table-designer::before {
    content: "";
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    border-top: 2px solid black;
}
  span.ss_titre-produit-designer {
      font-family: 'Marcellus', serif;
      font-size: 35px;
      font-weight: 100;
/*      border-bottom: 2px solid #000;*/
      padding-bottom: 20px;
  }
    
  .poster-energie {
      position: relative;
      border-radius: 6px;
      overflow: hidden;
      height: 450px;
      width: 280px;
      background: #000;
      box-shadow: 0 6px 18px rgba(0,0,0,.15);
      transition: transform .25s ease, box-shadow .25s ease;
  }
  .collection-card.chauffage {
      position: absolute;
      top: 170px;
      left: -20px;
      width: 500px;
      height: 360px;
      z-index: 3;
  }  
  .collection-card.decorative {
      position: absolute;
      top: -20px;
      left: 510px;
      width: 320px;
      height: 320px;
      z-index: 2;
  }
  .collection-card.outdoor {
      position: absolute;
      top: 335px;
      left: 420px;
      width: 410px;
      height: 280px;
      z-index: 1;
  }
  .collections-images-logo img {
      max-height: 100px;
      object-fit: contain;
      filter: brightness(0) invert(1);
      top: 250px;
      position: relative;
      left: -210px;
  }
  img.collection-card-fabfr {
      left: 310px;
  }
  .beyond-bloc-1 {
      position: relative;
      width: 420px;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
  }
  .footer-inner {
      max-width: 1250px;
      margin: 0 auto;
  }

  footer.footer {
      height: 600px;
  }
  .footer-column.newsletter {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      width: 1250px;
      align-content: space-between;
      align-items: flex-start;
      gap: 90px;
  }
  p.para-grand {
      font-size: 32px;
  }
  div#not_connected {
      font-size: 22px;
      font-family: 'Marcellus';
      width: 50%;
      margin: 0 auto;
  }
  select#userType {
      border-radius: 6px;
      font-size: 20px;
  }

  .txt-img-design-menu {
      position: absolute;
      color: #fff;
      top: 40px;
      left: 40px;
      max-width: 250px;
      font-size: 17px;
      font-family: 'Acumin Pro Wide Light';
  }

  p.titre-philo-design {
      font-family: 'Marcellus';
      font-size: 35px;
  }
  .grid-images img {
      width: 86%;
      display: block;
      object-fit: cover;
      height: auto;
      transition: 0.3s;
  }
  p.titre-flamme-reinvente{
      font-family: 'Marcellus';
      font-size: 35px;
  }
  .txt-img-flamme-reinvente {
      position: absolute;
      top: 140px;
      left: 140px;
      color: #fff;
      max-width: 210px;
      font-family: 'Acumin Pro Wide Light';
      font-size: 17px;
  }

    section#texte-section-produit {
      height: 70vh;
      max-width: 1450px;
      margin: 0 auto;
      box-shadow: 0px 0px 0px;
      border-radius: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 160px;
      padding-bottom: 0px;
      background-color: #fff;
  }

  .produit {
      width: 70vw !important;
  }

  
}



/* ----------------------------------------- */
/*  1915px -> + : Très grands écrans
----------------------------------------- */
@media only screen and (min-width: 1915px) {

  .produit {
    width: 1400px !important;
  }
  h1.brochures-titre {
      top: 30px !important;
      color: #fff !important;
      text-shadow: 0 0 10px #000;
      font-size: 66px !important;
  }
  .box-tooltip {
      position: relative;
      top: 35px;
  }
    .video-text {
    font-family: 'Marcellus';
    font-size: 60px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 3s ease;
    z-index: 2;
    width: 90%;
    text-shadow: 0px 0px 9px #000;
  }

  .texte-black-video {
    color: #000;
    text-shadow: 0px 0px 0px #000;
  }

  .video-text.show {
    opacity: 1;
  }
  .grid-images img {
    max-height: 265px;
    width: auto;
  }

  .txt-img-design-menu {
      position: absolute;
      color: #fff;
      top: 40px;
      left: 40px;
      max-width: 250px;
      font-size: 17px;
      font-family: 'Acumin Pro Wide Light';
  }
  p.titre-philo-design {
      font-family: 'Marcellus';
      font-size: 35px;
  }
  p.titre-flamme-reinvente{
      font-family: 'Marcellus';
      font-size: 35px;
  }
  .txt-img-flamme-reinvente {
      position: absolute;
      top: 140px;
      left: 140px;
      color: #fff;
      max-width: 210px;
      font-family: 'Acumin Pro Wide Light';
      font-size: 17px;
  }


  section#texte-section-produit {
      height: 70vh;
      max-width: 1700px;
      margin: 0 auto;
      box-shadow: 0px 0px 0px;
      border-radius: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 160px;
      padding-bottom: 0px;
      background-color: #fff;
  }

  .descriptif-produit {
      position: relative;
      width: 58%;
      float: right;
      height: 360px;
      border-radius: 10px;
      overflow-x: hidden;
      overflow-y: auto;
      text-align: justify;
  }
  section#texte-section-3d {
      height: 690px;
      max-width: 1700px !important;
      margin: 0 auto;
      /* padding-top: 6rem; */
  }
  .contact-image img {
      width: 650px;
  }
  .contact-container {
      gap: 270px;
  }

  section.py-5.slide-archi {
    background-color: #F8F4EE;
    height: 900px;;
    padding-top: 7rem !important;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  table.table-designer::before {
      content: "";
      position: absolute;
      top: -27px;
      left: 0;
      right: 0;
      border-top: 2px solid black;
  }
  a.footer-mentions-link {
      color: #fff;
      text-decoration: none;
      font-family: 'Acumin Pro Wide Light';
  }
  .footer-mentions {
      width: 100%;
      text-align: center;
      bottom: -80px;
      position: relative;
  }

}


/* ---------------------------------------------------------------- */
/* ----------------- FIN RESPONSIVE PRINCIPAL --------------------- */
/* ---------------------------------------------------------------- */

