{"id":7306,"date":"2019-10-23T16:38:58","date_gmt":"2019-10-23T16:38:58","guid":{"rendered":"https:\/\/atelier-bang.com\/?page_id=7306"},"modified":"2026-03-28T10:52:49","modified_gmt":"2026-03-28T08:52:49","slug":"notre-histoire","status":"publish","type":"page","link":"https:\/\/atelier-bang.com\/en\/notre-histoire\/","title":{"rendered":"Our history"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div id=\"ut-row-69e61ee80e326\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_column-gap-0 ut-row-69e61ee80e333\" ><div class=\"wpb_column vc_column_container vc_col-sm-12\" ><div id=\"ut_inner_column_69e61ee80e893\" class=\"vc_column-inner\" ><div class=\"wpb_wrapper\">\r\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\r\n\t\t<div class=\"wpb_wrapper\">\r\n\t\t\t<section class=\"bang-history-v3\" id=\"bang-history-root\">\n  \n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=League+Spartan:wght@200;300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n\n  <style>\n    \/* --- 1. CONFIGURATION --- *\/\n    :root {\n      \/* On utilise tes couleurs exactes *\/\n      --bg-theme: #0b0b0c; \n      --card-theme: #0f0f10; \n      --gold: #d1a954;\n      --text-main: #e8e8ea;\n      --text-muted: #a9abb3;\n      --border-color: rgba(255, 255, 255, 0.06);\n      --font-stack: 'League Spartan', sans-serif;\n    }\n\n    .bang-history-v3 {\n      \/* Fond transparent pour s'int\u00e9grer parfaitement \u00e0 ta page *\/\n      background-color: transparent; \n      color: var(--text-main);\n      font-family: var(--font-stack);\n      padding: 3rem 1rem;\n      overflow-x: hidden;\n      line-height: 1.6;\n      box-sizing: border-box;\n    }\n    \n    .bang-history-v3 * { box-sizing: border-box; }\n\n    .bang-container {\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n\n    \/* --- 2. HEADER & INTRO --- *\/\n    h1.bang-title {\n      font-size: clamp(2.5rem, 6vw, 5rem);\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: -1px;\n      line-height: 1;\n      margin: 0 0 1rem 0;\n      text-align: center;\n      color: white;\n    }\n\n    .bang-tagline {\n      font-size: clamp(1rem, 2.5vw, 1.2rem);\n      color: var(--text-muted);\n      font-style: italic; \/* Retour au style italique \u00e9l\u00e9gant *\/\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .bang-intro-block {\n      max-width: 800px;\n      margin: 0 auto;\n      text-align: center;\n      font-size: 1.1rem;\n      font-weight: 300;\n      padding-bottom: 4rem; \n      position: relative;\n      z-index: 2;\n    }\n    \n    .bang-highlight-box {\n      border-left: 3px solid var(--gold); \/* Style Bang original *\/\n      background: linear-gradient(90deg, rgba(209,169,84,.06), transparent);\n      padding: 1.5rem;\n      margin-top: 3rem;\n      position: relative;\n      text-align: left;\n    }\n\n    \/* --- 3. TIMELINE (Desktop) --- *\/\n    .timeline-wrapper {\n      position: relative;\n      padding: 2rem 0;\n      margin-top: 2rem;\n    }\n\n    .timeline-line {\n      position: absolute;\n      left: 50%; top: 0; bottom: 0;\n      width: 1px;\n      background: var(--border-color);\n      transform: translateX(-50%);\n      z-index: 0;\n    }\n\n    .timeline-progress {\n      position: absolute;\n      left: 50%; top: 0;\n      width: 2px;\n      height: 0%; \n      background: var(--gold);\n      box-shadow: 0 0 15px rgba(209,169,84, 0.4);\n      transform: translateX(-50%);\n      transition: height 0.1s linear;\n      z-index: 1;\n    }\n\n    .timeline-item {\n      display: flex;\n      width: 100%;\n      margin-bottom: 4rem;\n      position: relative;\n      z-index: 2;\n      opacity: 0; \n      transform: translateY(30px);\n      transition: 0.6s ease;\n    }\n    \n    .timeline-item.visible { opacity: 1; transform: translateY(0); }\n\n    .timeline-dot {\n      position: absolute;\n      left: 50%; top: 25px;\n      width: 12px; height: 12px;\n      background: var(--bg-theme); \/* S'adapte au fond *\/\n      border: 2px solid var(--gold);\n      border-radius: 50%;\n      transform: translate(-50%, 0);\n      z-index: 3;\n    }\n\n    .timeline-content {\n      width: 45%; \n      background: var(--card-theme); \/* Utilisation de ta couleur de carte *\/\n      padding: 2rem;\n      border: 1px solid var(--border-color);\n      border-radius: 14px; \/* Tes arrondis *\/\n    }\n\n    \/* Alternance Desktop *\/\n    .timeline-item:nth-child(odd) { justify-content: flex-start; }\n    .timeline-item:nth-child(odd) .timeline-content { text-align: right; margin-right: auto; }\n    \n    .timeline-item:nth-child(even) { justify-content: flex-end; }\n    .timeline-item:nth-child(even) .timeline-content { text-align: left; margin-left: auto; }\n\n    .timeline-date {\n        color: var(--gold);\n        font-weight: 600;\n        text-transform: uppercase;\n        letter-spacing: 0.04em;\n        font-size: 0.9rem;\n        margin-bottom: 0.35rem;\n        display: block;\n    }\n    \n    .timeline-content h3 { font-size: 1.4rem; color: #fff; margin: 5px 0 10px 0; letter-spacing: 0.01em; }\n    .timeline-content p { margin: 0; color: var(--text-main); font-size: 1rem; line-height: 1.65; }\n\n    \/* --- 4. GRID CARDS --- *\/\n    .grid-cards {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 1.5rem;\n      margin-top: 5rem;\n    }\n    .bang-card {\n      background: var(--card-theme);\n      border: 1px solid var(--border-color);\n      border-radius: 16px;\n      padding: 1.5rem;\n      transition: 0.3s;\n    }\n    .bang-card:hover { border-color: rgba(209,169,84, 0.4); transform: translateY(-3px); }\n    .bang-card h4 { color: #fff; font-size: 1.2rem; margin-top: 0; margin-bottom: 1rem; letter-spacing: 0.02em; }\n    .bang-card ul { padding-left: 1rem; color: var(--text-muted); margin-bottom: 0; }\n    .bang-card li { margin-bottom: 0.5rem; }\n\n    \/* --- 5. CTA --- *\/\n    .cta-wrapper { text-align: center; margin-top: 6rem; padding-top: 3rem; border-top: 1px solid var(--border-color); }\n    .slot-counter { font-size: 3.5rem; font-weight: 700; color: var(--gold); line-height: 1; }\n    .btn-gold {\n        display: inline-block; margin-top: 2rem; padding: 0.85rem 1.5rem;\n        border: 1px solid var(--gold); color: var(--text-main);\n        text-decoration: none; border-radius: 999px; \/* Ton style bouton rond *\/\n        font-weight: 600; letter-spacing: 0.02em; transition: 0.3s;\n    }\n    .btn-gold:hover { background: rgba(209,169,84, 0.1); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(209,169,84,.12); }\n\n    \/* --- 6. RESPONSIVE MOBILE --- *\/\n    @media (max-width: 768px) {\n        \n        h1.bang-title { font-size: 2.5rem; }\n        .bang-intro-block { padding-bottom: 2rem; }\n\n        \/* TIMELINE MOBILE : Tout \u00e0 gauche *\/\n        .timeline-wrapper { margin-top: 1rem; }\n\n        \/* Ligne \u00e0 gauche *\/\n        .timeline-line, .timeline-progress {\n            left: 20px; \n            transform: translateX(0);\n        }\n        \n        .timeline-dot {\n            left: 20px;\n            transform: translate(-50%, 0);\n        }\n\n        .timeline-item {\n            justify-content: flex-start !important;\n            margin-bottom: 2rem;\n        }\n\n        .timeline-content {\n            width: calc(100% - 50px);\n            margin-left: 50px !important;\n            margin-right: 0 !important;\n            text-align: left !important;\n            \/* Petits ajustements pour mobile *\/\n            padding: 1.5rem;\n        }\n        \n        .grid-cards { grid-template-columns: 1fr; }\n    }\n  <\/style>\n\n  <div class=\"bang-container\">\n    \n    <header>\n      <h1 class=\"bang-title\">Our history<\/h1>\n      <div class=\"bang-tagline\">A watch doesn't follow fashion. It accompanies a life.<\/div>\n    <\/header>\n\n    <div class=\"bang-intro-block fade-on-scroll\">\n      <p>I created <strong>bang.<\/strong> for one simple reason: a watch is only valuable if it serves a life, not a trend. Each piece is designed for a single wrist: ergonomics, legibility, weight balance.<\/p>\n      \n      <div class=\"bang-highlight-box\">\n        <strong style=\"color:var(--gold)\">7 orders per month.<\/strong><br> \n        This is a prerequisite for serious follow-up, clean assembly and rigorous inspection.<br>\n        <strong>Series 0\/1. Always.<\/strong>\n      <\/div>\n    <\/div>\n\n    <div class=\"timeline-wrapper\" id=\"timelineRef\">\n      <div class=\"timeline-line\"><\/div>\n      <div class=\"timeline-progress\" id=\"progressLine\"><\/div>\n\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\"><\/div>\n        <div class=\"timeline-content\">\n          <span class=\"timeline-date\">2023 - The click<\/span>\n          <h3>From appearance to use<\/h3>\n          <p>A \u201cbeautiful\u201d watch bought, resold three weeks later. Too much pomp, not enough meaning. I decided to create the workshop I couldn't find.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\"><\/div>\n        <div class=\"timeline-content\">\n          <span class=\"timeline-date\">January 2024<\/span>\n          <h3>First mod, first settings<\/h3>\n          <p>My living room becomes a micro-workshop. Assembly, selection of parts, adjustment. The first bang. comes out: sincere, useful, far from industrial standards.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\"><\/div>\n        <div class=\"timeline-content\">\n          <span class=\"timeline-date\">Summer 2024<\/span>\n          <h3>Proven by the series<\/h3>\n          <p>Large-scale local order. Hundreds of hours of assembly. I ramped up the pace without letting up: the bang. method was born.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\"><\/div>\n        <div class=\"timeline-content\">\n          <span class=\"timeline-date\">September 2024<\/span>\n          <h3>Quality protocol<\/h3>\n          <p>Tightness, precision <strong>-7\/+5 s\/d<\/strong>, power reserve... Nothing leaves the workshop without passing these 7 crucial stages.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"timeline-item\">\n        <div class=\"timeline-dot\"><\/div>\n        <div class=\"timeline-content\">\n          <span class=\"timeline-date\">February 2025<\/span>\n          <h3>Absolute Reliability<\/h3>\n          <p>Upmarket <strong>thanks to new suppliers<\/strong>. Selected partners (FR\/JP\/HK). Reliability and quality are our only obsessions.<\/p>\n        <\/div>\n      <\/div>\n\n       <div class=\"timeline-item\">\n        <div class=\"timeline-dot\"><\/div>\n        <div class=\"timeline-content\">\n          <span class=\"timeline-date\">Today<\/span>\n          <h3>L'Atelier de Dissay<\/h3>\n          <p>In-house laser engraving, total traceability. Bang. is no longer a project, it's a made-to-measure assembly house.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"grid-cards\">\n      <div class=\"bang-card fade-on-scroll\">\n        <h4>Our method<\/h4>\n        <ul style=\"list-style: none; padding:0;\">\n          <li>Strict process<\/li>\n          <li>10 monthly slots max<\/li>\n          <li>7-point protocol included<\/li>\n          <li>Total transparency<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"bang-card fade-on-scroll\">\n        <h4>Warranty &amp; Service<\/h4>\n        <ul style=\"list-style: none; padding:0;\">\n          <li>Dedicated support<\/li>\n          <li>2-year warranty<\/li>\n          <li>Recommended annual maintenance<\/li>\n          <li>Instructions for use included<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"bang-card fade-on-scroll\">\n        <h4>Passport Bang.<\/h4>\n        <ul style=\"list-style: none; padding:0;\">\n          <li>Traceability<\/li>\n          <li>Nominative certificate<\/li>\n          <li>Unique serial number<\/li>\n          <li>Engraved history<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"cta-wrapper fade-on-scroll\">\n      <div class=\"slots\" id=\"slots-wrapper\" style=\"color:var(--text-muted); font-size:1rem;\">\n        <strong><span id=\"slots-count\" style=\"color:var(--gold); font-size:1.5em; font-weight:700;\">6<\/span>\/10<\/strong> remaining slots this month\n      <\/div>\n      <div style=\"margin-top:20px;\">\n        <p style=\"font-size:0.9rem; color:var(--text-muted);\">Private consultation (15 min) - visio or workshop<\/p>\n        <a class=\"btn-gold\" href=\"\/en\/contact\/?source=notre-histoire#rdv\">Request a private consultation<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n      \/\/ 1. Apparition au scroll\n      const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) entry.target.classList.add('visible');\n        });\n      }, { threshold: 0.1 });\n\n      document.querySelectorAll('.timeline-item, .fade-on-scroll').forEach(el => observer.observe(el));\n\n      \/\/ 2. Ligne dor\u00e9e dynamique\n      const timelineSection = document.getElementById('timelineRef');\n      const progressLine = document.getElementById('progressLine');\n      \n      function updateLine() {\n        if (!timelineSection) return;\n        const rect = timelineSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n        let percentage = (windowHeight \/ 2 - rect.top) \/ rect.height * 100;\n        \n        if (percentage < 0) percentage = 0;\n        if (percentage > 100) percentage = 100;\n        progressLine.style.height = percentage + '%';\n      }\n\n      window.addEventListener('scroll', updateLine);\n      updateLine(); \n    });\n  <\/script>\n\n<\/section>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/div><\/div><\/div><\/div><div class=\"vc_row-full-width vc_clearfix\"><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"Notre Histoire Une montre ne suit pas la mode. Elle accompagne une vie. J\u2019ai cr\u00e9\u00e9 bang. pour une raison simple : une montre n\u2019a de valeur que si elle sert une vie, pas une tendance. Chaque pi\u00e8ce est pens\u00e9e pour un seul poignet : ergonomie, lisibilit\u00e9, \u00e9quilibre des masses. 7 commandes par mois. C\u2019est la [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7306","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Notre histoire \u2014 Atelier horloger artisanal | bang. Poitiers<\/title>\n<meta name=\"description\" content=\"N\u00e9 en 2023 d&#039;une passion pour l&#039;horlogerie sans compromis. bang. est un atelier de Dissay (Vienne) qui assemble des montres automatiques uniques \u2014 77 cr\u00e9ations, 2 ans de garantie.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atelier-bang.com\/en\/notre-histoire\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Notre histoire \u2014 Atelier horloger artisanal | bang. Poitiers\" \/>\n<meta property=\"og:description\" content=\"N\u00e9 en 2023 d&#039;une passion pour l&#039;horlogerie sans compromis. bang. est un atelier de Dissay (Vienne) qui assemble des montres automatiques uniques \u2014 77 cr\u00e9ations, 2 ans de garantie.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atelier-bang.com\/en\/notre-histoire\/\" \/>\n<meta property=\"og:site_name\" content=\"bang. atelier de montres uniques\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-28T08:52:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atelier-bang.com\/notre-histoire\/\",\"url\":\"https:\/\/atelier-bang.com\/notre-histoire\/\",\"name\":\"Notre histoire \u2014 Atelier horloger artisanal | bang. Poitiers\",\"isPartOf\":{\"@id\":\"https:\/\/atelier-bang.com\/#website\"},\"datePublished\":\"2019-10-23T16:38:58+00:00\",\"dateModified\":\"2026-03-28T08:52:49+00:00\",\"description\":\"N\u00e9 en 2023 d'une passion pour l'horlogerie sans compromis. bang. est un atelier de Dissay (Vienne) qui assemble des montres automatiques uniques \u2014 77 cr\u00e9ations, 2 ans de garantie.\",\"breadcrumb\":{\"@id\":\"https:\/\/atelier-bang.com\/notre-histoire\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atelier-bang.com\/notre-histoire\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atelier-bang.com\/notre-histoire\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/atelier-bang.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Notre histoire\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atelier-bang.com\/#website\",\"url\":\"https:\/\/atelier-bang.com\/\",\"name\":\"bang . atelier de montre sur-mesure\",\"description\":\"Choisissez une montre qui vous ressemble\",\"publisher\":{\"@id\":\"https:\/\/atelier-bang.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atelier-bang.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atelier-bang.com\/#organization\",\"name\":\"bang . atelier de montre sur-mesure\",\"url\":\"https:\/\/atelier-bang.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/atelier-bang.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atelier-bang.com\/wp-content\/uploads\/2024\/11\/Design_sans_titre__7_-removebg-preview.png\",\"contentUrl\":\"https:\/\/atelier-bang.com\/wp-content\/uploads\/2024\/11\/Design_sans_titre__7_-removebg-preview.png\",\"width\":250,\"height\":250,\"caption\":\"bang . atelier de montre sur-mesure\"},\"image\":{\"@id\":\"https:\/\/atelier-bang.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/bang.poitiers\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Notre histoire \u2014 Atelier horloger artisanal | bang. Poitiers","description":"N\u00e9 en 2023 d'une passion pour l'horlogerie sans compromis. bang. est un atelier de Dissay (Vienne) qui assemble des montres automatiques uniques \u2014 77 cr\u00e9ations, 2 ans de garantie.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atelier-bang.com\/en\/notre-histoire\/","og_locale":"en_US","og_type":"article","og_title":"Notre histoire \u2014 Atelier horloger artisanal | bang. Poitiers","og_description":"N\u00e9 en 2023 d'une passion pour l'horlogerie sans compromis. bang. est un atelier de Dissay (Vienne) qui assemble des montres automatiques uniques \u2014 77 cr\u00e9ations, 2 ans de garantie.","og_url":"https:\/\/atelier-bang.com\/en\/notre-histoire\/","og_site_name":"bang. atelier de montres uniques","article_modified_time":"2026-03-28T08:52:49+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/atelier-bang.com\/notre-histoire\/","url":"https:\/\/atelier-bang.com\/notre-histoire\/","name":"Notre histoire \u2014 Atelier horloger artisanal | bang. Poitiers","isPartOf":{"@id":"https:\/\/atelier-bang.com\/#website"},"datePublished":"2019-10-23T16:38:58+00:00","dateModified":"2026-03-28T08:52:49+00:00","description":"N\u00e9 en 2023 d'une passion pour l'horlogerie sans compromis. bang. est un atelier de Dissay (Vienne) qui assemble des montres automatiques uniques \u2014 77 cr\u00e9ations, 2 ans de garantie.","breadcrumb":{"@id":"https:\/\/atelier-bang.com\/notre-histoire\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atelier-bang.com\/notre-histoire\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atelier-bang.com\/notre-histoire\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/atelier-bang.com\/"},{"@type":"ListItem","position":2,"name":"Notre histoire"}]},{"@type":"WebSite","@id":"https:\/\/atelier-bang.com\/#website","url":"https:\/\/atelier-bang.com\/","name":"bang . atelier de montre sur-mesure","description":"Choisissez une montre qui vous ressemble","publisher":{"@id":"https:\/\/atelier-bang.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atelier-bang.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/atelier-bang.com\/#organization","name":"bang . atelier de montre sur-mesure","url":"https:\/\/atelier-bang.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/atelier-bang.com\/#\/schema\/logo\/image\/","url":"https:\/\/atelier-bang.com\/wp-content\/uploads\/2024\/11\/Design_sans_titre__7_-removebg-preview.png","contentUrl":"https:\/\/atelier-bang.com\/wp-content\/uploads\/2024\/11\/Design_sans_titre__7_-removebg-preview.png","width":250,"height":250,"caption":"bang . atelier de montre sur-mesure"},"image":{"@id":"https:\/\/atelier-bang.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/bang.poitiers\/"]}]}},"_links":{"self":[{"href":"https:\/\/atelier-bang.com\/en\/wp-json\/wp\/v2\/pages\/7306","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atelier-bang.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/atelier-bang.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/atelier-bang.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atelier-bang.com\/en\/wp-json\/wp\/v2\/comments?post=7306"}],"version-history":[{"count":35,"href":"https:\/\/atelier-bang.com\/en\/wp-json\/wp\/v2\/pages\/7306\/revisions"}],"predecessor-version":[{"id":9507,"href":"https:\/\/atelier-bang.com\/en\/wp-json\/wp\/v2\/pages\/7306\/revisions\/9507"}],"wp:attachment":[{"href":"https:\/\/atelier-bang.com\/en\/wp-json\/wp\/v2\/media?parent=7306"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}