.avis-wrap {
    margin-bottom: 4em;
}

.tag {
    max-width: calc((100% / 8) - 1em);
    width: 100%;
    display: inline-block;
    margin: .5em;
    vertical-align: top;
	min-height: 2em;
	padding: 1em 0;
}

#tags {
    margin-bottom: 1em;
}

.tag-active 
{ 
	color: white; 
	background: #f68b1e !important;
}

.avis-title {
    margin: 2em 0 1em 0;
}

.tag a {
    background: lightgrey;
    padding: 1em;
    border-radius: 100%;
	cursor: pointer;
}

.tag a:hover { text-decoration: none; color: white; }

/* .avis-content li { color: #f68b1e !important; } */
.avis-content li { color: black !important; }

@media screen and (max-width: 600px)
{
	.tag {
		max-width: calc((100% / 4) - 1em);
	}
}


@media screen and (max-width: 600px)
{
	.tag {
		max-width: calc((100% / 3) - 1em);
	}
}