@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: #1f407a;
    --CS_color1: #1f407a;
    --color-custom: #1f407a;

    --CS_color2: #1f407a80;
    --Color-dark: #000000;
    --Color-medium: #838383;
    --Color-light: #ffffff;
    --CS_font2: 'breathing_personal_useregular';
    
	/*COULEURS MATBLAZOR*/
	--mdc-theme-primary:var(--CS_color1) !important;
}
#Carousel, .slides[b-osprfm8y6t]{
	min-height: 12rem !important;
    }
.MasqueCarousel[b-osprfm8y6t] {
    display: none;
}
.viewport[b-osprfm8y6t] {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
/*Merchandising*/
.telechargerLineaire[b-y7y0uuiuev]
{
display:flex;
align-items: center;
}

.predamier:hover{
	box-shadow: 5px 5px 10px #eee;
	position: relative;
	left: 1px;
        top: 1px;
	
}

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

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

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

                    .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;
            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: 30px;
    font-weight: 600;
}

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

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


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


/*CONNEXION*/
.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;
}

/*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] {
    
}



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

/*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*/
.filtres[b-by00666si8] {
/*position: fixed;*/
}

.listecards[b-zl3e4vkp6b] {
   /*margin: 0 150px 0 400px;*/
}


/*CHECKBOX*/

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

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

/*MOBILE*/
@media screen and (max-width: 1024px) {
	
	.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;
    }

    

    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;
        left: -100%;
        background-color: white;
        padding: 25px 20px;
        transition: left 0.3s ease;
        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*/

.diametre{
	display: none !important;
}
.diam16{
 background: #FF00D8 !important;
}
.diam19{
 background: #00FFEC
 !important;
}
.diam20{
 background: #93FF00 !important;
}
.diam28{
 background: #FFDC00 !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;
}

/*CATEGORIES*/

.menuAccordeon{
	/*display: none;*/
}

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

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

.Cadencier {display: none;}

/*MASQUER LE MAIL DU COMMERCIAL*/
.composantCompte > div > div:last-child{
	/*display: none !important;*/
}

.headerCompte > ul > li:nth-child(4) {
    display: block !important;
}


/* Affichage des arrivages */
.cadreArrivages .CodeArticle{
    font-weight: bold;
}

.cadreArrivages span:first-child{
    vertical-align: middle;
}


.headerCompte > ul > li:last-child {
   /* display: none;*/
}

/*STATISTIQUES*/
#Statistiques .header > ul > li:nth-child(2), #Statistiques .header > ul > li:nth-child(3){
    display: none !important;
}





