/**** 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: 40px 0;
}


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

.backgr_ind:nth-of-type(2) {
	background-image: url(/img/bkgnd/ind.jpg);
	height: 50vh;
}

/**** Background révélé Presta**********************/

.backgr_presta{
	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;
	--vh_img: 45vh;
	padding: 40px 0;
}


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

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

.backgr_presta:nth-of-type(4) {
	background-image: url(/img/bkgnd/presta2.jpg);
	height: var(--vh_img);
}

.backgr_presta:nth-of-type(6) {
	background-image: url(/img/bkgnd/presta3.jpg);
	height: var(--vh_img);
}


/**** Background révélé Magasin Hiva Oa**********************/

.backgr_magauq{
	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;
	--vh_img: 45vh;
	padding: 40px 0;
}


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

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

.backgr_magauq:nth-of-type(4) {
	background-image: url(/img/bkgnd/mag2.jpg);
	height: var(--vh_img);
}


/**** Background révélé Magasin Nuku Hiva**********************/

.backgr_magnhv{
	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;
	--vh_img: 45vh;
	padding: 40px 0;
}


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

.backgr_magnhv:nth-of-type(2) {
	background-image: url(/img/bkgnd/magNhv1.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; 
}