.honeypot {
    position: absolute;
    left: -9999px;
}

#myAlert{
    opacity: 1;
/*    position: absolute;*/
    z-index: 99999999;
    top: 10px;
    right: 10px;
}

.alert-light {
    color: var(--orange);
    background-color: white;
    border-color: var(--orange);
}

/* Masquer le badge recaptcha */
.grecaptcha-badge { visibility: hidden; }