@media screen  and (max-width:767px) {
 
}
 #Contact_Form .labelClass , .FormLabel   {    

    color: #2c2c2c;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.6em;
    padding: 0px !important;
    display: block;
    margin-bottom: 6px;
}
#Contact_Form .FormArea{
    background:#e9e9e9;
    display: inline;
    outline: 0;
    padding-left: 15px;
    min-height:250px;
    border: 1px solid #bbbbbb;
    margin-bottom: 15px;
    color: #bab9b9;
    font-size: 1.4em;
    resize: none;
    width:100%;
    font-weight: 400;
}
#Contact_Form .Error_FormArea{
color:#5d5d5d;
background:#f1d5d5;
    display: inline;
    outline: 0;
    padding-left: 15px;
    min-height:250px;
    border-bottom: 1px solid #74bf95;
    margin-bottom: 15px;
 
    font-size: 1.4em;
    resize: none;
    width:100%;
    font-weight: 400;
}
#Contact_Form .FormField{
    background: #e9e9e9;
    display: inline;
    outline: 0;
    padding: 0px 10px;
    height:40px;
    border: none;
    margin-bottom: 25px;
    color: #bab9b9;
    font-size: 1.4em;
    border: 1px solid transparent;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;


}
#Contact_Form .Error_FormField{
color:#5d5d5d;
background:#f1d5d5;
    display: inline;
    outline: 0;
    padding: 0px 10px;
    height: 40px;
    border: none;
    margin-bottom: 25px;

    font-size: 1.4em;
    border: 1px solid #bbbbbb;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;


  
}

#Contact_Form .frame_Contact  {float: left;}
#Contact_Form .frame_Contact span {float:left;   margin-right: 15px;}

#Contact_Form .Envoyer:hover{    
    background: #003f6d url(../../../Images/IconContact.png) 10% 50% no-repeat;
    color: #fff;
    padding-left: 50px;
    padding-right: 20px;
 
 } 
#Contact_Form .Envoyer{
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    /* float: right; */
    padding: 1.2vh 50px 1.2vh 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    background: #009642;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    /* display: table; */
    /* margin: auto; */
    border: none !important;
    float: right;
    margin-right: 15px;
    background: #01497e url(../../../Images/IconContact.png) 90% 50% no-repeat;
 
}
#Contact_Form .Annuler{
    cursor: pointer;
      font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
   background:#a4a4a4;
    padding: 1.2vh 4vw;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    border: none !important;
  
margin-right:15px;
    margin-top: 15px !important;
}
#Contact_Form .errorClass  {         
    color: red;
    width: 100%;
    float: left !important;
    margin-left: 00px;
    display: block;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-right: 0px !important;
    position: relative;
    /* margin-left: -177px; */
    font-size: 1.2em;
}

textarea:focus, input:focus{
    outline: 0;
}
#Contact_Form{
width:100%;
 
}
@media screen and (max-width:767px) {
#Contact_Form{
    margin-bottom: 5vh;
    overflow: hidden;
 
}
}

#Contact_Form .Envois_succee {
    display: block;
    text-align: center;
    margin: 0 0 20px;
    color: #009642;
    font-size: 1.2em;
}
#Contact_Form .Envois_echec{
    display: block;
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.6em;
    color: #04bece;
}

::-webkit-input-placeholder {
   color: #bab9b9;  
    font-weight: 400;

}

:-moz-placeholder { /* Firefox 18- */
   color: #bab9b9;  
    font-weight: 400;

}

::-moz-placeholder {  /* Firefox 19+ */
   color: #bab9b9;  
    font-weight: 400;

}

:-ms-input-placeholder {  
   color: #bab9b9;  
    font-weight: 400; 

}
#Contact_Form .NomArea {
margin-bottom:20px;
}


