

/**** Background révélé Index**********************/ 

.backgr_ind{
	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_ind:nth-of-type(odd) {
	background: #fff;
}

.backgr_ind:nth-of-type(2) {
	background-image: url(/img/bkgnd/ind1.jpg);
	height: var(--vh_img);
}

.backgr_ind:nth-of-type(4) {
	background-image: url(/img/bkgnd/);
	height: var(--vh_img);
	padding: 0;
}

.backgr_ind:nth-of-type(6) {
	background-image: url(/);
	height: var(--vh_img);
	padding: 0;
}


