/*-----------------------MISE EN PAGE ELEMENTS-----------------------*/

body{
	background: linear-gradient(#b4aa76, 60%, #258300);
	background-size: cover;
}


main{
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


/*-----------------------CONTENU-----------------------*/

#video{
	text-align: center;
	margin-top: 50px;
}


#inscription{
	margin-top: 100px;
	text-align: center;
}


#inscription .bouton{
	border: solid white 2px;
	text-decoration: none;
	font-size: 48px;
	background-color: black;
	color: white;
	border-radius: 20px;
	transition-duration: 0.2s;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#inscription .bouton:hover{
	opacity: 0.4;
	color: yellow;
	background-color: grey;
}


#inscription .regles{
	text-decoration: none;
	font-size: 24px;
	color: white;
}


#inscription .regles:hover{
	text-decoration: none;
	font-size: 24px;
	color: yellow;
}


#kesako{
	width: 100%;
	margin-top: 150px;
	margin-bottom: 150px;
}


#kesako h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: orange;
	font-size: 48px;
}


#kesako .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 60%;
}


#kesako p{
	width: 50%;
	margin-left: 10px;
	font-size: 20px;
	color: white;
}


#temps-restant{
	margin: 0 auto;
	width: 80%;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: white;
}