{"id":8,"date":"2026-06-03T06:19:42","date_gmt":"2026-06-03T06:19:42","guid":{"rendered":"https:\/\/burnstattooshop.fr\/galerie\/"},"modified":"2026-07-01T20:03:21","modified_gmt":"2026-07-01T20:03:21","slug":"galerie","status":"publish","type":"page","link":"https:\/\/burnstattooshop.fr\/en\/galerie\/","title":{"rendered":"Galerie"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8\" class=\"elementor elementor-8\">\n\t\t\t\t<div data-aos=\"fade-up\" class=\"hostinger-elementor-aos elementor-element elementor-element-8ce6fe8 e-flex e-con-boxed e-con e-parent\" data-id=\"8ce6fe8\" 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-35b6e50 elementor-widget elementor-widget-html\" data-id=\"35b6e50\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"dynamic-galerie\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    \r\n    \/*Zoomed Image*\/\r\n    \r\n    .lightbox {\r\n        inset: 0;\r\n        justify-content: center;\r\n        align-items: center;\r\n        \r\n        display: none;\r\n\r\n        position: fixed !important;\r\n        top: 50%;\r\n        left: 50%;\r\n        transform: translate(-50%, -50%);\r\n        \r\n        width: 100vw !important;\r\n        height: 100vh !important; \r\n        z-index: 9999 !important;\r\n        background: rgba(0,0,0,0.7);\r\n    }\r\n    .lightbox.is-active{\r\n        display: flex !important;\r\n    }\r\n    .lightbox-content {\r\n        object-fit: contain !important;\r\n\r\n        width: auto !important;\r\n        height: auto !important;\r\n        max-width: 95vw;\r\n        max-height: 95vh;\r\n    }\r\n    \r\n    \/*Artistes Filter*\/\r\n    \r\n    .filter-wrapper { \r\n        display: flex;\r\n        margin-bottom: 20px; \r\n        flex-wrap: wrap;\r\n    }\r\n    \r\n    \/*Tattoos Galery*\/\r\n    \r\n    .gallery-grid {\r\n        column-count: 4;\r\n        column-gap: 15px;\r\n        margin-top: 20px;\r\n        margin-left: auto;\r\n        margin-right: auto;\r\n        max-width: 1200px;\r\n        padding: 0 15px;\r\n    }\r\n    .gallery-item {\r\n        position: relative;\r\n        display:inline-block;\r\n        width:100%;\r\n        margin-bottom: 15px;\r\n        background: #111;\r\n        overflow: hidden;\r\n        border: 1px solid #222;\r\n        transition: transform 0.4s ease;\r\n    }\r\n    .gallery-item img {\r\n        width: 100%;\r\n        height: auto;\r\n        display: block;\r\n        cursor: pointer;\r\n    }\r\n    .gallery-item img:hover { \r\n        transform: scale(1.05); \r\n    }\r\n    .gallery-item span{\r\n        font-size: 100%;\r\n        color: grey;\r\n        \r\n        border: 2px solid grey;\r\n        border-radius: 5px;\r\n        background: rgba(0,0,0,0.6);\r\n        \r\n        display: block;\r\n        position: absolute;\r\n        left: 20px;\r\n        bottom: 20px;\r\n        z-index: 5;\r\n    }\r\n    \r\n    \/*Galery's Imgae*\/\r\n    \r\n    .case { \r\n        cursor: pointer;\r\n        padding: 8px 20px;\r\n        color: grey;\r\n        text-transform: uppercase;\r\n        font-size: 18px;\r\n        letter-spacing: 1px;\r\n        position: relative;\r\n    }\r\n    .case::after{\r\n        content:'';\r\n        position:absolute;\r\n        bottom:0;\r\n        left:0;\r\n        width:0;\r\n        height:2px;\r\n        background-color: #C6A24A;\r\n        transition: width 0.2s ease;\r\n    }\r\n    .case:hover::after{\r\n        width: 100%;\r\n    }\r\n    .case:hover{\r\n        background: #202020;\r\n        color: white;\r\n    }\r\n    .case.active { \r\n        color: #C6A24A; \r\n        font-weight: bold;\r\n    }\r\n    .case.active:after { \r\n        content:'';\r\n        position:absolute;\r\n        bottom:0;\r\n        left:0;\r\n        width:100%;\r\n        height:2px;\r\n        background-color: #C6A24A;\r\n    }\r\n    \r\n    \r\n    @media (min-width: 768px) and (max-width: 1025px) {\r\n        .gallery-grid{\r\n            column-count: 3;\r\n        }\r\n    }\r\n    @media (max-width: 767px) {\r\n        .gallery-grid{\r\n            column-count: 2;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<script>\r\n    \r\n    document.addEventListener(\"DOMContentLoaded\", () => {\r\n    const lb = document.getElementById(\"lightbox\");\r\n    if (lb && lb.parentElement !== document.body) {\r\n        document.body.appendChild(lb);\r\n    }\r\n});\r\n    window.addEventListener('load', initGallery);\r\n    \r\n    async function initGallery() {\r\n        const container = document.getElementById('dynamic-gallery');\r\n        galleryData = [];\r\n        let page = 1;\r\n    \r\n        try {\r\n            while (true) {\r\n                const response = await fetch(`https:\/\/burnstattooshop.fr\/wp-json\/wp\/v2\/media?rml_folder=1&per_page=100&page=${page}`);\r\n                \r\n                \/\/ Si la page n'existe pas (ex: page 2 alors qu'il n'y a que 150 images), on sort de la boucle\r\n                if (!response.ok) break;\r\n    \r\n                const data = await response.json();\r\n                if (data.length === 0) break;\r\n    \r\n                galleryData = [...galleryData, ...data];\r\n                page++;\r\n    \r\n                \/\/ Limite de s\u00e9curit\u00e9 (ex: max 500 images)\r\n                if (page > 5) break; \r\n            }\r\n    \r\n            if (galleryData.length === 0) {\r\n                container.innerHTML = \"<p style='color:#C6A24A; text-align:center; width:100%;'>Le dossier est vide.<\/p>\";\r\n            } else {\r\n                updateGallery('all');\r\n            }\r\n        }\r\n        catch (e) {\r\n            console.error(\"Erreur galerie:\", e);\r\n            container.innerHTML = \"<p style='color:red; text-align:center; width:100%;'>Erreur de chargement des images.<\/p>\";\r\n        }\r\n    }\r\n    \r\n    function updateGallery(filter, element) {\r\n        const container = document.getElementById('dynamic-gallery');\r\n        if (element) {\r\n            document.querySelectorAll('.case').forEach(el => el.classList.remove('active'));\r\n            element.classList.add('active');\r\n        }\r\n    \r\n        const filtered = galleryData.filter(img => {\r\n            const searchString = (img.title.rendered + img.source_url).toLowerCase();\r\n            return filter === 'all' || searchString.includes(filter.toLowerCase());\r\n        });\r\n        container.innerHTML = filtered.map(img => {\r\n            const artistName = img.title.rendered.split('-')[0].trim();\r\n            \r\n            return `\r\n                <div class=\"gallery-item\">\r\n                    <img \r\n                        loading=\"lazy\" \r\n                        decoding=\"async\" \r\n                        src=\"${img.media_details?.sizes?.medium?.source_url || img.source_url}\"\r\n                        alt=\"${img.title.rendered}\"\r\n                        onclick=\"openLightbox('${img.source_url}')\">\r\n                    <span>${artistName}<\/span>\r\n                <\/div>\r\n            `;\r\n        }).join('');\r\n    }\r\n\r\n    function openLightbox(src) {\r\n        const lb = document.getElementById('lightbox');\r\n        const img = document.getElementById('lightbox-img');\r\n        img.src = src;\r\n        lb.classList.add('is-active');\r\n    }\r\n    \r\n    function closeLightbox() {\r\n        document.getElementById('lightbox').classList.remove('is-active');\r\n        document.body.style.overflow = '';\r\n    }\r\n    \r\n    function toggleZoom(e, img) {\r\n        if (img.style.transform === \"scale(2.5)\") {\r\n            img.style.transform = \"scale(1)\";\r\n            img.style.cursor = \"zoom-in\";\r\n            img.onmousemove = null;\r\n        }\r\n        else {\r\n            img.style.transform = \"scale(2.5)\";\r\n            img.style.cursor = \"zoom-out\";\r\n            img.onmousemove = function(e) {\r\n                const rect = img.getBoundingClientRect();\r\n                const x = (e.clientX - rect.left) \/ rect.width;\r\n                const y = (e.clientY - rect.top) \/ rect.height;\r\n                img.style.transformOrigin = `${x * 100}% ${y * 100}%`;\r\n            };\r\n        }\r\n    }\r\n    \r\n<\/script>\r\n\r\n<section class=\"window\">\r\n    \r\n    <section class=\"video-container\">\r\n        <video autoplay muted loop playsinline>\r\n        <source src=\"https:\/\/burnstattooshop.fr\/wp-content\/uploads\/2026\/06\/Burns-Tattoo-Shop-Introduction.mp4\" type=\"video\/mp4\">\r\n            Votre navigateur ne supporte pas la lecture de vid\u00e9os.\r\n        <\/video>\r\n        <div class=\"video-overlay\"><\/div>\r\n        <section class=\"video-content\">\r\n            <section class=\"text\">\r\n                <section>\r\n                    <h1>\r\n                        La <em>Galerie<\/em>\r\n                    <\/h1>\r\n                    <h2>\r\n                        Chaque pi\u00e8ce raconte une histoire. Explorez les r\u00e9alisations de nos artistes \u2014tatouages polyn\u00e9siens, patutiki, r\u00e9alisme, fine line et cr\u00e9ations sur mesure.\r\n                    <\/h2>\r\n                    <div class=\"button\">\r\n                        <span\r\n                            style=\"\r\n                                background: #C6A24A;\r\n                                color: white;\"\r\n                            onclick=\"  \r\n                                window.location.href='https:\/\/burnstattooshop.fr\/contact-reservation\/'\"\r\n                        >\r\n                            Prendre Rendez-Vous\r\n                        <\/span>\r\n                        <span\r\n                            style=\"\r\n                                border: 1px solid grey;\r\n                                color: gray;\r\n                                background: black;\"\r\n                            onclick=\"\r\n                                window.location.href='https:\/\/https:\/\/burnstattooshop.fr\/le-studio\/'\">\r\n                            D\u00e9couvrez Notre Studio\r\n                        <\/span>\r\n                    <\/div>\r\n                <\/section>\r\n                <div class=\"rotating_image\">\r\n                    <img decoding=\"async\" \r\n                        src=\"https:\/\/burnstattooshop.fr\/wp-content\/uploads\/2026\/06\/logo-Paul-scaled.png\"\r\n                    >\r\n                <\/div>\r\n            <\/section>\r\n        <\/section>\r\n    <\/section>\r\n    \r\n    <section>\r\n        <div class=\"filter-wrapper\">\r\n            <div class=\"case active\" onclick=\"updateGallery('-Tattoo', this)\">TOUT<\/div>\r\n            <div id=\"Galerie-Paul\" class=\"case\" onclick=\"updateGallery('Paul-Tattoo', this)\">PAUL<\/div>\r\n            <div id=\"Galerie-Mata\" class=\"case\" onclick=\"updateGallery('Mata-Tattoo', this)\">MATA<\/div>\r\n            <div id=\"Galerie-Reva\" class=\"case\" onclick=\"updateGallery('Reva-Tattoo', this)\">REVATEA<\/div>\r\n            <div id=\"Galerie-Ate\" class=\"case\" onclick=\"updateGallery('Ate-Tattoo', this)\">ATEANUI<\/div>\r\n        <\/div>\r\n        \r\n        <div \r\n            id=\"dynamic-gallery\" \r\n            class=\"gallery-grid\">\r\n            <p \r\n                style=\"\r\n                    color:#C6A24A; \r\n                    text-align:center; \r\n                    width:100%; \r\n                    grid-column:1\/-1;\"\r\n                >\r\n                    Chargement de la galerie...\r\n            <\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"text-one window-spacer\">\r\n        <h1 onclick=\"window.location.href='https:\/\/burnstattooshop.fr\/contact\/'\" style=\"cursor:pointer;\">\r\n            Ajoutez Votre Projet, \u00e0 la <em>Galerie<\/em>\r\n        <\/h1>\r\n        <h2>\r\n            Ce que vous venez de voir a commenc\u00e9 par une conversation. Contactez Burns Tattoo Shop pour discuter de votre id\u00e9e et choisir l'artiste qui donnera vie \u00e0 votre tatouage.\r\n        <\/h2>\r\n        <div class=\"button\">\r\n            <span\r\n                style=\"\r\n                    background: #C6A24A;\r\n                    color: white;\"\r\n                onclick=\"  \r\n                    window.location.href='https:\/\/burnstattooshop.fr\/contact-reservation\/'\"\r\n            >\r\n                Prendre Rendez-Vous\r\n            <\/span>\r\n            <span\r\n                style=\"\r\n                    border: 1px solid grey;\r\n                    color: gray;\r\n                    background: black;\"\r\n                onclick=\"\r\n                    window.location.href='https:\/\/https:\/\/burnstattooshop.fr\/le-studio\/'\"\r\n            >\r\n                D\u00e9couvrez Notre Studio\r\n            <\/span>\r\n        <\/div>\r\n    <\/section>\r\n    \r\n    <div id=\"lightbox\" class=\"lightbox\">\r\n    <span style=\"position:absolute; top:20px; right:35px; color:white; font-size:60px; cursor:pointer;\" onclick=\"this.parentElement.classList.remove('is-active')\">\u00d7<\/span>\r\n    <img decoding=\"async\" id=\"lightbox-img\" class=\"lightbox-content\" src=\"\" onclick=\"toggleZoom(event, this)\">\r\n    <\/div>\r\n<\/section>\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":"<p>Votre navigateur ne supporte pas la lecture de vid\u00e9os. La Galerie Chaque pi\u00e8ce raconte une histoire. Explorez les r\u00e9alisations de nos artistes \u2014tatouages polyn\u00e9siens, patutiki, r\u00e9alisme, fine line et cr\u00e9ations sur mesure. Prendre Rendez-Vous D\u00e9couvrez Notre Studio TOUT PAUL MATA REVATEA ATEANUI Chargement de la galerie&#8230; Ajoutez Votre Projet, \u00e0 la Galerie Ce que vous [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Votre navigateur ne supporte pas la lecture de vid\u00e9os. La Galerie Chaque pi\u00e8ce raconte une histoire. Explorez les r\u00e9alisations de nos artistes \u2014tatouages polyn\u00e9siens, patutiki, r\u00e9alisme, fine line et cr\u00e9ations sur mesure. Prendre Rendez-Vous D\u00e9couvrez Notre Studio TOUT PAUL MATA REVATEA ATEANUI Chargement de la galerie... Ajoutez Votre Projet, \u00e0 la Galerie Ce que vous\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/burnstattooshop.fr\/en\/galerie\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Burns Tattoo Shop - Salon de tatouage \u00e0 Tahiti sp\u00e9cialis\u00e9 en tatouage polyn\u00e9sien, marquisien, blackwork, fine line, r\u00e9alisme et cr\u00e9ations personnalis\u00e9es.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Galerie - Burns Tattoo Shop\" \/>\n\t\t<meta property=\"og:description\" content=\"Votre navigateur ne supporte pas la lecture de vid\u00e9os. La Galerie Chaque pi\u00e8ce raconte une histoire. Explorez les r\u00e9alisations de nos artistes \u2014tatouages polyn\u00e9siens, patutiki, r\u00e9alisme, fine line et cr\u00e9ations sur mesure. Prendre Rendez-Vous D\u00e9couvrez Notre Studio TOUT PAUL MATA REVATEA ATEANUI Chargement de la galerie... Ajoutez Votre Projet, \u00e0 la Galerie Ce que vous\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/burnstattooshop.fr\/en\/galerie\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-03T06:19:42+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-01T20:03:21+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Galerie - Burns Tattoo Shop\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Votre navigateur ne supporte pas la lecture de vid\u00e9os. La Galerie Chaque pi\u00e8ce raconte une histoire. Explorez les r\u00e9alisations de nos artistes \u2014tatouages polyn\u00e9siens, patutiki, r\u00e9alisme, fine line et cr\u00e9ations sur mesure. Prendre Rendez-Vous D\u00e9couvrez Notre Studio TOUT PAUL MATA REVATEA ATEANUI Chargement de la galerie... Ajoutez Votre Projet, \u00e0 la Galerie Ce que vous\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/galerie\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/galerie\\\/#listItem\",\"name\":\"Galerie\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/galerie\\\/#listItem\",\"position\":2,\"name\":\"Galerie\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/#organization\",\"name\":\"Burns Tattoo Shop\",\"description\":\"Salon de tatouage \\u00e0 Tahiti sp\\u00e9cialis\\u00e9 en tatouage polyn\\u00e9sien, marquisien, blackwork, fine line, r\\u00e9alisme et cr\\u00e9ations personnalis\\u00e9es.\",\"url\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/galerie\\\/#webpage\",\"url\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/galerie\\\/\",\"name\":\"Galerie - Burns Tattoo Shop\",\"description\":\"Votre navigateur ne supporte pas la lecture de vid\\u00e9os. La Galerie Chaque pi\\u00e8ce raconte une histoire. Explorez les r\\u00e9alisations de nos artistes \\u2014tatouages polyn\\u00e9siens, patutiki, r\\u00e9alisme, fine line et cr\\u00e9ations sur mesure. Prendre Rendez-Vous D\\u00e9couvrez Notre Studio TOUT PAUL MATA REVATEA ATEANUI Chargement de la galerie... Ajoutez Votre Projet, \\u00e0 la Galerie Ce que vous\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/galerie\\\/#breadcrumblist\"},\"datePublished\":\"2026-06-03T06:19:42+00:00\",\"dateModified\":\"2026-07-01T20:03:21+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/\",\"name\":\"Burns Tattoo Shop\",\"description\":\"Salon de tatouage \\u00e0 Tahiti sp\\u00e9cialis\\u00e9 en tatouage polyn\\u00e9sien, marquisien, blackwork, fine line, r\\u00e9alisme et cr\\u00e9ations personnalis\\u00e9es.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/burnstattooshop.fr\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Galerie - Burns Tattoo Shop","description":"Votre navigateur ne supporte pas la lecture de vid\u00e9os. La Galerie Chaque pi\u00e8ce raconte une histoire. Explorez les r\u00e9alisations de nos artistes \u2014tatouages polyn\u00e9siens, patutiki, r\u00e9alisme, fine line et cr\u00e9ations sur mesure. Prendre Rendez-Vous D\u00e9couvrez Notre Studio TOUT PAUL MATA REVATEA ATEANUI Chargement de la galerie... Ajoutez Votre Projet, \u00e0 la Galerie Ce que vous","canonical_url":"https:\/\/burnstattooshop.fr\/en\/galerie\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/burnstattooshop.fr\/en\/galerie\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/burnstattooshop.fr\/en#listItem","position":1,"name":"Home","item":"https:\/\/burnstattooshop.fr\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/burnstattooshop.fr\/en\/galerie\/#listItem","name":"Galerie"}},{"@type":"ListItem","@id":"https:\/\/burnstattooshop.fr\/en\/galerie\/#listItem","position":2,"name":"Galerie","previousItem":{"@type":"ListItem","@id":"https:\/\/burnstattooshop.fr\/en#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/burnstattooshop.fr\/en\/#organization","name":"Burns Tattoo Shop","description":"Salon de tatouage \u00e0 Tahiti sp\u00e9cialis\u00e9 en tatouage polyn\u00e9sien, marquisien, blackwork, fine line, r\u00e9alisme et cr\u00e9ations personnalis\u00e9es.","url":"https:\/\/burnstattooshop.fr\/en\/"},{"@type":"WebPage","@id":"https:\/\/burnstattooshop.fr\/en\/galerie\/#webpage","url":"https:\/\/burnstattooshop.fr\/en\/galerie\/","name":"Galerie - Burns Tattoo Shop","description":"Votre navigateur ne supporte pas la lecture de vid\u00e9os. La Galerie Chaque pi\u00e8ce raconte une histoire. Explorez les r\u00e9alisations de nos artistes \u2014tatouages polyn\u00e9siens, patutiki, r\u00e9alisme, fine line et cr\u00e9ations sur mesure. Prendre Rendez-Vous D\u00e9couvrez Notre Studio TOUT PAUL MATA REVATEA ATEANUI Chargement de la galerie... Ajoutez Votre Projet, \u00e0 la Galerie Ce que vous","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/burnstattooshop.fr\/en\/#website"},"breadcrumb":{"@id":"https:\/\/burnstattooshop.fr\/en\/galerie\/#breadcrumblist"},"datePublished":"2026-06-03T06:19:42+00:00","dateModified":"2026-07-01T20:03:21+00:00"},{"@type":"WebSite","@id":"https:\/\/burnstattooshop.fr\/en\/#website","url":"https:\/\/burnstattooshop.fr\/en\/","name":"Burns Tattoo Shop","description":"Salon de tatouage \u00e0 Tahiti sp\u00e9cialis\u00e9 en tatouage polyn\u00e9sien, marquisien, blackwork, fine line, r\u00e9alisme et cr\u00e9ations personnalis\u00e9es.","inLanguage":"en-US","publisher":{"@id":"https:\/\/burnstattooshop.fr\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Burns Tattoo Shop - Salon de tatouage \u00e0 Tahiti sp\u00e9cialis\u00e9 en tatouage polyn\u00e9sien, marquisien, blackwork, fine line, r\u00e9alisme et cr\u00e9ations personnalis\u00e9es.","og:type":"article","og:title":"Galerie - Burns Tattoo Shop","og:description":"Votre navigateur ne supporte pas la lecture de vid\u00e9os. La Galerie Chaque pi\u00e8ce raconte une histoire. Explorez les r\u00e9alisations de nos artistes \u2014tatouages polyn\u00e9siens, patutiki, r\u00e9alisme, fine line et cr\u00e9ations sur mesure. Prendre Rendez-Vous D\u00e9couvrez Notre Studio TOUT PAUL MATA REVATEA ATEANUI Chargement de la galerie... Ajoutez Votre Projet, \u00e0 la Galerie Ce que vous","og:url":"https:\/\/burnstattooshop.fr\/en\/galerie\/","article:published_time":"2026-06-03T06:19:42+00:00","article:modified_time":"2026-07-01T20:03:21+00:00","twitter:card":"summary_large_image","twitter:title":"Galerie - Burns Tattoo Shop","twitter:description":"Votre navigateur ne supporte pas la lecture de vid\u00e9os. La Galerie Chaque pi\u00e8ce raconte une histoire. Explorez les r\u00e9alisations de nos artistes \u2014tatouages polyn\u00e9siens, patutiki, r\u00e9alisme, fine line et cr\u00e9ations sur mesure. Prendre Rendez-Vous D\u00e9couvrez Notre Studio TOUT PAUL MATA REVATEA ATEANUI Chargement de la galerie... Ajoutez Votre Projet, \u00e0 la Galerie Ce que vous"},"aioseo_meta_data":{"post_id":"8","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-06-03 06:25:40","updated":"2026-07-01 20:38:32"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/burnstattooshop.fr\/en\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tGalerie\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/burnstattooshop.fr\/en"},{"label":"Galerie","link":"https:\/\/burnstattooshop.fr\/en\/galerie\/"}],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/burnstattooshop.fr\/en\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/burnstattooshop.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/burnstattooshop.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/burnstattooshop.fr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/burnstattooshop.fr\/en\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":555,"href":"https:\/\/burnstattooshop.fr\/en\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":4107,"href":"https:\/\/burnstattooshop.fr\/en\/wp-json\/wp\/v2\/pages\/8\/revisions\/4107"}],"wp:attachment":[{"href":"https:\/\/burnstattooshop.fr\/en\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}