/**
 * Styles pour reCAPTCHA et formulaire Brevo
 */

/* Screen reader text */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Badge reCAPTCHA en bas de page */
.grecaptcha-badge {
    transform: scale(0.5);
    transform-origin: bottom left;
    margin-right: -35px;
    margin-bottom: -15px;
}

.sib-footer p label{
    margin-bottom:5px;
    color:white;    
}
