#form-message-success {
    display: none;
    text-align: center;
    margin-bottom: 21px;
}

input#btn-form {
    background: #00b8ff;
    color: #fff;
    border: 1px solid #949292;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #272727;
}

input#societe,
input#name,
input#email,
input#validation,
textarea#message {
    border-radius: 5px !important;
    border-color: gray !important;
    color: gray !important;
    font-size: 0.91111em;
    width: 100% !important;
}

.form-groups {
    width: 65%;
    margin: 0 auto;
}

div#form-message-warning {
    text-align: center;
    color: red;
}

section.ftco-section {
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #898888;
    width: 95%;
    margin: 6px auto;
    padding: 23px 0 0;
}

textarea#message {
    border-radius: 5px !important;
    border-color: gray !important;
    color: gray !important;
    font-size: 0.91111em;
    height: 110px !important;
}

form label {
    font-size: 0.91111em;
    color: red !important;
}

/* .form-intt {
    width: 60%;
    margin: 0 auto;
} */
h4.heading-section {
    color: #00b8ff;
    text-align: center;
}