.d-parcours .distance-box, .d-parcours .dpos-box {
	border: thin solid ivory;
	padding: 5px;
	border-radius: 3px;
	background-color: white;
	margin: 0 5px 0 0;
	display: inline-block;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.d-parcours .description-box {
	border: thin solid ivory;
	border-radius: 3px;
	padding: 8px 8px 0;
	margin-top: 10px;
	overflow-x: auto;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.d-parcours .trace-box {
	text-align: center;
	margin-top: 10px;
	overflow-x: auto;
}

.d-parcours .trace-box iframe {
	max-width: calc(100% - 10px);
    margin: 0 5px;
}
