/*POUR AJOUTER LES ICONES DEVANT CHAQUE MENU*/
.MegaMenu:first-child::before{
	content: url("/wwwclient/PAGES/img/maison2.png");
	vertical-align: middle;
}
.MegaMenu:last-child::before{
	content: url("/wwwclient/PAGES/img/sac.png");
	vertical-align: middle;
}
.MegaMenu:nth-child(2)::before{
	content: url("/wwwclient/PAGES/img/pot.png");
	vertical-align: middle;
}
.MegaMenu:nth-child(3)::before{
	content: url("/wwwclient/PAGES/img/chaise.png");
	vertical-align: middle;
}
/**************************************/


/*POUR ALIGNER LA MAISON AVEC LE MENU*/
.menu > a > svg {
	margin-bottom: 1vh;
}
/*POUR AJOUTER UN ESPACE DAVANT LE MENU, PARTIE EXTERNE*/
#header + .row{
	margin-left: 1vw;
}


/*POUR NE PLUS METTRE EN MAJUSCULE LES LIBELLES DES MENUS*/
.Titre, #MegaMenu a{
    text-transform: none;
}

#MenuAccordeon > div[b-prbhmuxqc5] {
    white-space: nowrap;
    color: var(--CS_color1);
}


.Niveau1, .Niveau2, .Niveau3{
padding: 0 5px;
}
.Niveau2, .Niveau3{
font-size: 11px;
}
/*LES COULEURS DES MEGAMENUS POUR CHAQUE CLASSIFICATION*/
.Classification01 > .dropdown-content{
	background-color: var(--Color-maison) !important;
}
.Classification01 .Titre{
	color: var(--Color-maison) !important;
}
.Classification02 > .dropdown-content{
	background-color: var(--Color-jardin) !important;
}
.Classification02 .Titre{
	color: var(--Color-jardin) !important;
}
.Classification03 > .dropdown-content{
	background-color: var(--Color-meubles) !important;
}
.Classification03 .Titre{
	color: var(--Color-meubles) !important;
}
.Classification04 > .dropdown-content{
	background-color: var(--Color-vannerie) !important;
}
.Classification04 .Titre{
	color: var(--Color-vannerie) !important;
}

/*-----------------------------------------------------------*/

/*Pour la recherche*/
.recherche .recherche {
    width: 100% !important;
}

/*POUR MAQUER LES INFORMATIONS ARTICLE*/
.information{
	display:none !important;
}

/*POUR MAQUER LES DRAPEAUX*/
.langue{
	display:none !important;
}