h1 + .entry {
	margin-top: 1em;
}




#toggle {
	background-color: #DDD;
	color: #393939 !important;
	text-align: center;
	margin-bottom: 3em;
}

#toggle:hover {
	color: #FFF !important;
}

.desc p:only-child + #toggle {
	margin-top: 30px;
}





.entry .destination_etiquettes {
	display: flex;
	align-items;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	font-size: 12px;
}

.entry .destination_etiquettes li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.entry .destination_etiquettes li a {
	text-decoration: none;
	color: #393939;
	background: #DDD;
	padding: 0.5em;
}

.entry .destination_etiquettes li a:hover {
	background: var(--vef-couleur-dominante);
	color: white;
}


@media (min-width:700px) {
	h1 + .entry {
		margin-top: 1.5em;
	}
}