/** Shopify CDN: Minification failed

Line 45: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.
