.ima-wrapper{max-width:1100px;margin:0 auto;padding:30px 20px;font-family:inherit}
.ima-header{margin-bottom:25px}
.ima-header h1{margin:0 0 5px;font-size:32px}
.ima-header p{margin:0;color:#666}
.ima-notice{padding:14px 18px;border-radius:12px;margin-bottom:20px;font-weight:700}
.ima-success{background:#e8fff0;border:1px solid #b7ebc6;color:#145c2a}
.ima-error{background:#fff0f3;border:1px solid #ffb5c6;color:#82112f}
.ima-error ul{margin:8px 0 0 18px}
.ima-card{background:#fff;border:1px solid #eee;border-radius:18px;padding:28px;margin-bottom:24px;min-width:1200px;}
.ima-card h2{font-size:20px;margin:0 0 22px}
.ima-card p{color:#666}
.ima-grid{display:grid;gap:24px 50px}
.ima-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.ima-field label{display:block;font-weight:700;margin-bottom:7px}
.ima-field input{width:100%;border:1px solid #ddd;border-radius:10px;padding:11px 12px;font-size:15px;background:#fff}
.ima-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px}
.ima-save-actions{margin-bottom:28px}
.ima-btn{display:inline-block;background:#000;color:#fff!important;text-decoration:none!important;border:0;border-radius:999px;padding:12px 22px;font-size:13px;letter-spacing:2px;cursor:pointer}
.ima-danger{background:#ec174f}
.ima-two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.ima-table-wrap{overflow-x:auto}
.ima-table{width:100%;border-collapse:collapse}
.ima-table th,.ima-table td{padding:12px 10px;border-bottom:1px solid #eee;text-align:left;font-size:14px}
.ima-table th{font-weight:700}
.ima-link{font-weight:700}
.ima-login{text-align:center}
@media(max-width:900px){.ima-profile-grid,.ima-two-cols{grid-template-columns:1fr}}

.ima-auth-wrapper{display:flex;gap:40px}.ima-auth-col{flex:1;background:#fff;padding:30px;border-radius:20px}.ima-auth-sep{width:1px;background:#ddd}


/* INDALO My Account V5.1 */
.ima-auth-page{
    max-width:1150px;
    margin:0 auto;
    padding:40px 20px;
}
.ima-auth-intro{
    text-align:center;
    color:#fff;
    margin-bottom:35px;
}
.ima-auth-intro h1{
    color:#fff;
    font-size:38px;
    margin:0 0 10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.ima-auth-intro p{
    color:#d8d8d8;
    margin:0;
}
.ima-auth-wrapper{
    display:grid!important;
    grid-template-columns:1fr 1px 1fr;
    gap:35px;
    align-items:stretch;
}
.ima-auth-col{
    background:#fff;
    color:#000;
    padding:38px;
    border-radius:24px;
	min-width:1140px;
}
.ima-auth-col h2{
    font-size:28px;
    margin:0 0 22px;
    color:#000;
}
.ima-auth-sep{
    background:#fff!important;
    opacity:.35;
    width:1px!important;
}
.ima-auth-form .ima-field{
    margin-bottom:18px;
}
.ima-checkbox{
    display:block;
    margin:8px 0 20px;
    font-size:14px;
}
.ima-lost{
    margin:18px 0 0;
}
.ima-lost a{
    color:#000;
    text-decoration:underline;
}
.ima-benefits{
    margin:0 0 22px 18px;
    padding:0;
}
.ima-benefits li{
    margin-bottom:8px;
}
.ima-auth-sub{
    color:#555;
    margin-top:-10px;
}
@media(max-width:900px){
    .ima-auth-wrapper{
        grid-template-columns:1fr!important;
    }
    .ima-auth-sep{
        display:none;
    }
    .ima-auth-intro h1{
        font-size:28px;
    }
}

/* Formulaire d’inscription sur toute la largeur */
.ima-auth-wrapper.ima-auth-register-mode{
    display:block!important;
    width:100%;
}
.ima-auth-register-mode .ima-register-page{
    width:100%;
    max-width:none;
    box-sizing:border-box;
}
.ima-auth-register-mode .ima-register-form{
    width:100%;
}
