.oddo-timeline{
}
.timeline{
	position: relative;
}

.trait-timeline{
	background-color: #F7F4F2;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	margin-left: 10px;
}
.contenu-timeline{
	position: relative;
	padding-left: 40px;
}

.oddo-num-timeline{
	color: #D52819;
	font-size: 16px;
	padding: 12px 0;
}
.oddo-title-timeline{
	font-size: 28px;
	margin-top: 8px;
	font-weight: 700;
	position: relative;
}
.oddo-title-timeline::before{
	content: "";
	display: block;
	position: absolute;
	top: 16px;
    left: -39px;
	background-color:#1E323E;
	width: 24px;
	height: 1px;
}

.oddo-item-timeline{
	margin-bottom: 24px;
}
.oddo-item-timeline h4{
	color: #003D39;
	margin-top: 24px;
	font-size: 24px;
	margin-bottom: 8px;
	position: relative;
}
.oddo-item-timeline h4::before{
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/bullet.svg) no-repeat center center;
	background-size: contain;
	top: 5px;
    left: -38px;
}

@media screen and (min-width: 768px){
	.oddo-num-timeline{
		font-size: 18px;
		padding: 0;
	}
	.oddo-title-timeline{
		font-size: 38px;
	}
	.trait-timeline{
	    margin-left: 0;
	    left: calc(50% - 2px);
	}
	.contenu-timeline{
		padding-left: 0px;
	}
	.timeline-right{
		margin-left: calc(50% + 37px);
	}
	.timeline-left{
		margin-right: calc(50% + 37px);
		text-align: right;
	}
	.oddo-item-timeline h4::before{
		left: -48px;
	}
	.oddo-title-timeline::before{
		width: 48px;
		top: 23px;
    	left: -61px;
	}
	.timeline-left .oddo-title-timeline::before{
		left: auto;
		right: -61px;
	}
	.timeline-left	.oddo-item-timeline h4::before{
		right: -48px;
		left: auto;
	}
	.oddo-num-title-timeline{
		display: inline-block;
		text-align: left;
	}
}