** {
	font-family: Verdana;
}

body{
}

a {
	font-size: 26px;
	margin: 0 20px;
	color: white;
}

nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: white;	
	background-color: black;
}

.barre-deroulante {
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100px;
}

.carred {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.carred img{
	width: 50%;
}

#contact {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
	margin-left: auto;
	margin-right: auto;
}

.formulaire {
	margin-left: auto;
	margin-right: auto;
	background-color: gray;
}

input {
	width: 100%;
}

input[type=text] {
	width: 300px;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid black;
	border-radius: 4px;
}

.envoyer {
  background-color: #32cd32;
  border: none;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: black;
}

.formulaire {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	color: black;
}

.en-colonne{
	display: flex;
	flex-direction: column;
}

footer{
	color: white;
}

textarea{
	width: 300px;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid black;
	border-radius: 4px;
	resize: none;
}

.lobby{
	position: fixed;
	top: 0;
	z-index: -1;
}

#titre {
	z-index: 1;
	height: 400px;
	width: 100%;
	color: white;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	background: transparent;
	text-align: center;
	justify-content: center;
	align-content: center;
	font-size: 30px;
}

header {
	height: 100%;
	width: 100%;
}

.Head {
	height: 100%;
	width: 100%;
}
	