				/*NAV voir HEADER.css*/

					/*  RESPONSIVE */
@media screen and (min-width: 210px) and (max-width: 420px){
	.bg-mail{
		min-width: 200px;
	}
	.bg-mdp{
		min-width: 200px;
	}
	body{
		min-width: 200px;
	}
}
@media screen and (min-width: 420px) and (max-width: 520px){
	.bg-mail{
		min-width: 300px;
	}
	.bg-mdp{
		min-width: 300px;
	}
	body{
		min-width: 300px;
	}
}
@media screen and (min-width: 520px){
	body{
		min-width: 350px;
	}
	.bg-mail{
		min-width: 350px;
	}
	.bg-mdp{
		min-width: 350px;
	}
	
}


					/*FORMULAIRE*/

.input-text{
	color: black;
}

.bg-mail{
	height: 7vh;
	/*width: 26.041666666666668vw;*/
	width: 24.5vw;
	border: 1px solid white;
	border-radius: 5px;
	transition: 0.5s;
	margin-bottom: 2vh;
	margin-top: 2vh;
}
input::placeholder{
	color: grey;
}

.bg-mdp{
	height: 7vh;
	/*width: 26.041666666666668vw;*/
	width: 24.5vw;
	border-radius: 5px;
	border:none;
	background-color: lightgrey;
	margin-bottom: 5vh;
	transition: 0.5s;
	margin-top: 2vh;
	margin-bottom: 2vh;
}

				/*MDP OUBLIE*/
.mdp{
	margin-top: 5vh;
	text-align: center;
	font-weight: bold;
}
.mdp-link{
	text-decoration: none;
	color: black;
}
.mdp-link:hover{
	color:rgba(62, 100, 255, 1.0);
	text-decoration: none;
}



.OU{
	width: 400px;
	height: 1px;
	background-color: lightgrey;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 5vh 0vw;
	font-weight: bold;
}
.span-ou{
	padding: 0rem 1rem ;
	/*background-color: rgb(238, 244, 244, 1.0);*/
	background-color: white;
}
.both{
	clear: both;
}

						
					/*CONNECT WITH - GOOGLE - MICROSOFT - APPLE - FACEBOOK

	
.signUp{
	border: 1px solid grey;
	border-radius: 3px;
	margin-bottom: 3vh;
	padding-left: 20px;
	width: 30vw;
	height: 50px;
	border-bottom: 3.5px solid grey;
	transition: 0.1s;
	margin-left: auto;
	margin-right: auto;
}
.signUp:hover{
	border: 1px solid rgba(62, 100, 255, 1.0);
}
.link_signUp{
	color: black;
	text-decoration: none;
}
.link_signUp:hover{
	text-decoration: none;
	color: blue;
}
.img_signUp{
	float: left;
	padding-top: 11px;
}
.text-signUp{
	padding-top: 15px;
	padding-left: 70px;
}*/


	


