.NomCss{
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
   position:relative;

}

.FormLabel {
    display: block;
    float: left;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;

}
.FormArea{
    display: block;
    font-size: 15px;
    padding: 15px 30px;
    min-height: 180px;
    border-bottom: 1px solid #ebebeb !important;
border:none;
    float: left;
    resize: none;
  color:#525252;
  width:100%;
    font-weight:500;
   background:#ebebeb;
}
.Error_FormArea{
    display: block;
    font-size: 15px;
    padding: 15px 30px;
    min-height: 180px;
    border-bottom: 1px solid #f8091f !important;
    float: left;
border:none;
    resize: none;
  color:#525252;
  width:100%;
    font-weight:500;
   background:#ffdae2;
}
.FormField {
    display: block;
    font-size: 15px;
    padding: 5px  15px;
    height: 53px;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb !important;
    margin-bottom: 5px;
    color: #525252;
    border: none;
    width: 100%;
   background:#ebebeb;
}
.Error_FormField{
    display: block;
    font-size: 15px;
    padding: 5px  15px;
    height: 53px;
    font-weight: 500;
    border-bottom: 1px solid #f8091f !important;
    margin-bottom: 5px;
    color: #525252;
    border: none;
    width: 100%;
   background:#ffdae2;
}
 
 .Annuler:hover{
    background:#13235b url(../../../../Images/SuivContact.png) 50% 100% no-repeat;
}
 .Envoyer:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
   
}


.Envoyer {
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 15px 0px;
    background: #22a790;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    outline: none;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 10px;
     
}
.errorClass  {      color: #f71117;
    /* width: 100%; */
    float: right !important;
    margin-left: 00px;
    display: inline-table;
    margin-top: -37px;}

.Obligatoire{color:#ff0101; font-size:15px;}

#contact_form  textarea:focus, #contact_form  input:focus{
    outline: 0;
}


.Envois_succee {
    font-family: 'Raleway', sans-serif;
    color: #22a790;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 50px;
    font-size: 1.8em;
}



 ::-webkit-input-placeholder {
   color: #525252;  
    font-weight: 400;

}

 :-moz-placeholder { /* Firefox 18- */
   color: #525252;  
    font-weight: 400;

}

 ::-moz-placeholder {  /* Firefox 19+ */
   color: #525252;  
    font-weight: 400;

}

  :-ms-input-placeholder {  
   color: #525252;  
    font-weight: 400;

}

