/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* ============================================================
   IOTLYNK
   LOGIN PAGE
   ============================================================ */


/* ============================================================
   PAGE GENERALE
   ============================================================ */

.login-page[b-q60bbsnz5m] {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    font-family: "Segoe UI", Arial, sans-serif;
}


/* ============================================================
   STRUCTURE PRINCIPALE
   ============================================================ */

.login-shell[b-q60bbsnz5m] {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    display: grid;
    grid-template-columns: minmax(500px, 46%) minmax(520px, 54%);
    align-items: stretch;
    background: #ffffff;
}


/* ============================================================
   PANNEAU GAUCHE
   DESKTOP
   ============================================================ */

.login-brand-panel[b-q60bbsnz5m] {
    position: relative;
    min-width: 0;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 58px 62px 38px 62px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient( 145deg, #192a44 0%, #14253d 52%, #0f1f34 100% );
}


/* ============================================================
   DECORATIONS ARRIERE PLAN
   ============================================================ */

.brand-decoration[b-q60bbsnz5m] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}


.brand-decoration-one[b-q60bbsnz5m] {
    width: 560px;
    height: 560px;
    top: -280px;
    right: -300px;
    background: radial-gradient( circle, rgba(67, 169, 232, 0.18) 0%, rgba(67, 169, 232, 0) 70% );
}


.brand-decoration-two[b-q60bbsnz5m] {
    width: 650px;
    height: 650px;
    left: -350px;
    bottom: -390px;
    background: radial-gradient( circle, rgba(36, 90, 165, 0.14) 0%, rgba(36, 90, 165, 0) 70% );
}


/* ============================================================
   CONTENU GAUCHE
   ============================================================ */

.brand-content[b-q60bbsnz5m] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 610px;
    min-width: 0;
}


/* ============================================================
   LOGO DESKTOP
   ============================================================ */

.brand-logo-zone[b-q60bbsnz5m] {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 46px;
    padding: 0;
    overflow: visible;
}


    .brand-logo-zone img[b-q60bbsnz5m],
    .brand-logo[b-q60bbsnz5m] {
        display: block !important;
        width: 255px !important;
        height: auto !important;
        max-width: calc(100% - 10px) !important;
        max-height: 82px !important;
        margin: 0 !important;
        padding: 0 !important;
        object-fit: contain !important;
        object-position: left center !important;
        overflow: visible !important;
    }


/* ============================================================
   PETIT TITRE
   ============================================================ */

.brand-kicker[b-q60bbsnz5m] {
    margin-bottom: 18px;
    color: #62b4ee;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* ============================================================
   GRAND TITRE
   ============================================================ */

.brand-content h1[b-q60bbsnz5m] {
    max-width: 590px;
    margin: 0 0 22px 0;
    color: #ffffff;
    font-size: clamp( 38px, 3.7vw, 56px );
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.4px;
}


    .brand-content h1 span[b-q60bbsnz5m] {
        display: block;
        margin-top: 5px;
        color: #62b4ee;
    }


/* ============================================================
   DESCRIPTION
   ============================================================ */

.brand-description[b-q60bbsnz5m] {
    max-width: 580px;
    margin: 0 0 42px 0;
    color: rgba( 255, 255, 255, 0.76 );
    font-size: 15px;
    line-height: 1.7;
}


/* ============================================================
   FEATURES
   ============================================================ */

.brand-features[b-q60bbsnz5m] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}


.brand-feature[b-q60bbsnz5m] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}


.feature-icon[b-q60bbsnz5m] {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid rgba(98, 180, 238, 0.28);
    border-radius: 10px;
    color: #62b4ee;
    background: rgba(67, 169, 232, 0.08);
}


    .feature-icon svg[b-q60bbsnz5m] {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


.brand-feature > div:last-child[b-q60bbsnz5m] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.brand-feature strong[b-q60bbsnz5m] {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}


.brand-feature span[b-q60bbsnz5m] {
    max-width: 460px;
    color: rgba( 255, 255, 255, 0.62 );
    font-size: 12px;
    line-height: 1.5;
}


/* ============================================================
   FOOTER GAUCHE
   ============================================================ */

.brand-footer[b-q60bbsnz5m] {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
    margin-top: 45px;
    padding-top: 22px;
    border-top: 1px solid rgba( 255, 255, 255, 0.10 );
}


.brand-footer-status[b-q60bbsnz5m] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba( 255, 255, 255, 0.72 );
    font-size: 10px;
}


.status-dot[b-q60bbsnz5m] {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #37c973;
    box-shadow: 0 0 0 4px rgba( 55, 201, 115, 0.10 );
}


.brand-footer-copyright[b-q60bbsnz5m] {
    color: rgba( 255, 255, 255, 0.38 );
    font-size: 10px;
}


/* ============================================================
   PANNEAU DROIT
   ============================================================ */

.login-form-panel[b-q60bbsnz5m] {
    min-width: 0;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 48px 70px;
    background: #ffffff;
}


.login-form-container[b-q60bbsnz5m] {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
}


/* ============================================================
   LOGO MOBILE
   Invisible sur desktop
   ============================================================ */

.mobile-brand[b-q60bbsnz5m] {
    display: none;
}


.mobile-brand-logo[b-q60bbsnz5m] {
    width: 100%;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}


    .mobile-brand-logo img[b-q60bbsnz5m] {
        display: block !important;
        width: 180px !important;
        height: auto !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
    }


/* ============================================================
   HEADER LOGIN
   ============================================================ */

.login-header[b-q60bbsnz5m] {
    margin-bottom: 32px;
}


.login-kicker[b-q60bbsnz5m] {
    margin-bottom: 10px;
    color: #1976c9;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
}


.login-header h2[b-q60bbsnz5m] {
    margin: 0 0 8px 0;
    color: #172033;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.8px;
}


.login-header p[b-q60bbsnz5m] {
    margin: 0;
    color: #78849a;
    font-size: 14px;
    line-height: 1.55;
}


/* ============================================================
   MESSAGE ERREUR
   ============================================================ */

.login-error-message[b-q60bbsnz5m] {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 24px;
    padding: 14px 15px;
    border: 1px solid #f0c4c1;
    border-radius: 8px;
    box-sizing: border-box;
    color: #a52828;
    background: #fff5f4;
    font-size: 12px;
    line-height: 1.5;
}


.login-error-icon[b-q60bbsnz5m] {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: #d64242;
    font-size: 12px;
    font-weight: 700;
}


/* ============================================================
   CHAMPS
   ============================================================ */

.form-field[b-q60bbsnz5m] {
    width: 100%;
    margin-bottom: 21px;
}


    .form-field > label[b-q60bbsnz5m],
    .password-label-row label[b-q60bbsnz5m] {
        display: block;
        margin-bottom: 8px;
        color: #303a4d;
        font-size: 12px;
        font-weight: 600;
    }


.password-label-row[b-q60bbsnz5m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}


.forgot-password-link[b-q60bbsnz5m] {
    margin-bottom: 8px;
    color: #1976c9;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
}


    .forgot-password-link:hover[b-q60bbsnz5m] {
        color: #125fa4;
        text-decoration: underline;
    }


/* ============================================================
   INPUT CONTAINER
   ============================================================ */

.input-container[b-q60bbsnz5m] {
    position: relative;
    width: 100%;
}


.input-icon[b-q60bbsnz5m] {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8895a8;
    transform: translateY(-50%);
    pointer-events: none;
}


    .input-icon svg[b-q60bbsnz5m] {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


/* ============================================================
   INPUT BLAZOR
   ============================================================ */

[b-q60bbsnz5m] .login-input {
    width: 100% !important;
    height: 48px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 15px 0 45px !important;
    border: 1px solid #d6e0ec !important;
    border-radius: 8px !important;
    outline: none !important;
    color: #202b3d !important;
    background: #eaf2fd !important;
    font-family: inherit !important;
    font-size: 13px !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}


    [b-q60bbsnz5m] .login-input:hover {
        border-color: #b8c6d8 !important;
    }


    [b-q60bbsnz5m] .login-input:focus {
        border-color: #68a7df !important;
        background: #ffffff !important;
        box-shadow: 0 0 0 3px rgba( 25, 118, 201, 0.09 ) !important;
    }


    [b-q60bbsnz5m] .login-input::placeholder {
        color: #a1aabb;
    }


/* ============================================================
   VALIDATION
   ============================================================ */

[b-q60bbsnz5m] .validation-message {
    display: block;
    margin-top: 6px;
    color: #cf3e3e;
    font-size: 11px;
}


/* ============================================================
   REMEMBER ME
   ============================================================ */

.remember-row[b-q60bbsnz5m] {
    display: flex;
    align-items: center;
    margin: 2px 0 25px 0;
}


.remember-label[b-q60bbsnz5m] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #5d687a;
    cursor: pointer;
    font-size: 12px;
}


[b-q60bbsnz5m] .remember-checkbox {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    accent-color: #1976c9;
    cursor: pointer;
}


/* ============================================================
   BOUTON CONNEXION
   ============================================================ */

.login-button[b-q60bbsnz5m] {
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;
    padding: 0 20px;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient( 135deg, #2382d5, #1976c9 );
    box-shadow: 0 5px 14px rgba( 25, 118, 201, 0.20 );
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}


    .login-button:hover[b-q60bbsnz5m] {
        transform: translateY(-1px);
        box-shadow: 0 7px 18px rgba( 25, 118, 201, 0.26 );
    }


    .login-button:active[b-q60bbsnz5m] {
        transform: translateY(0);
    }


    .login-button svg[b-q60bbsnz5m] {
        width: 17px;
        height: 17px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


/* ============================================================
   SECURITE
   ============================================================ */

.security-box[b-q60bbsnz5m] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    margin-top: 27px;
    padding: 14px 15px;
    border: 1px solid #e1e8f1;
    border-radius: 8px;
    background: #f8fafc;
}


.security-icon[b-q60bbsnz5m] {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #168a49;
    background: #e7f7ed;
}


    .security-icon svg[b-q60bbsnz5m] {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


.security-title[b-q60bbsnz5m] {
    margin-bottom: 2px;
    color: #354154;
    font-size: 11px;
    font-weight: 600;
}


.security-text[b-q60bbsnz5m] {
    color: #8792a4;
    font-size: 10px;
    line-height: 1.4;
}


/* ============================================================
   FOOTER LOGIN
   ============================================================ */

.login-footer[b-q60bbsnz5m] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 27px;
    color: #a0a8b6;
    font-size: 10px;
}


    .login-footer > span:first-child[b-q60bbsnz5m] {
        color: #68758a;
        font-weight: 600;
    }


.footer-separator[b-q60bbsnz5m] {
    color: #c2c8d1;
}


/* ============================================================
   RESPONSIVE 1200 PX
   ============================================================ */

@media (max-width: 1200px) {

    .login-shell[b-q60bbsnz5m] {
        grid-template-columns: minmax(430px, 44%) minmax(490px, 56%);
    }


    .login-brand-panel[b-q60bbsnz5m] {
        padding: 48px 42px 34px 42px;
    }


    .brand-logo-zone img[b-q60bbsnz5m],
    .brand-logo[b-q60bbsnz5m] {
        width: 230px !important;
    }


    .brand-content h1[b-q60bbsnz5m] {
        font-size: 40px;
    }


    .brand-description[b-q60bbsnz5m] {
        font-size: 14px;
    }


    .login-form-panel[b-q60bbsnz5m] {
        padding: 45px 48px;
    }
}


/* ============================================================
   DESKTOP AVEC HAUTEUR REDUITE
   Evite que le bas du panneau gauche soit coupe.
   ============================================================ */

@media (min-width: 851px) and (max-height: 900px) {

    .login-brand-panel[b-q60bbsnz5m] {
        padding-top: 30px;
        padding-bottom: 22px;
    }

    .brand-logo-zone[b-q60bbsnz5m] {
        min-height: 52px;
        margin-bottom: 24px;
    }

        .brand-logo-zone img[b-q60bbsnz5m],
        .brand-logo[b-q60bbsnz5m] {
            width: 220px !important;
            max-height: 68px !important;
        }

    .brand-kicker[b-q60bbsnz5m] {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .brand-content h1[b-q60bbsnz5m] {
        margin-bottom: 14px;
        font-size: clamp(36px, 3.2vw, 44px);
        line-height: 1.04;
    }

        .brand-content h1 span[b-q60bbsnz5m] {
            margin-top: 3px;
        }

    .brand-description[b-q60bbsnz5m] {
        margin-bottom: 22px;
        font-size: 13px;
        line-height: 1.48;
    }

    .brand-features[b-q60bbsnz5m] {
        gap: 12px;
    }

    .brand-feature[b-q60bbsnz5m] {
        gap: 12px;
    }

    .feature-icon[b-q60bbsnz5m] {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

        .feature-icon svg[b-q60bbsnz5m] {
            width: 18px;
            height: 18px;
        }

    .brand-feature strong[b-q60bbsnz5m] {
        font-size: 12px;
    }

    .brand-feature span[b-q60bbsnz5m] {
        font-size: 10px;
        line-height: 1.35;
    }

    .brand-footer[b-q60bbsnz5m] {
        margin-top: 18px;
        padding-top: 13px;
    }

    .login-form-panel[b-q60bbsnz5m] {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .login-header[b-q60bbsnz5m] {
        margin-bottom: 24px;
    }

    .form-field[b-q60bbsnz5m] {
        margin-bottom: 17px;
    }

    .remember-row[b-q60bbsnz5m] {
        margin-bottom: 20px;
    }

    .security-box[b-q60bbsnz5m] {
        margin-top: 20px;
    }

    .login-footer[b-q60bbsnz5m] {
        margin-top: 18px;
    }
}


/* ============================================================
   TABLETTE / MOBILE

   OPTION A
   LOGO COULEUR CENTRE SUR FOND CLAIR
   ============================================================ */

@media (max-width: 850px) {

    .login-page[b-q60bbsnz5m] {
        overflow-x: hidden;
        overflow-y: auto;
        background: #f6f8fb;
    }


    .login-shell[b-q60bbsnz5m] {
        display: block;
        width: 100%;
        min-height: 100vh;
        min-height: 100dvh;
        background: #f6f8fb;
    }


    /* ========================================================
       MASQUER LE PANNEAU DESKTOP
       ======================================================== */

    .login-brand-panel[b-q60bbsnz5m] {
        display: none !important;
    }


    /* ========================================================
       FORMULAIRE MOBILE
       ======================================================== */

    .login-form-panel[b-q60bbsnz5m] {
        width: 100%;
        min-height: 100vh;
        min-height: 100dvh;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        box-sizing: border-box;
        padding: 32px 24px 40px 24px;
        background: linear-gradient( 180deg, #f6f8fb 0%, #ffffff 32% );
    }


    .login-form-container[b-q60bbsnz5m] {
        width: 100%;
        max-width: 470px;
        margin: 0 auto;
    }


    /* ========================================================
       LOGO MOBILE
       CENTRE
       ======================================================== */

    .mobile-brand[b-q60bbsnz5m] {
        display: block !important;
        width: 100%;
        margin: 0 0 34px 0;
        padding: 0;
        text-align: center;
    }


    .mobile-brand-logo[b-q60bbsnz5m] {
        width: 100%;
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }


        .mobile-brand-logo img[b-q60bbsnz5m] {
            display: block !important;
            width: 180px !important;
            height: auto !important;
            max-width: 100% !important;
            max-height: none !important;
            margin: 0 auto !important;
            padding: 0 !important;
            object-fit: contain !important;
            object-position: center center !important;
        }


    /* ========================================================
       TITRE MOBILE
       ======================================================== */

    .login-header[b-q60bbsnz5m] {
        margin-bottom: 28px;
    }


    .login-kicker[b-q60bbsnz5m] {
        margin-bottom: 10px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }


    .login-header h2[b-q60bbsnz5m] {
        font-size: 31px;
        line-height: 1.1;
    }


    .login-header p[b-q60bbsnz5m] {
        max-width: 430px;
        font-size: 14px;
        line-height: 1.55;
    }


    /* ========================================================
       CHAMPS MOBILE
       ======================================================== */

    .form-field[b-q60bbsnz5m] {
        margin-bottom: 19px;
    }


    [b-q60bbsnz5m] .login-input {
        height: 50px !important;
        font-size: 13px !important;
    }


    .login-button[b-q60bbsnz5m] {
        height: 50px;
    }


    .security-box[b-q60bbsnz5m] {
        margin-top: 27px;
    }


    .login-footer[b-q60bbsnz5m] {
        margin-top: 22px;
        margin-bottom: 10px;
    }
}


/* ============================================================
   PETITS MOBILES
   ============================================================ */

@media (max-width: 480px) {

    .login-form-panel[b-q60bbsnz5m] {
        padding: 24px 18px 35px 18px;
    }


    .mobile-brand[b-q60bbsnz5m] {
        margin-bottom: 30px;
        text-align: center;
    }


    .mobile-brand-logo[b-q60bbsnz5m] {
        min-height: 50px;
        justify-content: center;
    }


        .mobile-brand-logo img[b-q60bbsnz5m] {
            width: 185px !important;
            height: auto !important;
            margin: 0 auto !important;
            object-fit: contain !important;
            object-position: center center !important;
        }


    .login-header[b-q60bbsnz5m] {
        margin-bottom: 25px;
    }


    .login-kicker[b-q60bbsnz5m] {
        font-size: 10px;
    }


    .login-header h2[b-q60bbsnz5m] {
        font-size: 29px;
    }


    .login-header p[b-q60bbsnz5m] {
        font-size: 13px;
    }


    .password-label-row[b-q60bbsnz5m] {
        align-items: center;
        gap: 10px;
    }


    .forgot-password-link[b-q60bbsnz5m] {
        white-space: nowrap;
        font-size: 10px;
    }


    [b-q60bbsnz5m] .login-input {
        height: 48px !important;
    }


    .remember-label[b-q60bbsnz5m] {
        font-size: 11px;
    }


    .login-button[b-q60bbsnz5m] {
        height: 49px;
    }


    .security-box[b-q60bbsnz5m] {
        padding: 13px 14px;
    }


    .security-title[b-q60bbsnz5m] {
        font-size: 11px;
    }


    .security-text[b-q60bbsnz5m] {
        font-size: 9px;
    }
}


/* ============================================================
   TRES PETITS ECRANS
   ============================================================ */

@media (max-width: 360px) {

    .login-form-panel[b-q60bbsnz5m] {
        padding: 20px 14px 30px 14px;
    }


    .mobile-brand-logo[b-q60bbsnz5m] {
        justify-content: center;
    }


        .mobile-brand-logo img[b-q60bbsnz5m] {
            width: 145px !important;
            margin: 0 auto !important;
            object-position: center center !important;
        }


    .login-header h2[b-q60bbsnz5m] {
        font-size: 27px;
    }


    .password-label-row[b-q60bbsnz5m] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }


    .forgot-password-link[b-q60bbsnz5m] {
        margin: -3px 0 8px 0;
    }
}
/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-7r2552l8fz] {
    justify-content: start;
    margin: 0.625rem 0 0.625rem 0;
}
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-ak4e18juxi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-ak4e18juxi] {
    display: flex;
    gap: 0.625rem;
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-xat3bjq079] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-xat3bjq079] {
        flex-direction: column;
    }
}
/* /Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-zxa8a3hmqx] {
    margin: 0.625rem 0 0.625rem 0;
}
/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-jzqtv7y53a] {
    height: 100%;
}

.navigation-drawer-shading[b-jzqtv7y53a] {
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: opacity, visibility;
    visibility: visible;
    width: 100%;
    z-index: 99;
    background-color: var(--dxds-color-surface-backdrop-default-rest);
}

.navigation-drawer.mobile.panel-closed .navigation-drawer-shading[b-jzqtv7y53a] {
    opacity: 0;
    visibility: hidden;
}

[b-jzqtv7y53a] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-jzqtv7y53a] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-jzqtv7y53a] {
    display: none;
}

[b-jzqtv7y53a] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-jzqtv7y53a] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-jzqtv7y53a] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-jzqtv7y53a] {
        display: block;
    }

    [b-jzqtv7y53a] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ============================================================
   IOTLYNK
   MAIN LAYOUT
   ============================================================ */


/* ============================================================
   VARIABLES
   ============================================================ */

.iot-shell[b-t54u10gfbq] {
    --sidebar-bg: #18263d;
    --sidebar-dark: #142137;
    --primary: #1976c9;
    --primary-dark: #1466ad;
    --background: #f4f6fa;
    --surface: #ffffff;
    --border: #e4e8ef;
    --text: #172033;
    --text-secondary: #778197;
    height: 100%;
    min-height: 100vh;
}


/* ============================================================
   DRAWER
   ============================================================ */

[b-t54u10gfbq] .navigation-drawer {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 0;
    --dxbl-drawer-panel-footer-bg: transparent;
    --dxbl-drawer-panel-header-bg: transparent;
    --dxbl-drawer-separator-border-width: 0;
    height: 100vh;
}


    [b-t54u10gfbq] .navigation-drawer > .dxbl-drawer-panel {
        background: linear-gradient( 180deg, #18263d 0%, #17243a 55%, #142137 100% ) !important;
        border-right: none !important;
        box-shadow: 3px 0 15px rgba(15, 27, 47, 0.07);
    }


/* ============================================================
   SIDEBAR HEADER
   ============================================================ */

.sidebar-header[b-t54u10gfbq] {
    width: 100%;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 18px 0 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}


/* ============================================================
   LOGO
   ============================================================ */

[b-t54u10gfbq] .brand-link {
    display: flex;
    align-items: center;
    min-width: 0;
    color: inherit !important;
    text-decoration: none !important;
}


    [b-t54u10gfbq] .brand-link:hover,
    [b-t54u10gfbq] .brand-link:visited,
    [b-t54u10gfbq] .brand-link:focus {
        color: inherit !important;
        text-decoration: none !important;
    }


.brand-zone[b-t54u10gfbq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-width: 0;
}


.brand-logo[b-t54u10gfbq] {
    display: block;
    width: 150px;
    height: 42px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    overflow: visible;
}


.brand-subtitle[b-t54u10gfbq] {
    padding-left: 2px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.35px;
}


/* ============================================================
   SIDEBAR TOGGLE
   ============================================================ */

[b-t54u10gfbq] .sidebar-toggle-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: inherit !important;
    text-decoration: none !important;
}


[b-t54u10gfbq] .sidebar-toggle-button {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 7px !important;
    color: rgba(255, 255, 255, 0.80) !important;
    background: rgba(255, 255, 255, 0.065) !important;
}


    [b-t54u10gfbq] .sidebar-toggle-button:hover {
        color: white !important;
        background: rgba(255, 255, 255, 0.12) !important;
    }


/* ============================================================
   SIDEBAR BODY
   ============================================================ */

.sidebar-body[b-t54u10gfbq] {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 0 18px 0;
}


/* ============================================================
   SIDEBAR FOOTER
   ============================================================ */

.sidebar-footer[b-t54u10gfbq] {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px 17px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}


.assistance-box[b-t54u10gfbq] {
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 7px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}


.assistance-icon[b-t54u10gfbq] {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background: #317dcc;
    font-size: 13px;
    font-weight: 700;
}


.assistance-text[b-t54u10gfbq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-width: 0;
}


    .assistance-text strong[b-t54u10gfbq] {
        color: white;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.2;
    }


    .assistance-text span[b-t54u10gfbq] {
        color: rgba(255, 255, 255, 0.56);
        font-size: 9px;
        line-height: 1.2;
    }


/* ============================================================
   MAIN AREA
   ============================================================ */

.main-area[b-t54u10gfbq] {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f4f6fa;
}


/* ============================================================
   TOPBAR
   ============================================================ */

.topbar[b-t54u10gfbq] {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 84px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 32px;
    background: #ffffff;
    border-bottom: 1px solid #e4e8ef;
}


/* ============================================================
   BOUTON OUVERTURE DRAWER
   ============================================================ */

[b-t54u10gfbq] .mobile-menu-link {
    display: none !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: inherit !important;
    text-decoration: none !important;
}


/*
   Quand le Drawer a été fermé sur desktop,
   ce bouton réapparaît dans la topbar.
*/

[b-t54u10gfbq] .drawer-reopen-visible {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    text-decoration: none !important;
}


[b-t54u10gfbq] .mobile-menu-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    border-radius: 7px !important;
}


/* ============================================================
   RECHERCHE
   ============================================================ */

.topbar-search[b-t54u10gfbq] {
    width: 570px;
    max-width: 48vw;
    height: 43px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 0 14px;
    border: 1px solid #dde3eb;
    border-radius: 7px;
    background: #f7f8fb;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}


    .topbar-search:focus-within[b-t54u10gfbq] {
        border-color: #8ebce5;
        background: white;
        box-shadow: 0 0 0 3px rgba(25, 118, 201, 0.07);
    }


.search-icon[b-t54u10gfbq] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #78849a;
}


    .search-icon svg[b-t54u10gfbq] {
        width: 18px;
        height: 18px;
        display: block;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


.topbar-search input[b-t54u10gfbq] {
    width: 100%;
    height: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    outline: none;
    color: #263247;
    background: transparent;
    font-family: inherit;
    font-size: 12px;
}


    .topbar-search input[b-t54u10gfbq]::placeholder {
        color: #9ca6b6;
    }


/* ============================================================
   TOPBAR ACTIONS
   ============================================================ */

.topbar-actions[b-t54u10gfbq] {
    min-width: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}


/* ============================================================
   BOUTONS TOPBAR
   ============================================================ */

.topbar-icon-button[b-t54u10gfbq],
.logout-button[b-t54u10gfbq] {
    position: relative;
    width: 38px;
    height: 38px;
    min-width: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 7px;
    color: #566276;
    background: transparent;
    cursor: pointer;
    transition: color 0.15s ease, background-color 0.15s ease;
}


    .topbar-icon-button:hover[b-t54u10gfbq],
    .logout-button:hover[b-t54u10gfbq] {
        color: #1976c9;
        background: #f3f6fa;
    }


    .topbar-icon-button svg[b-t54u10gfbq],
    .logout-button svg[b-t54u10gfbq] {
        width: 18px;
        height: 18px;
        display: block;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


.apps-button svg[b-t54u10gfbq] {
    fill: currentColor;
    stroke: none;
}


/* ============================================================
   NOTIFICATION
   ============================================================ */

.notification-dot[b-t54u10gfbq] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 6px;
    height: 6px;
    border: 2px solid white;
    border-radius: 50%;
    background: #f08a20;
}


/* ============================================================
   SEPARATEUR
   ============================================================ */

.topbar-separator[b-t54u10gfbq] {
    width: 1px;
    height: 36px;
    flex-shrink: 0;
    margin: 0 10px;
    background: #e5e8ee;
}


/* ============================================================
   PROFIL
   ============================================================ */

[b-t54u10gfbq] .user-profile {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 5px 10px 5px 5px;
    border-radius: 9px;
    color: #263247 !important;
    background: transparent;
    text-decoration: none !important;
    transition: background-color 0.15s ease;
}


    [b-t54u10gfbq] .user-profile:hover {
        color: #263247 !important;
        background: #f5f7fa;
        text-decoration: none !important;
    }


    [b-t54u10gfbq] .user-profile:visited,
    [b-t54u10gfbq] .user-profile:focus,
    [b-t54u10gfbq] .user-profile:active {
        color: #263247 !important;
        text-decoration: none !important;
    }


/* ============================================================
   AVATAR
   ============================================================ */

.user-avatar[b-t54u10gfbq] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background: linear-gradient( 135deg, #1976c9, #2994dc );
    box-shadow: 0 2px 5px rgba(25, 118, 201, 0.17);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}


/* ============================================================
   USER INFO
   ============================================================ */

.user-info[b-t54u10gfbq] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}


    .user-info strong[b-t54u10gfbq] {
        max-width: 170px;
        overflow: hidden;
        color: #263247;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
    }


    .user-info span[b-t54u10gfbq] {
        max-width: 170px;
        overflow: hidden;
        color: #8b95a7;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 10px;
        line-height: 1.2;
    }


/* ============================================================
   LOGOUT
   ============================================================ */

.logout-form[b-t54u10gfbq] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}


/* ============================================================
   LOGIN
   ============================================================ */

[b-t54u10gfbq] .login-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 7px;
    color: white !important;
    background: #1976c9;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
}


/* ============================================================
   ZONE DE SCROLL PRINCIPALE

   IMPORTANT :
   on n'utilise plus le nom .main-content ici,
   afin de ne pas entrer en conflit avec les pages existantes.
   ============================================================ */

.main-scroll-area[b-t54u10gfbq] {
    flex: 1;
    width: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 30px 38px 42px 38px;
    background: #f4f6fa;
    scrollbar-width: thin;
    scrollbar-color: #c7cfdb transparent;
}


/* ============================================================
   CONTENEUR PAGE
   ============================================================ */

.page-content-container[b-t54u10gfbq] {
    width: 100%;
    max-width: 1480px;
    min-height: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
}


    /* ============================================================
   COMPATIBILITE AVEC ANCIENNES PAGES
   ============================================================ */

    .page-content-container[b-t54u10gfbq]  .main-content {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        overflow: visible !important;
    }


    /* ============================================================
   AUTRES CONTENEURS HISTORIQUES
   ============================================================ */

    .page-content-container[b-t54u10gfbq]  .block-content {
        margin-top: 0 !important;
    }


    .page-content-container[b-t54u10gfbq]  .content-wrapper {
        margin-top: 0 !important;
    }


    .page-content-container[b-t54u10gfbq]  .page-wrapper {
        margin-top: 0 !important;
    }


/* ============================================================
   SCROLLBAR
   ============================================================ */

.main-scroll-area[b-t54u10gfbq]::-webkit-scrollbar {
    width: 7px;
}


.main-scroll-area[b-t54u10gfbq]::-webkit-scrollbar-track {
    background: transparent;
}


.main-scroll-area[b-t54u10gfbq]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c7cfdb;
}


    .main-scroll-area[b-t54u10gfbq]::-webkit-scrollbar-thumb:hover {
        background: #aeb8c7;
    }


/* ============================================================
   TABLETTE
   ============================================================ */

@media (max-width: 1100px) {

    .topbar[b-t54u10gfbq] {
        padding: 0 20px;
    }


    .topbar-search[b-t54u10gfbq] {
        width: min(450px, 43vw);
    }


    .user-info[b-t54u10gfbq] {
        display: none;
    }


    .topbar-separator[b-t54u10gfbq] {
        margin: 0 4px;
    }


    [b-t54u10gfbq] .user-profile {
        padding: 4px;
    }


    .main-scroll-area[b-t54u10gfbq] {
        padding: 26px 28px 35px 28px;
    }
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 768px) {

    .main-area[b-t54u10gfbq] {
        height: 100vh;
    }


    .topbar[b-t54u10gfbq] {
        height: 68px;
        gap: 8px;
        padding: 0 12px;
    }


    /*
       Sur mobile le bouton Drawer
       est toujours disponible.
    */

    [b-t54u10gfbq] .mobile-menu-link {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        text-decoration: none !important;
    }


    .topbar-search[b-t54u10gfbq] {
        width: auto;
        max-width: none;
        flex: 1;
        min-width: 0;
        height: 40px;
    }


    .topbar-icon-button[b-t54u10gfbq] {
        display: none;
    }


    .topbar-separator[b-t54u10gfbq] {
        display: none;
    }


    [b-t54u10gfbq] .user-profile {
        padding: 2px;
    }


    .user-avatar[b-t54u10gfbq] {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }


    .logout-button[b-t54u10gfbq] {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }


    .main-scroll-area[b-t54u10gfbq] {
        padding: 20px 15px 28px 15px;
    }


    .page-content-container[b-t54u10gfbq]  .main-content {
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding-top: 0 !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
    }
}


/* ============================================================
   PETIT MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .topbar[b-t54u10gfbq] {
        gap: 5px;
        padding: 0 8px;
    }


    .topbar-search[b-t54u10gfbq] {
        padding: 0 10px;
    }


        .topbar-search input[b-t54u10gfbq] {
            font-size: 11px;
        }


            .topbar-search input[b-t54u10gfbq]::placeholder {
                font-size: 10px;
            }


    .search-icon[b-t54u10gfbq] {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }


        .search-icon svg[b-t54u10gfbq] {
            width: 16px;
            height: 16px;
        }


    .user-avatar[b-t54u10gfbq] {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 10px;
    }


    .logout-button[b-t54u10gfbq] {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }


    .main-scroll-area[b-t54u10gfbq] {
        padding: 16px 12px 25px 12px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ============================================================
   IOTLYNK
   NAVIGATION MENU
   Design inspiré du shell EduLynk
   ============================================================ */


/* ============================================================
   CONTENEUR GLOBAL
   ============================================================ */

.edulynk-style-nav[b-inbxhzkslf] {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px 22px 10px;
    color: white;
}


/* ============================================================
   CHARGEMENT
   ============================================================ */

.menu-loading[b-inbxhzkslf] {
    padding: 20px 18px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}


/* ============================================================
   SECTIONS
   ============================================================ */

.nav-section[b-inbxhzkslf] {
    width: 100%;
}


.nav-section-first[b-inbxhzkslf] {
    margin-top: 1px;
}


/* ============================================================
   TITRES DES SECTIONS
   ============================================================ */

.nav-section-title[b-inbxhzkslf] {
    margin: 25px 13px 9px 13px;
    color: #8199be;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    user-select: none;
}


/* ============================================================
   LIEN DU MENU
   ============================================================ */

[b-inbxhzkslf] .nav-item {
    position: relative;
    width: 100%;
    min-height: 43px;
    display: flex;
    align-items: center;
    gap: 13px;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 0 13px;
    border: none;
    border-radius: 7px;
    color: rgba(255, 255, 255, 0.88);
    background: transparent;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    transition: background-color 0.14s ease, color 0.14s ease, transform 0.14s ease;
}


    /* ============================================================
   HOVER
   ============================================================ */

    [b-inbxhzkslf] .nav-item:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.055);
        text-decoration: none;
    }


/* ============================================================
   ACTIF
   Même philosophie qu'EduLynk
   ============================================================ */

[b-inbxhzkslf] .nav-item-active {
    color: #ffffff !important;
    background: #34425f !important;
    font-weight: 600;
}


    [b-inbxhzkslf] .nav-item-active:hover {
        color: #ffffff !important;
        background: #34425f !important;
    }


    /* ============================================================
   PETITE BARRE ACTIVE
   ============================================================ */

    [b-inbxhzkslf] .nav-item-active::before {
        content: "";
        position: absolute;
        top: 9px;
        bottom: 9px;
        left: 0;
        width: 3px;
        border-radius: 0 3px 3px 0;
        background: #58a8ec;
    }


/* ============================================================
   ICONES
   ============================================================ */

[b-inbxhzkslf] .nav-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #839fc8;
    transition: color 0.14s ease;
}


    [b-inbxhzkslf] .nav-icon svg {
        width: 17px;
        height: 17px;
        display: block;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


/* ============================================================
   ICONE AU SURVOL
   ============================================================ */

[b-inbxhzkslf] .nav-item:hover .nav-icon {
    color: #a9c8f3;
}


/* ============================================================
   ICONE ACTIVE
   ============================================================ */

[b-inbxhzkslf] .nav-item-active .nav-icon {
    color: #b3d3f5;
}


/* ============================================================
   LIBELLE
   ============================================================ */

[b-inbxhzkslf] .nav-label {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* ============================================================
   BADGE ALARME
   ============================================================ */

[b-inbxhzkslf] .nav-badge {
    min-width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 20px;
    color: #ffffff;
    background: #ef3f78;
    box-shadow: 0 2px 5px rgba(239, 63, 120, 0.22);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}


/* ============================================================
   ESPACEMENT ENTRE GROUPE ACCUEIL ET PREMIERE SECTION
   ============================================================ */

.nav-section-first + .nav-section-title[b-inbxhzkslf] {
    margin-top: 29px;
}


/* ============================================================
   SEPARATEUR OPTIONNEL
   ============================================================ */

.nav-separator[b-inbxhzkslf] {
    width: calc(100% - 26px);
    height: 1px;
    margin: 18px 13px;
    background: rgba(255, 255, 255, 0.07);
}


/* ============================================================
   SCROLLBAR SIDEBAR
   ============================================================ */

.edulynk-style-nav[b-inbxhzkslf] {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
}


    .edulynk-style-nav[b-inbxhzkslf]::-webkit-scrollbar {
        width: 5px;
    }


    .edulynk-style-nav[b-inbxhzkslf]::-webkit-scrollbar-track {
        background: transparent;
    }


    .edulynk-style-nav[b-inbxhzkslf]::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.15);
    }


        .edulynk-style-nav[b-inbxhzkslf]::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.23);
        }


/* ============================================================
   TABLETTE
   ============================================================ */

@media (max-width: 900px) {

    .edulynk-style-nav[b-inbxhzkslf] {
        padding-left: 8px;
        padding-right: 8px;
    }


    [b-inbxhzkslf] .nav-item {
        min-height: 43px;
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 768px) {

    .nav-section-title[b-inbxhzkslf] {
        margin-left: 12px;
        margin-right: 12px;
    }


    [b-inbxhzkslf] .nav-item {
        min-height: 44px;
        font-size: 13px;
    }


    [b-inbxhzkslf] .nav-icon {
        width: 19px;
        height: 19px;
        min-width: 19px;
    }


        [b-inbxhzkslf] .nav-icon svg {
            width: 17px;
            height: 17px;
        }
}
/* /Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-celur6glrx] {
    align-items: center;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 17rem;
    justify-content: center;
    padding: 2.5rem 1.5rem 1.5rem;
    width: 16.875rem;
    border: 1px solid var(--dxds-color-border-neutral-default-rest);
}

.counter-block .counter-content[b-celur6glrx] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.counter-block .counter-count[b-celur6glrx] {
    font-size: 7.5rem;
    font-weight: 400;
    line-height: 7.75rem;
}
/* /Components/Pages/Index/Index.razor.rz.scp.css */
[b-7wl474e299] .index-gridlayout {
    container-type: inline-size;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 9rem;
}

[b-7wl474e299] .title {
    padding-bottom: 3rem;
    text-align: center;
}

[b-7wl474e299] .tiles {
    --tile-column-count: 4;

    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--tile-column-count), max-content);
    justify-content: center;

    @container (max-width: 60.5rem) {
        --tile-column-count: 3;
    }
    @container (max-width: 45.125rem) {
        --tile-column-count: 2;
    }
    @container (max-width: 29.75rem) {
        --tile-column-count: 1;
    }
}
/* /Components/Pages/Index/IndexTile.razor.rz.scp.css */
.tile[b-2vhl621qiz] {
    border-radius: 0.75rem;
    height: 7.5rem;
    transition: box-shadow 0.2s;
    width: 14.375rem;
    border: 1px solid var(--dxds-color-border-neutral-default-rest);
}

.tile:hover[b-2vhl621qiz] {
    box-shadow: 0 4px 8px 0 rgba(170, 170, 170, 0.24), 0 0 2px 0 rgba(170, 170, 170, 0.2);
}

.tile[b-2vhl621qiz]  > a {
    text-decoration: none;
}

[b-2vhl621qiz] .tile-content {
    padding: 1rem;
}

[b-2vhl621qiz] .tile-icon {
    border-radius: 0.375rem;
    height: 2.75rem;
    padding: 0.75rem;
    width: 2.75rem;
    border: 1px solid var(--dxds-color-border-neutral-default-rest);
}

[b-2vhl621qiz] .tile-title {
    align-self: center;
    color: var(--dxds-color-content-neutral-default-rest);
    font-size: var(--dxds-font-size-base-md);
    font-weight: var(--dxds-font-weight-base-strong);
    letter-spacing: var(--dxds-letter-spacing-base-md);
    line-height: var(--dxds-line-height-base-md);
}

[b-2vhl621qiz] .tile-description {
    color: var(--dxds-color-content-neutral-subdued-rest);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: var(--dxds-font-weight-base-default);
    letter-spacing: var(--dxds-letter-spacing-base-sm);
    line-height: var(--dxds-line-height-base-sm);
}
