#background-video {
height: 100vh;
width: 100vw;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}

h1, h2, #btnVideo{

color: white;

font-family: Trebuchet MS;

font-weight: bold;

text-align: center;

}

h1 {
font-size: 3rem;
margin-top: 30vh;
}

h2 { font-size: 2rem;color: #f92a05; }

#btnVideo{
font-size: 1.5rem;
background: 0;
border: 0;
margin-left: 50%;
transform: translateX(-50%);
}

/* MENU DE NAVIGATION */
#menu {
	list-style-type : none;
	margin-top: 30px;
	padding: 0px;
font-family:verdana;
	margin-bottom: 120px;
	
}
#menu li {
	display: inline;	
	font-size: 14px;
	
}
#menu li a {
	padding: 5px 20px;
	margin: 30px;
	text-align: center;
	text-decoration: none;
	background:linear-gradient(#FF0040, #FFFF00);
	color:#000000;
	border-radius : 90px;

}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	background: #00FF40;
}