#footer-actu form {
    margin-bottom: 0 !important;
}
#footer-actu .fm-form-container.fm-theme1 {
    width: 100% !important;
}
#footer-actu .wdform_section:first-child {
    width: 100%;
}
#footer-actu .wdform_section:first-child .wdform-field {
    padding: 0 !important;
}
#footer-actu .wdform_section:nth-child(2) {
    position: absolute;
    right: 12px;
    width: 25px !important;
}
.trl #footer-actu .wdform_section:nth-child(2) {
    right: unset;
    left:  12px;
}
#footer-actu .wdform_section:nth-child(3) {
    display:none !important;
}

#footer-actu .nf-response-msg {
    position: absolute !important;
    bottom: -5px !important;
    font-style: italic;
}
#footer-actu .nf-response-msg p {
    margin-bottom: 0 !important;
    line-height: 1 !important;
}

#btn-submit {
    position: absolute;
    top: 3px;
    right: 0;
    color: #bfbfbf !important;
    cursor: pointer;
}
.rtl #btn-submit {
    right: unset;
    left: 0;
}
#btn-submit:hover {
    color: #fff !important;
}
#footer-actu form .email-container input {
    width: 100% !important;
    height: 31.25px !important;
    background: transparent !important;
    outline: none !important;
    border-width: 0 0 1px 0 !important;
    border-color: #999 !important;
    padding: 0 30px 0 8px !important;
    font-size: 14px;
}
#footer-actu form .email-container input,
#footer-actu form .email-container input::placeholder,
#footer-actu form .fm-message,
#footer-actu form .fm-not-filled {
    color: #fff !important;
}
#footer-actu form .fm-message {
    margin: 0 !important;
    padding: 0 0 5px !important;
    border: 0 !important;
    background: none !important;
    color: #fff !important;
    text-align: right !important;
    line-height: 1.1;
}
.rtl #footer-actu form .fm-message {
    text-align: left !important;
}
#footer-actu form .fm-message.fm-notice-error {
    color: red !important;
    text-align: left !important;
    padding: 0 8px 5px !important;
}
.rtl #footer-actu form .fm-message.fm-notice-error {
    text-align: right !important;
}
#footer-actu form .fm-not-filled {
    margin: 0 !important;
    padding: 0;
    text-align: left;
    font-style: italic;
}
.rtl #footer-actu form .fm-not-filled {
    text-align: right;
}

#footer-actu:not(.loading) form #btn-submit .fa-spinner,
#footer-actu.loading form #btn-submit .fa-paper-plane {
    display: none;
}
#footer-actu form #btn-submit .fa-spinner {
    animation: rotate .75s linear infinite;
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}
.wdform_row {
    background-color: transparent !important;
}