/*
 Theme Name:   Astra Child
 Theme URI:    https:/modalio.fr/
 Description:  Astra Child Theme
 Author:       Alter Instruments
 Author URI:   https://alterinstruments.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astra-child
*/



/* cacher l'icône de reCAPTCHA de Google */

.grecaptcha-badge {
    visibility: hidden;
}


/* faire le bouton Mailchimp comme le bouton de Contact From 7 */

.custom-mailchimp-button {
    border: 1px solid var(--ast-global-color-0);
    color: rgba(255, 255, 255, 0.77) !important; /* Même couleur que Contact Form 7 */
    background-color: transparent;
    padding: 30px 20px !important;
    font-family: inherit !important; /* Hérite de Montserrat */
    font-weight: 500;
    font-size: 17px !important; /* Corriger à 17px pour correspondre */
    line-height: 1em;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
}

/* Cible les champs de saisie du formulaire Mailchimp */
#mc_embed_signup .mc-field-group input,
#mc_embed_signup .mc-field-group textarea {
    color: rgba(255, 255, 255, 0.77) !important; /* Même couleur que Contact Form 7 */
    font-family: inherit !important; /* Hérite de Montserrat */
    font-weight: inherit !important; /* Hérite du poids de la police */
}

/*
.optionalParent {
    width: 550px !important;
    min-width: unset !important;
    display: inline-block !important;
}
*/