/* Juste changer le fond global du site */
body {
    background-color: #fdf5e6 !important; /* beige doux */
}

/* Changer le fond du header / barre du haut */
.header, 
.navbar {
    background-color: #fdf5e6 !important; /* beige doux */
}
/* ===== Fond global avec dégradé subtil ===== */
body {
    background: linear-gradient(to bottom, #F9F7F3 0%, #E7F0E7 100%) !important; 
    /* blanc cassé en haut vers vert très pâle en bas */
}

/* Sections principales : fond transparent pour éviter les rectangles */
.wrapper,
.container,
.main,
.contentpane,
.section,
.article {
    background-color: transparent !important;
}

/* Menu et header : léger effet translucide pour harmonie */
.header, 
.navbar, 
#header {
    background-color: rgba(249, 247, 243, 0.95) !important;
}

/* Footer : beige doux pour finir le site harmonieusement */
.footer, 
#footer {
    background-color: #F3EDE6 !important;
}body {
    background-color: #F0F0F0 !important; /* Remplacez par la couleur que vous voulez */
}

.container, .main, .module, .section {
    background-color: transparent !important;
}

