/* ETIQUETTES DESTINATION */

.destinations_post {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 1.2rem;
	margin: 0.5em 0;
}

.destinations_post li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.destinations_post li + li {
	margin-left: 0.5rem;
}


.destinations_post li a {
	font-size: 1.1rem;
	line-height: 1em;
	background: #eee;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.3em;
	display: block;
}

.destinations_post li a:hover {
	background: var(--vef-couleur-dominante);
	color: #fff;
}