:root {
    --fe-navy: #071642;
    --fe-text: #101d43;
    --fe-muted: #61708e;
    --fe-pink: #ff1f67;
    --fe-pink-soft: #fff0f5;
    --fe-green: #16b66d;
    --fe-green-soft: #eafaf2;
    --fe-blue: #168ed1;
    --fe-blue-soft: #edf8ff;
    --fe-purple: #7863d1;
    --fe-purple-soft: #f2efff;
    --fe-orange: #ff9146;
    --fe-orange-soft: #fff3eb;
    --fe-amber: #f4b316;
    --fe-amber-soft: #fff8e5;
    --fe-teal: #18b6b0;
    --fe-teal-soft: #eafafa;
    --fe-magenta: #d6389e;
    --fe-border: #e3e8f0;
    --fe-border-strong: #d7deea;
    --fe-bg: #ffffff;
    --fe-surface: #fbfcff;
    --fe-shadow: 0 10px 28px rgba(19, 36, 76, .07);
    --fe-shadow-small: 0 3px 12px rgba(19, 36, 76, .06);
    --fe-radius: 14px;
    --fe-container: 1160px;
}

.fe-shell, .fe-shell * { box-sizing: border-box; }
.fe-shell {
    margin: 0;
    min-width: 320px;
    background: var(--fe-bg);
    color: var(--fe-text);
    font-family: Nunito, Avenir, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.fe-family-locked { overflow: hidden; }
.fe-shell a { color: inherit; }
.fe-shell button, .fe-shell input, .fe-shell select, .fe-shell textarea { font: inherit; }
.fe-shell button { color: inherit; }
.fe-shell img { max-width: 100%; }
.fe-shell [hidden] { display: none !important; }
.fe-shell .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.fe-skip-link {
    position: fixed;
    z-index: 9999;
    top: 8px;
    left: 8px;
    transform: translateY(-150%);
    background: var(--fe-navy);
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
}
.fe-skip-link:focus { transform: translateY(0); }
.fe-container { width: min(calc(100% - 32px), var(--fe-container)); margin: 0 auto; }
.fe-main { min-height: 70vh; }
.fe-muted { color: var(--fe-muted); }
.fe-icon { width: 48px; height: 48px; display: block; }
.fe-color-green { --fe-accent: var(--fe-green); --fe-accent-soft: var(--fe-green-soft); }
.fe-color-blue { --fe-accent: var(--fe-blue); --fe-accent-soft: var(--fe-blue-soft); }
.fe-color-purple { --fe-accent: var(--fe-purple); --fe-accent-soft: var(--fe-purple-soft); }
.fe-color-orange { --fe-accent: var(--fe-orange); --fe-accent-soft: var(--fe-orange-soft); }
.fe-color-amber { --fe-accent: var(--fe-amber); --fe-accent-soft: var(--fe-amber-soft); }
.fe-color-teal { --fe-accent: var(--fe-teal); --fe-accent-soft: var(--fe-teal-soft); }
.fe-color-pink { --fe-accent: var(--fe-pink); --fe-accent-soft: var(--fe-pink-soft); }
.fe-color-magenta { --fe-accent: var(--fe-magenta); --fe-accent-soft: #fff0fa; }

/* Header */
.fe-header {
    height: 61px;
    border: 1px solid var(--fe-border);
    border-radius: 14px;
    margin: 0 8px;
    background: rgba(255,255,255,.98);
    position: relative;
    z-index: 100;
}
.fe-header__inner {
    height: 100%;
    width: min(calc(100% - 26px), 1390px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 190px 1fr 48px;
    align-items: center;
    gap: 14px;
}
.fe-logo { display: inline-flex; align-items: center; width: max-content; }
.fe-logo img { display: block; width: 147px; height: auto; }
.fe-nav { display: flex; align-items: stretch; justify-content: center; gap: 28px; height: 100%; }
.fe-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #111a38;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.fe-nav a:hover, .fe-nav a:focus-visible { color: var(--fe-pink); }
.fe-nav a.is-active::after,
.fe-nav a:first-child::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--fe-pink);
}
.fe-favorites-trigger {
    justify-self: end;
    border: 0;
    background: transparent;
    color: var(--fe-pink);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: grid;
    place-items: center;
}
.fe-favorites-trigger:hover { background: var(--fe-pink-soft); }
.fe-favorites-trigger .fe-icon { width: 28px; height: 28px; }
.fe-favorite-count {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 10px;
    background: var(--fe-pink);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}
.fe-mobile-nav-toggle { display: none; }

/* Home */
.fe-home { padding: 16px 0 46px; }
.fe-home-hero { text-align: center; margin: 3px 0 13px; }
.fe-home-hero h1 {
    margin: 0;
    color: var(--fe-navy);
    font-size: clamp(32px, 3.3vw, 44px);
    line-height: .97;
    letter-spacing: -1.4px;
    font-weight: 900;
}
.fe-home-hero p { margin: 13px 0 0; color: #293655; font-size: 16px; line-height: 1.35; }
.fe-home-hero strong { color: var(--fe-pink); font-weight: 900; }
.fe-scenario-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px 14px;
    max-width: 1150px;
    margin: 0 auto 14px;
}
.fe-scenario-card {
    min-height: 130px;
    border: 1px solid var(--fe-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 28, 61, .02);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    color: var(--fe-accent);
}
.fe-scenario-card:hover,
.fe-scenario-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: var(--fe-shadow);
    border-color: var(--fe-accent);
    outline: none;
}
.fe-scenario-card__icon .fe-icon { width: 57px; height: 57px; }
.fe-scenario-card__label {
    display: block;
    max-width: 128px;
    color: var(--fe-accent);
    font-size: 17px;
    line-height: 1.18;
    font-weight: 850;
    text-align: center;
}
.fe-how {
    border: 1px solid var(--fe-border);
    border-radius: 13px;
    padding: 8px 30px 11px;
    margin-bottom: 12px;
    background: #fff;
}
.fe-how h2, .fe-resource-strip h2 {
    margin: 0 0 5px;
    text-align: center;
    color: var(--fe-navy);
    font-size: 20px;
    font-weight: 900;
}
.fe-how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.fe-how-step {
    position: relative;
    min-height: 145px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--fe-accent);
    padding: 3px 16px 0;
}
.fe-how-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 48px;
    right: -38px;
    width: 75px;
    border-top: 2px dashed #d7dfec;
}
.fe-how-step__icon .fe-icon { width: 47px; height: 47px; }
.fe-how-step__number {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-top: -2px;
    border-radius: 50%;
    background: var(--fe-accent-soft);
    color: var(--fe-accent);
    font-size: 13px;
    font-weight: 900;
}
.fe-how-step h3 { margin: 5px 0 2px; color: var(--fe-navy); font-size: 13px; line-height: 1.25; font-weight: 900; }
.fe-how-step p { margin: 0; color: #53617f; font-size: 11px; line-height: 1.35; }
.fe-resource-strip {
    border: 1px solid #f2e4ca;
    border-radius: 13px;
    background: linear-gradient(90deg, #fffdf8, #fff9ed, #fffdf8);
    padding: 9px 14px 12px;
    margin-bottom: 13px;
}
.fe-resource-strip h2 { font-size: 17px; margin-bottom: 8px; }
.fe-resource-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.fe-resource {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    color: var(--fe-accent);
    text-align: center;
    padding: 0 8px;
}
.fe-resource:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 6px; bottom: 4px; width: 1px; background: #eee1cb; }
.fe-resource .fe-icon { width: 27px; height: 27px; }
.fe-resource span { color: #15203e; font-size: 11px; line-height: 1.25; font-weight: 700; }
.fe-birthday-cta {
    min-height: 195px;
    border-radius: 13px;
    overflow: hidden;
    background: linear-gradient(90deg, #ffd8e1 0, #ffe9ec 52%, #fff 52%);
    display: grid;
    grid-template-columns: 46% 54%;
}
.fe-birthday-cta__copy { padding: 25px 35px; }
.fe-birthday-cta h2 { margin: 0 0 5px; color: var(--fe-pink); font-size: 26px; line-height: 1.1; font-weight: 900; }
.fe-birthday-cta p { margin: 0 0 18px; color: #17223f; font-size: 15px; line-height: 1.35; }
.fe-birthday-cta__image {
    background-image: linear-gradient(90deg, rgba(255,232,236,.95) 0, rgba(255,232,236,0) 24%), url('../img/family-explorer/hero-anniversaire.webp');
    background-size: cover;
    background-position: center;
}

/* Buttons */
.fe-button {
    min-height: 42px;
    border-radius: 7px;
    border: 1px solid transparent;
    padding: 9px 18px;
    text-decoration: none;
    font-weight: 850;
    font-size: 13px;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.fe-button:hover { transform: translateY(-1px); }
.fe-button:focus-visible { outline: 3px solid rgba(22,142,209,.25); outline-offset: 2px; }
.fe-button .fe-icon { width: 22px; height: 22px; }
.fe-button--pink { background: var(--fe-pink); color: #fff; box-shadow: 0 7px 16px rgba(255,31,103,.22); }
.fe-button--pink:hover { background: #eb1458; }
.fe-button--outline { border-color: var(--fe-pink); color: var(--fe-pink); background: #fff; }
.fe-button--ghost { border-color: var(--fe-border-strong); color: var(--fe-text); background: #fff; }
.fe-button--light { border-color: #ffca72; color: #e67800; background: #fff; width: 100%; }
.fe-button--large { min-height: 52px; padding-inline: 26px; font-size: 15px; border-radius: 9px; }

/* Progress */
.fe-progress {
    width: min(760px, 75%);
    margin: 5px auto 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}
.fe-progress::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, var(--fe-green), #d8dfeb 48%, #d8dfeb);
    z-index: 0;
}
.fe-progress__step { display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; z-index: 1; color: #5a6885; }
.fe-progress__number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid #cfd7e5;
    background: #fff;
    color: var(--fe-navy);
    font-weight: 900;
}
.fe-progress__label { font-size: 11px; font-weight: 800; }
.fe-progress__step.is-done .fe-progress__number { border-color: var(--fe-green); background: var(--fe-green); color: #fff; }
.fe-progress__step.is-done .fe-progress__label { color: var(--fe-green); }
.fe-progress__step.is-active .fe-progress__number { border-color: var(--fe-pink); background: var(--fe-pink); color: #fff; }
.fe-progress__step.is-active .fe-progress__label { color: var(--fe-pink); }

/* Wizard */
.fe-wizard-page { padding: 8px 0 50px; background: linear-gradient(180deg, #fff, #fbfcff); }
.fe-wizard-heading {
    max-width: 850px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: left;
}
.fe-wizard-heading__icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: var(--fe-accent-soft);
    color: var(--fe-accent);
}
.fe-wizard-heading__icon .fe-icon { width: 45px; height: 45px; }
.fe-eyebrow { margin: 0 0 1px !important; color: var(--fe-accent) !important; text-transform: uppercase; letter-spacing: .7px; font-size: 11px !important; font-weight: 900; }
.fe-wizard-heading h1 { margin: 0; color: var(--fe-navy); font-size: 31px; line-height: 1.05; font-weight: 900; letter-spacing: -.6px; }
.fe-wizard-heading p { margin: 4px 0 0; color: var(--fe-muted); font-size: 14px; }
.fe-wizard-form { max-width: 920px; margin: 0 auto; }
.fe-wizard-card { border: 1px solid var(--fe-border); border-radius: 18px; padding: 27px 30px; background: #fff; box-shadow: var(--fe-shadow); }
.fe-form-field { margin: 0 0 24px; min-width: 0; }
.fe-form-field > label, .fe-form-field .fe-field-heading label { display: block; margin-bottom: 8px; color: var(--fe-navy); font-weight: 900; font-size: 15px; }
.fe-form-field select, .fe-form-field input[type="text"], .fe-form-field input[type="number"], .fe-form-field input[type="date"], .fe-form-field input[type="time"] {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--fe-border-strong);
    border-radius: 9px;
    background: #fff;
    color: var(--fe-text);
    padding: 10px 12px;
}
.fe-form-field select:focus, .fe-form-field input:focus { border-color: var(--fe-blue); outline: 3px solid rgba(22,142,209,.12); }
.fe-field-heading { display: grid; grid-template-columns: 36px 1fr; gap: 10px; margin-bottom: 12px; }
.fe-field-heading label { margin: 0 !important; font-size: 18px !important; }
.fe-field-heading p { margin: 2px 0 0; color: var(--fe-muted); font-size: 12px; }
.fe-question-number { width: 30px; height: 30px; border-radius: 50%; background: var(--fe-pink-soft); color: var(--fe-pink); font-weight: 900; display: grid; place-items: center; }
.fe-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.fe-choice-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fe-choice-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.fe-choice-grid--duration { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.fe-choice { position: relative; cursor: pointer; }
.fe-choice input { position: absolute; opacity: 0; pointer-events: none; }
.fe-choice span {
    min-height: 46px;
    border: 1px solid var(--fe-border);
    border-radius: 10px;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 8px;
    text-align: center;
    color: #263452;
    font-size: 12px;
    font-weight: 800;
    transition: border .15s, box-shadow .15s, background .15s;
}
.fe-choice input:checked + span { border-color: var(--fe-pink); background: var(--fe-pink-soft); color: #bd164d; box-shadow: inset 0 0 0 1px var(--fe-pink); }
.fe-choice input:focus-visible + span { outline: 3px solid rgba(22,142,209,.2); outline-offset: 2px; }
.fe-start-time { display: grid; grid-template-columns: auto 125px; align-items: center; justify-content: end; gap: 10px; margin-top: 10px; }
.fe-start-time label { color: var(--fe-muted); font-size: 12px; font-weight: 800; }
.fe-age-list { display: flex; flex-wrap: wrap; gap: 10px; }
.fe-age-row { min-height: 48px; display: flex; align-items: center; gap: 6px; border: 1px solid var(--fe-border); border-radius: 10px; padding: 6px 8px 6px 12px; background: var(--fe-surface); }
.fe-age-row > span:first-child { font-size: 12px; color: var(--fe-muted); font-weight: 800; }
.fe-age-row input { width: 66px !important; min-height: 34px !important; padding: 4px 6px !important; text-align: center; background: #fff !important; }
.fe-age-row > span:nth-last-child(2) { font-size: 12px; color: var(--fe-muted); }
.fe-age-remove { border: 0; background: transparent; color: var(--fe-pink); width: 28px; height: 28px; border-radius: 50%; cursor: pointer; font-size: 20px; }
.fe-link-button { border: 0; padding: 8px 0; background: transparent; color: var(--fe-blue); font-weight: 850; cursor: pointer; }
.fe-number-control { display: grid; grid-template-columns: 42px 1fr 42px; gap: 0; max-width: 220px; }
.fe-number-control button { border: 1px solid var(--fe-border-strong); background: var(--fe-surface); cursor: pointer; font-weight: 900; font-size: 18px; }
.fe-number-control button:first-child { border-radius: 9px 0 0 9px; }
.fe-number-control button:last-child { border-radius: 0 9px 9px 0; }
.fe-number-control input { border-radius: 0 !important; text-align: center; border-left: 0 !important; border-right: 0 !important; }
.fe-city-input-wrap { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; border: 1px solid var(--fe-border-strong); border-radius: 10px; overflow: visible; position: relative; background: #fff; }
.fe-city-input-wrap .fe-icon { width: 23px; height: 23px; color: var(--fe-blue); margin-left: 9px; }
.fe-city-input-wrap input { border: 0 !important; border-radius: 0 !important; outline: 0 !important; }
.fe-geolocate { align-self: stretch; border: 0; border-left: 1px solid var(--fe-border); background: var(--fe-blue-soft); color: var(--fe-blue); padding: 0 14px; font-size: 12px; font-weight: 850; cursor: pointer; }
.fe-city-results { position: absolute; z-index: 30; left: 30px; right: 0; top: 78px; background: #fff; border: 1px solid var(--fe-border); border-radius: 10px; box-shadow: var(--fe-shadow); max-height: 260px; overflow: auto; }
.fe-city-field { position: relative; }
.fe-city-result { width: 100%; border: 0; border-bottom: 1px solid var(--fe-border); background: #fff; text-align: left; padding: 10px 12px; cursor: pointer; display: flex; justify-content: space-between; }
.fe-city-result:hover, .fe-city-result:focus { background: var(--fe-blue-soft); }
.fe-city-result small { color: var(--fe-muted); }
.fe-date-value { margin-top: 10px; max-width: 230px; }
.fe-field-error { color: #b30d43; background: var(--fe-pink-soft); border-radius: 8px; padding: 8px 10px; margin: 8px 0 0; font-size: 12px; font-weight: 700; }
.fe-advanced { margin-top: 8px; border-top: 1px solid var(--fe-border); padding-top: 18px; }
.fe-advanced summary { cursor: pointer; color: var(--fe-navy); font-size: 14px; font-weight: 900; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.fe-advanced summary::-webkit-details-marker { display: none; }
.fe-advanced summary::after { content: "+"; font-size: 22px; color: var(--fe-pink); }
.fe-advanced[open] summary::after { content: "−"; }
.fe-advanced summary span { color: var(--fe-muted); font-size: 11px; font-weight: 600; }
.fe-advanced-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 18px; margin-top: 18px; }
.fe-wizard-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
.fe-privacy-note { margin: 12px 0 0; text-align: center; color: var(--fe-muted); font-size: 11px; }
.fe-loading { position: fixed; z-index: 1000; inset: 0; background: rgba(7,22,66,.45); display: grid; place-items: center; padding: 20px; }
.fe-loading__card { max-width: 420px; width: 100%; background: #fff; border-radius: 18px; box-shadow: 0 30px 70px rgba(7,22,66,.25); padding: 30px; text-align: center; }
.fe-loading__card strong { display: block; color: var(--fe-navy); font-size: 20px; }
.fe-loading__card p { margin: 5px 0 0; color: var(--fe-muted); }
.fe-loading__spinner { width: 45px; height: 45px; border: 4px solid var(--fe-pink-soft); border-top-color: var(--fe-pink); border-radius: 50%; display: inline-block; margin-bottom: 12px; animation: fe-spin .8s linear infinite; }
@keyframes fe-spin { to { transform: rotate(360deg); } }

/* Pack */
.fe-pack-page { padding: 5px 0 48px; background: #fff; }
.fe-pack-topline { display: grid; grid-template-columns: 1fr auto; align-items: start; }
.fe-pack-topline .fe-progress { width: min(760px, 85%); margin-left: auto; margin-right: 0; }
.fe-modify-button { margin-top: 14px; min-height: 39px; }
.fe-pack-heading { text-align: center; margin: 1px 0 15px; }
.fe-pack-heading h1 { margin: 0; color: var(--fe-navy); font-size: 32px; line-height: 1.05; letter-spacing: -.6px; font-weight: 900; }
.fe-pack-heading p { margin: 6px 0 0; color: #36415e; font-size: 15px; }
.fe-pack-facts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 0 0 18px; }
.fe-fact { border: 1px solid var(--fe-border); border-radius: 10px; min-height: 57px; padding: 8px 11px; display: flex; align-items: center; gap: 10px; box-shadow: var(--fe-shadow-small); }
.fe-fact > span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--fe-accent-soft); color: var(--fe-accent); flex: 0 0 auto; }
.fe-fact .fe-icon { width: 25px; height: 25px; }
.fe-fact div { min-width: 0; display: flex; flex-direction: column; }
.fe-fact strong { color: var(--fe-navy); font-size: 12px; line-height: 1.15; font-weight: 900; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fe-fact small { color: #3e4b68; font-size: 10px; line-height: 1.2; }
.fe-pack-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 28px; align-items: start; }
.fe-timeline { position: relative; }
.fe-timeline::before { content: ""; position: absolute; top: 32px; bottom: 45px; left: 32px; width: 1px; background: linear-gradient(var(--fe-green), var(--fe-blue), var(--fe-purple)); }
.fe-timeline-row { position: relative; display: grid; grid-template-columns: 64px 14px minmax(0, 1fr); gap: 0 8px; align-items: center; margin-bottom: 10px; color: var(--fe-accent); }
.fe-time-column { align-self: start; display: flex; flex-direction: column; align-items: center; padding-top: 12px; }
.fe-time-column time { min-width: 56px; height: 28px; border-radius: 7px; display: grid; place-items: center; background: var(--fe-accent); color: #fff; font-size: 12px; font-weight: 900; }
.fe-time-column span { color: #1f2a46; font-size: 10px; font-weight: 800; margin-top: 6px; }
.fe-timeline-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--fe-accent); box-shadow: 0 0 0 4px #fff; position: relative; z-index: 1; justify-self: center; }
.fe-pack-card { min-height: 102px; border: 1px solid var(--fe-border); border-radius: 11px; box-shadow: var(--fe-shadow-small); background: #fff; display: grid; grid-template-columns: 55px minmax(0, 1fr) 280px; align-items: stretch; overflow: hidden; }
.fe-pack-card__icon { width: 44px; height: 44px; border-radius: 50%; background: var(--fe-accent-soft); color: var(--fe-accent); display: grid; place-items: center; align-self: center; justify-self: center; }
.fe-pack-card__icon .fe-icon { width: 28px; height: 28px; }
.fe-pack-card__copy { min-width: 0; padding: 12px 10px 10px 0; display: flex; flex-direction: column; justify-content: center; }
.fe-pack-card__kind { margin: 0; color: #162140; font-size: 13px; font-weight: 800; }
.fe-pack-card h2 { margin: 2px 0 4px; color: var(--fe-navy); font-size: 14px; line-height: 1.2; font-weight: 900; }
.fe-pack-card__copy > p:not(.fe-pack-card__kind) { margin: 0; color: #384561; font-size: 10px; line-height: 1.35; }
.fe-pack-card__actions { min-height: 18px; margin-top: 5px; display: flex; gap: 13px; align-items: center; }
.fe-pack-card__actions a, .fe-replace { border: 0; background: transparent; padding: 0; text-decoration: none; color: var(--fe-blue); font-size: 10px; font-weight: 850; cursor: pointer; }
.fe-replace { color: #69758d; display: inline-flex; align-items: center; gap: 3px; }
.fe-replace .fe-icon { width: 13px; height: 13px; }
.fe-replace.is-loading { opacity: .45; pointer-events: none; }
.fe-pack-card__visual { position: relative; min-height: 100%; overflow: hidden; }
.fe-pack-card__visual img { width: 100%; height: 100%; min-height: 100px; object-fit: cover; display: block; }
.fe-card-heart { position: absolute; top: 8px; right: 8px; width: 34px; height: 34px; border-radius: 9px; border: 0; background: rgba(255,255,255,.95); color: var(--fe-pink); display: grid; place-items: center; cursor: pointer; box-shadow: 0 2px 8px rgba(18,35,74,.08); }
.fe-card-heart .fe-icon { width: 22px; height: 22px; }
.fe-card-heart.is-favorite .fe-icon path { fill: currentColor; }
.fe-pack-totalbar { border: 1px solid var(--fe-border); border-radius: 10px; padding: 9px 10px 9px 18px; display: flex; align-items: center; gap: 23px; margin: 13px 0 0 72px; }
.fe-pack-totalbar > div { display: flex; align-items: center; gap: 8px; color: var(--fe-navy); font-size: 12px; white-space: nowrap; }
.fe-pack-totalbar > div .fe-icon { width: 23px; height: 23px; color: var(--fe-green); }
.fe-pack-totalbar .fe-button { margin-left: auto; min-width: 205px; }
.fe-pack-sidebar { display: grid; gap: 12px; }
.fe-side-card { border: 1px solid var(--fe-border); border-radius: 11px; padding: 14px 15px; background: #fff; box-shadow: var(--fe-shadow-small); }
.fe-side-card h2 { margin: 0 0 2px; color: var(--fe-navy); font-size: 14px; font-weight: 900; }
.fe-side-card > p { margin: 0 0 10px; color: #4f5c76; font-size: 10px; line-height: 1.4; }
.fe-material-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.fe-material-list li { color: #1b2643; font-size: 10px; padding-left: 15px; position: relative; }
.fe-material-list li::before { content: "◆"; position: absolute; left: 0; top: 1px; color: #7c879e; font-size: 7px; }
.fe-print-box { margin-top: 15px; border: 1px solid #ffd992; border-radius: 9px; background: var(--fe-amber-soft); padding: 12px; }
.fe-print-box h3 { margin: 0 0 4px; color: var(--fe-navy); font-size: 13px; font-weight: 900; }
.fe-print-box p { margin: 0 0 10px; color: #39455e; font-size: 9px; }
.fe-share-url { display: grid; grid-template-columns: 1fr 32px; border: 1px solid var(--fe-border); border-radius: 7px; overflow: hidden; }
.fe-share-url input { min-width: 0; border: 0; padding: 7px; color: #33405c; font-size: 9px; background: var(--fe-surface); }
.fe-share-url button { border: 0; border-left: 1px solid var(--fe-border); background: #fff; cursor: pointer; }
.fe-share-buttons { display: flex; gap: 5px; margin-top: 8px; }
.fe-share-buttons a, .fe-share-buttons button { flex: 1; min-height: 28px; border: 1px solid var(--fe-border); border-radius: 6px; background: #fff; color: #26334f; text-decoration: none; font-size: 8px; font-weight: 800; display: grid; place-items: center; cursor: pointer; padding: 4px; }
.fe-share-buttons a:first-child { border-color: #90e1b4; color: #079547; }
.fe-recommendation__item { display: grid; grid-template-columns: 84px 1fr; gap: 9px; align-items: center; margin-top: 8px; text-decoration: none; }
.fe-recommendation__item img { width: 84px; height: 72px; object-fit: cover; border-radius: 8px; }
.fe-recommendation__item span { display: flex; flex-direction: column; gap: 7px; }
.fe-recommendation__item strong { color: var(--fe-navy); font-size: 10px; line-height: 1.25; }
.fe-recommendation__item small { color: #53617a; font-size: 9px; }
.fe-recommendation__dots { display: flex; justify-content: center; gap: 6px; margin-top: 9px; }
.fe-recommendation__dots span { width: 5px; height: 5px; border-radius: 50%; background: #c5cddb; }
.fe-recommendation__dots span.is-active { background: var(--fe-blue); }
.fe-pack-disclaimer { margin: 14px 0 0 72px; color: var(--fe-muted); font-size: 10px; }

/* Favorite drawer / toast / flash */
.fe-favorites-drawer { position: fixed; z-index: 800; inset: 0; }
.fe-favorites-backdrop { position: absolute; inset: 0; background: rgba(7,22,66,.42); }
.fe-favorites-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(390px, 94vw); background: #fff; padding: 26px 22px; box-shadow: -20px 0 50px rgba(7,22,66,.17); overflow: auto; }
.fe-favorites-panel h2 { margin: 0; color: var(--fe-navy); font-size: 24px; }
.fe-favorites-panel > p { margin: 5px 0 18px; font-size: 12px; }
.fe-drawer-close { position: absolute; right: 15px; top: 15px; border: 0; background: var(--fe-surface); width: 34px; height: 34px; border-radius: 50%; cursor: pointer; font-size: 23px; }
.fe-favorite-entry { display: grid; grid-template-columns: 72px 1fr 28px; gap: 10px; align-items: center; padding: 10px 0; border-top: 1px solid var(--fe-border); }
.fe-favorite-entry img { width: 72px; height: 55px; border-radius: 8px; object-fit: cover; }
.fe-favorite-entry a { color: var(--fe-navy); font-size: 12px; font-weight: 850; text-decoration: none; }
.fe-favorite-entry button { border: 0; background: transparent; color: var(--fe-pink); cursor: pointer; font-size: 20px; }
.fe-empty-favorites { border: 1px dashed var(--fe-border-strong); border-radius: 12px; padding: 20px; color: var(--fe-muted); text-align: center; }
.fe-toast-region { position: fixed; z-index: 1200; bottom: 18px; left: 50%; transform: translateX(-50%); display: grid; gap: 8px; }
.fe-toast { min-width: 250px; max-width: 420px; background: var(--fe-navy); color: #fff; padding: 11px 16px; border-radius: 10px; box-shadow: 0 14px 35px rgba(7,22,66,.28); font-size: 12px; text-align: center; animation: fe-toast-in .2s ease; }
@keyframes fe-toast-in { from { opacity: 0; transform: translateY(8px); } }
.fe-flash { width: min(calc(100% - 32px), 920px); margin: 12px auto; border-radius: 10px; padding: 11px 14px; font-size: 13px; font-weight: 700; }
.fe-flash--error { background: var(--fe-pink-soft); color: #9d123e; border: 1px solid #ffc0d3; }

/* Responsive */
@media (max-width: 1100px) {
    .fe-nav { gap: 17px; }
    .fe-scenario-card__label { font-size: 15px; }
    .fe-pack-layout { grid-template-columns: minmax(0, 1fr) 245px; gap: 18px; }
    .fe-pack-card { grid-template-columns: 50px minmax(0, 1fr) 235px; }
    .fe-choice-grid--duration { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 860px) {
    .fe-header { height: 58px; }
    .fe-header__inner { grid-template-columns: 1fr 42px 42px; }
    .fe-logo img { width: 140px; }
    .fe-mobile-nav-toggle { display: flex; flex-direction: column; gap: 4px; justify-content: center; align-items: center; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
    .fe-mobile-nav-toggle span:not(.sr-only) { width: 22px; height: 2px; background: var(--fe-navy); border-radius: 2px; }
    .fe-nav { position: fixed; z-index: 110; top: 62px; left: 10px; right: 10px; height: auto; border: 1px solid var(--fe-border); border-radius: 13px; background: #fff; box-shadow: var(--fe-shadow); padding: 10px; display: none; flex-direction: column; gap: 0; align-items: stretch; }
    .fe-nav.is-open { display: flex; }
    .fe-nav a { min-height: 42px; padding: 0 12px; border-radius: 8px; }
    .fe-nav a:first-child::after, .fe-nav a.is-active::after { display: none; }
    .fe-nav a:hover { background: var(--fe-pink-soft); }
    .fe-scenario-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fe-scenario-card:last-child { grid-column: auto; }
    .fe-how-grid { grid-template-columns: repeat(2, 1fr); row-gap: 12px; }
    .fe-how-step:nth-child(2)::after { display: none; }
    .fe-resource-grid { grid-template-columns: repeat(3, 1fr); row-gap: 14px; }
    .fe-resource:nth-child(3)::after { display: none; }
    .fe-birthday-cta { grid-template-columns: 1fr; }
    .fe-birthday-cta__image { min-height: 200px; grid-row: 1; background-image: url('../img/family-explorer/hero-anniversaire.webp'); }
    .fe-birthday-cta__copy { grid-row: 2; }
    .fe-pack-topline { grid-template-columns: 1fr; }
    .fe-pack-topline .fe-progress { width: 100%; margin: 4px auto 12px; }
    .fe-modify-button { justify-self: end; margin: 0 0 8px; }
    .fe-pack-facts { grid-template-columns: repeat(2, 1fr); }
    .fe-pack-facts .fe-fact:last-child { grid-column: span 2; }
    .fe-pack-layout { grid-template-columns: 1fr; }
    .fe-pack-sidebar { grid-template-columns: repeat(2, 1fr); }
    .fe-recommendation { grid-column: span 2; }
    .fe-advanced-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .fe-container { width: min(calc(100% - 20px), var(--fe-container)); }
    .fe-desktop-only { display: none; }
    .fe-home { padding-top: 14px; }
    .fe-home-hero h1 { font-size: 32px; }
    .fe-home-hero p { font-size: 14px; }
    .fe-scenario-grid { gap: 9px; }
    .fe-scenario-card { min-height: 112px; padding: 8px; }
    .fe-scenario-card__icon .fe-icon { width: 48px; height: 48px; }
    .fe-scenario-card__label { font-size: 14px; }
    .fe-how { padding-inline: 8px; }
    .fe-how-step { padding-inline: 6px; }
    .fe-how-step:not(:last-child)::after { display: none; }
    .fe-resource-grid { grid-template-columns: repeat(2, 1fr); }
    .fe-resource:nth-child(odd)::after { display: block; }
    .fe-resource:nth-child(even)::after { display: none; }
    .fe-birthday-cta__copy { padding: 22px; }
    .fe-birthday-cta h2 { font-size: 23px; }
    .fe-progress { width: 100%; }
    .fe-progress__label { font-size: 9px; text-align: center; }
    .fe-progress__number { width: 31px; height: 31px; }
    .fe-progress::before { top: 15px; }
    .fe-wizard-heading { align-items: flex-start; }
    .fe-wizard-heading__icon { width: 54px; height: 54px; border-radius: 15px; }
    .fe-wizard-heading__icon .fe-icon { width: 36px; height: 36px; }
    .fe-wizard-heading h1 { font-size: 25px; }
    .fe-wizard-card { padding: 20px 14px; border-radius: 14px; }
    .fe-choice-grid, .fe-choice-grid--four, .fe-choice-grid--five, .fe-choice-grid--duration, .fe-choice-grid--three { grid-template-columns: repeat(2, 1fr); }
    .fe-start-time { justify-content: stretch; grid-template-columns: 1fr 120px; }
    .fe-age-list { display: grid; grid-template-columns: 1fr; }
    .fe-age-row { width: 100%; }
    .fe-age-row input { flex: 1; }
    .fe-city-input-wrap { grid-template-columns: 31px 1fr; }
    .fe-geolocate { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--fe-border); min-height: 38px; }
    .fe-advanced summary { align-items: flex-start; gap: 10px; }
    .fe-advanced summary span { display: none; }
    .fe-wizard-actions { flex-direction: column-reverse; gap: 10px; }
    .fe-wizard-actions .fe-button { width: 100%; }
    .fe-pack-heading h1 { font-size: 27px; }
    .fe-pack-facts { gap: 8px; }
    .fe-fact { min-height: 62px; }
    .fe-timeline::before { left: 24px; }
    .fe-timeline-row { grid-template-columns: 48px 10px minmax(0, 1fr); gap: 0 5px; align-items: start; }
    .fe-time-column { padding-top: 10px; }
    .fe-time-column time { min-width: 46px; height: 25px; font-size: 10px; }
    .fe-pack-card { grid-template-columns: 44px minmax(0, 1fr); }
    .fe-pack-card__visual { grid-column: 1 / -1; height: 138px; order: -1; }
    .fe-pack-card__visual img { min-height: 138px; }
    .fe-pack-card__icon { width: 36px; height: 36px; margin-top: 12px; }
    .fe-pack-card__icon .fe-icon { width: 23px; height: 23px; }
    .fe-pack-card__copy { padding: 11px 10px 11px 0; }
    .fe-pack-totalbar { margin-left: 0; flex-wrap: wrap; gap: 8px 15px; }
    .fe-pack-totalbar .fe-button { width: 100%; margin: 4px 0 0; }
    .fe-pack-sidebar { grid-template-columns: 1fr; }
    .fe-recommendation { grid-column: auto; }
    .fe-pack-disclaimer { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

.fe-pack-card__meta{display:flex;flex-wrap:wrap;gap:5px 7px;margin-top:6px}
.fe-pack-card__meta span{display:inline-flex;align-items:center;min-height:21px;padding:2px 8px;border:1px solid var(--fe-border);border-radius:999px;background:#f8fbff;color:#53647f;font-size:10px;font-weight:700;line-height:1.25}
.fe-pack-card__meta span:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:760px){.fe-pack-card__meta{margin-top:8px}.fe-pack-card__meta span{font-size:9px}}

/* Real Clubs project integration — long-term continuation, never a fake timeline activity */
.fe-clubs-nearby { background: linear-gradient(180deg, #fff 0%, #f8f7ff 100%); border-color: #ddd8ff; }
.fe-clubs-nearby__eyebrow { display: inline-flex; align-items: center; min-height: 22px; padding: 3px 8px; margin-bottom: 6px; border-radius: 999px; background: #eeeaff; color: #6754cc; font-size: 8px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.fe-clubs-nearby__list { display: grid; gap: 7px; margin-top: 9px; }
.fe-club-mini { display: grid; grid-template-columns: 32px minmax(0,1fr) 16px; gap: 8px; align-items: center; min-height: 62px; padding: 8px; border: 1px solid #e6e2fb; border-radius: 9px; background: #fff; color: inherit; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.fe-club-mini:hover { transform: translateY(-1px); border-color: #c8bfff; box-shadow: 0 7px 18px rgba(53,41,116,.09); }
.fe-club-mini__icon { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; background: #eeeaff; color: #6f5bd3; }
.fe-club-mini__icon .fe-icon { width: 19px; height: 19px; }
.fe-club-mini__body { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.fe-club-mini__body strong { color: var(--fe-navy); font-size: 10px; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fe-club-mini__body small { color: #5e6b82; font-size: 8px; line-height: 1.3; }
.fe-club-mini__badges { display: flex; flex-wrap: wrap; gap: 3px; }
.fe-club-mini__badges em { font-style: normal; padding: 2px 5px; border-radius: 999px; background: #fff3d8; color: #8c5b00; font-size: 7px; font-weight: 850; }
.fe-club-mini__arrow { color: #7d6ae0; font-size: 16px; font-weight: 900; }
.fe-clubs-nearby__notice { margin: 9px 0 0 !important; padding-top: 8px; border-top: 1px dashed #d8d2f5; color: #6c7284 !important; font-size: 8px !important; }
@media (max-width: 860px) { .fe-clubs-nearby { grid-column: span 2; } }
@media (max-width: 620px) { .fe-clubs-nearby { grid-column: auto; } .fe-club-mini__body strong { white-space: normal; } }

/* ============================================================
 * Compatibilité avec le layout global AnimyJob
 * Restaure strictement le design Family Explorer sans toucher
 * aux styles du header/menu principal.
 * ============================================================ */
.fe-shell {
    --fe-navy: #071642 !important;
    --fe-text: #101d43 !important;
    --fe-muted: #61708e !important;
    --fe-pink: #ff1f67 !important;
    --fe-green: #16b66d !important;
    --fe-blue: #168ed1 !important;
    --fe-purple: #7863d1 !important;
    --fe-orange: #ff9146 !important;
    --fe-amber: #f4b316 !important;
    --fe-teal: #18b6b0 !important;
    --fe-magenta: #d6389e !important;
    font-family: Nunito, Avenir, "Segoe UI", Arial, sans-serif !important;
    color: var(--fe-text) !important;
}

/* Le CSS historique du site ne doit pas recolorer les SVG Family Explorer. */
.fe-shell .fe-icon {
    color: var(--fe-accent, var(--fe-navy)) !important;
    fill: none;
}
.fe-shell .fe-icon [fill="currentColor"] {
    fill: currentColor !important;
}
.fe-shell .fe-icon [stroke="currentColor"] {
    stroke: currentColor !important;
}
.fe-shell .fe-icon [fill="#fff"],
.fe-shell .fe-icon [fill="#ffffff"] {
    fill: #fff !important;
}
.fe-shell .fe-icon [stroke="#fff"],
.fe-shell .fe-icon [stroke="#ffffff"] {
    stroke: #fff !important;
}
.fe-shell .fe-icon [fill="#ffb21a"] { fill: #ffb21a !important; }
.fe-shell .fe-icon [fill="#91562c"] { fill: #91562c !important; }
.fe-shell .fe-icon [fill="#0b1945"] { fill: #0b1945 !important; }

.fe-shell .fe-color-green { --fe-accent: #16b66d !important; --fe-accent-soft: #eafaf2 !important; }
.fe-shell .fe-color-blue { --fe-accent: #168ed1 !important; --fe-accent-soft: #edf8ff !important; }
.fe-shell .fe-color-purple { --fe-accent: #7863d1 !important; --fe-accent-soft: #f2efff !important; }
.fe-shell .fe-color-orange { --fe-accent: #ff9146 !important; --fe-accent-soft: #fff3eb !important; }
.fe-shell .fe-color-amber { --fe-accent: #f4b316 !important; --fe-accent-soft: #fff8e5 !important; }
.fe-shell .fe-color-teal { --fe-accent: #18b6b0 !important; --fe-accent-soft: #eafafa !important; }
.fe-shell .fe-color-pink { --fe-accent: #ff1f67 !important; --fe-accent-soft: #fff0f5 !important; }
.fe-shell .fe-color-magenta { --fe-accent: #d6389e !important; --fe-accent-soft: #fff0fa !important; }

.fe-shell .fe-scenario-card,
.fe-shell .fe-scenario-card:hover,
.fe-shell .fe-scenario-card:focus {
    color: var(--fe-accent) !important;
    text-decoration: none !important;
}
.fe-shell .fe-scenario-card__icon,
.fe-shell .fe-scenario-card__label,
.fe-shell .fe-how-step__icon,
.fe-shell .fe-resource > .fe-icon {
    color: var(--fe-accent) !important;
}
.fe-shell .fe-scenario-card__label {
    font-size: 17px !important;
    line-height: 1.18 !important;
    font-weight: 850 !important;
}

/* Les titres du layout global ne doivent pas redimensionner Family Explorer. */
.fe-shell .fe-home-hero h1 {
    margin: 0 !important;
    color: #071642 !important;
    font-size: clamp(32px, 3.3vw, 44px) !important;
    line-height: .97 !important;
    letter-spacing: -1.4px !important;
    font-weight: 900 !important;
    text-transform: none !important;
}
.fe-shell .fe-home-hero p {
    margin: 13px 0 0 !important;
    color: #293655 !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
}
.fe-shell .fe-home-hero strong { color: #ff1f67 !important; }
.fe-shell .fe-how h2,
.fe-shell .fe-resource-strip h2 {
    color: #071642 !important;
    font-weight: 900 !important;
    text-transform: none !important;
}
.fe-shell .fe-how-step h3 {
    color: #071642 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-transform: none !important;
}
.fe-shell .fe-how-step p {
    color: #53617f !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
}

/* Neutralise les marges Bootstrap / thème sur les blocs du module. */
.fe-shell .fe-home,
.fe-shell .fe-home-hero,
.fe-shell .fe-scenario-grid,
.fe-shell .fe-how,
.fe-shell .fe-resource-strip {
    box-sizing: border-box !important;
}

@media (max-width: 767px) {
    .fe-shell .fe-home-hero h1 {
        font-size: 34px !important;
        line-height: 1.02 !important;
    }
}


/* ================================================================
   Family Explorer V3.2 — correctifs de cohérence et mobile
   ================================================================ */
.fe-shell, .fe-page, .fe-page *, .fe-shell * { box-sizing: border-box; }
.fe-shell, .fe-page { min-width: 0; }
.fe-pack-item img, .fe-card img, .fe-timeline img {
  object-fit: cover;
  background: #f5f7fb;
}
@media (max-width: 767px) {
  .fe-page, .fe-shell {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .fe-wizard, .fe-wizard-card, .fe-form, .fe-question, .fe-field,
  .fe-field-row, .fe-field-grid, .fe-wizard-grid, .fe-wizard-main,
  .fe-question-copy, .fe-question-content, .fe-form-section {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .fe-field-row, .fe-field-grid, .fe-wizard-grid, .fe-question {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .fe-field label, .fe-field-title, .fe-question-title, .fe-question-copy,
  .fe-question p, .fe-help, .fe-hint {
    width: auto !important;
    max-width: none !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    writing-mode: horizontal-tb !important;
  }
  .fe-choice-grid, .fe-options, .fe-duration-options {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .fe-choice, .fe-option, .fe-duration-choice {
    min-width: 0 !important;
    width: 100% !important;
    white-space: normal !important;
  }
  .fe-wizard-actions, .fe-form-actions {
    position: static !important;
    width: 100% !important;
    margin-top: 18px !important;
  }
  .fe-wizard-actions .fe-btn, .fe-form-actions .fe-btn, .fe-submit {
    width: 100% !important;
    min-height: 54px !important;
  }
  .fe-page { padding-bottom: 120px !important; }
}
@media (max-width: 390px) {
  .fe-choice-grid, .fe-options, .fe-duration-options {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Family Explorer V3.3 — badge des Escape Games vendus par AnimyJob */
.fe-shell .fe-premium-badge{
  display:inline-flex;align-items:center;margin-left:7px;padding:3px 7px;border-radius:999px;
  background:#fff1f5;color:#b4235a;font-size:10px;font-weight:800;line-height:1.2;vertical-align:middle;
  border:1px solid #ffd0de;text-transform:uppercase;letter-spacing:.03em;
}

/* V3.3 — recommandations Escape Games premium */
.fe-shell .fe-premium-escapes__eyebrow{
  display:inline-flex;margin-bottom:8px;padding:5px 9px;border-radius:999px;
  background:#fff1f5;color:#b4235a;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;
}
.fe-shell .fe-premium-escapes__list{display:grid;gap:10px;margin-top:14px}
.fe-shell .fe-premium-escape-card{
  display:grid;grid-template-columns:96px minmax(0,1fr) 18px;gap:11px;align-items:center;
  padding:10px;border:1px solid #eceff3;border-radius:14px;background:#fff;color:#17243a;text-decoration:none!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.fe-shell .fe-premium-escape-card:hover{transform:translateY(-1px);border-color:#f6b6ca;box-shadow:0 8px 24px rgba(24,39,75,.08)}
.fe-shell .fe-premium-escape-card img{width:96px;height:72px;object-fit:cover;border-radius:10px;background:#f5f6f8}
.fe-shell .fe-premium-escape-card__body{min-width:0}
.fe-shell .fe-premium-escape-card__body strong{display:block;font-size:13px;line-height:1.3;color:#17243a}
.fe-shell .fe-premium-escape-card__body small{display:block;margin-top:4px;color:#667085;font-size:11px;line-height:1.35}
.fe-shell .fe-premium-escape-card__body em{display:block;margin-top:5px;color:#b4235a;font-size:10px;font-style:normal;font-weight:700;line-height:1.35}
.fe-shell .fe-premium-escape-card__arrow{font-size:18px;font-weight:900;color:#d92d68}
@media(max-width:480px){
  .fe-shell .fe-premium-escape-card{grid-template-columns:78px minmax(0,1fr) 14px}
  .fe-shell .fe-premium-escape-card img{width:78px;height:64px}
}


.fe-shell .fe-pack-card__address{
  margin:6px 0 8px;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
  color:#334155;
}
.fe-shell .fe-pack-card__address::before{
  content:"Adresse :";
  margin-right:6px;
  font-size:12px;
}
.fe-shell .fe-pack-card__copy [data-fe-item-summary]{
  margin-top:7px;
  line-height:1.55;
}

.fe-shell .fe-theme-notice{
  margin:16px 0 22px;
  padding:13px 16px;
  border:1px solid rgba(98,87,191,.18);
  border-radius:14px;
  background:#f7f5ff;
  color:#4b4960;
  font-size:14px;
  line-height:1.5;
}
