.contact {

	width: 60%;
	height: 100%;
	background-color: #e6e7e8;
	float: right;
	min-height: 195px;

}

.gris_contact {

	width: 73.75%;
	height: 50%;
	position: absolute;
	float: right;
	margin-top: 80px;
min-width: 812px;
max-width: 1100px;
	min-height: 375px;

	max-height: 400px;
}

.contact h2 {
	font-family: Arial;
	border: 0px;
	color: #00afea;
	font-size: 20px;
	margin-top: 3%;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}

.formulaire_contact {

	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	padding-bottom: 50px;
}

.formulaire_contact textarea {

	resize: none;
	margin-bottom: -10px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}
.formulaire_contact label {

	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: 100;
	width: 160px;
	display: inline-block;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.formulaire_contact input {
	
	box-shadow: 0;
	box-shadow: none;
	border-radius: none;
	padding: 6px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}

.submit {
	float: right;
	background: #00afea;
	margin-top: 10px;
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
width: 150px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}
.submit:hover{
	background: #1374b0;
	background-image: -webkit-linear-gradient(top, #1374b0, #1374b0);
	background-image: -moz-linear-gradient(top, #1374b0, #1374b0);
	background-image: -ms-linear-gradient(top, #1374b0, #1374b0);
	background-image: -o-linear-gradient(top, #1374b0, #1374b0);

	text-decoration: none;
	cursor: pointer;
	
}
