.annuaire-select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding-right: 0;
  }
  
.annuaire-select:focus {
    outline: none;
}

.select2-container--default .select2-selection--single {
  border: 0px !important;
}

.time-and-location div {
  line-height: 1;
}

.time-and-location img {
  margin-right: 16px;
}

/* Force le style du composant Select2 */
.select2-container {
  width: 206px !important;
}

.select2-container--default .select2-selection--single {
  height: 38px; 
  border: 1px solid #aaa; 
  border-radius: 4px; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px; 
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px; 
}

.nav-button-wrapper {
  display: block !important;
}
/* Force la largeur de #hits à 360px en mode mobile */
@media screen and (max-width: 767px) {
  #hits {
    width: 360px !important;
    max-width: 360px !important;
    box-sizing: border-box;
  }
  .find-course-card {
    width: 350px !important;
    max-width: 350px !important;
    box-sizing: border-box;
  }
  .your-opction-name{
    white-space: wrap !important;
  }
  .course-time {
    flex-direction: column;
    align-items: flex-start;
  }

  .time-and-location {
    width: 100%;
    margin-bottom: 10px; /* Ajoutez un espace entre les divs si nécessaire */
  }

  .time-and-location img {
    margin-right: 8px; /* Ajoutez un espace entre l'icône et le texte */
  }

  .time-and-location div {
    display: flex;
    align-items: center;
  }
  
}

