
html {
	overflow: hidden;
}

.main {
	width:100vw;
	height:100vh;
	background-image: url('DJI_0007.jpg');
	background-size:cover;
}

.accept {
	width:100%;
	margin-top:20px;
	font-weight:bold;
}

.mentions_legales {
	background:white;
	color:black;
	border:1px solid gray;
	border-radius:1em;
	padding:2em;
	margin:3em;
	height:50%;
	overflow:scroll;
}

#login {
	display:block;
	font-size:20px;
	margin:auto;
}

#footer {
	position:absolute;
	color:white;
	left:0;
	width:100%;
	top:calc(100vh - 100px);
	text-align:center;
}

#footer .footer2 {
	width:500px;
	margin:auto;
}

#footer strong {
	color:white;
}

#footer .infos {
	border-right:1px solid white;
}

#footer .mentions {
	padding-left:15px;
}

#footer .mentions a {
	color:white;
}

#footer td {
	vertical-align: middle;
}

#message {
	width:40% !important;
}