diff --git a/LICENSE.txt b/LICENSE.txt
index 06d510d..f542362 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -6,6 +6,7 @@ This project is under MIT License for all its code except following subdirectori
  - src/images/profiles
  - src/images/posts/AG2022
  - src/images/posts/AG2023
+ - src/images/posts/copyright
 
 MIT License
 
diff --git a/src/_includes/partials/components/intro.njk b/src/_includes/partials/components/intro.njk
index 1ee5314..f305d52 100644
--- a/src/_includes/partials/components/intro.njk
+++ b/src/_includes/partials/components/intro.njk
@@ -7,6 +7,7 @@
       <a role="button" href="/nous-rejoindre" class="btn btn-primary">Nous rejoindre
         <svg width="18" height="14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.602 5.823L12.05.376a1.357 1.357 0 00-1.875 0 1.295 1.295 0 000 1.84l3.278 3.235H1.326C.587 5.451 0 6.027 0 6.752s.587 1.302 1.326 1.302h12.127l-3.278 3.215a1.295 1.295 0 000 1.84 1.349 1.349 0 001.894 0l5.533-5.427c.246-.242.398-.576.398-.93 0-.353-.133-.687-.398-.93z" fill="#111"/></svg>
       </a>
+      <a role="button" href="/posts/flyer-2023" class="btn btn-secondary">Notre flyer 📄</a>
     </div>
   </div>
 </header>
diff --git a/src/images/posts/copyright/COPYRIGHT.txt b/src/images/posts/copyright/COPYRIGHT.txt
new file mode 100644
index 0000000..8549835
--- /dev/null
+++ b/src/images/posts/copyright/COPYRIGHT.txt
@@ -0,0 +1,4 @@
+Copyright 2023 Astrolabe CAE : All rights reserved
+This licence applies to the current folder.
+
+It is not authorized to copy, display, use, adapt, change, include, translate, sell part or the whole of contents of this folder without a preciding written authorization from owners of this website.
diff --git a/src/images/posts/copyright/extrait-flyer-astrolabe-CAE-2023.jpg b/src/images/posts/copyright/extrait-flyer-astrolabe-CAE-2023.jpg
new file mode 100644
index 0000000..3d48b57
Binary files /dev/null and b/src/images/posts/copyright/extrait-flyer-astrolabe-CAE-2023.jpg differ
diff --git a/src/posts/flyer-2023.md b/src/posts/flyer-2023.md
new file mode 100644
index 0000000..b341858
--- /dev/null
+++ b/src/posts/flyer-2023.md
@@ -0,0 +1,13 @@
+---
+title: 'Nouveau flyer Astrolabe'
+date: '2023-09-10'
+author: 'Jérémy Dufraisse'
+type: 'news'
+illustration: '/images/posts/copyright/extrait-flyer-astrolabe-CAE-2023.jpg'
+---
+
+En 2023, nous avons créé un flyer pour Astrolabe CAE. Le voici ci dessous et vous pouver aussi le <a role="button" href="{{site.url}}/media/flyer-Astrolabe-CAE-2023.pdf" class="btn btn-secondary" download>télécharger</a>
+
+<div class="video-player">
+<iframe src="{{site.url}}/media/flyer-Astrolabe-CAE-2023.pdf" width="100%" height=""></iframe>
+</div>
\ No newline at end of file