/* =====================================================
   Fun & Calm – Étapes Parcours  |  fcet-style.css
   ===================================================== */

.fcet-wrap {
    padding: 56px 32px 48px;
    font-family: 'Mulish', sans-serif;
    background: #EFE9E0;
    box-sizing: border-box;
}

/* ── En-tête ── */
.fcet-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #A89F98;
    margin: 0 0 10px;
}

.fcet-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 500;
    color: #2C2420;
    line-height: 1.15;
    margin: 0 0 10px;
}

.fcet-intro {
    font-size: 14px;
    color: #7A6F68;
    line-height: 1.8;
    font-weight: 300;
    max-width: 520px;
    margin: 0 0 44px;
}

.fcet-intro strong { color: #2C2420; font-weight: 600; }

/* ── Section route ── */
.fcet-road-section {
    margin-bottom: 28px;
}

.fcet-svg {
    width: 100%;
    display: block;
}

/* ── Labels sous les cercles ── */
.fcet-labels {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.fcet-label {
    text-align: center;
    padding: 0 6px;
}

.fcet-label-title {
    font-size: 11px;
    font-weight: 700;
    color: #2C2420;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    line-height: 1.35;
    margin: 0 0 6px;
}

.fcet-label-body {
    font-size: 10px;
    color: #7A6F68;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

.fcet-label-body strong { color: #2C2420; font-weight: 600; }

/* ── Note paiement ── */
.fcet-note {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #DDD5C8;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
    box-sizing: border-box;
}

.fcet-note-ico {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    line-height: 1;
}

.fcet-note strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #2C2420;
    margin-bottom: 4px;
}

.fcet-note p {
    font-size: 12px;
    color: #7A6F68;
    line-height: 1.7;
    font-weight: 300;
    margin: 0;
}

.fcet-note p strong { display: inline; font-size: inherit; color: #2C2420; font-weight: 600; }

/* ── CTA ── */
.fcet-cta {
    text-align: center;
}

.fcet-cta-main {
    display: inline-block;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 32px;
    border-radius: 40px;
    background: #2C2420;
    color: #fff !important;
    text-decoration: none;
    margin-bottom: 14px;
    transition: background .2s;
    line-height: 1;
}

.fcet-cta-main:hover { background: #C4856A; }

.fcet-cta-btns {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.fcet-cta-btn {
    display: inline-block;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 20px;
    border-radius: 40px;
    text-decoration: none;
    border: 1.5px solid currentColor;
    transition: background .2s, color .2s;
    line-height: 1;
    background: transparent;
}

.fcet-cta-btn:hover {
    background: currentColor;
    color: #fff !important;
}

/* ── Responsive ── */
@media (max-width: 680px) {
    .fcet-wrap   { padding: 40px 20px 36px; }
    .fcet-labels { grid-template-columns: repeat(2, 1fr) !important; gap: 16px; }
}

@media (max-width: 400px) {
    .fcet-labels { grid-template-columns: 1fr !important; }
}
