@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;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    /*COULEURS PRINCIPALES*/
    --CS_colorInit: #898c7b;
    --CS_color1: #D898c7b;
    --color-custom: #898c7b;
    --CS_color2: #898c7b80;
    --Color-dark: #000000;
    --Color-medium: #838383;
    --Color-light: #ffffff;
    --CS_font2: 'breathing_personal_useregular';
    /*COULEURS MATBLAZOR*/
    --mdc-theme-primary: var(--CS_color1) !important;
}

/*CATALOGUE*/
.containCard[b-h6dw5j6t1f] {
    height: fit-content;
    padding: unset;
    width: unset;
    margin: none;
    border-radius: unset;
    background: unset;
    box-shadow: unset;
    cursor: pointer;
}



    .ChoixTypeMenu_inline[b-h6dw5j6t1f] img {
        height: 100%;
        object-fit: cover;
    }

.ChoixTypeMenu_inline #container {
    height: 300px;
}

/*CARROUSEL*/
.MasqueCarousel[b-osprfm8y6t] {
    display: none;
}

/*CARDS*/
.predamier:hover {
    box-shadow: 5px 5px 10px #eee;
    position: sticky;
    left: 1px;
    padding: 1px 1px 0 0;
}

.predamier[b-prbhmuxqc5] {
    width: 13rem;
    height: 15rem;
}

.predamier > div:first-child[b-prbhmuxqc5] {
}

.predamier > div:last-child[b-prbhmuxqc5] {
    height: 2rem;
    color: white;
}

.PageCardsListComposant[b-prbhmuxqc5] {
    margin-top: 2rem;
}

img[b-prbhmuxqc5] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#PageCardsList[b-q4p02yos1s] {
    width: 100%;
    margin: auto;
}

div[b-prbhmuxqc5] {
    cursor: pointer;
}

.page[b-prbhmuxqc5] {
    margin: 0 60px;
}

/* ACCUEIL BANDEAU HTML 2*/
video {
    width: 80%;
    margin: auto;
    display: flex;
}

.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;
        color: white;
    }

    .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;
    }

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

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



.big {
    color: white;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
	white-space: nowrap;
}

.bandeauFooter > div > div:first-child > p:first-child
{
	font-size: 1.1rem;
}

/*CONNEXION*/

.actionConnexion > div:first-child {
    visibility: hidden;
}

.ChangerMotDePasse, .ConnexionContact .btnBlanc, .MotDePasseOublie {
    white-space: nowrap;
}

.actionConnexion > div:last-child button[b-4eiwvjbfwy] {
    background-color: #fff;
    border: solid 1px #fff;
    color: #000;
}

button:hover[b-4eiwvjbfwy] {
    background: var(--CS_color1) !important;
    color: white !important;
}

@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%;
        }

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

    #FooterColinternet .menu > div {
        width: 100%;
    }

        #FooterColinternet .menu > div > .btnPrimary {
            margin: auto;
        }

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

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

@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;
        }
}

@media screen and (max-width: 425px) {
    .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%;
    }
}

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

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

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


.LienMenu::after {
    margin-top: 0;
}




/*RECHERCHE*/
.recherche {
    display: flex;
}

    .recherche > div {
        display: flex;
        border: solid 1px #aaa;
        border-left: none;
        border-radius: 0 25% 25% 0;
        height: 33px;
        width: 35px;
        background: var(--CS_color1) !important;
        align-items: center;
        justify-content: center;
        color: white;
    }

    .recherche input {
        width: 300px !important;
        padding: 5px !important;
        border: 1px solid #aaa;
        border-right: none;
        border-radius: 5px 0 0 5px !important;
        margin: 0 !important;
    }

/*HEADER*/
.header[b-wlneili91f] {
    width: 100%;
    position: sticky;
    top: 0;
}

.body[b-wlneili91f] {
}

/*MENU*/
#MenuExterne {
    display: flex;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
}

.CataCgv > ul, .Referencement > ul {
    display: none;
    position: absolute;
    background: white;
    padding: 1vh;
    list-style: none;
    border: solid 1px #eee;
    box-shadow: 2px 2px 5px #eee;
    z-index: 10
}

.CataCgv li, .CataCgv li:hover {
    display: flex;
    margin: 1vh 0;
}

.dropdown:hover + ul, ul:hover, li:hover {
    display: block;
}

.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 10px 5px 0;
}

    .ButtonMenu a:hover {
        color: black;
    }


/*FOOTER*/
#FooterColinternet .logo img {
    width: 90% !important;
}
/*VERSION*/
.version:hover + p {
    visibility: visible;
}

.version + p {
    visibility: hidden;
}



/* BANDEAU FOOTER */
.bandeauFooter {
    width: 100vw;
    height: fit-content;
    background-color: var(--CS_color1);
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0;
    align-items: center;
}

    .bandeauFooter > div {
        width: 20%;
        text-align: center;
		display: block;
    }

        .bandeauFooter > div > div {
            display: flex;
            flex-direction: column;
        }

            .bandeauFooter > div > div > p:first-child {
                color: var(--Color-light);
                text-transform: uppercase;
                font-size: 17px;
                font-weight: 600;
                font-family: var(--CS_font1);
                margin-left: 15px
            }

            .bandeauFooter > div > div > p:last-child {
                color: var(--Color-light);
                ;
                font-size: 14px;
                font-family: var(--CS_font1);
                margin-left: 15px
            }

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

/* FOOTER */

#FooterColinternet.footer-menu {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 10vh auto;
}



#FooterColinternet .menu {
    display: flex;
    justify-content: space-around;
    width: 75%;
}



    #FooterColinternet .menu div div:first-of-type {
        font-size: 15px !important;
        margin-bottom: 10px
    }



    #FooterColinternet .menu ul {
        list-style: none;
        padding: 0;
        line-height: 19px;
    }



        #FooterColinternet .menu ul li {
            cursor: pointer;
        }



            #FooterColinternet .menu ul li a {
                padding: 0;
                font-weight: 400;
            }



#FooterColinternet > .menu > ul > li:nth-child(2) > a, p {
    text-transform: uppercase;
}

#FooterColinternet > .menu > ul > li:nth-child(3) > a {
    text-transform: capitalize;
}

#FooterColinternet .menu ul li:hover {
    font-weight: bold;
}



#FooterColinternet .menu > div:nth-child(3) > div:last-child > a {
    color: #fff;
}



#FooterColinternet .logo {
    width: 20%;
    margin-left: 5%;
}



    #FooterColinternet.logo img {
        width: 100%;
    }




#FooterColinternet .footer span {
    cursor: pointer;
}



#FooterColinternet a {
    text-decoration-line: none;
    color: black;
}



#FooterColinternet .menu div div:first-of-type {
    font-size: 18px !important;
}


#ListeUnivers ul {
    list-style: none;
}

.Copyright {
    width: fit-content;
    margin: 0 auto;
}


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


    #FooterColinternet .menu div div:first-of-type {
        font-size: 15px !important;
    }


    #ListeFamilles {
        margin-top: -11%;
        left: 31.6%;
    }
}



@media screen and (max-width: 1440px) {
    #ListeFamilles {
        margin-top: -16.5%;
        left: 29.7%;
    }
}

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

    #FooterColinternet.footer-menu {
        flex-direction: column;
        margin-bottom: 0;
    }



    #FooterColinternet .menu {
        flex-direction: column;
        width: 40%;
        margin: 20px 30% 0;
        text-align: center;
    }



    #FooterColinternet .logo {
        width: 30%;
        margin: 20px 35%;
    }


    #ListeFamilles {
        left: 0;
        margin: auto;
        text-align: center;
    }

    #FooterColinternet .menu > div:first-child {
        order: 999;
        margin-top: 25px;
    }

    #FooterColinternet .menu > div:nth-child(3) {
        margin-top: 25px;
    }

    #ListeFamilles ul {
        list-style: none;
        padding: 0
    }

    .bandeauFooter {
        flex-wrap: wrap;
    }

        .bandeauFooter > div {
            width: 40%;
            margin: 15px auto;
        }
}

#footer {
    font-family: var(--CS_font1);
    margin-top: 5vh;
}

    #footer .Copyright {
        text-align: center;
    }

    #footer .logo img {
        width: 50%;
    }
@media screen and (max-width: 425px) {
    .bandeauFooter > div {
        width: 90%;
    }

    #FooterColinternet .logo {
        width: 20%;
        margin-left: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*OOPS*/

#OopsDis .main {
    width: 80%;
    margin: 22vh auto;
    background: white;
    border-radius: 17px;
    box-shadow: 5px 5px 10px #999;
    text-align: center;
}

#blazor-error-ui {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
}



#OopsDis .reload {
    background-color: #bb0000;
    font-size: 2vh;
    text-transform: uppercase;
    font-weight: 600;
    font-family: sans-serif;
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 10px auto;
}

    #OopsDis .reload > svg {
        fill: #ffffff;
        height: 25px;
    }

    #OopsDis .reload > a {
        color: #ffffff;
        text-decoration: none;
        margin-left: 5px;
    }
.maintenance {
    margin-top: 5rem;
    font-family: 'Roboto', sans-serif;
}

.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .error-actions .btn {
        margin-right: 10px;
    }

.message-box h1 {
    color: #252932;
    font-size: 98px;
    font-weight: 700;
    line-height: 98px;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

#OopsBDD .main {
    width: 80%;
    margin: 22vh auto;
    background: white;
    border-radius: 17px;
    box-shadow: 5px 5px 10px #999;
    text-align: center;
}

#OopsBDD #blazor-error-ui {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    display: block;
}



#OopsBDD .reload {
    background-color: #bb0000;
    font-size: 2vh;
    text-transform: uppercase;
    font-weight: 600;
    font-family: sans-serif;
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 10px auto;
}

    #OopsBDD .reload > svg {
        fill: #ffffff;
        height: 25px;
    }

    #OopsBDD .reload > a {
        color: #ffffff;
        text-decoration: none;
        margin-left: 5px;
    }





/*MEGAMENU*/

.Niveau1[b-m46ugzswwf] {
    background-color: white;
    height: fit-content;
    width: fit-content;
    column-count: auto;
    margin: 2px 2px;
}

.Niveau1 .Titre[b-m46ugzswwf] {
    font-weight: normal;
    margin: 5px 0;
}

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

.Niveau2[b-m46ugzswwf] {
    display: none;
}

.image[b-m46ugzswwf] {
    width: 15rem;
    height: 15rem;
}

.image img[b-m46ugzswwf] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.MegaMenu .dropdown-content[b-m46ugzswwf] {
    position: absolute;
    background-color: white;
    width: fit-content;
    left: auto;
    min-width: 350px;
    margin-left: -5px;
    padding: 0 0 0 0.4rem;
}

.Niveau1 .Titre {
    color: var(--CS_color1);
    margin-right: 10px;
    font-size: 0.7rem;
    overflow: hidden;
}

/*FILTRES*/
/*CHECKBOX*/

.filtres input[type="checkbox"][b-by00666si8] {
    border-radius: 0;
}

/*PAGINATION*/
.navigation[b-by00666si8] {
    height: 50px;
}






/*MOBILE*/
@media screen and (max-width: 1100px) {
	
	.Mobile{
		display: block;
	}
	
	/*FILTRES*/
	.filtres {
		padding: 0.3rem 0 0.3rem 1rem;
		min-width: 300px;
		white-space: nowrap;
		position: fixed !important;
		background: white;
		z-index: 500 !important;
		box-shadow: 10px 10px 30px #ddd;
		top: 0rem !important;
		left: -20rem !important;
		height: 100% !important;
		display: block !important;
		transition: left ease-in 0.5s;
	}
	
	.open {
		display: flex !important;
	}

	.SideBarFiltresOpen {
		left: 0.2rem !important;
	}

	.SideBarFiltresClosed {
		left: -20rem !important;
	}
	
	
	
    body, html {
        overflow-x: hidden !important;
    }


    .logo {
        width: 58%;
        margin: auto;
    }

        .logo img {
            width: 100%;
        }

    #logo {
        display: flex;
        justify-content: center;
        height: 100% !important;
        width: 53% !important;
    }

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

    #MenuExterne {
        display: none !important;
    }



    .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: auto;
        width: 50% !important;
    }



    #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: 25px 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;
    }

    .recherche {
        display: none !important;
    }

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

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

    .listecards[b-zl3e4vkp6b] {
        margin: unset;
        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;
    }

    .telechargement[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;
    }

    .plus[b-p6smcfjvhc], .moins[b-p6smcfjvhc] {
        display: none;
    }

    #MenuAccordeon .Niveau {
        margin: 0 0 10px;
    }

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

@media screen and (min-width: 1200px) {

    #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;
    }

    #logo {
        display: flex;
        justify-content: center;
        height: 100% !important;
        width: auto !important;
    }
	
	.Mobile{
		display: none !important;
	}
}


/*COULEURS DIAMETRES*/
.diam7 {
    background: #FFCC99 !important;
}
.diam9 {
    background: #99FFCC !important;
}
.diam10 {
    background: #547CCC !important;
	color: white !important;
}
.diam16 {
    background: #FEBC0C !important;
}

.diam19 {
    background: #FA5608 !important;
}

.diam20 {
    background: #FE017C !important;
}

.diam25 {
    background: #CCCCFF !important;
}

.diam28 {
    background: #7B39EB !important;
	color: white !important;
}

.diam35 {
    background: #3B8DFE !important;
}

.diam62 {
    background: #ffbd00 !important;
}

.diam65 {
    background: #da2c38 !important;
}

.diam72 {
    background: #226f54 !important;
}

.diam62 {
    background: #87c38f !important;
}

.diam112 {
    background: #78290f !important;
}

.diam130 {
    background: #43291f !important;
}

.diam163 {
    background: #480ca8 !important;
}

.diametre[b-zl3e4vkp6b] {
    color: black;
}

/*CATEGORIES*/

.CardList > .menuAccordeon {
    display: none;
}
#MenuAccordeon {
    display: none !important;
}

.headerBodyMP {
    position: sticky;
    top: 7.95rem;
    background: white;
    padding-top: 2rem;
    z-index: 9;
}

.enteteListeCards[b-by00666si8] {
    margin-top: 0vh;
}

/*SLIDE PAGE INDEX*/
.slider div[b-4eiwvjbfwy] {
	animation: none;
}

/**************************
*BOUTON MENU NOUVEAU JAUNE
***************************/
#MenuExterne > .menu > .ButtonMenu:last-child{
	background: #F4D03F;
}

#MenuExterne > .menu > .ButtonMenu:last-child > a{
	color: black;
}

/***MINI PANIER**/
.OrderList img{
    width:50px;
}

/**********************
*MENU MERCHANDISING
**********************/
.MenuMerchandising{
	padding-top: 0.8rem;
}
.Cadencier{ display: none; }


