@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans:wght@700&family=PT+Sans+Caption&display=swap');

body {
	background-color: #121212;
	font-family: 'PT Sans Caption', sans-serif;
	color: white;
}

h1 {
	font-family: 'Expletus Sans', cursive;
	color: #FFFFFF;
	font-size: 1.8em;
	margin: 0;
}

h5 {
	font-family: 'PT Sans Caption', sans-serif;
	color: #BEBEBE;
	font-size: 0.95em;
	margin: 0;
}

#connexion {
	display: none;
	margin-top: 3vh;
}

#unsubmit {
	display: none;
}

#home #logo {
	height: 15vh;
	margin: 10vh 0 5px 0;
}

#home h1 {
	margin: 7px 0 0 0;
}

#home {
	width: 400px;
	height: 75vh;
	background-color: #121212;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -200px;
	border-radius: 15px;
	text-align: center;
}

input[type="email"], input[type="password"] {
	width: 75%;
	margin-top: 1vh;
	background-color: #1C1C1D;
	border-style: none;
	border-radius: 5px;
	height: 42px;
	color: white;
	padding: 0 13px;
	font-family: 'PT Sans Caption', sans-serif;
}

input[type="button"] {
	width: 30%;
	margin-top: 4vh;
	background-color: #99F1FF;
	border-style: none;
	border-radius: 5px;
	height: 35px;
	font-size: 0.9em;
	color: black;
	font-family: 'PT Sans Caption', sans-serif;
}

input[type="button"]:hover {
	color: white;
	cursor: pointer;
	background-color: #517075;
}

#error {
	color: red;
	font-size: 0.75em;
	margin-top: 3vh;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 18%;
	background-color: #f1f1f1;
	position: fixed;
	height: 93%;
	overflow: auto;
	background-color: #1C1C1D;
	top: 13%;
	left: 0;
}

#nav li a {
	display: block;
	padding: 15px 25px;
	text-decoration: none;
	color: white;
}

#top {
	position: fixed;
	height: 13%;
	width: 18%;
	text-align: center;
	top: 0;
	left: 0;
	padding-top: 15px;
}

#top img, #top div {
	display: inline-block;
}

#top img {
	height: 8vh;
}

#top div {
	margin-top: -3px;
}

#top h1, #top h5 {
	text-align: left;
}