.timeline {
    list-style: none;
    position: relative;
}
.timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }
.timeline {
        margin-bottom:0px;
}

.timeline .timeline-inverted {
        margin-bottom:30px;
}
.timeline:before,
.timeline:after {
            content: " ";
            display: table;
        }
.timeline:after {
            clear: both;
        }
        .timeline:before,
        .timeline:after {
            content: " ";
            display: table;
        }
        .timeline:after {
            clear: both;
        }
        .timeline .timeline-panel {
            float: left;
            padding: 30px 0px 0px 60px;
            position: relative;

        }

.timeline .timeline-badge.with-line:before{
                position: absolute;
                content: " ";
				height: 2px;
				width: 90%;
				left: 100%;
				top: 100px;
				background: #e9e9e9;
				display: block;
				z-index: 9;
            }

.timeline .timeline-badge {
            color: #fff;
            width: 200px;
            height: 200px;
            line-height: 1.2;
            font-size: 24px;
            text-align: center;
            position: relative;
            top: 16px;
            left: 50%;
            margin-left: -100px;
            background-color:#0e76bc;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
			padding:65px 0 0 0;
			text-transform:uppercase;
			font-weight:bold;
        }
		
		.timeline-badge.long {
			padding:45px 0 0 0 !important;
        }
		
		.timeline .timeline-badge span{
			color:#89c2e8;
			text-transform:none;
			font-weight:normal;
		}

        .timeline .timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline .timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline >.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
    .timeline-body > p + p {
        margin-top: 5px;
    }
	
h4.timeline-title{
	color:#0e76bc;
	line-height:1.5;
	font-weight:bold;
	padding: 0 20px;
	}
	
.text-muted {
    font-size: 20px;
}

@media (max-width:992px) {
.timeline .timeline-badge.with-line:before{ display:none;}

}


/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #cecece;
  z-index: 0;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 25px 25px;
}
.timeline-article p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #434345;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #dddddd;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-date {
    color: #d72a21;
    font-weight: 900;
    display: block;
    font-size: 30px;
    position: relative;
    text-align: center;
    top:25px;
}

.timeline-date.right {
    right: 140px;
}

.timeline-date.left {
    left: 140px;
}

.timeline-point {
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0 0;
  margin: auto;
  color: #d72a21;
  border-radius: 100%;
  background-color: #d72a21;
    top:25px;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date.right{
    margin-left: 20px;
}
.timeline-article .meta-date .date.left{
    margin-right: 20px;
}

.timeline-article .meta-date .date {
  font-size: 24px;
  line-height: 50px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
/*===== // Responsive Vertical Timeline =====*/



/* timleine */
.timelineBati {
    position: relative;
    margin-bottom:0px;
    margin: 15px;
}
/* cercle gris */
.timelineBati .timeline-cercle {
    position: absolute;
    width:100%;
}	
.timeline-cercle .cercle-section {
    height: 365px;
    float: left;
    position:absolute;
    width: 34%;
    border-radius: 250px;
    border: 8px solid #eeeeee !important;
}
.timeline-cercle .cercle-section.center {
	margin: 0 0 0 33.3%;
}
.timeline-cercle .cercle-section.right {
    margin: 0 0 0 66.6%;
}
/* cercle couleur */
.timelineBati .timeline-line {
    position: absolute;
    width:100%;
}
.timeline-line .line-section {
    height: 185px;
    float: left;
    position:absolute;
    width: 34%;
}
.timeline-line .top{
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    z-index: 1;
}
.timeline-line .top.light{
    border: 8px solid #f14d4d !important;
    border-bottom:none !important;
}
.timeline-line .top.dark{
    border: 8px solid #b60e0e !important;
    border-bottom:none !important;
    margin: 0 0 0 66.6%;
}
.timeline-line .bottom{
    border: 8px solid #e32422 !important;
    border-bottom-left-radius: 250px;
    border-top:none !important;
    border-bottom-right-radius: 250px;
    z-index: 100;
    margin: 180px 0 0 33.3%;
}
/* icone offre */
.timelineBati .timeline-badge {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    position: relative;
    font-weight:normal;
    margin:0px auto;
    z-index: 200;
    background-color: #9b9b9b;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px 0 0;
}
.im {
    font-family: iconsmind !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
}
/* titre offre */
.timelineBati .timeline-panel {
    padding: 80px 40px;
    position: relative;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}
h4.timeline-title{
	text-align: center;
	color:#222222;
	line-height:1.5;
	font-weight:normal;
	padding: 0 0px 40px 0;
	margin: 0;
	font-size:18px;
}
h3.timeline-title{
	text-align: center;
	color:#222222;
	line-height:1.5;
	font-weight:normal;
    padding: 5px 0px;
	margin: 0;
	font-size:18px;
}
h4.timeline-title .text-one{
	color:#e32422;
	font-weight:bold;
	text-transform: uppercase;
	font-size:24px;
}

h3.timeline-title .text-two{
	color:#888888;
	font-weight:500;
	font-size:24px;
}

/* descriptif offre*/
.timeline-explan {
	float:left !important;
	padding:10px 30px !important;
	position:relative !important;
	display:block !important;
}
.timeline-explan p{
	font-size:14px;
	line-height:1.5;
    padding: 0 0 0 8px !important;
}
.text-important{
color:#222222 !important;
font-size: 14px;
font-weight: bold;
}
.text-important.red{
font-size: 18px;
font-weight: bold;
border-bottom: 2px solid #e32422 !important;
color:#e32422 !important;
line-height:2;
}

/* responsive */
@media (max-width:1199px) {
.timeline-line .top.dark{
    border: 8px solid #bf2519 !important;
    border-bottom:none !important;
    margin: 0 0 0 66.4%;
 }
.timeline-line .bottom{
    border: 8px solid #fe6c61 !important;
    border-bottom-left-radius: 250px;
    border-top:none !important;
    border-bottom-right-radius: 250px;
    z-index: 100;
    margin: 180px 0 0 33.2%;
}	
.timeline-cercle .cercle-section.center {
	margin: 0 0 0 33.2%;
}
.timeline-cercle .cercle-section.right {
    margin: 0 0 0 66.4%;
}
}

@media (max-width:992px) {
.container.bati{
    width: 730px !important;
}
.timeline-heading {
    min-height:0px;
}
h4.timeline-title .text-one {
    font-size: 18px !important;
}
h3.timeline-title .text-two {
    font-size: 14px !important;
}
h3.timeline-title {
    line-height: 1;
}
.timeline-cercle .cercle-section {
    height: 200px !important;
    position: relative !important;
    width: 200px !important;
    margin: 0 35% !important;
}
.timeline-cercle .cercle-section.right {
    margin: -0.3% 35% !important;
}

.timelineBati .timeline-badge.two {
    margin: 41px auto 0px !important;
}
.timelineBati .timeline-badge.three {
    margin: 33px auto 0px !important;
}
.timeline-cercle .cercle-section.center {
    margin: -1% 35% !important;
}
.timelineBati .timeline-panel {
    top: -53px;
    z-index: 1000;
}
    
.timelineBati .timeline-panel.after {
    top: -63px;
    z-index: 1000;
    margin: 0 auto;
}
    
.timelineBati .maxheight{
    max-height:200px !important;
}
.timeline-line .line-section {
    height: 200px !important;
    position:relative !important;
    width: 100px !important;
}	
.timeline-line .top{
    border-top-right-radius: 700px;
    border-bottom-right-radius: 700px;
    border-top-left-radius: 0px !important;
    z-index: 1;
    margin: 0 50% !important;
 }
.timeline-line .top.light{
    border: 8px solid #ffb6b0 !important;
    border-left:none !important;
}	
.timeline-line .top.dark{
    border: 8px solid #bf2519 !important;
    border-left:none !important;
}
.timeline-line .bottom{
    border: 8px solid #fe6c61 !important;
    border-top-left-radius: 700px;
    border-right:none !important;
    border-bottom-left-radius: 700px;
    z-index: 100;
    margin: -1.1% 35% !important;
    border-bottom-right-radius: 0px !important;
 }	

.timeline-title {
    padding:10px 20px!important;

}
.timeline-explan {
    float: right !important;
    padding: 0 !important;
    position: relative !important;
    width: 30% !important;
    top: -280px !important;
}
.timeline-explan.left{
    float: left !important;
}
.timeline-explan p {
    font-size: 12px !important;
    line-height: 1.4 !important;
}
}

@media (max-width:739px) {
.container.bati{
    width: 458px !important;
}
.timeline-cercle .cercle-section {
    height: 200px !important;
    width: 200px !important;
    margin: 0 0 !important;
	float:none;
}
.timeline-cercle .cercle-section.center {
    margin:-8px 0 !important;
}
.timeline-cercle .cercle-section.right {
    margin: -8px 0 0 0 !important;
}
.timelineBati .timeline-badge.two {
    margin: 41px 0 0 35px !important;
}
.timelineBati .timeline-badge.three {
    margin: 33px 0 0 35px !important;
}
.timelineBati .timeline-panel {
    float: left !important;
    width: 41%;
}
.timelineBati .timeline-panel:before {
    border-left-width: 0 !important;
    border-right-width: 15px !important;
    left: -15px !important;
    right: auto !important;
}
    
.timelineBati .timeline-panel {
padding: 80px 0px;
}
.timeline-line .top {
    border-top-right-radius: 700px;
    border-bottom-right-radius: 700px;
    border-top-left-radius: 0px !important;
    z-index: 1;
    margin: 0px 0 0 100px !important;
}
    
.timeline-explan {
    width: 40% !important;
    top: 30px !important;
}
    
.timeline-line .top.dark {
    margin: -8px 0 0 100px !important;
}
.timeline-line .bottom {
    border: 8px solid #fe6c61 !important;
        border-right-color: rgb(254, 108, 97);
        border-right-style: solid;
        border-right-width: 8px;
    border-top-left-radius: 700px;
    border-right: none !important;
    border-bottom-left-radius: 700px;
    z-index: 100;
    margin: -8px 0 !important;
}
.timeline-line .line-section {
    float: none;
}
.timelineBati .timeline-panel:after {
    border-left-width: 0 !important;
    border-right-width: 14px !important;
    left: -14px !important;
    right: auto !important;
}
h4.timeline-title {
    padding:10px 10px!important;
}
.timelineBati .timeline-panel.after {
    top: -66px;
}

}

@media (max-width:457px) {
.container.bati{
    width: 320px !important;
}
.timeline-explan {
    width: 50% !important;
    top: 0px !important;
}
.timeline-explan p {
font-size: 11px !important;
}
    
h4.timeline-title {
    padding:10px 5px 5px!important;
    font-size: 12px !important;
}

h3.timeline-title .text-two {
    font-size: 10px !important;
}
h3.timeline-title {
    line-height: 8px;
}  

.timeline-title {
    padding: 5px 0px !important;
}
    
h4.timeline-title .text-one {
    font-size: 12px !important;
}
.timelineBati .timeline-badge {
    font-size: 14px !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 0 !important;
    line-height: 1.45;
}
.timeline-cercle .cercle-section {
    height: 120px !important;
    width: 120px !important;
}
.timeline-line .line-section {
    height: 120px !important;
    width: 60px !important;
}
.timelineBati .maxheight{
max-height:120px !important;
}
.timelineBati .timeline-badge.one {
    margin: 0 auto !important;
}
.timelineBati .timeline-badge.two {
    margin: 17px 0 0 0 !important;
}
.timelineBati .timeline-badge.three {
    margin: 9px 0 0 0 !important;
}
.timeline-line .top {
    margin: 0px 0 0 60px !important;
}
.timeline-line .top.dark {
    margin: -8px 0 0 60px !important;
}
.timelineBati .timeline-badge {
    left: 0px !important;
}
.timelineBati .timeline-panel {
 top: -80px !important;
}
}

/* all timeline inter */
/* cercle gris */	
.timeline-cercle .cercle-inter {
    height: 295px;
    float: left;
    position:absolute;
    width: 25.5%;
    border-radius: 250px;
    border: 8px solid #eeeeee !important;
}
.timeline-cercle .cercle-inter.centerOne {
	margin: 0 0 0 24.8%;
}
.timeline-cercle .cercle-inter.centerTwo {
	margin: 0 0 0 49.5%;
}
.timeline-cercle .cercle-inter.right {
    margin: 0 0 0 74.3%;
}
/* cercle couleur */
.timeline-line .line-inter {
    height: 147px;
    float: left;
    position:absolute;
    width: 25.5%;
}

.line-inter.top.light{
    border: 8px solid #B4DAF2 !important;
    border-bottom:none !important;
}
.line-inter.top.dark{
    border: 8px solid #0e76bc !important;
    border-bottom:none !important;
    margin: 0 0 0 49.6%;
}
.line-inter.bottom{
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
    z-index: 100;
}
.line-inter.bottom.light{
    border: 8px solid #58A0CE !important;
    border-top:none !important;
    margin: 147px 0 0 24.8%;
}
.line-inter.bottom.dark{
    border: 8px solid #054873 !important;
    border-top:none !important;
    margin: 147px 0 0 74.4%;
}
/* icone offre */
.timelineBati .timeline-badgeInter {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    position: relative;
    font-weight:normal;
    margin:0px auto;
    z-index: 200;
    background-color: #9b9b9b;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 15px 0 0;
}
/* titre offre */
.timeline-headingInter {
	min-height:130px;
}
.timeline-titleInter {
    margin-top: 0;
    color: inherit;
}
h4.timeline-titleInter{
	text-align: center;
	color:#222222;
	line-height:1.2;
	font-weight:normal;
	padding: 0 40px 40px;
	margin: 0;
	font-size:18px;
}
h4.timeline-titleInter .text-one{
	color:#0e76bc;
	font-weight:bold;
	text-transform: uppercase;
	font-size:24px;
}
/* descriptif offre*/
.timeline-explanInter {
	float:left !important;
	padding:25px 10px 0px !important;
	position:relative !important;
	display:block !important;
}
.timeline-explanInter p{
	/*color:#9b9b9b !important;*/
	font-size:14px;
	line-height:1.5;
    padding: 0 0 0 8px !important;
}
.text-important.blue{
font-size: 18px;
font-weight: bold;
border-bottom: 2px solid #0e76bc !important;
color:#0e76bc !important;
}

/* responsive */
@media (max-width:1199px) {
.timeline-cercle .cercle-inter.centerOne {
    margin: 0 0 0 24.7%;
}
.timeline-cercle .cercle-inter.centerTwo {
    margin: 0 0 0 49.4%;
}
.line-inter.top.dark{
    margin: 0 0 0 49.4%;
 }
.line-inter.bottom.light {
    margin: 147px 0 0 24.7%;
}
.line-inter.bottom.dark {
    margin: 147px 0 0 74%;
}
.timeline-cercle .cercle-inter.right {
 margin: 0 0 0 74%;
}
}

@media (max-width:992px) {
.timeline-headingInter {
    min-height:0px;
}
h4.timeline-titleInter .text-one {
    font-size: 20px !important;
}	
.timeline-cercle .cercle-inter {
    height: 200px !important;
    position: relative !important;
    width: 200px !important;
    margin: 0 35.5% !important;
}
.timeline-cercle .cercle-inter.centerOne {
    margin: -1% 35.5% !important;
}
.timeline-cercle .cercle-inter.centerTwo {
    margin: -0.1% 35.5% !important;
}
.timeline-cercle .cercle-inter.right {
    margin: -1.1% 35.5% !important;
}
.timelineBati .timeline-badgeInter.one {
    margin: 50px auto 0px !important;
}
.timelineBati .timeline-badgeInter.two {
    margin: 41px auto 0px !important;
}
.timelineBati .timeline-badgeInter.three {
    margin: 33px auto 0px !important;
}
.timelineBati .timeline-badgeInter.four {
    margin: 25px auto 0px !important;
}
.timeline-cercle .cercle-inter.center {
    margin: -1% 36% !important;
}
.timeline-line .line-inter {
    height: 200px !important;
    position:relative !important;
    width: 100px !important;
}	
.line-inter.top{
    border-top-right-radius: 700px;
    border-bottom-right-radius: 700px;
    border-top-left-radius: 0px !important;
    z-index: 1;
    margin: 0 50% !important;
 }

.line-inter.top.light{
    border: 8px solid #B4DAF2 !important;
    border-left:none !important;
}	
.line-inter.top.dark{
    border: 8px solid #0e76bc !important;
    border-left:none !important;
	margin: 0% 50% !important;
}
.line-inter.bottom{
    border-top-left-radius: 700px;
    border-bottom-left-radius: 700px;
    z-index: 100;
    margin: -1.1% 35.5% !important;
    border-bottom-right-radius: 0px !important;
 }	
    
.line-inter.bottom.light{
    border: 8px solid #58A0CE !important;
    border-right:none !important;
}
.line-inter.bottom.dark{
    border: 8px solid #054873 !important;
    border-right:none !important;
}  
h4.timeline-titleInter {
    padding:10px 20px!important;
}
.timeline-explanInter {
    float: right !important;
    padding: 0 !important;
    position: relative !important;
    width: 30% !important;
    top: -130px !important;
}
.timeline-explanInter.left{
    float: left !important;
}
.timeline-explanInter p {
    font-size: 12px !important;
    line-height: 1.4 !important;
}
}

@media (max-width:739px) {
.timeline-cercle .cercle-inter {
    height: 200px !important;
    width: 200px !important;
    margin: 0 0 !important;
	float:none;
}
.timeline-cercle .cercle-inter.centerOne {
    margin:-8px 0 !important;
}
.timeline-cercle .cercle-inter.centerTwo {
    margin:-8px 0 !important;
}
.timeline-cercle .cercle-inter.right {
    margin: -8px 0 0 0 !important;
}
.timelineBati .timeline-badgeInter.one {
    margin: 50px 0 0 35px !important;
}
.timelineBati .timeline-badgeInter.two {
    margin: 41px 0 0 35px !important;
}
.timelineBati .timeline-badgeInter.three {
    margin: 33px 0 0 35px !important;
}
.timelineBati .timeline-badgeInter.four {
    margin: 25px 0 0 35px !important;
}
.line-inter.top {
    border-top-right-radius: 700px;
    border-bottom-right-radius: 700px;
    border-top-left-radius: 0px !important;
    z-index: 1;
    margin: 0px 0 0 100px !important;
}
.line-inter.top.dark {
    margin: -8px 0 0 100px !important;
}
.line-inter.bottom {
    border: 8px solid #fe6c61 !important;
        border-right-color: rgb(254, 108, 97);
        border-right-style: solid;
        border-right-width: 8px;
    border-top-left-radius: 700px;
    border-right: none !important;
    border-bottom-left-radius: 700px;
    z-index: 100;
    margin: -8px 0 !important;
}
.timeline-line .line-inter {
    float: none;
}
h4.timeline-titleInter {
    padding:10px 10px!important;
}
.timeline-explanInter {
    display:none !important;
}
}

@media (max-width:457px) {	
h4.timeline-titleInter {
    padding:10px 5px!important;
    font-size: 12px !important;
}
h4.timeline-titleInter .text-one {
    font-size: 14px !important;
}
.timelineBati .timeline-badgeInter {
    font-size: 40px !important;
    width: 70px !important;
    height: 70px !important;
    padding: 22px 0 0 !important;
}
.timeline-cercle .cercle-inter {
    height: 120px !important;
    width: 120px !important;
}
.timeline-line .line-inter {
    height: 120px !important;
    width: 60px !important;
}
.timelineBati .timeline-badgeInter.one {
    margin: 25px 0 0 0 !important;
}
.timelineBati .timeline-badgeInter.two {
    margin: 17px 0 0 0 !important;
}
.timelineBati .timeline-badgeInter.three {
    margin: 9px 0 0 0 !important;
}
.timelineBati .timeline-badgeInter.four {
    margin: 0.5px 0 0 0 !important;
}
.line-inter.top {
    margin: 0px 0 0 60px !important;
}
.line-inter.top.dark {
    margin: -8px 0 0 60px !important;
}
.timelineBati .timeline-badgeInter {
    left: 10px !important;
}
}