diff --git a/app/auth/templates/login.html b/app/auth/templates/login.html
index 8ea22b0..2e835e1 100644
--- a/app/auth/templates/login.html
+++ b/app/auth/templates/login.html
@@ -2,6 +2,7 @@
{% include 'heads.html' %}
+
@@ -9,7 +10,7 @@
{% include 'flash-messages.html' %}
-
+
Connectez vous
diff --git a/app/static/css/style.css b/app/static/css/style.css
index 88a3e9c..c934912 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -57,3 +57,7 @@ nav.sidebar a.disabled {
padding-bottom: 15px;
border-bottom: 1px solid #ddd
}
+
+.admin-icon {
+ filter: hue-rotate(300deg) saturate(1000%);
+}
diff --git a/app/templates/base_page.html b/app/templates/base_page.html
index 40e4fdb..91a9f30 100644
--- a/app/templates/base_page.html
+++ b/app/templates/base_page.html
@@ -9,7 +9,7 @@