/*
//////////////////////
	Charte web 49 - Couleurs
//////////////////////
*/

:root {
  /*
	--color-site-primary : #A12C18;
	--color-site-primary-d10 : #97220E;
  */
	/* https://hexcolorcodes.org/darken-color */

  /*
  Bleu → #1E22AE
  Jaune → #F9EC85
  Vert → #49B075
  */
  --color-site-primary: #1E22AE;
	--color-site-primary-d10: #1418A4;
	--color-yellow: #F9EC85;
}

.js-contrast {
	--color-site-primary:#000;
	--color-site-primary-d10 : #212529;
}

.site-name img {
    filter: invert(12%) sepia(81%) saturate(6484%) hue-rotate(244deg) brightness(69%) contrast(97%);
}

/* Bloc Agenda */
.layer-events-selection {
	background: var(--color-yellow);
}

.layer-events-selection,
.layer-events-selection h2 {
	color: #333;
}

.layer-events-selection .link-ending {
	color: var(--color-site-primary,#333);
}

.layer-events-selection .link-ending:hover,
.layer-events-selection .link-ending:active,
.layer-events-selection .link-ending:focus {
	color: #fff;
}