/*-----------------------MISE EN PAGE ELEMENTS-----------------------*/

body{
	background: linear-gradient(#b4aa76, 60%, #258300);
	background-size: cover;
}


main{
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


/*-----------------------PLAN DE LA COURSE-----------------------*/

#plan{
	width: 100%;
	margin-top: 150px;
	margin-bottom: 150px;
}


#plan h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: orange;
	font-size: 48px;
}


#plan .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 60%;
}


#conteneur-flex{
	display: flex;
	margin-left: 50px;
	margin-top: 50px;
}


#conteneur-flex .carte{
	width: 640px;
	height: 480px;
	border-radius: 10px;
	border: solid black 5px;
	box-shadow: 10px 5px 5px black;
}


#infos-plan{
	margin-left: 80px;
}


#infos-plan h2{
	font-weight: bold;
	color: yellow;
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}


#infos-plan p{
	margin-left: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	color: white;
	font-size: 16px;
}


/*-----------------------PLANNING DE LA SOIREE-----------------------*/

#planning{
	width: 100%;
	margin-top: 150px;
	margin-bottom: 150px;
}


#planning h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: orange;
	font-size: 48px;
}


#planning .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 60%;
}


#infos-planning{
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}


#infos-planning img{
	width: 150px;
	height: 150px;
}


#infos-planning p{
	text-align: center;
	color: white;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}


#infos-planning .heure{
	font-weight: bold;
	color: orange;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}