.elementor-156 .elementor-element.elementor-element-1ad5dd5c{--display:flex;}.elementor-156 .elementor-element.elementor-element-17a6ff7{width:var( --container-widget-width, 67% );max-width:67%;padding:0px 0px 0px 0px;--container-widget-width:67%;--container-widget-flex-grow:0;border-radius:0px 0px 0px 0px;}.elementor-156 .elementor-element.elementor-element-17a6ff7.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-156 .elementor-element.elementor-element-17a6ff7{--container-widget-width:303px;--container-widget-flex-grow:0;width:var( --container-widget-width, 303px );max-width:303px;}}/* Start custom CSS for shortcode, class: .elementor-element-17a6ff7 *//* ===== CONTAINER PRINCIPAL ===== */
.um.um-login {
    background: linear-gradient(145deg, #001a9d, #0033cc);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    max-width: 450px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

/* Effet lumineux */
.um.um-login::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.um.um-login::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

/* ===== TITRES & LABELS ===== */
.um-form label {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

/* ===== INPUTS ===== */
.um-form .um-form-field {
    width: 100%;
    height: 55px;
    border: none !important;
    border-radius: 14px !important;
    padding: 0 18px !important;
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
    font-size: 15px;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Placeholder */
.um-form .um-form-field::placeholder {
    color: rgba(255,255,255,0.7);
}

/* Focus */
.um-form .um-form-field:focus {
    background: rgba(255,255,255,0.18) !important;
    border: 2px solid #ffffff40 !important;
    box-shadow: 0 0 15px rgba(255,255,255,0.25);
    outline: none;
}

/* Espacement champs */
.um-field {
    margin-bottom: 22px;
}

/* ===== CHECKBOX ===== */
.um-field-checkbox-option {
    color: #fff;
    font-size: 14px;
}

.um-field-checkbox-state {
    border-radius: 6px;
}

/* ===== BOUTON CONNEXION ===== */
.um-button {
    width: 100% !important;
    height: 55px;
    border-radius: 14px !important;
    border: none !important;
    background: #ffffff !important;
    color: #001a9d !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Hover bouton */
.um-button:hover {
    transform: translateY(-3px);
    background: #f2f2f2 !important;
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

/* ===== BOUTON INSCRIPTION ===== */
.um-button.um-alt {
    background: transparent !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    color: #fff !important;
}

.um-button.um-alt:hover {
    background: rgba(255,255,255,0.12) !important;
}

/* ===== LIENS ===== */
.um-link-alt {
    color: #ffffff !important;
    opacity: 0.85;
    text-decoration: none;
    transition: 0.3s;
}

.um-link-alt:hover {
    opacity: 1;
    text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    .um.um-login {
        padding: 30px 20px;
        border-radius: 18px;
    }

    .um-left.um-half,
    .um-right.um-half {
        width: 100%;
        margin-bottom: 15px;
    }

    .um-button {
        width: 100% !important;
    }
}/* End custom CSS */