@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

body {
	background-color : #FFF8DC;
}
.banniere{
	width : 100% ;
	
}
h1{
	font-size : 2em;
	padding-left : 670px ;
}
.titre{
	background-color : #8FBC8F;
	justify-content : center ;
}
.titre h1{
	background-color : #8FBC8F;
	font-family : 'Playfair Display', serif;
}
.container{
	padding : 10px;
	background-color : #8FBC8F;
	display : flex;
	flex-direction : row;
	justify-content : center;
}
.photo{
	background-color : #BDB76B;
	width="100" ;
}
.menu{
	background-color : #E9967A;
	display : flex;
	flex-direction : row;
	justify-content : center;
}
li{
	background-color : #DCDCDC;
	list-style : none;
	width : 80px;
	height : 25px;
	transition : 0.5s;
}
li:hover{
	background-color : 8FBC8F
}
ul{
	display : flex;
	flex-direction : row;
}
