.ps-timeline-sec {
    position: relative;
    background: #fff;
  }
  
  .ps-timeline-sec .container {
    position: relative;
  }
  
  .ps-timeline-sec .container ol {
    position: relative;
  }
  
  /*.ps-timeline-sec .container ol:before {
    background: #09123b;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
  }
  
  .ps-timeline-sec .container ol:after {
    background: #09123b;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
  }*/
  

  
  .ps-timeline-sec .container ol.ps-timeline li {
    flex: 0 1 auto; /* largeur auto, pas fixe */
    width: auto; /* plus de width en pourcentage fixe */
    padding: 0 1rem;
    position: relative;
    text-align: center;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    width: 48px;
    height: 48px;
    margin-left: -25px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(9, 18, 59, 0.6);
    text-align: center;
    line-height: 40px;
    color: #09123b;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
  }

  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before,
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #09123b;
    width: 2px;
    height: 50px;
    background: #09123b;
    position: absolute;
    left: 50%;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    top: -50px;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #09123b;
    width: 8px;
    height: 8px;
    background: #09123b;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    bottom: -50px;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #09123b;
    width: 8px;
    height: 8px;
    background: #09123b;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
  }
  
  /* Responsive XS - max-width: 767px */
  @media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before,
    .ps-timeline-sec .container ol:after {
      top: inherit !important;
      left: 36px !important;
    }
  
    .ps-timeline-sec .container ol:before {
      background: #09123b;
    }
  
    .ps-timeline-sec .container ol:after {
      background: #09123b;
    }
  
    .ps-timeline-sec .container ol.ps-timeline {
      margin: 130px 0 !important;
      border-left: 2px solid  #09123b;
      padding-left: 0 !important;
      padding-top: 120px !important;
      border-top: 0 !important;
      margin-left: 25px !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li {
      height: 220px;
      float: none !important;
      width: inherit !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
      width: 70px;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
      margin: 0;
      bottom: 0 !important;
      height: 120px;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
      bottom: 40px !important;
      width: 40% !important;
      margin-left: 25px !important;
      margin-top: 0 !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
      width: 100%;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
      margin-bottom: 0 !important;
      top: 20px;
      width: 50% !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li span {
      left: 0 !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before,
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after,
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before,
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
      content: none !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
      position: absolute !important;
      bottom: 150px !important;
      width: 30% !important;
      float: left !important;
      margin-left: 35px !important;
      margin-bottom: 0 !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
      margin: 0 auto !important;
      width: 80% !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
      position: absolute !important;
      bottom: 115px !important;
      width: 30% !important;
      float: left !important;
      margin-left: 35px !important;
      margin-bottom: 0 !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li p {
      text-align: left !important;
      width: 100% !important;
      margin: 0 auto !important;
      margin-top: 0px !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li .ps-top,
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
      width: 60% !important;
      float: right !important;
      right: 0;
      top: -40px;
    }
  }
  .ps-timeline-sec .container ol.ps-timeline {
    display: flex;
    flex-wrap: wrap; /* permet de passer à la ligne si trop d'items */
    justify-content: space-around; /* ou space-between / center */
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top,
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: relative; /* plus "absolute" */
  margin-top: 1rem;
  text-align: center;
}
.ps-timeline-sec .container ol:before,
.ps-timeline-sec .container ol:after {
  display: none;
}

.ps-timeline-sec .container ol.ps-timeline {
  border-top: none; /* ligne travsersante horizontale */
}
.ps-timeline-sec .container ol.ps-timeline {
  justify-content: center;
}

.ps-timeline-sec .container ol.ps-timeline li {
  padding: 0 0.5rem;
}
