body
    {
    background: rgba(255, 255, 255, 0)!important;
    }

.timeline {
  padding: 100px 0
}

.timeline  {
  overflow-x: hidden;
}

.timeline  {
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 400;
}

.timeline h1 {
  font-size: 200%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.timeline {
  position: relative;
}
.timeline::before {
  content: '';
  background: rgba(41, 41, 41, 0.5);
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}

.timeline .timeline-item {
  width: 100%;
  margin-bottom: 70px;
}
.timeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}
.timeline .timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline .timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #FFFF00 transparent transparent;
}
.timeline .timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline .timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.09);
    border-style: solid;
border-color: yellow;
border-width: 1px;
}
.timeline .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #FFFF00;
}

.timeline .timeline-img {
  width: 30px;
  height: 30px;
  background: #292929;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

.timeline a {
  /*background: #3F51B5;*/
  background: #FFFF00;
  color: #181716;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  transition: .2s;
}
.timeline a:hover, a:active, a:focus {
  /*background: #32408f;*/
  background: #181716;
  color: #FFFFFF;
  text-decoration: none;
  transition: .2s;
}

.timeline .timeline-card {
  padding: 0 !important;
}
.timeline .timeline-card p {
  padding: 0 20px;
}
.timeline .timeline-card a {
  margin-left: 20px;
}

.timeline .timeline-item:nth-child(1) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../../image/experience/menace_lucifer.jpg") center center no-repeat;
  background-size: cover;
}

.timeline .timeline-item:nth-child(2) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../../image/experience/makeeasymovie.jpg") center center no-repeat;
  background-size: cover;
}
.timeline .timeline-item:nth-child(3) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../../image/experience/48hfp.jpg") center center no-repeat;
  background-size: cover;
}
.timeline .timeline-item:nth-child(6) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../../image/experience/3d.jpg") center center no-repeat;
  background-size: cover;
}
.timeline .timeline-item:nth-child(7) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../../image/experience/9mois1jour.jpg") center center no-repeat;
  background-size: cover;
}
.timeline .timeline-item:nth-child(8) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../../image/experience/lastspace.jpg") center center no-repeat;
  background-size: cover;
}
.timeline .timeline-item:nth-child(9) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../../image/experience/nikon.jpg") center center no-repeat;
  background-size: cover;
}
.timeline .timeline-item:nth-child(10) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../../image/experience/letsdance.jpg") center center no-repeat;
  background-size: cover;
}
.timeline .timeline-item:nth-child(11) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../../image/experience/dominik.jpg") center center no-repeat;
  background-size: cover;
}
.timeline .timeline-item:nth-child(12) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../../image/experience/spacetime.jpg") center center no-repeat;
  background-size: cover;
}

.timeline .timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.timeline .timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

.timeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #292929;
  padding: 0 20px;
}

.timeline .date {
  /*background: #FF4081;*/
  background: #292929;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px 4px 4px 4px;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
