body{
	background: #EDF0F2;
	font-family: "Trebuchet MS";
}

header{
	background: #92B2F7;
	font-size: 15px;
	border-radius: 60px ;
	overflow-x: hidden;
}
header h2 {
	position: relative;
	left: 250px;
	bottom: 35px;
	z-index: auto;
}
header h3{
	position: relative;
	left: 250px;
	bottom: 30px;
	z-index: 2;
}

header ul li{
		display:inline-block;
		margin:0;
		height: 100%;
		width: 150px;
		text-align: center;
}

header ul li a{
	display: inline-block;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: black;
	text-decoration: none;
	text-align: center;		
}

header ul li a:hover{
	background: #DAE3F0;
	border-radius: 10px;
}

header nav {
	display: inline-block;
	height: 100%;
}

header nav{
	display: inline-block;
	height: 100%;
}

aside{
	width: 220px;
	height: 350px;
	background: #E1E7EB;
	position: absolute;
	top: 100px;
	left:10px;
	border-radius: 60px;
	text-align: center;
}

aside h2{
 	text-align: center;
 	align-items: center;
 	justify-content: center;
 }

aside img{
	position: relative;
 	left:10px;
 	top:10px;
 	width: 35%;
 	margin-right: 15px;
 	block-size: 150px;
 	border-radius: 30px;
 	writing-mode: vertical-rl;
 	
}
aside li{
	list-style-type: none;
	right: 70px;
}

main{
	display: flex;
	justify-content: center;
}
main h2{
	background: #A0B5EB;
	border-radius: 20px;
	text-align: center;
}
main section.images{
	position: relative;
	left : 100px;
}
main section.texte{
	background:#DAE3F0;
	border: double;
	border-radius: 30px;
	border-color: #A0B5EB;
	position: relative;
	top: 10px;
}
main section.JOB-position{
	position: relative;
	left: 100px;
}

main p.job{
	background: #E1E7EB;
	border-radius: 30px;
}
main section.principale h1{
	background:#DAE3F0;
	border-radius: 30px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
footer{
	position:relative;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#92B2F7;
	padding:10px;
	border-radius: 60px;
	text-align: center;
}

footer ul li{
	list-style-type: none;
}

