body {
	margin: 0;
	background-color: #0F325A;
}

#fond1 {
	background-image: url('fond.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	/* background-attachment: fixed; */
	position: absolute;
	width: 100%;
	height: 100%;
	border:0px solid red;
}

#fond2 {
	width: 100%;
	height: 100%;
	background: radial-gradient(circle farthest-corner at center center, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);	
}

img.logo {
	width: 20vw;
	min-width: 100px;
	height: auto;
	margin: 2vw;
}