/* ---------------------------------------------------------------------- */
/*  Inputs
/* ---------------------------------------------------------------------- */


.input envoyer_form {background:#000;}
.class1 { border-top: 1px solid #000000 }
.txt_blocnote { width:100%;font-family:'Source Sans Pro';font-weight:normal;font-size:13px;}
.p_blocnote{width:100%;font-family:'Source Sans Pro';font-weight:normal; font-size:13px; }


.label_gte {  width:100px;
		    float:left;		
			margin-top:5px;
			margin-bottom:5px;
}

#id_message{ width:440px;}

input[type="text"] {
	height:29px;
	padding:5px 8px;
	background:#f5f5f5;
	border:1px solid #cccccc;
	font-family:'Source Sans Pro';
	font-weight:normal;
	font-size:13px;
	color:#727378;
	-webkit-font-smoothing:antialiased;
	-webkit-appearance:none;
	-moz-appearance:none;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
	   		border-radius:0;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	   		box-shadow:none;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}

textarea {
	display:block;
	width:100%;
	max-width:700px;
	height:200px;
	padding:12px;
	background:#f5f5f5;
	border:1px solid #cccccc;
	font-family:'Source Sans Pro';
	font-weight:normal;
	font-size:13px;
	color:#727378;
	-webkit-font-smoothing:antialiased;
	-webkit-appearance:none;
	-moz-appearance:none;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
	   		border-radius:0;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	   		box-shadow:none;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}

textarea:focus,
input[type="text"]:focus { border-color:#aaaaaa; }


::-webkit-input-placeholder {
	font-family:'Source Sans Pro';
	font-weight:normal;
	font-size:13px;
	color:#727378;
	-webkit-font-smoothing:antialiased;
}

:-moz-placeholder {  
	font-family:'Source Sans Pro';
	font-weight:normal;
	font-size:13px;
	color:#727378;
	-webkit-font-smoothing:antialiased;
}


.input-block,
.textarea-block {
	width:220px;
	float:left;
	position:relative;
	margin:0 20px 20px 0;
}

.textarea-block { width:100%; }

.form .input-block:nth-child(3n) { margin-right:0; }

.form label {
	min-width: 220px;
	display:inline-block;
	margin:0 0 6px;
	font-family:'Source Sans Pro';
	font-weight:normal;
	font-size:13px;
	color:#727378;
	cursor:pointer;
	float:left;
}

.form input[type="submit"] { float:right; }


/* ---------------------------------------------------------------------- */

#contact-form { margin:0px 0 0; }

#contact-form .notification {
	display:none;
	float:left;
	padding:8px 20px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	   		border-radius:3px;
}

#contact-form .notification.success { background:#ff674f; }
#contact-form .notification.error   { background:#444444; }

#contact-form .notification .icon {
	display:inline-block;
	margin:0 20px 0 0;
	font-family:'WebSymbolsRegular';
	font-size:inherit;
	line-height:1;
}

#contact-form .notification.success .icon::before { content:'/'; }
#contact-form .notification.error .icon::before   { content:'×'; }

#contact-form label.error {
	width:145px;
	height:30px;
	position:absolute;
	top:-11px;
	right:0;
	z-index:9999;
	background:#ff674f;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	font-size:14px;
	color:#fff;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	   		border-radius:3px;
}

#contact-form label.error:after {
	content:'';
	width:0;
	height:0;
	position:absolute;
	bottom:-12px;
	left:15px;
	border-color:#ff674f transparent transparent transparent;
	border-style:solid;
	border-width:6px;
}




/* --------------ADRRESSE Colonne droit---------------------------------------------------- */

#page-wrap { width: 670px;}
#map_canvas { padding-top:15px; padding-bottom:15px; width: 100%; height: 218px; width:468px; border:1px solid #002c52; float: left; position: relative; z-index: 30 !important; }
#adresse_dte { list-style: none; width:180px; height:230px;float: left; line-height:12px;}
#adresse_dte a { list-style: none; width:177px; float: left; line-height:12px; margin-top:0px; margin-bottom:10px;font-weight:400;line-height:14px;font-size:12px;}
#adresse_dte a:hover { list-style: none; width:177px; float: left; line-height:12px; margin-top:0px; margin-bottom:10px;font-weight:400;line-height:14px;font-size:13px;border-right: 3px solid #002c52; background:#FFF; }


