*{
	margin: 0;
	padding: 0;

}

a {
	text-decoration: none;
}

header {
	position: static;
	margin-top:0px;
	height:50px;
	width:100%;
	background-color:#38618C;
}

@font-face {
	font-family: "raphtalia";
	src: url('../fonts/raphtalia.otf');
}

@font-face {
	font-family: "caviar";
	src: url('../fonts/caviar.ttf');
}

nav {
	font-size: 16px;
	text-align:right;
}

ul#nav {
	list-style:none;
	padding-right:10px;
	padding-top:15px;
	float: right;
	width: 1200px;
}

li.menu {
	color:white;
	display: inline-block;
	padding: 0 40px;
}

li.menu:hover {
	text-decoration: underline;
}

label {
	position:absolute;
	top: 30%;
	left: 50%;
	transform:translate(-50%, -50%);
  	font-size: 60px;
	color: #38618C;
}

#prix {
	position:absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
}

#valider {
	position:absolute;
	top: 60%;
	left: 50%;
	transform:translate(-50%, -50%);
}

input {
	width: 200px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	outline: none;
	font-family: "caviar";
}

button {
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	background-color: white;
	color: black;
	border: 2px solid #38618C;
	font-family: "caviar";
}

li.welcome {
	color:white;
	display: inline-block;
	padding: 0 40px;
}

p {
	color:white;
	display: inline-block;
	font-family: "Caviar Dreams";
}

@font-face {
	font-family: "Caviar Dreams";
	src: url("../fonts/caviar.ttf");
}

::-webkit-scrollbar {
	width:3px;
}

::-webkit-scrollbar-thumb {
	background-color: black;
}