{"id":1526,"date":"2026-04-09T17:06:53","date_gmt":"2026-04-09T15:06:53","guid":{"rendered":"https:\/\/bistrot-culsec.fr\/home-2\/"},"modified":"2026-04-09T19:35:20","modified_gmt":"2026-04-09T17:35:20","slug":"home-2","status":"publish","type":"page","link":"https:\/\/bistrot-culsec.fr\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1526\" class=\"elementor elementor-1526 elementor-1473\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc73259 e-con-full e-flex e-con e-parent\" data-id=\"cc73259\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a29161c elementor-widget elementor-widget-html\" data-id=\"a29161c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<button class=\"sound-toggle-btn\" id=\"soundToggleBtn\" aria-label=\"Activer\/d\u00e9sactiver le son\">\n  <svg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n    <rect width=\"28\" height=\"28\" rx=\"9\" fill=\"#0F3523\"\/>\n    <path d=\"M6.75 12.2447C6.75 11.6924 7.19772 11.2447 7.75 11.2447H9.46951C9.67794 11.2447 9.88115 11.1795 10.0508 11.0584L12.4812 9.32233C13.1431 8.84956 14.0625 9.32268 14.0625 10.1361V17.8637C14.0625 18.6771 13.1431 19.1502 12.4812 18.6774L10.0508 16.9414C9.88115 16.8202 9.67794 16.7551 9.46951 16.7551H7.75C7.19772 16.7551 6.75 16.3074 6.75 15.7551V12.2447Z\" stroke=\"white\"><\/path>\n    <g id=\"muteIcon\">\n      <rect x=\"16.25\" y=\"15.7678\" width=\"6\" height=\"1\" transform=\"rotate(-45 16.25 15.7678)\" fill=\"white\"\/>\n      <rect width=\"6\" height=\"1\" transform=\"matrix(-0.707107 -0.707107 -0.707107 0.707107 21.25 15.7678)\" fill=\"white\"\/>\n    <\/g>\n    <g id=\"soundWaves\" style=\"display:none;\">\n      <path d=\"M16.5 10.5C17.5 11.5 17.5 16.5 16.5 17.5\" stroke=\"white\" stroke-width=\"1\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n      <path d=\"M18.5 8.5C20.5 10.5 20.5 17.5 18.5 19.5\" stroke=\"white\" stroke-width=\"1\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n    <\/path><\/path><\/g>\n  <\/path><\/svg>\n<\/button>\n\n<div class=\"notification\" id=\"notification\"><\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n\n  \/\/ Fix --vh dynamique\n  function setVH() {\n    document.documentElement.style.setProperty('--vh', (window.innerHeight * 0.01) + 'px');\n  }\n  setVH();\n  window.addEventListener('resize', setVH);\n\n  const btn        = document.getElementById('soundToggleBtn');\n  const notif      = document.getElementById('notification');\n  const muteIcon   = document.getElementById('muteIcon');\n  const soundWaves = document.getElementById('soundWaves');\n  let isMuted = true;\n  const isMobile = \/Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini\/i.test(navigator.userAgent);\n\n  function showNotif(msg) {\n    notif.textContent = msg;\n    notif.classList.add('show');\n    setTimeout(function() { notif.classList.remove('show'); }, 2000);\n  }\n\n  function injectVideo() {\n    document.querySelectorAll('.responsive-bg-video').forEach(function(v) { v.remove(); });\n    var container = document.querySelector('.elementor-element-cc73259');\n    if (!container) return;\n    var v = document.createElement('video');\n    v.className  = 'responsive-bg-video';\n    v.autoplay   = true;\n    v.muted      = true;\n    v.loop       = true;\n    v.playsInline = true;\n    v.preload    = 'auto';\n    \/\/ Vid\u00e9o portrait sur mobile, paysage sur tablet\/desktop\n    v.src = window.innerWidth <= 768\n      ? 'https:\/\/bistrot-culsec.fr\/wp-content\/uploads\/2025\/07\/CS_FILM_DEF_916-Web-Autoplay-MP4.mp4'\n      : 'https:\/\/bistrot-culsec.fr\/wp-content\/uploads\/2025\/07\/CS_FILM_DEF-Web-Autoplay-MP4.mp4';\n    Object.assign(v.style, {\n      position: 'absolute', top: '0', left: '0',\n      width: '100%', height: '100%', objectFit: 'cover', zIndex: '0'\n    });\n    container.style.position = 'relative';\n    container.appendChild(v);\n    v.play().catch(function() {});\n    return v;\n  }\n\n  function getVideo() {\n    return document.querySelector('.responsive-bg-video');\n  }\n\n  function updateIcon() {\n    muteIcon.style.display   = isMuted ? 'block' : 'none';\n    soundWaves.style.display = isMuted ? 'none' : 'block';\n    btn.setAttribute('aria-label', isMuted ? 'Activer le son' : 'D\u00e9sactiver le son');\n  }\n\n  \/\/ Init\n  injectVideo();\n  updateIcon();\n\n  \/\/ R\u00e9injecte la bonne vid\u00e9o au resize (portrait <-> paysage)\n  var resizeTimer;\n  window.addEventListener('resize', function() {\n    clearTimeout(resizeTimer);\n    resizeTimer = setTimeout(function() {\n      isMuted = true;\n      injectVideo();\n      updateIcon();\n    }, 300);\n  });\n\n  if (isMobile) {\n    setTimeout(function() { showNotif('Touchez pour activer le son'); }, 1500);\n  }\n\n  btn.addEventListener('click', function(e) {\n    e.preventDefault();\n    var video = getVideo();\n    if (!video) { showNotif('Aucune vid\u00e9o trouv\u00e9e'); return; }\n    isMuted = !isMuted;\n    video.muted = isMuted;\n    if (!isMuted && video.paused) video.play().catch(function() {});\n    updateIcon();\n    showNotif(isMuted ? 'Son d\u00e9sactiv\u00e9' : 'Son activ\u00e9');\n  });\n\n});\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-99061da e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"99061da\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation_mobile&quot;:&quot;fadeIn&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0349dc1 elementor-widget__width-initial elementor-mobile-align-justify elementor-widget-mobile__width-initial elementor-tablet-align-justify elementor-widget-tablet__width-initial elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"0349dc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/bistrot-culsec.fr\/en\/menu-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">MENU<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22511af elementor-widget__width-initial elementor-mobile-align-justify elementor-widget-mobile__width-initial elementor-tablet-align-justify elementor-widget-tablet__width-initial elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"22511af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/bistrot-culsec.fr\/en\/book-a-table\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BOOKING<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>MENU BOOKING<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1526","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bistrot-culsec.fr\/en\/wp-json\/wp\/v2\/pages\/1526","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bistrot-culsec.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bistrot-culsec.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bistrot-culsec.fr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bistrot-culsec.fr\/en\/wp-json\/wp\/v2\/comments?post=1526"}],"version-history":[{"count":0,"href":"https:\/\/bistrot-culsec.fr\/en\/wp-json\/wp\/v2\/pages\/1526\/revisions"}],"wp:attachment":[{"href":"https:\/\/bistrot-culsec.fr\/en\/wp-json\/wp\/v2\/media?parent=1526"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}