:root {
  --color-dark: #01080B;
  --color-bleu-1: #D0ECFA;
  --color-bleu-2: #A9DCF7;
  --color-bleu-3: #90D8FD;

  --color-1 : #9BD6F5;
  --color-2 : #149BD7;
  --color-3 : #2B317F;

  --color-black : #232300;

  --color-7 : #81CFF4;
  --color-8 : #29235C;

  --color-grey-background: #F5F5F5;
  --color-grey-dark : #848585;
  --color-grey-medium : #C6C6C5;
  --color-grey-low : #D9D9D9;

  --color-orange-dark : #F29100;
  --color-orange-medium : #F8B133;

  --color-yellow : #FCEA0D;

  --color-bleu-fonce: #2D2E82;
  --color-bleu-fonce-ombre: rgb(45, 46, 130, 20%);
  --color-bleu: #009EE2;
  --color-bleu-clair: #9BD7F6;

  --color-white: #FFFFFF;
  --color-error: #FF0000;
}