@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
:root {
  --black: #000000;
  --white: #ffffff;
  --or-darken: #b88b21;
  --or-darken-rgb: 184, 139, 33;
  --or-lighten: #d8b465;
  --or-lightenbis: #e7a61c;
  --or-lighten-rgbb: 216, 180, 101;
  --white: #ffffff;
  --black-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --gradient-black: linear-gradient(30deg, rgba(var(--black-rgb),0.75), rgba(var(--black-rgb), 0));
  --gradient-or: linear-gradient(30deg, rgba(var(--or-darken-rgb),0.75), rgba(var(--or-lighten-rgb), 1));
  --bs-light-text-emphasis: #495057;
  --gray-light: #f5f6f7;
  --bs-light-bg-subtle: #fcfcfd;
}

body {
  background-color: var(--white);
}

.ff-playfair-display {
  font-family: "Playfair Display";
}

.text-or {
  color: var(--or-darken) !important;
}

.text-or-gradient {
  background: linear-gradient(120deg, var(--or-darken), var(--or-lighten), var(--or-lightenbis));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.text-or-gradient {
  display: inline-block;
}

.btn {
  border-radius: 4em !important;
}

.btn-dark {
  background-color: var(--black);
  transition: 1s;
}
.btn-dark:hover {
  background-color: var(--white);
  color: var(--black);
}

.btn-light {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  transition: 1s;
}
.btn-light:hover {
  background: var(--white);
}

.rounded-4 {
  border-radius: 4em;
}

/* ================================
   SF Pro Display – Import complet
   ================================ */
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYTHINITALIC.OTF") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF") format("opentype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYLIGHTITALIC.OTF") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYREGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYMEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYBOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYHEAVYITALIC.OTF") format("opentype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYBLACKITALIC.OTF") format("opentype");
  font-weight: 900;
  font-style: italic;
}
.headbar {
  position: relative;
  height: 3.5rem !important;
  background: var(--black);
  color: var(--white);
  font-weight: 200;
  border-bottom-left-radius: 4em;
  border-bottom-right-radius: 4em;
  overflow: hidden;
}
.headbar .row {
  position: relative;
  height: 3.5rem !important;
  align-items: center;
  padding: 0 2em;
}
.headbar a {
  text-decoration: none !important;
  color: var(--white);
  margin: 0 0.75em;
}

/* conteneur qui bouge */
.headbar-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  animation: slide-offres 12s ease-in-out infinite;
}

/* chaque slide */
.slide {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  white-space: nowrap;
}

/* animation avec 4 slides (dont 1 doublon) */
@keyframes slide-offres {
  /* 1 : Étudiant */
  0%, 18% {
    transform: translateY(0);
  }
  /* 2 : Retraité */
  25%, 43% {
    transform: translateY(-3.5rem);
  }
  /* 3 : Enfant */
  50%, 68% {
    transform: translateY(-7rem);
  }
  /* 4 : Étudiant (copie) */
  75%, 93% {
    transform: translateY(-10.5rem);
  }
  /* retour au début sur le même texte → coupure invisible */
  100% {
    transform: translateY(0);
  }
}
.hb-overlay {
  position: absolute;
  inset: 0;
  background-image: url("https://barabrushing.agencemat360.com/wp-content/uploads/themes/headbar.webp");
  background-repeat: repeat-x;
  background-size: auto 200px;
  opacity: 1;
  pointer-events: none;
  animation: stars-scroll 30s linear infinite;
}

/* défilement horizontal des étoiles */
@keyframes stars-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -200px;
  }
}
header.home {
  position: relative;
  height: 100vh;
  background-image: url("https://barabrushing.agencemat360.com/wp-content/uploads/themes/brushing-header.webp");
  background-size: cover;
  background-position: bottom;
  border-radius: 4em;
}
header.home .container {
  position: relative !important;
  height: 100%;
  display: flex;
  align-items: center;
}
header.home h1 {
  position: relative !important;
  color: var(--white);
  font-size: clamp(1em, 5vh, 5.5em) !important;
  font-family: "Playfair Display";
  margin-bottom: 0.25em;
}
header.home p {
  position: relative !important;
  color: var(--white);
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 1em;
}

/* Toggler en mode pilule, proche d’iOS */
.navbar-toggler {
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.35rem 0.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Pour éviter le style Bootstrap par défaut sur l’outline */
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.1rem rgba(var(--black-rgb), 0.15);
}

/* NAV MOBILE GLASS */
@media (max-width: 991.98px) {
  /* On laisse Bootstrap gérer l’animation collapse,
     on stylise juste l’intérieur quand c’est ouvert */
  #mainMenu {
    width: 100%;
  }
  /* Le UL généré par wp_nav_menu devient une “feuille” floutée */
  #mainMenu > ul.nav {
    position: absolute;
    z-index: 999;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    margin: 0 !important;
    padding: 0.75rem 0.9rem 0.9rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.18);
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
  /* Liens dans la feuille */
  #mainMenu .nav-link {
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    font-family: "SF Pro Display", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-size: 0.98rem;
    color: rgba(var(--black-rgb), 0.8);
    text-align: left;
  }
  /* Etat actif / hover : léger fond translucide + accent or */
  #mainMenu .nav-link:hover,
  #mainMenu .nav-link:focus,
  #mainMenu .nav-link.active {
    background: rgba(0, 0, 0, 0.04);
    color: var(--or-darken);
  }
  /* On enlève le margin-top trop important sur mobile si besoin */
  #mainMenu > ul.nav.ms-lg-4 {
    margin-left: 0;
  }
}
.menu-item > a {
  color: var(--black) !important;
  text-decoration: none !important;
  font-weight: 200;
  font-size: 1.1em;
  margin: 0 1em;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-black) !important;
  border-radius: 4em;
}

section h2 {
  font-family: "Playfair Display";
  font-weight: 600 !important;
  margin-bottom: 1em;
}
section .card {
  height: 15em;
  text-align: center;
  color: var(--black) !important;
  background: var(--black);
  border-color: var(--gray-light) !important;
  padding: 1.5em 0;
  border-radius: 1.5em;
  display: flex;
  align-items: center;
  justify-content: end;
}
section .card h3 {
  font-weight: 200 !important;
  font-size: 1.4em;
  color: var(--white);
}

.signature {
  padding: 3em 0;
}
.signature p {
  position: relative !important;
  color: var(--black);
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 1em;
}

.type-hair {
  padding: 5em 0;
}
.type-hair h2 {
  font-family: "Playfair Display";
  text-align: center;
}
.type-hair p {
  text-align: center;
  position: relative !important;
  color: var(--black);
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 2em;
}
.type-hair .card {
  position: relative !important;
}
.type-hair .card h3 {
  position: absolute;
  padding: 0 0 2em 0 !important;
}
.type-hair .card-1 {
  width: 100%;
  height: 100%;
  min-height: 18em;
  background-image: url("https://barabrushing.agencemat360.com/wp-content/uploads/themes/lisse.jpg");
  background-size: cover;
  padding-bottom: 0;
}
.type-hair .card-2 {
  width: 100%;
  height: 100%;
  min-height: 18em;
  background-image: url("https://barabrushing.agencemat360.com/wp-content/uploads/themes/boucle.jpg");
  background-size: cover;
  padding-bottom: 0;
}
.type-hair .card-3 {
  width: 100%;
  height: 100%;
  min-height: 18em;
  background-image: url("https://barabrushing.agencemat360.com/wp-content/uploads/themes/crepu.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
}
.type-hair .card-4 {
  width: 100%;
  height: 100%;
  min-height: 18em;
  background-image: url("https://barabrushing.agencemat360.com/wp-content/uploads/themes/frise.jpg");
  background-size: cover;
  background-position: right;
  padding-bottom: 0;
}
.type-hair .card-5 {
  width: 100%;
  height: 100%;
  min-height: 18em;
  background-image: url("https://barabrushing.agencemat360.com/wp-content/uploads/themes/ondule.jpeg");
  background-size: cover;
  padding-bottom: 0;
}
.type-hair .overlay-card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(var(--black-rgb), 0), rgba(var(--black-rgb), 0.75));
  border-radius: 1.5em !important;
  padding: 0;
}

.discretion {
  margin: 5em 0 0 0;
  padding: 5em 2em;
  background-color: var(--gray-light);
}
.discretion h2 {
  position: relative !important;
  font-family: "Playfair Display";
  color: var(--black);
}
.discretion p {
  position: relative !important;
  color: var(--black);
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 2em;
}

.cta-display .container-fluid {
  padding: 5em 2em;
  text-align: center;
}
.cta-display h2 {
  font-size: clamp(4em, 10vw, 9em);
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  color: var(--black);
}

.content-blog {
  background-color: #f3f4f6;
}

.content-blog .breadcrumb-wrapper {
  font-size: 0.875rem;
}

.blog-sidebar .tags-list .badge {
  font-size: 0.75rem;
}

.blog-sidebar img {
  max-width: 100px;
}

/* Overlay plein écran */
.gift-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
  transition: opacity 0.6s ease;
}

/* Ruban qui traverse l’écran en horizontal */
.gift-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(90deg, #b3002d, #e0003a);
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.8s ease-in-out;
}

.gift-ribbon2 {
  position: absolute;
  left: 50%;
  width: 80px;
  background: linear-gradient(180deg, #b3002d, #e0003a);
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  transition: transform 0.8s ease-in-out;
}

/* Noeud de cadeau au centre */
.gift-bow {
  position: relative;
  z-index: 1;
  text-align: center;
}

.gift-bow-img {
  max-width: 660px;
  width: 100vw;
  display: block;
  margin: clamp(16em, 5vw, 16em) auto 1.5rem;
}

/* Bouton "ouvrir" */
.gift-open-btn {
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  border: none;
  background: #b3002d;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gift-open-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  background: #d00035;
}

/* Etat ouvert : on ajoute la classe .gift-open sur .gift-overlay */
/* Le ruban glisse vers la gauche */
.gift-overlay.gift-open .gift-ribbon {
  transform: translate(-120%, -50%);
}

/* Le noeud monte et disparaît en fondu */
.gift-overlay.gift-open .gift-bow {
  animation: bow-fly 0.8s ease forwards;
}

/* L’overlay devient transparent puis sera retiré en JS */
.gift-overlay.gift-open {
  opacity: 0;
}

/* Animation du noeud */
@keyframes bow-fly {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  60% {
    transform: translateY(-80px) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translateY(-120px) scale(0.9);
    opacity: 0;
  }
}
/* Optionnel : empêcher le scroll pendant que l’overlay est visible */
.testimonials {
  position: relative;
  padding: 0;
  width: 100vw;
  z-index: 0;
  /* Nuage de cartes sur toute la largeur */
  /* Durées différentes par colonne pour un effet plus organique */
  /* Durées différentes par colonne pour un effet plus organique */
  /* Légers décalages horizontaux pour l’effet “éparpillé” */
  /* La pool reste uniquement une source pour le JS, jamais affichée */
  /* VERSION MOBILE : 1 seule colonne de marquee */
}
.testimonials .overlay-testimonials {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(var(--white-rgb), 1), rgba(var(--black-rgb), 0), rgba(var(--black-rgb), 0), rgba(var(--black-rgb), 0), rgba(var(--white-rgb), 1));
  z-index: 1;
  padding: 0.5em 0 !important;
}
.testimonials .text {
  position: absolute;
}
.testimonials h2 {
  font-family: "Playfair Display";
  text-align: center;
  z-index: 3;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 800;
  font-size: clamp(4em, 5vh, 10em);
  margin-bottom: 0.5em;
}
.testimonials p.section-intro {
  text-align: center;
  position: relative !important;
  color: var(--black);
  font-size: 1.1em;
  font-weight: 200;
  margin-bottom: 2.5em;
}
.testimonials .testimonials-cloud {
  margin: 0 auto;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  height: 50em;
  overflow: hidden;
  padding: 0;
}
.testimonials .testimonials-column {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.testimonials .testimonials-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation-name: testimonials-marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.testimonials .testimonials-column:nth-child(1) .testimonials-track {
  animation-duration: 38s;
}
.testimonials .testimonials-column:nth-child(2) .testimonials-track {
  animation-duration: 44s;
  animation-direction: reverse;
}
.testimonials .testimonials-column:nth-child(3) .testimonials-track {
  animation-duration: 50s;
}
.testimonials .testimonials-column:nth-child(4) .testimonials-track {
  animation-duration: 56s;
  animation-direction: reverse;
}
.testimonials .testimonial-card {
  background: #ffffff;
  border-radius: 1.5em;
  padding: 1.8rem 2rem;
  box-shadow: 0 18px 15px rgba(0, 0, 0, 0.06);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
  position: relative;
  margin: 0.15em 2em;
}
.testimonials .testimonial-card::before {
  content: "“";
  font-family: "Playfair Display";
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: -1.2rem;
  left: -0.2rem;
  color: var(--or-lighten);
  opacity: 0.6;
}
.testimonials .testimonial-content {
  position: relative;
  z-index: 1;
}
.testimonials .testimonial-author {
  font-weight: 500;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--or-darken);
  margin-top: 1.5rem;
}
.testimonials .testimonial-meta {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(var(--black-rgb), 0.65);
}
.testimonials .testimonials-pool {
  display: none;
}
@media (max-width: 767.98px) {
  .testimonials {
    /* On cache toutes les colonnes sauf la première */
  }
  .testimonials .testimonials-cloud {
    display: flex;
    justify-content: center;
    height: 32em; /* plus compact sur mobile */
    padding: 0 1rem;
    overflow: hidden;
  }
  .testimonials .testimonials-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials .testimonials-column:nth-child(n+2) {
    display: none;
  }
  .testimonials .testimonial-card {
    margin: 0.15em 0.75rem;
    padding: 1.4rem 1.6rem;
    font-size: 0.95rem;
  }
}

/* Marquee vertical infini
   On anime la moitié de la hauteur car on duplique le contenu en JS */
@keyframes testimonials-marquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.map-section {
  position: relative;
  padding: 5em 0;
  background-color: var(--white);
}
.map-section h2 {
  font-family: "Playfair Display";
  text-align: center;
  margin-bottom: 2em;
  color: var(--black);
}

.map-b-marker {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(var(--black-rgb), 0.25);
  border: 2px solid var(--white);
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 75vh;
  border-radius: 2.5em;
  overflow: hidden;
  background-color: var(--white);
}

/* Container Mapbox */
#bb-map {
  width: 100%;
  height: 100%;
}

/* Dégradé radial vers le blanc comme ton nuage d’avis */
.map-overlay-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(var(--white-rgb), 1), rgba(var(--black-rgb), 0), rgba(var(--black-rgb), 0), rgba(var(--black-rgb), 0), rgba(var(--white-rgb), 1)), linear-gradient(90deg, rgba(var(--white-rgb), 1), rgba(var(--black-rgb), 0), rgba(var(--black-rgb), 0), rgba(var(--black-rgb), 0), rgba(var(--white-rgb), 1));
}

.mapboxgl-ctrl,
.mapboxgl-ctrl-attrib-inner {
  display: none !important;
}

/* Marqueur logo personnalisé */
.map-logo-marker {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 10px 25px rgba(var(--black-rgb), 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--black-rgb), 0.06);
}

.map-logo-marker img {
  max-width: 70%;
  max-height: 70%;
  display: block;
}

/* Popover Mapbox – style verre dépoli */
.bab-popup {
  font-family: "SF Pro Display", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.bab-popup .mapboxgl-popup-content {
  padding: 1.4rem 1.6rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.15);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-left: 0;
  color: var(--black);
}

/* Flèche du popover, côté gauche (popover à droite du marqueur) */
.bab-popup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: rgba(255, 255, 255, 0.85);
}

/* Typo interne */
.bab-popup h3 {
  margin: 0 0 0.4rem 0;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.bab-popup .bb-map-address {
  margin: 0 0 0.8rem 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.5;
}

.bab-popup .bb-map-hours-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(var(--black-rgb), 0.6);
  margin-bottom: 0.25rem;
}

.bab-popup .bb-map-hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 300;
}

.bab-popup .bb-map-hours-list li + li {
  margin-top: 0.15rem;
}

/* Sur mobile, on peut réduire un peu la taille */
@media (max-width: 767.98px) {
  .bab-popup .mapboxgl-popup-content {
    padding: 1rem 1.2rem;
    font-size: 0.9rem;
  }
}
.surlign-wrapper {
  position: relative;
  display: inline-block;
}

.surlign-text {
  position: relative;
  z-index: 1;
}

/* Ligne SVG uniquement sous "glow up", en petit */
.icon-basic-underline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45em;
  width: 100%;
  height: 0.4em;
  stroke-width: 30;
}

:root {
  --black-rgb: 15, 23, 42; /* noir légèrement bleuté, adapte si tu veux */
}

.products-highlight {
  position: relative;
  z-index: 1;
  background-image: url("https://barabrushing.agencemat360.com/wp-content/uploads/themes/bg-boutique.webp") !important;
  background-position: center center;
  gap: 1.5em !important;
  border-radius: 1.5em !important;
  margin: 0 1em;
}
.products-highlight h2, .products-highlight p {
  position: relative !important;
  z-index: 3;
}

.overlay-products {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(var(--white-rgb), 0.25);
  border-radius: 1.5em !important;
  z-index: 1;
}

.products-highlight-row {
  position: relative;
  min-height: 35em;
  z-index: 2;
}

/* Colonne de droite (zone slider) */
.products-highlight-col {
  position: relative;
}

.products-highlight-track::-webkit-scrollbar {
  display: none;
}

.product-highlight-card:last-child {
  margin-right: 1.5rem;
}

/* Image */
.product-highlight-media {
  display: block;
  margin-bottom: 1rem;
}

.product-highlight-media img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Contenu */
.product-highlight-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-highlight-title {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.product-highlight-title a {
  text-decoration: none;
  color: inherit;
}

.product-highlight-title a:hover {
  text-decoration: underline;
}

.product-highlight-price {
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.products-highlight-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding: 2rem 2rem 5rem 3rem;
  -webkit-overflow-scrolling: touch;
}

.product-highlight-card {
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 5px 30px rgba(var(--black-rgb), 0.18);
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  scroll-snap-align: start;
  flex: 0 0 66%;
  max-width: 66%;
}
.product-highlight-card .btn-dark:hover {
  background: none !important;
}

/* Mobile : slider 1,5 carte */
@media (max-width: 767.98px) {
  .products-highlight-track {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .product-highlight-card {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
/* Desktop : 4 colonnes */
@media (min-width: 992px) {
  .products-highlight-track {
    overflow-x: visible;
    flex-wrap: wrap; /* important pour permettre les 4 colonnes */
    justify-content: center;
  }
  .product-highlight-card {
    flex: 0 0 23%;
    max-width: 23%;
    min-width: 23%;
    scroll-snap-align: unset; /* optionnel, plus besoin de snap en desktop */
  }
}/*# sourceMappingURL=style.css.map */