@font-face {
    font-family: 'breathing_personal_useregular';
    src: url('../FONTS/breathing-webfont.woff2') format('woff2'), url('../FONTS/breathing-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('../FONTS/glacialindifference-regular-webfont.woff2') format('woff2'), url('../FONTS/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('../FONTS/glacialindifference-bold-webfont.woff2') format('woff2'), url('../FONTS/glacialindifference-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

:root {
    --CS_color1: #809986;
    --CS_colorInit: #809986;
    --color-custom: #809986;
    --CS_color2: #80998680;
    --CustomColor3: #000000;
    --CustomColor4: #FFFFFF;
    --CustomColor5: #008000;
    --CustomColor6: #00000029;
    --CustomColor7: #979797E5;
    --CustomColor8: #D9AA8F;
    --CustomColor9: #CA531080;
    --CustomColor10: #FF4B55;
    --CustomColor11: #F5F5F5;
    --CS_font2: 'breathing_personal_useregular';
    --CS_font1: 'glacial_indifferenceregular';
    --CS_font3: 'glacial_indifferencebold';
}

a, .btn-link {
    color: var(--CS_color1);
    text-decoration: none;
}

/*MENU*/
.MegaMenu[b-m46ugzswwf], .MiniMenu[b-m46ugzswwf] {
    margin-top: 0 !important;
}



.top{
    height: 9rem !important;
}
/* LIENS TELECHARGEMENTS MES COMMANDES LISTE */
#CompteCommandes > div > div > div:last-child > svg {
    display: none;
}

/* LIENS TELECHARGEMENTS MES COMMANDES + RENOUVELLEMENT*/
#CompteCommandeDetails > .footerCommandeDetails > div:first-child > div:first-child {
    display: none;
}

/* LIENS TELECHARGEMENTS FACTURES */
#CompteFactures > div:first-child > div > div:last-child > svg {
    display: none;
}



/*SERVICE SAV*/
.menu > div:last-child, .menu > div:nth-child(3) > div:nth-child(2) > ul > li:last-child, .menu > div:nth-child(3) > div:nth-child(2) > ul > li:nth-child(4) {
    display: none;
}

/*MAP*/
/*#map > div:first-child
{
	display: none;
}*/

/*Merchandising*/
.textDescLineaire{
     text-align: left !important
}
#listeArticlePanier > .article, .actionArticleFavoris > div > div:nth-child(2) > div:nth-child(2), #listeArticles > .article {
    cursor: pointer;
}

.recherche > span {
    height: fit-content
}

.favorisCards:hover {
    fill: var(--CS_colorinvalid);
    stroke: var(--CS_colorinvalid);
}

.btnModeAffichage, .rz-data-row {
    cursor: pointer;
}

.btnDetail, .rz-spinner-button {
    background-color: var(--CS_color1) !important;
}

/* ACCUEIL BANDEAU HTML 2*/

.pub-content {
    display: flex;
    flex-direction: row;
    width: 80%;
    height: fit-content;
    margin: 25px 10%;
    ;
    z-index: 12;
    position: relative;
}

    .pub-content > div:first-child {
        width: 50%;
        height: fit-content;
        margin: 0 25px 0 0;
    }

        .pub-content > div:first-child > img {
            width: -webkit-fill-available;
            box-shadow: 0px 3px 6px #00000029;
        }

    .pub-content > div:last-child {
        width: 50%;
        height: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }


        .pub-content > div:last-child > div:first-child > h2 {
            font-family: var(--CS_font2);
            color: var(--CustomColor3);
            font-size: 50px;
            width: fit-content;
            margin: 0 auto;
            text-align: left;
            position: absolute;
            margin-left: -155px;
        }

        .pub-content > div:last-child > div:first-child > p {
            color: var(--CustomColor3);
            width: 90%;
            margin: 10px auto;
            font-family: var(--CS_font1);
        }

        .pub-content > div:last-child > div:nth-child(2), .pub-content > div:last-child > div:nth-child(3) {
            width: 90%;
            margin: 5px auto;
            height: fit-content;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0px 3px 6px #00000029;
            text-align: center;
            cursor: pointer
        }

        .pub-content > div:last-child > div:nth-child(2) {
            background-color: var(--CS_color1);
        }

            .pub-content > div:last-child > div:nth-child(2) > a {
                color: var(--CustomColor4);
            }

        .pub-content > div:last-child > div:nth-child(3) {
            background-color: var(--CustomColor4);
        }

            .pub-content > div:last-child > div:nth-child(3) > a {
                color: var(--CS_color1);
            }

            .pub-content > div:last-child > div:nth-child(2) > a, .pub-content > div:last-child > div:nth-child(3) > a {
                text-transform: uppercase;
                text-decoration: none;
                text-align: center;
            }


.MegaMenu:hover > .dropdown-content[b-m46ugzswwf]{
height: fit-content;
}


.bold {
    font-weight: 600;
}

.qui-sommes-nous-title {
    text-transform: uppercase;
    color: var(--CS_color1);
    font-size: 30px;
    width: 95%;
    margin: 5% auto;
    text-align: center;
    font-weight: 600;
}

/* CONTACT */
.contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50%;
    width: 100%;
    margin: 12% 0;
}

    .contact > div:first-child {
        width: 50%;
    }

        .contact > div:first-child > img {
            width: 100%;
        }

    .contact > div:last-child {
        width: 50%;
        margin-left: 10%;
    }

    .contact > div > .button, .contact > div > .buttonConnexion {
        width: 50%;
        margin: 15px 0;
        height: fit-content;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0px 3px 6px #00000029;
        text-align: center;
        background-color: var(--CS_color1);
        text-transform: uppercase;
        cursor: pointer;
    }

    .contact > div > .buttonConnexion {
        background-color: transparent;
        border: solid 2px var(--CS_color1);
    }

        .contact > div > .buttonConnexion > a {
            color: var(--CS_color1);
            text-decoration: none;
        }

    .contact > div > .button > a {
        color: var(--CustomColor4);
        text-decoration: none;
    }

    .contact > div > p > a {
        color: var(--CustomColor3);
        font-weight: 600;
        text-decoration: none;
    }

.menu ul li a:hover[b-m881yl9ddi] {
    font-weight: bold;
}



/*CATEGORIE*/
.categories {
    width: 100vw;
    margin: 50px 0;
    /*background-color: var(--CS_color1);*/
}

.rz-selectable tbody tr.rz-data-row.rz-state-highlight > td {
    background-color: var(--CS_color1);
}

.rz-selectable tbody tr.rz-data-row:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) {
    background-color: var(--CS_color2);
}

.rz-selectable tbody tr.rz-data-row:hover:not(.rz-state-highlight) .rz-cell-data {
    color: var(--CS_color1);
}


.rz-paginator-page.rz-state-active {
    color: var(--CS_color1);
}

.bg-sccess {
    background-color: var(--CS_color1) !important;
}

.rz-state-highlight .bg-sccess {
    background-color: var(--CustomColor5) !important;
    color: var(--CS_color1) !important;
}

#MenuExterne[b-1qmsv4zkzs] {
    margin: 25px auto 5px;
}

#popupImage > div:last-child[b-vigsuy6wir] {
    margin-top: 5vh;
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 100%;
}

.Niveau1 .Titre[b-m46ugzswwf] {
    white-space: break-spaces;
}

.PanierResumePage_ResumeGlobal > div:nth-child(6) {
    overflow-x: scroll;
}

    .PanierResumePage_ResumeGlobal > div:nth-child(6) > table {
        width: 100%;
    }

.classifications[b-yejosj792y] {
    width: 100vw;
    overflow: visible;
    padding: 0 5vw 30px;
    background-color: var(--CS_color1);
    margin-top: 100px;
}

.fenetre[b-yejosj792y] {
    width: 100vw;
    overflow: visible;
}

.classifications > div:nth-child(2) > div[b-yejosj792y] {
    width: 100%;
    margin-top: -50px;
}

.classification .img[b-yejosj792y] {
    border-radius: 0;
    background-color: #ffffff;
    cursor: pointer;
}

img[b-yejosj792y] {
    border-radius: 0;
    border: none;
}

.classification .libelle[b-yejosj792y] {
    margin-top: -200px;
    font-size: 20px;
    display: none;
    z-index: 999;
    position: relative;
    cursor: pointer;
}

.classifications > div:nth-child(2) > div[b-yejosj792y] {
    justify-content: space-evenly;
}

.classification:hover > .libelle {
    display: block;
}

.classification:hover > .img > img {
    opacity: 0.4;
}

.classification:nth-child(2), .classification:nth-child(6), .classification:nth-child(7) {
    display: none;
}

/*.fenetre::after {
    content: 'Decouvrez nos categories !';
    font-family: var(--CS_font2);
    font-size: 30px;
    float: right;
    margin-top: 30px;
	color: var(--CustomColor11);
}*/

.Niveau1[b-m46ugzswwf] {
    flex-direction: column;
}

.transitionFooter {
    width: fit-content;
    margin: auto;
}

.Copyright {
    cursor: pointer;
}

.blocAdresse > div[b-bmgw2qopub] {
    width: 100%;
}

.blocAdresse > div > input[b-bmgw2qopub] {
    width: 74%;
}

.divImgLineaire img[b-y7y0uuiuev] {
    max-width: 100%;
}

.divImgLineaire[b-y7y0uuiuev] {
    max-width: 100%;
}

.titleLineaire[b-y7y0uuiuev] {
    font-size: 16px;
}

.telechargerLineaire[b-y7y0uuiuev] {
    height: fit-content;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: auto;
}

.caracteristique[b-xt8npu3gh6] {
    font-weight: 400;
}

.Niveau2[b-m46ugzswwf] {
    font-weight: normal;
}

.Niveau1 .Titre[b-m46ugzswwf] {
    font-weight: bold;
}

/*
@media screen and (max-width: 1024px) {

    .pub-content {
        flex-direction: column;
        margin-top: 50px;
    }

        .pub-content > div:first-child {
            width: 70%;
            margin: 0;
        }

        .pub-content > div:last-child {
            width: 60%;
            margin: 15px 0 0 13vw;
        }

    .pub-content {
        width: 70%;
    }

        .pub-content > div:first-child {
            width: 100%;
        }

        .pub-content > div:last-child {
            width: 85%;
            margin: 15px 0 0 15%;
        }

    #MegaMenuClassification .Niveau1 {
        flex-wrap: wrap-reverse;
        width: 70% !important;
        overflow-x: auto;
        flex-flow: column;
    }

    .Niveau1 > .column {
        width: 50% !important;
    }

    #MegaMenuClassification .image {
        width: 30% !important;
    }

    .Niveau1[b-v1llokngzk] {
        gap: 8vh;
    }

    .cardLineaire[b-y7y0uuiuev] {
        width: 31.45%;
    }

    :first-child[b-1w5ny2uh5v] {
        margin: 0 auto !important;
    }

    .composantCompte > div:first-child[b-1w5ny2uh5v], .blocAdresse[b-bmgw2qopub] {
        width: 100%;
    }

    .composantCompte > div:nth-child(2) > img[b-1w5ny2uh5v] {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .contact {
        flex-direction: column;
    }

        .contact > div:first-child {
            width: 80%;
        }

        .contact > div:last-child {
            width: 80%;
            margin: 20px auto;
            text-align: center;
        }

        .contact > div > .button, .contact > div > .buttonConnexion {
            margin: 15px auto;
        }

    .Niveau1[b-m46ugzswwf] {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .Niveau1 > .column[b-m46ugzswwf] {
        width: 100%;
    }

    .imgCard[b-zl3e4vkp6b] {
        height: 34vw;
    }

    .Niveau1 > .column {
        width: 100% !important;
    }
}
*/
@font-face {
    font-family: 'breathing_personal_useregular';
    src: url('../FONTS/breathing-webfont.woff2') format('woff2'), url('../FONTS/breathing-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('../FONTS/glacialindifference-regular-webfont.woff2') format('woff2'), url('../FONTS/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('../FONTS/glacialindifference-bold-webfont.woff2') format('woff2'), url('../FONTS/glacialindifference-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

:root {
    --CS_color1: #809986;
    --CS_colorInit: #809986;
    --color-custom: #809986;
    --CS_color2: #80998680;
    --CustomColor3: #000000;
    --CustomColor4: #FFFFFF;
    --CustomColor5: #008000;
    --CustomColor6: #00000029;
    --CustomColor7: #979797E5;
    --CustomColor8: #D9AA8F;
    --CustomColor9: #CA531080;
    --CustomColor10: #FF4B55;
    --CustomColor11: #F5F5F5;
    --CS_font2: 'breathing_personal_useregular';
    --CS_font1: 'glacial_indifferenceregular';
    --CS_font3: 'glacial_indifferencebold';
}

a, .btn-link {
    color: var(--CS_color1);
    text-decoration: none;
}

/*MENU*/
.MegaMenu[b-m46ugzswwf], .MiniMenu[b-m46ugzswwf] {
    margin-top: 0 !important;
}


/* LIENS TELECHARGEMENTS MES COMMANDES LISTE */
#CompteCommandes > div > div > div:last-child > svg {
    display: none;
}

/* LIENS TELECHARGEMENTS MES COMMANDES + RENOUVELLEMENT*/
#CompteCommandeDetails > .footerCommandeDetails > div:first-child > div:first-child {
    display: none;
}

/* LIENS TELECHARGEMENTS FACTURES */
#CompteFactures > div:first-child > div > div:last-child > svg {
    display: none;
}



/*SERVICE SAV*/
.menu > div:last-child, .menu > div:nth-child(3) > div:nth-child(2) > ul > li:last-child, .menu > div:nth-child(3) > div:nth-child(2) > ul > li:nth-child(4) {
    display: none;
}

#listeArticlePanier > .article, .actionArticleFavoris > div > div:nth-child(2) > div:nth-child(2), #listeArticles > .article {
    cursor: pointer;
}

.recherche > span {
    height: fit-content
}

.favorisCards:hover {
    fill: var(--CS_colorinvalid);
    stroke: var(--CS_colorinvalid);
}

.btnModeAffichage, .rz-data-row {
    cursor: pointer;
}

.btnDetail, .rz-spinner-button {
    background-color: var(--CS_color1) !important;
}

/* ACCUEIL BANDEAU HTML 2*/

.pub-content {
    display: flex;
    flex-direction: row;
    width: 80%;
    height: fit-content;
    margin: 25px 10%;
    ;
    z-index: 12;
    position: relative;
}

    .pub-content > div:first-child {
        width: 50%;
        height: fit-content;
        margin: 0 25px 0 0;
    }

        .pub-content > div:first-child > img {
            width: -webkit-fill-available;
            box-shadow: 0px 3px 6px #00000029;
        }

    .pub-content > div:last-child {
        width: 50%;
        height: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }


        .pub-content > div:last-child > div:first-child > h2 {
            font-family: var(--CS_font2);
            color: var(--CustomColor3);
            font-size: 50px;
            width: fit-content;
            margin: 0 auto;
            text-align: left;
            position: absolute;
            margin-left: -155px;
        }

        .pub-content > div:last-child > div:first-child > p {
            color: var(--CustomColor3);
            width: 90%;
            margin: 10px auto;
            font-family: var(--CS_font1);
        }

        .pub-content > div:last-child > div:nth-child(2), .pub-content > div:last-child > div:nth-child(3) {
            width: 90%;
            margin: 5px auto;
            height: fit-content;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0px 3px 6px #00000029;
            text-align: center;
            cursor: pointer
        }

        .pub-content > div:last-child > div:nth-child(2) {
            background-color: var(--CS_color1);
        }

            .pub-content > div:last-child > div:nth-child(2) > a {
                color: var(--CustomColor4);
            }

        .pub-content > div:last-child > div:nth-child(3) {
            background-color: var(--CustomColor4);
        }

            .pub-content > div:last-child > div:nth-child(3) > a {
                color: var(--CS_color1);
            }

            .pub-content > div:last-child > div:nth-child(2) > a, .pub-content > div:last-child > div:nth-child(3) > a {
                text-transform: uppercase;
                text-decoration: none;
                text-align: center;
            }

.bold {
    font-weight: 600;
}

.qui-sommes-nous-title {
    text-transform: uppercase;
    color: var(--CS_color1);
    font-size: 30px;
    width: 95%;
    margin: 5% auto;
    text-align: center;
    font-weight: 600;
}

/* CONTACT */
.contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50%;
    width: 100%;
    margin: 12% 0;
}

    .contact > div:first-child {
        width: 50%;
    }

        .contact > div:first-child > img {
            width: 100%;
        }

    .contact > div:last-child {
        width: 50%;
        margin-left: 10%;
    }

    .contact > div > .button, .contact > div > .buttonConnexion {
        width: 50%;
        margin: 15px 0;
        height: fit-content;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0px 3px 6px #00000029;
        text-align: center;
        background-color: var(--CS_color1);
        text-transform: uppercase;
        cursor: pointer;
    }

    .contact > div > .buttonConnexion {
        background-color: transparent;
        border: solid 2px var(--CS_color1);
    }

        .contact > div > .buttonConnexion > a {
            color: var(--CS_color1);
            text-decoration: none;
        }

    .contact > div > .button > a {
        color: var(--CustomColor4);
        text-decoration: none;
    }

    .contact > div > p > a {
        color: var(--CustomColor3);
        font-weight: 600;
        text-decoration: none;
    }

.menu ul li a:hover[b-m881yl9ddi] {
    font-weight: bold;
}


/*CATEGORIE*/
.categories {
    width: 100vw;
    margin: 50px 0;
    /*background-color: var(--CS_color1);*/
}

.rz-selectable tbody tr.rz-data-row.rz-state-highlight > td {
    background-color: var(--CS_color1);
}

.rz-selectable tbody tr.rz-data-row:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) {
    background-color: var(--CS_color2);
}

.rz-selectable tbody tr.rz-data-row:hover:not(.rz-state-highlight) .rz-cell-data {
    color: var(--CS_color1);
}


.rz-paginator-page.rz-state-active {
    color: var(--CS_color1);
}

.bg-sccess {
    background-color: var(--CS_color1) !important;
}

.rz-state-highlight .bg-sccess {
    background-color: var(--CustomColor5) !important;
    color: var(--CS_color1) !important;
}

#MenuExterne[b-1qmsv4zkzs] {
    margin: 25px auto 5px;
}

#popupImage > div:last-child[b-vigsuy6wir] {
    margin-top: 5vh;
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 100%;
}

.Niveau1 .Titre[b-m46ugzswwf] {
    white-space: break-spaces;
}

.PanierResumePage_ResumeGlobal > div:nth-child(6) {
    overflow-x: scroll;
}

    .PanierResumePage_ResumeGlobal > div:nth-child(6) > table {
        width: 100%;
    }

.classifications[b-yejosj792y] {
    width: 100vw;
    overflow: visible;
    padding: 0 5vw 30px;
    background-color: var(--CS_color1);
    margin-top: 100px;
}

.fenetre[b-yejosj792y] {
    width: 100vw;
    overflow: visible;
}

.classifications > div:nth-child(2) > div[b-yejosj792y] {
    width: 100%;
    margin-top: -50px;
}

.classification .img[b-yejosj792y] {
    border-radius: 0;
    background-color: #ffffff;
    cursor: pointer;
}

img[b-yejosj792y] {
    border-radius: 0;
    border: none;
}

.classification .libelle[b-yejosj792y] {
    margin-top: -200px;
    font-size: 20px;
    display: none;
    z-index: 999;
    position: relative;
    cursor: pointer;
}

.classifications > div:nth-child(2) > div[b-yejosj792y] {
    justify-content: space-evenly;
}

.classification:hover > .libelle {
    display: block;
}

.classification:hover > .img > img {
    opacity: 0.4;
}

.classification:nth-child(2), .classification:nth-child(6), .classification:nth-child(7) {
    display: none;
}

/*.fenetre::after {
    content: 'Decouvrez nos categories !';
    font-family: var(--CS_font2);
    font-size: 30px;
    float: right;
    margin-top: 30px;
	color: var(--CustomColor11);
}*/

.Niveau1[b-m46ugzswwf] {
    flex-direction: column;
}

.transitionFooter {
    width: fit-content;
    margin: auto;
}

.Copyright {
    cursor: pointer;
}

.blocAdresse > div[b-bmgw2qopub] {
    width: 100%;
}

.blocAdresse > div > input[b-bmgw2qopub] {
    width: 74%;
}

.divImgLineaire img[b-y7y0uuiuev] {
    max-width: 100%;
}

.divImgLineaire[b-y7y0uuiuev] {
    max-width: 100%;
}

.titleLineaire[b-y7y0uuiuev] {
    font-size: 16px;
}

.telechargerLineaire[b-y7y0uuiuev] {
    height: fit-content;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: auto;
}

.caracteristique[b-xt8npu3gh6] {
    font-weight: 400;
}

.Niveau2[b-m46ugzswwf] {
    font-weight: normal;
}

.Niveau1 .Titre[b-m46ugzswwf] {
    font-weight: bold;
}
/*

@media screen and (max-width: 1024px) {

    .pub-content {
        flex-direction: column;
        margin-top: 50px;
    }

        .pub-content > div:first-child {
            width: 70%;
            margin: 0;
        }

        .pub-content > div:last-child {
            width: 60%;
            margin: 15px 0 0 13vw;
        }

    .pub-content {
        width: 70%;
    }

        .pub-content > div:first-child {
            width: 100%;
        }

        .pub-content > div:last-child {
            width: 85%;
            margin: 15px 0 0 15%;
        }

    #MegaMenuClassification .Niveau1 {
        flex-wrap: wrap-reverse;
        width: 70% !important;
        overflow-x: auto;
        flex-flow: column;
    }

    .Niveau1 > .column {
        width: 50% !important;
    }

    #MegaMenuClassification .image {
        width: 30% !important;
    }

    .Niveau1[b-v1llokngzk] {
        gap: 8vh;
    }

    .cardLineaire[b-y7y0uuiuev] {
        width: 31.45%;
    }

    :first-child[b-1w5ny2uh5v] {
        margin: 0 auto !important;
    }

    .composantCompte > div:first-child[b-1w5ny2uh5v], .blocAdresse[b-bmgw2qopub] {
        width: 100%;
    }

    .composantCompte > div:nth-child(2) > img[b-1w5ny2uh5v] {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .contact {
        flex-direction: column;
    }

        .contact > div:first-child {
            width: 80%;
        }

        .contact > div:last-child {
            width: 80%;
            margin: 20px auto;
            text-align: center;
        }

        .contact > div > .button, .contact > div > .buttonConnexion {
            margin: 15px auto;
        }

    .Niveau1[b-m46ugzswwf] {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .Niveau1 > .column[b-m46ugzswwf] {
        width: 100%;
    }

    .imgCard[b-zl3e4vkp6b] {
        height: 34vw;
    }

    .Niveau1 > .column {
        width: 100% !important;
    }
}
*/

.listecards[b-zl3e4vkp6b] {
    justify-content: space-around;
}


/*
@media screen and (max-width: 425px) {
    .titreCard[b-zl3e4vkp6b] p {
        width: 100%;
    }

    .titreCard[b-zl3e4vkp6b] {
        width: 100%;
        height: fit-content;
    }

    .listecards {
        width: 180%;
    }

    #BodyMP .listecards {
        width: 100%;
    }

    .cardArticle div img {
        max-height: 25vh !important;
        max-width: 25vh !important;
    }

    .cardArticle > div:nth-child(3)[b-zl3e4vkp6b] {
        width: 100%;
        margin-top: 8vh;
    }

    #BodyMPCards .cardArticle > div:nth-child(4) > div[b-zl3e4vkp6b] {
        right: 13.5vw;
    }

    .cardArticle > div:first-child[b-zl3e4vkp6b] {
        width: 100%;
    }

    #BodyMP .listecards, #BodyMP .ListeCardsModele3 {
        grid-template-columns: 100vw;
    }

    .btnPlusMoins > div:nth-child(2)[b-zl3e4vkp6b] {
        min-width: 13vw;
    }


    .pub-content > div:last-child > div:first-child > h2 {
        position: relative;
        margin-left: 0;
    }

    .pub-content {
        margin: 0 5%;
    }

        .pub-content > div:first-child {
            width: 90%;
            margin: 0 auto;
        }

        .pub-content > div:last-child {
            width: 90%;
            margin: 15px auto;
        }

    .pub-content {
        width: 90%;
    }

    .contact > div > .button, .contact > div > .buttonConnexion {
        width: 70%;
    }

    .rz-data-grid-data {
        width: 300%;
    }

    .rz-data-grid {
        width: 100%;
        overflow-x: scroll;
    }

    .popupSelectionClient[b-j34g1txsme] {
        top: 15px;
        width: 100%;
    }

    .MegaMenu:hover > .dropdown-content[b-m46ugzswwf] {
        flex-direction: column;
        align-items: center;
    }



    

    .cardArticle div img {
        max-width: 17vw;
        max-height: 17vw;
        height: max-content;
        width: max-content;
    }

    .cardArticle > div:nth-child(4) > div[b-zl3e4vkp6b] {
        top: -11vh;
        right: 2vw;
    }

    #BodyMPCards .cardArticle > div:nth-child(4) > div[b-zl3e4vkp6b] {
        right: 0.5vw;
    }

    .iconFichierMerch::before {
        content: "\e3f4";
        display: inline-block;
        font-family: "Material Symbols Outlined";
        font-size: 25px;
        width: 25px;
        height: 25px;
        font-style: normal;
    }

    .upload a[b-xt8npu3gh6], .upload2 a[b-xt8npu3gh6] {
        text-decoration: none !important;
    }

    .upload[b-xt8npu3gh6] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .divPager span[b-lk5gdrma92] {
        font: normal normal normal 17px/23px var(--CS_font1);
    }

    .RetourPanier, .footerCreationListeArticleFavoris > div {
        cursor: pointer;
    }

    #detailArticle {
        width: 80vw;
        height: 80vh;
    }

    #popupImage {
        width: 30vw;
        height: 65vh !important;
    }

    #detailArticle .popup > img {
        height: 80%;
    }

    #popupImage > div:last-child {
        margin-top: 0 !important;
    }

    #MonCompte li:nth-child(7) {
        display: none;
    }

    .popupImage > div {
        width: auto !important;
        height: auto !important;
    }

    .cardArticle > div:first-child > div:first-child {
        width: 100px;
    }

    .btnPlusMoins > div:first-child > span, .btnPlusMoins > div:last-child > span {
        color: var(--CustomColor4);
    }

    #CompteAdresses > div:first-child {
        flex-wrap: wrap;
    }

    #MenuExterne {
        flex-wrap: wrap;
        margin-top: 2vh;
    }

    #logo {
        height: 75%;
    }

        #logo > img {
            height: 100%;
        }

    .cardArticle > div:nth-child(3) > div > div:first-child svg:hover {
        fill: var(--CS_colorinvalid);
    }

    .MotDePasseOublie:after {
        content: "/ Mot de passe oublié";
        display: inline-block;
        text-decoration: underline;
    }
}*/
/*
@media screen and (max-width: 425px) {

    .bandeauFooter > div {
        width: fit-content !important;
    }

    .bandeauFooter {
        flex-direction: column !important;
    }

    .titreCard {
        margin-left: 1% !important;
        width: 98% !important;
    }

        .titreCard > p {
            width: 100% !important;
        }

    .infoCard {
        margin-left: 5px !important;
    }

    .cardArticle > div:nth-child(5) > div:last-child {
        margin-right: 5px !important;
    }

    .popup {
        width: 100vw !important;
        height: 100vh !important;
    }

    .recherche {
        width: 90% !important;
    }

        .recherche input {
            width: 100% !important;
        }

    #homePage .cardArticle {
        width: 80vw !important;
    }

    #MenuExterne {
        justify-content: center !important;
    }

    .btnPlusMoins > div:nth-child(2) {
        min-width: 10vw !important;
    }

    .contentMerchandising {
        flex-direction: column !important;
    }

    .divNiveau0Merch {
        flex-wrap: wrap !important;
    }

    .niveau0Merch {
        width: 30% !important;
    }

    .cardLineaire {
        width: 80vw !important;
    }

        .cardLineaire .divImgLineaire {
            max-width: 100% !important;
        }

    .contentDetail {
        flex-direction: column !important;
    }

    .imgLineaire {
        width: 100% !important;
        height: fit-content !important;
        margin-bottom: 50px !important;
    }

        .imgLineaire img {
            width: 100% !important;
            height: auto !important;
        }

    .listProduits {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .contentTitreList > div {
        width: 50% !important;
    }

    .contentTitreList button, .footerList button {
        width: 100% !important;
    }

    .contentProd {
        height: fit-content !important;
        flex-direction: column !important;
    }

        .contentProd > div {
            width: fit-content !important;
        }

        .contentProd .img {
            width: 80% !important;
        }

        .contentProd > .img > img {
            width: 100% !important;
        }

    .footerList > div {
        width: 50% !important;
    }

    .slides[b-osprfm8y6t] {
        min-height: 115px;
    }
}
*/

.ButtonMenu {
    text-transform: uppercase;
    padding: 0.5vh 0.5vw;
    border: solid 1px var(--CS_color1);
    color: var(--CS_color1);
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
    cursor: pointer;
    margin: 0 0 5px 0;
}


/*MENU*/

#MegaMenuClassification .Niveau1 {
    width: 80%;
}

#MegaMenuClassification .Niveau2 {
    margin-left: 0.2vw !important;
}

#MegaMenuClassification .Niveau3 {
    font-weight: normal !important;
    margin-left: 0.2vw;
}

#MegaMenuClassification .image {
    width: 20% !important;
    text-align: right;
    margin: 1vh 0.5vw 0 0;
}

    #MegaMenuClassification .image > image {
        max-width: 100%;
    }

#MegaMenuClassification .Niveau1 .Titre {
    text-decoration: underline;
}

/*CAROUSEL*/
.slides {
    z-index: unset !important;
    cursor: pointer;
}

/*Connexion*/
.actionConnexion > div {
    display: none;
}

/*ZOOM*/
#popupImage > div:first-child {
    display: flex;
    cursor: pointer;
}







/*

@media screen and (max-width: 425px) {

    .bandeauFooter > div {
        width: fit-content !important;
    }

    .bandeauFooter {
        flex-direction: column !important;
    }

    .titreCard {
        margin-left: 1% !important;
        width: 98% !important;
    }

        .titreCard > p {
            width: 100% !important;
        }

    .infoCard {
        margin-left: 5px !important;
    }

    .cardArticle > div:nth-child(5) > div:last-child {
        margin-right: 5px !important;
    }

    .popup {
        width: 100vw !important;
        height: 100vh !important;
    }

    .recherche {
        width: 90% !important;
    }

        .recherche input {
            width: 100% !important;
        }

    #homePage .cardArticle {
        width: 80vw !important;
    }

    #MenuExterne {
        justify-content: center !important;
    }

    .btnPlusMoins > div:nth-child(2) {
        min-width: 10vw !important;
    }

    .contentMerchandising {
        flex-direction: column !important;
    }

    .divNiveau0Merch {
        flex-wrap: wrap !important;
    }

    .niveau0Merch {
        width: 30% !important;
    }

    .cardLineaire {
        width: 80vw !important;
    }

        .cardLineaire .divImgLineaire {
            max-width: 100% !important;
        }

    .contentDetail {
        flex-direction: column !important;
    }

    .imgLineaire {
        width: 100% !important;
        height: fit-content !important;
        margin-bottom: 50px !important;
    }

        .imgLineaire img {
            width: 100% !important;
            height: auto !important;
        }

    .listProduits {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .contentTitreList > div {
        width: 50% !important;
    }

    .contentTitreList button, .footerList button {
        width: 100% !important;
    }

    .contentProd {
        height: fit-content !important;
        flex-direction: column !important;
    }

        .contentProd > div {
            width: fit-content !important;
        }

        .contentProd .img {
            width: 80% !important;
        }

        .contentProd > .img > img {
            width: 100% !important;
        }

    .footerList > div {
        width: 50% !important;
    }

    .slides[b-osprfm8y6t] {
        min-height: 115px;
    }
}

*/

/*RECHERCHE*/
[b-p63at71cfz] .recherche input {
    width: 300px;
}


.ButtonMenu {
    text-transform: uppercase;
    padding: 0.5vh 0.5vw;
    border: solid 1px var(--CS_color1);
    color: var(--CS_color1);
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
    cursor: pointer;
    margin: 0 0 5px 0;
	height: fit-content;
}


/*MENU*/

#MegaMenuClassification .Niveau1 {
    width: 80%;
}

#MegaMenuClassification .Niveau2 {
    margin-left: 0.2vw !important;
}

#MegaMenuClassification .Niveau3 {
    font-weight: normal !important;
    margin-left: 0.2vw;
}

#MegaMenuClassification .image {
    width: 20% !important;
    text-align: right;
    margin: 1vh 0.5vw 0 0;
}

    #MegaMenuClassification .image > image {
        max-width: 100%;
    }

#MegaMenuClassification .Niveau1 .Titre {
    text-decoration: underline;
}

/*CAROUSEL*/
.slides {
    z-index: unset !important;
    cursor: pointer;
}

/*Connexion*/
.actionConnexion > div {
    display: none;
}

/*ZOOM*/
#popupImage > div:first-child {
    display: flex;
    cursor: pointer;
}

.listecards[b-zl3e4vkp6b] {
    margin: 0;
}


/*breadcrumb*/
#breadcrumbs{
	width: fit-content;
}

#breadcrumbs > div:first-child{
	width: fit-content;
}

#breadcrumbs > div:nth-child(3){
	width: fit-content;
}
.TextLine > div:nth-child(2){
	padding-right: 0 0 0 10px !important;
}
.enteteListeCards > div:first-child {
    width: 6vw;
}

/*MOBILE*/
@media screen and (max-width: 1023px) {

    body, html {
        overflow-x: hidden !important;
    }

    body, html {
        width: 100% !important;
    }

    #MenuExterne {
        display: none !important;
    }

    #logo {
        display: flex;
        justify-content: center;
		margin: 0;
        width: 18% !important;
        margin: auto;
    }

    .BlazorNavigation_textPagin[b-878746k6rc], .BlazorNavigation_pagination select[b-878746k6rc], .enteteListeCards div:nth-child(3)[b-by00666si8], .enteteListeCards div:nth-child(4)[b-by00666si8] {
        display: none;
    }


    #FooterColinternet .logo img {
        margin: 20px;
        /*margin: auto;
        width: fit-content !important;*/
    }

    cs-composant[composant="CarrouselLoop"] {
        display: none;
    }

    #menuMobile {
        position: absolute;
        color: var(--CS_color1);
        top: 0;
        left: 0;
        display: block;
        display: flex;
        padding: 11px;
        justify-content: flex-end;
    }

    /* Sidenav menu */
    .sidenav {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        /* COLOR: white !important; */
        left: -100%;
        background-color: white;
        padding: 44px 20px;
        transition: left 0.3s ease;
        /* MARGIN-TOP: 122PX; */
        border: solid 1px #eee;
        font-size: 20px;
    }

        /* Sidenav menu links */
        .sidenav a {
            text-decoration: none;
        }

            .sidenav a:hover {
                color: #111;
            }

        .sidenav ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        /* Active class */
        .sidenav.active {
            left: 0;
        }

        /* Close btn */
        .sidenav .close {
            position: absolute;
            top: 5px;
            right: 11px;
        }

            .sidenav .close span {
                font-size: 45px !important;
            }

    #MenuAccordeon[b-p6smcfjvhc] {
        background: none;
        font-size: 18px;
    }
    /* Icône burger */
    .burger-icon span {
        display: block;
        width: 35px;
        height: 5px;
        background-color: var(--CS_color1);
        margin: 6px 0;
    }

    .page[b-prbhmuxqc5] {
        display: unset !important;
    }

    .top > .recherche {
        display: none !important;
    }
	
	#menuMobile > div > div > cs-composant > div{
		display: block;
    display: flex;
    gap: 10px;
	margin: 10px;
	}
	
	#MenuMobile[b-boxmocz2t4] {
    margin: 0;
	}
	
	#MenuMobile .Niveau1 > div:first-child[b-boxmocz2t4]{
		display: none;
	}
	
	
	#menuMobile > div > div > cs-composant > div > input{
		width:100%;
		
	}
	.Niveau[b-boxmocz2t4] {
		display:block;
		margin-bottom: 0;
	}
	#menuMobile .Titre[b-boxmocz2t4] {
		margin-left: 0;
	}
	#menuMobile .Titre a[b-boxmocz2t4] {
		font-size: inherit;
	}

    .menuAccordeon, .ligne, .enteteListeCards > div:nth-child(5) {
        display: none;
    }

    .PageCardsListComposant[b-prbhmuxqc5] {
        justify-content: center;
    }

   

    #breadcrumbs {
        color: var(--CS_color1);
        margin: 0 0 10px !important;
    }

    #FooterColinternet .logo {
        width: auto !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center;
    }

    .panier:hover > .OrderList {
        display: none !important;
    }

    .NewBest > div, .CollFam > div {
        width: 40% !important;
    }

    .ButtonMenu {
        width: fit-content;
        margin: 20px 10px !important;
    }

    .headerDetail > ul:last-child[b-pqt0nqe4hv] {
        width: 100% !important;
        justify-content: space-between !important;
    }

        .headerDetail > ul:last-child[b-pqt0nqe4hv] > li:first-child > span:last-child, .headerDetail > ul:last-child[b-pqt0nqe4hv] > li:last-child > span:first-child {
            display: none;
        }

    .headerDetail > ul:first-child[b-pqt0nqe4hv] {
        display: none !important;
    }

    .titre-article[b-y3vdrhljw2] {
        display: none !important;
    }

  

    .informationPrincipal > div:last-child[b-y3vdrhljw2] {
        display: unset !important;
    }

    .informationPrincipal > div:nth-child(2)[b-y3vdrhljw2] {
        margin-right: auto !important;
    }

    .descriptionArticle > div:first-child > .picto > div[b-y3vdrhljw2] {
        width: 10% !important;
    }

    #detailArticle[b-pqt0nqe4hv] {
        width: 85vw !important;
    }

    .cardArticle > div:nth-child(3)[b-zl3e4vkp6b] {
        margin-bottom: 0 !important;
    }

    .listecards[b-zl3e4vkp6b] > div {
        border: solid 1px #eee;
        box-shadow: 10px 10px 10px #eee;
    }

    .cardArticle > div:nth-child(4)[b-zl3e4vkp6b] {
        justify-content: center !important;
    }

    .btnPlusMoins > div:first-child > div:nth-child(2)[b-y3vdrhljw2] {
        min-width: 50px;
        margin: auto;
    }

    .bandeauFooter > div {
        display: flex;
        width: 300px !important;
        white-space: nowrap;
        /* display: block !important; */
        /* margin: auto !important; */
        margin: 15px auto;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .bandeauFooter > div > img {
            width: 50px !important;
            height: auto !important;
        }


        .bandeauFooter > div > div > p:last-child {
            white-space: wrap !important;
        }

		
    /* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
}

@media screen and (min-width: 1024px) {
    #menu {
        display: block;
    }

        #menu > a > svg {
            height: 30px;
        }

    #menu {
        display: flex;
        align-items: baseline;
    }

        #menu > a {
            margin-right: 1vw;
        }

    #MenuExterne .menu {
        width: 100%;
    }

    #menuMobile {
        display: none;
    }
}

/*A CHANGER DANS LE CSS GLOBAL*/
#MonCompte > .composantCompte {
    justify-content: normal !important;
    flex-wrap: wrap !important;
}

.Cadencier{
	display: none;
}
.rz-line-series-path, .rz-area-series-path {
    stroke: #809986;
    stroke-width: 3px;
}
.rz-series-marker-fill {
    fill: #809986;
    stroke: white;
    stroke-width: 2px;
}
.rz-bar-series-rect, .rz-column-series-rect {
    fill: #809986;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}
.rz-bar-series-rect:hover, .rz-column-series-rect:hover {
    opacity: 1;
}

/* Radzen DataGrid Style Overhaul */
.rz-data-grid-header {
    background: transparent;
    border-bottom: 2px solid #dde6de; /* A tint of your brand color */
}
.rz-data-grid-header .rz-column-title {
    color: #526557; /* A shade of your brand color */
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.rz-grid-table tr.rz-data-row:hover {
    background-color: #f0f4f1; /* A light tint of your brand color */
}

/* Radzen DropDown Style */
.rz-dropdown {
    border-color: #c1d0c4;
    transition: all 0.3s ease;
}
.rz-dropdown:hover {
    border-color: #809986;
    box-shadow: 0 0 0 3px rgba(128, 153, 134, 0.1);
}
@keyframes fade-in-scale {
              from { opacity: 0; transform: scale(.95); }
              to { opacity: 1; transform: scale(1); }
            }


