html, body {height: 100%;margin: 0; padding: 0;}
.main{display: flex; flex: 1; flex-direction: column;height: 100%;}

		
.logo
{
	height: 100%;flex: 1;
	display: flex;
	align-items: center; 
	justify-content: center;
	color: black;
	text-decoration: none;
	 font-size: 2rem;
}

header
{
	height: 10vh; 
}

nav 
{
	display: flex;
	justify-content: space-around;
	border-bottom: 3px dashed #ffdcba;
}

nav p
{
	font-size: 1.5rem;
}

nav a 
{
	text-decoration: none;
	color: black;
}

nav a:hover
{
	text-decoration: underline;
}

.inscrire
{
	color: red;
	text-decoration: underline;
}

article 
{
	height: 80vh;
	padding: 0vw 1vw 0vh 1vw;
}


aside
{
	border: 8px solid #ffdcba;
	border-radius: 100px;
	height: 40vh;
	width: 45vw;
	background-color: white;
	margin: 8vh 22vw ;
	padding: 5vh 5vw 3vh 5vw;
}

form
{
	font-size: 1.5rem;
}

form p 
{
	margin-block-start: 0;
	margin-block-end: 0.5em
}

input  
{
	height: 4vh;
	width: 20vw;
	border-radius: 10px;
	border-color: grey;
	padding-left: 1vw;
	font-size: 1rem;
}

.photo_pro input
{
	font-size: 0.3rem;
}

.prenomnom
{
	display: flex;;
}

.div_nom
{
	margin-left: 3vw;
}


.picture
{
	border: 1px solid black;
	width: 2.5vw;
	height: 4vh;
	border-radius: 15px;
}

.picture i 
{
	margin-left: 0.5vw;
	margin-top: 0.7vh;
	color: grey;
	display: flex;
}


.div_pp
{
	margin-left: 3vw;
}

.div_mail_pp
{
	display: flex;
}

.mdp_send
{
	display: flex;
}

.send 
{
	margin: 43px auto 0 auto;
	width: 15vw;
	background-color: #eecda2;
	padding-left: 0vw;
}

footer 
{
	height: 10vh; 
	background-color: #ffdcba;
	border-top: 1px solid black;
}

.footer
{
	display: flex;
	margin-top: 1vw;
	justify-content: space-around;
}

#recherche
{
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
}

#plus
{
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
}

#favoris
{
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
}

#recette
{
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
}

#compte
{
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
}


footer i 
{
	display: flex;
	align-items: center;
}

footer a 
{
	text-decoration: none;
	color: black;
}

footer a:hover
{
	text-decoration: underline;
}

footer img
{
	width: 10.5vw;
	height: 4.5vh;
}


footer p
{

	font-family: 'Poppins', sans-serif;
	font-size: 0.7rem;
	text-align: center;
	margin-block-start: 0.5em;
}