.elementor-23 .elementor-element.elementor-element-41bb4c38{--display:flex;--min-height:566px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:120px;--padding-bottom:120px;--padding-left:016px;--padding-right:016px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-23 .elementor-element.elementor-element-4389b570{padding:0px 0px 020px 0px;}.elementor-23 .elementor-element.elementor-element-4389b570 img{width:27%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23 .elementor-element.elementor-element-346d579a .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:30px;font-weight:600;color:#8C7CF4;}.elementor-23 .elementor-element.elementor-element-176805cf .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:15px;font-weight:600;color:var( --e-global-color-text );}.elementor-23 .elementor-element.elementor-element-5cedd5d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-23 .elementor-element.elementor-element-813832c .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:15px;font-weight:400;color:var( --e-global-color-text );}.elementor-23 .elementor-element.elementor-element-2e934e5 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:15px;font-weight:400;text-decoration:underline;color:#FF9800;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-23 .elementor-element.elementor-element-4389b570 img{width:48%;}.elementor-23 .elementor-element.elementor-element-346d579a .elementor-heading-title{font-size:25px;}}@media(min-width:768px){.elementor-23 .elementor-element.elementor-element-41bb4c38{--content-width:1240px;}}/* Start custom CSS for shortcode, class: .elementor-element-3dd777fc *//* CONTENEUR */
.custom-login {
    max-width: 420px;
    margin: auto;
    padding: 35px;
    background: #f3f3f7;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
}

/* LABELS */
.custom-login label {
    font-size: 12px;
    letter-spacing: 2px;
    color: #6c63ff;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

/* WRAP INPUT (important pour icônes) */
.custom-login p {
    position: relative;
}

/* INPUTS */
.custom-login input[type="email"],
.custom-login input[type="text"],
.custom-login input[type="password"] {
    width: 100%;
    padding: 14px 45px;
    border-radius: 12px;
    border: 1px solid #dcdcf5;
    background: #ececf4;
    font-size: 14px;
}

/* ICÔNE EMAIL */
.custom-login p:nth-of-type(1)::before {
    content: "✉";
    position: absolute;
    left: 15px;
    top: 38px;
    color: #9aa0b5;
}

/* ICÔNE PASSWORD */
.custom-login p:nth-of-type(2)::before {
    content: "🔒";
    position: absolute;
    left: 15px;
    top: 38px;
    font-size: 14px;
}

/* ICÔNE OEIL */
.custom-login p:nth-of-type(2)::after {
    content: "👁";
    position: absolute;
    right: 15px;
    top: 38px;
    cursor: pointer;
    opacity: 0.6;
}

/* FORGOT PASSWORD (ton style conservé) */
.custom-login a {
    display: block;
    text-align: right;
    color: #ff9800;
    font-size: 13px;
    margin-top: 5px;
    text-decoration: none;
}

/* BOUTON */
.custom-login input[type="submit"] {
    width: 100%;
    padding: 16px;
    margin-top: 20px;
    border-radius: 14px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    background: linear-gradient(135deg, #6c63ff, #7e7bff);
    box-shadow: 0 12px 25px rgba(108,99,255,0.3);
    transition: 0.3s;
}

.custom-login input[type="submit"]:hover {
    transform: translateY(-2px);
}

/* TEXTE "OR" */
.custom-login .or {
    display: flex;
    align-items: center;
    margin: 25px 0;
    color: #999;
    font-size: 13px;
}

.custom-login .or::before,
.custom-login .or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #dcdcf5;
    margin: 0 10px;
}

/* REGISTER BOX */
.custom-login .register-box {
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    background: #fff4e8;
    border: 1px solid #ffd8a8;
    font-size: 14px;
}

.custom-login .register-box a {
    color: #ff9800;
    font-weight: 600;
}

/* 🔥🔥 CORRECTION DOUBLON (VERSION GLOBALE FORCÉE) */
.mepr-forgot-password,
.lost_password,
.mp_wrapper .lost_password,
.mp-login-form .mepr-login-actions {
    display: none !important;
}

/* 🔥 SOLUTION ULTIME (si encore doublon) */
a[href*="lostpassword"]:not(:last-of-type) {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-41bb4c38 */.elementor-23 .elementor-element.elementor-element-41bb4c38 {
background: linear-gradient(135deg, 
rgb(240, 239, 255) 0%, 
rgb(253, 246, 236) 50%, 
rgb(238, 238, 255) 100%);
}/* End custom CSS */