@media only screen and (max-width: 1200px) {
  
}
@media only screen and (max-width: 767px) {
    .btnVente {
      width: 90% !important;
      margin-left: 37px;
    }
    .buttonVente{
        padding-top: none !important;
        padding-bottom: none !important;
    }
   
  }
@media only screen and (max-width: 576px) {
  
  .nav-link {
    font-size: 15px !important;
  }
  .nav-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .titre {
    font-size: 12px !important;
  }
  .titreSection {
    display: none !important;
  }
  .tableHisto th{
    font-size: 12px !important;
  }
  .tableHisto tr{
    font-size: 12px !important;
  }
  .divHisto{
    max-width: 95% !important;
    margin-left: 15px !important;
  }
  .buttonSwitchGraph{
    width: 7% !important;
  }
  .buttonVente{
    width: 50% !important;
  }
  .navbar2{
    background-color: rgb(33, 37, 41);
  }
  .navbar2 .navbar {
    border-radius: 30px 30px 30px 30px ;
    border: 1px dotted #7f7f7f;
    box-shadow: 2px 2px 25px 25px rgba(181, 181, 181, 0.107);
    position: fixed;
    bottom: 0;
    height: 50px !important;
    width: 100%;
    background-color: #343a40; /* Couleur de fond pour correspondre au style */
    z-index: 1030; /* Assurer que la navbar reste au-dessus des autres éléments */
    text-align: center !important;
  }
  .navbar2 .navbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #343a40; /* Fond de la navbar */
    z-index: 1030;
}

.navbar2 .navbar-nav {
    flex-direction: row; /* Affiche les items en ligne */
    width: 100%;
}

.navbar2 .navbar-nav .nav-item {
    margin-top: 8px !important;
    flex: 1; /* Assure une répartition égale pour chaque item */
    text-align: center;
}
  .nav-link.active{
    border-radius: 30px !important;
  }
  .navbar2 .navbar-nav .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
  .navbar-expand .navbar-collapse {
    align-items: center !important;
}
  
  .divSaisie{
    margin-top: -50px !important;
  }
  .divVente{
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 410px) {
    .table th{
      font-size: 12px !important;
    }
    #yearSelect, #marcheSelect{
      width: 80% !important;
    }
  }
  @media only screen and (max-width: 375px) {
    .buttonSwitchGraph{
      width: 10% !important;
    }
    .buttonVente{
      width: 30% !important;
    }
    .divVente div.row{
      width: 95% !important;
      margin: auto !important;
    }
    .btnVente {
      margin-left: 26px !important;
  }
  }