/* Fun & Calm – Le Pari */
.fcpa-wrap { padding:72px 48px; font-family:'Mulish',sans-serif; background:#EFE9E0; box-sizing:border-box; }
.fcpa-eyebrow { font-size:11px; letter-spacing:3px; text-transform:uppercase; font-weight:600; color:#A89F98; margin:0 0 12px; }
.fcpa-title { font-family:'Playfair Display',Georgia,serif; font-size:clamp(28px,3.5vw,44px); font-weight:500; color:#2C2420; line-height:1.15; margin:0 0 36px; }
.fcpa-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; }
/* Citation */
.fcpa-quote { font-family:'Playfair Display',Georgia,serif; font-size:clamp(17px,2vw,22px); font-weight:500; color:#2C2420; line-height:1.5; font-style:italic; padding-left:22px; border-left:3px solid #C4856A; margin:0 0 24px; }
.fcpa-quote span { display:block; font-family:'Mulish',sans-serif; font-size:12px; font-weight:600; color:#A89F98; font-style:normal; margin-top:10px; letter-spacing:.5px; }
.fcpa-body { font-size:15px; color:#7A6F68; line-height:1.85; font-weight:300; margin:0 0 14px; }
.fcpa-body strong { color:#2C2420; font-weight:600; }
.fcpa-body em { font-style:italic; }
/* Valeurs style capture d'écran : icône ronde + titre coloré + texte */
.fcpa-valeur { background:#fff; border-radius:14px; border:1px solid #DDD5C8; padding:18px 20px; display:flex; align-items:flex-start; gap:16px; margin-bottom:12px; transition:transform .2s,box-shadow .2s; }
.fcpa-valeur:last-child { margin-bottom:0; }
.fcpa-valeur:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(44,36,32,.07); }
.fcpa-valeur-ico { width:44px; height:44px; min-width:44px; border-radius:50%; background:#F5EFE6; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; }
.fcpa-valeur-title { font-family:'Playfair Display',Georgia,serif; font-size:17px; font-weight:500; color:#5A7A5A; margin:0 0 6px; line-height:1.2; }
.fcpa-valeur-body { font-size:13px; color:#7A6F68; line-height:1.7; font-weight:300; margin:0; }
.fcpa-valeur-body strong { color:#2C2420; font-weight:600; }
@media(max-width:860px){
  .fcpa-wrap{padding:56px 24px;}
  .fcpa-grid{grid-template-columns:1fr;gap:32px;}
}
