/* Styles pour l'autocomplétion des présences dans la modal de validation des présences */ .presence-nom-input { position: relative; } .autocomplete-suggestions { position: absolute; z-index: 1050; background: white; border: 1px solid #ccc; border-radius: 4px; max-height: 200px; overflow-y: auto; box-shadow: 0 2px 8px rgba(0,0,0,0.15); margin-top: 2px; width: 100%; min-width: 200px; } .autocomplete-item { padding: 8px 12px; cursor: pointer; border-bottom: 1px solid #eee; } .autocomplete-item:hover, .autocomplete-item.selected { background-color: #f0f0f0; } .autocomplete-item:last-child { border-bottom: none; }