{"id":340,"date":"2026-07-06T09:36:07","date_gmt":"2026-07-06T07:36:07","guid":{"rendered":"https:\/\/ebcreation.fr\/?page_id=340"},"modified":"2026-07-06T09:36:07","modified_gmt":"2026-07-06T07:36:07","slug":"accueil-nouvelle","status":"publish","type":"page","link":"https:\/\/ebcreation.fr\/","title":{"rendered":"Accueil (nouvelle)"},"content":{"rendered":"\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@500;600;700&display=swap');\n\n#ebc-home {\n  --ardoise: #1F2933;\n  --teal: #14B8A6;\n  --teal-dark: #0F766E;\n  --bg: #FFFFFF;\n  --bg-alt: #F4F5F3;\n  --text: #1A1A1A;\n  --soft: #5A6572;\n  --border: #E3E6E3;\n  font-family: 'DM Sans', system-ui, sans-serif;\n  color: var(--text);\n  line-height: 1.6;\n  background: var(--bg);\n}\n#ebc-home * { box-sizing: border-box; margin: 0; padding: 0; }\n#ebc-home .wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }\n#ebc-home section { padding: 52px 0; }\n#ebc-home .alt { background: var(--bg-alt); }\n#ebc-home h1, #ebc-home h2, #ebc-home h3 {\n  font-family: 'Space Grotesk', sans-serif; color: var(--ardoise);\n  line-height: 1.2; letter-spacing: -0.01em;\n}\n#ebc-home h1 { font-size: clamp(1.7rem, 3.6vw, 2.3rem); font-weight: 700; }\n#ebc-home h2 { font-size: clamp(1.25rem, 2.3vw, 1.55rem); font-weight: 600; margin-bottom: 14px; }\n#ebc-home h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; }\n#ebc-home p { color: var(--text); }\n#ebc-home .lead { font-size: 1rem; color: var(--soft); max-width: 660px; }\n#ebc-home a { color: var(--teal-dark); text-decoration: none; }\n#ebc-home a:hover { text-decoration: underline; }\n\n\/* Boutons *\/\n#ebc-home .btn {\n  display: inline-block; background: var(--teal); color: #fff;\n  font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 1rem;\n  padding: 13px 26px; border-radius: 8px; transition: background 0.2s;\n}\n#ebc-home .btn:hover { background: var(--teal-dark); text-decoration: none; }\n#ebc-home .btn-ghost {\n  display: inline-block; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45);\n  font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 1rem;\n  padding: 12px 24px; border-radius: 8px; transition: border-color .2s, background .2s; margin-left: 10px;\n}\n#ebc-home .btn-ghost:hover { border-color: var(--teal); background: rgba(20,184,166,.12); text-decoration: none; }\n\n\/* H\u00e9ro (bandeau ardoise) *\/\n#ebc-home .hero { background: var(--ardoise); color: #fff; padding: 68px 0; }\n#ebc-home .hero h1 { color: #fff; margin-bottom: 18px; max-width: 820px; }\n#ebc-home .hero .lead { color: #C7CDD4; margin-bottom: 28px; }\n#ebc-home .hero .accent { color: var(--teal); }\n#ebc-home .hero-logo { width: 300px; max-width: 70%; height: auto; display: block; margin-bottom: 24px; }\n#ebc-home .hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: center; }\n#ebc-home .hero-visual img { width: 100%; height: auto; display: block; }\n@media (max-width: 820px) {\n  #ebc-home .hero-grid { grid-template-columns: 1fr; gap: 30px; }\n  #ebc-home .hero-visual { max-width: 440px; }\n  #ebc-home .btn-ghost { margin-left: 0; margin-top: 12px; }\n}\n\n\/* Services (cartes cliquables) *\/\n#ebc-home .svc { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; margin-top: 34px; align-items: stretch; }\n#ebc-home .svc-card {\n  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border);\n  border-radius: 12px; padding: 26px; transition: transform .15s, box-shadow .15s, border-color .15s;\n}\n#ebc-home .svc-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(31,41,51,.09); border-color: var(--teal); text-decoration: none; }\n#ebc-home .svc-card .ico { font-size: 1.9rem; display: block; margin-bottom: 12px; }\n#ebc-home .svc-card h3 { color: var(--ardoise); }\n#ebc-home .svc-card p { color: var(--soft); flex-grow: 1; }\n#ebc-home .svc-card .more { color: var(--teal-dark); font-weight: 500; margin-top: 14px; font-size: .95rem; }\n#ebc-home .svc-card.feat { border: 2px solid var(--teal); position: relative; }\n#ebc-home .svc-card .badge {\n  position: absolute; top: -13px; left: 24px; background: var(--teal); color: #fff;\n  font-size: 0.76rem; font-weight: 500; padding: 4px 13px; border-radius: 20px;\n}\n\n\/* Intro *\/\n#ebc-home .intro p { color: var(--soft); max-width: 780px; margin-bottom: 14px; }\n#ebc-home .intro p strong { color: var(--text); }\n\n\/* CTA final (ardoise) *\/\n#ebc-home .final { background: var(--ardoise); color: #fff; text-align: center; }\n#ebc-home .final h2 { color: #fff; }\n#ebc-home .final .lead { color: #C7CDD4; margin: 0 auto 26px; }\n#ebc-home .final .coord { margin-top: 22px; color: #C7CDD4; font-size: 1rem; }\n#ebc-home .final .coord a { color: var(--teal); }\n#ebc-home .center { text-align: center; }\n#ebc-home .mt40 { margin-top: 32px; }\n\n@media (max-width: 640px) {\n  #ebc-home section { padding: 44px 0; }\n  #ebc-home .hero { padding: 58px 0; }\n}\n<\/style>\n\n<div id=\"ebc-home\">\n\n  <!-- 1. H\u00c9RO \u2014 automatisation en avant -->\n  <section class=\"hero\">\n    <div class=\"wrap hero-grid\">\n      <div class=\"hero-text\">\n        <img decoding=\"async\" class=\"hero-logo\" src=\"http:\/\/ebcreation.fr\/wp-content\/uploads\/2026\/07\/Logo-2026_06-negatif-copie.svg\" alt=\"EBCr\u00e9ation \u2014 L'automatisation au service des TPE\">\n        <h1>Automatisez vos t\u00e2ches r\u00e9p\u00e9titives et gagnez <span class=\"accent\">des heures<\/span> chaque semaine.<\/h1>\n        <p class=\"lead\">Expert num\u00e9rique en Charente-Maritime, j&rsquo;aide les TPE et les ind\u00e9pendants \u00e0 faire tourner leurs t\u00e2ches r\u00e9p\u00e9titives toutes seules \u2014 devis, relances, publications, paperasse. Et bien plus : formation, graphisme, impression 3D.<\/p>\n        <a class=\"btn\" href=\"https:\/\/ebcreation.fr\/index.php\/automatisation-ia\/\">D\u00e9couvrir l&rsquo;automatisation<\/a>\n        <a class=\"btn-ghost\" href=\"https:\/\/ebcreation.fr\/index.php\/contactez-moi\/\">Me contacter<\/a>\n      <\/div>\n      <div class=\"hero-visual\">\n        <img decoding=\"async\" src=\"http:\/\/ebcreation.fr\/wp-content\/uploads\/2026\/07\/B2Bok.png\" alt=\"Illustration d'un flux de t\u00e2ches qui s'automatisent\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 2. SERVICES -->\n  <section>\n    <div class=\"wrap\">\n      <h2 class=\"center\">Ce que je peux faire pour vous<\/h2>\n      <p class=\"lead center\" style=\"margin:0 auto;\">Un seul interlocuteur local pour votre num\u00e9rique \u2014 de l&rsquo;automatisation \u00e0 la cr\u00e9ation.<\/p>\n      <div class=\"svc\">\n\n        <a class=\"svc-card feat\" href=\"https:\/\/ebcreation.fr\/index.php\/automatisation-ia\/\">\n          <span class=\"badge\">\u2728 Nouveau<\/span>\n          <span class=\"ico\">\ud83e\udd16<\/span>\n          <h3>Automatisation &amp; IA<\/h3>\n          <p>Vos t\u00e2ches r\u00e9p\u00e9titives tournent toutes seules. Mises en place une fois, elles vous font gagner des heures chaque semaine.<\/p>\n          <span class=\"more\">En savoir plus \u2192<\/span>\n        <\/a>\n\n        <a class=\"svc-card\" href=\"https:\/\/ebcreation.fr\/index.php\/formation\/\">\n          <span class=\"ico\">\ud83c\udf93<\/span>\n          <h3>Formation Pro<\/h3>\n          <p>Montez en comp\u00e9tences sur vos outils num\u00e9riques (bureautique, autonomie digitale), \u00e0 votre rythme et sur vos besoins r\u00e9els.<\/p>\n          <span class=\"more\">En savoir plus \u2192<\/span>\n        <\/a>\n\n        <a class=\"svc-card\" href=\"https:\/\/ebcreation.fr\/index.php\/impression3d-conception\/\">\n          <span class=\"ico\">\ud83d\udda8\ufe0f<\/span>\n          <h3>Impression 3D<\/h3>\n          <p>Prototypes, pi\u00e8ces uniques ou cr\u00e9ations personnalis\u00e9es : de la conception \u00e0 l&rsquo;impression, avec pr\u00e9cision.<\/p>\n          <span class=\"more\">En savoir plus \u2192<\/span>\n        <\/a>\n\n        <a class=\"svc-card\" href=\"https:\/\/ebcreation.fr\/index.php\/graphisme\/\">\n          <span class=\"ico\">\ud83c\udfa8<\/span>\n          <h3>Graphisme<\/h3>\n          <p>Logos, identit\u00e9s visuelles, flyers, affiches, supports print et digitaux pour valoriser votre image.<\/p>\n          <span class=\"more\">En savoir plus \u2192<\/span>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 3. QUI SUIS-JE -->\n  <section class=\"alt intro\">\n    <div class=\"wrap\">\n      <h2>Le num\u00e9rique, ma passion \u00e0 votre service<\/h2>\n      <p>Depuis plus de dix ans, j&rsquo;exerce comme <strong>formateur professionnel en num\u00e9rique<\/strong>, sp\u00e9cialis\u00e9 dans la bureautique et l&rsquo;accompagnement aux outils digitaux. J&rsquo;aide professionnels, particuliers et structures \u00e9ducatives \u00e0 gagner en autonomie et \u00e0 d\u00e9velopper de vraies comp\u00e9tences pratiques.<\/p>\n      <p>Aujourd&rsquo;hui, je mets cette expertise au service d&rsquo;un enjeu concret pour les petites entreprises : <strong>r\u00e9cup\u00e9rer le temps mang\u00e9 par les t\u00e2ches r\u00e9p\u00e9titives<\/strong>, gr\u00e2ce \u00e0 des automatisations sur mesure \u2014 sans embaucher, sans abonnement qui gonfle, et avec un outil qui vous appartient.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- 4. CONFIANCE \/ LOCAL -->\n  <section>\n    <div class=\"wrap\">\n      <h2>Un partenaire local, transparent<\/h2>\n      <p class=\"lead\">Situ\u00e9 entre <strong>Saintes, Royan et Jonzac<\/strong>, je suis votre partenaire de proximit\u00e9 pour un accompagnement professionnel, complet et adapt\u00e9 \u00e0 chaque projet. Je documente aussi publiquement mes m\u00e9thodes sur mon blog <a href=\"https:\/\/zefrenchgeek.fr\" target=\"_blank\" rel=\"noopener\">Ze French Geek<\/a> \u2014 vous pouvez voir mon travail avant m\u00eame de me contacter.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- 5. CTA FINAL -->\n  <section class=\"final\" id=\"contact\">\n    <div class=\"wrap\">\n      <h2>Parlons de votre entreprise<\/h2>\n      <p class=\"lead\">Un caf\u00e9 ou un appel de 15 minutes, sans engagement. Je vous montre un exemple concret adapt\u00e9 \u00e0 votre m\u00e9tier.<\/p>\n      <a class=\"btn\" href=\"tel:+33786966225\">Prendre contact<\/a>\n      <p class=\"coord\">\n        \ud83d\udcde <a href=\"tel:+33786966225\">07 86 96 62 25<\/a>&nbsp;&nbsp;\u00b7&nbsp;&nbsp;\n        \u2709\ufe0f <a href=\"mailto:emmanuel@ebcreation.fr\">emmanuel@ebcreation.fr<\/a>\n      <\/p>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Automatisez vos t\u00e2ches r\u00e9p\u00e9titives et gagnez des heures chaque semaine. Expert num\u00e9rique en Charente-Maritime, j&rsquo;aide les TPE et les ind\u00e9pendants \u00e0 faire tourner leurs t\u00e2ches r\u00e9p\u00e9titives toutes seules \u2014 devis, relances, publications, paperasse. Et bien plus : formation, graphisme, impression 3D. D\u00e9couvrir l&rsquo;automatisation Me contacter Ce que je peux faire pour vous Un seul interlocuteur [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-340","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Accueil (nouvelle) - EB Cr\u00e9ation<\/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:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Accueil (nouvelle) - EB Cr\u00e9ation\" \/>\n<meta property=\"og:description\" content=\"Automatisez vos t\u00e2ches r\u00e9p\u00e9titives et gagnez des heures chaque semaine. Expert num\u00e9rique en Charente-Maritime, j&rsquo;aide les TPE et les ind\u00e9pendants \u00e0 faire tourner leurs t\u00e2ches r\u00e9p\u00e9titives toutes seules \u2014 devis, relances, publications, paperasse. Et bien plus : formation, graphisme, impression 3D. D\u00e9couvrir l&rsquo;automatisation Me contacter Ce que je peux faire pour vous Un seul interlocuteur [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/\" \/>\n<meta property=\"og:site_name\" content=\"EB Cr\u00e9ation\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ebcreation17\/\" \/>\n<meta property=\"og:image\" content=\"http:\/\/ebcreation.fr\/wp-content\/uploads\/2026\/07\/Logo-2026_06-negatif-copie.svg\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/\",\"url\":\"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/\",\"name\":\"Accueil (nouvelle) - EB Cr\u00e9ation\",\"isPartOf\":{\"@id\":\"http:\/\/ebcreation.fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/ebcreation.fr\/wp-content\/uploads\/2026\/07\/Logo-2026_06-negatif-copie.svg\",\"datePublished\":\"2026-07-06T07:36:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/#primaryimage\",\"url\":\"http:\/\/ebcreation.fr\/wp-content\/uploads\/2026\/07\/Logo-2026_06-negatif-copie.svg\",\"contentUrl\":\"http:\/\/ebcreation.fr\/wp-content\/uploads\/2026\/07\/Logo-2026_06-negatif-copie.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accueil (nouvelle)\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/ebcreation.fr\/#website\",\"url\":\"http:\/\/ebcreation.fr\/\",\"name\":\"ebcreation.fr\",\"description\":\"Le num\u00e9rique, ma passion \u00e0 votre service.\",\"publisher\":{\"@id\":\"http:\/\/ebcreation.fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/ebcreation.fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/ebcreation.fr\/#organization\",\"name\":\"Eb Cr\u00e9ation\",\"url\":\"http:\/\/ebcreation.fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"http:\/\/ebcreation.fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ebcreation.fr\/wp-content\/uploads\/2024\/06\/Logo-2022-600.png\",\"contentUrl\":\"https:\/\/ebcreation.fr\/wp-content\/uploads\/2024\/06\/Logo-2022-600.png\",\"width\":600,\"height\":241,\"caption\":\"Eb Cr\u00e9ation\"},\"image\":{\"@id\":\"http:\/\/ebcreation.fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ebcreation17\/\",\"https:\/\/www.instagram.com\/ebcreation17\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Accueil (nouvelle) - EB Cr\u00e9ation","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:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/","og_locale":"fr_FR","og_type":"article","og_title":"Accueil (nouvelle) - EB Cr\u00e9ation","og_description":"Automatisez vos t\u00e2ches r\u00e9p\u00e9titives et gagnez des heures chaque semaine. Expert num\u00e9rique en Charente-Maritime, j&rsquo;aide les TPE et les ind\u00e9pendants \u00e0 faire tourner leurs t\u00e2ches r\u00e9p\u00e9titives toutes seules \u2014 devis, relances, publications, paperasse. Et bien plus : formation, graphisme, impression 3D. D\u00e9couvrir l&rsquo;automatisation Me contacter Ce que je peux faire pour vous Un seul interlocuteur [&hellip;]","og_url":"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/","og_site_name":"EB Cr\u00e9ation","article_publisher":"https:\/\/www.facebook.com\/ebcreation17\/","og_image":[{"url":"http:\/\/ebcreation.fr\/wp-content\/uploads\/2026\/07\/Logo-2026_06-negatif-copie.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/","url":"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/","name":"Accueil (nouvelle) - EB Cr\u00e9ation","isPartOf":{"@id":"http:\/\/ebcreation.fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/#primaryimage"},"image":{"@id":"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/#primaryimage"},"thumbnailUrl":"http:\/\/ebcreation.fr\/wp-content\/uploads\/2026\/07\/Logo-2026_06-negatif-copie.svg","datePublished":"2026-07-06T07:36:07+00:00","breadcrumb":{"@id":"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/#primaryimage","url":"http:\/\/ebcreation.fr\/wp-content\/uploads\/2026\/07\/Logo-2026_06-negatif-copie.svg","contentUrl":"http:\/\/ebcreation.fr\/wp-content\/uploads\/2026\/07\/Logo-2026_06-negatif-copie.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/ebcreation.fr\/index.php\/accueil-nouvelle\/"},{"@type":"ListItem","position":2,"name":"Accueil (nouvelle)"}]},{"@type":"WebSite","@id":"http:\/\/ebcreation.fr\/#website","url":"http:\/\/ebcreation.fr\/","name":"ebcreation.fr","description":"Le num\u00e9rique, ma passion \u00e0 votre service.","publisher":{"@id":"http:\/\/ebcreation.fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/ebcreation.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"http:\/\/ebcreation.fr\/#organization","name":"Eb Cr\u00e9ation","url":"http:\/\/ebcreation.fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"http:\/\/ebcreation.fr\/#\/schema\/logo\/image\/","url":"https:\/\/ebcreation.fr\/wp-content\/uploads\/2024\/06\/Logo-2022-600.png","contentUrl":"https:\/\/ebcreation.fr\/wp-content\/uploads\/2024\/06\/Logo-2022-600.png","width":600,"height":241,"caption":"Eb Cr\u00e9ation"},"image":{"@id":"http:\/\/ebcreation.fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ebcreation17\/","https:\/\/www.instagram.com\/ebcreation17\/"]}]}},"_links":{"self":[{"href":"https:\/\/ebcreation.fr\/index.php\/wp-json\/wp\/v2\/pages\/340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ebcreation.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ebcreation.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ebcreation.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ebcreation.fr\/index.php\/wp-json\/wp\/v2\/comments?post=340"}],"version-history":[{"count":1,"href":"https:\/\/ebcreation.fr\/index.php\/wp-json\/wp\/v2\/pages\/340\/revisions"}],"predecessor-version":[{"id":341,"href":"https:\/\/ebcreation.fr\/index.php\/wp-json\/wp\/v2\/pages\/340\/revisions\/341"}],"wp:attachment":[{"href":"https:\/\/ebcreation.fr\/index.php\/wp-json\/wp\/v2\/media?parent=340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}