/*//////////////////////////////////////////////////////////////////
//																						//
//						SYNTAX WEB — COLLECTION MODULES						//
//									version 3										//
//						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.3 0.05 227)
	);

	--fond-entete-selection:light-dark(
		oklch(1 0 0),
		oklch(0.35 0 0)
	);

	--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%)
	);

	/* Méteo */
	--meteo-fond-principal:light-dark(
		oklch(0.85 0.01 298),
		oklch(0.15 0.01 298)
	);

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

	--meteo-fond-contraste:light-dark(
		oklch(0.3 0.05 227),
		oklch(0.3 0.05 227)
	);

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

	--meteo-fond-tuile:light-dark(
		oklch(1 0 0),
		oklch(0.35 0 0)
	);

	--meteo-texte-tuile:light-dark(
		oklch(0 0 0),
		oklch(1 0 0 / 87%)
	);

	--meteo-texte-fin:light-dark(
		oklch(0.7 0 0),
		oklch(0.6 0 0)
	);
	
	--meteo-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)
	);

	/* Atmo */
	--atmo-0-fond:light-dark(oklch(1 0 0),oklch(0.35 0 0));
	--atmo-0-texte:light-dark(oklch(0 0 0),oklch(1 0 0 / 87%));
	--atmo-1-fond:#50f0e6;
	--atmo-1-texte:#000;
	--atmo-2-fond:#50ccaa;
	--atmo-2-texte:#000;
	--atmo-3-fond:#f0e641;
	--atmo-3-texte:#000;
	--atmo-4-fond:#ff5050;
	--atmo-4-texte:#fff;
	--atmo-5-fond:#960035;
	--atmo-5-texte:#fff;
	--atmo-6-fond:#7d2181;
	--atmo-6-texte:#fff;


	/* Indices UV */
	--uv-1-fond:#4eb400;
	--uv-1-texte:#000;
	--uv-2-fond:#4eb400;
	--uv-2-texte:#000;
	--uv-3-fond:#f7e400;
	--uv-3-texte:#000;
	--uv-4-fond:#f7e400;
	--uv-4-texte:#000;
	--uv-5-fond:#f7e400;
	--uv-5-texte:#000;
	--uv-6-fond:#f85900;
	--uv-6-texte:#fff;
	--uv-7-fond:#f85900;
	--uv-7-texte:#fff;
	--uv-8-fond:#d8001d;
	--uv-8-texte:#fff;
	--uv-9-fond:#d8001d;
	--uv-9-texte:#fff;
	--uv-10-fond:#d8001d;
	--uv-10-texte:#fff;
	--uv-11-fond:#6b49c8;
	--uv-11-texte:#fff;

}