
/*
 * bleu		002851
 * rouge	b9091a
 * sable	ffc373
 * bleuATN	2dccd3
 */

/**** Background révélé historique **********************/ 

.backgr_histo{
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: var(--pad_img);
}


.backgr_histo:nth-of-type(odd) {
	background: #e4e4e4;
}

.backgr_histo:nth-of-type(2) {
	background-image: url(/img/bkgnd/histo.jpg);
	height: var(--vh_img);
}


/**** Background révélé Contact**********************/ 

.backgr_cont{
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.backgr_cont:nth-of-type(odd) {
	background: #e4e4e4;
}

.backgr_cont:nth-of-type(2) {
	background-image: url(/);
	height: 50vh; 
}