@charset 'utf-8';
/******************** Entête UTF-8 ******************\
*
*	fichier			: public/projet/custom/css/form.css
*	projet			: @PROJET@
*	version			: 1.0.1 2016-03-11 16:00 LL
*
\****************************************************/

/*Generic form style*/
.soumission-widget .errors,
.contact-widget .errors{
    margin: 15px 0;
    color: red;
}

.soumission-widget .notification{
	margin: 15px 0;
    color: green;
}

form{
	font-size: 0.8em;
}

form input,
form textarea{
	width:100%;
	margin-bottom: 15px;
	padding:5px 10px;
	box-sizing: border-box;
	border: none;
    background: #ccc;
}

form button.send{
	margin: 15px 0;
    background: url(../img/submit-bg.png) no-repeat center center;
    color: #000;
    border: solid 0px #000;
    padding: 10px 45px;
    outline: none;
	font-size: 1.5em;
	font-weight: 700;
}

form button.send:hover{
	
}

.parsley-required {
	font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #434343;
    text-align: left;
    margin-bottom: 10PX;
}