diff --git a/public/service/index.html b/public/service/index.html
index 4769b6f6e77207fdb67e3973c4d56f77fe7d033f..88ec0afa4ad16b43079c7a20e63a2174f363782a 100644
--- a/public/service/index.html
+++ b/public/service/index.html
@@ -6,16 +6,15 @@
     <title>Kuadrado Software | Service</title>
     <meta name="description" content="Développement informatique freelance sur mesure, création de site web, applications métiers et logiciels."/>
     <meta name="author" content="Kuadrado Software" />
-    <meta name="image" content="https://kuadrado-software.fr/assets/images/service.svg"/>
+    <meta name="image" content="https://kuadrado-software.fr/assets/images/toolcase.png"/>
 
     <!-- Open Graph Protocol meta data -->
     <meta property="og:title" content="Kuadrado Software | Service"/>
     <meta property="og:description" content="Développement informatique freelance sur mesure, création de site web, applications métiers et logiciels."/>
     <meta property="og:type" content="website" />
     <meta property="og:url" content="https://kuadrado-software.fr/service"/>
-    <meta property="og:image" content="https://kuadrado-software.fr/assets/images/service.svg"/>
-<meta property="og:image" content="https://kuadrado-software.fr/assets/images/meca_proc.png"/>
-    <meta property="twitter:image" content="https://kuadrado-software.fr/assets/images/service.svg"/>
+    <meta property="og:image" content="https://kuadrado-software.fr/assets/images/toolcase.png"/>
+    <meta property="twitter:image" content="https://kuadrado-software.fr/assets/images/toolcase.png"/>
     <meta property="og:locale" content="fr_FR"/>
     <meta property="og:site_name" content="Kuadrado Software" />
 
@@ -25,7 +24,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
     <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
     <link href="/style/style.css" rel="stylesheet" />
-    <script type="application/ld+json">{"@context":"https://schema.org","type":"WebPage","description":"Développement informatique freelance sur mesure, création de site web, applications métiers et logiciels.","image":["https://kuadrado-software.fr/assets/images/service.svg","https://kuadrado-software.fr/assets/images/meca_proc.png"],"keywords":"service, development, web, software, ardeche, auvergne-rhone-alpes, sur-mesure, informatique, ingénierie, engineering","name":"Kuadrado Software - Service","url":"https://kuadrado-software.fr/service"}</script>
+    <script type="application/ld+json">{"@context":"https://schema.org","type":"WebPage","description":"Développement informatique freelance sur mesure, création de site web, applications métiers et logiciels.","image":["https://kuadrado-software.fr/assets/images/toolcase.png"],"keywords":"service, development, web, software, ardeche, auvergne-rhone-alpes, sur-mesure, informatique, ingénierie, engineering","name":"Kuadrado Software - Service","url":"https://kuadrado-software.fr/service"}</script>
 </head>
 <!-- The vocab attribute defines the standard vocabulary used for RDFa standard.
     The DOM may contain properties such as "typeof" and "property" accordinly to the schema.org vocabulary -->
diff --git a/website/src/article-vew-components/game-article.js b/website/src/article-vew-components/game-article.js
index aec8b28956f4dbfc2b391bcc6699efa01c7969b6..2796a3f3d7b158a9c5283c0e07e7c08596361275 100644
--- a/website/src/article-vew-components/game-article.js
+++ b/website/src/article-vew-components/game-article.js
@@ -40,7 +40,7 @@ class GameArticle {
             tag: "button",
             class: "play-button",
             contents: "▶️&ensp;" + t("Jouer"),
-            onclick: this.handle_click_play.bind(this, button_data.fileurl, button_data.engine)
+            onclick: this.handle_click_play.bind(this, "/assets/data/" + button_data.filename, button_data.engine)
         };
     }