#contact .FondGris{
	border-radius: 20px;
	background-color: #f4f4f4;
}
#contact label{
	font-size: 1.2rem;
}

#contact input, #contact textarea{
	border-radius: 20px;
	border: 0px;
	height: 3.7rem;
}	
#contact textarea, #contact input[type="checkbox"]{
	height: inherit;
}	

#contact .rando{
	height: 2.7rem;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 500
}

#contact .petit{
	font-size: .9rem;
}