/* Cache les étiquettes et les infos en haut de l'article */header.entry-header .entry-meta, header.entry-header .taxonomy-links,header.entry-header .post-taxonomies {    display: none !important;}
/* Passer tout le site en fond noir et texte blanc */body, #page, .site {    background-color: #000000 !important;    color: #ffffff !important;}/* Ajuster la couleur des titres (h1 à h6) */h1, h2, h3, h4, h5, h6, .entry-title {    color: #ffffff !important;}/* Ajuster les liens pour qu'ils soient lisibles */a {    color: #3498db; /* Un bleu clair pour que ça ressorte sur le noir */}/* Si tu as des articles, on force le fond de la zone de contenu */.site-content, .entry-content {    background-color: #000000 !important;}
/* 1. Fond du site et textes principaux */html, body, #page, .site-header, .site-footer {    background-color: #000000 !important;    color: #ffffff !important;}/* 2. Forcer les titres en blanc */h1, h2, h3, h4, h5, h6, .site-title a, .entry-title {    color: #ffffff !important;}/* 3. Réparer le menu et les sous-catégories *//* On met le fond en noir et on s'assure que tout est visible */.main-navigation, .main-navigation ul ul, .nav-menu, .sub-menu {    background-color: #000000 !important;}.main-navigation a, .menu-item a {    color: #ffffff !important; /* Texte en blanc */    display: block !important;}/* 4. Encadrer légèrement le menu déroulant pour qu'il soit propre */.sub-menu {    border: 1px solid #333 !important;}/* 5. Remettre le bouton Menu mobile en gris/noir pour qu'il ne soit pas blanc */.menu-toggle {    background-color: #333 !important;    color: #fff !important;}
/* 1. FORCE LE NOIR SUR TOUT LE SITE */html, body, #page, .site, .site-content, .entry-content, .site-header, .site-footer {    background-color: #000000 !important;    color: #ffffff !important;}/* 2. CACHE LE NOM DU SITE ET LE TITRE ACCUEIL */.site-title, .site-description, .home .entry-title, .home .page-title {    display: none !important;}/* 3. FORCE LE BOUTON MENU EN ORANGE */.menu-toggle, button#menu-toggle, .main-navigation button {    background-color: #ff6600 !important;    color: #ffffff !important;    border: none !important;    opacity: 1 !important;}/* 4. REPARE LE MENU DEROULANT (TEXTE BLANC SUR FOND NOIR) */.main-navigation ul ul, .sub-menu {    background-color: #000000 !important;    border: 1px solid #333 !important;}.main-navigation a, .menu-item a {    color: #ffffff !important;}/* 5. FORCE TOUS LES TITRES EN BLANC */h1, h2, h3, h4, h5, h6 {    color: #ffffff !important;}