diff --git a/public/regions/auverge-rhône-alpes.svg b/public/regions/auvergne-rhône-alpes.svg
similarity index 100%
rename from public/regions/auverge-rhône-alpes.svg
rename to public/regions/auvergne-rhône-alpes.svg
diff --git a/public/regions/ile-de-france.svg b/public/regions/ile-de-france.svg
new file mode 100644
index 0000000..30bbfde
--- /dev/null
+++ b/public/regions/ile-de-france.svg
@@ -0,0 +1,24 @@
+
+
+
diff --git a/src/components/RepInfo.vue b/src/components/RepInfo.vue
index 5ce2f1c..12d743f 100644
--- a/src/components/RepInfo.vue
+++ b/src/components/RepInfo.vue
@@ -59,20 +59,17 @@ const regionBgFile = computed(
() =>
`regions/${String(repMandate.value?.election?.lieu.region)
.toLocaleLowerCase()
- .replace(" ", "-")}.svg`
+ .replace(/\s/g, "-")}.svg`
);
-
-
+
+
Votre député·e est...
-
+
+
+
@@ -107,7 +109,7 @@ const regionBgFile = computed(