body {
	background-color : #010b19;
	
}
h1{
	font-size : 2em;
}
.title{
	width: 100%;
	height: 150px;
	
	background-color : #e0b169;

}
.banniere{
	width:100%;
	height:100%;
	object-fit: cover;
}

.titre h1{
	font-size : 3em;
}
.contain{
	background-color: #165c96;
	height: 410px;
	padding: 20px;
}
.contain p{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	text-align: center;
}
.element{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.el{
	background-color: #1464a1;
	height: 300px;
	width: 93px;
}
.el2 p{
	text-align: center;
}
.container2{
	background-color : #165c96;
	height: 442px;
	padding: 20px;

	
	
}
.contain h1{
	font-size : 1.5em;
	text-align: center;
}
.container2 h1{
	font-size : 1.5em;
	text-align: center;
}
.container7 h1{
	font-size : 1.5em;
	text-align: center;
}
.element2{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.el2{
	background-color: #1464a1;
	height: 215px;
	width: 170px;
}
.container7{
	background-color : #165c96;
	height: 570px;
	padding: 20px;

	
	
}
.element7{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.el7{
	background-color: #1464a1;
	height: 360px;
	width: 150px;
}

.article {
	background-color : #165c96;
		padding : 2px;
		margin : 40px;
	width: 250px;
	height: 210px;

}
.el7 p{
	text-align: center;
}

.marge_couleur {
	background-color : #1464a1;
	height: 50px;
	padding : 10px;
	display : flex;
	flex-direction : row;
	justify-content : center;
	
}
.marge_couleur6 {
	background-color : #1464a1;
	height: 50px;
	padding : 10px;
	display : flex;
	flex-direction : row;
	justify-content : center;
	
}
.menu {
	background-color : #1464a1;
	padding : 10px;
	display : flex;
	flex-direction : row;
	justify-content : center;
	
}
.menu ul li {
	background-color : #e1c4a27d;
	list-style :  none;
	width : 100px;
	height : 25px;
	transition : 0.5s;
	
	
}
.menu ul li:hover{
	background-color : #99674c;
}

.menu ul {
	display : flex;
	flex-direction : row;
}

.projet{
	background-color :#1464a1;
	padding : 10px;
	display : flex;
	flex-direction : row;
	height: 70px;
	justify-content: flex-end ;
	justify-content: space-around ; 
	
	
}
.menu2 {
	background-color : #165c96;
	padding : 10px;
	display : flex;
	flex-direction : row;
	justify-content : center;
	
}
.menu2 ul li {
	background-color : #165c96;
	list-style :  none;
	width : 160px;
	height : 25px;
	transition : 0.5s;
	
	
}
.menu2 ul li:hover{
	background-color : #e1c4a2;
}

.menu2 ul {
	display : flex;
	flex-direction : center;
}