.country .link-path {
	margin-bottom: 1rem;
}

.map {
	flex: 1;
	max-width: 100%;
}

#quand-visiter .label-and-gradient {
	margin-bottom: var(--margin-bottom-small);
}

#quand-visiter .label-and-gradient .gradient {
	height: var(--gradient-small-height);
	max-width: 100%;
}

.diplomatie-gouv-map {
	flex: 1;
	display: flex;
	justify-content: center;
}

.diplomatie-gouv-map img {
	max-height: 70vh;
	max-width: 100%;
	border-radius: 1rem;
}

.unesco-sites-list {
	max-height: 70vh;
	overflow: auto;
	gap: var(--gap-very-small);
}

.unesco-site-description {
	flex: 2;
}