input#edit-name, input#edit-email {
    height: 45px !important;
    line-height: 45px !important;
    background: #F6F6F6;
    padding-left: 15px !important;
    width: 100%;
    border: none !important;
    margin-bottom: 20px;
}

h2.block-title {
    display: none;
}
div#edit-actions {
    text-align: center;
}
label.js-form-required.form-required {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}

select#edit-quel-est-le-sujet-de-votre-demande- {
    height: 45px !important;
    line-height: 45px !important;
    background: #F6F6F6;
    padding-left: 15px !important;
    width: 100%;
    border: none !important;
    margin-bottom: 20px;
}

input#edit-subject {
    height: 45px !important;
    line-height: 45px !important;
    background: #F6F6F6;
    padding-left: 15px !important;
    width: 100%;
    border: none !important;
    margin-bottom: 20px;
}

textarea#edit-message {
    height: 200px;
    background: #F6F6F6;
    padding: 15px !important;
}
div#edit-markup-01 {
    margin-top: 50px;
    font-size: 14px;
      margin-bottom: 50px;
}

div#edit-markup-01 a {
    color: #ea4b3c;
}
input#edit-name::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #657184;
}
textarea#edit-message::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #657184;
}
input#edit-subject::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #657184;
}
input#edit-email::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #657184;
}
select#edit-quel-est-le-sujet-de-votre-demande-::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #657184;
}