{"id":3813,"date":"2026-07-19T15:17:07","date_gmt":"2026-07-19T15:17:07","guid":{"rendered":"https:\/\/metalfestgame.com\/?page_id=3813"},"modified":"2026-07-19T15:34:55","modified_gmt":"2026-07-19T15:34:55","slug":"allemand","status":"publish","type":"page","link":"https:\/\/metalfestgame.com\/index.php\/allemand\/","title":{"rendered":"Allemand"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3813\" class=\"elementor elementor-3813\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2ff2a1 e-flex e-con-boxed e-con e-parent\" data-id=\"c2ff2a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83f05a1 elementor-widget elementor-widget-image\" data-id=\"83f05a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/metalfestgame.com\/wp-content\/uploads\/2026\/07\/coming-soon-allemand-1024x576.jpg\" class=\"attachment-large size-large wp-image-3816\" alt=\"\" srcset=\"https:\/\/metalfestgame.com\/wp-content\/uploads\/2026\/07\/coming-soon-allemand-1024x576.jpg 1024w, https:\/\/metalfestgame.com\/wp-content\/uploads\/2026\/07\/coming-soon-allemand-300x169.jpg 300w, https:\/\/metalfestgame.com\/wp-content\/uploads\/2026\/07\/coming-soon-allemand-768x432.jpg 768w, https:\/\/metalfestgame.com\/wp-content\/uploads\/2026\/07\/coming-soon-allemand-1536x864.jpg 1536w, https:\/\/metalfestgame.com\/wp-content\/uploads\/2026\/07\/coming-soon-allemand-2048x1153.jpg 2048w, https:\/\/metalfestgame.com\/wp-content\/uploads\/2026\/07\/coming-soon-allemand-1320x743.jpg 1320w, https:\/\/metalfestgame.com\/wp-content\/uploads\/2026\/07\/coming-soon-allemand-1200x675.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-82a6526 e-flex e-con-boxed e-con e-parent\" data-id=\"82a6526\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-350eae9 elementor-widget elementor-widget-html\" data-id=\"350eae9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<a class=\"fmf-png-btn\" href=\"https:\/\/metalfestgame.com\/\" aria-label=\"Retour\">\r\n  <img decoding=\"async\" class=\"base\" src=\"http:\/\/metalfestgame.com\/wp-content\/uploads\/2025\/12\/Bouton-retour-skull.png\" alt=\"Retour\">\r\n  <img decoding=\"async\" class=\"hover\" src=\"http:\/\/metalfestgame.com\/wp-content\/uploads\/2025\/12\/Bouton-retour-skull-hover.png\" alt=\"\">\r\n<\/a>\r\n\r\n<style>\r\n  .fmf-png-btn{\r\n    position: relative;\r\n    display: inline-block;\r\n    line-height: 0;\r\n    cursor: pointer;\r\n    max-width: 220px; \/* Desktop *\/\r\n    -webkit-tap-highlight-color: transparent;\r\n  }\r\n\r\n  @media (max-width: 768px){\r\n    .fmf-png-btn{ max-width: 220px; } \/* Mobile *\/\r\n  }\r\n\r\n  .fmf-png-btn img{\r\n    display:block;\r\n    width:100%;\r\n    height:auto;\r\n  }\r\n\r\n  .fmf-png-btn .hover{\r\n    position:absolute;\r\n    inset:0;\r\n    opacity:0;\r\n    transition:opacity .2s ease;\r\n    pointer-events:none;\r\n  }\r\n\r\n  \/* Desktop hover *\/\r\n  @media (hover: hover) and (pointer: fine){\r\n    .fmf-png-btn:hover .hover{ opacity:1; }\r\n  }\r\n\r\n  \/* Mobile active state *\/\r\n  .fmf-png-btn.is-active .hover{ opacity:1; }\r\n<\/style>\r\n\r\n<script>\r\n(function(){\r\n  const btns = document.querySelectorAll('.fmf-png-btn');\r\n  if(!btns.length) return;\r\n\r\n  const isTouch =\r\n    ('ontouchstart' in window) ||\r\n    (navigator.maxTouchPoints > 0);\r\n\r\n  btns.forEach(btn => {\r\n    if(!isTouch) return;\r\n\r\n    let navigating = false;\r\n    let startX = 0;\r\n    let startY = 0;\r\n    let moved = false;\r\n\r\n    const MOVE_TOLERANCE = 10; \/\/ px avant annulation (scroll)\r\n\r\n    btn.addEventListener('touchstart', function(e){\r\n      if(navigating) return;\r\n\r\n      startX = e.touches[0].clientX;\r\n      startY = e.touches[0].clientY;\r\n      moved = false;\r\n    }, { passive: true });\r\n\r\n    btn.addEventListener('touchmove', function(e){\r\n      const dx = Math.abs(e.touches[0].clientX - startX);\r\n      const dy = Math.abs(e.touches[0].clientY - startY);\r\n\r\n      if (dx > MOVE_TOLERANCE || dy > MOVE_TOLERANCE) {\r\n        moved = true; \/\/ scroll d\u00e9tect\u00e9\r\n      }\r\n    }, { passive: true });\r\n\r\n    btn.addEventListener('touchend', function(e){\r\n      if(navigating || moved) return;\r\n\r\n      e.preventDefault();\r\n      navigating = true;\r\n\r\n      btn.classList.add('is-active');\r\n\r\n      \/* \ud83d\udcf3 vibration l\u00e9g\u00e8re *\/\r\n      if (navigator.vibrate) {\r\n        navigator.vibrate(20);\r\n      }\r\n\r\n      \/* \u23f1\ufe0f d\u00e9lai avant navigation *\/\r\n      setTimeout(() => {\r\n        window.location.href = btn.getAttribute('href');\r\n      }, 600);\r\n    }, { passive: false });\r\n\r\n  });\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-3813","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/metalfestgame.com\/index.php\/wp-json\/wp\/v2\/pages\/3813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metalfestgame.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/metalfestgame.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/metalfestgame.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/metalfestgame.com\/index.php\/wp-json\/wp\/v2\/comments?post=3813"}],"version-history":[{"count":22,"href":"https:\/\/metalfestgame.com\/index.php\/wp-json\/wp\/v2\/pages\/3813\/revisions"}],"predecessor-version":[{"id":3847,"href":"https:\/\/metalfestgame.com\/index.php\/wp-json\/wp\/v2\/pages\/3813\/revisions\/3847"}],"wp:attachment":[{"href":"https:\/\/metalfestgame.com\/index.php\/wp-json\/wp\/v2\/media?parent=3813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}