/*
Theme Name: Sandwich Method
Theme URI: https://example.com/sandwich-method
Description: Un thème WordPress minimaliste utilisant la "Méthode Sandwich" (Header/Footer Bootstrap + Contenu brut pour WPBakery).
Author: Roo Engineer
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sandwich-method
*/

/* Styles de base pour assurer le positionnement du footer */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

/* Ajustement pour l'admin bar de WordPress */
#wpadminbar {
    z-index: 9999;
}