html, body {
	font-family: math, sans-serif;
	font-size: 100%;
}


.Accueil {
	margin-top: 100px;
	margin-bottom: 300px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.Accueil h1 {
	color: skyblue;
    margin-left: 100px;
    margin-right: 100px;
	display: flex;
}
.Accueil ul {
	width: 50%;
    margin-left: auto;
    margin-right: auto;
	padding: 0px;
}
.Accueil ul li {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	margin-bottom: 35px;
	display: flex;
}
.Accueil ul li a {
	font-size: 20px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: rgb(207, 249, 255);
	background-color: skyblue;
	border-style: solid;
	border-width: 5px;
	border-color: rgb(87, 202, 248);
	display: flex;
	align-items: center;
	justify-content: center;
}
.Accueil ul li a:hover {
	color: skyblue;
	background-color: royalblue;
}
.Accueil .video {
	margin-top: 80px;
}
.Accueil video {
    height: 400px;
    width: 880px;
	object-fit: cover;
	border-style: solid;
	border-width: 5px;
	border-color: rgb(87, 202, 248);
}


header {
	height: 50px;
	font-size: 20px;
	background-color: skyblue;
	display: flex;
}
header ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}
header ul li {
	width: 22.5%;
	display: flex;
}
header .home {
	width: 10%;
}
header ul li a {
	color: blue;
	text-decoration: none;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
header ul li a:hover {
	color: whitesmoke;
}
header ul li:hover {
	background-color: royalblue;
}


.CV {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-bottom: 150px;
}
.top {
	background-color: steelblue;
	margin-top: 10px;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 1200px) {
	.CV, .top {
		width: 100%;
	}
}
.top h1 {
	margin: 10px;
}
.top h2 {
	margin: 0px;
}
.CV .contenu {
	width: 65%;
	background-color: whitesmoke;
	display: flex;
	flex-direction: column;
}
.CV .contenu ul {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.CV .contenu ul li {
	width: 30%;
	list-style-type: circle;
}
.CV .contenu .code {
	width: 40%;
}
.CV .contenu .other {
	width: 80%;
}
.CV .contenu h2 {
	text-decoration: underline;
	text-align: center;
}
.CV h3 {
	margin-bottom: 2px;
}
.CV h6 {
	margin: 0px;
}

.CV .autre {
	width: 35%;
	background-color: whitesmoke;
	display: flex;
	flex-direction: column;
}
.CV .autre ul {
	padding-left: 30px;
	list-style-type: circle;
}
.CV .autre h2 {
	text-decoration: underline;
	text-align: center;
	margin-bottom: 0px;
}
.CV img {
	height: 200px;
	width: 200px;
	object-fit: cover;
	object-position: 50% 35%;
	margin-top: -55px;
	margin-left: -40px;
	border-radius: 50%;
	align-self: center;
}


.Jobs {
	margin-top: 10px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	color: white;
}
@media screen and (max-width: 1200px) {
	.Jobs {
		width: 100%;
	}
}
.Jobs .Job1 {
	border-style: solid;
	border-radius: 40px;
	padding: 20px;
	border-color: white;
	background-color: royalblue;
	
}
.Jobs .Job2 {
	border-style: solid;
	border-radius: 40px;
	padding: 20px;
	border-color: white;
	background-color: royalblue;
	margin-bottom: 100px;
}
.Jobs h2 {
	display: flex;
	justify-content: center;
}
.Jobs .Listes {
	display: flex;
	justify-content: space-around;
}
.Jobs .Listes .Liste {

	display: flex;
	flex-direction: column;
	align-items: center;
}
.Jobs .Listes ul li {
	padding: 3px;
}


.PF {
	margin-top: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}
.PF img {
	height: 300px;
	width: 400px;
}
.pf1 , .pf3{
	background-color: royalblue;
	border-style: solid;
	border-width: 5px;
	border-color: rgb(87, 202, 248);
	margin-bottom: 15px;
	padding: 10px;
	display: flex;
	align-items: center;
	color: rgb(87, 202, 248);
}
.pf2 {
	background-color: rgb(87, 202, 248);
	border-style: solid;
	border-width: 5px;
	border-color: royalblue;
	margin-bottom: 15px;
	padding: 10px;
	display: flex;
	align-items: center;
	color: royalblue;
}
.pf11,.pf21,.pf31{
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: space-evenly;
}
.pf11 p,.pf21 p,.pf31 p {
	padding-right: 80px;
	padding-left: 60px;
	text-align: justify;
}


.FO {
	height: 100%;
}
.FO body {
	height: 80%;
}
.formulaire {
	margin-top: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.formulaire form {
	color: white;
	background-color: royalblue;
	padding: 10px;
	border-style: solid;
	border-width: 5px;
	border-color: rgb(87, 202, 248);
}
.formulaire input, .formulaire select, .formulaire textarea {
	background-color: skyblue;
	color: royalblue;
}
.formulaire input {
	border-style: outset;
	border-width: 2px;
	border-color: rgb(151, 171, 231);
}