/*///////////////////////////////////////////////////////////////
//																					//
//						BOÏTE Ä OUTILS CHEMINOTS PSO						//
//									version 1									//
//						FEUILLE DE STYLE DES COULEURS						//
//																					//
///////////////////////////////////////////////////////////////*/

/* Variables */

:root {

	--fond-principal:light-dark(
		oklch(0.95 0.01 298),
		oklch(0.25 0.01 298)
	);

	--fond-entete:light-dark(
		oklch(0.3 0.05 227),
		oklch(0.4 0.05 227)
	);

	--fond-entete-selection:light-dark(
		oklch(0.9 0.05 227),
		oklch(0.6 0.05 227)
	);

	--texte-principal:light-dark(
		oklch(0 0 0),
		oklch(1 0 0 / 87%)
	);
	
	--texte-entete:light-dark(
		oklch(1 0 0 / 95%),
		oklch(1 0 0 / 87%)
	);

	--bord-principal:light-dark(
		oklch(0.3 0.05 227),
		oklch(0.4 0.05 227)
	);

	/* Boutons */
	--fond-bouton-envaleur:light-dark(
		oklch(0.8 0.05 227),
		oklch(0.5 0.05 227)
	);

	--fond-bouton-attenue:light-dark(
		oklch(0.9 0.05 227),
		oklch(0.4 0.05 227)
	);

	--fond-bouton-neutre:light-dark(
		oklch(0.95 0.01 298),
		oklch(0.25 0.01 298)
	);

	--texte-bouton-envaleur:light-dark(
		oklch(0 0 0),
		oklch(1 0 0 / 87%)
	);

	--texte-bouton-attenue:light-dark(
		oklch(0 0 0),
		oklch(1 0 0 / 87%)
	);

	--texte-bouton-neutre:light-dark(
		oklch(0 0 0),
		oklch(1 0 0 / 87%)
	);

	--bord-bouton:light-dark(
		oklch(0.3 0.05 227),
		oklch(0.4 0.05 227)
	);

	/* Bloc */

	--bloc-fond-clair:light-dark(
		oklch(1 0 0),
		oklch(0.4 0.01 298)
	);

	--bloc-texte-clair:light-dark(
		oklch(0 0 0),
		oklch(1 0 0 / 87%)
	);

	--bloc-fond-moyen:light-dark(
		oklch(0.90 0.01 298),
		oklch(0.35 0.01 298)
	);

	--bloc-texte-moyen:light-dark(
		oklch(0 0 0),
		oklch(1 0 0 / 87%)
	);

	--bloc-fond-sombre:light-dark(
		oklch(0.85 0.01 298),
		oklch(0.30 0.01 298)
	);

	--bloc-texte-sombre:light-dark(
		oklch(0 0 0),
		oklch(1 0 0 / 87%)
	);

	--bloc-texte-fin:light-dark(
		oklch(0.7 0 0),
		oklch(0.6 0 0)
	);
	
	--bloc-bord-fin:light-dark(
		oklch(0.7 0 0),
		oklch(0.6 0 0)
	);

	/* Messages */
	
	--fond-erreur:light-dark(
		oklch(0.90 0.05 25),
		oklch(0.70 0.05 25)
	);
	
	--texte-erreur:light-dark(
		oklch(0 0 0),
		oklch(1 0 0)
	);
	
	--fond-info:light-dark(
		oklch(0.90 0.12 150),
		oklch(0.70 0.12 150)
	);

	--texte-info:light-dark(
		oklch(0 0 0),
		oklch(1 0 0)
	);

}