/*
$couleur-primaire: #33a0bf;
$couleur-secondaire: #203262;
$couleur-primaire-hover: #33a0bfcc;
$couleur-primaire-transparent: #139fc0;
$logo_login_url: url("/img/logo_paps.png");
$logo_menu_url: url("/img/logo_paps.png"); */
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

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

/* container_timeline around content */
.container_timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container_timeline::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: -21px;
  background-color: white;
  border: 4px solid #26ad90;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.content_timeline {
  border: 3px solid #26ad90;
  border-radius: 5px;
  background-color: #fafafa;
  padding: 10px;
  margin-left: 8px;
}

.content_timeline h2 {
  color: #26ad90;
  font-size: 18px;
  font-weight: bold;
}

/* Place the container_timeline to the left */
.left {
  left: 0;
}

/* Place the container_timeline to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container_timeline (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 21px;
  border: medium solid #26ad90;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #26ad90;
}

/* Add arrows to the right container_timeline (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 29px;
  border: medium solid #26ad90;
  border-width: 10px 10px 10px 0;
  border-color: transparent #26ad90 transparent transparent;
}

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

/* The actual content */
.container_timeline {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  /* Full-width container_timelines */
  .container_timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure that all arrows are pointing leftwards */
  .container_timeline::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::after,
  .right::after {
    left: 15px;
  }
  /* Make all right container_timelines behave like the left ones */
  .right {
    left: 0%;
  }
}

.timeline_mission_termine {
  background-color: #26ad90;
  color: #fff !important;
}

#commande_statut_RECUPERE_DT2 {
  color: #fff;
}

#commande_statut_RECUPERE_DT2 .content_timeline h2 {
  color: #fff;
}

.timeline_mission_termine_icone {
  width: 35px;
}
/*# sourceMappingURL=timeline.css.map */