diff --git a/template-parts/components/posts/post-authors.php b/template-parts/components/posts/post-authors.php
new file mode 100644
index 0000000..c890b2d
--- /dev/null
+++ b/template-parts/components/posts/post-authors.php
@@ -0,0 +1,19 @@
+
+
+
+
+ get_the_ID()
+ )); ?>
+
+ get_the_ID()
+ // ));
+
+ ?>
+
+
\ No newline at end of file
diff --git a/template-parts/components/posts/post-content.php b/template-parts/components/posts/post-content.php
new file mode 100644
index 0000000..8b9bc3e
--- /dev/null
+++ b/template-parts/components/posts/post-content.php
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/template-parts/components/posts/post-header.php b/template-parts/components/posts/post-header.php
new file mode 100644
index 0000000..63e1d4a
--- /dev/null
+++ b/template-parts/components/posts/post-header.php
@@ -0,0 +1,103 @@
+
+
+
+
+
+ Numéro
+
+
+
+
+
\ No newline at end of file
diff --git a/template-parts/components/posts/post-tags.php b/template-parts/components/posts/post-tags.php
new file mode 100644
index 0000000..ed93189
--- /dev/null
+++ b/template-parts/components/posts/post-tags.php
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/template-parts/components/posts/post-toolbar.php b/template-parts/components/posts/post-toolbar.php
new file mode 100644
index 0000000..c14916a
--- /dev/null
+++ b/template-parts/components/posts/post-toolbar.php
@@ -0,0 +1,50 @@
+ 0;
+$authors = get_field('authors', $id);
+$hasAuthors = isset($authors) && is_array($authors) && count($authors) > 0;
+
+$pdf_version = get_field('pdf_version', $id);
+$pdf_url = isset($pdf_version) && !empty($pdf_version['url']) ? $pdf_version['url'] : null;
+?>
+
+
+
+
+
+ Résumé
+
+
+
+
+ Auteur·e·s
+
+
+
+
+
+ Informations
+
+
+
+
+
+
\ No newline at end of file