#parcours {
	display: flex;
	justify-content: center;
	margin: 0 -5px;
}

.parcour {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
	margin: 0 20px;
	text-align: center;
	max-width: 230px;
}

@media (max-width: 600px) {
	.parcour{
		width: calc(33% - 10px);
		margin: 0 5px;
	}
}