/**
 * Fichier  : /features/contact-form/assets/css/reCAPTCHA.css
 * Fonction : style du reCAPTCHA
 * Emplacement : popagation sur tout le site via /features/style/index.php
 */


/* ==================================================
   reCAPTCHA
================================================== */

.grecaptcha-badge {
    visibility: hidden !important;
}

p.recaptcha-notice {
    margin-top: .5em;

}

p.recaptcha-notice {
    padding: 8px 12px;
    background-color: rgba(255,255,255,.45);
    border-left: 2px solid #4285F4;
    border-radius: 4px;
}

p.recaptcha-notice,
p.recaptcha-notice a {
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 1.5;
    color: rgba(255,255,255,.85);
}

p.recaptcha-notice a {
    text-decoration: underline !important;
}

p.recaptcha-notice span {
    font-weight: 800;
    letter-spacing: .2px;
    color: #4285F4;
}