diff --git a/Consultations.php b/Consultations.php
index 064d455..3b985a6 100755
--- a/Consultations.php
+++ b/Consultations.php
@@ -41,22 +41,21 @@ if(!Authentification::checkUser(0)){
-
Choix du patient
Le médecin traitant se selectionne par défaut
diff --git a/css/global.css b/css/global.css
index 1828c13..b1248e3 100755
--- a/css/global.css
+++ b/css/global.css
@@ -276,6 +276,13 @@ body{
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
+
+ /* animation */
+ transition: all .2s ease-in-out;
+ -moz-transition: all .2s ease-in-out;
+ -webkit-transition: all .2s ease-in-out;
+ -ms-transition: all .2s ease-in-out;
+ -o-transition: all .2s ease-in-out;
}
/*