body {
	margin: 0;
	padding: 25px;
}

.page {
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url('imgs/background.png');
	height: 690px;
	max-width: 1389px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	.page {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
	}
}

/* .logo {
	position: absolute;
	top: 45px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 216px;
	height: 216px;
	background: transparent url('imgs/logo.png') no-repeat 50% 50%;
} */

.coordonnees {
	position: absolute;
	bottom: 25px;
	left: 25px;
	padding: 0;
	margin: 0;
	font-family: 'lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px; 
	color: white;
	list-style: none;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.coordonnees {
		bottom: 140px;
		left: 50%;
		font-size: 16px; 
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media (max-width: 320px) {
	.coordonnees {
		bottom: 120px;
		font-size: 14px; 
	}
}

.coordonnees li {
	padding: 0;
	text-transform: uppercase;
}

a {
	color: inherit;
	text-decoration: none;
}

.legend {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-family: 'lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px; 
	color: white;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid white;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.legend {
		font-size: 22px;
		padding: 15px 25px; 
	}
}
@media (max-width: 320px) {
	.legend {
		font-size: 20px;
		padding: 10px 20px; 
	}
}