.elementor-429 .elementor-element.elementor-element-4a96841 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-429 .elementor-element.elementor-element-4a96841 > .elementor-background-overlay{background-color:var( --e-global-color-astglobalcolor2 );opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-429 .elementor-element.elementor-element-4a96841{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-429 .elementor-element.elementor-element-426ce3a > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-429 .elementor-element.elementor-element-426ce3a > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7b571d9 *//* --- STYLE SPÉCIFIQUE POUR LE FORMULAIRE --- */
        
        /* Cible les conteneurs de SureForms */
        .contact-card .sureforms-form, 
        .contact-card form {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        /* Style des champs de saisie (Input et Textarea) */
        .contact-card input[type="text"],
        .contact-card input[type="email"],
        .contact-card input[type="tel"],
        .contact-card input[type="number"],
        .contact-card textarea,
        .contact-card select {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ccc; /* Bordure visible */
            border-radius: 8px;
            background-color: #ffffff !important; /* Fond blanc forcé */
            color: #333; /* Texte foncé */
            font-size: 1rem;
            box-sizing: border-box;
            transition: border-color 0.3s, box-shadow 0.3s;
        }

        /* Effet au clic (Focus) */
        .contact-card input:focus, 
        .contact-card textarea:focus {
            border-color: var(--mlr-blue);
            outline: none;
            box-shadow: 0 0 0 3px rgba(26, 100, 160, 0.2);
        }

        /* Style du bouton d'envoi */
        .contact-card button[type="submit"],
        .contact-card .sureforms-submit {
            background-color: var(--mlr-blue) !important;
            color: white !important;
            padding: 15px 25px;
            border: none;
            border-radius: 8px;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            transition: background 0.3s ease;
            width: 100%;
            margin-top: 10px;
        }

        .contact-card button[type="submit"]:hover {
            background-color: #145285 !important;
        }

        /* Style des labels (si présents) */
        .contact-card label {
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
            color: var(--mlr-dark);
            font-size: 0.9rem;
        }
        /* 1. Force la couleur du texte que l'on écrit (saisie) */
.contact-card input, 
.contact-card textarea, 
.contact-card select {
    color: #000000 !important; /* TEXTE NOIR QUAND ON ÉCRIT */
    background-color: #ffffff !important; /* FOND BLANC */
    border: 2px solid #333333 !important; /* BORDURE BIEN VISIBLE */
    opacity: 1 !important;
    -webkit-text-fill-color: #000000 !important; /* Spécial pour iPhone/Safari */
}

/* 2. Force la couleur même quand le champ est sélectionné (Focus) */
.contact-card input:focus, 
.contact-card textarea:focus {
    color: #000000 !important;
    background-color: #f9f9f9 !important;
    border-color: #1a64a0 !important; /* Bordure bleue MLR au clic */
}

/* 3. Assure que les labels (Nom, Email, etc.) sont aussi foncés */
.contact-card label, 
.contact-card .sureforms-label {
    color: #222222 !important;
    font-weight: bold !important;
}

/* 4. Si vous avez des listes déroulantes (Select) */
.contact-card option {
    color: #000000 !important;
    background-color: #ffffff !important;
}/* End custom CSS */