
.SLBox .boxline .fils .DesignationArticle {
	/* width: calc(100% - 2rem); */
}

.SLBox .boxline .fils .DesignationArticle::before {
	content: '';
	float: left;
	display: block;
	width: 2rem;
	height: 2rem;
}

.SLBox .boxline .groupe .DesignationArticle {
	font-weight: 400;
}

.SLBox .boxline .groupe {
	background: rgba(208, 228, 255, 0.7);
	/* outline: solid 1px black; */
}

.SLBox .boxline .fils {
	background: rgba(208, 228, 255, 0.3);
}

.SLBox .boxline .comment {
	/* background: rgba(0, 0, 0, 0.1); */
	/* color: rgba(101, 101, 101, 0.8); */
	/* font-style: italic; */
}

.SLBox .boxline .comment .value.CodeArticle {
	/* background: rgba(0, 0, 0, 0.1); */
	/* color: rgba(101, 101, 101, 0.8); */
	/* font-style: italic; */
	display: none;
}

/* LOTS */
#MB_alert .inner .info.desc {
	background: transparent;
	color: black;
}

#MB_alert .inner .info.desc DIV {
	background: transparent;
	text-align: left;
	color: black;
}

#MB_alert .inner .info.desc .ligne {
	padding: 0.5rem;	
}

#MB_alert .inner .info.desc .ligne DIV {
	display: inline-block;
}