/* Fun & Calm – Séjours Suspendus */
.fcss-wrap{padding:48px 36px;font-family:'Mulish',sans-serif;background:#fff;box-sizing:border-box;border-radius:20px;border:1px solid #DDD5C8;}
.fcss-header{display:flex;align-items:center;gap:14px;margin-bottom:16px;}
.fcss-ico-wrap{width:44px;height:44px;border-radius:50%;background:#F8EDE8;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;}
.fcss-title{font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:500;color:#2C2420;margin:0;}
.fcss-body{font-size:14px;color:#7A6F68;line-height:1.8;font-weight:300;margin:0 0 24px;}
.fcss-body strong{color:#2C2420;font-weight:600;}
.fcss-road-section{margin-top:8px;}
.fcss-svg{width:100%;display:block;}
.fcss-labels{display:grid;gap:8px;margin-top:14px;}
.fcss-label{text-align:center;padding:0 6px;}
.fcss-label-title{font-size:11px;font-weight:700;color:#2C2420;letter-spacing:.4px;text-transform:uppercase;line-height:1.35;margin:0 0 5px;}
.fcss-label-body{font-size:10px;color:#7A6F68;font-weight:300;line-height:1.6;margin:0;}
.fcss-label-body strong{color:#2C2420;font-weight:600;}
@media(max-width:680px){
  .fcss-wrap{padding:24px 16px;}
  .fcss-labels{grid-template-columns:repeat(2,1fr)!important;gap:16px;}
}
