/* =====================================================
   Fun & Calm – Thèmes Culturovie  |  fcth-themes.css
   Widget 1 : Tableau thèmes mensuels
   Widget 2 : Thèmes permanents
   ===================================================== */

/* ══════════════════════════════════════════════════════
   WIDGET 1 — TABLEAU THÈMES MENSUELS
   ══════════════════════════════════════════════════════ */

.fcth-themes {
    padding: 72px 48px;
    font-family: 'Mulish', sans-serif;
    background: #EFE9E0;
    box-sizing: border-box;
}

.fcth-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #9A6E1E;
    margin: 0 0 12px;
}

.fcth-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;
}

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

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

/* Tableau */
.fcth-table {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #DDD5C8;
}

.fcth-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    border-bottom: 1px solid #DDD5C8;
}

.fcth-row:last-child { border-bottom: none; }

/* En-tête tableau */
.fcth-row-header { }

.fcth-cat-header {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background: transparent !important;
    letter-spacing: .3px;
}

.fcth-list-header {
    background: transparent !important;
    font-size: 13px;
    color: rgba(255, 255, 255, .75);
    font-weight: 500;
    display: flex;
    align-items: center;
}

/* Cellules */
.fcth-cat {
    padding: 16px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #2C2420;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #DDD5C8;
    box-sizing: border-box;
}

.fcth-list {
    padding: 14px 22px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    box-sizing: border-box;
}

.fcth-tag {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    background: #FDF4E3;
    color: #9A6E1E;
    font-weight: 500;
    white-space: nowrap;
}

/* Note bas */
.fcth-note {
    margin-top: 16px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #DDD5C8;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-sizing: border-box;
}

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

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

.fcth-note p strong { color: #2C2420; font-weight: 600; }

/* Responsive tableau */
@media (max-width: 640px) {
    .fcth-themes { padding: 56px 24px; }
    .fcth-row    { grid-template-columns: 1fr; }
    .fcth-cat    { border-right: none; border-bottom: 1px solid #DDD5C8; }
    .fcth-cat-header { border-bottom-color: rgba(255,255,255,.2) !important; }
}


/* ══════════════════════════════════════════════════════
   WIDGET 2 — THÈMES PERMANENTS
   ══════════════════════════════════════════════════════ */

.fcth-perm {
    padding: 72px 48px;
    font-family: 'Mulish', sans-serif;
    background: #EFE9E0;
    box-sizing: border-box;
}

.fcth-perm-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #9A6E1E;
    margin: 0 0 12px;
}

.fcth-perm-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 14px;
}

.fcth-perm-intro {
    font-size: 15px;
    color: #7A6F68;
    line-height: 1.85;
    font-weight: 300;
    max-width: 680px;
    margin: 0 0 36px;
}

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

/* Grille */
.fcth-perm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Carte */
.fcth-perm-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #DDD5C8;
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s;
}

.fcth-perm-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(44, 36, 32, .09);
}

/* En-tête carte */
.fcth-perm-head {
    padding: 22px 22px 18px;
    box-sizing: border-box;
}

.fcth-perm-head-ico {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.2;
}

.fcth-perm-head-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.15;
}

.fcth-perm-head-moments {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.fcth-perm-head-moment {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .25);
    letter-spacing: .3px;
}

/* Corps carte */
.fcth-perm-body {
    background: #fff;
    padding: 18px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.fcth-perm-desc {
    font-size: 13px;
    color: #7A6F68;
    line-height: 1.75;
    font-weight: 300;
    margin: 0 0 16px;
}

.fcth-perm-desc strong { color: #2C2420; font-weight: 600; }

.fcth-perm-sep {
    border: none;
    border-top: 1px solid #F0E8D8;
    margin: 0 0 16px;
}

/* Options */
.fcth-perm-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.fcth-perm-option-label {
    font-size: 11px;
    font-weight: 600;
    color: #A89F98;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Formulaire email */
.fcth-perm-form-row {
    display: flex;
    gap: 6px;
}

.fcth-perm-email {
    flex: 1;
    padding: 9px 12px;
    border: 1.5px solid #DDD5C8;
    border-radius: 10px;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    color: #2C2420;
    background: #F7F3EE;
    outline: none;
    transition: border-color .2s, background .2s;
    min-width: 0;
    box-sizing: border-box;
}

.fcth-perm-email:focus   { border-color: #D8A94C; background: #fff; }
.fcth-perm-email::placeholder { color: #A89F98; }
.fcth-perm-email.error   { border-color: #E8877E; }

.fcth-perm-btn-dl {
    padding: 9px 14px;
    border-radius: 10px;
    font-family: 'Mulish', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: opacity .2s;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1;
}

.fcth-perm-btn-dl:hover { opacity: .85; }

.fcth-perm-success {
    display: none;
    font-size: 12px;
    font-weight: 600;
    color: #2E7D32;
    background: #E8F5E9;
    padding: 8px 12px;
    border-radius: 10px;
    text-align: center;
    margin-top: 6px;
}

/* Bouton atelier */
.fcth-perm-btn-atelier {
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    border: none;
    cursor: pointer;
    transition: opacity .2s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    line-height: 1.3;
    box-sizing: border-box;
}

.fcth-perm-btn-atelier:hover { opacity: .85; }

/* Responsive */
@media (max-width: 860px) {
    .fcth-perm      { padding: 56px 24px; }
    .fcth-perm-grid { grid-template-columns: 1fr; }
}
