.elementor-843 .elementor-element.elementor-element-fca2912{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-ba94cc1 *//* Styles du formulaire front-end de connexion */
.elementor-843 .elementor-element.elementor-element-ba94cc1 .sfl-login-form {
    max-width: 360px;
    margin: 30px auto;
    padding: 25px 30px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    /*font-family: system-ui, sans-serif;*/
    font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
font-size: var( --e-global-typography-text-font-size );
font-weight: var( --e-global-typography-text-font-weight );
color: var( --e-global-color-text );
}

.sfl-login-form p {
    margin-bottom: 18px;
}

.sfl-login-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #374151;
}

.sfl-login-form input[type=text],
.sfl-login-form input[type=password] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    outline: none;
    transition: all .2s ease-in-out;
    background: #f9fafb;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
font-size: var( --e-global-typography-text-font-size );
font-weight: var( --e-global-typography-text-font-weight );
color: var( --e-global-color-text );
}

.sfl-login-form input[type=text]:focus,
.sfl-login-form input[type=password]:focus {
    border-color: #3b82f6;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(59,130,246,0.25);
}

.sfl-login-form button {
    width: 100%;
    padding: 12px;
    font-family: "Montserrat-Regular", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background: var( --e-global-color-primary );
    color: #fff;
}

.sfl-login-form button:hover {
    background: rgba(21, 20, 26, 0.4);
}

.sfl-error {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    padding: 10px 12px;
    border-radius: 6px;
    text-align: center;
    color: #b91c1c;
    font-weight: 600;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
font-size: var( --e-global-typography-text-font-size );
}

.sfl-logged-in {
    max-width: 360px;
    margin: 30px auto;
    padding: 20px;
    background: #ecfdf5;
    border-left: 4px solid #10b981;
    border-radius: 8px;
    color: #065f46;
    /*font-size: 16px;*/
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
font-size: var( --e-global-typography-text-font-size );
}/* End custom CSS */