/*
 * Bandeau cours mobile — barre de progression.
 * Source unique mobile/tablette pour la piste, le remplissage et le surbooking.
 */
@media (max-width:1050px){
  .pointage-progress{
    padding:0 18px;
    margin:0;
  }
  .app.course-mode-pointage .pointage-progress,
  .app.course-mode-future .pointage-progress{
    margin:7px 0;
    padding-top:0;
    padding-bottom:0;
  }
  .pointage-progress-track{
    position:relative;
    height:7px;
    background:#e5ddd3;
    border-radius:999px;
    overflow:hidden;
  }
  .pointage-progress-fill{
    width:0;
    height:100%;
    background:#4c8b53;
    border-radius:999px;
    transition:width .25s ease;
  }
  .pointage-progress-label{display:none;}
  .reservation-overbooking-fill{
    display:none;
    position:absolute;
    top:0;
    bottom:0;
    background:#c84242;
    z-index:2;
  }
  .app.course-mode-future .pointage-progress-fill{background:#4f9859;}
  .app.course-mode-future .reservation-overbooking-fill{display:block;}
  .app.course-cancelled .pointage-progress{display:none;}
}
