label.required:before {
    content: "*";
    color: red;
}

.help-text {
    font-size: 0.8em;
    font-style: italic;
}

.spinner-action,
.block-body,
.payement,
.block-link {
    display: none;
}



/* -------------------------  MAILER ---------------------------------- */
.btn-email {
    background-color: #366cdf;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

}

/* -------------------------   ---------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);

html {
    height: 100%;
}

.ff {
    display: flex;
    height: 100%;
    background-color: #55A4E9;
}

.word {
    margin: auto;
    color: white;
    font: 700 normal 3em/1.5 "Montserrat", sans-serif;
    text-shadow: 1px 2px #288ce3, 2px 4px #288ce3, 3px 6px #288ce3, 4px 8px #288ce3, 5px 10px #288ce3, 6px 12px #288ce3, 7px 14px #288ce3, 8px 16px #288ce3, 9px 18px #288ce3, 10px 20px #288ce3;
}