diff --git a/public/education/education.js b/public/education/education.js
index 35674f9554b48c1481623073a02fd5b2dc618d52..7bf875beeeb6ae6881aa0c8eae3ea8fbbab1135b 100644
--- a/public/education/education.js
+++ b/public/education/education.js
@@ -210,24 +210,24 @@ class GameStudioClub {
                     id: "game-studio-club", // anchor id
                     contents: [{ tag: "h2", contents: "Game Studio Club", property: "name" }],
                 },
-                {
-                    tag: "div",
-                    class: "special-announcement",
-                    contents: [
-                        {
-                            tag: "div",
-                            class: "page-contents-center",
-                            contents: [
-                                {
-                                    tag: "p",
-                                    contents: `
-                                    Démarrage des séances à partir du <blue>1er Mars 2021</blue>
-                                    `,
-                                },
-                            ],
-                        },
-                    ],
-                },
+                // {
+                //     tag: "div",
+                //     class: "special-announcement",
+                //     contents: [
+                //         {
+                //             tag: "div",
+                //             class: "page-contents-center",
+                //             contents: [
+                //                 {
+                //                     tag: "p",
+                //                     contents: `
+                //                     Démarrage des séances à partir du <blue>1er Mars 2021</blue>
+                //                     `,
+                //                 },
+                //             ],
+                //         },
+                //     ],
+                // },
                 {
                     tag: "div",
                     class: "section-contents page-contents-center",
diff --git a/src/pages/education/components/game-studio-club.js b/src/pages/education/components/game-studio-club.js
index 4455476871abd065644f555d7d0fa50419ed864a..90e40bbd45978ebcce8b545833566bbbf4ae85b2 100644
--- a/src/pages/education/components/game-studio-club.js
+++ b/src/pages/education/components/game-studio-club.js
@@ -89,24 +89,24 @@ class GameStudioClub {
                     id: "game-studio-club", // anchor id
                     contents: [{ tag: "h2", contents: "Game Studio Club", property: "name" }],
                 },
-                {
-                    tag: "div",
-                    class: "special-announcement",
-                    contents: [
-                        {
-                            tag: "div",
-                            class: "page-contents-center",
-                            contents: [
-                                {
-                                    tag: "p",
-                                    contents: `
-                                    Démarrage des séances à partir du <blue>1er Mars 2021</blue>
-                                    `,
-                                },
-                            ],
-                        },
-                    ],
-                },
+                // {
+                //     tag: "div",
+                //     class: "special-announcement",
+                //     contents: [
+                //         {
+                //             tag: "div",
+                //             class: "page-contents-center",
+                //             contents: [
+                //                 {
+                //                     tag: "p",
+                //                     contents: `
+                //                     Démarrage des séances à partir du <blue>1er Mars 2021</blue>
+                //                     `,
+                //                 },
+                //             ],
+                //         },
+                //     ],
+                // },
                 {
                     tag: "div",
                     class: "section-contents page-contents-center",