 /* ========================================
   AKAR LOGIN - SPLIT SCREEN
   ======================================== */
[data-main-object="ir.ui.view(328,)"]  footer#bottom ,
 [data-main-object="ir.ui.view(328,)"]  nav#mobile-header-menu,
 [data-main-object="ir.ui.view(328,)"] .mobile-header-overlay,
 [data-main-object="ir.ui.view(328,)"] button#mobile-header-toggle,
 [data-main-object="ir.ui.view(328,)"] header#global-header ,

 [data-main-object="ir.ui.view(329,)"]  footer#bottom ,
 [data-main-object="ir.ui.view(329,)"]  nav#mobile-header-menu,
 [data-main-object="ir.ui.view(329,)"] .mobile-header-overlay,
 [data-main-object="ir.ui.view(329,)"] button#mobile-header-toggle,
 [data-main-object="ir.ui.view(329,)"] header#global-header,

 [data-main-object="ir.ui.view(173,)"]  footer#bottom ,
 [data-main-object="ir.ui.view(173,)"]  nav#mobile-header-menu,
 [data-main-object="ir.ui.view(173,)"] .mobile-header-overlay,
 [data-main-object="ir.ui.view(173,)"] button#mobile-header-toggle,
 [data-main-object="ir.ui.view(173,)"] header#global-header { display: none;}

 


body.o_connected_user { padding-top: 0 !important; }

.o_login_layout {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    background: white !important;
}

.oe_website_login_container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.akar_split_container {
    display: flex;
    min-height: 100vh;
    width: 100%;
    background: white;
    position: relative;
}

/* ========================================
   PARTIE GAUCHE
   ======================================== */

.akar_login_left {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    background: #053333; /* fallback */
    /* PAS de background-image ici — géré par akar_slide_bg */
}

/* ========================================
   SLIDES
   ======================================== */

.akar_slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.akar_slide.active {
    opacity: 1;
    pointer-events: auto;
}

/* ========================================
   SLIDE BG - IMAGE EN FULLSCREEN
   ======================================== */

.akar_slide_bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

/* Overlay dégradé sombre */
.akar_slide_bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.20) 60%,
        transparent 100%
    );
}

/* ========================================
   SLIDE TEXT
   ======================================== */

.akar_slide_text {
    position: relative;
    z-index: 2;
    padding: 60px;
    padding-bottom: 90px; /* espace pour les dots */
}

.akar_slide_text h1 {
    font-size: clamp(2rem, 3.5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.15;
    color: white;
}

.akar_slide_text p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 0;
    line-height: 1.6;
    color: white;
}

/* ========================================
   LEFT CONTENT (dots wrapper)
   ======================================== */

.akar_left_content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

/* ========================================
   DOTS
   ======================================== */

.akar_slider_dots {
    position: absolute;
    bottom: 40px;
    left: 60px;
    display: flex;
    gap: 10px;
    z-index: 3;
}

.akar_dot {
    height: 4px;
    width: 40px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.akar_dot.active {
    background: white;
}

/* ========================================
   PARTIE DROITE
   ======================================== */

.akar_login_right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: white;
    overflow-y: auto;
}

.logo-website {
    padding-bottom: 10%;
    margin: 0 auto;
    display: table;
}

.akar_login_form_wrapper {
    width: 100%;
    max-width: 420px;
    padding: 0 7%;
}

.akar_login_header {
    margin-bottom: 30px;
    text-align: center;
}

.akar_login_header h2 {
    color: #1a1a3a;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 8px;
}



a.forgotpwd{
    font-size: 0.88rem;
    width: max-content;
    margin: 0 auto;
}

a.forgotpwd:hover{
    text-decoration: underline;
}




.akar_login_header p {
    color: #6c757d;
}

/* Style des éléments Odoo */
.akar_login_right form,
.akar_login_right .o_user_switch,
.akar_login_right owl-component {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
}

.akar_login_right .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 14px;
    height: auto;
}

.akar_login_right .btn-primary {
    background: #394a3b !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px !important;
    font-weight: 600 !important;
    width: 100% !important;
}

.akar_login_right .btn-primary:hover {
    opacity: 0.9;
}

.akar_divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 30px 0;
    color: #adb5bd;
}

.akar_divider::before,
.akar_divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #eee;
}

.akar_divider span {
    padding: 0 15px;
    font-size: 0.85rem;
}

.akar_social_login {
    display: flex;
    gap: 15px;
}

.akar_social_btn {
    flex: 1;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #444;
    font-size: 0.9rem;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 992px) {
    .akar_login_left { display: none; }
}