.elementor-5570 .elementor-element.elementor-element-d45c65d{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-5570:not(.elementor-motion-effects-element-type-background), body.elementor-page-5570 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-4d31a3a *//* ==========================================================================
   FORMULAIRE DE CONNEXION EDD - STYLE VERT DOMINANT
   Charte : Vert (#00CC63) / Blanc / Noir
   ========================================================================== */

/* 1. CONTENEUR PRINCIPAL DU FORMULAIRE */
#edd_login_form {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 40px;
    border-radius: 12px;
    max-width: 450px; /* Aligne le formulaire sur une largeur standard de login SaaS */
    margin: 0 auto 30px auto; /* Centre le bloc sur la page */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

/* Titre du formulaire (si généré par le fieldset) */
#edd_login_form legend {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: -0.02em;
}

#edd_login_form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

/* 2. LABELS ET CHAMPS DE SAISIE */
#edd_login_form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 8px;
}

#edd_login_form input[type="text"],
#edd_login_form input[type="password"] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #ffffff;
    color: #111111;
    font-size: 15px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}

/* Focus sur les champs : Bordure passe au Vert */
#edd_login_form input[type="text"]:focus,
#edd_login_form input[type="password"]:focus {
    border-color: #00CC63;
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 204, 99, 0.1);
}

/* 3. CASE À COCHÈRE "SE SOUVENIR DE MOI" */
#edd_login_form .edd-login-remember {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#edd_login_form .edd-login-remember label {
    margin-bottom: 0;
    margin-left: 8px;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
}

#edd_login_form .edd-login-remember input[type="checkbox"] {
    accent-color: #00CC63; /* Force la case à cocher en vert sur les navigateurs modernes */
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* 4. BOUTON DE CONNEXION (VERT) */
#edd_login_form input[type="submit"] {
    background-color: #00CC63 !important;
    color: #ffffff !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer;
    width: 100%; /* Bouton toute largeur */
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 204, 99, 0.3);
}

/* Au survol, le bouton passe au noir pour le côté premium */
#edd_login_form input[type="submit"]:hover {
    background-color: #111111 !important;
    box-shadow: 0 4px 14px rgba(17, 17, 17, 0.2);
}

/* 5. LIENS EN BAS DE PAGE (Mot de passe oublié, etc.) */
#edd_login_form .edd-login-links {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
}

#edd_login_form .edd-login-links a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
    margin: 0 5px;
}

#edd_login_form .edd-login-links a:hover {
    color: #00CC63; /* Devient vert au survol */
}/* End custom CSS */