/*
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%;
}
.fonds {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fond {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	width: 400%;
	height: 400%;
	/*background-size: contain;*/
}
/*#fond1 {
	--step: 0.01;
	background-image: url('../images/fond1.svg');
}
#fond2 {
	--step: 0.005;
	background-image: url('../images/fond2.svg');
}
#fond3 {
	--step: 0.02;
	background-image: url('../images/fond3.svg');
}*/
#fond1 {
	--step: 0.1;
	background-image: url('../images/fond1.svg');
}
#fond2 {
	--step: 0.05;
	background-image: url('../images/fond2.svg');
}
#fond3 {
	--step: 0.075;
	background-image: url('../images/fond3.svg');
}
/*.fond {
	display: flex;
	justify-content: center;
	align-items: center;
}*/

