/* Réduire ou supprimer l'espace autour du logo/titre */
.container-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Supprimer la marge sous le logo si présente */
.site-brand {
    padding: 0 !important;
    margin: 0 !important;
}

/* Réduire l'espace sous le header global */
.header {
    padding-bottom: 0 !important;
}

/* Si vous utilisez un module "Banner" qui laisse un espace */
.container-banner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.container-banner .banner-overlay {
	height: 50vh;
}