/*
FONT DU MENU
*/
.menu-principal .bouton-page {
  font-family: CodystarRegular;
  font-weight: 800;
}


/*
FONT CONTENU
*/

body {
	font-family:AlegreyaRegular;
	font-size: 21px;
}

#archifiction .texte {
	font-family: AlegreyaRegular;
}


/*
FONT TITRES DES PANNEAUX
*/

.page h2 {
font-family: CodystarRegular;
}

.menu-saison-titre {
font-family: 'OpenSansBold';
font-family: 'CodystarRegular';
}



/* TESTS FONDS */
main {
	background: none;
}
.fonds, .fond {
	position: absolute;
	width: 100%;
	height: 100%;
}
.fond {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
#fond1 {
	--step: 0.1;
	background-image: url('../images/fond1.svg');
}
#fond2 {
	--step: 0.05;
	background-image: url('../images/fond2.svg');
}
#fond3 {
	--step: 0.2;
	background-image: url('../images/fond3.svg');
}

