body, main, .site-container, .site-inner {
    margin-bottom: 24px !important;
    padding-bottom: 24px !important;
    min-height: 100px !important;
}
.site-inner {
    min-height: 400px !important;
}
.carousel {
    margin-bottom: 32px !important;
}
/* Le footer n'a pas de margin/padding en desktop pour éviter l'espace blanc */
footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/* Styles spécifiques mobile, n'affectent que les écrans <= 600px */
@media (max-width: 600px) {
    body, main, .site-container, .site-inner, footer {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        min-height: 0 !important;
    }
    .site-inner {
        min-height: unset !important;
    }
    .carousel {
        margin-bottom: 0 !important;
    }
}