/* Intermittent CSS Document */

@charset "utf-8";

:root {
	/* --bar-X : background bar (header/footer) du theme X */
	--bar-a: #000000;
	--bar-b: #ffffff;
	--bar-c: #2e2793;
	--bar-d: #ff7f40;
	--bar-e: #22a058;
	--bar-f: #dedede;
	--bar-g: #3999dc;
	--bar-h: #808080;

	--btn-f: #f0f0f0;

	--erreur-text:#401313 ;
	--erreur-background:#ffd4d4 ;
	--warning-text:#433011 ;
	--warning-background:#ffefbe ;
	--mode-emploi-background:aliceblue;

	/* invariants */
	--active-color:#a00000 ;
}

/* --------------------------------------------- Apparence : darkmode ---------------------------------------------------- */

.i-darkmode {
	--bar-a: #ffffff;
	--bar-b: #000000;
	--bar-c: #6257ff; /* éclaircit la lisibilité du texte sur fond noir */
	--bar-d: #ff7f40;
	--bar-e: #22a058;
	--bar-f: #383838;
	--bar-g: #3999dc;
	--bar-h: #808080;
	
	--btn-f: #1c1c1c;
	
	--erreur-text:#ffd4d4;
	--erreur-background:#401313 ;
	--warning-text:#ffefbe;
	--warning-background: #433011;
	--mode-emploi-background:#00213e;
}