#Conditions{
     width: 100%;
  text-align: center;
  color: #FFF;
  background-image: url('../ImgCkFinder/images/ImageTitre/Contact.jpg');
  width: 100%;
  height: 40vw;
  background-size: cover;
  min-height: 200px;
  max-height: 400px;
  /* max-width: 1400px; */
  /* position: absolute; */
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 40px #000;
  padding: 0px;
  margin-bottom: 50px;
}

p, .Colonne p{text-align: left; font-family:Roboto; font-size:15px; padding: 0px;}

p.BleuCiel{ color:#00BCDD; font-size: 16px; line-height:30px;padding: 30px 0px 0px 0px;}

/* Contact */

#BoiteContact{


}

input, select{
float: left;
width: 300px;
height: 22px;
line-height: 22px;
font-size: 12px;
margin-bottom: 7px;
border-radius: 1px;
border: 1px solid #abadb2;
text-indent: 5px;
box-shadow:inset 0px 0px 3px #CCCCCC;
}

label{
	float: left;
width: 150px;
height: 24px;
line-height: 24px;
font-family:roboto;
color: #00b4d8;
font-size:15px;
font-weight:normal;
	
}
textarea{
width: 446px;
height: 150px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #abadb2;
text-indent: 5px;
box-shadow:inset 0px 0px 3px #CCCCCC;
}
#SubmitContact{
	text-align:center;
	line-height:30px;
	margin-left:150px;
	width: 210px;
	
	height:30px;
	cursor:pointer;
	
	background-color: #4c515c;
	color: #fff;
	border:0px;
	
}

#SubmitContact.OK{background-color: #8fca61;}

input#checkboxConditions{width: 25px;height: 25xp;    box-shadow: none;}