diff --git a/Vue/Rechercheparcarte/index.php b/Vue/Rechercheparcarte/index.php
index e95dea1..dd8a4e7 100755
--- a/Vue/Rechercheparcarte/index.php
+++ b/Vue/Rechercheparcarte/index.php
@@ -3,307 +3,95 @@
?>
- @keyframes pulse {
- 0%, 100% { transform: scale(1); opacity: 1; }
- 50% { transform: scale(1.08); opacity: 0.85; }
- }
+
- .nfc-status-display.reading .nfc-icon {
- animation: rotate-pulse 1.2s linear infinite;
- }
+
- @keyframes rotate-pulse {
- 0% { transform: rotate(0deg) scale(1); }
- 50% { transform: rotate(180deg) scale(1.1); }
- 100% { transform: rotate(360deg) scale(1); }
- }
-
- /* Texte du statut */
- #nfc-placeholder {
- font-size: 20px;
- color: #666;
- font-weight: 500;
- text-align: center;
- }
-
- /* Points de feedback visuel */
- #nfc-dots {
- letter-spacing: 15px;
- color: #4caf50;
- font-size: 40px;
- margin-top: 15px;
- font-weight: bold;
- }
-
- /* Spinner de validation - utilise votre spinner existant */
- #div_wait_nfc {
- text-align: center;
- min-height: 50px;
- }
-
- /* Adaptation de votre alerte existante */
- .alert {
- margin-top: 20px;
- border-radius: 10px;
- animation: slideIn 0.3s ease;
- }
-
- @keyframes slideIn {
- from {
- opacity: 0;
- transform: translateY(-10px);
- }
- to {
- opacity: 1;
- transform: translateY(0);
- }
- }
-
- /* Container responsive */
- .nfc-container {
- max-width: 800px;
- margin: 0 auto;
- padding: 20px;
- }
-
- /* Info section */
- .info-helper {
- background: #e9ecef;
- border-radius: 10px;
- padding: 15px;
- margin-top: 20px;
- font-size: 14px;
- color: #495057;
- text-align: center;
- }
-
- .info-helper i {
- color: #4caf50;
- margin-right: 8px;
- }
-
-
-
-
-
-
-
-
-
- " "): ?>
-
-
= $msgErreur ?>
-
-
-
-
-
-
- = _("Positionnez la carte NFC sur le lecteur pour démarrer la recherche automatique") ?>
-
-
+" "): ?>
+
+
= $msgErreur ?>
+
+
+
\ No newline at end of file