diff --git a/brochures-map.php b/brochures-map.php
new file mode 100644
index 0000000..559230a
--- /dev/null
+++ b/brochures-map.php
@@ -0,0 +1,145 @@
+ 'brochures',
+ 'posts_per_page' => -1,
+ 'post_status' => 'publish',
+
+);
+$brochures = new WP_Query($args);
+
+?>
+
+
BROCHURES FR
+
+
+ have_posts()) : while ($brochures->have_posts()) : $brochures->the_post(); ?>
+
+ -
+
+
slug: post_name ?>
+
+
+
+
+
+
+
+
+
+
+ 'brochures',
+ 'posts_per_page' => -1,
+ 'post_status' => 'publish',
+
+);
+
+$brochuresNL = new WP_Query($args);
+
+?>
+
+
+
BROCHURES NL
+
+
+ have_posts()) : while ($brochuresNL->have_posts()) : $brochuresNL->the_post(); ?>
+
+ -
+
+
slug: post_name ?>
+
+
+
+
+
+
+
+
+
+
+
+ 'fiches-infos',
+ 'posts_per_page' => -1,
+ 'post_status' => 'publish',
+
+);
+
+$fichesinfosFR = new WP_Query($args);
+
+?>
+
+
+
FICHES INFOS FR
+
+
+ have_posts()) : while ($fichesinfosFR->have_posts()) : $fichesinfosFR->the_post(); ?>
+
+ -
+
+
slug: post_name ?>
+
+
+
+
+
+
+
+
+
+
+ 'fiches-infos',
+ 'posts_per_page' => -1,
+ 'post_status' => 'publish',
+
+);
+
+$fichesinfosNL = new WP_Query($args);
+
+?>
+
+
+
FICHES INFOS NL
+
+
+ have_posts()) : while ($fichesinfosNL->have_posts()) : $fichesinfosNL->the_post(); ?>
+
+ -
+
+
slug: post_name ?>
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file