.main-timeline{
overflow: visible;
position: relative;
margin-top:50px;
}
.main-timeline:before,
.main-timeline:after{
content: "";
display: block;/*line*/
width: 100%;
clear: both;
}
.main-timeline:before{
content: "";
width: 3px;
height: 100%;
background: #d6d5d5;
position: absolute;
top: 0;
left: 0;

}
.main-timeline .timeline{
width: 100%;
position: relative;
width: 100%;
float: none;
padding: 0 0 0 30px;
margin-bottom: 20px !important;
}
.main-timeline .timeline-icon{
width: 32px;
height: 32px;
border-radius: 50%;
background: #fff;
border: 3px solid #fe6847;
position: absolute;
top: 5.5%;
//display: none; /*cercle */
right: auto;
left: -14.5px;
}
.main-timeline .year{
display: block;
padding: 10px;
margin: 0;
font-size: 20px;
color: #fff;
border-radius: 0 50px 50px 0;
background: #fe6847;
position: relative;
font-family:Georgia Italic;
}
.main-timeline .year:before{
content: "";
border-top: 35px solid #f59c8b;
border-left: 35px solid transparent;
position: absolute;
bottom: -35px;
left: 0;
}
.main-timeline .timeline-content{
padding: 30px 5px;
margin: 0 45px 0 35px;
background: #f2f2f2;
}
.main-timeline .title{
font-size: 19px;
font-weight: bold;
color: #504f54;
margin: 0 0 10px 0;
}
.main-timeline .description{
font-size: 14px;
color: #7d7b7b;
margin: 0;
}
.main-timeline .timeline:nth-child(2n){ padding: 0 0 0 30px; }
.main-timeline .timeline:nth-child(2n) .timeline-icon{
right: auto;
left: -14.5px;
}
.main-timeline .timeline:nth-child(2n) .year{ border-radius: 0 50px 50px 0; }
.main-timeline .timeline:nth-child(2n) .year:before{
content: "";
border-top: 35px solid #f59c8b;
border-left: 35px solid transparent;
position: absolute;
bottom: -35px;
left: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
text-align: right;
margin: 0 35px 0 45px;
}
.main-timeline .timeline:nth-child(2){ margin-top: 0px; }
.main-timeline .timeline:nth-child(odd){ margin:  0; }
.main-timeline .timeline:nth-child(even){ margin-bottom: 0px; }
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){ margin: 0; }
.main-timeline .timeline:nth-child(2n) .timeline-icon{ border-color: #7eda99; }
.main-timeline .timeline:nth-child(2n) .year{ background: #7eda99; }
.main-timeline .timeline:nth-child(2n) .year:before{ border-top-color: #92efad; }
.main-timeline .timeline:nth-child(3n) .timeline-icon{ border-color: #8a5ec1; }
.main-timeline .timeline:nth-child(3n) .year{ background: #8a5ec1; }
.main-timeline .timeline:nth-child(3n) .year:before{ border-top-color: #a381cf; }
.main-timeline .timeline:nth-child(4n) .timeline-icon{ border-color: #f98d9c; }
.main-timeline .timeline:nth-child(4n) .year{ background: #f98d9c; }
.main-timeline .timeline:nth-child(4n) .year:before{ border-top-color: #f2aab3; }
@media only screen and (max-width: 700px){
.main-timeline{ overflow: visible;width: 100%; }
.main-timeline:before{
top: 0;
left: 0;
display:none;
}

.main-timeline .timeline:nth-child(2),
.main-timeline .timeline:nth-child(odd),
.main-timeline .timeline:nth-child(even){ margin: 0;padding: 0px; }
.main-timeline .timeline{
width: 100%;
float: none;
padding: 0px;
margin-bottom: 20px !important;
}
.main-timeline .timeline:last-child{ margin: 0 !important; }
.main-timeline .timeline-icon{
right: auto;
left: 0;
display:none;
}
.main-timeline .year{ border-radius: 0 50px 50px 0; width: 100%;}
.main-timeline .year:before{
content: "";
border-top: 35px solid #f59c8b;
border-left: 35px solid transparent;
position: absolute;
bottom: -35px;
left: 0;
}
.main-timeline .timeline-content{ margin: 0 0px 0 0px; font-size:13px;}

.main-timeline .timeline:nth-child(2n) .timeline-content{
text-align: right;
margin: 0 0px 0 0px;
font-size:13px;
}


.main-timeline img
{
 display:none;   
}

}
