/** Shopify CDN: Minification failed

Line 46:14 Expected identifier but found whitespace
Line 46:15 Unexpected "1."
Line 54:0 Expected "}" to go with "{"

**/
/* ====== Bloc "Nos valeurs" (scopé) ====== */
.values-block {
  /* espace vertical confortable autour de la section */
  padding-block: clamp(24px, 4vw, 48px);
}

/* Titre principal de la section (le heading en haut) */
.values-block .image-with-text__heading {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: .02em;
  text-align: center;
  margin-bottom: clamp(16px, 2.5vw, 28px);
}

/* Sous-titres H2 */
.values-block h2 {
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.25;
  margin: clamp(20px, 2vw, 28px) 0 clamp(8px, 1vw, 12px);
  text-align: center;
}

/* Petit filet discret sous chaque H2 (option) */
.values-block h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 10px auto 0;
  background: currentColor;
  opacity: .15;
}

/* Paragraphe : confort de lecture */
.values-block p {
  max-width: 64ch;             /* longueur de ligne idéale */
  margin: 0 auto 12px;          /* centré + espacement */
  line-height: 1.

  .review-badge{--ink:#0a1a2b;--muted:#6b7280;--gold:#caa550;display:grid;gap:2px;margin:.5rem 0 1rem}
.review-badge .rb-stars{display:inline-flex;gap:2px;line-height:1}
.review-badge .rb-star{width:14px;height:14px;color:var(--gold)}
.review-badge .rb-text{font-size:.95rem;color:var(--ink)}
.review-badge .rb-hint{font-size:.78rem;color:var(--muted)}
@media(min-width:990px){.review-badge{margin:.25rem 0 .75rem}}
