diff --git a/frontend/fic/src/lib/components/NavThemes.svelte b/frontend/fic/src/lib/components/NavThemes.svelte
index 5b9b90d5..d006dc8c 100644
--- a/frontend/fic/src/lib/components/NavThemes.svelte
+++ b/frontend/fic/src/lib/components/NavThemes.svelte
@@ -14,6 +14,7 @@
import { myThemes, themes } from '$lib/stores/mythemes.js';
+{#if $themes.length > 0 && ($themes[0].id != 0 || $themes.length > 1)}
@@ -54,6 +55,7 @@
+{/if}
{#if $themesStore && $themesStore["0"] && $themesStore["0"].exercices}