/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-y2ihdck1mc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y2ihdck1mc] {
    flex: 1;
}

.sidebar[b-y2ihdck1mc] {
    /*
        template - original - .net6    
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    */
    background-image: linear-gradient(180deg, #73b327 0%, white 190%);
}

.top-row[b-y2ihdck1mc] {
    /*
        template - original - .net6    
        background-color: #f7f7f7;
    */
    background-color: rgba(0,0,0,0.4);
    /* l'�quivalent n'a pas �t� retrouv� dans l'ancienne version .netcore3.1 
       � la migration en .net6.*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y2ihdck1mc]  a, .top-row[b-y2ihdck1mc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y2ihdck1mc]  a:hover, .top-row[b-y2ihdck1mc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y2ihdck1mc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*
   template - original - .net6         
   max-width: 640.98px
*/
@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-y2ihdck1mc] {
        display: none;
    }

    .top-row.auth[b-y2ihdck1mc] {
        justify-content: space-between;
    }

    .top-row[b-y2ihdck1mc]  a, .top-row[b-y2ihdck1mc]  .btn-link {
        margin-left: 0;
    }
}


/*
   template - original - .net6     - .net6    
   min-width: 641pxpx
*/
@media (min-width: 768px) {
    .page[b-y2ihdck1mc] {
        flex-direction: row;
    }

    .sidebar[b-y2ihdck1mc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y2ihdck1mc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-y2ihdck1mc]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-y2ihdck1mc], article[b-y2ihdck1mc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kaymhtr4us] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-kaymhtr4us] {
    /* 
       PAS SUR DE GARDER car dans le fichier site.css
       l'�quivalent ne met pas de hauteur.
    */
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kaymhtr4us] {
    font-size: 1.1rem;
}

.oi[b-kaymhtr4us] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-kaymhtr4us] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kaymhtr4us] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kaymhtr4us] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kaymhtr4us]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        /*
            template - original - .net6        
            --rien
        */
        color: white;
        }

            .nav-item[b-kaymhtr4us]  a.active {
            /*
                template - original - .net6        
                background-color: rgba(255,255,255,0.25);
            */
                background-color: #73b327;
            /*
                template - original - .net6        
                color: white;
            */
                color: red;
            }

            .nav-item[b-kaymhtr4us]  a:hover {
                background-color: rgba(255,255,255,0.1);
            /*
                template - original - .net6        
                color: white;
            */
                color: red;
            }

/*
   template - original - .net6         
   min-width: 641pxpx
*/
@media (min-width: 768px) {
    .navbar-toggler[b-kaymhtr4us] {
        display: none;
    }

    .collapse[b-kaymhtr4us] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
