/* categories colors */
.programme-step {
  position: relative;
  margin-bottom: 48px;
}
.programme-step:before {
  position: absolute;
  content: "";
  top: 28px;
  left: -42px;
  width: 3px;
  height: 92%;
  background-color: #7A8A9B;
}
.programme-step li::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -50px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #7A8A9B;
  border: 4px solid #ffffff;
}
.programme-step .intit-up {
  display: flex;
}
.programme-step .intit-up .image {
  margin-right: 21px;
}
.programme-step .intit-up .image img {
  width: 75px;
  height: auto;
}
.programme-step li {
  position: relative;
  margin-bottom: 32px;
  cursor: pointer;
}
@media only screen and (max-width:650px) {
  .programme-step li {
    margin-bottom: 15px;
  }
}
.programme-step li:last-child {
  margin-bottom: 0;
}
.programme-step li.active:before {
  background-color: var(--primary-color, #2598ff);
}
.programme-step li.active strong {
  color: var(--primary-color, #2598ff);
}
.programme-step li p {
  color: #7A8A9B;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
@media only screen and (max-width:650px) {
  .programme-step li p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.programme-step li strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width:650px) {
  .programme-step li strong {
    font-size: 16px;
    line-height: 18px;
  }
}

.glide.programme-step:before {
  content: none;
}
.glide.programme-step li::before {
  content: none;
}
