/* /Pages/TestEnd.razor.rz.scp.css */
#btnPostRm[b-it4pqzlq4f] {
    margin-top:20px;
}
/* /Pages/TestSimple.razor.rz.scp.css */
h1.ts[b-ln2s3votwt] {
    font-size: 1.5em;
}

h3.ts[b-ln2s3votwt] {
    font-size: 1.2em;
}

.rep[b-ln2s3votwt] {
    margin-left: 20px;
    margin-top: 6px;
}

.inputRep[b-ln2s3votwt] {
    color: #808080;
}

.br[b-ln2s3votwt] {
    /* Cibler les bonnes réponses */
}

.form-check-label[b-ln2s3votwt] {
    margin-right: 10px;
}

.repOk[b-ln2s3votwt] {
    color: forestgreen;
    margin-right: 10px;
}

#divMsg[b-ln2s3votwt] {
    color: #ff3700;
}

#btnAS[b-ln2s3votwt], #btnQS[b-ln2s3votwt] {
    width: 200px;
}

#btnQS[b-ln2s3votwt] {
    margin-left: 0;
}

.form-label[b-ln2s3votwt] {
    margin-bottom: 0;
}
/* /Pages/TestStandard.razor.rz.scp.css */
.rep[b-cbhhdru1tg] {
    margin-left: 20px;
    margin-top: 6px;
}

.inputRep[b-cbhhdru1tg] {
    color: #808080;
}

.modeABR[b-cbhhdru1tg] {
    pointer-events: none;
    color: steelblue
}
.br[b-cbhhdru1tg] {
    /* Cibler les bonnes réponses */
}
.form-check-label[b-cbhhdru1tg] {
    margin-right:10px;
}
.repOk[b-cbhhdru1tg] {
    color: forestgreen;
    margin-right: 10px;
}
/*.brNok {
    color: red;
}*/
#divJnsp[b-cbhhdru1tg] {
    /* border-top: 1px dashed gray;*/
    margin-left: 20px;
    margin-top: 12px;
    padding-top: 10px;
}
#divMsg[b-cbhhdru1tg] {
    color: #ff3700;
}

#btnAS[b-cbhhdru1tg], #btnQS[b-cbhhdru1tg] {
    width:200px;
}
#btnQS[b-cbhhdru1tg] {
    margin-left:300px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-pwikgzbay7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pwikgzbay7] {
    flex: 1;
}

.sidebar[b-pwikgzbay7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pwikgzbay7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pwikgzbay7]  a, .top-row[b-pwikgzbay7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pwikgzbay7]  a:hover, .top-row[b-pwikgzbay7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pwikgzbay7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pwikgzbay7] {
        display: none;
    }

    .top-row.auth[b-pwikgzbay7] {
        justify-content: space-between;
    }

    .top-row[b-pwikgzbay7]  a, .top-row[b-pwikgzbay7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pwikgzbay7] {
        flex-direction: row;
    }

    .sidebar[b-pwikgzbay7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pwikgzbay7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pwikgzbay7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pwikgzbay7], article[b-pwikgzbay7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gxn1jcb1sw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gxn1jcb1sw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gxn1jcb1sw] {
    font-size: 1.1rem;
}

.oi[b-gxn1jcb1sw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gxn1jcb1sw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gxn1jcb1sw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gxn1jcb1sw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gxn1jcb1sw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gxn1jcb1sw]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-gxn1jcb1sw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gxn1jcb1sw] {
        display: none;
    }

    .collapse[b-gxn1jcb1sw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-gxn1jcb1sw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
