/********************************
**                             **
** Contient les constantes CSS **
**                             **
********************************/

:root {
  /**************
  * Espacements *
  **************/
  --spaceTiny: 3px;
  --space1: 5px;
  --space2: 10px;
  --space3: 15px;

  /***********
  * Couleurs *
  ***********/
	--color-blue: #253567;
	--color-red: #a52019;
  --color-red2: #a52019;
	--color-white: rgb(241, 241, 241);
	--color-gray: rgb(169, 177, 182);
	--color-darkgray: #424242;
	--color-gray1: #D3D8DB;
	--color-gray2: #808080;
	--color-black: black;
  --color-tblue: rgba(37, 53, 103, 0.75);
  --color-tgray: rgba(211, 216, 219, 0.75);
	--color-good: green;
	--color-bad: red;
  --color-error: #8f2929;
  --color-warning: #b48960;
  --color-success: #3a713a;
  --time-animation1: 0.15s;
}
