body{
	margin: 0px;
	padding: 0px;
	background: url(fond.jpg);
	background-size: cover;
	justify-content: center;

	
}
.tete{
	background-color: #287265;
	height: 80px;
	box-shadow: 0px 3px 8px;
}
@media screen and (max-width:1200px){
 	.tete{
 		height: auto;
 	}
 }


nav ul li{
	list-style-type: none;
	display: inline-block;
	padding: 10px;


}
ul li a{
	color: #AAAAAA;
	
}

ul li a:hover{
	color: #ffd358;
	text-decoration: underline;
	
}

ul li a:hover{
	text-decoration: none;
}
.menu li{
	float: left;
	padding: 22px;
}
.menu li a{
	text-decoration: none;
}


.moi{
	margin-top: 20px;
	width: auto;
	height: 250px;
	object-fit: cover;
	margin-left: 10%;
	margin-right: 30px;
	box-shadow: 0px 3px 8px;
	border-radius: 50px;
}
.bien{
	font-family: "Cooper black";
	margin: ;
	color: #CCCCCC;
	text-shadow: 5px 3px 8px black;
	font-size: xx-large;
}
.nom{
	background-color: rgba(0, 0, 100, 0.7);
	padding: 8px;
	margin-left: 10%;
	font-family: cooper;
	color: deepskyblue;
	border-radius: 25px;
	box-shadow: 0px 3px 8px black;

}
	

p a{
	color: deepskyblue;
	text-decoration: none;
}

form{
	background-color: rgba(255, 255, 255, 0.3);
	padding: 30px;
	width: 420px;
	border-radius: 20px;
	box-shadow: 0px 3px 5px;

}
.fonc{
	color: #BBBBBB;
	font-family: "Cooper black";
	background-color: rgba(255, 255, 255, 0.3);
	font-size: xx-large;
	padding: 30px;
	width: 420px;
	border-radius: 20px;
	box-shadow: 0px 3px 5px;
}
input{
	margin-bottom: 10px;
	width: 70%;
	outline: none;
	padding: 15px;
	background-color: transparent;
	border-radius: 20px;
}
input:hover{
	background-color: #fff358;
}
input:focus{
	background-color: whitesmoke;
}
.bouton{
	font-size: large;
	background-color: deepskyblue;
	width: 40%;
	padding: 10px;

}

.detail{ 
	font-family: "Cooper black";
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 40px;
	background-color: rgba(255, 255, 255, 1.0);
	padding: 10px;
	border-radius: 15px;
 }
 .options{
 	font-family: "Cooper black";
	margin-left: 5%;
	margin-right: 10%;
	background-color: rgba(255, 255, 255, 1.0);
	padding: 20px;
	border-radius: 25px;
	box-shadow: 0px 3px 8px black;

 }
 .pied{
 	flex-shrink: 0;
 	font-family:"Cooper black" ;
 	color: white;
 	padding: 5px 30px 5px 30px;
 	background-color: rgba(0, 0, 100, 0.7);
 	object-fit: cover;
 	border-radius: 35px;
 	box-shadow: 0px -2px 5px black;
  }
 .mise{
 	display: flex;
 	flex-direction: row;
 	align-items: flex-start;
 	justify-content: space-between;
 }
 @media(max-width:992px){
 	.mise{flex-direction: column;
 		justify-content: flex-start;
 	}
 }
 .logo{

 	display: flex;
 	flex-direction: row;
 	align-items: flex-start;
 	justify-content: space-between;
 }
 @media(max-width:80px){
 	.logo{flex-direction: column;
 		justify-content: flex-start;
 	}
 }
.lo{
	height: 80px;
	width: auto;
}