body {
	overflow-x: hidden;
	margin: 0;
	font-family: arial;
	background-color: #FFE97F;	
}
li {
	text-transform: uppercase;
}
#banniere_1 {
	display: flex;
	background-color: #009B0E;
	height: 50px;
	width: 100%;
	justify-content: center;
	padding-bottom: 20px;
}
#img1 {
	width: 50px;
	height: 50px;
	margin: 10px;
}		
#banniere_1 h1 {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	top: auto;
	margin: 20px;
}
#img2 {
	width: 50px;
	height: 50px;
	margin: 10px;
}	

#menu {
	width: 100%;
	height: 80px;
	position: relative;
	background-color: #8CFF00;
}

#menu ul {
	float: left;
	left: 50%;
	position: relative;
	padding-top: 5px;
	margin-left: -60px;
}

#menu ul li {
	margin-left: 20px;
	float: left;
	list-style-type: none;
	position: relative;
	left: -50%;
}

#menu ul li a {
	text-align: center;
	padding-top: 10px;
	display: inline-block;
	background-color: #009B0E;
	height: 30px;
	width: 140px;
	color: white;
	text-decoration: none; 
}

#menu ul li a:hover {
	color: white;
	background-color: #007A0E;
}

#menu #en-cours a{
	background-color: #007A0E;
	font-weight: bold;
	color: white;
}

#banniere_5 {
	display: flex;
	background-color: #FFE97F;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	width: 100%;
	justify-content: center;

}	
.container {
	display: flex;
	flex: row;
	padding: 20px;
}	

.gauche {
	flex: 45%;
	background-color: #FFC27C;
	border-radius: 30px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	justify-content: center;
}
	
#trombi {
	height: 600px;
	margin: 10px;
}

.centre{
	flex: 1%;
	background-color: #FFE97F;
}
.droite {
	flex: 45%;
	background-color: #FFC27C;
	border-radius: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 120px;
	
}
form{
	background-color: #FFFFFF;
	width: 450px;
	margin-left: 90px;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
}
form h1{
	font-size: 20px;
}
form .separation{
	width: 100%;
	height: 2px;
	background-color: black;
}
form .corps-formulaire{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
form .corps-formulaire .groupe{
	position: relative;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}
form .corps-formulaire .gauche2 .groupe input{
	margin-top: 5px;
	padding: 10px 5px 10px 30px;
	border: 3px solid #606060;
	outline-color: blue;
	border-radius: 5px;
}
form .corps-formulaire .gauche2 .groupe i{
	position: absolute;
	left: 0;
	top: 25px;
	padding: 9px 8px;
	color: #606060;
}
form .corps-formulaire .droite2{
	margin-left: 40px;
}

form .corps-formulaire .droite2 .groupe{
	height: 100%

}
form .corps-formulaire .droite2 .groupe textarea{
	margin-top: 5px;
	padding: 10px;
	background-color: #c0c0c0;
	border: 3px solid #606060;
	outline-color: blue;
	border-radius: 5px;
	resize: none;
	height: 76%;
}
form .pied-formulaire button{
	margin-top: 10px;
	background-color: #004A7F;
	color: white;
	font-size: 15px;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	transition: transform 0.5s
}
form .pied-formulaire button:hover{
	transform: scale(1.05);
}

@media screen and (max-width: 920px){
	form .corps-formulaire .droite2{
	margin-left: 0px;
}