/*
 Theme Name: BetLab Child
 Theme URI: https://betlab.example
 Description: Thème enfant pour BetLab
 Author: Ton nom
 Template: astra
 Version: 1.0
*/

/* Tu pourras mettre ici quelques styles globaux si besoin */

/* Masquer le header natif (titre + menu) sur toutes les pages */
.site-header,
.main-header-bar,
.site-branding,
.ast-primary-header-bar,
.ast-above-header,
.ast-below-header,
.ast-builder-grid-row,
#masthead,
.ast-header-break-point .ast-mobile-header-wrap,
.ast-desktop-header-content,
.ast-mobile-header-wrap {
    display: none !important;
}

/* Supprimer l'espace laissé par le header masqué */
.site-content,
.ast-plain-container,
#content {
    margin-top: 0 !important;
}


