.section-ligne-temporelle-verticale .row {
	align-items: flex-start;
	width: 100%;
}

.ligne-temporelle-verticale {
	height: 100%;
}

.ligne-temporelle-verticale {
	display: none;
	height: 100%;
	left: calc(50% - 30px);
	position: absolute;
	width: 60px;
}

.ligne-temporelle-verticale__date:last-child::after {
	background-color: #FFF;
	content: '';
	display: block;
	height: 700px;
	position: absolute;
	bottom: -700px;
	width: 100%;
}

/*.ligne-temporelle-verticale__item:nth-child(2) {*/
/*	margin-top: 50px;*/
/*}*/

.ligne-temporelle-verticale__item .titre {
	font-family: var(--e-global-typography-c6fef67-font-family);
	font-size: var(--e-global-typography-c6fef67-font-size);
	font-weight: var(--e-global-typography-c6fef67-font-weight);
	text-transform: var(--e-global-typography-c6fef67-text-transform);
}

.ligne-temporelle-verticale__item:nth-child(odd) {
	text-align: right;
}

.ligne-temporelle-verticale__item:nth-child(odd) .titre {
	align-items: flex-end;
}

.ligne-temporelle-verticale::before {
	background-color: #D2CFCB;
	content: '';
	height: 100%;
	left: calc(50% - 1px);
	position: absolute;
	width: 2px;
	z-index: -1;
}

.ligne-temporelle-verticale__date {
	align-items: center;
	background-color: var(--e-global-color-primary);
	border-radius: 50%;
	color: #FFF;
	display: flex;
	font-family: Spartan, sans-serif;
	font-size: 18px;
	font-weight: 900;
	height: 70px;
	justify-content: center;
	left: 50%;
	padding-top: 5px;
	position: absolute;
	transform: translateX(-50%);
	width: 70px;
}

body:not([data-elementor-device-mode=mobile]) .ligne-temporelle-verticale__item:nth-child(odd) {
	padding-right: 120px
}

body:not([data-elementor-device-mode=mobile]) .ligne-temporelle-verticale__item:nth-child(even) {
	padding-left: 120px
}

body[data-elementor-device-mode=mobile] .ligne-temporelle-verticale__item {
	text-align: left
}

body[data-elementor-device-mode=mobile] .ligne-temporelle-verticale__item {
	padding-left: 100px;
	width: 100%;
}

body[data-elementor-device-mode=mobile] .ligne-temporelle-verticale {
	left: 0;
}