body {
	padding-top: 70px;
	font-family: Arial, sans-serif;
}

section {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.flex{
	display: flex;
}

h1 {
	margin-bottom: 30px;
}

.tg-bg-orange{
	background-color: #FF8432;
}

.parcoursLigne{
	display: flex;
}
.parcours-left{
	width: 20%;
	bottom: auto;
}

.parcours-right{
	padding-left: 5%;
	width: 80%;
	bottom: auto;
	text-align:left;
}
