@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.g0t05e93zu.bundle.scp.css';
@import '_content/MyPlugIn.Affiliation.Data/MyPlugIn.Affiliation.Data.yz4776e8nq.bundle.scp.css';
@import '_content/MyPlugIn.Affiliation.Forms/MyPlugIn.Affiliation.Forms.18lv04r551.bundle.scp.css';
@import '_content/MyUnessa.Components/MyUnessa.Components.lxkaq5n5mh.bundle.scp.css';

/* _content/MyUnessa.Web/UI/Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xsaxamcusz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xsaxamcusz] {
    height: 4.0rem;
    background-color: #d5d5d5;
}

.navbar-brand[b-xsaxamcusz] {
    font-size: 1.1rem;
}

.oi[b-xsaxamcusz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.fixed-bottom[b-xsaxamcusz] {
    z-index: 1; /* ou même 0 */
}

#UserAccordion[b-xsaxamcusz] {
    position: relative;
    z-index: 2;
}

.nav-item[b-xsaxamcusz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xsaxamcusz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xsaxamcusz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xsaxamcusz]  a {
        color: #0000ff;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        background-color: white;
    }

        .nav-item[b-xsaxamcusz]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-xsaxamcusz]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-xsaxamcusz] {
        display: none;
    }

    .collapse[b-xsaxamcusz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/MyUnessa.Web/UI/Layout/MainLayout.razor.rz.scp.css */
.page[b-xsv6hhzl58] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xsv6hhzl58] {
    display: flex;
    flex-flow: column;
    height: 100vh;
    flex: 1;
    z-index: 500;
}

article[b-xsv6hhzl58] {
    flex-grow: 1;
}

footer[b-xsv6hhzl58] {
    bottom: 0px;
    position: absolute;
}

.sidebar[b-xsv6hhzl58] {
    /*background-image: linear-gradient(180deg, #d6d5d5 50%, #f7f7f7);*/
    background-image: linear-gradient(180deg, #d6d5d5 50%, #f7f7f7);
}

.top-row[b-xsv6hhzl58] {
    background-color: #d6d5d5;
    border-bottom: 1px solid #acaaaa;
    justify-content: flex-end;
    height: 4.0rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xsv6hhzl58]  a, .top-row .btn-link[b-xsv6hhzl58] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-xsv6hhzl58] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xsv6hhzl58] {
        display: none;
    }

    .top-row.auth[b-xsv6hhzl58] {
        justify-content: space-between;
    }

    .top-row a[b-xsv6hhzl58], .top-row .btn-link[b-xsv6hhzl58] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xsv6hhzl58] {
        flex-direction: row;
    }

    .sidebar[b-xsv6hhzl58] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xsv6hhzl58] {
        position: sticky;
        top: 0;
        z-index: 3;
    }

    .top-row[b-xsv6hhzl58], article[b-xsv6hhzl58] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MyUnessa.Web/UI/Pages/Enregristrement/Enregistrement.razor.rz.scp.css */
.result-wrapper[b-w1ru9vfdgz] {
    text-align: center;
    max-width: 600px;
    margin: 60px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.result-icon[b-w1ru9vfdgz] {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.animate-pop[b-w1ru9vfdgz] {
    opacity: 1;
    transform: scale(1);
}

.result-title[b-w1ru9vfdgz] {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.result-text[b-w1ru9vfdgz] {
    font-size: 18px;
    margin-bottom: 10px;
}

.result-help[b-w1ru9vfdgz] {
    font-size: 16px;
    margin-top: 10px;
    color: #555;
}

.result-actions[b-w1ru9vfdgz] {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

    .result-actions .btn[b-w1ru9vfdgz] {
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 500;
    }

/* Styles MyUNESSA déjà utilisés */
.myStyleLogin[b-w1ru9vfdgz] {
    font-family: 'Tangerine', cursive;
    font-weight: 700;
    font-size: 50px;
}

.UNESSAStyleLogin[b-w1ru9vfdgz] {
    font-family: 'Signoria Regular';
    font-weight: 700;
    font-size: 35px;
}

.result-actions .btn[b-w1ru9vfdgz] {
    padding: 10px 24px; /* ajuste si tu veux encore moins large */
    font-size: 18px; /* adapte à 16px si tu veux plus petit */
    font-weight: 600;
    height: 64px; /* HAUTEUR identique au cadre jaune */
    display: flex;
    align-items: center;
}

.extranet-coming-soon[b-w1ru9vfdgz] {
    min-height: 64px; /* même valeur que le bouton */
    display: flex;
    align-items: center;
}

.myunessa-btn[b-w1ru9vfdgz] {
    display: flex !important; /* pour gérer la hauteur */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 94px !important; /* force la hauteur */
    min-width: 250px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    padding: 0 !important; /* clé pour écraser le padding Bootstrap */
    margin: 0;
    box-sizing: border-box;
}
/* _content/MyUnessa.Web/UI/Pages/HelpPages/Confidentialite.razor.rz.scp.css */
body[b-ck37f1xbn0] {
    margin: 0;
    padding: 0;
}

.bandeau[b-ck37f1xbn0] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #d6d5d5;
    z-index: 9999;
}

.myStyleLogin[b-ck37f1xbn0] {
    font-family: 'Tangerine', cursive;
    font-weight: 700;
    font-size: 50px;
}

.UNESSAStyleLogin[b-ck37f1xbn0] {
    font-family: 'Signoria Regular';
    font-weight: 700;
    font-size: 35px;
}

.centered[b-ck37f1xbn0] {
    position: absolute;
    top: 50%;
    left: 170px;
    transform: translate(-50%, -50%);
}

.centered2[b-ck37f1xbn0] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content[b-ck37f1xbn0] {
    margin-top: 64px;
    padding: 20px;
}

.UNESSAStyle[b-ck37f1xbn0] {
    font-family: 'Signoria Regular';
    font-weight: 700;
    font-size: 40px;
}

.UNESSATitle[b-ck37f1xbn0] {
    font-size: 25px;
}

.UNESSASubtitle[b-ck37f1xbn0] {
    font-size: 20px;
}
/* _content/MyUnessa.Web/UI/Pages/HelpPages/LoginHelp.razor.rz.scp.css */
body[b-ajtqvf4mdg] {
    margin: 0;
    padding: 0;
}

.bandeau[b-ajtqvf4mdg] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #d6d5d5;
    z-index: 9999;
}

.myStyleLogin[b-ajtqvf4mdg] {
    font-family: 'Tangerine', cursive;
    font-weight: 700;
    font-size: 50px;
}

.UNESSAStyleLogin[b-ajtqvf4mdg] {
    font-family: 'Signoria Regular';
    font-weight: 700;
    font-size: 35px;
}

.centered[b-ajtqvf4mdg] {
    position: absolute;
    top: 50%;
    left: 170px;
    transform: translate(-50%, -50%);
}

.centered2[b-ajtqvf4mdg] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content[b-ajtqvf4mdg] {
    margin-top: 64px;
    padding: 20px;
}

.UNESSAStyle[b-ajtqvf4mdg] {
    font-family: 'Signoria Regular';
    font-weight: 700;
    font-size: 40px;
}

.UNESSATitle[b-ajtqvf4mdg] {
    font-size: 25px;
}

.UNESSASubtitle[b-ajtqvf4mdg] {
    font-size: 20px;
}
/* _content/MyUnessa.Web/UI/Pages/HelpPages/PrivateHelp.razor.rz.scp.css */
body[b-2l6rsf2v82] {
    margin: 0;
    padding: 0;
}

.bandeau[b-2l6rsf2v82] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #d6d5d5;
    z-index: 9999;
}

.myStyleLogin[b-2l6rsf2v82] {
    font-family: 'Tangerine', cursive;
    font-weight: 700;
    font-size: 50px;
}

.UNESSAStyleLogin[b-2l6rsf2v82] {
    font-family: 'Signoria Regular';
    font-weight: 700;
    font-size: 35px;
}

.centered[b-2l6rsf2v82] {
    position: absolute;
    top: 50%;
    left: 170px;
    transform: translate(-50%, -50%);
}

.centered2[b-2l6rsf2v82] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content[b-2l6rsf2v82] {
    margin-top: 64px;
    padding: 20px;
}

.UNESSAStyle[b-2l6rsf2v82] {
    font-family: 'Signoria Regular';
    font-weight: 700;
    font-size: 40px;
}

.UNESSATitle[b-2l6rsf2v82] {
    font-size: 25px;
}

.UNESSASubtitle[b-2l6rsf2v82] {
    font-size: 20px;
}
/* _content/MyUnessa.Web/UI/Pages/Home.razor.rz.scp.css */
.home-animation-zone[b-chjq3b6yol] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

canvas#bubbles-canvas[b-chjq3b6yol] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
    z-index: 0;
}

.logo[b-chjq3b6yol], .project-name[b-chjq3b6yol] {
    position: relative;
    z-index: 1;
    max-width: 100px;
}

.welcome-text[b-chjq3b6yol] {
    font-family: 'Tangerine';
    font-size: 55px;
    font-weight: 500;
    margin-top: 30px;
    z-index: 1;
    position: relative;
    padding-left: 2rem;
}

.myStyleLogin[b-chjq3b6yol] {
    font-family: 'Tangerine', cursive;
    font-weight: 700;
    font-size: 50px;
}

.UNESSAStyleLogin[b-chjq3b6yol] {
    font-family: 'Signoria Regular';
    font-weight: 700;
    font-size: 35px;
}
/* _content/MyUnessa.Web/UI/Pages/LoginPage.razor.rz.scp.css */
.myStyleLogin[b-m3g8w33sgr] {
    font-family: 'Tangerine', cursive;
    font-weight: 700;
    font-size: 55px;
}

.UNESSAStyleLogin[b-m3g8w33sgr] {
    font-family: 'Signoria Regular';
    font-weight: 700;
    font-size: 30px;
}

.logo-unessa[b-m3g8w33sgr] {
    position: fixed;
    top: 20px;
    left: 20px;
    height: 120px;
    z-index: 100;
}

.containerImg[b-m3g8w33sgr] {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    max-width: 100%;
    overflow: hidden;
    /* Centrage dans son parent */
    display: flex;
    align-items: center;
    justify-content: center;
}

.image1[b-m3g8w33sgr], .image2[b-m3g8w33sgr], .image3[b-m3g8w33sgr] {
    position: absolute;
    height: auto;
    width: 40%;
    max-width: 400px;
    min-width: 150px;
    transition: all 0.3s ease; /* Optionnel pour un effet fluide */
    border: 2px solid #555;
    opacity: 0; /* Start invisible */
    transform: translateY(20px); /* Start slightly down */
    animation: fadeInUp-b-m3g8w33sgr 1s ease forwards; /* Trigger animation */
}

/* Animation keyframes */
@keyframes fadeInUp-b-m3g8w33sgr {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.image1[b-m3g8w33sgr] {
    left: 20%;
    top: 30%;
    z-index: 1;
}

.image2[b-m3g8w33sgr] {
    left: 50%;
    top: 35%;
    z-index: 3;
}

.image3[b-m3g8w33sgr] {
    left: 30%;
    top: 55%;
    z-index: 2;
}

.login-container[b-m3g8w33sgr] {
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 768px) {
    .row[b-m3g8w33sgr] {
        display: flex;
        flex-direction: column-reverse;
    }

    .col-sm-8[b-m3g8w33sgr], .col-sm-4[b-m3g8w33sgr] {
        width: 100%;
        height: auto;
    }

    .login-container[b-m3g8w33sgr] {
        height: auto; /* ✅ Supprime la hauteur forcée mobile */
        overflow: visible;
    }

    .col-sm-4[b-m3g8w33sgr] {
        padding: 1rem;
        background: rgb(240, 240, 240);
    }

    .containerImg[b-m3g8w33sgr] {
        margin-top: 1rem;
    }
}
