/* V251.2.102 — Styles spécifiques Home consolidés et nettoyés sans changement de rendu. */

/* ===== Source consolidée : paper-realism-v251-2-9.css ===== */
/* V251.2.9 — Ajustements fins des feuilles de cahier.
   Objectifs : lignage plus doux, coin corné plus subtil,
   cartouches des 6 cartes replacés en haut à droite,
   texte mieux calé sur le lignage. */
#page-home .ben-grid {
  perspective: 1500px;
}

/* Surface papier : blanc cassé neutre, fibres discrètes, réalisme conservé. */
#page-home .ben-card {
  --paper-base: #fbfaf6;
  --paper-edge: #ddd9cf;
  --paper-edge-dark: #cbc6ba;
  --paper-shadow: rgba(38, 59, 45, 0.18);
  --paper-cutout: #ebf2ea;
  isolation: isolate;
  box-sizing: border-box;
  position: relative !important;
  overflow: visible !important;
  transform: none !important;
  border: 1px solid rgba(194, 190, 180, 0.74) !important;
  border-left-color: rgba(185, 181, 171, 0.64) !important;
  border-top-color: rgba(224, 221, 213, 0.90) !important;
  background-color: var(--paper-base) !important;
  background-image:
    url('../images/paper-fibres-v251-2-8.webp'),
    url('../images/notebook-ruling-large-v251-2-9.svg'),
    url('../images/notebook-margin-v251-2-8.svg'),
    radial-gradient(ellipse at 15% 4%, rgba(255,255,255,0.72) 0 14%, transparent 39%),
    radial-gradient(ellipse at 88% 95%, rgba(118,105,87,0.032) 0 10%, transparent 31%),
    linear-gradient(103deg, rgba(255,255,255,0.44), transparent 24% 73%, rgba(139,126,106,0.02)),
    linear-gradient(180deg, #fdfcf8 0%, #fbfaf6 42%, #f7f6f1 100%) !important;
  background-size:
    360px 360px,
    100% 30px,
    28px 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100% !important;
  background-repeat:
    repeat,
    repeat-y,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat !important;
  background-position:
    13px 7px,
    0 2px,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0 !important;
  background-blend-mode: multiply, normal, normal, screen, multiply, soft-light, normal;
  border-radius: 5px 8px 7px 4px !important;
  outline: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.88),
    inset 0 -1px 0 rgba(119,108,92,0.10),
    inset 1px 0 0 rgba(255,255,255,0.24),
    0 1px 0 var(--paper-edge),
    0 2px 0 var(--paper-edge-dark),
    0 4px 7px -4px rgba(46,56,49,0.27),
    0 16px 24px -18px var(--paper-shadow),
    0 7px 12px -10px rgba(38,59,45,0.18) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}
#page-home .ben-card > :not(.paper-edge-detail):not(.paper-fold-detail) {
  position: relative;
  z-index: 2;
}


#page-home .paper-edge-detail::before,
#page-home .paper-edge-detail::after {
  content: '';
  position: absolute;
  pointer-events: none;
}



/* Coin corné : plus subtil, plus petit, moins anguleux. */

#page-home .paper-fold-detail::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 9px;
  width: 24px;
  height: 1px;
  transform: rotate(-45deg);
  transform-origin: left center;
  background: linear-gradient(90deg, transparent, rgba(105,94,77,0.22) 18%, rgba(255,255,255,0.58) 62%, transparent);
  filter: blur(0.18px);
}
#page-home .paper-fold-detail::after {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border-radius: 85% 0 4px 0;
  background: radial-gradient(ellipse at 0 0, rgba(255,255,255,0.58), transparent 60%);
  opacity: 0.56;
}
#page-home .ben-card::before {
  content: '';
  position: absolute;
  z-index: 6;
  top: -8px !important;
  left: 34px !important;
  width: 46px !important;
  height: 16px !important;
  border: 1px solid rgba(76,72,61,0.08);
  border-radius: 4px 5px 2px 3px !important;
  opacity: 0.92 !important;
  background-image:
    url('../images/paper-fibres-v251-2-8.webp'),
    linear-gradient(180deg, rgba(255,255,255,0.28), transparent 42%),
    linear-gradient(90deg, rgba(255,255,255,0.08), transparent 25% 78%, rgba(64,55,43,0.08)) !important;
  background-size: 180px 180px, 100% 100%, 100% 100% !important;
  background-blend-mode: soft-light, screen, multiply;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.18) inset,
    0 -1px 0 rgba(63,56,46,0.10) inset,
    0 2px 4px rgba(38,59,45,0.15),
    0 1px 2px rgba(38,59,45,0.10) !important;
  clip-path: polygon(2% 8%, 96% 1%, 100% 80%, 95% 100%, 5% 96%, 0 18%);
  transform: rotate(-0.35deg) !important;
}
/* Petites cartes : même matériau, lignage allégé, tag remis en haut à droite. */
#page-home .ben-card {
  --paper-cutout: #ece4d7;
  padding-top: 34px !important;
  padding-left: 30px !important;
  padding-right: 28px !important;
  background-image:
    url('../images/paper-fibres-v251-2-8.webp'),
    url('../images/notebook-ruling-small-v251-2-9.svg'),
    url('../images/notebook-margin-v251-2-8.svg'),
    radial-gradient(ellipse at 14% 5%, rgba(255,255,255,0.70) 0 13%, transparent 38%),
    radial-gradient(ellipse at 88% 94%, rgba(118,105,87,0.030) 0 10%, transparent 31%),
    linear-gradient(103deg, rgba(255,255,255,0.44), transparent 24% 73%, rgba(139,126,106,0.018)),
    linear-gradient(180deg, #fdfcf8 0%, #fbfaf6 42%, #f8f7f2 100%) !important;
  background-size: 330px 330px, 100% 26px, 25px 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100% !important;
  background-repeat: repeat, repeat-y, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat !important;
  background-position: 14px 8px, 0 2px, 0 0, 0 0, 0 0, 0 0, 0 0 !important;
}
#page-home .ben-card::before {
  left: 30px !important;
  width: 39px !important;
  height: 14px !important;
  top: -7px !important;
}
#page-home .ben-card.c1::before,
#page-home .ben-card.c4::before { background-color: #648f72 !important; }
#page-home .ben-card.c2::before,
#page-home .ben-card.c6::before { background-color: #bc6240 !important; }
#page-home .ben-card.c3::before { background-color: #d19a4d !important; }
#page-home .ben-card.c5::before { background-color: #6d9d61 !important; }






/* Alignement du contenu avec le lignage des petites cartes. */

#page-home .ben-card h3 {
  line-height: 26px !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  padding-right: 130px !important;
  padding-bottom: 9px !important;
}

#page-home .ben-card p {
  line-height: 26px !important;
  margin: 0 !important;
}

@media (hover: hover) {
  #page-home .ben-card:hover {
    transform: translateY(-2px) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.90),
      inset 0 -1px 0 rgba(119,108,92,0.10),
      inset 1px 0 0 rgba(255,255,255,0.24),
      0 1px 0 var(--paper-edge),
      0 2px 0 var(--paper-edge-dark),
      0 5px 8px -4px rgba(46,56,49,0.28),
      0 18px 28px -18px rgba(38,59,45,0.20),
      0 8px 14px -10px rgba(38,59,45,0.19) !important;
    border-color: rgba(185,181,171,0.82) !important;
  }
}

@media (max-width: 760px) {
  #page-home .ben-card {
    margin-top: 0 !important;
    transform: none !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.86),
      inset 0 -1px 0 rgba(119,108,92,0.10),
      0 1px 0 var(--paper-edge),
      0 2px 0 var(--paper-edge-dark),
      0 11px 18px -18px rgba(38,59,45,0.20),
      0 4px 8px -8px rgba(38,59,45,0.16) !important;
  }

  
}

@media (hover: none) {
  #page-home .ben-card:hover { transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  #page-home .ben-card { transition: none !important; }
}

/* ===== Source consolidée : benefit-cards-v251-2-30.css ===== */
/* V251.2.30 — Cartouches des cartes bénéfices ajustés au mot.
   Le texte Pacifico reste à 12,5 px ; seuls le volume du contenant
   et ses espacements internes sont affinés. */

#page-home .ben-card {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon title"
    "text text" !important;
  column-gap: 14px !important;
  row-gap: 8px !important;
  align-content: start !important;
}



#page-home .ben-card h3 {
  grid-area: title;
  align-self: start;
  min-width: 0;
  min-height: 44px;
  margin: 0 !important;
  padding: 0 0 9px !important;
  font-size: 15.5px !important;
  line-height: 22px !important;
}

#page-home .ben-card h3::after {
  bottom: 0 !important;
}

#page-home .ben-card p {
  grid-area: text;
  min-width: 0;
  margin: 0 !important;
  line-height: 26px !important;
}

#page-home .ben-card-tag {
  font-family: 'Pacifico', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  font-synthesis: none;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  padding: 4px 11px 5px 13px !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  white-space: nowrap;
}

@media (max-width: 760px) {
  #page-home .ben-card {
    column-gap: 12px !important;
  }
}

/* ===== Source consolidée : home-medallion-v251-2-43.css ===== */
/* ═══════════════════════════════════════════════════════════════════════
   V251.2.37 — MÉDAILLON DESKTOP : CADRAGE PLUS LARGE ET TÊTE ENTIÈREMENT VISIBLE
   Base : V251.2.36.
   Ajustement : cadrage desktop légèrement élargi pour préserver entièrement
   la tête de l’enfant debout à gauche, sans modifier la taille du médaillon.
   Objectifs :
   - agrandir encore le médaillon sur desktop pour se rapprocher au maximum
     du cadrage original de la photo ;
   - conserver un rendu ovale fort sur desktop ;
   - basculer sur petit écran vers une photo rectangulaire arrondie dans
     l’esprit de la carte « Faire soi-même », plus efficace en mobile.
   ═══════════════════════════════════════════════════════════════════════ */

/* Desktop : on ouvre encore la mise en page pour offrir plus d’ampleur
   à la colonne photo, sans casser l’équilibre avec le texte. */
#page-home .hero-inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
  gap: 18px !important;
  max-width: 1260px !important;
  padding: 0 36px !important;
}

#page-home .hero-right {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#page-home .hero-right-photo.home-hero-photo-shell-v24213 {
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  border: 2px solid var(--vert-fonce) !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(42, 74, 53, 0.12) !important;
  background: var(--vert-pale) !important;
}

#page-home .hero-right-photo.home-hero-photo-shell-v24213 img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 50% !important;
}

/* Tablette : on garde la logique 1 colonne, avec l’ovale encore actif. */
@media (max-width: 900px) {
  #page-home .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    max-width: 1180px !important;
    padding: 0 22px !important;
  }

  #page-home .hero-right-photo.home-hero-photo-shell-v24213 {
    max-width: 760px !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 50% !important;
  }

  #page-home .hero-right-photo.home-hero-photo-shell-v24213 img {
    aspect-ratio: 4 / 3 !important;
    object-position: center center !important;
    border-radius: 50% !important;
  }
}

/* Mobile : on bascule sur une photo rectangulaire arrondie, plus lisible
   et plus proche du langage des autres cartes photo du site. */
@media (max-width: 767px) {
  #page-home .hero-right-photo.home-hero-photo-shell-v24213 {
    max-width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 18px !important;
  }

  #page-home .hero-right-photo.home-hero-photo-shell-v24213 img {
    aspect-ratio: 4 / 3 !important;
    border-radius: 18px !important;
    object-position: center center !important;
  }
}


/* V251.2.37 — le picture épouse exactement le cadre existant. */
#page-home .hero-right-photo.home-hero-photo-shell-v24213 > picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
  overflow: hidden !important;
}


/* ═══════════════════════════════════════════════════════════════════════
   V251.2.38 — MÉDAILLON « NOTRE APPROCHE »
   Même logique visuelle que le premier médaillon de Home :
   - grand médaillon ovale sur desktop ;
   - suppression de la légende ;
   - bascule en photo rectangulaire arrondie sur mobile.
   ═══════════════════════════════════════════════════════════════════════ */

/* On ouvre la section pour approcher la largeur visuelle du premier bloc. */
#page-home .section.section-peda {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
  gap: 18px !important;
  align-items: center !important;
  padding-left: max(36px, calc((100% - 1260px) / 2)) !important;
  padding-right: max(36px, calc((100% - 1260px) / 2)) !important;
}

#page-home .peda-img {
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 4 / 3 !important;
  min-height: 0 !important;
  height: auto !important;
  border: 2px solid var(--vert-fonce) !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(42, 74, 53, 0.12) !important;
  background: var(--vert-pale) !important;
  justify-self: center !important;
  align-self: center !important;
}



/* Tablette : l’ovale reste actif, la section passe en une colonne. */
@media (max-width: 900px) {
  #page-home .section.section-peda {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  

  
}

/* Mobile : on retrouve le rectangle arrondi, plus lisible en colonne unique. */
@media (max-width: 767px) {
  

  
}


/* ═══════════════════════════════════════════════════════════════════════
   V251.2.39 — ALIGNEMENT EXACT DU 2E MÉDAILLON SUR LE 1ER
   Objectif : verrouiller le médaillon « Notre approche » sur exactement
   les mêmes contraintes de gabarit que le premier médaillon de Home.
   ═══════════════════════════════════════════════════════════════════════ */

/* Desktop : même emprise horizontale que le premier médaillon. */
#page-home .section.section-peda {
  width: 100% !important;
  max-width: 1260px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
  gap: 18px !important;
  align-items: center !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

#page-home .peda-img {
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 4 / 3 !important;
  min-height: 0 !important;
  height: auto !important;
  justify-self: center !important;
  align-self: center !important;
  border: 2px solid var(--vert-fonce) !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(42, 74, 53, 0.12) !important;
  background: var(--vert-pale) !important;
}

#page-home .peda-img .home-peda-photo,
#page-home .peda-img img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  object-position: center 42% !important;
  border-radius: 50% !important;
  display: block !important;
}

/* Tablette : mêmes contraintes que le premier médaillon. */
@media (max-width: 900px) {
  #page-home .section.section-peda {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    max-width: 1180px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  #page-home .peda-img {
    max-width: 760px !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 50% !important;
  }

  #page-home .peda-img .home-peda-photo,
  #page-home .peda-img img {
    aspect-ratio: 4 / 3 !important;
    object-position: center 42% !important;
    border-radius: 50% !important;
  }
}

/* Mobile : même bascule que prévue, on conserve le rectangle arrondi. */
@media (max-width: 767px) {
  #page-home .peda-img {
    max-width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 18px !important;
  }

  #page-home .peda-img .home-peda-photo,
  #page-home .peda-img img {
    aspect-ratio: 4 / 3 !important;
    border-radius: 18px !important;
    object-position: center 42% !important;
  }
}


/* ═══════════════════════════════════════════════════════════════════════
   V251.2.40 — FOND PLEINE LARGEUR « NOTRE APPROCHE »
   Correction ciblée : suppression des deux bandes claires latérales.
   Le gabarit intérieur et le second médaillon restent strictement inchangés.
   ═══════════════════════════════════════════════════════════════════════ */

#page-home .section.section-peda {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  padding-left: max(36px, calc((100% - 1260px) / 2 + 36px)) !important;
  padding-right: max(36px, calc((100% - 1260px) / 2 + 36px)) !important;
}

@media (max-width: 900px) {
  #page-home .section.section-peda {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}


#page-home .hero-left {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
/* ===== Source consolidée : hero-nature-crop-v251-2-46.css ===== */
/* ═══════════════════════════════════════════════════════════════════════
   V251.2.46 — HERO PHOTO DESKTOP : CADRAGE PLUS PROCHE DU MOBILE
   Objectif : sur desktop uniquement, faire descendre visuellement le hero
   en augmentant un peu sa hauteur et en ajustant le cadrage pour retrouver
   davantage les mains et avant-bras visibles en haut et en bas de la photo.
   Mobile et tablette inchangés.
   ═══════════════════════════════════════════════════════════════════════ */

@media (min-width: 901px) {
  .hero-nature {
    min-height: 720px !important;
    background-position: center 48% !important;
  }

  .hero-nature-content {
    padding: 108px 32px 170px !important;
  }
}

@media (min-width: 1281px) {
  .hero-nature {
    min-height: 760px !important;
    background-position: center 47% !important;
  }

  .hero-nature-content {
    padding: 118px 32px 182px !important;
  }
}

/* ===== Source consolidée : gallery-labels-v251-2-49.css ===== */
/* ═══════════════════════════════════════════════════════════════════════
   V251.2.49 — GALERIE HOME : RETOUR À NUNITO BOLD
   Ajustement strictement limité aux intitulés en haut à gauche.
   Le fond vert opaque est conservé, avec retour à Nunito Bold pour une
   lisibilité plus immédiate.
   ═══════════════════════════════════════════════════════════════════════ */

#page-home .gal-cat-label {
  background: #2A4A35 !important;
  color: #FFFDF8 !important;
  font-family: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 12.4px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  padding: 5px 12px 6px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 253, 248, 0.14) !important;
  box-shadow: 0 2px 6px rgba(20, 40, 28, 0.14) !important;
  opacity: 1 !important;
  white-space: nowrap !important;
}

@media (max-width: 600px) {
  #page-home .gal-cat-label {
    font-size: 12px !important;
    padding: 4px 11px 5px !important;
  }
}

/* ===== Source consolidée : final-tweaks-v251-2-50.css ===== */
/* ═══════════════════════════════════════════════════════════════════════
   V251.2.50 — AJUSTEMENTS FINAUX HOME
   - suppression des 3 cartouches vertes de la section « Notre engagement » ;
   - titre « journée d’essai » passé en Pacifico avec point d’interrogation ;
   - aucune autre structure modifiée.
   ═══════════════════════════════════════════════════════════════════════ */

#page-home .home-trial-title-v24213 {
  font-family: 'Pacifico', sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.28 !important;
  color: var(--vert-fonce) !important;
  letter-spacing: 0 !important;
  margin-bottom: 14px !important;
}

@media (max-width: 767px) {
  
}

/* ===== Source consolidée : micro-finishes-v251-2-51.css ===== */
/* ═══════════════════════════════════════════════════════════════════════
   V251.2.51 — MICRO-FINITIONS GALERIE + TITRE ESSAI + RÔLE AESH
   - cartouches galerie légèrement réduits après retour à Nunito Bold ;
   - titre « Une journée d’essai… ? » légèrement réduit ;
   - correction d’affichage du rôle « Aesh » sous Soazig.
   ═══════════════════════════════════════════════════════════════════════ */

#page-home .gal-cat-label {
  font-size: 11.7px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  padding: 4px 10px 5px !important;
  box-shadow: 0 2px 5px rgba(20, 40, 28, 0.13) !important;
}



.eq-card:nth-child(3) .eq-role {
  text-transform: none !important;
}

@media (max-width: 767px) {
  #page-home .gal-cat-label {
    font-size: 11.3px !important;
    padding: 4px 10px 4px !important;
  }

  
}

/* ===== Source consolidée : gallery-corner-tabs-v251-2-52.css ===== */
/* ═══════════════════════════════════════════════════════════════════════
   V251.2.52 — GALERIE HOME : CARTOUCHES INTÉGRÉS AU COIN SUPÉRIEUR GAUCHE
   Les intitulés ne flottent plus sur la photo : ils deviennent de vrais
   onglets de coin, plaqués au cadre pour gagner en place et en lisibilité.
   ═══════════════════════════════════════════════════════════════════════ */

#page-home .gal-cat-label {
  top: -1px !important;
  left: -1px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 16px 0 12px 0 !important;
  box-shadow: none !important;
  padding: 4px 11px 5px !important;
  z-index: 4 !important;
}

@media (max-width: 767px) {
  #page-home .gal-cat-label {
    top: -1px !important;
    left: -1px !important;
    border-radius: 16px 0 11px 0 !important;
    padding: 4px 10px 4px !important;
  }
}


/* ===== V251.2.85 — Fluidité mobile : cartes bénéfices Home ===== */
@media (hover: none), (pointer: coarse) {
  #page-home .ben-card {
    transition: none !important;
  }
}


/* Continuité avec le séparateur ondulé : même teinte, sans calque supplémentaire. */
#page-home .home-wave-bg-pale-v24213 {
  background: #eef5ef;
}

/* V251.2.151.9 — ancien composant enfant/famille supprimé : remplacé par la feuille home-fit dédiée. */

/* ═══════════════════════════════════════════════════════════════════════
   V251.2.124 — Cartes pédagogiques : règles finales consolidées.
   Rendu validé V251.2.123 conservé strictement : grille desktop 1100 px,
   disposition tablette, carrousel mobile, assets raster et cartes stables.
   ═══════════════════════════════════════════════════════════════════════ */
#page-home .ben-grid-v251-2-107 {
  width: min(1100px, calc(100vw - 72px));
  max-width: none;
  margin: 0 auto;
  padding: 10px 0 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
  align-items: start;
  perspective: none;
}

#page-home .ben-card-art-v251-2-107 {
  display: block !important;
  position: relative !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
  transform: none !important;
  transition: none !important;
  filter: none !important;
  isolation: isolate !important;
}

#page-home .ben-card-art-v251-2-107::before,
#page-home .ben-card-art-v251-2-107::after {
  content: none !important;
  display: none !important;
}

#page-home .ben-card-art-image-v251-2-107 {
  display: block;
  position: relative !important;
  z-index: 1 !important;
  width: 100%;
  height: auto;
  max-width: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  filter: none;
  image-rendering: auto !important;
}

#page-home .ben-card-semantic-v251-2-107 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#page-home .ben-card-art-v251-2-107:hover,
#page-home .ben-card-art-v251-2-107:focus-within {
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}

@media (min-width: 761px) and (max-width: 1100px) {
  #page-home .ben-grid-v251-2-107 {
    width: min(930px, calc(100vw - 56px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   V251.2.133 — INSCRIPTIONS : CTA PLUS COMPACTS
   - reprise de la matérialité de la fiche « Envie de contribuer » ;
   - deux téléchargements rouges, journée d'essai verte ;
   - trois CTA ramenés à 330 × 41 px sur desktop ;
   - largeur mobile plafonnée à 300 px avec marges latérales ;
   - textes HTML, actions PDF et modale conservés.
   ═══════════════════════════════════════════════════════════════════════ */
#page-home .home-inscriptions-section-v24213 {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 54px 22px 64px;
  background: #eaf3ed;
}

#page-home .home-inscriptions-paper-v251-2-129 {
  position: relative;
  isolation: isolate;
  width: min(100%, 1024px);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 48px 62px 36px;
  overflow: visible;
  text-align: center;
  background-color: #f8f3e8;
  background-image:
    url('../images/aide-paper-texture-v251-2-71.webp'),
    radial-gradient(circle at 14% 19%, rgba(131,105,70,.042) 0 .8px, transparent 1.1px),
    radial-gradient(circle at 78% 67%, rgba(131,105,70,.038) 0 .9px, transparent 1.2px),
    linear-gradient(135deg, rgba(255,255,255,.54), rgba(255,255,255,0) 36%),
    linear-gradient(160deg, #fcf9f2 0%, #f8f3e8 53%, #f2ebdd 100%);
  background-size: 285px 285px, 17px 19px, 23px 21px, 100% 100%, 100% 100%;
  border: 1px solid rgba(126,105,76,.17);
  border-radius: 28px 33px 29px 25px / 25px 29px 34px 28px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.82),
    inset 0 -1px 0 rgba(115,91,60,.13),
    0 6px 13px rgba(42,74,53,.10),
    0 28px 52px -24px rgba(42,74,53,.38);
}

#page-home .home-inscriptions-paper-v251-2-129::before {
  content: "";
  position: absolute;
  inset: 10px 12px 12px 10px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 22px 27px 23px 20px / 20px 24px 28px 22px;
  box-shadow: inset 0 0 22px rgba(121,95,60,.025);
}

#page-home .home-inscriptions-paper-v251-2-129 > * {
  position: relative;
  z-index: 1;
}

#page-home .home-inscriptions-paper-v251-2-129 > h2 {
  max-width: 900px;
  margin: 0 auto 18px;
  color: var(--vert-fonce);
  font-family: 'Pacifico', sans-serif;
  font-size: clamp(27px, 2.45vw, 34px);
  font-weight: 400;
  font-synthesis: none;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: none;
}

#page-home .home-inscriptions-intro-v251-2-129 {
  max-width: 760px;
  margin: 0 auto;
}

#page-home .home-inscriptions-intro-v251-2-129 p {
  margin: 0;
  color: #3e5146;
  font-size: 15.5px;
  line-height: 1.62;
}

#page-home .home-inscriptions-intro-v251-2-129 p + p {
  margin-top: 10px;
}

#page-home .home-inscriptions-actions-v251-2-129 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px auto 0;
}

#page-home .home-inscriptions-actions-v251-2-129 .btn,
#page-home .home-inscriptions-trial-v251-2-129 .btn {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  min-width: 0;
  width: min(100%, 330px);
  height: 41px;
  min-height: 41px;
  box-sizing: border-box;
  padding: 9px 10px;
  gap: 6px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.7;
  white-space: nowrap;
}

#page-home .home-inscriptions-actions-v251-2-129 .btn svg,
#page-home .home-inscriptions-trial-v251-2-129 .btn svg {
  width: 19px;
  height: 19px;
  justify-self: center;
}

#page-home .home-inscriptions-actions-v251-2-129 .btn span,
#page-home .home-inscriptions-trial-v251-2-129 .btn span {
  display: flex;
  min-width: 0;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  border-left: 1px solid rgba(255,255,255,.3);
  text-align: center;
}

#page-home .home-inscriptions-trial-v251-2-129 {
  position: relative;
  max-width: 892px;
  margin: 58px auto 0;
  padding: 41px 30px 18px;
  box-sizing: border-box;
  color: #405146;
  background:
    url('../images/aide-paper-texture-v251-2-71.webp') 0 0 / 285px 285px repeat,
    linear-gradient(145deg, rgba(247,245,234,.92), rgba(236,235,219,.78));
  border: 1px solid rgba(117,98,70,.18);
  border-radius: 17px 20px 19px 16px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.70),
    inset 0 -1px 0 rgba(108,90,65,.08),
    0 3px 8px rgba(42,74,53,.08);
}

#page-home .home-inscriptions-trial-v251-2-129::before {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: -32px;
  border-top: 2px dashed rgba(111,139,111,.42);
}

#page-home .home-inscriptions-trial-v251-2-129 h3 {
  position: absolute;
  z-index: 2;
  top: -22px;
  left: 30px;
  max-width: calc(100% - 60px);
  margin: 0;
  padding: 7px 18px 8px;
  color: #45614c;
  font-family: 'Pacifico', sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-synthesis: none;
  line-height: 1.25;
  background:
    url('../images/aide-paper-texture-v251-2-71.webp') 0 0 / 220px 220px repeat,
    #f3eee1;
  border: 1px solid rgba(126,105,76,.17);
  border-radius: 5px 7px 5px 6px;
  box-shadow: 0 3px 7px rgba(42,74,53,.12);
  transform: rotate(-.8deg);
}

#page-home .home-inscriptions-trial-v251-2-129 h3::before,
#page-home .home-inscriptions-trial-v251-2-129 h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #a68b59;
  box-shadow: 0 -4px 0 #a68b59, 0 4px 0 #a68b59;
  opacity: .72;
}

#page-home .home-inscriptions-trial-v251-2-129 h3::before { left: -7px; }
#page-home .home-inscriptions-trial-v251-2-129 h3::after { right: -7px; }

#page-home .home-inscriptions-trial-v251-2-129 p {
  max-width: 780px;
  margin: 0 auto 18px;
  color: #405146;
  font-size: 14.4px;
  line-height: 1.62;
}

#page-home .home-inscriptions-trial-v251-2-129 .btn {
  margin: 0 auto;
}

#page-home .home-inscriptions-paperclip-v251-2-129 {
  position: absolute !important;
  z-index: 4 !important;
  top: -15px;
  right: 42px;
  width: 22px;
  height: 57px;
  border: 3px solid #9a773a;
  border-bottom: 0;
  border-radius: 15px 15px 4px 4px;
  transform: rotate(7deg);
  filter: drop-shadow(0 2px 2px rgba(50,42,28,.22));
}

#page-home .home-inscriptions-paperclip-v251-2-129::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 42px;
  border: 2px solid #c2a265;
  border-bottom: 0;
  border-radius: 9px 9px 3px 3px;
}

#page-home .home-inscriptions-tape-v251-2-129 {
  position: absolute !important;
  z-index: 3 !important;
  left: -21px;
  bottom: -11px;
  width: 70px;
  height: 24px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.20) 0 2px, transparent 2px 5px),
    linear-gradient(135deg, rgba(230,214,174,.92), rgba(202,181,132,.78));
  border: 1px solid rgba(140,118,75,.14);
  box-shadow: 0 3px 6px rgba(58,50,35,.12);
  opacity: .82;
  transform: rotate(-34deg);
  clip-path: polygon(2% 8%, 97% 0, 100% 86%, 5% 100%, 0 54%);
}

@media (min-width: 761px) and (max-width: 1000px) {
  #page-home .home-inscriptions-section-v24213 {
    padding: 48px 22px 58px;
  }

  #page-home .home-inscriptions-paper-v251-2-129 {
    padding: 44px 38px 32px;
  }

  #page-home .home-inscriptions-paper-v251-2-129 > h2 {
    font-size: 28px;
  }

  #page-home .home-inscriptions-intro-v251-2-129 p {
    font-size: 14.7px;
  }
}

@media (max-width: 760px) {
  #page-home .home-inscriptions-section-v24213 {
    padding: 40px 14px 50px;
  }

  #page-home .home-inscriptions-paper-v251-2-129 {
    padding: 39px 18px 24px;
    border-radius: 25px 28px 27px 23px / 23px 25px 29px 25px;
  }

  #page-home .home-inscriptions-paper-v251-2-129 > h2 {
    max-width: 300px;
    margin-bottom: 26px;
    padding: 0 8px;
    font-size: clamp(23px, 6.2vw, 27px);
    line-height: 1.3;
  }

  #page-home .home-inscriptions-intro-v251-2-129 {
    max-width: 300px;
  }

  #page-home .home-inscriptions-intro-v251-2-129 p {
    font-size: 14.2px;
    line-height: 1.57;
  }

  #page-home .home-inscriptions-intro-v251-2-129 p + p {
    margin-top: 20px;
  }

  #page-home .home-inscriptions-actions-v251-2-129 {
    gap: 12px;
    margin-top: 28px;
  }

  #page-home .home-inscriptions-actions-v251-2-129 .btn,
  #page-home .home-inscriptions-actions-v251-2-129 .btn:first-child,
  #page-home .home-inscriptions-trial-v251-2-129 .btn {
    width: min(300px, calc(100% - 18px));
    padding: 9px 6px !important;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 2px;
    font-size: clamp(11px, 3.4vw, 12.8px) !important;
    line-height: 1.55 !important;
  }

  #page-home .home-inscriptions-trial-v251-2-129 .btn {
    width: min(300px, calc(100% + 14px));
    margin-right: auto;
    margin-left: auto;
  }

  #page-home .home-inscriptions-actions-v251-2-129 .btn span,
  #page-home .home-inscriptions-trial-v251-2-129 .btn span {
    padding-left: 2px;
  }

  #page-home .home-inscriptions-actions-v251-2-129 .btn svg,
  #page-home .home-inscriptions-trial-v251-2-129 .btn svg {
    width: 19px;
    height: 19px;
  }

  #page-home .home-inscriptions-trial-v251-2-129 {
    margin-top: 56px;
    padding: 70px 15px 18px;
    font-size: 13.1px;
    line-height: 1.57;
  }

  #page-home .home-inscriptions-trial-v251-2-129::before {
    left: 0;
    right: 0;
    top: -29px;
  }

  #page-home .home-inscriptions-trial-v251-2-129 h3 {
    top: -18px;
    left: 50%;
    width: min(290px, calc(100% - 24px));
    max-width: none;
    box-sizing: border-box;
    padding: 8px 14px 9px;
    font-size: clamp(16.2px, 4.7vw, 18px);
    line-height: 1.34;
    transform: translateX(-50%) rotate(-.8deg);
  }

  #page-home .home-inscriptions-trial-v251-2-129 p {
    max-width: 270px;
    margin-bottom: 18px;
    font-size: 13.1px;
    line-height: 1.57;
  }

  #page-home .home-inscriptions-paperclip-v251-2-129 {
    top: -13px;
    right: 24px;
    transform: scale(.9) rotate(7deg);
    transform-origin: top right;
  }

  #page-home .home-inscriptions-tape-v251-2-129 {
    left: -15px;
    bottom: -8px;
    width: 58px;
    height: 21px;
  }
}

@media (max-width: 360px) {
  #page-home .home-inscriptions-section-v24213 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #page-home .home-inscriptions-paper-v251-2-129 {
    padding-left: 12px;
    padding-right: 12px;
  }

  #page-home .home-inscriptions-actions-v251-2-129 .btn,
  #page-home .home-inscriptions-actions-v251-2-129 .btn:first-child,
  #page-home .home-inscriptions-trial-v251-2-129 .btn {
    grid-template-columns: 22px minmax(0, 1fr);
    padding-left: 5px !important;
    padding-right: 5px !important;
    gap: 1px;
    font-size: clamp(11px, 3.4vw, 12.25px) !important;
  }

  #page-home .home-inscriptions-actions-v251-2-129 .btn span,
  #page-home .home-inscriptions-trial-v251-2-129 .btn span {
    padding-left: 1px;
  }
}

@media (hover: none), (pointer: coarse) {
  #page-home .home-inscriptions-actions-v251-2-129 .btn,
  #page-home .home-inscriptions-trial-v251-2-129 .btn {
    transition: none;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   V251.2.140 — INSCRIPTIONS : ÉCHELLE DU TITRE ET RESPIRATIONS HARMONISÉES
   - titre principal aligné sur le gabarit de « Envie de contribuer » ;
   - marge sous le titre principal augmentée ;
   - ligne pointillée maintenue à distance constante des CTA ;
   - cartouche « Une journée d'essai… » repoussé pour équilibrer les deux côtés.
   ═══════════════════════════════════════════════════════════════════════ */
#page-home .home-inscriptions-paper-v251-2-129 > h2:not(.hero-title) {
  margin-bottom: 24px;
  font-size: clamp(26px, 2.15vw, 30px) !important;
  line-height: 1.23 !important;
}

#page-home .home-inscriptions-trial-v251-2-129 {
  margin-top: 74px;
}

#page-home .home-inscriptions-trial-v251-2-129::before {
  top: -48px;
}

@media (min-width: 761px) and (max-width: 1000px) {
  #page-home .home-inscriptions-paper-v251-2-129 > h2:not(.hero-title) {
    font-size: 28px !important;
  }
}

@media (max-width: 760px) {
  #page-home .home-inscriptions-paper-v251-2-129 > h2:not(.hero-title) {
    margin-bottom: 22px;
    font-size: 24px !important;
    line-height: 1.27 !important;
  }

  #page-home .home-inscriptions-trial-v251-2-129 {
    margin-top: 72px;
  }

  #page-home .home-inscriptions-trial-v251-2-129::before {
    top: -45px;
  }
}

@media (max-width: 760px) {
  #page-home .ben-grid-v251-2-107 {
    box-sizing: border-box;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding: 12px 18px 18px;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #page-home .ben-grid-v251-2-107::-webkit-scrollbar {
    display: none;
  }

  #page-home .ben-grid-v251-2-107 .ben-card-art-v251-2-107 {
    flex: 0 0 min(92vw, 390px) !important;
    scroll-snap-align: center;
  }
}

@media (max-width: 360px) {
  #page-home .ben-grid-v251-2-107 {
    padding-left: 12px;
    padding-right: 12px;
    scroll-padding-inline: 12px;
  }

  #page-home .ben-grid-v251-2-107 .ben-card-art-v251-2-107 {
    flex-basis: 94vw !important;
  }
}


/* ═══════════════════════════════════════════════════════════════════════
   V251.2.139 — FAQ : RELIEF RÉÉQUILIBRÉ
   - cinq questions transformées en fiches papier superposées ;
   - pictogrammes thématiques à la place des cartouches numérotés ;
   - centrage des pictogrammes dans la bande située avant la marge rouge ;
   - papier des questions et des réponses unifié sur l'ivoire clair ;
   - fibres, lignage, gondolement et bords organiques conservés ;
   - tranches et ombres de contact rééquilibrées pour un relief plus subtil ;
   - badges pictographiques et boutons d'ouverture moins détachés du papier ;
   - respiration visible entre la question et sa réponse ouverte ;
   - espacement vertical accru entre les cinq fiches ;
   - réponses en noir et ponctuation sans tirets cadratins ;
   - contenu, accordéon, CTA et accessibilité conservés.
   ═══════════════════════════════════════════════════════════════════════ */
#page-home .home-faq-section-v251-2-134 {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
  padding-bottom: 78px;
}

#page-home .home-faq-section-v251-2-134 > .section-head {
  margin-bottom: 34px;
}

#page-home .home-faq-slips-v251-2-134 {
  box-sizing: border-box;
  width: min(940px, calc(100% - 48px));
  max-width: 940px !important;
  margin: 0 auto;
  padding: 6px 20px 10px;
  overflow: visible;
}

#page-home .home-faq-slip-v251-2-134 {
  position: relative;
  isolation: isolate;
  margin: 0 0 18px;
  border: 0;
  background: transparent;
  transition: none;
}

#page-home .home-faq-question-v251-2-134 {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 42px;
  gap: 13px;
  align-items: center;
  min-height: 84px;
  padding: 13px 30px 13px 22px;
  color: var(--vert-fonce);
  background-color: #fffdf8;
  background-image:
    url('../images/paper-fibres-v251-2-8.webp'),
    url('../images/home-faq-paper-v251-2-134.webp'),
    radial-gradient(ellipse at 16% 4%, rgba(255,255,255,.72) 0 11%, transparent 36%),
    radial-gradient(ellipse at 88% 96%, rgba(111,91,62,.075) 0 9%, transparent 30%),
    radial-gradient(ellipse at 55% 54%, transparent 0 48%, rgba(126,105,74,.035) 72%, transparent 100%),
    linear-gradient(102deg, rgba(255,255,255,.48), transparent 23% 73%, rgba(126,105,74,.055)),
    linear-gradient(180deg, #fffefa 0%, #fdfbf5 50%, #f8f4eb 100%);
  background-position: 11px 7px, left 41%, center, center, center, center;
  background-size: 390px 390px, 100% auto, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-blend-mode: soft-light, normal, screen, multiply, multiply, soft-light, normal;
  border: 1px solid rgba(176,163,142,.62);
  border-top-color: rgba(230,224,212,.86);
  border-left-color: rgba(205,197,181,.66);
  border-radius: 4px 7px 6px 3px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.76),
    inset 0 -1px 0 rgba(112,91,63,.10),
    inset 1px 0 0 rgba(255,255,255,.32),
    inset -1px 0 0 rgba(104,83,55,.04),
    inset 0 -4px 8px -10px rgba(89,68,43,.24),
    0 1px 0 rgba(225,217,203,.72),
    0 2px 2px -2px rgba(166,150,126,.30),
    0 5px 8px -7px rgba(74,56,34,.18);
  filter:
    drop-shadow(0 2px 2px rgba(73,55,34,.10))
    drop-shadow(0 8px 12px rgba(53,64,55,.065));
  clip-path: polygon(
    .2% 1.5%, 6% .3%, 13% 1.1%, 22% .2%, 31% 1%,
    41% .1%, 51% .9%, 61% .2%, 70% 1.1%, 80% .2%,
    90% .8%, 99.7% .2%, 99.8% 96.5%, 93% 99.6%,
    84% 98.7%, 74% 99.8%, 64% 98.8%, 53% 99.7%,
    43% 98.6%, 32% 99.8%, 22% 98.8%, 12% 99.7%,
    .3% 98.2%
  );
  transform: rotate(-.28deg);
  user-select: none;
}

#page-home .home-faq-slip-v251-2-134:nth-child(even) .home-faq-question-v251-2-134 {
  margin-left: 20px;
  margin-right: -12px;
  transform: rotate(.28deg);
  clip-path: polygon(
    .3% .8%, 8% .1%, 17% 1%, 27% .2%, 38% 1.2%,
    49% .1%, 60% .8%, 70% .2%, 81% 1.1%, 91% .2%,
    99.6% 1%, 99.8% 98.3%, 91% 99.5%, 80% 98.7%,
    69% 99.8%, 58% 98.9%, 47% 99.6%, 36% 98.5%,
    25% 99.7%, 14% 98.7%, .2% 99.4%
  );
}

#page-home .home-faq-slip-v251-2-134:nth-child(3) .home-faq-question-v251-2-134 {
  margin-left: -10px;
  margin-right: 13px;
  transform: rotate(-.08deg);
}

#page-home .home-faq-question-v251-2-134::before,
#page-home .home-faq-answer-v251-2-134::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  opacity: .82;
  background:
    radial-gradient(circle at 7% 17%, rgba(94,77,56,.055) 0 .7px, transparent 1px),
    radial-gradient(circle at 77% 28%, rgba(94,77,56,.040) 0 .65px, transparent 1px),
    radial-gradient(circle at 42% 76%, rgba(255,255,255,.38) 0 1px, transparent 1.5px),
    repeating-linear-gradient(7deg, transparent 0 18px, rgba(107,88,61,.022) 19px, transparent 20px 35px),
    repeating-linear-gradient(96deg, transparent 0 26px, rgba(255,255,255,.12) 27px, transparent 28px 47px),
    linear-gradient(95deg, transparent 0 57%, rgba(117,96,68,.022) 60%, transparent 64%),
    linear-gradient(4deg, transparent 0 80%, rgba(255,255,255,.20) 84%, transparent 89%);
  background-size: 47px 39px, 67px 51px, 83px 57px, 131px 97px, 149px 113px, 100% 100%, 100% 100%;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.28),
    inset 0 -4px 8px -10px rgba(72,59,43,.25),
    inset -4px 0 8px -11px rgba(72,59,43,.18);
}

#page-home .home-faq-question-v251-2-134::after,
#page-home .home-faq-answer-v251-2-134::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 1.2%;
  right: .8%;
  bottom: 0;
  height: 3px;
  opacity: .38;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.32), rgba(148,130,104,.14) 52%, rgba(98,77,49,.10) 100%),
    linear-gradient(90deg, rgba(157,144,123,.20), rgba(244,239,229,.62) 12%, rgba(185,170,147,.22) 36%, rgba(245,240,230,.58) 65%, rgba(145,130,108,.18)),
    repeating-linear-gradient(90deg, rgba(91,72,46,.14) 0 1px, transparent 1px 5px);
  clip-path: polygon(0 48%, 8% 34%, 18% 52%, 29% 31%, 42% 49%, 55% 37%, 69% 55%, 82% 33%, 92% 47%, 100% 28%, 100% 100%, 0 100%);
}

#page-home .home-faq-pictogram-v251-2-136 {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  justify-self: start;
  flex: 0 0 auto;
  width: 40px;
  height: 38px;
  margin-left: -12px;
  color: #fff;
  background-color: var(--terra);
  background-image:
    url('../images/paper-fibres-v251-2-8.webp'),
    linear-gradient(180deg, rgba(255,255,255,.38), transparent 35% 68%, rgba(58,31,21,.13)),
    radial-gradient(ellipse at 18% 8%, rgba(255,255,255,.28), transparent 43%),
    radial-gradient(ellipse at 82% 88%, rgba(74,36,23,.25), transparent 55%),
    linear-gradient(100deg, rgba(255,255,255,.18), transparent 28% 69%, rgba(58,31,21,.16));
  background-size: 128px 128px, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-position: 7px 4px, center, center, center, center;
  background-blend-mode: soft-light, screen, screen, multiply, soft-light;
  border: 1px solid rgba(82,43,29,.40);
  border-top-color: rgba(255,255,255,.48);
  border-left-color: rgba(255,255,255,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.38),
    inset 0 -2px 3px rgba(68,33,22,.16),
    inset 1px 0 2px rgba(255,255,255,.12),
    inset -1px 0 2px rgba(58,31,21,.07),
    0 1px 0 rgba(126,76,51,.34),
    0 2px 2px -1px rgba(66,35,24,.14);
  filter:
    drop-shadow(0 1px 1px rgba(67,38,26,.17))
    drop-shadow(0 4px 5px rgba(50,39,29,.10));
  clip-path: polygon(3% 3%, 22% 1%, 48% 3%, 72% 1%, 98% 5%, 97% 30%, 95% 58%, 96% 96%, 72% 94%, 48% 97%, 23% 94%, 2% 92%, 4% 62%, 2% 34%);
}

#page-home .home-faq-pictogram-v251-2-136::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px dashed rgba(255,255,255,.46);
  border-radius: 2px;
  opacity: .88;
  pointer-events: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -1px 0 rgba(53,28,19,.07);
}

#page-home .home-faq-pictogram-v251-2-136::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 1px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.14), transparent 15% 82%, rgba(49,26,18,.15)),
    linear-gradient(180deg, transparent 58%, rgba(49,26,18,.14));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    inset 0 -4px 6px -7px rgba(42,22,15,.22);
  clip-path: polygon(2% 2%, 98% 4%, 96% 97%, 3% 94%);
}

#page-home .home-faq-pictogram-v251-2-136 svg {
  position: relative;
  z-index: 2;
  display: block;
  width: 21px;
  height: 21px;
  filter: drop-shadow(0 1px 1px rgba(51,27,18,.12));
}

#page-home .home-faq-slip-v251-2-134:nth-child(even) .home-faq-pictogram-v251-2-136 {
  background-color: var(--vert);
  border-color: rgba(42,74,53,.34);
  border-top-color: rgba(255,255,255,.34);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.36),
    inset 0 -2px 3px rgba(26,61,42,.17),
    inset 1px 0 2px rgba(255,255,255,.11),
    inset -1px 0 2px rgba(20,49,33,.08),
    0 1px 0 rgba(48,83,60,.34),
    0 2px 2px -1px rgba(25,52,36,.14);
  filter:
    drop-shadow(0 1px 1px rgba(28,55,39,.17))
    drop-shadow(0 4px 5px rgba(43,61,48,.10));
}

#page-home .home-faq-question-text-v251-2-134 {
  position: relative;
  z-index: 2;
  min-width: 0;
  flex: 1 1 auto;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--vert-fonce);
}

#page-home .home-faq-toggle-v251-2-134 {
  position: relative;
  z-index: 2;
  display: block;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  justify-self: end;
  border-radius: 50%;
  background: var(--terra);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 2px 5px rgba(92,47,32,.13);
  transition: transform .22s ease, background-color .22s ease;
}

#page-home .home-faq-toggle-v251-2-134::before,
#page-home .home-faq-toggle-v251-2-134::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}

#page-home .home-faq-toggle-v251-2-134::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#page-home .home-faq-question-v251-2-134.open {
  filter:
    drop-shadow(0 2px 2px rgba(73,55,34,.10))
    drop-shadow(0 9px 13px rgba(53,64,55,.075));
}

#page-home .home-faq-question-v251-2-134.open .home-faq-toggle-v251-2-134 {
  background: var(--vert);
  transform: rotate(45deg);
}

#page-home .home-faq-question-v251-2-134:hover .home-faq-question-text-v251-2-134 {
  color: var(--vert);
}

#page-home .home-faq-answer-v251-2-134 {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: calc(100% - 56px);
  margin: 10px 12px 18px 44px;
  padding: 24px 52px 26px 72px;
  color: #1f1f1f;
  background-color: #fffdf8;
  background-image:
    url('../images/paper-fibres-v251-2-8.webp'),
    url('../images/home-faq-paper-v251-2-134.webp'),
    radial-gradient(ellipse at 16% 4%, rgba(255,255,255,.72) 0 11%, transparent 36%),
    radial-gradient(ellipse at 88% 96%, rgba(111,91,62,.075) 0 9%, transparent 30%),
    radial-gradient(ellipse at 55% 54%, transparent 0 48%, rgba(126,105,74,.035) 72%, transparent 100%),
    linear-gradient(102deg, rgba(255,255,255,.48), transparent 23% 73%, rgba(126,105,74,.055)),
    linear-gradient(180deg, #fffefa 0%, #fdfbf5 50%, #f8f4eb 100%);
  background-position: 17px 12px, left 54%, center, center, center, center;
  background-size: 390px 390px, 100% auto, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-blend-mode: soft-light, normal, screen, multiply, multiply, soft-light, normal;
  border: 1px solid rgba(164,149,126,.62);
  border-top-color: rgba(222,211,193,.88);
  border-left-color: rgba(190,177,155,.68);
  border-radius: 4px 6px 7px 3px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.66),
    inset 0 -1px 0 rgba(103,80,51,.11),
    inset 1px 0 0 rgba(255,255,255,.28),
    inset -1px 0 0 rgba(104,83,55,.04),
    inset 0 -5px 9px -11px rgba(84,62,35,.26),
    0 1px 0 rgba(216,204,185,.70),
    0 2px 2px -2px rgba(151,133,104,.28),
    0 5px 8px -7px rgba(74,56,34,.19);
  filter:
    drop-shadow(0 2px 2px rgba(73,55,34,.11))
    drop-shadow(0 9px 14px rgba(53,64,55,.075));
  clip-path: polygon(
    .3% 1%, 9% .2%, 18% 1.1%, 29% .1%, 40% .9%,
    51% .2%, 63% 1.1%, 74% .1%, 86% .9%, 99.7% .3%,
    99.6% 97.7%, 90% 99.6%, 79% 98.6%, 67% 99.8%,
    55% 98.7%, 43% 99.6%, 31% 98.8%, 19% 99.7%,
    8% 98.6%, .2% 99.3%
  );
  font-size: 14.2px;
  line-height: 1.72;
  transform: rotate(.12deg);
}

#page-home .home-faq-answer-v251-2-134.open {
  display: block;
}

#page-home .home-faq-section-v251-2-134 > .faq-cta {
  margin-top: 28px;
}

#page-home .home-faq-section-v251-2-134 > .faq-cta .btn {
  box-shadow: 0 5px 13px rgba(42,74,53,.12);
}

@media (max-width: 760px) {
  #page-home .home-faq-section-v251-2-134 {
    padding-top: 50px;
    padding-bottom: 58px;
  }

  #page-home .home-faq-section-v251-2-134 > .section-head {
    box-sizing: border-box;
    margin-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #page-home .home-faq-section-v251-2-134 > .section-head h2 {
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.2;
  }

  #page-home .home-faq-slips-v251-2-134 {
    width: 100%;
    max-width: none !important;
    padding: 5px 10px 14px 21px;
  }

  #page-home .home-faq-slip-v251-2-134 {
    margin-bottom: 14px;
  }

  #page-home .home-faq-question-v251-2-134 {
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    gap: 7px;
    min-height: 69px;
    margin: 0;
    padding: 10px 10px 10px 15px;
    background-position: 11px 7px, left top, center, center, center, center;
    background-size: 330px 330px, 660px auto, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    filter:
      drop-shadow(0 1px 1px rgba(73,55,34,.09))
      drop-shadow(0 6px 9px rgba(53,64,55,.06));
  }

  #page-home .home-faq-slip-v251-2-134:nth-child(even) .home-faq-question-v251-2-134 {
    margin-left: 6px;
    margin-right: -3px;
  }

  #page-home .home-faq-slip-v251-2-134:nth-child(3) .home-faq-question-v251-2-134 {
    margin-left: -4px;
    margin-right: 4px;
  }

  #page-home .home-faq-pictogram-v251-2-136 {
    width: 34px;
    height: 34px;
    margin-left: -11px;
  }

  #page-home .home-faq-pictogram-v251-2-136 svg {
    width: 18px;
    height: 18px;
  }

  #page-home .home-faq-question-text-v251-2-134 {
    font-size: 13.1px;
    line-height: 1.36;
  }

  #page-home .home-faq-toggle-v251-2-134 {
    width: 28px;
    height: 28px;
  }

  #page-home .home-faq-toggle-v251-2-134::before,
  #page-home .home-faq-toggle-v251-2-134::after {
    width: 11px;
  }

  #page-home .home-faq-answer-v251-2-134 {
    width: calc(100% - 14px);
    margin: 8px 0 15px 9px;
    padding: 20px 14px 21px 56px;
    background-position: 13px 9px, left top, center, center, center, center;
    background-size: 330px 330px, 660px auto, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    font-size: 12.8px;
    line-height: 1.58;
    filter:
      drop-shadow(0 1px 1px rgba(73,55,34,.10))
      drop-shadow(0 7px 10px rgba(53,64,55,.065));
  }

  #page-home .home-faq-section-v251-2-134 > .faq-cta {
    margin-top: 23px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 360px) {
  #page-home .home-faq-slips-v251-2-134 {
    padding-left: 18px;
    padding-right: 8px;
  }

  #page-home .home-faq-question-v251-2-134 {
    grid-template-columns: 39px minmax(0, 1fr) 28px;
    gap: 6px;
    padding-left: 13px;
    padding-right: 8px;
  }

  #page-home .home-faq-pictogram-v251-2-136 {
    width: 32px;
    height: 32px;
    margin-left: -10px;
  }

  #page-home .home-faq-pictogram-v251-2-136 svg {
    width: 17px;
    height: 17px;
  }

  #page-home .home-faq-question-text-v251-2-134 {
    font-size: 12.6px;
  }

  #page-home .home-faq-toggle-v251-2-134 {
    width: 27px;
    height: 27px;
  }

  #page-home .home-faq-answer-v251-2-134 {
    padding-left: 52px;
    padding-right: 12px;
    font-size: 12.5px;
  }
}

@media (hover: none), (pointer: coarse) {
  #page-home .home-faq-toggle-v251-2-134 {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #page-home .home-faq-toggle-v251-2-134 {
    transition: none;
  }
}
