/****Form****/

#ContactForm {
	padding-top: 18px;
}

#ContactForm input {
	width: 300px;
	height: 39px;
	border-radius: 6px !important;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	color: #939191;
     font:  14px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border: 1px solid #c9c9c9;
    padding: 10px 11px 11px;
}

#ContactForm textarea {
	width: 550px;
	border-radius: 6px;
	height: 155px;
	background: #fff;
	position: relative;
	resize:none;
	overflow: visible;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	margin: 0 0 20px 0;
	color: #939191;
     font:  14px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	 border: 1px solid #c9c9c9;
    padding: 12px 11px 12px;
}

#ContactForm .button {
	float:none;
	margin-left: 70px;
	margin-top:30px;
	background: #121943;
	padding:0 16px;
	height: 44px;
	width:170px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font: 700 17px/42px 'Roboto', sans-serif;
	border-radius:0px !important;
	border:0px;
	margin-bottom: 30px;
	}

#ContactForm .button:hover {
	float:none;
	margin-left: 70px;
	margin-top:30px;
	background: #c19742;
	color: #fff;
	cursor:pointer;
	height: 44px;
	width:170px;
	margin-bottom: 30px;
	}
	
	
#ContactForm label {
	position:relative;
	display: block;
	min-height: 51px;
	width: 222px;
}


#ContactForm label.message {
	width: 100%;
	margin-left: 0;
}


#ContactForm .orange{ margin-left:15px;	color:#FC3C03; height:28px; line-height:28px;}
#ContactForm .orange strong{color:#FC3C03;}
#ContactForm .vert{ margin-left:15px;	color:#349039;}

.coche{float:left; margin-right:10px;}
.cocheh2{ margin-bottom:25px; margin-top:4px;}
.obligatoire{
	color:#888678;
	font-size:11px;
	font-style:italic;
	margin-top: 6px;
	margin-bottom: 0px;
	float: left;
	width: 150px;
}

#ContactForm input.codepostal {
	width: 200px;}

#ContactForm input#securite {
	padding:1px 7px;
	width:70px;
}

.message br {
	height: 0;
	line-height: 0;
}

#ContactForm p.error {
    background: url("../images/error.png") no-repeat scroll 12px 0 #f7c2bf;
    border: 1px solid #cf0710;
    color: #cf0710;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 8px 5px 8px 50px;
	width:80%;
	 box-shadow: 0 2px 4px rgba(0,0,2,0.60);
}
#ContactForm p.success {
    background: url("../images/success.png") no-repeat scroll 12px 2px #bffbc7;
    border: 2px solid #249833;
    color: #276b30;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 15px;
    padding: 4px 0 4px 60px;
	width:80%;
	box-shadow: 0 2px 4px rgba(0,0,2,0.60);
}


.success_wrapper {
	position: relative;	
}

@media only screen and (max-width: 995px) {

#ContactForm {
}

#ContactForm input {width:300px;}

#ContactForm label {
	float: none !important;	
	width: 100%;
	margin-left: 0 !important;
}

#ContactForm input {
	/*margin-bottom: 10px;*/
}

  #ContactForm textarea {
		height: 300px !important; 
	width: 400px;

  }


}

@media only screen and (max-width: 767px) {

  #ContactForm input, #ContactForm input.codepostal {width:300px;}
	
  
  #ContactForm textarea {
	  width:300px;
	  height: 120px !important; 
  }

   #ContactForm {
 	padding-right: 0;
 }
  
  
}
@media only screen and (max-width: 479px) {

 /* #ContactForm input, #ContactForm input.codepostal {width:150px;}
  
  #ContactForm textarea {
		 width:200px;
		 height: 100px !important;  
  }
	*/
}