.grisf{
	color: #3a3740;
}
.grisc{
	color: #7c7b7b;
}
.orange{
  color: #e73e11;
}

.vert{
  color: #aac939;
}

.bg-gris{
  background-color: #F5F5F5;
}
.bg-white{
  background-color: #ffffff;
}


.img-lay {
    width: 250px;
    border-radius: 3px 0 0 3px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-out, visibility .4s ease-out;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    padding: 13px 0 7px;
    box-sizing: content-box;
    z-index: 10;
    position: fixed;
    left: 5px;
    bottom: 10px;
    z-index: 1;
}


.wt-tilte-main {
    float: left;
    padding-right: 50px;
}

.bdr-r-3 {
    border-width: 0px 0px 0px 14px;
    border-color: #e73e11;
     border-style: solid;
     padding-right: 20px;
}

.blog-card__content-realisation {
    margin-top: -23px;
    padding: 22px 30px 25px;
    background: var(--eolimn-gray, #F5F5F5);
    position: relative;
    z-index: 2;
    margin-left: 120px;
}


/* The actual timeline (the vertical ruler) */
.main-timeline-2 {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-2::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #e73e11;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-2 {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-2::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #e73e11;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-2 {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right-2 {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-2::after {
  left: -14px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline-2::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-2::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left-2::after,
  .right-2::after {
    left: 18px;
  }

  .left-2::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right-2 {
    left: 0%;
  }
}