/* _content/Demarches_Funeria/Shared/MainLayout.razor.rz.scp.css */
.page[b-pnb1hfkwtp] {
    position: relative;
    display: flex;
    flex-direction: column;      
}


main[b-pnb1hfkwtp] {
    flex: 1;   
}

.sidebar[b-pnb1hfkwtp] {
    background-color: #F9F9F9; 
}

.top-row[b-pnb1hfkwtp] {
    height: 3.5rem;
    background-color: #009DE0;    
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: flex-end;
}

    .top-row[b-pnb1hfkwtp]  a, .top-row .btn-link[b-pnb1hfkwtp] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-pnb1hfkwtp] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pnb1hfkwtp] {
        display: none;
    }


    .top-row a[b-pnb1hfkwtp], .top-row .btn-link[b-pnb1hfkwtp] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pnb1hfkwtp] {
        flex-direction: row;
        
    }

    .sidebar[b-pnb1hfkwtp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pnb1hfkwtp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-pnb1hfkwtp]{
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



.logo_img[b-pnb1hfkwtp] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 310px;
}

.logo_text[b-pnb1hfkwtp] {
    text-align: center;
    margin-bottom: 10px;
}

.bckgnd_img[b-pnb1hfkwtp] {
    background-image: url("images/arriere_plan_espace_famille.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* _content/Demarches_Funeria/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ohwpm6txda] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ohwpm6txda] {
    height: 3.5rem;
    background-color: #007db3;
}

.navbar-brand[b-ohwpm6txda] {
    font-size: 1.1rem;
}

.oi[b-ohwpm6txda] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ohwpm6txda] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ohwpm6txda] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-ohwpm6txda] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-ohwpm6txda]  a {
        color: #242424;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1rem;
    }

        .nav-item[b-ohwpm6txda]  a.active {
            background-color: #d9d9d9;
            color: #009DE0;
        }

        .nav-item[b-ohwpm6txda]  a:hover {
            background-color: #d9d9d9;
        }


    @media (min-width: 641px) {
        .navbar-toggler[b-ohwpm6txda] {
            display: none;
        }

        .collapse[b-ohwpm6txda] {
            /* Never collapse the sidebar for wide screens */
            display: block;
        }
    }

    @media (max-width: 640.98px) {
        .defunt_infos[b-ohwpm6txda]{
            display: none;
        }
    }
