
/* ====== BANDEAU DU BAS (FOOTER) ====== */
footer,
#footer,
[class*="footer"],
[id*="footer"],
.bottom-bar,
.bottombar,
.site-footer,
.page-footer {
    background-color: #3a8135 !important;
}

/* ====== BANDEAUX INTERNES (NAVIGATION, CATÉGORIES, BARRES SECONDAIRES) ====== */
[class*="nav"],
[id*="nav"],
.breadcrumb,
.breadcrumb-container,
.page-header,
.block-header,
.block-title {
    /* styles internes éventuels */
}

/* ====== BANDEAU HAUT ====== */
#header,
.header-nav,
.header-top,
.header-banner,
.top-menu {
    background-color: #3a8135 !important;
}
/* ====== TEXTE BANDEAU DU HAUT ====== */
#header,
.header-nav,
.header-top,
.header-banner,
.top-menu,
#header a,
.header-nav a,
.header-top a,
.header-banner a,
.top-menu a {
    color: #000000 !important; /* noir */
}

/* ====== TEXTE BANDEAU DU BAS (FOOTER) ====== */
footer,
#footer,
[class*="footer"],
[id*="footer"],
.bottom-bar,
.bottombar,
.site-footer,
.page-footer,
footer a,
#footer a,
[class*="footer"] a,
[id*="footer"] a,
.bottom-bar a,
.bottombar a,
.site-footer a,
.page-footer a {
    color: #000000 !important; /* noir */
}

