diff --git a/README.md b/README.md
index c11b878910bbbdf0584f4d660e791fc78b32c00f..a0fe85146df4908ae29f3a9997ad8bb579db8507 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Forked from https://gitlab.com/ed-matisse/latex-template
 More info: https://ed-matisse.doctorat-bretagne.fr/fr/soutenance-de-these
 (French only)
 
-The template is defined in `template_phd.cls`.
+The template is defined in `template.cls`.
 You'll have to modify it to:
 * Include other packages
 * Adapt (and probably rename) the comments commands for your supervisors (e.g.
diff --git a/main.tex b/main.tex
index 9c6af81fd9a9ad589b7e6f95b2f3942b0caf953d..d2983d3911b3e73680a7605bf8f2fa51354ce4c4 100644
--- a/main.tex
+++ b/main.tex
@@ -1,4 +1,4 @@
-\documentclass{template_phd}
+\documentclass{template}
 
 % Metadata
 \hypersetup{%
diff --git a/template_phd.cls b/template.cls
similarity index 99%
rename from template_phd.cls
rename to template.cls
index 864bef94989504ad89cd543d355b3e029f513377..3c3ed24d90c93e8549d8f7ef1a3206b8f048c2e0 100644
--- a/template_phd.cls
+++ b/template.cls
@@ -1,5 +1,5 @@
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{template_phd}[18/06/2024 v6-cidre-edition]
+\ProvidesClass{template}[18/06/2024 v6-cidre-edition]
 
 \LoadClass[twoside,multicol,12pt,a4paper]{report}
 
@@ -44,8 +44,6 @@
 % User packages
 % TODO Add your dependencies here (I already added some)
 \usetikzlibrary{arrows, arrows.meta, calc, positioning, fit}
-\RequirePackage[table,usenames,dvipsnames]{xcolor}
-\RequirePackage{listings}
 \RequirePackage{soul}
 \RequirePackage{amssymb}
 \RequirePackage{amsthm}