body{
	font-family: 'Manrope', sans-serif;
	background-color: black;	
}


a{
	text-decoration: none;
	color: inherit;
}

nav{
	width: 100vw;
	height:80px;
	/*border: 1px solid black;*/
}

nav ul{
	display: flex;
	height:100%;	
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	margin: auto;
	margin-left: 70px;
	margin-right: 70px;
}
nav ul li{
	font-family: 'Red Hat Display', sans-serif;
	text-transform: uppercase;
	font-size: 3em;
	color: white;
}

nav ul li:hover{
	color: #0860a2;
}

#fiona{
	color: #0860a2;
}

/* #fiona:hover{
	color: white;
} */



#conteneur{
	background-image: url(../import/transhumanisme.png);
	background-size: 160%;

	/*background-size: 70%;
	background-repeat:no-repeat;
	background-position: center; */

	height: calc(100vh - 130px);
	/*border: 1px solid black;*/	
	display: flex;
	justify-content: space-around;
	align-items: center;
}
	

#conteneur p{
	font-size: 1.7em;
	width: 50vw;
	padding: 13px;
	/*border: 1px solid black;*/
	background-color: black;	
	text-align: center;
	border-radius: 10px;
	color:#0860a2;
}

footer{
	width: 100vw;
	height:50px;	
	/*border: 1px solid black; */
}





/*h3{
	text-decoration: none;
	font-family: 'Red Hat Display', sans-serif;
	text-transform: uppercase;
	font-size: 2.5vw;
	color: #0860a2;
	color: white;
	padding: 10px;
	margin-left: 100px;

} */


	
footer ul{ 
	display: flex;
	justify-content: space-between;
	margin-top: 20px;

	margin-left: 70px;
	margin-right: 70px;
}

footer ul li{
	/*width: 200px;*/
	/*border: 1px solid black;*/	
	font-size: 1.5em;	
	color: #0860a2;
	font-family: 'Red Hat Display';
	text-transform: uppercase;	
	font-weight: bold;

}

footer ul li:hover{
	color:white;
	text-decoration: underline;
}

