/* Reoaration imprimante - Contact - 09/17 www.pixelscarres.com */
fieldset {
	width:100%;
	border:0px;
	margin-bottom:50px;
}
legend {
	width:100%;
	padding:0;
	margin-bottom:20px;
	color:#000;
	font-size:1em;
}
label {
	display:inline-block;
	font-size:.9em;
	width:7%;
}
form input {
	font-size: 1em;
	margin-bottom:30px;
}

input#nom {
	background-size:25px 25px;
	margin-top:10px;
	padding-left:35px;
	width:400px;
	height:35px;
	background:#d5d5d5 url(../images/devis/person.png) no-repeat 0 center;
	border:1px solid #d5d5d5;
}
input#email {
	background:#d5d5d5 url(../images/devis/mail.png);
	background-size:25px 25px;
	background-repeat:no-repeat;
	background-position:6px;
	margin-top:10px;
	padding-left:35px;
	width:400px;
	height:35px;
	border:1px solid #d5d5d5;
}
input#telephone {
	background:#d5d5d5 url(../images/devis/phone.png);
	background-size:25px 25px;
	background-repeat:no-repeat;
	background-position:6px;
	margin-top:10px;
	padding-left:35px;
	width:400px;
	height:35px;
	border:1px solid #d5d5d5;
}
input#ville {
	background:#d5d5d5 url(../images/devis/ville.png);
	background-size:25px 25px;
	background-repeat:no-repeat;
	background-position:6px;
	margin-top:10px;
	padding-left:35px;
	width:400px;
	height:35px;
	border:1px solid #d5d5d5;
}
textarea#message {
	background:#d5d5d5 url(../images/devis/message.png);
	background-size:25px 25px;
	background-repeat:no-repeat;
	background-position:6px 6px;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:35px;
	width:800px;
	height:220px;
	border:1px solid #d5d5d5;
	overflow:auto;
	font:1em 'Roboto', Helvetica, sans-serif;
	padding-top:10px;
}
.champplus {
	display: none;
}
textarea#message:hover, input#nom:hover, input#email:hover, input#telephone:hover, input#ville:hover, textarea#message:focus, input#nom:focus, input#email:focus, input#telephone:focus, input#ville:focus {
	background-color: #4f6fad;
	color: white
}
.btn {
	padding:8px 20px;
	text-transform:uppercase;
	text-align:center;
	width:300px;
	font-size:1em;
	font-weight:300;
	display:block;
	margin-top:60px;
	border:1px solid #d5d5d5;
	background-color:#000;
	color:#feffff;
	cursor:pointer;
}
.error {
	font-weight:bold;
	color:#ff2600;
}

@media screen and (min-width: 200px) and (max-width: 780px) {
legend {
	font-size:1.1em;
}
.label label {
	width:100%;
}
.media {
	margin-bottom:8px;
	display:block;
}
input#nom, input#email, input#telephone, input#ville, textarea#message {
	width: 100%;
	margin-bottom:20px;
}
.btn {
	width:100%;
}

	.errorBorder {
		border: 2px solid red;
	}

}