/* Styles extraits de template-kidsclub-offer.php — servis en fichier cacheable (voir colibris_enqueue_template_css). */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
html, body, #page, .ast-container, .site-content, #content, .entry-content { background-color: #faf7f2 !important; }
.kc-offer { font-family: 'Montserrat', sans-serif; color: #374151; padding: 0 0 80px; }

/* Intro mercredi (image + texte) */
.kc-mercredi-intro {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.kc-mercredi-intro__badge {
    display: inline-block;
    padding: 8px 20px;
    background: #BA078C;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 20px;
    margin-bottom: 20px;
}
.kc-mercredi-intro__ages { font-size: 1rem; color: #BA078C; font-weight: 600; margin: 0 0 16px; }
.kc-mercredi-intro__desc { font-size: 1.1rem; color: #4b5563; line-height: 1.7; margin: 0 0 24px; }
.kc-mercredi-intro__features {
    list-style: none; padding: 0; margin: 0 0 28px;
}
.kc-mercredi-intro__feature {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 10px; color: #374151; font-size: 0.95rem;
}
.kc-mercredi-intro__feature::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    background: #BA078C; flex-shrink: 0;
}
.kc-mercredi-intro__schedule {
    background: #fff; border-radius: 20px; padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.04);
}
.kc-mercredi-intro__schedule-title {
    font-size: 0.8rem; font-weight: 700; color: #BA078C;
    text-transform: uppercase; letter-spacing: 0.04em; margin: 0 0 14px;
}
.kc-mercredi-intro__schedule-item {
    display: flex; justify-content: space-between; align-items: center;
    padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 0.88rem;
}
.kc-mercredi-intro__schedule-item:last-child { border-bottom: none; }
.kc-mercredi-intro__schedule-time { font-weight: 600; color: #BA078C; }
.kc-mercredi-intro__schedule-label { color: #4b5563; }
.kc-mercredi-intro__media { border-radius: 24px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.kc-mercredi-intro__media img { width: 100%; height: 420px; object-fit: cover; display: block; }
@media (max-width: 900px) {
    .kc-mercredi-intro { grid-template-columns: 1fr; gap: 32px; }
    .kc-mercredi-intro__media { order: -1; }
    .kc-mercredi-intro__media img { height: 300px; }
}
.kc-offer__head { text-align: center; padding: clamp(48px, 8vw, 80px) 24px 16px; }
.kc-offer__title {
    font-family: 'Comic Sans MS', 'Comic Sans', cursive;
    font-size: clamp(2rem, 5vw, 3rem);
    color: #2F3A45; margin: 0 0 16px; line-height: 1.15;
}
.kc-offer__year {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 800;
    color: #BA078C;
    letter-spacing: 0.02em;
}
.kc-offer__subtitle { font-size: 1.15rem; color: #4b5563; max-width: 640px; margin: 0 auto 20px; }
.kc-offer__desc { color: #4b5563; line-height: 1.7; text-align: left; max-width: 820px; margin: 0 auto; }
.kc-offer__desc ul { padding-left: 1.2em; }
.kc-offer__desc li { margin-bottom: 8px; }
/* Bloc image (gauche) + carte infos clés (droite), côte à côte */
.kc-offer__main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 24px 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
    align-items: start;
}
.kc-offer__media { margin: 0; }
.kc-offer__media img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.10);
    display: block;
}
@media (max-width: 900px) {
    .kc-offer__main { grid-template-columns: 1fr; gap: 28px; }
    .kc-offer__media img { max-height: none; }
}
.kc-offer__section { padding: 40px 0; }
.kc-offer__back { text-align: center; margin-top: 32px; }
.kc-offer__back a { color: #009C8E; text-decoration: none; font-weight: 600; }
.kc-offer__back a:hover { text-decoration: underline; }

/* Gallery — Moments du Mercredi (calqué sur la galerie stages vacances) */
.kc-offer__gallery { max-width: 1100px; margin: 20px auto 60px; padding: 0 24px; }
.kc-offer__gallery-head { text-align: center; margin-bottom: 40px; }
.kc-offer__gallery-title {
    font-family: 'Comic Sans MS', 'Comic Sans', cursive;
    font-size: 1.8rem;
    color: #BA078C;
    margin: 0 0 12px;
}
.kc-offer__gallery-subtitle { font-size: 1rem; color: #4b5563; max-width: 600px; margin: 0 auto; line-height: 1.5; }
.kc-offer__gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}
.kc-offer__gallery-item {
    margin: 0; border-radius: 20px; overflow: hidden; position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.kc-offer__gallery-item img {
    width: 100%; height: 240px; object-fit: cover; display: block;
    transition: transform 0.4s ease;
}
.kc-offer__gallery-item:hover img { transform: scale(1.05); }
.kc-offer__gallery-item figcaption {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(30, 38, 46, 0.95));
    color: #fff; padding: 28px 16px 16px;
    font-size: 0.9rem; font-weight: 600; text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
