/* Fix pour éliminer l'espace en dessous du hero */
#hero-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#hero-section + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Supprimer l'espace entre hero et nouveauté */
#nouveaute {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* S'assurer qu'il n'y a aucun espace blanc */
body {
    margin: 0 !important;
    padding: 0 !important;
}

section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}