/************************************************ 
 *
 * CONTACT
 * 
 * Note : ne pas oublier d'attribuer la classe 'contact' à la page Contact
 *
 ************************************************/ 

/* Formulaire */
.contact .frm_forms label,
.contact .frm_forms button,
.contact .frm_forms input,
.contact .frm_forms input::placeholder,
.contact .frm_forms input:focus,
.contact .frm_forms textarea {
/*	font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif!important;	/* à modifier */
	font-size:17px!important;											/* à modifier */
}

.contact .frm_forms input::placeholder {
	color:#333333;
}

.contact .frm_forms input,
.contact .frm_forms textarea {
	border: none!important;
	box-shadow: none!important;
	border-bottom: 1px solid #CCCCCC!important;
	border-radius: 0!important;
	padding-left: 0px;
}
.contact .frm_forms input:focus,
.contact .frm_forms textarea:focus {
	border-bottom: 1px solid #666666!important;
}

.contact .frm_forms label,
.contact .frm_forms span.frm_required {
	color: #afafaf!important;	
}

/* Bouton 'Envoyer' */
.contact .frm_forms button {
	background-color:#000000!important;									/* à modifier */
	border:none!important;
	border-radius:0px!important;
}
.contact .frm_forms button:hover {
	background-color:rgba(0, 0, 0, 0.75)!important;
	color:#FFFFFF!important;
}