body {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	background-color: #87CEFA;
}
h1 {
	font-family: Georgia;
	font-size: ; 1.5em;
}

img {
	max-width: 100%;
	height: auto;
}
.menu {
	display: flex;
	padding: 0;
	background-color: #66CDAA;
	justify-content:center;
}
.menu li {
	list-style-type: none;
}
.menu a {
	display: block;
	min-width: 120px;
	margin: 0.5rem;
	padding: 0.4rem 0;
	text-align: center;
	background-color: #20B2AA;
	color: #000000;
	text-decoration: none;
	border: 1px solid #87CEFA;
	border-radius: 4px;
}
.menu a:hover {
	background-color: #87CEFA;
}

.image1{
	position: relative;
}
.image2{
	position: relative;
}
.image3{
	position: relative;
}
.text-over1{
	position: absolute;
	padding-top: 4rem;
	left: 5%;
	top: 0%;
	color: whitesmoke;
}
.text-over2{
	position: absolute;
	padding-top: 6rem;
	left: 30%;
	top: 0%;
	color: whitesmoke;
}
.text-over3{
	position: absolute;
	padding-top: 8rem;
	left: 20%;
	top: 0%;
	color: whitesmoke;
}

#mission{
	display: block;
	min-width: 120px;
	margin: 2rem;
	margin-bottom: 4rem;
	padding: 0.4rem;
	text-align: center;
	background-color: #20B2AA;
	line-height: 2;
	font-size: 1.5em;
}

footer{
	display: flex;
	margin-top: 2em;
	justify-content: space-between;
	justify-content: space-around;
}

#logo{
	width: 20%;
	height: auto;
}

#programme{
	display: block;
	min-width: 120px;
	margin: 2rem;
	margin-bottom: 2rem;
	padding: 1rem;
	text-align: left;
	background-color: #20B2AA;
	line-height: 2;
	font-size: 1.5em;	
}

#semaines{
	margin-left: 1rem;
}

#simulation{
	display: flex;
	margin: 2rem;
background-color: #66CDAA;
}

.elementsim{
	margin: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

#dispositif{
	display: block;
	min-width: 120px;
	margin: 2rem;
	margin-bottom: 2rem;
	padding: 1rem;
	text-align: left;
	background-color: #20B2AA;
	line-height: 2;
	font-size: 1.5em;	
}

#videoepa{
	margin-left: 1rem;
}

#elearning{
	margin-left: 1rem;
	margin-bottom: 2rem;
}

#modularisation{
	display: block;
	margin-left: 1rem;
}

#modules{
	margin-left: 1rem;
}

#examen{
	display: block;
	min-width: 120px;
	margin: 2rem;
	margin-bottom: 2rem;
	padding: 1rem;
	text-align: left;
	background-color: #20B2AA;
	line-height: 2;
	font-size: 1.5em;	
}
.elementex{
	width: 50%;
	height: 50%;
	margin-left: 1rem;
}

#nous{
	font-size: 1.5rem;
}
#gesa{
	display: flex;
	justify-content: space-around;
	margin-top: 2rem;
	margin-bottom: 2rem;
	background-color: #66CDAA
}
.elementG{
	width: 300px;
	height: 300px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#aygo{
	display: flex;
	justify-content: space-around;
	margin-bottom: 2rem;
	background-color: #66CDAA
}
.elementA{
	width: 300px;
	height: 300px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
#bbol{
	display: flex;
	justify-content: space-around;
	margin-bottom: 3rem;
	background-color: #66CDAA
}
.elementB{
	width: 300px;
	height: 300px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}