body {
	background-color : #e1c4a2;
	
}
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;
}
.container{
	background-color : #b36e45;
	padding : 2px;
	display : flex;
	flex-direction : row;
	height: 350px;
	justify-content: flex-end ;
	justify-content: space-around ; 
	
	
}
.recette {
	display : flex;
	flex-direction : column;
	width : 400px
	
}
.recette h3 {
	width : 200px;	
	font-size : 1em;
	font-family: 'Playfair Display', serif;
}
.ingredient {
	display : flex;
	flex-direction : column;
	padding : 0px;
	height: 100px;
}
.ingredient p1 {
	display : flex;
	width : 200px;	
	font-size : 1em;
	font-family: 'Playfair Display', serif;
	padding : 20px;
}
.article {
	background-color : #b36e45;
		padding : 2px;
		margin : 40px;
	width: 250px;
	height: 210px;

}
.cook {
	width:100%;
	height:100%;
	object-fit: cover;
	
}
.menu {
	background-color : #e1c4a27d;
	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 : #b36e45;
	padding : 10px;
	display : flex;
	flex-direction : row;
	height: 70px;
	justify-content: flex-end ;
	justify-content: space-around ; 
	
	
}
.menu2 {
	background-color : #733f25;
	padding : 10px;
	display : flex;
	flex-direction : row;
	justify-content : center;
	
}
.menu2 ul li {
	background-color : #733f25;
	list-style :  none;
	width : 160px;
	height : 25px;
	transition : 0.5s;
	
	
}
.menu2 ul li:hover{
	background-color : #e1c4a2;
}

.menu2 ul {
	display : flex;
	flex-direction : center;
}




















