/*
//////////////////////
	Charte web 49 - Couleurs
//////////////////////
*/

:root {
  /*
	--color-site-primary : #A12C18;
	--color-site-primary-d10 : #97220E;
  */
	/* https://mdigi.tools/darken-color */

  /*
  Bleu → #1E22AE
  Jaune → #F9EC85
  Vert → #49B075
  */
  --color-site-primary: #29235c;
	--color-site-primary-d10: #251f53;
}

.js-contrast {
	--color-site-primary:#000;
	--color-site-primary-d10 : #212529;
}