@charset "utf-8";
/* CSS Document */
.body-fullpage{
  overflow: hidden;
}
.back{
	background-image:url("fond.jpg");
	width: 100%;
	height: 100%;
	position:fixed;
	margin: 0%;
	align-content: center;
	left: 0px;
	top: 0px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}
