/* /Pages/Area/Index.razor.rz.scp.css */
.grid-column-2[b-ke6oncudql] {
    grid-column: span 2;
}


.dropzone[b-ke6oncudql] {
    min-height: 50px;
    width: 100%;
}
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/Product/Detail.razor.rz.scp.css */
.pictos-info[b-u0wfp0qt31] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pictos-info > .picto[b-u0wfp0qt31] {
        flex: 1 1 auto;
    }

.picto > img[b-u0wfp0qt31] {
    margin: auto;
    max-height: 50px;
}
/* /Pages/Product/Index.razor.rz.scp.css */
.products[b-7q2crilwod] {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.products-filters[b-7q2crilwod] {
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    min-width: 300px;
    border-radius: 5px;
    padding: 10px;
    position: -webkit-sticky;
    position: sticky;
    margin-top: 15px;
    top: 15px;
    background: white;
}

    .products-filters > h5[b-7q2crilwod] {
        margin-top: 10px;
        font-size: 18px;
        color: #333;
    }

    .products-filters > h5:first-child[b-7q2crilwod] {
        margin-top: 0px;
    }

.products-content[b-7q2crilwod] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product[b-7q2crilwod] {
    min-height: 40px;
    width: 280px;
    margin: 15px;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    transition: 200ms ease-in;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding-top: 20px;
}

    .product:hover[b-7q2crilwod] {
        box-shadow: 0 15px 20px rgba(0,0,0,.1);
        background: linear-gradient(white, rgba(255,255,255,.7));
    }

        .product:hover > .product-info[b-7q2crilwod] {
            background-color: rgba(0, 96, 167, 0.14);
        }

.product-image[b-7q2crilwod] {
    margin: auto;
    width: 160px;
    max-height: 200px;
}

.product-image-line[b-7q2crilwod] {
    margin: auto;
    width: 50px;
    max-height: 80px;
}

.product-info[b-7q2crilwod] {
    padding: 5px 10px;
    background-color: #f4f6f7;
    transition: 200ms ease-in;
    border-radius: 0 0 3px 3px;
}

    .product-info > h3[b-7q2crilwod] {
        margin: 0;
        color: #0060a7;
        font-weight: normal !important;
    }

    .product-info > h5[b-7q2crilwod] {
        font-weight: normal !important;
    }

.pictos-info[b-7q2crilwod] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pictos-info > .picto[b-7q2crilwod] {
        flex: 1 1 auto;
    }

.picto > img[b-7q2crilwod] {
    margin: auto;
    max-height: 50px;
}


@media (max-width: 640.98px) {
    .products[b-7q2crilwod] {
        display: block;
    }

    .products-content[b-7q2crilwod] {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product[b-7q2crilwod] {
        margin: 20px auto;
    }

    .products-filters[b-7q2crilwod] {
        min-width: 260px;
    }
}
/* /Pages/Setting/Index.razor.rz.scp.css */
#notes[b-8096a7wraq] {
    font-family: monospace;
    width: 100%;
    word-wrap: break-word;
}

.slider[b-8096a7wraq] {
    background-color: transparent;
    display: flex;
    width: 100%;
}

.tag[b-8096a7wraq] {
    border-left-width: 0.1em;
    border-left-style: solid;
    border-left-color: white;
    border-right-width: 0.1em;
    border-right-style: solid;
    border-right-color: white;
    box-sizing: border-box;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

.tag-text[b-8096a7wraq] {
    color: white;
    display: block;
    font-family: sans-serif;
    font-weight: bold;
    overflow: hidden;
    user-select: none;
}

.tag:first-of-type[b-8096a7wraq] {
    border-radius: 4px 0px 0px 4px;
}

.tag:last-of-type[b-8096a7wraq] {
    border-radius: 0px 4px 4px 0px;
}

    .tag:last-of-type > .slider-thumb[b-8096a7wraq] {
        display: none !important;
    }

.slider-thumb[b-8096a7wraq] {
    align-items: center;
    background-color: white;
    border-radius: 2em;
    bottom: 0;
    cursor: ew-resize;
    display: flex;
    height: 2em;
    justify-content: center;
    margin: auto;
    width: 2em;
    position: absolute;
    right: calc(-1.1em);
    top: 0;
    user-select: none;
    z-index: 10;
}

    .slider-thumb span[b-8096a7wraq] {
        font-size: 1.5em;
        font-weight: bold;
    }
/* /Pages/Subscription/Subscribe.razor.rz.scp.css */
.subscribe_title[b-fza7lzvs4v] {
    text-align: center;
    margin: auto;
    color: #4e4e4e;
}

.subscription_offer[b-fza7lzvs4v] {
    flex: 0 0 400px;
    margin: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 5px 10px #DADADA;
    position: relative;
}

    .subscription_offer > .subscription_offer_title[b-fza7lzvs4v] {
        width: 100%;
        padding: 10px 15px;
        color: white;
        background: blue;
        border-radius: 5px 5px 0 0;
        text-align: center;
        font-size: 20px;
    }


    .subscription_offer > .subscription_offer_content[b-fza7lzvs4v] {
        padding: 10px 20px;
        margin: 0 0 40px 0;
    }

        .subscription_offer > .subscription_offer_content > ul[b-fza7lzvs4v] {
            margin-top: 0 !important;
        }

            .subscription_offer > .subscription_offer_content > ul > li[b-fza7lzvs4v] {
                margin: 8px 0;
            }

    .subscription_offer > button[b-fza7lzvs4v] {
        width: 100%;
        background: #B41047;
        color: white;
        font-weight: bold;
        padding: 10px 0;
        border-radius: 0 0 5px 5px;
        border: 0;
        position: absolute;
        bottom: 0;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-78hupkk48m] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #E6E6E6;
}

.main[b-78hupkk48m] {
    flex: 1;
}

.menu[b-78hupkk48m] {
    background-image: linear-gradient(0deg, #F1F1F1 0%, white 100%);
}

.top-row[b-78hupkk48m] {
    background-color: white;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

@media (max-width: 640.98px) {

    .top-row:not(.auth)[b-78hupkk48m] {
        display: none;
    }

    .top-row.auth[b-78hupkk48m] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {

    .page[b-78hupkk48m] {
        flex-direction: row;
    }

    .menu[b-78hupkk48m] {
        width: 300px;
        height: 100vh;
        top: 0;
        position: sticky;
        overflow-y: auto;
    }

    .top-row[b-78hupkk48m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

}
/* /Shared/NavMenu.razor.rz.scp.css */
.logo[b-nqy79y29m7] {
    max-height: 100px;
    margin: auto;
}

.navbar-toggler[b-nqy79y29m7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nqy79y29m7] {
/*    background-color: white;*/
}

.navbar-brand[b-nqy79y29m7] {
    font-size: 1.1rem;
}

.nav-item[b-nqy79y29m7] {
    font-size: 0.9rem;
    padding-bottom: 2px;
}

    .nav-item:first-of-type[b-nqy79y29m7] {
    }

    .nav-item:last-of-type[b-nqy79y29m7] {
    }

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

        .nav-item[b-nqy79y29m7]  a.active {
            background-color: #0060a7;
            color: white;
        }

        .nav-item[b-nqy79y29m7]  a:hover {
            background-color: #E0E0E0;
            color: white;
        }

@media (min-width: 641px) {
    .logo[b-nqy79y29m7] {
        width: 220px;
        margin: auto;
    }

    .navbar-toggler[b-nqy79y29m7] {
        display: none;
    }

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