diff --git a/src/App.js b/src/App.js
index e033a89..859bd94 100644
--- a/src/App.js
+++ b/src/App.js
@@ -12,6 +12,7 @@ import ConditionsOfUse from "./pages/ConditionsOfUse.jsx";
import Cookies from "./pages/Cookies.jsx";
import Confidentiality from "./pages/Confidentiality.jsx";
import Thematiques from "./pages/Thematiques.jsx";
+import PageNotFound from "./pages/PageNotFound.jsx";
import { useLocation, Routes, Route } from "react-router-dom";
import { AnimatePresence } from "framer-motion";
@@ -40,6 +41,7 @@ function App() {
} />
} />
} />
+ } />
>