/* Styles spécifiques pour mobile */
@media (max-width: 768px) {
    body {
        padding-top: 0;
    }

    .main-header {
        height: 35px;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(42, 51, 86, 0.95);
        backdrop-filter: blur(10px);
    }

    .hero-section-macro {
        padding: 0;
        margin-top: 35px;
    }

    .hero-main-content {
        margin-top: 0;
    }

    .hero-text-content {
        padding: 0;
        margin: 2rem 0 0 0;
        text-align: center;
    }

    .hero-title {
        font-size: 1.008rem; /* 1.26rem réduit de 20% supplémentaires */
        line-height: 1.2;
        margin: 0 0 0.8rem;
        transform: translateY(-30px);
    }

    .hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.4;
        margin: 0.5rem 0;
    }

    .linking-phrase-container {
        margin: 0.5rem auto;
        padding: 0 1rem;
    }
    
    .linking-phrase-container a.linking-phrase {
        font-size: 1.2rem !important; /* Réduction de 20% de 1.5rem */
    }

    .linking-phrase-divider {
        border-top: none;
    }

    .linking-phrase {
        font-size: 0.99rem; /* 0.9rem augmenté de 10% */
        line-height: 1.4;
        margin-bottom: 0.5rem;
    }

    .hero-activities-container {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        padding: 0;
        margin-top: -4.5rem;
        position: relative;
        z-index: 2;
    }

    .hero-visual-placeholder {
        order: 2;
        width: 100%;
        max-width: 350px;
        min-height: 100px;
        height: 100px;
        margin: 0.5rem auto;
        transform: none;
        margin-bottom: 8rem; /* Ajout d'une marge en bas pour éviter la superposition */
    }

    .slide-content.video-slide video {
        width: 80% !important; /* Réduction de 20% */
        transform: translateY(-20px) !important;
    }

    .key-activity-item {
        min-width: 300px;
        max-width: 100%;
        margin-bottom: 0.5rem;
    }
}