 /* Pour laisser de l'espace sous l'entête fixe */
 body {
    padding-top: 60px;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    max-width: 547px;
}
.wrapper {
    max-width: 500px; /* largeur maximale souhaitée */
    width: 100%;
    margin: 0 auto;
}
.wrapper .container {
    max-width: 100%;
    padding: 0 15px; /* pour garder un peu d'espace sur les côtés */
}
.navbar-fixed-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    }

    /* Centrer le titre correctement */
    .navbar-title {
    flex-grow: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    }

    /* Taille des icônes */
    .navbar-icon {
    font-size: 20px;
    color: black;
    }

    /* Espacement entre les boutons */
    .btn-block {
    margin-bottom: 10px;
    }
    
    
    /* Bloc des résultats */
    .result-summary {
        background-color: rgb(239, 238, 238);
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 15px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      }
      .result-summary h4 {
        font-weight: bold;
      }
      .result-summary .score {
        font-size: 24px;
        font-weight: bold;
        color: #000;
      }
      
      /* Liste des cours */
      .course-item {
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        color: white;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      }
      
      /* Styles différents pour cours principal et sous-cours */
      .main-course {
        background-color: #FFCDD2; /* Rouge clair */
        color: #000;
        font-weight: bold;
      }
      .sub-course {
        background-color: #BDBDBD; /* Gris */
        color: #000;
      }
  
      /* Alignement de la note */
      .course-score {
        color: red;
        font-weight: bold;
        float: right;
        font-size: 2em;
      }
      .course-score-valide {
        color: blue;
        font-weight: bold;
        float: right;
        font-size: 2em;
      }
      
    /* Styles pour la modale */
    .modal-content {
        border-radius: 10px;
      }
      .modal-header {
        background-color: #3F51B5;
        color: white;
        border-radius: 10px 10px 0 0;
      }
    .resultat{
      display: inline-block;
    }

    .header-container{
      background-color: #13680d;
      height: 35vh;
      z-index: 2;
    }
    .img-header{
      position: relative;
    }
    .body-container{
      background-color: #fff;
      border-top-left-radius: 10%;
      border-top-right-radius: 10%;

    }
    .section_login{
      z-index: 1;
      margin-top: -35px;

    }
    .login-label{
      color: #13680d;
      font-size: large;
      font-weight: 900;
    }