    /* Modal de bienvenue PRESTIGE */
    #welcomeModal .modal-dialog {
        max-width: 850px;
        max-height: 90vh;
    }

    /* ============================================================
       Helpers (replacing former inline styles)
       ============================================================ */
    .programs-section .program-image-placeholder {
        display: none;
    }

    /* Home – programmes: plus compact (moins de hauteur) */
    .programs-section .program-image {
        height: 210px;
    }

    .programs-section .program-content {
        padding: 1.5rem 1.5rem 1.25rem;
    }

    .programs-section .program-title {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
        line-height: 1.25;
    }

    .programs-section .program-description {
        margin-bottom: 1rem;
    }

    .programs-section .btn-program {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.6rem 1.1rem;
        border-radius: 999px;
        white-space: nowrap;
    }

    .programs-section .btn-program i {
        margin-left: 0 !important;
    }

    @media (max-width: 767px) {
        .programs-section .program-image {
            height: 180px;
        }

        .programs-section .program-content {
            padding: 1.25rem 1.25rem 1.1rem;
        }
    }

    /* Home – pédagogie: plus compact (moins de hauteur) */
    .pedagogy-section {
        padding: 3rem 0;
    }

    .pedagogy-content {
        padding: 2rem;
    }

    .pedagogy-title {
        margin-bottom: 1rem;
        line-height: 1.15;
        font-size: clamp(1.55rem, 3vw, 2.15rem);
    }

    .pedagogy-flags {
        font-size: 1.25rem;
    }

    .pedagogy-keywords {
        margin-bottom: 1rem;
        font-size: 0.85rem;
        letter-spacing: 0.75px;
    }

    .pedagogy-content .blockquote {
        margin: 1.25rem 0;
        padding-left: 1.1rem;
    }

    .director-photo {
        width: 160px;
        height: 160px;
        margin: 1.5rem auto;
    }

    .director-info .director-name {
        font-size: 1.05rem;
        margin-bottom: 0.35rem;
    }

    .director-info .director-title {
        font-size: 0.95rem;
    }

    @media (max-width: 991px) {
        .pedagogy-content {
            padding: 1.5rem;
        }

        .director-photo {
            width: 140px;
            height: 140px;
            margin: 1.25rem auto 1rem;
        }
    }

    .dual-logo {
        display: block;
        height: auto;
        max-height: 64px;
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
        object-fit: contain;
    }

    .dual-logo--dark {
        filter: brightness(0) saturate(100%);
    }

    .hero-video.hero-video--compact {
        min-height: 455px;
        padding-top: 1.9rem;
        padding-bottom: 1.9rem;
    }

    .hero-video--compact .hero-content {
        max-width: 860px;
    }

    .hero-video--compact .hero-title {
        font-size: clamp(1.85rem, 4.4vw, 3.05rem);
        margin-bottom: 0.85rem !important;
    }

    .hero-video--compact .hero-subtitle {
        font-size: clamp(0.95rem, 2vw, 1.12rem);
        margin-bottom: 1.25rem !important;
    }

    .hero-video--compact .hero-buttons {
        margin-top: 1.35rem;
    }

    .hero-video--compact .scroll-indicator {
        bottom: 1.25rem;
    }

    #welcomeModal .modal-dialog .modal-content {
        max-height: 90vh;
    }

    #welcomeModal .modal-body {
        max-height: 80vh;
        overflow-y: auto;
    }

    #welcomeModal .modal-content {
        border: none;
        border-radius: 0;
        box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
        position: relative;
    }

    /* Bordure dorée élégante */
    #welcomeModal .modal-content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 3px;
        background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    #welcomeModal .modal-header {
        background: transparent;
        padding: 1.5rem 2rem;
        border: none;
        position: relative;
        z-index: 10;
    }

    #welcomeModal .modal-body {
        padding: 1.5rem 2.5rem 2.5rem;
        background: transparent;
        position: relative;
        max-height: 80vh;
        overflow-y: auto;
    }

    /* Badge Premium */
    .welcome-badge {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
        color: #0f172a;
        padding: 0.5rem 1.5rem;
        border-radius: 0;
        font-weight: 800;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 1.25rem;
        box-shadow: 0 8px 25px rgba(251, 191, 36, 0.4);
        border: 2px solid #fbbf24;
    }

    .welcome-badge i {
        font-size: 1rem;
        margin-right: 0.5rem;
    }

    /* Logo EPIM */
    .epim-logo {
        max-width: 250px;
        margin: 0 auto 2rem;
        filter: brightness(1.2);
    }

    /* Titre principal */
    .welcome-title {
        font-size: 2.5rem;
        font-weight: 900;
        background: linear-gradient(135deg, #fbbf24 0%, #ffffff 50%, #fbbf24 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 0.75rem;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-shadow: 0 0 40px rgba(251, 191, 36, 0.5);
    }

    .welcome-subtitle {
        font-size: 1.2rem;
        color: #cbd5e1;
        font-weight: 600;
        margin-bottom: 1.25rem;
        letter-spacing: 0.5px;
    }

    .welcome-tagline {
        font-size: 2rem;
        color: #fbbf24;
        line-height: 1.4;
        margin-bottom: 1.5rem;
        font-weight: 700;
        text-align: center;
    }

    .welcome-tagline strong {
        color: #fbbf24;
        font-weight: 700;
    }

    /* Section Pédagogie Nord-Américaine */
    .pedagogy-highlight {
        background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
        padding: 1.25rem;
        border-radius: 0;
        margin: 1.5rem 0;
        border: 2px solid #fbbf24;
        position: relative;
        box-shadow: 0 10px 40px rgba(251, 191, 36, 0.2);
    }

    .pedagogy-highlight::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
        opacity: 0.3;
        z-index: -1;
    }

    .pedagogy-content-wrapper {
        display: flex;
        gap: 1.5rem;
        align-items: flex-start;
    }

    .pedagogy-left-column {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .pedagogy-photo {
        flex-shrink: 0;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 3px solid #fbbf24;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    .pedagogy-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pedagogy-signature {
        text-align: center;
    }

    .pedagogy-text {
        flex: 1;
    }

    .pedagogy-header {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0.75rem;
        flex-wrap: nowrap;
    }

    .pedagogy-title-main {
        font-size: 1.4rem;
        font-weight: 800;
        color: #fbbf24;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin: 0;
        white-space: nowrap;
    }

    .pedagogy-flags {
        font-size: 1.5rem;
        margin-left: 0.75rem;
        white-space: nowrap;
        padding-right: 0.5rem;
    }

    .pedagogy-keywords {
        text-align: left;
        color: #cbd5e1;
        font-size: 0.85rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 0.75rem;
    }

    .pedagogy-quote {
        font-size: 0.95rem;
        color: #f8fafc;
        font-style: italic;
        line-height: 1.6;
        padding: 0.85rem;
        border-left: 4px solid #fbbf24;
        background: rgba(0, 0, 0, 0.2);
        margin-bottom: 0;
    }

    .pedagogy-author {
        color: #fbbf24;
        font-weight: 700;
        font-size: 0.95rem;
        margin-bottom: 0.25rem;
    }

    .pedagogy-position {
        color: #cbd5e1;
        font-size: 0.8rem;
        margin-bottom: 0.1rem;
    }

    /* Section Accréditations - CLEAN & STATIC */
    .accreditations-section {
        background: rgba(255, 255, 255, 0.03);
        padding: 2rem 1.5rem;
        border-radius: 0;
        margin-bottom: 1.5rem;
        border: 1px solid rgba(251, 191, 36, 0.2);
    }

    .accreditations-title {
        font-size: 1.1rem;
        font-weight: 800;
        color: #fbbf24;
        text-align: center;
        margin-bottom: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .accreditations-title i {
        color: #fbbf24;
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }

    /* CLEAN GRID - 4 columns desktop, 2 mobile */
    .logos-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        align-items: center;
        justify-items: center;
    }

    /* SIMPLE WHITE BOX - NO EFFECTS */
    .logo-box {
        width: 100%;
        height: 90px;
        background: white;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    /* LOGO IMAGE - VISIBLE IMMEDIATELY */
    .logo-box img {
        max-width: 100%;
        max-height: 70px;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }

    /* FALLBACK TEXT - VISIBLE IMMEDIATELY IF IMAGE FAILS */
    .logo-text {
        font-size: 0.9rem;
        font-weight: 800;
        color: #1e293b;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1.3;
    }

    /* Section Partenaires - CLEAN & STATIC */
    .partners-section {
        background: rgba(0, 0, 0, 0.2);
        padding: 2rem 1.5rem;
        border-radius: 0;
        margin-bottom: 1.5rem;
        border: 1px solid rgba(251, 191, 36, 0.15);
    }

    .partners-title {
        font-size: 1rem;
        font-weight: 700;
        color: #cbd5e1;
        text-align: center;
        margin-bottom: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 1.25px;
    }

    .partners-title i {
        color: #fbbf24;
        margin-right: 0.5rem;
    }

    /* PARTNERS GRID - 2 columns */
    .partners-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        align-items: center;
        justify-items: center;
        max-width: 600px;
        margin: 0 auto;
    }

    /* Call to Action Premium */
    .welcome-cta {
        text-align: center;
        padding-top: 0.5rem;
    }

    .btn-welcome-primary {
        background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
        color: #0f172a;
        padding: 1rem 3rem;
        border-radius: 0;
        font-weight: 800;
        font-size: 1rem;
        border: 2px solid #fbbf24;
        box-shadow: 0 15px 40px rgba(251, 191, 36, 0.4);
        transition: all 0.4s ease;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        position: relative;
        overflow: hidden;
    }

    .btn-welcome-primary::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.6s ease;
    }

    .btn-welcome-primary:hover::before {
        left: 100%;
    }

    .btn-welcome-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 50px rgba(251, 191, 36, 0.6);
        background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    }

    .btn-welcome-primary i {
        font-size: 1.1rem;
        margin-right: 0.5rem;
    }

    /* Bouton de fermeture élégant */
    .modal-close-btn {
        background: rgba(251, 191, 36, 0.1);
        border: 2px solid #fbbf24;
        width: 45px;
        height: 45px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fbbf24;
        font-size: 1.5rem;
        box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3);
        transition: all 0.4s ease;
        opacity: 1;
    }

    .modal-close-btn:hover {
        background: #fbbf24;
        color: #0f172a;
        transform: rotate(90deg);
        box-shadow: 0 8px 25px rgba(251, 191, 36, 0.5);
    }

    /* Animation d'entrée PREMIUM */
    @keyframes modalFadeIn {
        from {
            opacity: 0;
            transform: scale(0.95) translateY(-30px);
        }

        to {
            opacity: 1;
            transform: scale(1) translateY(0);
        }
    }

    @keyframes goldShine {

        0%,
        100% {
            opacity: 0.5;
        }

        50% {
            opacity: 1;
        }
    }

    .modal.show .modal-dialog {
        animation: modalFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    /* Effet de brillance sur le titre */
    @keyframes titleShine {
        0% {
            background-position: -200% center;
        }

        100% {
            background-position: 200% center;
        }
    }

    .welcome-title {
        background-size: 200% auto;
        animation: titleShine 3s linear infinite;
    }

    /* Responsive */
    @media (max-width: 992px) {
        #welcomeModal .modal-dialog {
            max-width: 95%;
            margin: 1rem auto;
        }

        .welcome-title {
            font-size: 2rem;
        }

        .welcome-subtitle {
            font-size: 1rem;
        }

        /* Logos: 2 columns on tablet */
        .logos-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        /* Partners: stay 2 columns */
        .partners-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        #welcomeModal .modal-body {
            padding: 1.5rem 1.25rem;
        }

        .pedagogy-highlight {
            padding: 1.25rem;
        }

        .pedagogy-content-wrapper {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .pedagogy-left-column {
            margin-bottom: 1rem;
        }

        .pedagogy-photo {
            width: 100px;
            height: 100px;
            margin-bottom: 0.75rem;
        }

        .pedagogy-signature {
            text-align: center;
        }

        .pedagogy-header {
            justify-content: center;
        }

        .pedagogy-keywords {
            text-align: center;
        }

        .pedagogy-title-main {
            font-size: 1.2rem;
            letter-spacing: 1px;
        }

        .pedagogy-flags {
            font-size: 1.3rem;
            margin-left: 0.5rem;
        }
    }

    @media (max-width: 576px) {
        .welcome-title {
            font-size: 1.75rem;
            letter-spacing: 1px;
        }

        .welcome-subtitle {
            font-size: 0.95rem;
        }

        /* Logos: 2 columns on mobile */
        .logos-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 0.75rem;
        }

        /* Partners: 1 column on very small screens */
        .partners-grid {
            grid-template-columns: 1fr;
            gap: 0.75rem;
        }

        .logo-box {
            height: 80px;
            padding: 0.75rem;
        }

        .logo-box img {
            max-height: 60px;
        }

        .btn-welcome-primary {
            padding: 0.85rem 2rem;
            font-size: 0.9rem;
        }

        .pedagogy-photo {
            width: 80px;
            height: 80px;
        }

        .pedagogy-title-main {
            font-size: 0.95rem;
            letter-spacing: 0.5px;
        }

        .pedagogy-flags {
            font-size: 1.2rem;
        }

        .pedagogy-quote {
            font-size: 0.85rem;
            padding: 0.75rem;
        }
    }

    /* ============================================================
       DUAL CARDS SECTION - Double Diplomation & Pourquoi EPIM
       ============================================================ */
    .double-diplomation-section {
        padding: 5rem 0;
        background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    }

    .dual-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 2.25rem 2rem;
        height: 100%;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        border: 1px solid rgba(15, 23, 42, 0.08);
    }

    .dual-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
    }

    .dual-card-gold {
        border-top: 3px solid #fbbf24;
    }

    .dual-card-gold::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 15% 10%, rgba(251, 191, 36, 0.08) 0%, transparent 55%);
        pointer-events: none;
    }

    .dual-card-merged {
        max-width: 100%;
        padding: 2.5rem 2.25rem;
    }

    .dual-card-divider {
        height: 1px;
        background: linear-gradient(90deg, rgba(251, 191, 36, 0), rgba(251, 191, 36, 0.55), rgba(59, 130, 246, 0.55), rgba(59, 130, 246, 0));
        position: relative;
        z-index: 1;
    }

    .dual-card-title {
        font-size: 1.6rem;
        font-weight: 800;
        color: #1e293b;
        margin-bottom: 0.75rem;
        position: relative;
        z-index: 1;
        letter-spacing: -0.01em;
    }

    .dual-card-title i {
        font-size: 1.35rem;
        animation: none;
    }

    .dual-card-subtitle {
        font-size: 0.95rem;
        color: #64748b;
        font-weight: 500;
        position: relative;
        z-index: 1;
        line-height: 1.55;
    }

    .dual-logos {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.25rem;
    }

    .dual-plus {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: rgba(251, 191, 36, 0.12);
        border: 1px solid rgba(251, 191, 36, 0.35);
        color: #f59e0b;
        line-height: 1;
        flex-shrink: 0;
    }

    .dual-plus i {
        font-size: 1.1rem;
    }

    .dual-logo-block {
        width: 100%;
        max-width: 320px;
    }

    .dual-logo--clermont-ref {
        height: 108px;
        max-width: 272px;
    }

    .dual-logo--epim-ref {
        height: 132px;
        max-width: 332px;
    }

    /* Piliers Pourquoi EPIM */
    .pillar-box {
        background: rgba(248, 250, 252, 0.9);
        border-radius: 14px;
        padding: 1.25rem;
        text-align: center;
        height: 100%;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
        border: 1px solid rgba(15, 23, 42, 0.06);
    }

    .pillar-box:hover {
        background: rgba(224, 242, 254, 0.55);
        transform: translateY(-2px);
    }

    .pillar-icon {
        font-size: 2.1rem;
        color: #3b82f6;
        margin-bottom: 0.75rem;
    }

    .pillar-title {
        font-size: 1rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 0.5rem;
    }

    .pillar-text {
        font-size: 0.9rem;
        color: #64748b;
        margin: 0;
        line-height: 1.4;
    }

    @media (max-width: 767px) {
        .dual-card {
            padding: 1.75rem 1.25rem;
        }

        .dual-card-merged {
            padding: 1.75rem 1.25rem;
        }

        .dual-logo-block {
            min-width: 0;
        }

        .dual-logos {
            grid-template-columns: 1fr;
            gap: 0.9rem;
        }

        .dual-logo-block {
            max-width: 100%;
        }

        .dual-logo--clermont-ref {
            height: 82px;
            max-width: 214px;
        }

        .dual-logo--epim-ref {
            height: 106px;
            max-width: 272px;
        }
    }

    /* Responsive Design */
    @media (max-width: 991px) {
        .hero-video.hero-video--compact {
            min-height: 420px;
            padding-top: 1.6rem;
            padding-bottom: 1.6rem;
        }

        .dual-logo--clermont-ref {
            height: 96px;
            max-width: 244px;
        }

        .dual-logo--epim-ref {
            height: 118px;
            max-width: 298px;
        }
    }

    @media (max-width: 767px) {
        .double-diplomation-section {
            padding: 3rem 0;
        }

        .hero-video.hero-video--compact {
            min-height: 390px;
            padding-top: 1.3rem;
            padding-bottom: 1.5rem;
        }

        .hero-video--compact .hero-title {
            font-size: clamp(1.6rem, 8vw, 2.25rem);
        }

        .hero-video--compact .hero-subtitle {
            font-size: 0.95rem;
        }

        .hero-video--compact .scroll-indicator {
            bottom: 0.85rem;
        }
    }
