/* Styles pour remonter le bloc de texte sur la page d'accueil (desktop uniquement) */
@media (min-width: 768px) {
    /* Ciblage spécifique du bloc de texte */
    .hero-title {
        margin-top: -80px !important;
    }
    
    /* Réduction des marges pour compacter le contenu */
    .logo-container {
        margin-bottom: 10px !important;
    }
    
    .hero-title {
        margin-bottom: 10px !important;
    }
    
    .text-gray-700 {
        margin-bottom: 10px !important;
    }
}
