diff --git a/src/components/global/path/path.riot b/src/components/global/path/path.riot
new file mode 100644
index 0000000..850df19
--- /dev/null
+++ b/src/components/global/path/path.riot
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/src/components/global/selector/selector.riot b/src/components/global/selector/selector.riot
index b7e6eb1..89a17dc 100644
--- a/src/components/global/selector/selector.riot
+++ b/src/components/global/selector/selector.riot
@@ -123,7 +123,8 @@
"filière de formation détaillée"
],
},
- data: null /* JSON a traiter en fonction de la section choisit. */
+ data: null, /* JSON a traiter en fonction de la section choisit. */
+ path: null
},
/**
diff --git a/src/pages/home.riot b/src/pages/home.riot
index 07ad83d..d0e8dbe 100644
--- a/src/pages/home.riot
+++ b/src/pages/home.riot
@@ -30,6 +30,10 @@