/* _content/Yumishop/Pages/Commande_3_verifier_commande.razor.rz.scp.css */
/* ajout dans le fichier css */
.table-panier[b-ds5f2m6fou] {
    border-spacing: 0px;
}

.table-panier-thead[b-ds5f2m6fou] {
    background-color: rgba(38,137,13,1);
    border: 1px solid rgba(134,188,37,1);
    font-weight: normal;
    text-align: center;
    color: white;
}

.table-panier-tr[b-ds5f2m6fou] {
    /*margin-bottom: 1em;*/
}

.table-panier-td[b-ds5f2m6fou] {
    padding-left: .5em;
    padding-right: .5em;
    /*text-align: right;*/
    vertical-align: middle;
    border-left: 1px solid rgba(134,188,37,1);
    border-bottom: 1px solid rgba(134,188,37,1);
    border-right: 1px solid rgba(134,188,37,1);
}
/* _content/Yumishop/Pages/DetailCommande.razor.rz.scp.css */
/* ajout dans le fichier css */
.table-detailCommande[b-lzvlaov664] {
    border-spacing: 0px;
}

.table-detailCommande-thead[b-lzvlaov664] {
    background-color: rgba(38,137,13,1);
    border: 1px solid rgba(134,188,37,1);
    font-weight: normal;
    text-align: center;
    color: white;
}

.table-detailCommande-tr[b-lzvlaov664] {
    /*margin-bottom: 1em;*/
}

.table-detailCommande-td[b-lzvlaov664] {
    padding-left: .5em;
    padding-right: .5em;
    /*text-align: right;*/
    vertical-align: middle;
    border-left: 1px solid rgba(134,188,37,1);
    border-bottom: 1px solid rgba(134,188,37,1);
    border-right: 1px solid rgba(134,188,37,1);
}

.table-tracking[b-lzvlaov664] {
    
}
.table-tracking-thead[b-lzvlaov664] {
    background-color: #557CBA;
}

.table-tracking-td[b-lzvlaov664] {
    background-color: #CED4E5;
}
/* _content/Yumishop/Pages/panier.razor.rz.scp.css */
/* ajout dans le fichier css */
.table-panier[b-zbavdererj] {
    border-spacing: 0px;
}

.table-panier-thead[b-zbavdererj] {
    background-color: rgba(38,137,13,1);
    border: 1px solid rgba(134,188,37,1);
    font-weight: normal;
    text-align: center;
    color: white;
}

.table-panier-tr[b-zbavdererj] {
    /*margin-bottom: 1em;*/
}

.table-panier-td[b-zbavdererj] {
    padding-left: .5em;
    padding-right: .5em;
    /*text-align: right;*/
    vertical-align: middle;
    border-left: 1px solid rgba(134,188,37,1);
    border-bottom: 1px solid rgba(134,188,37,1);
    border-right: 1px solid rgba(134,188,37,1);
}
/* _content/Yumishop/Pages/UserCommandes.razor.rz.scp.css */
/* ajout dans le fichier css */
.table-commande[b-5b9hxrij6t] {
    border-spacing: 0px;
}

.table-commande-thead[b-5b9hxrij6t] {
    background-color: rgba(38,137,13,1);
    border: 1px solid rgba(134,188,37,1);
    font-weight: normal;
    text-align: center;
    color: white;
}

.table-commande-tr[b-5b9hxrij6t] {
    /*margin-bottom: 1em;*/
}

.table-commande-td[b-5b9hxrij6t] {
    padding-left: .5em;
    padding-right: .5em;
    /*text-align: right;*/
    vertical-align: middle;
    border-left: 1px solid rgba(134,188,37,1);
    border-bottom: 1px solid rgba(134,188,37,1);
    border-right: 1px solid rgba(134,188,37,1);
}
/* _content/Yumishop/Shared/ArticleLayout.razor.rz.scp.css */
.page[b-lropfvqhae] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lropfvqhae] {
    flex: 1;
}

.sidebar[b-lropfvqhae] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.logo[b-lropfvqhae] {
    /* permet de centrer le logo */
    text-align: center;
    /* image de fond pour le logo */
    background-image: url("https://img.cyber-box.net/yumishop/background/ys_ArticleLayout_title_background160_L80_-20.jpg");
}

.top-row[b-lropfvqhae] {
    /*background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;*/
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    height: 7rem;
    /*display: flex;*/
    /*align-items: center;*/
}
/*
    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
*/
@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lropfvqhae] {
        display: none;
    }

    .top-row.auth[b-lropfvqhae] {
        justify-content: space-between;
    }

    .top-row a[b-lropfvqhae], .top-row .btn-link[b-lropfvqhae] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lropfvqhae] {
        flex-direction: row;
    }

    .sidebar[b-lropfvqhae] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lropfvqhae] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-lropfvqhae], article[b-lropfvqhae] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Yumishop/Shared/ArticleNavMenu.razor.rz.scp.css */
.navbar-toggler[b-owix4opykv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-owix4opykv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-owix4opykv] {
    font-size: 1.1rem;
}

.oi[b-owix4opykv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-owix4opykv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-owix4opykv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-owix4opykv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-owix4opykv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-owix4opykv]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-owix4opykv]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-owix4opykv] {
        display: none;
    }

    .collapse[b-owix4opykv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/Yumishop/Shared/CommandeLayout.razor.rz.scp.css */
.page[b-289b1r7oan] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-289b1r7oan] {
    flex: 1;
}

.sidebar[b-289b1r7oan] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.logo[b-289b1r7oan] {
    /* permet de centrer le logo */
    text-align: center;
    /* image de fond pour le logo */
    background-image: url("https://img.cyber-box.net/yumishop/background/ys_ArticleLayout_title_background160_L80_-20.jpg");
}

.top-row[b-289b1r7oan] {
    /*background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;*/
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    height: 7rem;
    /*display: flex;*/
    /*align-items: center;*/
}
/*
    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
*/
@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-289b1r7oan] {
        display: none;
    }

    .top-row.auth[b-289b1r7oan] {
        justify-content: space-between;
    }

    .top-row a[b-289b1r7oan], .top-row .btn-link[b-289b1r7oan] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-289b1r7oan] {
        flex-direction: row;
    }

    .sidebar[b-289b1r7oan] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-289b1r7oan] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-289b1r7oan], article[b-289b1r7oan] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Yumishop/Shared/MainLayout.razor.rz.scp.css */
.page[b-gblfnezqsb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gblfnezqsb] {
    flex: 1;
}

.sidebar[b-gblfnezqsb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.logo[b-gblfnezqsb] {
    /* permet de centrer le logo */
    text-align: center;
    /* image de fond pour le logo */
    background-image: url("https://img.cyber-box.net/yumishop/background/ys_MainLayout_title_background160_L80_-20.jpg");
}

.top-row[b-gblfnezqsb] {
    /*background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;*/
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    height: 7rem;
    /*display: flex;*/
    /*align-items: center; aucun effet */
    /* permet de centrer les menus */
    text-align: center;
}
/*
    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
*/
@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-gblfnezqsb] {
        display: none;
    }

    .top-row.auth[b-gblfnezqsb] {
        justify-content: space-between;
    }

    .top-row a[b-gblfnezqsb], .top-row .btn-link[b-gblfnezqsb] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gblfnezqsb] {
        flex-direction: row;
    }

    .sidebar[b-gblfnezqsb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gblfnezqsb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-gblfnezqsb], article[b-gblfnezqsb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Yumishop/Shared/MainNavMenu.razor.rz.scp.css */
.navbar-toggler[b-fkpb9hdiwq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fkpb9hdiwq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fkpb9hdiwq] {
    font-size: 1.1rem;
}

.oi[b-fkpb9hdiwq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fkpb9hdiwq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fkpb9hdiwq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fkpb9hdiwq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fkpb9hdiwq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-fkpb9hdiwq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-fkpb9hdiwq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fkpb9hdiwq] {
        display: none;
    }

    .collapse[b-fkpb9hdiwq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/Yumishop/Shared/PanierLayout.razor.rz.scp.css */
.page[b-yir6ibj4od] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yir6ibj4od] {
    flex: 1;
}

.sidebar[b-yir6ibj4od] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.logo[b-yir6ibj4od] {
    /* permet de centrer le logo */
    text-align: center;
    /* image de fond pour le logo */
    background-image: url("https://img.cyber-box.net/yumishop/background/ys_PanierLayout_title_background160_L80_-20.jpg");
}

.top-row[b-yir6ibj4od] {
    /*background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;*/
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    /*height: 7rem;*/
    height: 10rem;
    /*display: flex;*/
    /*align-items: center;*/
}
/*
    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
*/
@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yir6ibj4od] {
        display: none;
    }

    .top-row.auth[b-yir6ibj4od] {
        justify-content: space-between;
    }

    .top-row a[b-yir6ibj4od], .top-row .btn-link[b-yir6ibj4od] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yir6ibj4od] {
        flex-direction: row;
    }

    .sidebar[b-yir6ibj4od] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yir6ibj4od] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-yir6ibj4od], article[b-yir6ibj4od] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


