a
{
	color:#292E5E;
}

.card-header
{
	font-weight: bold;
	background-color: #253267;
	color: white;
}

.fe-labels-picto
{
	width:24px;
	padding-right: 8px;
}

.fe-secteurs,
.fe-marques,
.fe-entites
{
    display: list-item;          /* This has to be "list-item"                                               */
    list-style-type: disc;     /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position */	
}

.fe-logo-produit:hover .fe-logo-produit-loupe i
{
    color: #E4C98C;
}

.fe-activites.n1
{
    background-color:#139A38;
    margin-left: 0px;
}

.fe-activites.n2
{
    color:black;
    background-color:#E4C98C;
    margin-left: 40px;
}

.fe-activites.n3
{
    color:black;
    border: 1px solid #DEE2E6;
    background-color:white;
    margin-left: 80px;
}

.fe-activites.n4
{
    color:white;
    background-color:gray;
    margin-left: 120px;
}

.fe-activites.n5
{
    color:white;
    background-color:gray;
    margin-left: 160px;
}

.fe-activites.n6
{
    color:white;
    background-color:gray;
    margin-left: 200px;
}