/* =====================================================
   Fun & Calm – Agenda Ateliers  |  fcag-agenda.css
   ===================================================== */

.fcag-agenda {
    padding: 72px 48px;
    font-family: 'Mulish', sans-serif;
    background: #fff;
    box-sizing: border-box;
}

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

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

.fcag-intro {
    font-size: 15px;
    color: #7A6F68;
    line-height: 1.85;
    font-weight: 300;
    max-width: 620px;
    margin: 0 0 20px;
}

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

/* ── Newsletter ── */
.fcag-newsletter {
    background: #FDF4E3;
    border-radius: 14px;
    border: 1px solid rgba(216,169,76,.25);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    box-sizing: border-box;
}

.fcag-nl-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.fcag-nl-ico { font-size: 22px; flex-shrink: 0; line-height: 1; }

.fcag-newsletter p {
    font-size: 13px;
    color: #9A6E1E;
    line-height: 1.6;
    font-weight: 300;
    margin: 0;
}

.fcag-newsletter p strong { color: #2C2420; font-weight: 600; }

.fcag-nl-btn {
    display: inline-block;
    background: #D8A94C;
    color: #fff !important;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s;
    line-height: 1;
}

.fcag-nl-btn:hover { background: #9A6E1E; }

/* ── Bloc mois accordion ── */
.fcag-mois-bloc {
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(216,169,76,.2);
}

/* ── Bandeau thème ── */
.fcag-theme-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: 'Mulish', sans-serif;
    transition: opacity .2s;
    box-sizing: border-box;
}

.fcag-theme-btn:hover { opacity: .92; }

.fcag-theme-left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.fcag-theme-ico { font-size: 26px; flex-shrink: 0; line-height: 1; }

.fcag-theme-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
    font-weight: 600;
    margin: 0 0 3px;
    text-align: left;
}

.fcag-theme-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin: 0;
    line-height: 1.2;
}

.fcag-theme-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.fcag-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.22);
    color: #fff !important;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.3);
    transition: background .2s;
    white-space: nowrap;
}

.fcag-dl-btn:hover { background: rgba(255,255,255,.32); }

.fcag-toggle-label {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,.75);
    white-space: nowrap;
}

.fcag-toggle-ico {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    transition: transform .3s;
    display: inline-block;
    line-height: 1;
}

.fcag-mois-bloc.fcag-open .fcag-toggle-ico { transform: rotate(180deg); }

/* ── Panel ateliers ── */
.fcag-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease, padding .3s;
    background: #FDF4E3;
}

.fcag-mois-bloc.fcag-open .fcag-panel {
    max-height: 3000px;
    padding: 20px;
}

/* ── Grille ateliers ── */
.fcag-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

/* ── Carte atelier ── */
.fcag-atelier-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #DDD5C8;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}

.fcag-atelier-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(44,36,32,.08);
}

/* Bande date */
.fcag-band {
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    box-sizing: border-box;
}

.fcag-band-gp { background: #D8A94C; }
.fcag-band-st { background: #7FA6B1; }

.fcag-date  { font-size: 12px; font-weight: 600; color: #fff; line-height: 1.2; margin: 0; }
.fcag-heure { font-size: 10px; color: rgba(255,255,255,.8); margin: 2px 0 0; }

.fcag-badge {
    font-size: 9px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    background: rgba(255,255,255,.25);
    color: #fff;
    letter-spacing: .5px;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
}

/* Corps atelier */
.fcag-atelier-body {
    padding: 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.fcag-type {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    margin-bottom: 6px;
    line-height: 1.4;
}

.fcag-type-gp { background: #FDF4E3; color: #9A6E1E; }
.fcag-type-st { background: #EBF3F6; color: #527A87; }

.fcag-atelier-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    font-weight: 500;
    color: #2C2420;
    margin: 0 0 3px;
    line-height: 1.2;
}

.fcag-lieu {
    font-size: 11px;
    color: #A89F98;
    font-weight: 500;
    margin: 0 0 7px;
}

.fcag-desc {
    font-size: 12px;
    color: #7A6F68;
    line-height: 1.6;
    flex: 1;
    margin: 0 0 10px;
}

.fcag-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px;
}

.fcag-tag {
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 20px;
    background: #EFE9E0;
    color: #7A6F68;
    font-weight: 500;
}

.fcag-atelier-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid #F0E8D8;
    gap: 6px;
    margin-top: auto;
}

.fcag-tarif-gratuit {
    font-size: 11px; font-weight: 700;
    color: #2E7D32; background: #E8F5E9;
    padding: 3px 9px; border-radius: 20px;
}

.fcag-tarif-conv { font-size: 11px; font-weight: 500; color: #7A6F68; }

.fcag-btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: 'Mulish', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    transition: opacity .2s;
    white-space: nowrap;
    line-height: 1;
}

.fcag-btn:hover     { opacity: .85; }
.fcag-btn-gp        { background: #D8A94C; }
.fcag-btn-st        { background: #7FA6B1; }

/* ── Responsive ── */
@media (max-width: 860px) {
    .fcag-agenda    { padding: 56px 24px; }
    .fcag-grid      { grid-template-columns: 1fr !important; }
    .fcag-newsletter { flex-direction: column; }
    .fcag-theme-btn  { flex-wrap: wrap; }
}
