diff --git a/templates/index/cuisinier.html.twig b/templates/index/cuisinier.html.twig
deleted file mode 100644
index f09ee3f..0000000
--- a/templates/index/cuisinier.html.twig
+++ /dev/null
@@ -1,144 +0,0 @@
-{% extends 'base.html.twig' %}
-
-{% block head %}
-
-
- {% block title %}Cuisine{% endblock %}
-
-
-
-{% endblock %}
-
-{% block stylesheets %}
-
-{% endblock %}
-
-{% block body %}
-
-
-
-
-
- Bonjour, {{ app.user.prenom }}
-
-
- Rôle : {{ app.user.getRolesAsString() }}
-
-
-
-
-
-
-
-
-
- -
-
- {{ ux_icon('grommet-icons:group') }}
- Gérer Utilisateur
-
-
- -
-
- {{ ux_icon('ic:outline-table-bar') }}
- Gérer Table
-
-
- -
-
- {{ ux_icon('bx:food-menu') }}
- Gestion Menu
-
-
- -
-
- {{ ux_icon('lsicon:badge-promotion-outline') }}
- Gestion Promotion
-
-
- -
-
- {{ ux_icon('fluent-emoji-high-contrast:ten-oclock') }}
- Voir tendances
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% include 'Modals/gestionCompteModal.html.twig' %}
-
-{% endblock %}
-
-{% block javascripts %}
-
-{% endblock %}
diff --git a/templates/index/serveur.html.twig b/templates/index/serveur.html.twig
deleted file mode 100644
index f09ee3f..0000000
--- a/templates/index/serveur.html.twig
+++ /dev/null
@@ -1,144 +0,0 @@
-{% extends 'base.html.twig' %}
-
-{% block head %}
-
-
- {% block title %}Cuisine{% endblock %}
-
-
-
-{% endblock %}
-
-{% block stylesheets %}
-
-{% endblock %}
-
-{% block body %}
-
-
-
-
-
- Bonjour, {{ app.user.prenom }}
-
-
- Rôle : {{ app.user.getRolesAsString() }}
-
-
-
-
-
-
-
-
-
- -
-
- {{ ux_icon('grommet-icons:group') }}
- Gérer Utilisateur
-
-
- -
-
- {{ ux_icon('ic:outline-table-bar') }}
- Gérer Table
-
-
- -
-
- {{ ux_icon('bx:food-menu') }}
- Gestion Menu
-
-
- -
-
- {{ ux_icon('lsicon:badge-promotion-outline') }}
- Gestion Promotion
-
-
- -
-
- {{ ux_icon('fluent-emoji-high-contrast:ten-oclock') }}
- Voir tendances
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% include 'Modals/gestionCompteModal.html.twig' %}
-
-{% endblock %}
-
-{% block javascripts %}
-
-{% endblock %}