diff --git a/site/vue/css/style.css b/site/vue/css/style.css
index 7b3ce20..2361efc 100644
--- a/site/vue/css/style.css
+++ b/site/vue/css/style.css
@@ -571,6 +571,18 @@ input[type=color] {
color: green;
}
+#error_perso {
+ color: red;
+}
+
+.fa-trash:hover {
+ color: red;
+}
+
+.fa-trash {
+ margin-left: 20px;
+}
+
#waitingPage {
margin: auto;
position: absolute;
diff --git a/site/vue/index.html b/site/vue/index.html
index 5a6fdad..c74a90a 100644
--- a/site/vue/index.html
+++ b/site/vue/index.html
@@ -60,6 +60,17 @@