{"id":1778,"date":"2023-09-15T14:07:17","date_gmt":"2023-09-15T14:07:17","guid":{"rendered":"https:\/\/www.buztinaga.com\/contact\/"},"modified":"2023-11-10T12:08:49","modified_gmt":"2023-11-10T12:08:49","slug":"contact","status":"publish","type":"page","link":"https:\/\/buztinaga.com\/fr\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<div class=\"wp-block-cover alignfull\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-70 has-background-dim\" style=\"background-color:#2c2c2c\"><\/span><video class=\"wp-block-cover__video-background intrinsic-ignore\" autoplay muted loop playsinline src=\"https:\/\/buztinaga.com\/wp-content\/uploads\/2023\/06\/pexels-fauxels-3255275-960x540-25fps.mp4\" data-object-fit=\"cover\"><\/video><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\"><div class=\"wp-bootstrap-blocks-container container mb-2 buzti-bloque-texto-gen col-lg-6\">\n\t\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity lis\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-white-color has-text-color\" id=\"h-buztinaga-un-espacio-para-compartir-conocimientos\">Buztinaga: un espace pour partager les connaissances<\/h2>\n\n\n<div class=\"wp-bootstrap-blocks-row row\">\n\t\n\n<div class=\"col-12 col-md-4\">\n\t\t\t\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><\/p>\n<cite>Peu importe le th\u00e8me de votre activit\u00e9, il y a toujours quelque chose \u00e0 apprendre des autres<\/cite><\/blockquote>\n\n\t<\/div>\n\n\n\n<div class=\"col-12 col-md-8\">\n\t\t\t\n\n<p class=\"has-white-color has-text-color\">\u00cates-vous un cr\u00e9ateur, un enseignant, un intellectuel ou, simplement, passionn\u00e9 par l&#8217;enseignement? Avez-vous quelque chose \u00e0 partager avec le monde?<\/p>\n\n\n\n<p class=\"has-white-color has-text-color\">\u00c0 <a href=\"https:\/\/buztinaga.com\/fr\/bienvenue-sur-buztinaga\/\"><strong>Buztinaga<\/strong><\/a>, un espace singulier dans la <a href=\"https:\/\/buztinaga.com\/fr\/category\/vallee-du-baztan\/\"><strong>vall\u00e9e de Baztan<\/strong><\/a>, nous avons un projet pour vous: partagez vos connaissances avec d&#8217;autres personnes avec les m\u00eames int\u00e9r\u00eats que vous.<\/p>\n\n\n\n<p class=\"has-white-color has-text-color\"><strong>Buztinaga<\/strong> est un endroit magique, mytory de l&#8217;histoire et de la culture. C&#8217;est l&#8217;endroit id\u00e9al pour rencontrer et apprendre.<\/p>\n\n\n\n<p class=\"has-white-color has-text-color\">Dans ce projet, nous voulons cr\u00e9er un espace pour l&#8217;\u00e9change de connaissances et d&#8217;exp\u00e9riences. Nous voulons que vous partagiez vos id\u00e9es avec d&#8217;autres professionnels de votre secteur et que vous en apprenez.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p class=\"has-white-color has-text-color\">\u00cates-vous int\u00e9ress\u00e9 \u00e0 participer? Utilisez le formulaire suivant:<\/p>\n\n\t<\/div>\n\n<\/div>\n\n<\/div>\n<\/div><\/div>\n<p class=\"wpcf7-contact-form-not-found\"><strong>Erreur\u00a0:<\/strong> Formulaire de contact non trouv\u00e9\u00a0!<\/p>\n\n<div class=\"wp-block-cover alignfull is-light buzti-contacto-mapa\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-white-background-color has-background-dim-0 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<div id=\"lmb_69e8ea91106fc\" class=\"map_block_leaflet alignfull\" style=\"height: 468px\"><\/div>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const markers = [{\"latlng\":[43.18251613924434195723733864724636077880859375,-1.4568901062011720970446049250313080847263336181640625],\"label\":\"Erratzu, Baztan, Baztan-Bidasoa, 31714, Espa\\u00f1a\",\"content\":\"\"}];\n        \n        const center = [51.505, -0.09];\n\n        const layer = L.tileLayer(\"https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png\", {\n\t\t\tattribution: '&copy; <a href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a>'\n\t\t});\n\n        const map = L.map(\"lmb_69e8ea91106fc\", { center: center, layers: [layer]});\n        map.scrollWheelZoom.disable();\n \n        if(markers.length > 0) {\n            markers.forEach( function(marker) {\n                const customIcon = marker.markerImage ? {\n                    url: marker.markerImage.url,\n                    width: marker.markerSize,\n                    height: marker.markerImage.height \/ marker.markerImage.width * marker.markerSize\n                } : null\n\n                const icon = customIcon\n                    ? new L.Icon({\n                        iconUrl: customIcon.url,\n                        iconSize: [customIcon.width, customIcon.height],\n                        iconAnchor: [customIcon.width \/ 2, customIcon.height],\n                        popupAnchor: [0, -customIcon.height \/ 1.25]\n                        })\n                    : new L.Icon.Default()\n\n                if(marker.content) {\n                    L.marker(marker.latlng, { icon: icon }).bindPopup(marker.content).addTo(map)\n                } else {\n                    L.marker(marker.latlng, { icon: icon }).addTo(map)\n                }\n            })\n\n            const bounds = markers.map(function(marker) {\n                return marker.latlng\n            })\n\n            map.fitBounds(bounds, {padding: [50, 50]})\n        }\n\n        const container = document.getElementById(\"lmb_69e8ea91106fc\");\n        \n        const observer = ResizeObserver && new ResizeObserver(function() {\n            map.invalidateSize(true);\n        });\n\n        observer && observer.observe(container);\n    });\n<\/script>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p> [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/buztinaga.com\/fr\/contact\/\">Read More&#8230;<span class=\"screen-reader-text\"> from Contact<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/fullwidthpage.php","meta":{"nf_dc_page":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1778","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact - Buztinaga<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/buztinaga.com\/fr\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - Buztinaga\" \/>\n<meta property=\"og:description\" content=\"[...]Read More... from Contact\" \/>\n<meta property=\"og:url\" content=\"https:\/\/buztinaga.com\/fr\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"Buztinaga\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-10T12:08:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/buztinaga.com\/wp-content\/uploads\/2023\/06\/DesignLogo200Siena.png\" \/>\n\t<meta property=\"og:image:width\" content=\"65\" \/>\n\t<meta property=\"og:image:height\" content=\"97\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\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:\\\/\\\/buztinaga.com\\\/fr\\\/contact\\\/\",\"url\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/contact\\\/\",\"name\":\"Contact - Buztinaga\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/#website\"},\"datePublished\":\"2023-09-15T14:07:17+00:00\",\"dateModified\":\"2023-11-10T12:08:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/contact\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/buztinaga.com\\\/fr\\\/contact\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/contact\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/\",\"name\":\"Buztinaga\",\"description\":\"Asociaci\u00f3n Buztinaga para la Cultura, Las Artes y el Bienestar\",\"publisher\":{\"@id\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/#organization\",\"name\":\"Asociaci\u00f3n para la Cultura, las Artes y el Bienestar.\",\"url\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/buztinaga.com\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/DesignLogo200Siena.png\",\"contentUrl\":\"https:\\\/\\\/buztinaga.com\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/DesignLogo200Siena.png\",\"width\":65,\"height\":97,\"caption\":\"Asociaci\u00f3n para la Cultura, las Artes y el Bienestar.\"},\"image\":{\"@id\":\"https:\\\/\\\/buztinaga.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/hicsunt.dracon.es\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - Buztinaga","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:\/\/buztinaga.com\/fr\/contact\/","og_locale":"fr_FR","og_type":"article","og_title":"Contact - Buztinaga","og_description":"[...]Read More... from Contact","og_url":"https:\/\/buztinaga.com\/fr\/contact\/","og_site_name":"Buztinaga","article_modified_time":"2023-11-10T12:08:49+00:00","og_image":[{"width":65,"height":97,"url":"https:\/\/buztinaga.com\/wp-content\/uploads\/2023\/06\/DesignLogo200Siena.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/buztinaga.com\/fr\/contact\/","url":"https:\/\/buztinaga.com\/fr\/contact\/","name":"Contact - Buztinaga","isPartOf":{"@id":"https:\/\/buztinaga.com\/fr\/#website"},"datePublished":"2023-09-15T14:07:17+00:00","dateModified":"2023-11-10T12:08:49+00:00","breadcrumb":{"@id":"https:\/\/buztinaga.com\/fr\/contact\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/buztinaga.com\/fr\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/buztinaga.com\/fr\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/buztinaga.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/buztinaga.com\/fr\/#website","url":"https:\/\/buztinaga.com\/fr\/","name":"Buztinaga","description":"Asociaci\u00f3n Buztinaga para la Cultura, Las Artes y el Bienestar","publisher":{"@id":"https:\/\/buztinaga.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/buztinaga.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/buztinaga.com\/fr\/#organization","name":"Asociaci\u00f3n para la Cultura, las Artes y el Bienestar.","url":"https:\/\/buztinaga.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/buztinaga.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/buztinaga.com\/wp-content\/uploads\/2023\/06\/DesignLogo200Siena.png","contentUrl":"https:\/\/buztinaga.com\/wp-content\/uploads\/2023\/06\/DesignLogo200Siena.png","width":65,"height":97,"caption":"Asociaci\u00f3n para la Cultura, las Artes y el Bienestar."},"image":{"@id":"https:\/\/buztinaga.com\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/hicsunt.dracon.es\/"]}]}},"_links":{"self":[{"href":"https:\/\/buztinaga.com\/fr\/wp-json\/wp\/v2\/pages\/1778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/buztinaga.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/buztinaga.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/buztinaga.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/buztinaga.com\/fr\/wp-json\/wp\/v2\/comments?post=1778"}],"version-history":[{"count":2,"href":"https:\/\/buztinaga.com\/fr\/wp-json\/wp\/v2\/pages\/1778\/revisions"}],"predecessor-version":[{"id":1791,"href":"https:\/\/buztinaga.com\/fr\/wp-json\/wp\/v2\/pages\/1778\/revisions\/1791"}],"wp:attachment":[{"href":"https:\/\/buztinaga.com\/fr\/wp-json\/wp\/v2\/media?parent=1778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}