div.wpcf7-validation-errors {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    color: #A43B50;
}
 
div.wpcf7-response-output {
    margin: 2em 0;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;	
}

div.wpcf7-mail-sent-ok {
    color: #398f14;
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.required-input-contact {
  /*background: #f6f6f6 !important;*/
  background: rgba(164,59,80, 0.25) !important;
  /* GRIS background: rgba(150,150,150, 0.25) !important; */

}

.wpcf7-not-valid {
    border-bottom: 1px solid #ff0000;
}