html, body {
	background-color: black;
	color: white;
	font-family: "Lucida Console", "Courier New", monospace;
	margin: 0;
}

#login {
	text-align: center;
	background-color: #090085;
	width: 90vw;
	border-radius: 30px;
	padding-bottom : 12px;
	position: absolute;
  	top: 5vh;
  	left: 50%;
  	transform: translate(-50%, 0);
}

#login form {
	line-height: 2.5em;
}

#login form ::placeholder {
	text-align: center;
}

#login form input {
	font-size: 1.2em;
}

#logo {
	background-image: url('Images/Logo.png');
	height: 200px;
	width: 166px;
	position: absolute;
	bottom: 10vh;
	left: 50%;
	transform: translate(-50%, 0);
}

#logo2 {
	background-image: url('Images/logo_small.png');
	height: 50px;
	width: 230px;
	position: absolute;
	top: 0;
	left: 0;
}

#grille {
	width: 90vw;
	margin: auto;
	text-align: center;
	margin-top: 30px;
}

#thumb_video {
	width: 100%;
	padding-top: 5vh;
}

#thumb_video img {
	max-width: 100%;
	border-radius: 30px;
}

#deconnexion {
	position: absolute;
	right: 2vw;
	top: 2vh;
	font-size: 0.8em;
	text-align: right;
}

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

h3 {
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	margin-top:0;
	font-size: 1.2em;
	margin-bottom: 5px;
}

h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2em;
}

h5 {
	margin: 0;
}

#display_video {
	width: 100vw;
	margin: auto;
	margin-top: 60px;
	pading-bottom: 100px;
}

video {
	max-width: 100%;
}

#coms {
	width: 90vw;
	margin: auto;
	margin-top: 10px;
}

#coms input[type="text"] {
	width: 70vw;
}

#zone_titre {
	width: 90vw;
	background-color: #001157;
	border-radius: 30px;
	padding: 10px;
	margin: auto;
}

#un_com {
	margin-bottom: 10px;
}