@charset "UTF-8";
/* Styles pour l'archive des laboratoires - Nouvelle version */
/* Styles généraux */
.shadow-soft {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }

/* Header et zone de titre */
.hero-labo {
  background-color: #133b6e;
  background-image: linear-gradient(135deg, #133b6e 0%, #017bbe 100%);
  color: white;
  padding: 4rem 0 2.5rem;
  margin-bottom: 2rem; }
  .hero-labo h1 {
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.5px; }

.filtre-labo {
  background-color: rgba(255, 255, 255, 0.76);
  border-radius: 12px;
  border: none;
  transition: all 0.2s ease;
  padding: .5rem;
  /* Icônes dans les titres */ }
  .filtre-labo .fas {
    font-size: 1.3rem !important; }
  .filtre-labo h5 {
    font-weight: 400;
    font-size: 1rem;
    color: #133b6e; }
  .filtre-labo hr {
    margin: 0.75rem 0;
    opacity: 0.8;
    background-color: white; }
  .filtre-labo .search-icon {
    background-color: rgba(1, 123, 190, 0.1);
    color: #017bbe;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0.75rem; }

/* X-Large devices (large desktops, 1200px et plus) */
@media (min-width: 1200px) {
  .filtre-labo {
    width: 70%;
    margin: auto; } }
@media (min-width: 1400px) {
  .filtre-labo {
    width: 60%; } }
/* Champs de recherche */
.form-control, .form-select {
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
  border: 1px solid rgba(19, 59, 110, 0.15);
  border-radius: 12px; }
  .form-control:focus, .form-select:focus {
    border-color: #017bbe;
    box-shadow: 0 0 0 3px rgba(1, 123, 190, 0.15); }

.input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* Boutons */
.btn {
  padding: 0.65rem 1.25rem;
  font-weight: 500;
  border-radius: 12px;
  transition: all 0.25s ease;
  /* Bouton avec icône */ }
  .btn.btn-primary {
    background-color: #017bbe;
    border-color: #017bbe; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background-color: #016195;
      border-color: #016195; }
  .btn.btn-outline-primary {
    color: #017bbe;
    border-color: #017bbe;
    font-size: .9rem; }
    .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
      background-color: #017bbe;
      color: white; }
  .btn .btn-icon {
    display: inline-flex;
    align-items: center; }
    .btn .btn-icon i {
      margin-right: 0.5rem; }

/* Zone des filtres avancés */
#filterContent {
  /* Scrollable sections */
  /* Form elements in filters */
  /* Département select */
  /* Apply filters button */ }
  #filterContent .card {
    background-color: rgba(255, 255, 255, 0.76); }
    #filterContent .card .card-body {
      padding: 1.5rem; }
  #filterContent h6 {
    color: #133b6e;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center; }
    #filterContent h6 i {
      color: #017bbe;
      margin-right: 0.5rem;
      width: 18px;
      text-align: center; }
  #filterContent .overflow-auto {
    scrollbar-width: thin;
    scrollbar-color: #5ac4fe transparent; }
    #filterContent .overflow-auto::-webkit-scrollbar {
      width: 4px; }
    #filterContent .overflow-auto::-webkit-scrollbar-track {
      background: transparent; }
    #filterContent .overflow-auto::-webkit-scrollbar-thumb {
      background-color: #5ac4fe;
      border-radius: 4px; }
  #filterContent .form-check {
    margin-bottom: 0.5rem; }
    #filterContent .form-check:last-child {
      margin-bottom: 0; }
    #filterContent .form-check .form-check-input:checked {
      background-color: #017bbe;
      border-color: #017bbe; }
    #filterContent .form-check .form-check-input:focus {
      border-color: #017bbe;
      box-shadow: 0 0 0 0.2rem rgba(1, 123, 190, 0.25); }
    #filterContent .form-check .form-check-label {
      font-size: 0.9rem; }
      #filterContent .form-check .form-check-label .count {
        font-size: 0.8rem;
        color: rgba(19, 59, 110, 0.6); }
  #filterContent #departement-select {
    width: 100%; }
  #filterContent #apply-filters {
    font-weight: 500;
    z-index: 9;
    background-color: #017bbe;
    color: white; }

/* Styles pour les filtres désactivés */
.form-check.text-muted {
  opacity: 0.6; }

.form-check.text-muted label {
  cursor: not-allowed; }

select option:disabled {
  color: #aaa;
  font-style: italic; }

/* Compteur de résultats */
.labs-count {
  font-size: 0.9rem;
  color: rgba(19, 59, 110, 0.7);
  margin-bottom: 1rem;
  text-align: center; }

/* Conteneur des résultats */
@media (min-width: 992px) {
  .search-container {
    display: grid;
    grid-template-columns: 1.1fr 1.9fr;
    gap: 1.5rem; } }

/* Liste des résultats */
#listView {
  height: 650px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #5ac4fe transparent; }
  #listView::-webkit-scrollbar {
    width: 6px; }
  #listView::-webkit-scrollbar-track {
    background: transparent; }
  #listView::-webkit-scrollbar-thumb {
    background-color: #5ac4fe;
    border-radius: 6px; }

/* Carte */
#map {
  height: 650px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }

/* Cards des laboratoires */
.card-repeat a {
  text-decoration: none;
  color: inherit;
  display: block; }
.card-repeat .card {
  transition: transform 0.2s, box-shadow 0.2s;
  overflow: hidden; }
  .card-repeat .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12); }
  .card-repeat .card .informations {
    padding: .35rem 1rem; }
  .card-repeat .card .card-title {
    font-size: 1.1rem;
    line-height: 1;
    color: #133b6e;
    margin-bottom: 0.5rem;
    font-weight: 600; }
    .card-repeat .card .card-title small {
      font-size: 80%;
      color: #017bbe;
      font-weight: 400;
      display: block;
      margin-top: 0rem; }
  .card-repeat .card .badge.bg-primary {
    background-color: #017bbe !important;
    font-weight: 500;
    padding: 0.35em 0.65em;
    font-size: 0.7em; }
  .card-repeat .card .badges {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.4rem; }
    .card-repeat .card .badges .badge {
      font-weight: 400;
      font-size: 0.65rem;
      padding: 0.4em 0.7em;
      border-radius: 4px; }
      .card-repeat .card .badges .badge.bg-light {
        background-color: rgba(19, 59, 110, 0.08) !important;
        color: rgba(19, 59, 110, 0.8) !important; }
      .card-repeat .card .badges .badge i {
        margin-right: 0.25rem;
        font-size: 0.7rem; }

/* Bascule entre vue liste et carte (mobile) */
.view-toggle {
  margin-bottom: 1.5rem; }
  .view-toggle .btn-group {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden; }
  .view-toggle .btn {
    font-weight: 500;
    padding: 0.65rem 1.25rem; }
    .view-toggle .btn.active {
      background-color: #017bbe;
      color: white;
      border-color: #017bbe; }
  @media (min-width: 992px) {
    .view-toggle {
      display: none; } }

/* Popups Leaflet */
.lab-popup h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: #133b6e;
  font-weight: 600; }
.lab-popup p {
  margin-bottom: 0.4rem;
  font-size: 0.85rem;
  color: rgba(19, 59, 110, 0.8); }
  .lab-popup p strong {
    font-weight: 600;
    color: #133b6e; }
.lab-popup .btn {
  margin-top: 0.75rem;
  background-color: #017bbe;
  border-color: #017bbe;
  color: white;
  font-size: 0.85rem;
  padding: 0.4rem 0.75rem;
  font-weight: 500; }
  .lab-popup .btn:hover {
    background-color: #016195;
    border-color: #016195; }

/* État de chargement */
.loading-state {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0; }
  .loading-state i {
    color: #017bbe;
    font-size: 2.5rem; }

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .hero-labo {
    padding: 3rem 0 2rem; }

  .search-container-main {
    margin-bottom: 1.5rem; }

  #map {
    height: 400px; }

  #listView {
    height: auto;
    max-height: 600px; }

  .form-control, .form-select, .btn {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem; }

  #filterContent .card-body {
    padding: 1.25rem; } }

/*# sourceMappingURL=archive-laboratoire.css.map */
