:root {
    --fc-bapteme: #54c2bf;
    --fc-bapteme-dark: #4da9a5;
    --fc-bapteme-deep: #3b8f8c;
    --fc-parcours: #f4b233;
    --fc-parcours-dark: #e8a62b;
    --fc-parcours-deep: #b77710;
    --fc-pink-dark: #8f1978;
    --fc-pink-soft: #ea4aa3;
}

.formations-compact [id] {
    scroll-margin-top: 120px;
}

.fc-nos-formations-hero {
    padding: 26px 0 18px;
}

.fc-nos-formations-hero__inner {
    align-items: center;
    justify-content: center;
}

.fc-nos-formations-hero__title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
    color: #4d114d;
    line-height: 1;
}

.fc-nos-formations-hero__title > span {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.fc-nos-formations-hero__label {
    display: block;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 700;
    letter-spacing: .01em;
}

.fc-nos-formations-hero__year {
    display: block;
    color: #6c5c74;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-style: normal;
    font-weight: 400;
    letter-spacing: .06em;
}

.fc-entry,
.fc-snapshot,
.fc-offers,
.fc-help {
    padding: 42px 0;
}

.fc-section-head {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

.fc-section-head--inline {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
}

.fc-stage-heading-copy {
    flex: 1 1 0;
    min-width: 0;
}

.fc-section-head--inline .fc-stage-pass-note {
    flex: 0 1 420px;
    margin: 0;
}

.fc-stage-pass-note--header {
    align-self: flex-start;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
}

.fc-stage-pass-note--header .fc-stage-pass-note__content p {
    font-size: .92rem;
}

.fc-stage-pass-note--header .fc-stage-pass-note__link {
    margin-top: 2px;
}

.fc-section-head h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.fc-section-head p {
    margin: 8px 0 0;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    line-height: 1.6;
}

.fc-stage-intro {
    display: grid;
    flex: 0 0 100%;
    gap: 16px;
    margin-top: 12px;
}

.fc-stage-intro__lead {
    margin: 0;
    color: #4d3b55;
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.65;
}

.fc-stage-intro__lead strong {
    color: var(--fc-purple-dark);
    font-weight: 900;
}

.fc-stage-intro__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.fc-stage-intro__card {
    --fc-stage-intro-border: rgba(116,23,111,.1);
    --fc-stage-intro-surface: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,246,251,.98));
    --fc-stage-intro-copy: #5e5066;
    --fc-stage-intro-pill-bg: #8f8796;
    --fc-stage-intro-pill-ink: #fff;

    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 100%;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid var(--fc-stage-intro-border);
    background: var(--fc-stage-intro-surface);
    box-shadow: 0 10px 22px rgba(63,18,63,.05);
}

.fc-stage-intro__pill {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--fc-stage-intro-pill-bg);
    color: var(--fc-stage-intro-pill-ink);
    box-shadow: 0 8px 18px rgba(30,27,37,.1);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.1;
    text-transform: uppercase;
}

.fc-stage-intro__card p {
    margin: 0;
    color: var(--fc-stage-intro-copy);
    font-size: .94rem;
    line-height: 1.5;
}

.fc-stage-intro__card--loisir {
    --fc-stage-intro-pill-bg: var(--fc-parcours);
    --fc-stage-intro-pill-ink: #734f08;
}

.fc-stage-intro__card--scene {
    --fc-stage-intro-pill-bg: var(--fc-pink-dark);
    --fc-stage-intro-pill-ink: #fff;
}

.fc-stage-intro__card--osez {
    --fc-stage-intro-pill-bg: #3e7bb4;
    --fc-stage-intro-pill-ink: #fff;
}

.fc-stage-intro__card--module {
    --fc-stage-intro-pill-bg: #6f7782;
    --fc-stage-intro-pill-ink: #fff;
}

.fc-section-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0 0 12px;
    padding: 8px 14px;
    border-radius: 10px;
    color: #fff;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(30,27,37,.12);
}

.fc-section-badge--courses {
    background: linear-gradient(135deg, var(--fc-pink-dark), var(--fc-parcours-dark));
}

.fc-section-badge--stages {
    background: linear-gradient(135deg, var(--fc-purple-dark), var(--fc-bapteme-deep));
}

.fc-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 12px;
}



.fc-agenda-filter-help__highlight {
    color: var(--fc-bapteme-deep);
    font-weight: 950;
}

.fc-agenda-filter-help__highlight--pink {
    color: var(--fc-pink-soft);
    font-weight: 950;
}

.fc-agenda-filter-help__highlight--orange {
    color: var(--fc-parcours-deep);
    font-weight: 950;
}

.fc-agenda-filter-help__highlight--purple {
    color: var(--fc-pink-dark);
    font-weight: 950;
}

.fc-agenda-filter-help__highlight--blue {
    color: var(--fc-bapteme-deep);
    font-weight: 950;
}

.fc-floating-jumps {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 40;
    display: grid;
    gap: 10px;
    pointer-events: none;
}

.fc-floating-jump {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 52px;
    height: 52px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(63,18,63,.94);
    color: #fff;
    box-shadow: 0 16px 30px rgba(30,27,37,.2);
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
}

.fc-floating-jump.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.fc-floating-jump:hover,
.fc-floating-jump:focus-visible {
    background: rgba(95,17,104,.96);
    outline: none;
}

.fc-floating-jump--stages {
    background: rgba(244,178,51,.96);
    color: var(--fc-purple-dark);
}

.fc-floating-jump--stages:hover,
.fc-floating-jump--stages:focus-visible {
    background: rgba(244,178,51,1);
    color: var(--fc-purple-dark);
}

.fc-floating-jump__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.fc-floating-jump__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.fc-floating-jump__hint {
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

.title-marker {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 900;
}

.title-marker::after {
    content: "";
    position: absolute;
    left: -.08em;
    right: -.08em;
    bottom: .08em;
    height: .42em;
    z-index: -1;
    border-radius: .18em;
    opacity: .9;
    transform: rotate(-1.2deg);
}

.title-marker--pink {
    color: var(--fc-pink-dark);
}

.title-marker--pink::after {
    background: rgba(239,11,120,.22);
}

.title-marker--pink-orange {
    color: var(--fc-pink-dark);
}

.title-marker--pink-orange::after {
    background: linear-gradient(
        90deg,
        rgba(239,11,120,.24),
        rgba(244,178,51,.32)
    );
}

.title-marker--purple-blue {
    color: var(--fc-purple-dark);
}

.title-marker--purple-blue::after {
    background: linear-gradient(
        90deg,
        rgba(116,23,111,.24),
        rgba(84,194,191,.28)
    );
}



/* FAQ disabled
.fc-faq-nudge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fc-purple);
    font-size: .88rem;
    font-weight: 800;
    text-decoration: none;
}

.fc-faq-nudge::before {
    content: "?";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(116,23,111,.08);
    color: var(--fc-purple-dark);
    font-size: .78rem;
    font-weight: 900;
}

.fc-faq-nudge:hover {
    text-decoration: underline;
}

.fc-faq-nudge--quiz::before {
    content: "→";
}
*/

.fc-entry-card--free .fc-pill,
.fc-entry-card--discover .fc-pill,
.fc-entry-card--progress .fc-pill {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 16px;
    margin-bottom: 6px;
    border-width: 2px;
    background: rgba(255,255,255,.96);
    box-shadow:
        0 14px 26px rgba(30,27,37,.18),
        0 0 0 4px rgba(255,255,255,.14);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.15;
    text-wrap: balance;
}

.fc-entry-card--free .fc-pill {
    color: var(--fc-bapteme-deep);
    border-color: rgba(255,255,255,.9);
}

.fc-entry-card--discover .fc-pill {
    color: #8d5200;
    border-color: rgba(255,255,255,.9);
}

.fc-entry-card--progress .fc-pill {
    color: #5a1557;
    border-color: rgba(255,255,255,.82);
}

.fc-entry-card--formula {
    grid-column: span 3;
}

.fc-entry-card--offers {
    grid-column: span 6;
}

.fc-entry-card--offers {
    position: relative;
    padding: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(244,178,51,.16), transparent 32%),
        linear-gradient(135deg, #ffffff, #fbf8fc 58%, #fff7eb);
    border-color: rgba(116,23,111,.18);
    box-shadow: 0 14px 28px rgba(63,18,63,.07);
}

.fc-entry-card--offers::before {
    content: "";
    position: absolute;
    inset: auto -8% -20% 46%;
    height: 132px;
    background: linear-gradient(90deg, rgba(244,178,51,0), rgba(244,178,51,.16));
    transform: rotate(-7deg);
    pointer-events: none;
}

.fc-offers-spotlight {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
    padding: 24px 28px;
}

.fc-offers-spotlight__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    align-self: stretch;
}

.fc-offers-spotlight__title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fc-offers-spotlight__mascot {
    flex: 0 0 auto;
    width: clamp(48px, 6vw, 72px);
    pointer-events: none;
}

.fc-offers-spotlight__mascot img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 18px rgba(63,18,63,.14));
}

.fc-offers-spotlight__content .fc-pill {
    background: rgba(116,23,111,.08);
    border-color: rgba(116,23,111,.12);
    color: var(--fc-purple-dark);
    box-shadow: none;
}

.fc-offers-spotlight__content p {
    max-width: none;
    width: 100%;
}

.fc-entry-card--offers h3 {
    max-width: none;
    margin: 0;
    color: #461846;
    font-size: clamp(1.8rem, 2.6vw, 2.35rem);
    line-height: .96;
    text-wrap: balance;
}

.fc-entry-card--offers p {
    max-width: 56ch;
    margin: 0;
    color: #5d4c62;
    font-size: 1rem;
    line-height: 1.38;
}

.fc-entry-card--offers .fc-offers-spotlight__content > p {
    width: 100%;
    max-width: none;
}

.fc-entry-mobile {
    display: none;
}

.fc-entry-mobile__card {
    display: none;
}

.fc-offers-spotlight__cta {
    align-self: center;
    min-height: 38px;
    margin-top: 6px;
    padding: 9px 18px;
    background: rgba(116,23,111,.06);
    border-color: rgba(116,23,111,.14);
    color: var(--fc-purple-dark);
    font-size: .86rem;
    font-weight: 800;
    box-shadow: none;
}

.fc-offers-spotlight__cta:hover {
    background: rgba(116,23,111,.1);
    border-color: rgba(116,23,111,.2);
    color: var(--fc-purple-dark);
}

.fc-offers-inline-note {
    display: grid;
    grid-column: 1 / -1;
    gap: 16px;
    justify-items: center;
    max-width: 820px;
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
}

.fc-offers-inline-note__text {
    margin: 0;
    color: #5d4c62;
    font-size: 1rem;
    line-height: 1.6;
}

.fc-offers-spotlight__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fc-offers-spotlight__list {
    display: grid;
    grid-column: 1 / span 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.fc-offers-spotlight__item {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(116,23,111,.12);
    box-shadow: 0 10px 18px rgba(63,18,63,.05);
}

.fc-offers-spotlight__item-mascot {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 0 8px;
}

.fc-offers-spotlight__item-mascot img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.fc-offers-spotlight__item-copy,
.fc-offers-spotlight__item-meta {
    margin: 0;
    max-width: none;
}

.fc-offers-spotlight__item-copy {
    color: #4f3254;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.24;
}

.fc-offers-spotlight__item-meta {
    margin-top: 3px;
    color: #67536b;
    font-size: .86rem;
    line-height: 1.34;
}

.fc-offers-spotlight__badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(116,23,111,.16);
    color: #4d1e4d;
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .02em;
    box-shadow: 0 6px 12px rgba(63,18,63,.04);
}

.fc-offers-spotlight__aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    grid-column: 4 / -1;
    align-self: stretch;
    padding: 20px 22px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, #8a2485, #4e184c);
    box-shadow: 0 16px 28px rgba(63,18,63,.2);
    color: #fff;
}

.fc-offers-spotlight__aside,
.fc-offers-spotlight__aside p,
.fc-offers-spotlight__aside strong {
    color: #fff;
}

.fc-offers-spotlight__lead {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 1.16rem;
    font-weight: 900;
    line-height: 1.15;
}

.fc-offers-spotlight__note {
    margin: 0;
    color: rgba(255,255,255,.94);
    font-size: .94rem;
    line-height: 1.42;
}

.fc-offers-spotlight__aside .fc-button {
    align-self: flex-start;
    min-height: 36px;
    padding: 7px 14px;
    background: var(--fc-yellow);
    border-color: var(--fc-yellow);
    color: #3c2500;
    font-size: .84rem;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: 0 10px 20px rgba(32,20,0,.16);
}

.fc-offers-proof {
    display: grid;
    gap: 14px;
    align-self: start;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.56));
    border: 1px solid rgba(116,23,111,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
    backdrop-filter: blur(8px);
}

.fc-offers-proof__head {
    display: grid;
    gap: 6px;
}

.fc-offers-proof__eyebrow {
    margin: 0;
    max-width: none;
    color: #7c3775;
    font-size: .69rem;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

.fc-offers-proof__title {
    margin: 0;
    max-width: none;
    color: #4b214b;
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.2;
}

.fc-offers-proof__intro {
    margin: 0;
    max-width: none;
    color: #6c5a71;
    font-size: .8rem;
    line-height: 1.45;
}

.fc-offers-proof__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.fc-offers-proof__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 152px;
    padding: 14px 14px 15px;
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,0) 42%),
        linear-gradient(180deg, #8a2485, #5d185a);
    box-shadow: 0 14px 24px rgba(63,18,63,.16);
    text-align: left;
}

.fc-offers-proof__card--wide {
    grid-column: 1 / -1;
    min-height: 0;
    background:
        radial-gradient(circle at top right, rgba(255,214,90,.28), transparent 34%),
        linear-gradient(135deg, #7c1f76, #4f184d);
}

.fc-offers-proof__tag {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: rgba(255,255,255,.92);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.fc-offers-proof__tag--gold {
    background: rgba(255,214,90,.18);
    color: #ffe59a;
}

.fc-offers-proof__card,
.fc-offers-proof__card p,
.fc-offers-proof__card strong {
    color: #fff;
}

.fc-offers-proof__score {
    display: block;
    margin: auto 0 0;
    font-size: 2rem;
    font-weight: 900;
    line-height: .95;
}

.fc-offers-proof__stars {
    margin: 8px 0 0;
    max-width: none;
    color: #ffd65a;
    font-size: 1rem;
    letter-spacing: .12em;
    line-height: 1;
}

.fc-offers-proof__label {
    display: block;
    margin: 8px 0 0;
    font-size: .86rem;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.fc-offers-proof__copy {
    margin: 8px 0 0;
    max-width: none;
    color: rgba(255,255,255,.9);
    font-size: .78rem;
    line-height: 1.38;
}

.fc-offers-proof__source {
    margin: 0;
    max-width: none;
    color: #76667a;
    font-size: .7rem;
    line-height: 1.35;
}

    margin: 28px auto 0;
    padding: 18px 24px;
    max-width: 720px;
    border: 1px solid color-mix(in srgb, var(--fc-stage-base) 18%, #fff 82%);
    border-radius: 18px;
    background: color-mix(in srgb, var(--fc-stage-base) 8%, #fff 92%);
    color: color-mix(in srgb, var(--fc-stage-ink) 82%, #000 18%);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.65;
    text-align: center;
    box-shadow: 0 16px 30px rgba(12, 18, 38, .08);
}

.fc-offers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.fc-offer {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 18px 18px;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    border: 2px solid transparent;
    box-shadow: 0 10px 26px rgba(63,18,63,.06);
}

.fc-offer header {
    margin: 0 -18px 16px;
    padding: 18px;
    color: #fff;
    text-align: center;
}

.fc-offer header span {
    display: block;
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 900;
}

.fc-offer header h3 {
    margin: 8px 0 0;
    font-size: 1.55rem;
}

.fc-offer__hero {
    margin: 0 0 18px;
    padding: 20px 14px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(235,249,238,.8), #fff 52%);
    text-align: center;
}

.fc-offer__hero h3 {
    margin: 0;
    color: #14254a;
    font-family: 'LeckerliOne', sans-serif;
    font-size: 2.35rem;
    font-weight: 400;
    line-height: 1.05;
}

.fc-offer__hero-mark {
    width: 140px;
    height: 14px;
    margin: 10px auto 0;
    border-bottom: 4px solid var(--fc-green);
    border-radius: 999px;
    transform: rotate(-4deg);
}

.fc-offer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}

.fc-offer li {
    padding: 9px 0;
    border-bottom: 1px solid var(--fc-border);
    font-weight: 700;
    font-size: .95rem;
}

.fc-offer p {
    margin: 0 0 12px;
    padding: 12px;
    border-radius: 14px;
    background: var(--fc-soft);
    color: var(--fc-muted);
    font-size: .9rem;
}

.fc-price {
    display: block;
    margin-top: auto;
    color: var(--fc-purple-dark);
    font-size: 2.3rem;
    line-height: 1;
    text-align: center;
}

.fc-offer > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 16px;
    border-radius: 12px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.fc-offer--yellow header,
.fc-offer--yellow > a {
    background: var(--fc-yellow);
    color: #3c2500;
}

.fc-offer--blue header,
.fc-offer--blue > a {
    background: var(--fc-blue);
}

.fc-offer--green {
    border-color: var(--fc-green);
    transform: translateY(-8px);
    box-shadow: 0 18px 34px rgba(20,152,68,.16);
}

.fc-offer--green header,
.fc-offer--green > a,
.fc-badge {
    background: var(--fc-green);
}

.fc-offer--featured {
    padding-top: 18px;
    border-width: 3px;
}

.fc-offer--featured::before,
.fc-offer--featured::after {
    content: '';
    position: absolute;
    top: 22px;
    width: 16px;
    height: 16px;
    border-top: 3px solid var(--fc-green);
}

.fc-offer--featured::before {
    left: 12px;
    border-left: 3px solid var(--fc-green);
    border-top-left-radius: 14px;
}

.fc-offer--featured::after {
    right: 12px;
    border-right: 3px solid var(--fc-green);
    border-top-right-radius: 14px;
}

.fc-offer--featured header {
    position: relative;
    margin: 0 -18px 0;
    padding: 22px 18px 20px;
    border-radius: 18px 18px 0 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}

.fc-offer--featured header span {
    font-size: 1.18rem;
    letter-spacing: .04em;
}

.fc-offer--featured p {
    background: #f2fbf4;
    color: #356044;
}

.fc-offer--red header,
.fc-offer--red > a {
    background: var(--fc-red);
}

.fc-badge {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    color: #fff;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
    box-shadow: 0 10px 22px rgba(20,152,68,.2);
}

.fc-help-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border-radius: 24px;
    background: var(--fc-purple-dark);
    color: #fff;
}

.fc-help-card h2 {
    margin: 0 0 8px;
    font-size: 2rem;
}

.fc-help-card p {
    margin: 0;
    color: rgba(255,255,255,.82);
}

/* FAQ disabled
.fc-help-card .fc-faq-nudge {
    color: #fff;
}

.fc-help-card .fc-faq-nudge::before {
    background: rgba(255,255,255,.16);
    color: #fff;
}
*/

.fc-help-actions {
    justify-content: flex-end;
}

.fc-help-card .fc-button {
    background: var(--fc-yellow);
    color: #3c2500;
    border-color: var(--fc-yellow);
}

.fc-help-card .fc-button--outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.6);
}

/* FAQ disabled
.fc-faq {
    padding-top: 12px;
}

.fc-faq__mascot {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
    pointer-events: none;
}

.fc-faq__mascot img {
    display: block;
    width: clamp(64px, 8vw, 96px);
    height: auto;
}

.fc-schedule-toolbar--faq {
    justify-content: flex-start;
    margin-bottom: 18px;
}

.fc-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fc-faq-card.is-hidden {
    display: none;
}

.fc-faq-card {
    padding: 22px 22px 20px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,247,251,.98));
    border: 1px solid rgba(116,23,111,.1);
    box-shadow: 0 10px 24px rgba(63,18,63,.06);
}

.fc-faq-card h3 {
    margin: 0 0 10px;
    font-size: 1.12rem;
    line-height: 1.2;
}

.fc-faq-card p {
    margin: 0;
    font-size: .97rem;
    line-height: 1.5;
}
*/

@media (max-width: 1100px) {
    .fc-entry-card--offers {
        grid-column: span 2;
    }

    .fc-offers-spotlight {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fc-entry-card--offers h3,
    .fc-entry-card--offers p {
        max-width: none;
    }

    .fc-offers-spotlight__list {
        grid-column: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fc-offers-spotlight__aside {
        grid-column: auto;
    }

    .fc-offers-proof {
        grid-column: auto;
        grid-row: auto;
    }

    .fc-offers-proof__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* FAQ disabled
    .fc-faq-grid {
        grid-template-columns: 1fr;
    }
    */

    .fc-offer--green {
        transform: none;
    }
}

.formations-compact .start-reservation-jumps {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 39;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    max-width: none;
    padding: 10px 18px 12px;
    border-radius: 0;
    background: rgba(77,24,77,.98);
    border-top: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 -12px 32px rgba(30,27,37,.24);
    backdrop-filter: blur(4px);
}

.formations-compact .start-reservation-jump {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 12px 0 14px;
    border-radius: 12px;
    background: #fff;
    color: #2a2032;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(63,18,63,.06);
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, color .18s ease;
    white-space: nowrap;
}

.formations-compact .start-reservation-jump::before {
    content: '✦';
    margin-right: 9px;
    flex: 0 0 auto;
    color: currentColor;
    font-size: .74rem;
    line-height: 1;
    transform: translateY(-1px) rotate(8deg);
}

.formations-compact .start-reservation-jump::after {
    content: '→';
    margin-left: 8px;
    font-size: .88rem;
    line-height: 1;
    opacity: .42;
}

.formations-compact .start-reservation-jump:hover,
.formations-compact .start-reservation-jump:focus-visible {
    color: #2a2032;
    text-decoration: none;
    transform: translateY(-1px);
    background: #fffdfd;
    box-shadow: inset 0 0 0 1px rgba(63,18,63,.1), 0 10px 18px rgba(30,27,37,.12);
}

.formations-compact .start-reservation-jump--bapteme {
    background: #4da9a5;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.formations-compact .start-reservation-jump--bapteme:hover,
.formations-compact .start-reservation-jump--bapteme:focus-visible {
    background: #439793;
    color: #fff;
}

.formations-compact .start-reservation-jump--atelier {
    color: #8f0c58;
}

.formations-compact .start-reservation-jump--cours {
    color: #9a4d00;
}

.formations-compact .start-reservation-jump--stage {
    color: #5b1f85;
}

@media (max-width: 1200px) {
    .fc-stage-intro__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .formations-compact .start-reservation-jumps {
        gap: 6px;
        padding: 8px 12px 10px;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }

    .formations-compact .start-reservation-jumps::-webkit-scrollbar {
        display: none;
    }

    .formations-compact .start-reservation-jump {
        min-height: 36px;
        padding: 0 11px 0 13px;
        font-size: .73rem;
    }

    .fc-entry .fc-section-head {
        display: none;
    }

    .fc-nos-formations-hero {
        padding: 18px 0 10px;
    }

    .fc-nos-formations-hero__title {
        gap: 2px;
    }

    .fc-nos-formations-hero__title > span {
        gap: 2px;
    }

    .fc-nos-formations-hero__label {
        font-size: 1.78rem;
        line-height: .98;
    }

    .fc-nos-formations-hero__year {
        font-size: .95rem;
        letter-spacing: .05em;
    }

    .fc-entry {
        padding: 18px 0 24px;
    }

    .fc-entry .fc-section-head {
        margin-bottom: 14px;
    }

    .fc-entry .fc-section-head h2 {
        font-size: 1.4rem;
        line-height: 1.05;
    }

    .fc-entry-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .fc-entry-mobile__card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        min-height: 74px;
        padding: 12px 14px;
        border-radius: 20px;
        text-decoration: none;
        box-shadow: 0 12px 22px rgba(63,18,63,.12);
    }

    .fc-entry-mobile__content {
        display: grid;
        gap: 3px;
        min-width: 0;
    }

    .fc-entry-mobile__card strong,
    .fc-entry-mobile__card span {
        text-decoration: none;
    }

    .fc-entry-mobile__card strong {
        color: #fff;
        font-size: .96rem;
        line-height: 1.08;
    }

    .fc-entry-mobile__content > span:last-child {
        color: rgba(255,255,255,.8);
        font-size: .77rem;
        line-height: 1.15;
    }

    .fc-entry-mobile__eyebrow {
        color: rgba(255,255,255,.72);
        font-size: .62rem;
        font-weight: 900;
        letter-spacing: .07em;
        line-height: 1.05;
        text-transform: uppercase;
    }

    .fc-entry-mobile__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        border-radius: 999px;
        background: rgba(255,255,255,.14);
        border: 1px solid rgba(255,255,255,.18);
        color: #fff;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    }

    .fc-entry-mobile__card--free {
        background: linear-gradient(135deg, #3b8f8c, #54c2bf);
        border: 1px solid rgba(52,127,124,.48);
    }

    .fc-entry-mobile__card--discover {
        background: linear-gradient(135deg, #b77710, #f4b233);
        border: 1px solid rgba(132,87,12,.44);
    }

    .fc-entry-mobile__card--progress {
        background: linear-gradient(135deg, #74176f, #8f1978);
        border: 1px solid rgba(87,17,82,.46);
    }

    .fc-entry-mobile__card--offers {
        background: linear-gradient(135deg, #ffffff, #f0eef3);
        border: 1px solid rgba(88,74,98,.18);
        box-shadow: 0 12px 22px rgba(35,24,44,.08);
    }

    .fc-entry-mobile__card--offers strong {
        color: #351f40;
    }

    .fc-entry-mobile__card--offers .fc-entry-mobile__eyebrow {
        color: rgba(53,31,64,.66);
    }

    .fc-entry-mobile__card--offers .fc-entry-mobile__content > span:last-child {
        color: #62556c;
    }

    .fc-entry-mobile__card--offers .fc-entry-mobile__icon {
        background: rgba(116,23,111,.08);
        border-color: rgba(116,23,111,.12);
        color: #5b1a59;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
    }

    .fc-entry-grid,
    .fc-offers-grid {
        grid-template-columns: 1fr;
    }

    .fc-stage-intro__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .fc-stage-intro {
        gap: 12px;
    }

    .fc-stage-intro__lead {
        font-size: .92rem;
        line-height: 1.45;
    }

    .fc-stage-intro__card {
        display: grid;
        grid-template-columns: 104px minmax(0, 1fr);
        align-items: start;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 14px;
        box-shadow: 0 6px 14px rgba(63,18,63,.04);
    }

    .fc-stage-intro__pill {
        justify-content: center;
        align-self: start;
        width: 100%;
        min-height: 28px;
        padding: 6px 8px;
        text-align: center;
        font-size: .65rem;
        letter-spacing: .05em;
        line-height: 1.15;
    }

    .fc-stage-intro__card p {
        align-self: center;
        font-size: .84rem;
        line-height: 1.32;
    }

    .fc-quick-links {
        justify-content: center;
    }

    .fc-stage-card {
        grid-template-columns: 1fr;
    }

    .fc-stage-card__main,
    .fc-stage-card__aside {
        padding: 20px;
    }

    .fc-stage-card__main {
        min-height: 0;
    }

    .fc-offers-spotlight {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 14px;
    }

    .fc-offers-spotlight__list {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .fc-offers-spotlight__aside {
        grid-column: auto;
    }

    .fc-offers-proof {
        grid-column: auto;
        grid-row: auto;
    }

    .fc-offers-proof__grid {
        grid-template-columns: 1fr;
    }

    .fc-offers-proof__card--wide {
        grid-column: auto;
    }

    .fc-offers-spotlight__title {
        gap: 10px;
    }

    .fc-offers-spotlight__mascot {
        width: 54px;
    }

    .fc-offers-spotlight__aside {
        padding: 18px;
        border-radius: 18px;
    }

    .fc-offers-spotlight__aside .fc-button {
        width: fit-content;
        max-width: 100%;
    }

    .fc-section-head--inline,
    .fc-help-card {
        display: block;
        text-align: center;
    }

    .fc-section-head--inline .fc-stage-pass-note {
        margin: 18px auto 0;
        text-align: left;
    }

    .fc-floating-jumps {
        right: 12px;
        bottom: 12px;
    }

    .fc-floating-jump {
        min-width: 48px;
        height: 48px;
        padding: 0 12px;
    }

    .fc-floating-jump__hint {
        font-size: .7rem;
    }

    .fc-section-head--inline .fc-button {
        margin-top: 16px;
    }

    .fc-help-actions {
        justify-content: center;
        margin-top: 18px;
    }
}
