/* /Pages/Article.razor.rz.scp.css */
.page-art[b-jmsq8js3a2] {
    margin-left:5% !important;
    margin-right:5% !important;
}

/*.page-art-pc {
    display: none;
}

.page-art-mobile {
    display: none;
}

.page-art-tablet {
    display: none;
}*/

.card[b-jmsq8js3a2] {
    transition: all 0.30s;
}

.card:hover[b-jmsq8js3a2] {
    transform: scale(1.05);
}

.btn-lgp[b-jmsq8js3a2] {
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 1rem;
    /*padding-left: 70px;*/
    text-align: start;
    width : 100%;
    max-width : 430px;
    min-width : 100px;
}

/*    @media (max-width: 1420px) {
        .page-art-pc {
        display: contents;
    }

    .btn-lgp {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .col {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .fs-4 {
        margin-left: -10px;
    }

    .page-art {
        display: none;
    }
}*/

/*@media (max-width: 1080px){
    .page-art-tablet {
        display: contents;
    }

    .col {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .btn-lgp {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .fs-4 {
        margin-left: -10px;
    }
        
    .page-art {
        display: none;
    }
    .page-art-mobile {
        display: none;
    }
    .page-art-pc {
        display: none;
    }
    .mask-for-pc {
        display: none;
    }
}*/

/*
@media (max-width: 560px) {

    .page-art-mobile {
        display: contents;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .btn-lgp {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .col {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .fs-4 {
        margin-left: -10px;
    }

    .pt-5 {
        margin-top: 5px !important;
    }
    .pb-5 {
        margin-bottom: 5px !important;
    }

    .page-art {
        display: none;
    }
    .page-art-tablet {
        display: none;
    }
    .page-art-pc {
        display: none;
    }
    .mask-for-pc {
        display: none;
    }
}*/
/* /Pages/CGV.razor.rz.scp.css */
.page-cgv[b-8v50p7r7dp] {
    padding: 1% 5%;
}
/* /Pages/Index.razor.rz.scp.css */


.main_bandeau[b-i8w5kcydn6] {
    background-image: url("../Images/Bandeau_fleurs_crop.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
}

.sub_text_bandeau[b-i8w5kcydn6] {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.infos_bandeau[b-i8w5kcydn6] {
    z-index: 1;
    position: absolute;
    background-color: #f7f7f7;
    height: 100px;
    top: 205px;
    width: 80%;
    box-shadow: .2px 3px 2px #d6d5d5;
    border-radius: 7px;
    display:flex;
    justify-content:space-evenly;
    align-items: center;
    padding: 8px;
}

.text_infos_bandeau[b-i8w5kcydn6] {
    font-weight: 500;
    margin-left:6px;
    font-size: 16px;
}

.infos_livraison_horizontal[b-i8w5kcydn6] {  
}

.infos_livraison_vertical[b-i8w5kcydn6] {
}

.card[b-i8w5kcydn6]{
    transition:all 0.30s; 
}

.card:hover[b-i8w5kcydn6] {
    transform: scale(1.05)
}

.opalbum[b-i8w5kcydn6] {
    padding-right: 20%;
    border-right: solid thin;
    height: 60px;
}

@media (max-width:560px) {
    .main_bandeau[b-i8w5kcydn6] {
        max-width: 560px;
    }

    .sub_text_bandeau[b-i8w5kcydn6] {
        font-size: 15px;        
    }

    .infos_bandeau[b-i8w5kcydn6] {
        display:none;
    }

    .infos_livraison_horizontal[b-i8w5kcydn6] {
        display: none;
    }

}

@media (max-width: 699.98px) {
    .infos_bandeau[b-i8w5kcydn6] {
        display: none;
    }

    .infos_livraison_horizontal[b-i8w5kcydn6] {
        display: none;
    }

}

@media (min-width: 700px){
    .infos_livraison_vertical[b-i8w5kcydn6] {
        display: none;
    }
}









[slider][b-i8w5kcydn6] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 45px 0 10px 0;
}

    [slider] > div[b-i8w5kcydn6] {
        position: absolute;
        left: 13px;
        right: 15px;
        height: 14px;
    }

        [slider] > div > [inverse-left][b-i8w5kcydn6] {
            position: absolute;
            left: 0;
            height: 14px;
            border-radius: 10px;
            background-color: #717171;
            margin: 0 7px;
        }

        [slider] > div > [inverse-right][b-i8w5kcydn6] {
            position: absolute;
            right: 0;
            height: 14px;
            border-radius: 10px;
            background-color: #717171;
            margin: 0 7px;
        }

        [slider] > div > [range][b-i8w5kcydn6] {
            position: absolute;
            left: 0;
            height: 14px;
            border-radius: 14px;
            background-color: #1ABC9C;
        }

        [slider] > div > [thumb][b-i8w5kcydn6] {
            position: absolute;
            top: -7px;
            z-index: 2;
            height: 28px;
            width: 28px;
            text-align: left;
            margin-left: -11px;
            cursor: pointer;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
            background-color: #FFF;
            border-radius: 50%;
            outline: none;
        }

    [slider] > input[type=range][b-i8w5kcydn6] {
        position: absolute;
        pointer-events: none;
        -webkit-appearance: none;
        z-index: 3;
        height: 14px;
        top: -2px;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

div[slider] > input[type=range][b-i8w5kcydn6]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range][b-i8w5kcydn6]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]:focus[b-i8w5kcydn6]::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider] > input[type=range]:focus[b-i8w5kcydn6] {
    outline: none;
}

div[slider] > input[type=range][b-i8w5kcydn6]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range][b-i8w5kcydn6]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range][b-i8w5kcydn6]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider] > input[type=range][b-i8w5kcydn6]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range][b-i8w5kcydn6]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range][b-i8w5kcydn6]::-ms-tooltip {
    display: none;
}

[slider] > div > [sign][b-i8w5kcydn6] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index: 3;
    background-color: red;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

    [slider] > div > [sign][b-i8w5kcydn6]:after {
        position: absolute;
        content: '';
        left: 0;
        border-radius: 16px;
        top: 19px;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top-width: 16px;
        border-top-style: solid;
        border-top-color: red;
    }

    [slider] > div > [sign] > span[b-i8w5kcydn6] {
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
    }

[slider]:hover > div > [sign][b-i8w5kcydn6] {
    opacity: 1;
}
    
/* /Pages/InfosClient.razor.rz.scp.css */
body[b-hf986uhkxw] {
    margin-left: 8% !important;
    margin-right: 8% !important;
    margin-top: 30px;
    margin-bottom: 20px;
}


/*.visiblePC {
    display: contents !important;
}

.visiblePetitPC {
    display: none !important;
}

.visibleTab {
    display: none !important;
}

.visiblemobile {
    display: none !important;
}*/

.form-label[b-hf986uhkxw] {
    line-height: 5px;
}

input[b-hf986uhkxw] {
    border-color: lightgray !important;
    border-radius: 5px !important;
    border-width: 1px !important;
    height: 35px !important;
    width:100% !important;
}

.btn[b-hf986uhkxw] {
    border-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 32px;
    padding-left: 32px;
}

/*@media (max-width : 1590px) {
    .visiblePetitPC {
        display: contents !important;
    }

    .visibleTab {
        display: none !important;
    }

    .visiblemobile {
        display: none !important;
    }

    .visiblePC {
        display: none !important;
    }
}

@media (max-width: 1100px) {
    .visibleTab {
        display: contents !important;
    }

    .visiblemobile {
        display: none !important;
    }

    .visiblePetitPC {
        display: none !important;
    }

    .visiblePC {
        display: none !important;
    }
}

@media (max-width : 835px) {
    .visiblemobile {
        display: contents !important;
    }

    .visiblePC {
        display: none !important;
    }

    .visibleTab {
        display: none !important;
    }
}*/
/* /Pages/MentionsLegales.razor.rz.scp.css */
.page-mentions[b-i7g47rrh0x] {
    padding: 1% 5%;
}
/* /Pages/Paiement.razor.rz.scp.css */
body[b-mcjwknemt9] {
    margin-left: 8% !important;
    margin-right: 8% !important;
    margin-top: 30px;
    margin-bottom : 20px;
}

.visiblePC[b-mcjwknemt9] {
    display : contents !important;
}
.visiblePetitPC[b-mcjwknemt9] {
    display : none !important;
}
.visibleTab[b-mcjwknemt9] {
    display : none !important;
}
.visiblemobile[b-mcjwknemt9] {
    display: none !important;
}

.form-label[b-mcjwknemt9] {
    line-height : 5px;
}

input[b-mcjwknemt9] {
    border-color: lightgray !important;
    border-radius: 5px !important;
    border-width: 1px !important;
    height: 35px !important;
}

.btn[b-mcjwknemt9] {
    border-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 32px;
    padding-left: 32px;
}

@media (max-width : 1590px) {
    .visiblePetitPC[b-mcjwknemt9] {
        display: contents !important;
    }
    .visibleTab[b-mcjwknemt9] {
        display: none !important;
    }
    .visiblemobile[b-mcjwknemt9] {
        display: none !important;
    }
    .visiblePC[b-mcjwknemt9] {
        display: none !important;
    } 
}

@media (max-width: 1100px){
    .visibleTab[b-mcjwknemt9] {
        display: contents !important;
    }
    .visiblemobile[b-mcjwknemt9] {
        display: none !important;
    }
    .visiblePetitPC[b-mcjwknemt9] {
        display: none !important;
    }
    .visiblePC[b-mcjwknemt9] {
        display: none !important;
    }    
}

@media (max-width : 835px) {
    .visiblemobile[b-mcjwknemt9] {
        display: contents !important;
    }
    .visiblePC[b-mcjwknemt9] {
        display: none !important;
    }
    .visibleTab[b-mcjwknemt9] {
        display: none !important;
    }
}
/* /Pages/Panier.razor.rz.scp.css */

.page-panier[b-k7cs2m4fp3] {
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.btn-outline-secondary[b-k7cs2m4fp3] {
    border-radius: 30px !important;
}
.btn-outline-secondary:hover[b-k7cs2m4fp3] {
    background-color: transparent;
    border-width: 2px;
}

.card[b-k7cs2m4fp3] {
    padding: 10px;
}

.hide-element[b-k7cs2m4fp3] {
    display: contents;
}


.mask-for-mobile[b-k7cs2m4fp3] {
    display: contents;
}
.visible-mobile[b-k7cs2m4fp3] {
    display: none;
}

@media (max-width: 1200px){
    .hide-element[b-k7cs2m4fp3] {
        display: none;
    }

    .page-panier[b-k7cs2m4fp3] {
        margin-left: 7% !important;
        margin-right: 7% !important;
    }
}

@media (max-width : 500px){
    .hide-mobile[b-k7cs2m4fp3] {
        display: none;
    }

    .show-mobile[b-k7cs2m4fp3] {
        display: contents;
    }

    .mask-for-mobile[b-k7cs2m4fp3] {
        display: none;
    }

    .visible-mobile[b-k7cs2m4fp3] {
        display: contents;
    }

}

/* /Pages/PolitiqueConfidentialite.razor.rz.scp.css */
.page-politiQ[b-vj74skrrev] {
    padding: 1% 5%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-iv5lctgw7i] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;    
}

main[b-iv5lctgw7i] {
    flex: 1;
}

.top-row[b-iv5lctgw7i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 4.5rem;
    display: flex;
    align-items: center;
}

.footer-row[b-iv5lctgw7i] {
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    height: 6rem;
    justify-content: space-around;
    padding-inline: 10% 10%;
    border-top: 1px solid #d6d5d5;
}

.titre_page[b-iv5lctgw7i] {
    font-size: 20px;    
    
}




@media (max-width:700px) {
    .tel_top_row[b-iv5lctgw7i] {
        display: none;
    }
    .titre_page[b-iv5lctgw7i] {
        display: none;
    }
}

  
@media (max-width:950px) {
    .tel_top_row[b-iv5lctgw7i] {
        font-size: 14px;
    }
    .texboutique[b-iv5lctgw7i] {
        display: none;
    }
}




/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tu5qwtjtfb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tu5qwtjtfb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tu5qwtjtfb] {
    font-size: 1.1rem;
}

.oi[b-tu5qwtjtfb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tu5qwtjtfb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tu5qwtjtfb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tu5qwtjtfb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tu5qwtjtfb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-tu5qwtjtfb]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-tu5qwtjtfb]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tu5qwtjtfb] {
        display: none;
    }

    .collapse[b-tu5qwtjtfb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-tu5qwtjtfb] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
