/* 
Utilisez ce fichier : my_xoops.css
- Pour personnaliser et ajouter des définitions CSS pour la variante légère ou pour la variante unique,
- Pour remplacer le fichier CSS de Bootstrap afin de modifier les paramètres par défaut de ce fichier.
*/


:root {
	--LeFond: #211B03;
	--JauneClair: #FFFFC0;
	--VertClair: #00BC8C;
}

body {
    background-color: var(--LeFond) !important;
}

/* Jumbo */
.legend {
	font-size:1.25rem;
	font-weight:300;
	color: var(--JauneClair);
}

/* Correction xmNews pour thème sombre xSwatch4 / css-darkly */
.xmnews .card,
.xmnews .card-body,
.xmnews .card-footer {
    background-color: #303030;
    color: #e9ecef;
}

.xmnews .card-body,
.xmnews .card-body p,
.xmnews .card-body div,
.xmnews .card-body span {
    background-color: transparent !important;
    color: #e9ecef !important;
}

.xmnews .card-body a {
    color: #00bc8c !important;
}

.xmnews .card-header {
    background-color: #444;
    color: #ffffff;
}

.xmnews .badge-dark {
    background-color: #222;
    color: #ffffff;
}

/* xmNews - contenu des articles en thème sombre */
body .card-body,
body .card-body p,
body .card-body div,
body .card-body span,
body .card-body section,
body .card-body article {
    background-color: transparent !important;
    color: #e9ecef !important;
}

/* Liens dans les articles xmNews */
body .card-body a {
    color: #00bc8c !important;
}

/* Titres et textes forts dans les articles */
body .card-body h1,
body .card-body h2,
body .card-body h3,
body .card-body h4,
body .card-body h5,
body .card-body h6,
body .card-body strong,
body .card-body b {
    color: #ffffff !important;
    background-color: transparent !important;
}
/**************/
