@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/GestionEcoleAppV1/Shared/BarGauche.razor.rz.scp.css */
.navbar-toggler[b-k12o78toer] {
    background-color: rgba(255, 255, 255, 0.1);
}
.side[b-k12o78toer] {
    position: sticky;
    top: 90px;
    width: 100%; 
}
.navbar-brand[b-k12o78toer] {
    font-size: 1.1rem;
}

.oi[b-k12o78toer] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-k12o78toer] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k12o78toer] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k12o78toer] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k12o78toer]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-k12o78toer]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-k12o78toer]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-k12o78toer] {
        display: none;
    }

    .collapse[b-k12o78toer] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/GestionEcoleAppV1/Shared/EntetePage.razor.rz.scp.css */
.my-nav-link[b-5rljg55qvg] {
    text-decoration: none;
}

 
/* =================== Phone ==================== */
@media (max-width: 899.9px) {
     
    .profil-hide[b-5rljg55qvg]{
        display: none;

    }
 
}

/* =================== Ordinateur ==================== */
@media (min-width: 900px) {
     
}

/* _content/GestionEcoleAppV1/Shared/MainLayout.razor.rz.scp.css */


.page[b-hs9bii2fda] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.my-page[b-hs9bii2fda] {
    border-top: 1px solid #f2e9e9;
    background-color: #f2e9e9;

}
 

main[b-hs9bii2fda] {
    flex: auto; 
    flex-direction: column;

}
 

.sidebar[b-hs9bii2fda] {
    background-image: linear-gradient(140deg, rgb(255, 255, 255) 0%, #fcfefe 70%);
    height: 100vh;
    position: sticky;
    border-right: 1px solid #f2e9e9;
    top: 0;
    z-index: 888;
    box-sizing: border-box;
    width: 100%;
}

.sidebar-hider[b-hs9bii2fda] {
    display: none;
}

.my-top-bar[b-hs9bii2fda] {
    position: sticky;
    top: 70px;
    z-index: 888;
    padding-top: 0.3rem;
    background-color: rgb(16, 148, 255);
    color: white;
    border-bottom: 1px solid #d6d5d5;
    width: 100%;
    height: 3.0rem;
    align-items: center; 

}
  

.top-rows[b-hs9bii2fda] {
    top: 0;
    position: sticky;
    z-index: 999;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    padding-top:12px;
    padding-bottom:16px;
    height: 4rem;
}

.top-row[b-hs9bii2fda] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    height: 4rem;
    /*    height: 3.5rem;*/
    display: flex;
    align-items: center;
}

    .top-row[b-hs9bii2fda]  a, .top-row .btn-link[b-hs9bii2fda], .searchBar[b-hs9bii2fda] {
/*       .btn-link, .searchBar {*/
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-hs9bii2fda] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 899.9px) {
    .top-row:not(.auth)[b-hs9bii2fda] {
        display: none;
    }

    .sidebar[b-hs9bii2fda] {
        display: none;
    }

    .sidebar-phone[b-hs9bii2fda]{
        display: block;
        flex-direction: column;

        background-image: linear-gradient(140deg, rgb(255, 255, 255) 0%, #fcfefe 70%);
        height: 100vh;
        position: fixed;
        border-right: 1px solid #f2e9e9;
        top: 0;
        z-index: 888;
        box-sizing: border-box;
        width: 50%;
        box-shadow: 5px 5px 5px 1px rgba(113, 113, 113, 0.2);

    }

    .top-row.auth[b-hs9bii2fda], .searchBar.auth[b-hs9bii2fda] {
        justify-content: space-between;
    }

    .top-row a[b-hs9bii2fda], .top-row .btn-link[b-hs9bii2fda], .searchBar[b-hs9bii2fda] {
        margin-left: 0;
    }
}

@media (min-width: 900px) {
    .page[b-hs9bii2fda] {
        flex-direction: row;
    } 
    .searchBar[b-hs9bii2fda] {
        position: relative;
        top: 0;
        z-index: 1;
    }
    .top-row[b-hs9bii2fda] {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .top-row[b-hs9bii2fda] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .top-row[b-hs9bii2fda], article[b-hs9bii2fda] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* _content/GestionEcoleAppV1/Shared/NavMenu.razor.rz.scp.css */


.side[b-hq86wllo46]{
    position: sticky;
    top: 80px;
}

.side-b[b-hq86wllo46]{
    background-color:  #f1f0f0  ;  
    height: 10vh;
    border-top: 1px solid #f2e9e9;
    /* overflow : auto; */
    text-decoration: none;
    text-wrap:initial;
    /* text-wrap-mode:wrap; */
    text-overflow:ellipsis;
    bottom: 0;

}

.my-scroll[b-hq86wllo46]{
    overflow : auto;
    height: 76vh;
}


  
.oi[b-hq86wllo46] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hq86wllo46] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hq86wllo46] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hq86wllo46] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hq86wllo46]  a {
        color: #464545;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hq86wllo46]  a.active {
    background-color: rgba(226, 223, 223, 0.75);
        color: #2c2b2b;
}

.nav-item[b-hq86wllo46]  a:hover {
    background-color:  rgba(236, 234, 234, 0.5) ;
        color: #2c2b2b;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hq86wllo46] {
        display: none;
    }

    .collapse[b-hq86wllo46] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

