@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

/*******************
SELECTION STYLING
*******************/

::selection {
	color: #fff;
	background: #2081e4; /* Safari */
}
::selection {
	color: #fff;
	background: #2081e4; /* Firefox */
}
/*******************
MODERN FORM
*******************/

.contact_form {
	margin: 50px 0 0 10%;
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/*******************
HEADER
*******************/

.contact_form .header {
	padding: 0px 10%;
}

.contact_form .header h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	margin-bottom: 10px;
}

.contact_form .header span {
	font-size: 16px;

	line-height: 16px;
	color: #678889;
}

/************************************
CONTENU // PAGE DE RECUP INFOS CLIENT
************************************/

.contact_form .verif label {
	width: 80%;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.contact_form .verif {
	padding: 20px 0px 20px 30px;
}

/* Input field */

.contact_form .verif label {
	padding: 10px 25px;
}

.contact_form .verif input {
	padding: 10px 25px;

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}

.contact_form .verif #salarie {
	width: auto;

}


.contact_form .verif select {
	padding: 10px 25px;

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;


	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}


.contact_form .verif input:hover,.contact_form .verif select:hover  {
	background: #dfe9ec;
	color: #414848;
}

.contact_form .verif input:focus {
	background: #dfe9ec;
	color: #414848;
}

.contenu input: focus + div{
	left: -46px;
}


/*******************
CONTENU
*******************/

.contact_form .contenu label {
	width: 80%;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;


}

.contact_form .contenu {
	padding: 30px 30px;
}

/* Input field */
.contact_form .contenu .input {
	width: 80%;
	padding: 10px 25px;
	margin-bottom: 10px;

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;


	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}

.contact_form .contenu select {
	width: 96%;
	padding: 10px 25px;

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;


	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;




}


.contact_form .contenu .input:hover,.contact_form .contenu select:hover  {
	background: #dfe9ec;
	color: #414848;
}

.contact_form .contenu .input:focus {
	background: #dfe9ec;
	color: #414848;



}

.contenu input: focus + div{
	left: -46px;
}



/*******************
FOOTER
*******************/

.contact_form .footer {

	overflow: auto;

	background: #d4dedf;
	border-top: 1px solid #fff;




}

/* Login button */
.contact_form .footer .button {
	padding: 20px 50px;
	margin: 20px;

	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background: #05203c;
	border-radius: 5px;
	cursor: pointer;
}

.contact_form .footer .button:hover {
	background: #007ead;
}

.contact_form .footer .button:focus {
	position: relative;
	bottom: -1px;
	background: #007ead;
}
