body{
    
    background: #efefef;

}
#header{
    
    background: #fff;

}
/*----------------------------------------- PAGE CONTACT */
#contact{
 margin-top: 20px; 
}
#contact .separator {
margin: 20px auto;
}
#contact .row{
 margin-bottom: 52px;
}
#contact-form .row{
 margin-bottom: 0px;
}
.wrapper-map{
 height : 450px;
 padding: 2px;
 background-color: #888;
 text-align: center;
}
.map-contact{
 height : 450px;
}
#contact h3{
 margin         : 0 auto 30px;
 color          : #1d1d1d;
 font-size      : 18px;
 text-transform : uppercase;
 text-align     : center;
 font-weight    : normal;
 letter-spacing : 2px
 }
#contact h3 span {
 
padding-bottom : 2px;
border-bottom  : 2px solid #4e4e4e;
color          : #1d1d1d 
}
#contact h4{
  
  font-size: 16px;
  color: #1d1d1d;
  text-transform: uppercase;
}
.cartoucheContact{
 padding-bottom: 24px;
 border-top: 1px solid #888;
 padding-top: 30px;
 }
 .cartoucheContact a, .cartoucheContact p{
  color : #1d1d1d;
 }
 .cartoucheContact:first-of-type{
  border-top: 0px solid #e0e0e0;
 padding-top: 0px;
 }
 #contact input, #contact textarea{
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 28px;
  color: #555555;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  vertical-align: middle;
  min-height: 48px;
  box-shadow: none;
  outline: none;
  font-weight: 100; 
 }

#contact input:focus,#contact textarea:focus{
  border-color:#888;
}

#contact #btnContact{
  color: #ffffff;
	background: #2e3133 !important;
	padding:  7px 5px;
	width: 113px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background-image: none;
	font-size: 13px;
	text-transform: uppercase; 
	letter-spacing: 1px
}

#contact-form .error,#formInsci .error, label.error{
 border-color: #B94A48 /*#fe0f00*/;
 color: #B94A48 /*#fe0f00*/;
 font-weight: normal;
}

label.error{
  margin-top: -14px;
  margin-bottom: 10px !important;
}

#forgotten_pw_form label.error{
  margin-top: -7px;
}

.validForm{
 color: #27ae60;
font-size: 16px;
}
.user{
	background: url(img/user.jpg) no-repeat 98% center;
}
.user{
	background: url(img/user.jpg) no-repeat 98% center;
}
.password{
	background: url(img/lock.jpg) no-repeat 98% center;
}