body { 
	margin: 0;
	background: rgb(235,235,235);
	
}
div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid 0px lightgrey;
}



#lfu-splash-bg {
	position: absolute;
	top: 0;left: 0;width: 100vw;height: 100vh;
	background-image: url(imgs/la_foret_universelle-splash.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.1;
	z-index: 1000;
}
#lfu-splash {
	position: absolute;
	top: 0;left: 0;width: 100vw;height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2000;
}

#lfu-splash-titre {
	width: 70%;height: 80%;
	background-image: url(imgs/logo-la_foret_universelle-ombre.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;

}

