/* =======================================
   API HERO - AJUSTEMENTS DE POSITIONNEMENT
   ======================================= */

/* Remonte le titre et le texte de la section hero de 10px */
.simple-hero .simple-hero-content h1 {
    margin-top: -10px !important;
}

.simple-hero .simple-hero-content p {
    margin-top: -10px !important;
}

/* Assurer que l'espacement reste cohérent avec les badges */
.simple-hero .simple-hero-content .hero-badges {
    margin-top: 10px !important;
}
