    /* =========================================================
       GENERAL
    ========================================================= */

    html {
        scroll-behavior: smooth;
    }

    body {
        background: #f5f6f8;
        color: #222;
        font-family: Arial, Helvetica, sans-serif;
/*         font-size: 24px; */
    }

    .home-container {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        padding: 0 35px;
        padding-top: 50px;
    }


    /* =========================================================
       HERO
    ========================================================= */

   .hero-section {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 4rem 2rem;
        border-radius: 1.5rem;
/*         background: linear-gradient(135deg, #134074, #343a40); */
/*         background: linear-gradient(135deg, #134074, #343a40); */

        background-color: #134074;

/* background-image: url('../img/first-section-background.jfif'); */
/* background-size: 100% auto;  */
/* background-repeat: no-repeat; */
        
        color: white;
        text-align: center;
        border-top: 4px solid #f48c06;
    }

    .hero-section h1 {
        font-size: 4.5rem;
        font-weight: 800;
        margin-bottom: 1.2rem;
    }

    .hero-section p {
        max-width: 950px;
        margin: auto;
        font-size: 2rem;
        line-height: 1.8;
    }

    .hero-buttons {
        margin-top: 2rem;
        padding-top: 2rem;
        
        border-top: solid gold 1px;
    }

    .hero-buttons .btn {
        margin: 0.4rem;
        font-weight: bold;
        font-size: 1.5rem;
    }


    /* =========================================================
       TITRES
    ========================================================= */

    .section {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .section-title {
        text-align: center;
        font-weight: 800;
        font-size: 3.3rem;
        margin-bottom: 1rem;
    }


.section-intro {
    max-width: 950px;
    margin: 0 auto 2rem auto;
    text-align: center;
    color: #555;
    font-size: 1.8rem;
    line-height: 1.8;
}


    /* =========================================================
       QUINTE DU JOUR
    ========================================================= */

    .quinte-card {
        background: #134074;
        color: white;
        border-radius: 1.5rem;
        padding: 2rem;
        border-top: 4px solid #f48c06;
        box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    }

    .quinte-badge {
        display: inline-block;
        background: #f48c06;
        color: white;
        padding: 0.45rem 0.9rem;
        border-radius: 50px;
        font-weight: bold;
        margin-bottom: 1rem;
        font-size: 1.35rem;
    }

    .quinte-card h2 {
/*         font-size: 3.3rem; */
/*         font-weight: 800; */
    }

    .quinte-card .course-title {
        font-size: 2.1rem;
        font-weight: bold;
    }

    .quinte-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 1.5rem;
    }

    .quinte-info-item {
        min-width: 160px;
        padding: 1rem;
        margin: 0.4rem;
        background: rgba(255,255,255,0.08);
        border-radius: 0.8rem;
        text-align: center;
    }

    .quinte-info-item strong {
        display: block;
        font-size: 1.725rem;
    }

    .quinte-info-item span {
        display: block;
        color: #ccc;
        margin-top: 0.3rem;
        font-size: 1.2rem;
    }

    .quinte-card .btn {
        font-size: 1.5rem;
    }


    /* =========================================================
       TOP 3
    ========================================================= */

    .top-card {
/*         background: white; */
        border-radius: 1rem;
        padding: 1.5rem;
        height: 100%;
        box-shadow: 0 4px 15px rgba(0,0,0,0.07);
        border-top: 3px solid #f48c06;
    }

    .top-card h3 {
        font-size: 1.875rem;
        font-weight: 800;
        margin-bottom: 1rem;
    }

    .top-entry {
        display: flex;
        align-items: center;
        padding: 1rem 0;
        border-bottom: 1px solid #eee;
    }

    .top-entry:last-child {
        border-bottom: none;
    }

    .top-rank {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #343a40;
        color: white;
        font-weight: 800;
        margin-right: 1rem;
        font-size: 1.2rem;
    }

    .top-entry:nth-child(2) .top-rank {
        background: #d4af37;
    }

    .top-entry:nth-child(3) .top-rank {
        background: #8c8c8c;
    }

    .top-entry:nth-child(4) .top-rank {
        background: #9a6a45;
    }

    .top-name {
        font-weight: 800;
        font-size: 1.575rem;
    }

    .top-stat {
        color: #666;
        font-size: 1.35rem;
        margin-top: 0.2rem;
    }


    /* =========================================================
       EXPLICATION TABLEAU
    ========================================================= */

    .explanation-wrapper {
        background: #134074;
        color: white;
        border-radius: 1.5rem;
        padding: 2rem;
        border-top: 4px solid #f48c06;
    }

    .explanation-wrapper h2 {
        text-align: center;
        font-weight: 800;
        margin-bottom: 1.5rem;
        font-size: 3.3rem;
    }

.explanation-intro {
    max-width: 950px;
    margin: auto;
    text-align: center;
    color: #ddd;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 2rem;
}

    .explanation-item {
        background: #f8f9fa;
        color: #222;
        border-radius: 1rem;
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    .explanation-item h3 {
        font-size: 2.3rem;
        font-weight: 800;
        margin-bottom: 0.7rem;
    }

.explanation-item p {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 2rem;
}

.explanation-item ul {
    margin-bottom: 0;
    font-size: 1.8rem;
}

    .explanation-item li {
        margin-bottom: 0.4rem;
    }


    /* =========================================================
       LEGENDE
    ========================================================= */

    .legend-box {
        background: white;
        color: #222;
        border-radius: 1rem;
        padding: 1.5rem;
        margin-top: 1.5rem;
    }

    .legend-box h3 {
        font-size: 1.8rem;
        font-weight: 800;
    }

    .legend-box ul {
        font-size: 1.5rem;
    }

    .legend-star {
        width: 25px;
        height: 25px;
        vertical-align: middle;
        margin-right: 0.4rem;
    }


    /* =========================================================
       ACTUALITES
    ========================================================= */

    .news-card {
        background: white;
        border-radius: 1rem;
        height: 100%;
        padding: 1.5rem;
        box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    }

    .news-date {
        font-size: 1.275rem;
        color: #777;
        margin-bottom: 0.5rem;
    }

    .news-card h3 {
        font-size: 1.875rem;
        font-weight: 800;
    }

.news-card p {
    color: #555;
    line-height: 1.8;
    font-size: 1.8rem;
}

    .news-card .btn {
        font-size: 1.35rem;
    }


    /* =========================================================
       PRESENTATION
    ========================================================= */

    .about-section {
        background: white;
        border-radius: 1.5rem;
        padding: 2.5rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    }

    .about-section h2 {
        font-weight: 800;
        margin-bottom: 1.5rem;
        font-size: 3.3rem;
    }

.about-section p {
    line-height: 1.8;
    color: #444;
    font-size: 1.8rem;
}

    .feature-box {
        padding: 1.3rem;
        border-radius: 1rem;
        background: #f8f9fa;
        height: 100%;
    }

    .feature-box i {
        font-size: 3rem;
        color: #f48c06;
        margin-bottom: 0.8rem;
    }

    .feature-box h3 {
        font-size: 1.725rem;
        font-weight: 800;
    }

.feature-box p {
    font-size: 1.65rem;
}


    /* =========================================================
       CTA
    ========================================================= */

    .cta-section {
        background: #134074;
        color: white;
        padding: 3rem 2rem;
        border-radius: 1.5rem;
        text-align: center;
        border-top: 4px solid #f48c06;
    }

    .cta-section h2 {
        font-weight: 800;
        font-size: 3rem;
    }

    .cta-section p {
        color: #ddd;
        max-width: 800px;
        margin: 1rem auto;
        line-height: 1.8;
        font-size: 2rem;
    }

/*     .cta-section .btn { */
/*         font-size: 1.5rem; */
/*     } */


    /* =========================================================
       RESPONSIVE
    ========================================================= */

/*     @media (max-width: 768px) { */

/*         body { */
/* /*             font-size: 18px; */ */
/*         } */
        
/*         .home-container { */

/*         padding: 0 3px; */
/*         padding-top: 50px; */
/*     } */

/*         .hero-section { */
/*             padding: 2.5rem 1.2rem; */
/*         } */

/*         .hero-section h1 { */
/*             font-size: 3rem; */
/*         } */

/*         .hero-section p { */
/*             font-size: 1.35rem; */
/*         } */

/*         .section-title { */
/*             font-size: 2.4rem; */
/*         } */

/*         .section-intro { */
/*             font-size: 1.3rem; */
/*         } */

/*         .quinte-card h2 { */
/* /*             font-size: 2.5rem; */ */
/*         } */

/*         .quinte-card .course-title { */
/*             font-size: 1.7rem; */
/*         } */

/*         .explanation-wrapper h2 { */
/*             font-size: 2.5rem; */
/*         } */

/*         .about-section h2 { */
/*             font-size: 2.5rem; */
/*         } */

/*         .cta-section h2 { */
/*             font-size: 2.4rem; */
/*         } */

/*         .quinte-info-item { */
/*             width: 100%; */
/*         } */

/*     } */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .hero-badge {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(244, 140, 6, 0.7);
    border-radius: 50px;
    color: #f48c06;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.hero-section h1 span {
    color: #f48c06;
}

.hero-lead {
    max-width: 1000px !important;
    font-size: 2.2rem !important;
    font-weight: 500;
}

.hero-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 1050px;
    margin: 2.5rem auto;
}

.hero-feature {
    flex: 1 1 200px;
    max-width: 240px;
    padding: 1.3rem 1rem;
    background: rgba(255,255,255,0.08);
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,0.1);
}

.hero-feature i {
    display: block;
    color: #f48c06;
    font-size: 2rem;
    margin-bottom: 0.7rem;
}

.hero-feature strong {
    display: block;
    font-size: 1.85rem;
    margin-bottom: 0.3rem;
}

.hero-feature span {
    display: block;
    color: #ccc;
    font-size: 1.55rem;
}

.hero-bottom-text {
    max-width: 950px !important;
    margin-top: 1.5rem !important;
    color: #ddd;
}

/* @media (max-width: 768px) { */

/*     .hero-section h1 { */
/*         font-size: 3rem; */
/*     } */

/*     .hero-lead { */
/*         font-size: 1.7rem !important; */
/*     } */

/*     .hero-feature { */
/*         flex: 1 1 100%; */
/*         max-width: none; */
/*     } */

/* } */

/* ==================== INTERVIEWS DES PROS — RÉUNION 1 ==================== */
.hw-interviews {
    background: var(--bg-light);
    border-top: 1px solid var(--border-color);
    padding: 3.5rem 0;
}

.hw-interviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(34rem, 1fr));
    gap: 2rem;
}

.hw-interview-card {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 2.2rem;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--primary-blue);
    transition: all 0.3s;
}

.hw-interview-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.hw-interview-card.role-entraineur { border-top-color: var(--primary-purple); }
.hw-interview-card.role-journaliste { border-top-color: var(--primary-gold); }

.hw-interview-head {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 1.4rem;
}

.hw-interview-title {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--text-dark);
}

.hw-interview-horse {
    display: block;
    font-size: 1.328rem;
    color: var(--text-medium);
    margin-top: 0.2rem;
}

.hw-interview-content {
    font-size: 1.563rem;
    color: var(--text-medium);
    line-height: 1.6;
    margin-bottom: 1.6rem;
}

.hw-interview-byline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.2rem;
    border-top: 1px solid var(--border-color);
}

.hw-interview-name {
    font-weight: 700;
    color: var(--text-dark);
    font-size: 1.563rem;
}

.hw-interview-role-tag {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-blue);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.role-entraineur .hw-interview-role-tag { color: var(--primary-purple); }
.role-journaliste .hw-interview-role-tag { color: var(--primary-gold); }





/* ==================== ACCÈS RAPIDE (UTILISATEURS CONNECTÉS) ==================== */
.hw-quickaccess {
    background: var(--bg-white);
    border-bottom: 1px solid var(--border-color);
    padding: 1.6rem 0;
}

.hw-quickaccess-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.hw-quickaccess-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.4rem;
    background: var(--bg-light);
    border-radius: 12px;
    transition: all 0.25s;
}

.hw-quickaccess-item:hover {
    background: var(--blue-light);
    transform: translateY(-2px);
}

.hw-quickaccess-icon {
    width: 3.2rem;
    height: 3.2rem;
    object-fit: contain;
    flex-shrink: 0;
}

.hw-quickaccess-label {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
}

@media (max-width: 768px) {
    .hw-quickaccess-grid { grid-template-columns: repeat(2, 1fr); }
}


/* ==================== ANCRES / SCROLL SOUS NAVBAR STICKY ==================== */
#lignes {
    scroll-margin-top: 12rem;
}
#quinte-du-jour {
    scroll-margin-top: 12rem;
}
#avis {
    scroll-margin-top: 12rem;
}
#comprendre {
    scroll-margin-top: 12rem;
}