{"id":147732,"date":"2026-05-11T12:08:55","date_gmt":"2026-05-11T10:08:55","guid":{"rendered":"https:\/\/www.retaildetail.be\/?post_type=event&#038;p=147732"},"modified":"2026-05-11T12:33:28","modified_gmt":"2026-05-11T10:33:28","slug":"retail-marketing-day-2026-fr","status":"publish","type":"event","link":"https:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/","title":{"rendered":"RETAIL MARKETING DAY 2026"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Retail Marketing Day 2026 \u2014 FR<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto+Slab:wght@400;700;900&#038;family=Roboto:wght@400;500;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root { --red:#CC0000; --black:#111; --yellow:#F5A623; --purple-dark:#3a0028; --purple-mid:#7a0050; --gray:#f4f4f4; }\n  * { margin:0; padding:0; box-sizing:border-box; }\n  body { font-family:'Roboto',sans-serif; color:#222; background:#fff; }\n\n  #sticky-nav { position:fixed; top:0; left:0; right:0; z-index:1000; background:#fff; border-bottom:3px solid var(--red); display:flex; align-items:center; justify-content:flex-end; padding:10px 40px; box-shadow:0 2px 12px rgba(0,0,0,0.12); transform:translateY(-100%); transition:transform 0.3s ease; }\n  #sticky-nav.visible { transform:translateY(0); }\n  .nav-cta { background:var(--yellow); color:var(--black); border:none; padding:10px 24px; font-family:'Roboto Slab',serif; font-weight:700; font-size:13px; letter-spacing:1px; text-transform:uppercase; cursor:pointer; border-radius:3px; text-decoration:none; display:inline-block; }\n  .nav-cta:hover { background:#e09400; }\n  .hero { padding:60px 60px 0; background:#fff; }\n  .hero-title { font-family:'Roboto Slab',serif; font-weight:900; line-height:0.95; margin-bottom:16px; padding-top:20px; }\n  .hero-title .line1 { font-size:clamp(44px,13vw,130px); color:var(--black); display:block; }\n  .hero-title .line2 { font-size:clamp(44px,13vw,130px); display:block; background:linear-gradient(90deg,#b3005e 0%,var(--red) 40%,var(--yellow) 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }\n  .hero-title .line3 { font-size:clamp(44px,13vw,130px); color:var(--black); display:block; }\n  .hero-tagline { font-family:'Roboto Slab',serif; font-weight:700; font-size:clamp(20px,3vw,36px); color:var(--red); margin-left:4px; display:inline-block; }\n  .info-bar { background:linear-gradient(90deg,var(--purple-dark) 0%,var(--purple-mid) 40%,#c04000 70%,var(--yellow) 100%); padding:40px 60px; display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; margin-top:32px; }\n  .info-block { color:#fff; }\n  .info-block .label { font-size:10px; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,0.7); margin-bottom:8px; display:flex; align-items:center; gap:8px; }\n  .info-block .label svg { width:16px; height:16px; }\n  .info-block .value { font-family:'Roboto Slab',serif; font-weight:700; font-size:clamp(28px,4vw,48px); color:var(--yellow); line-height:1; }\n  .info-block .value span { font-size:clamp(16px,2vw,22px); font-weight:400; color:#fff; }\n  .info-block .value-text { font-family:'Roboto Slab',serif; font-weight:700; font-size:clamp(18px,2.5vw,28px); color:var(--yellow); line-height:1.2; }\n  .info-block .sub { font-size:12px; color:rgba(255,255,255,0.8); margin-top:4px; letter-spacing:1px; text-transform:uppercase; }\n  .divider-v { border-left:1px solid rgba(255,255,255,0.25); padding-left:40px; }\n  .section-label { font-size:22px; letter-spacing:3px; text-transform:uppercase; color:var(--red); font-weight:900; font-family:'Roboto Slab',serif; margin-bottom:16px; }\n  .registration { background:#fff; padding:60px; border-bottom:4px solid var(--gray); }\n  .registration h2 { font-family:'Roboto Slab',serif; font-weight:900; font-size:clamp(28px,4vw,48px); color:var(--black); margin-bottom:16px; }\n  .registration p { color:#666; font-size:16px; margin-bottom:32px; max-width:600px; }\n  .about { padding:70px 60px; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }\n  .about-text h2 { font-family:'Roboto Slab',serif; font-weight:900; font-size:clamp(24px,3vw,38px); color:var(--black); margin-bottom:20px; line-height:1.2; margin-top:10px; }\n  .about-text p { color:#555; line-height:1.8; font-size:16px; margin-bottom:16px; }\n  .about-stat { background:linear-gradient(135deg,var(--purple-dark),#7a0050); border-radius:8px; padding:40px; color:#fff; display:grid; grid-template-columns:1fr 1fr; gap:24px; }\n  .stat-item { text-align:center; }\n  .stat-num { font-family:'Roboto Slab',serif; font-weight:900; font-size:48px; color:var(--yellow); line-height:1; }\n  .stat-desc { font-size:13px; color:rgba(255,255,255,0.8); margin-top:6px; text-transform:uppercase; letter-spacing:1px; }\n  .speakers { padding:70px 60px; background:#fff; }\n  .speakers-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }\n  .speaker-card { perspective:1000px; cursor:pointer; }\n  .speaker-card-inner { position:relative; width:100%; padding-top:calc(133.3% + 68px); transform-style:preserve-3d; transition:transform 0.65s ease; }\n  .speaker-card.flipped .speaker-card-inner { transform:rotateY(180deg); }\n  @media (hover:hover) and (pointer:fine) {\n    .speaker-card:hover .speaker-card-inner { transform:rotateY(180deg); }\n  }\n  .speaker-flip-hint { position:absolute; top:12px; right:12px; z-index:3; background:rgba(255,255,255,0.95); color:var(--black); border-radius:999px; padding:6px 11px 6px 9px; font-size:10px; font-weight:700; letter-spacing:1px; text-transform:uppercase; font-family:'Roboto',sans-serif; display:flex; align-items:center; gap:5px; box-shadow:0 2px 8px rgba(0,0,0,0.25); pointer-events:none; animation:flipHintPulse 2.4s ease-in-out infinite; }\n  .speaker-flip-hint svg { width:11px; height:11px; stroke:var(--red); stroke-width:2.2; fill:none; }\n  .speaker-flip-hint .hint-tap { display:none; }\n  .speaker-flip-hint .hint-hover { display:inline; }\n  @media (hover:none), (pointer:coarse) {\n    .speaker-flip-hint .hint-tap { display:inline; }\n    .speaker-flip-hint .hint-hover { display:none; }\n  }\n  @keyframes flipHintPulse { 0%,100% { transform:scale(1); opacity:0.95; } 50% { transform:scale(1.06); opacity:1; } }\n  .speaker-card.flipped .speaker-flip-hint,\n  .speaker-card:hover .speaker-flip-hint { opacity:0; transition:opacity 0.2s ease; }\n  .speaker-front, .speaker-back { position:absolute; inset:0; backface-visibility:hidden; -webkit-backface-visibility:hidden; border-radius:4px; overflow:hidden; }\n  .speaker-front { display:flex; flex-direction:column; background:linear-gradient(160deg,#3a0028 0%,#7a0050 50%,#c04000 100%); }\n  .speaker-front-topbar { height:4px; background:var(--red); flex-shrink:0; }\n  .speaker-front-photo { width:100%; padding-top:133.3%; position:relative; overflow:hidden; flex-shrink:0; }\n  .speaker-front-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:top center; display:block; }\n  .speaker-front-overlay { background:#111; padding:10px 14px; flex-shrink:0; }\n  .speaker-front-overlay h4 { font-family:'Roboto Slab',serif; font-weight:700; font-size:clamp(13px,1.4vw,15px); color:#fff; margin-bottom:3px; line-height:1.3; }\n  .speaker-front-overlay .role { font-size:11px; color:var(--yellow); font-weight:700; text-transform:uppercase; letter-spacing:1px; }\n  .speaker-front-overlay .company { font-size:11px; color:rgba(255,255,255,0.7); margin-top:2px; }\n  .speaker-logo-strip { display:none; }\n  .speaker-back { background:var(--red); transform:rotateY(180deg); display:flex; flex-direction:column; justify-content:flex-start; padding:0; overflow:hidden; }\n  .speaker-back-header { padding:20px 18px 16px; border-bottom:2px solid rgba(255,255,255,0.2); }\n  .speaker-back-header h4 { font-family:'Roboto Slab',serif; font-weight:900; font-size:clamp(16px,2vw,22px); color:#fff; line-height:1.2; margin-bottom:4px; }\n  .speaker-back-header .role { font-size:11px; color:rgba(255,255,255,0.75); font-weight:700; text-transform:uppercase; letter-spacing:1.5px; margin-top:2px; }\n  .speaker-back-header .company { font-size:13px; color:rgba(255,255,255,0.9); font-weight:700; margin-top:2px; }\n  .speaker-back-teaser { flex:1; padding:18px; display:flex; align-items:flex-start; }\n  .speaker-back-teaser p { font-size:14px; color:rgba(255,255,255,0.92); line-height:1.75; }\n  .programme { padding:70px 60px; background:var(--gray); }\n  .agenda-item { display:grid; grid-template-columns:60px 90px 1fr; border-top:1px solid #ddd; padding:12px 0; gap:16px; align-items:center; }\n  .agenda-item:last-child { border-bottom:1px solid #ddd; }\n  .agenda-time { font-family:'Roboto Slab',serif; font-weight:700; color:var(--red); font-size:15px; }\n  .agenda-content h4 { font-family:'Roboto Slab',serif; font-weight:700; font-size:15px; color:var(--black); }\n  .agenda-content p { font-size:13px; color:#999; margin-top:1px; }\n  .agenda-tag { display:inline-block; background:var(--red); color:#fff; font-size:9px; letter-spacing:1px; text-transform:uppercase; padding:2px 7px; border-radius:2px; font-weight:700; white-space:nowrap; }\n  .agenda-tag.yellow { background:var(--yellow); color:var(--black); }\n  .agenda-tag.dark { background:var(--black); }\n  .sponsors { padding:60px; background:#fff; border-top:1px solid #eee; }\n  .tier-label { font-size:10px; letter-spacing:3px; text-transform:uppercase; color:#aaa; font-weight:700; text-align:center; margin-bottom:16px; }\n  .sponsor-logos { display:flex; flex-wrap:wrap; gap:48px; justify-content:center; align-items:center; margin-bottom:32px; }\n  .sponsor-logo-img { height:110px; width:auto; object-fit:contain; }\n  .sponsor-cta { margin-top:48px; padding:48px 40px; background:var(--gray); border-radius:8px; text-align:center; }\n  .sponsor-cta p { font-size:20px; color:#444; margin-bottom:20px; font-family:'Roboto Slab',serif; font-weight:700; }\n  .sponsor-cta a { display:inline-block; background:var(--red); color:#fff; font-family:'Roboto Slab',serif; font-weight:700; font-size:15px; letter-spacing:1px; text-transform:uppercase; padding:16px 36px; border-radius:3px; text-decoration:none; }\n  .sponsor-cta a:hover { background:#aa0000; }\n  .practical { padding:70px 60px 40px; background:var(--black); }\n  .practical .section-label { color:var(--yellow); }\n  .practical-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; margin-bottom:48px; }\n  .practical-item .icon { width:40px; height:40px; color:var(--yellow); margin-bottom:16px; }\n  .practical-item h4 { font-family:'Roboto Slab',serif; font-weight:700; font-size:20px; color:var(--yellow); margin-bottom:8px; }\n  .practical-item p { color:rgba(255,255,255,0.7); font-size:15px; line-height:1.7; }\n  .practical-item a { color:var(--yellow); text-decoration:none; }\n  .map-wrap { border-radius:6px; overflow:hidden; border:4px solid var(--yellow); }\n  .map-note { background:var(--yellow); padding:14px 20px; display:flex; align-items:center; gap:10px; font-size:15px; font-weight:700; color:var(--black); font-family:'Roboto Slab',serif; }\n  .map-note svg { width:22px; height:22px; flex-shrink:0; }\n  .map-wrap iframe { width:100%; height:400px; border:none; display:block; }\n  .rmd-footer { display:none; }\n  .mobile-cta { display:none; position:fixed; bottom:0; left:0; right:0; z-index:999; background:var(--yellow); padding:16px 24px; text-align:center; box-shadow:0 -4px 20px rgba(0,0,0,0.2); }\n  .mobile-cta a { font-family:'Roboto Slab',serif; font-weight:700; font-size:15px; letter-spacing:2px; text-transform:uppercase; color:var(--black); text-decoration:none; }\n  @media(max-width:900px){\n    .hero{padding:40px 24px 0;} .info-bar{padding:32px 24px;grid-template-columns:1fr;}\n    .divider-v{border-left:none;padding-left:0;border-top:1px solid rgba(255,255,255,0.2);padding-top:24px;}\n    .about{grid-template-columns:1fr;padding:50px 24px;gap:32px;}\n    .programme,.speakers,.practical,.registration,.sponsors{padding:50px 24px;}\n    .speakers-grid{grid-template-columns:repeat(2,1fr);gap:20px;}\n    .practical-grid{grid-template-columns:1fr;gap:32px;}\n    #sticky-nav{padding:10px 20px;} .mobile-cta{display:block;}\n  }\n  @media(max-width:560px){ .speakers-grid{grid-template-columns:1fr;} .sponsor-logos{gap:32px;} .sponsor-logo-img{height:70px;} }\n<\/style>\n<\/head>\n<body>\n\n<nav id=\"sticky-nav\">\n  <a href=\"#registration\" class=\"nav-cta\">R\u00e9servez votre place \u2192<\/a>\n<\/nav>\n\n<section class=\"hero\">\n  <div class=\"hero-title\">\n    <span class=\"line1\">RETAIL<\/span>\n    <span class=\"line2\">MARKETING<\/span>\n    <span class=\"line3\">DAY<\/span>\n  <\/div>\n  <p class=\"hero-tagline\">Changing the game.<\/p>\n<\/section>\n\n<div class=\"info-bar\">\n  <div class=\"info-block\">\n    <div class=\"label\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>Save the Date<\/div>\n    <div class=\"value\">24 <span>SEPTEMBRE<br>2026<\/span><\/div>\n  <\/div>\n  <div class=\"info-block divider-v\">\n    <div class=\"label\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>Lieu<\/div>\n    <div class=\"value-text\">Trademart<\/div>\n    <div class=\"sub\">Bruxelles \u00b7 Avec vue sur l&rsquo;Atomium<\/div>\n  <\/div>\n  <div class=\"info-block divider-v\">\n    <div class=\"label\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"1\" y=\"8\" width=\"22\" height=\"10\" rx=\"2\"\/><path d=\"M5 8V6a2 2 0 012-2h10a2 2 0 012 2v2\"\/><circle cx=\"8\" cy=\"16\" r=\"1\" fill=\"currentColor\"\/><circle cx=\"16\" cy=\"16\" r=\"1\" fill=\"currentColor\"\/><\/svg>Comment y venir<\/div>\n    <div class=\"value-text\">Parking Gratuit P2<\/div>\n    <div class=\"sub\">Madridlaan 130 \u00b7 Pr\u00e8s de la sortie A12<\/div>\n  <\/div>\n<\/div>\n\n<section class=\"registration\" id=\"registration\">\n  <div class=\"section-label\">Inscription \u2014 r\u00e9servez votre place<\/div>\n  <h2>Votre ticket early-bird avant le 30 juin<\/h2>\n  <p>Inscrivez-vous au Retail Marketing Day 2026 et ne manquez pas l&rsquo;\u00e9v\u00e9nement marketing de l&rsquo;ann\u00e9e.<\/p>\n  <div id=\"eventbrite-widget-container-1989150171710\"><\/div>\n<script src=\"https:\/\/www.eventbrite.be\/static\/widgets\/eb_widgets.js\"><\/script>\n<script type=\"text\/javascript\">\n  var exampleCallback = function() { console.log('Order complete!'); };\n  window.EBWidgets.createWidget({\n    widgetType: 'checkout',\n    eventId: '1989150171710',\n    iframeContainerId: 'eventbrite-widget-container-1989150171710',\n    iframeContainerHeight: 425,\n    onOrderComplete: exampleCallback\n  });\n<\/script>\n<\/section>\n\n<section class=\"about\">\n  <div class=\"about-text\">\n    <div class=\"section-label\">\u00c0 propos de l&rsquo;\u00e9v\u00e9nement<\/div>\n    <h2>La journ\u00e9e ultime pour les marketeurs du retail<\/h2>\n    <p>Si le changement est la seule constante dans le commerce de d\u00e9tail, l&rsquo;avenir appartient aux d\u00e9taillants qui le fa\u00e7onnent plut\u00f4t que de se laisser porter par lui. Ce congr\u00e8s pr\u00e9sente des t\u00e9moignages captivants sur la r\u00e9silience et l&rsquo;agilit\u00e9, issus d&rsquo;entreprises qui r\u00e9\u00e9crivent les r\u00e8gles du jeu. Venez y puiser l&rsquo;inspiration pour votre propre parcours de croissance !\n  <\/div>\n  <div class=\"about-stat\">\n    <div class=\"stat-item\"><div class=\"stat-num\">150<\/div><div class=\"stat-desc\">Participants<\/div><\/div>\n    <div class=\"stat-item\"><div class=\"stat-num\">6<\/div><div class=\"stat-desc\">Intervenants<\/div><\/div>\n    <div class=\"stat-item\"><div class=\"stat-num\">1<\/div><div class=\"stat-desc\">Journ\u00e9e<\/div><\/div>\n    <div class=\"stat-item\"><div class=\"stat-num\">&rsquo;26<\/div><div class=\"stat-desc\">\u00c9dition<\/div><\/div>\n  <\/div>\n<\/section>\n\n<section class=\"speakers\">\n  <div class=\"section-label\">Intervenants<\/div>\n  <div class=\"speakers-grid\">\n\n    <div class=\"speaker-card\">\n      <div class=\"speaker-card-inner\">\n        <div class=\"speaker-front\">\n          <div class=\"speaker-front-topbar\"><\/div>\n          <div class=\"speaker-flip-hint\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 1 1-3-6.7\"\/><polyline points=\"21 4 21 9 16 9\"\/><\/svg><span class=\"hint-hover\">Survol<\/span><span class=\"hint-tap\">Touchez<\/span><\/div>\n          <div class=\"speaker-front-photo\">\n            <img decoding=\"async\" src=\"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/Retail-Marketing-Day-AVA.png\" alt=\"Fay &amp; Koen Van Weddingen\">\n          <\/div>\n          <div class=\"speaker-front-overlay\">\n            <h4>Fay &amp; Koen Van Weddingen<\/h4>\n            <div class=\"role\">co-CEO&rsquo;s<\/div>\n            <div class=\"company\">AVA<\/div>\n          <\/div>\n          <div class=\"speaker-logo-strip\"><\/div>\n        <\/div>\n        <div class=\"speaker-back\">\n          <div class=\"speaker-back-header\">\n            <h4>Fay &amp; Koen Van Weddingen<\/h4>\n            <div class=\"company\">AVA<\/div>\n            <div class=\"role\">co-CEO&rsquo;s<\/div>\n          <\/div>\n          <div class=\"speaker-back-teaser\">\n            <p>AVA f\u00eate ses 70 ans. La cha\u00eene de 52 magasins en Belgique et au Luxembourg mise sur les pop-ups, un nouveau concept de magasin et la croissance en ligne. Comment rester agile avec autant d&rsquo;h\u00e9ritage ? Koen et Fay Van Weddingen vous l&rsquo;expliquent.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"speaker-card\">\n      <div class=\"speaker-card-inner\">\n        <div class=\"speaker-front\">\n          <div class=\"speaker-front-topbar\"><\/div>\n          <div class=\"speaker-flip-hint\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 1 1-3-6.7\"\/><polyline points=\"21 4 21 9 16 9\"\/><\/svg><span class=\"hint-hover\">Survol<\/span><span class=\"hint-tap\">Touchez<\/span><\/div>\n          <div class=\"speaker-front-photo\">\n            <img decoding=\"async\" src=\"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/Speaker-Retail-Marketing-Day-Gino.png\" alt=\"Gino Van Ossel\">\n          <\/div>\n          <div class=\"speaker-front-overlay\">\n            <h4>Gino Van Ossel<\/h4>\n            <div class=\"role\">H\u00f4te<\/div>\n            <div class=\"company\"><\/div>\n          <\/div>\n          <div class=\"speaker-logo-strip\"><\/div>\n        <\/div>\n        <div class=\"speaker-back\">\n          <div class=\"speaker-back-header\">\n            <h4>Gino Van Ossel<\/h4>\n            <div class=\"company\">Vlerick Business School<\/div>\n            <div class=\"role\">H\u00f4te<\/div>\n          <\/div>\n          <div class=\"speaker-back-teaser\">\n            <p>Comme \u00e0 son habitude, c&rsquo;est Gino Van Ossel, professeur \u00e0 la Vlerick Business School, qui assure la mod\u00e9ration de la journ\u00e9e.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"speaker-card\">\n      <div class=\"speaker-card-inner\">\n        <div class=\"speaker-front\">\n          <div class=\"speaker-front-topbar\"><\/div>\n          <div class=\"speaker-flip-hint\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 1 1-3-6.7\"\/><polyline points=\"21 4 21 9 16 9\"\/><\/svg><span class=\"hint-hover\">Survol<\/span><span class=\"hint-tap\">Touchez<\/span><\/div>\n          <div class=\"speaker-front-photo\">\n            <img decoding=\"async\" src=\"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/Speaker-Retail-Marketing-Day-Placeholder-new-speakers-soon.png\" alt=\"Intervenant 3\">\n          <\/div>\n          <div class=\"speaker-front-overlay\">\n            <h4><\/h4>\n            <div class=\"role\"><\/div>\n            <div class=\"company\"><\/div>\n          <\/div>\n          <div class=\"speaker-logo-strip\"><\/div>\n        <\/div>\n        <div class=\"speaker-back\">\n          <div class=\"speaker-back-header\">\n            <h4><\/h4>\n            <div class=\"company\"><\/div>\n            <div class=\"role\"><\/div>\n          <\/div>\n          <div class=\"speaker-back-teaser\">\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!--SPEAKER4START\n    <div class=\"speaker-card\"><div class=\"speaker-card-inner\"><div class=\"speaker-front\"><div class=\"speaker-front-topbar\"><\/div>\n          <div class=\"speaker-flip-hint\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 1 1-3-6.7\"\/><polyline points=\"21 4 21 9 16 9\"\/><\/svg><span class=\"hint-hover\">Survol<\/span><span class=\"hint-tap\">Touchez<\/span><\/div><div class=\"speaker-front-photo\"><img decoding=\"async\" src=\"https:\/\/placehold.co\/400x533\/7a0050\/ffffff?text=Photo\" alt=\"Intervenant 4\"><\/div><div class=\"speaker-front-overlay\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"role\">Titre TBA<\/div><div class=\"company\">Entreprise TBA<\/div><\/div><div class=\"speaker-logo-strip\"><\/div><\/div><div class=\"speaker-back\"><div class=\"speaker-back-header\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"company\">Entreprise TBA<\/div><div class=\"role\">Titre TBA<\/div><\/div><div class=\"speaker-back-teaser\"><p>Courte description de la keynote. Que peuvent attendre les participants ?<\/p><\/div><\/div><\/div><\/div>\n    SPEAKER4END-->\n    <!--SPEAKER5START\n    <div class=\"speaker-card\"><div class=\"speaker-card-inner\"><div class=\"speaker-front\"><div class=\"speaker-front-topbar\"><\/div>\n          <div class=\"speaker-flip-hint\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 1 1-3-6.7\"\/><polyline points=\"21 4 21 9 16 9\"\/><\/svg><span class=\"hint-hover\">Survol<\/span><span class=\"hint-tap\">Touchez<\/span><\/div><div class=\"speaker-front-photo\"><img decoding=\"async\" src=\"https:\/\/placehold.co\/400x533\/7a0050\/ffffff?text=Photo\" alt=\"Intervenant 5\"><\/div><div class=\"speaker-front-overlay\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"role\">Titre TBA<\/div><div class=\"company\">Entreprise TBA<\/div><\/div><div class=\"speaker-logo-strip\"><\/div><\/div><div class=\"speaker-back\"><div class=\"speaker-back-header\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"company\">Entreprise TBA<\/div><div class=\"role\">Titre TBA<\/div><\/div><div class=\"speaker-back-teaser\"><p>Courte description de la keynote. Que peuvent attendre les participants ?<\/p><\/div><\/div><\/div><\/div>\n    SPEAKER5END-->\n    <!--SPEAKER6START\n    <div class=\"speaker-card\"><div class=\"speaker-card-inner\"><div class=\"speaker-front\"><div class=\"speaker-front-topbar\"><\/div>\n          <div class=\"speaker-flip-hint\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 1 1-3-6.7\"\/><polyline points=\"21 4 21 9 16 9\"\/><\/svg><span class=\"hint-hover\">Survol<\/span><span class=\"hint-tap\">Touchez<\/span><\/div><div class=\"speaker-front-photo\"><img decoding=\"async\" src=\"https:\/\/placehold.co\/400x533\/7a0050\/ffffff?text=Photo\" alt=\"Intervenant 6\"><\/div><div class=\"speaker-front-overlay\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"role\">Titre TBA<\/div><div class=\"company\">Entreprise TBA<\/div><\/div><div class=\"speaker-logo-strip\"><\/div><\/div><div class=\"speaker-back\"><div class=\"speaker-back-header\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"company\">Entreprise TBA<\/div><div class=\"role\">Titre TBA<\/div><\/div><div class=\"speaker-back-teaser\"><p>Courte description de la keynote. Que peuvent attendre les participants ?<\/p><\/div><\/div><\/div><\/div>\n    SPEAKER6END-->\n    <!--SPEAKER7START\n    <div class=\"speaker-card\"><div class=\"speaker-card-inner\"><div class=\"speaker-front\"><div class=\"speaker-front-topbar\"><\/div>\n          <div class=\"speaker-flip-hint\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 1 1-3-6.7\"\/><polyline points=\"21 4 21 9 16 9\"\/><\/svg><span class=\"hint-hover\">Survol<\/span><span class=\"hint-tap\">Touchez<\/span><\/div><div class=\"speaker-front-photo\"><img decoding=\"async\" src=\"https:\/\/placehold.co\/400x533\/7a0050\/ffffff?text=Photo\" alt=\"Intervenant 7\"><\/div><div class=\"speaker-front-overlay\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"role\">Titre TBA<\/div><div class=\"company\">Entreprise TBA<\/div><\/div><div class=\"speaker-logo-strip\"><\/div><\/div><div class=\"speaker-back\"><div class=\"speaker-back-header\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"company\">Entreprise TBA<\/div><div class=\"role\">Titre TBA<\/div><\/div><div class=\"speaker-back-teaser\"><p>Courte description de la keynote. Que peuvent attendre les participants ?<\/p><\/div><\/div><\/div><\/div>\n    SPEAKER7END-->\n    <!--SPEAKER8START\n    <div class=\"speaker-card\"><div class=\"speaker-card-inner\"><div class=\"speaker-front\"><div class=\"speaker-front-topbar\"><\/div>\n          <div class=\"speaker-flip-hint\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 1 1-3-6.7\"\/><polyline points=\"21 4 21 9 16 9\"\/><\/svg><span class=\"hint-hover\">Survol<\/span><span class=\"hint-tap\">Touchez<\/span><\/div><div class=\"speaker-front-photo\"><img decoding=\"async\" src=\"https:\/\/placehold.co\/400x533\/7a0050\/ffffff?text=Photo\" alt=\"Intervenant 8\"><\/div><div class=\"speaker-front-overlay\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"role\">Titre TBA<\/div><div class=\"company\">Entreprise TBA<\/div><\/div><div class=\"speaker-logo-strip\"><\/div><\/div><div class=\"speaker-back\"><div class=\"speaker-back-header\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"company\">Entreprise TBA<\/div><div class=\"role\">Titre TBA<\/div><\/div><div class=\"speaker-back-teaser\"><p>Courte description de la keynote. Que peuvent attendre les participants ?<\/p><\/div><\/div><\/div><\/div>\n    SPEAKER8END-->\n    <!--SPEAKER9START\n    <div class=\"speaker-card\"><div class=\"speaker-card-inner\"><div class=\"speaker-front\"><div class=\"speaker-front-topbar\"><\/div>\n          <div class=\"speaker-flip-hint\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 1 1-3-6.7\"\/><polyline points=\"21 4 21 9 16 9\"\/><\/svg><span class=\"hint-hover\">Survol<\/span><span class=\"hint-tap\">Touchez<\/span><\/div><div class=\"speaker-front-photo\"><img decoding=\"async\" src=\"https:\/\/placehold.co\/400x533\/7a0050\/ffffff?text=Photo\" alt=\"Intervenant 9\"><\/div><div class=\"speaker-front-overlay\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"role\">Titre TBA<\/div><div class=\"company\">Entreprise TBA<\/div><\/div><div class=\"speaker-logo-strip\"><\/div><\/div><div class=\"speaker-back\"><div class=\"speaker-back-header\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"company\">Entreprise TBA<\/div><div class=\"role\">Titre TBA<\/div><\/div><div class=\"speaker-back-teaser\"><p>Courte description de la keynote. Que peuvent attendre les participants ?<\/p><\/div><\/div><\/div><\/div>\n    SPEAKER9END-->\n    <!--SPEAKER10START\n    <div class=\"speaker-card\"><div class=\"speaker-card-inner\"><div class=\"speaker-front\"><div class=\"speaker-front-topbar\"><\/div>\n          <div class=\"speaker-flip-hint\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 12a9 9 0 1 1-3-6.7\"\/><polyline points=\"21 4 21 9 16 9\"\/><\/svg><span class=\"hint-hover\">Survol<\/span><span class=\"hint-tap\">Touchez<\/span><\/div><div class=\"speaker-front-photo\"><img decoding=\"async\" src=\"https:\/\/placehold.co\/400x533\/7a0050\/ffffff?text=Photo\" alt=\"Intervenant 10\"><\/div><div class=\"speaker-front-overlay\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"role\">Titre TBA<\/div><div class=\"company\">Entreprise TBA<\/div><\/div><div class=\"speaker-logo-strip\"><\/div><\/div><div class=\"speaker-back\"><div class=\"speaker-back-header\"><h4>Pr\u00e9nom Nom<\/h4><div class=\"company\">Entreprise TBA<\/div><div class=\"role\">Titre TBA<\/div><\/div><div class=\"speaker-back-teaser\"><p>Courte description de la keynote. Que peuvent attendre les participants ?<\/p><\/div><\/div><\/div><\/div>\n    SPEAKER10END-->\n\n  <\/div>\n<\/section>\n\n<section class=\"programme\">\n  <div class=\"section-label\">Programme<\/div>\n  <div class=\"agenda\">\n    <div class=\"agenda-item\"><div class=\"agenda-time\">12:00<\/div><span class=\"agenda-tag yellow\">D\u00e9jeuner<\/span><div class=\"agenda-content\"><h4>D\u00e9jeuner &amp; Networking<\/h4><p>Trademart \u2014 avec vue sur l&rsquo;Atomium<\/p><\/div><\/div>\n    <div class=\"agenda-item\"><div class=\"agenda-time\">13:00<\/div><span class=\"agenda-tag\">Keynotes I<\/span><div class=\"agenda-content\"><h4>Keynotes Partie I \u2014 TBA<\/h4><p>Intervenants TBA<\/p><\/div><\/div>\n    <div class=\"agenda-item\"><div class=\"agenda-time\">14:00<\/div><span class=\"agenda-tag yellow\">Pause<\/span><div class=\"agenda-content\"><h4>Pause &amp; Networking<\/h4><p>Networking avec les exposants<\/p><\/div><\/div>\n    <div class=\"agenda-item\"><div class=\"agenda-time\">14:30<\/div><span class=\"agenda-tag\">Keynotes II<\/span><div class=\"agenda-content\"><h4>Keynotes Partie II \u2014 TBA<\/h4><p>Intervenants TBA<\/p><\/div><\/div>\n    <div class=\"agenda-item\"><div class=\"agenda-time\">15:30<\/div><span class=\"agenda-tag yellow\">Pause<\/span><div class=\"agenda-content\"><h4>Pause &amp; Networking<\/h4><p>Networking avec les exposants<\/p><\/div><\/div>\n    <div class=\"agenda-item\"><div class=\"agenda-time\">16:00<\/div><span class=\"agenda-tag\">Keynotes III<\/span><div class=\"agenda-content\"><h4>Keynotes Partie III \u2014 TBA<\/h4><p>Intervenants TBA<\/p><\/div><\/div>\n    <div class=\"agenda-item\"><div class=\"agenda-time\">17:00<\/div><span class=\"agenda-tag dark\">Cl\u00f4ture<\/span><div class=\"agenda-content\"><h4>Networking &amp; Drinks<\/h4><p>Jusqu&rsquo;\u00e0 18:30<\/p><\/div><\/div>\n  <\/div>\n<\/section>\n\n<section class=\"sponsors\">\n  <div class=\"section-label\" style=\"text-align:center;\">Gr\u00e2ce \u00e0 nos partenaires<\/div>\n  <!--MAINPARTNERSTART\n  <div class=\"tier-label\">Partenaire Principal<\/div>\n  <div class=\"sponsor-logos\" style=\"margin-bottom:40px;\">\n    <a href=\"#\" target=\"_blank\"><img decoding=\"async\" class=\"sponsor-logo-img\" src=\"https:\/\/placehold.co\/200x80\/f4f4f4\/aaaaaa?text=Main+Partner+Logo\" alt=\"Partenaire Principal\" style=\"height:80px;\"><\/a>\n  <\/div>\n  MAINPARTNEREND-->\n  <div class=\"tier-label\">Partenaires<\/div>\n  <div class=\"sponsor-logos\">\n    <a href=\"#\" target=\"_blank\"><img decoding=\"async\" class=\"sponsor-logo-img\" src=\"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/Events-Marketing-Day-partners-CM.png\" alt=\"Partner 1\"><\/a>\n  \n    <a href=\"#\" target=\"_blank\"><img decoding=\"async\" class=\"sponsor-logo-img\" src=\"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/Events-partners-Addretail-1.jpg\" alt=\"Partner 2\"><\/a>\n \n    <!--SPONSOR3START\n    <a href=\"#\" target=\"_blank\"><img decoding=\"async\" class=\"sponsor-logo-img\" src=\"https:\/\/placehold.co\/200x110\/f4f4f4\/aaaaaa?text=Logo+3\" alt=\"Partner 3\"><\/a>\n    SPONSOR3END-->\n    <!--SPONSOR4START\n    <a href=\"#\" target=\"_blank\"><img decoding=\"async\" class=\"sponsor-logo-img\" src=\"https:\/\/placehold.co\/200x110\/f4f4f4\/aaaaaa?text=Logo+4\" alt=\"Partner 4\"><\/a>\n    SPONSOR4END-->\n    <a href=\"#\" target=\"_blank\"><img decoding=\"async\" class=\"sponsor-logo-img\" src=\"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/Events-partners-Coca-Cola-1.png\" alt=\"Coca-Cola European Partners\"><\/a>\n    <a href=\"#\" target=\"_blank\"><img decoding=\"async\" class=\"sponsor-logo-img\" src=\"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/Events-partners-Foodmaker-1.png\" alt=\"Foodmaker\"><\/a>\n    <a href=\"#\" target=\"_blank\"><img decoding=\"async\" class=\"sponsor-logo-img\" src=\"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/Events-partners-Hubo-1.png\" alt=\"Hubo\"><\/a>\n    <a href=\"#\" target=\"_blank\"><img decoding=\"async\" class=\"sponsor-logo-img\" src=\"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/Events-partners-Trademart.png\" alt=\"Trademart\"><\/a>\n  <\/div>\n  <div class=\"sponsor-cta\">\n    <p>Vous souhaitez devenir partenaire du Retail Marketing Day ?<\/p>\n    <a href=\"mailto:kjell.bries@retaildetail.be?subject=Sponsor%20request%20Retail%20Marketing%20Day\">Devenir partenaire ? Contactez-nous \u2192<\/a>\n  <\/div>\n<\/section>\n\n<section class=\"practical\">\n  <div class=\"section-label\">Pratique<\/div>\n  <div class=\"practical-grid\">\n    <div class=\"practical-item\">\n      <svg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>\n      <h4>24 Septembre 2026<\/h4>\n      <p>Ouverture des portes \u00e0 12:00<br>Programme \u00e0 partir de 13:00<br>Fin pr\u00e9vue \u00e0 18:30<\/p>\n    <\/div>\n    <div class=\"practical-item\">\n      <svg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n      <h4>Trademart Bruxelles<\/h4>\n      <p>Madridlaan 130<br>1020 Bruxelles<br><a href=\"https:\/\/maps.google.com\/?q=Madridlaan+130,+1020+Brussels\" target=\"_blank\">Voir sur la carte \u2192<\/a><\/p>\n    <\/div>\n    <div class=\"practical-item\">\n      <svg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><rect x=\"1\" y=\"8\" width=\"22\" height=\"10\" rx=\"2\"\/><path d=\"M5 8V6a2 2 0 012-2h10a2 2 0 012 2v2\"\/><circle cx=\"8\" cy=\"16\" r=\"1\" fill=\"currentColor\"\/><circle cx=\"16\" cy=\"16\" r=\"1\" fill=\"currentColor\"\/><\/svg>\n      <h4>Parking Gratuit \u2014 P2<\/h4>\n      <p>Utilisez le parking <strong style=\"color:var(--yellow);\">P2<\/strong><br>Madridlaan 130, 1020 Bruxelles<br>Transport en commun : M\u00e9tro 6, Station Atomium<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"map-wrap\">\n    <div class=\"map-note\">\n      <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"1\" y=\"8\" width=\"22\" height=\"10\" rx=\"2\"\/><path d=\"M5 8V6a2 2 0 012-2h10a2 2 0 012 2v2\"\/><circle cx=\"8\" cy=\"16\" r=\"1\" fill=\"currentColor\"\/><circle cx=\"16\" cy=\"16\" r=\"1\" fill=\"currentColor\"\/><\/svg>\n      \ud83c\udd7f\ufe0f Utilisez le parking P2 \u2014 Madridlaan 130, 1020 Bruxelles\n    <\/div>\n    <iframe src=\"https:\/\/maps.google.com\/maps?q=Madridlaan+130,+1020+Brussel&#038;hl=fr&#038;z=15&#038;output=embed\" width=\"100%\" height=\"400\" style=\"border:0;display:block;\" allowfullscreen loading=\"lazy\"><\/iframe>\n  <\/div>\n<\/section>\n\n<footer class=\"rmd-footer\"><\/footer>\n<div class=\"mobile-cta\"><a href=\"#registration\">R\u00e9servez votre place \u2192<\/a><\/div>\n\n<script>\n  const nav = document.getElementById('sticky-nav');\n  const hero = document.querySelector('.hero');\n  window.addEventListener('scroll', () => { nav.classList.toggle('visible', window.scrollY > hero.offsetHeight * 0.5); });\n  document.querySelectorAll('a[href^=\"#\"]').forEach(a => { a.addEventListener('click', e => { e.preventDefault(); const t = document.querySelector(a.getAttribute('href')); if(t) t.scrollIntoView({behavior:'smooth',block:'start'}); }); });\n  document.querySelectorAll('.speaker-card').forEach(card => {\n    card.addEventListener('click', () => {\n      \/\/ Only flip via click on touch devices; on desktop, hover handles it\n      if (!window.matchMedia('(hover: hover) and (pointer: fine)').matches) {\n        card.classList.toggle('flipped');\n      }\n    });\n  });\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Retail Marketing Day 2026 \u2014 FR R\u00e9servez votre place \u2192 RETAIL MARKETING DAY Changing the game. Save the Date 24 SEPTEMBRE2026 Lieu Trademart Bruxelles \u00b7 Avec vue sur l&rsquo;Atomium Comment y venir Parking Gratuit P2 Madridlaan 130 \u00b7 Pr\u00e8s de la sortie A12 Inscription \u2014 r\u00e9servez votre place Votre ticket early-bird avant le 30 juin [&hellip;]<\/p>\n","protected":false},"featured_media":147734,"parent":0,"menu_order":0,"template":"","categories":[],"tags":[],"class_list":["post-147732","event","type-event","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RETAIL MARKETING DAY 2026 - RetailDetail BE<\/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:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RETAIL MARKETING DAY 2026 - RetailDetail BE\" \/>\n<meta property=\"og:description\" content=\"Retail Marketing Day 2026 \u2014 FR R\u00e9servez votre place \u2192 RETAIL MARKETING DAY Changing the game. Save the Date 24 SEPTEMBRE2026 Lieu Trademart Bruxelles \u00b7 Avec vue sur l&rsquo;Atomium Comment y venir Parking Gratuit P2 Madridlaan 130 \u00b7 Pr\u00e8s de la sortie A12 Inscription \u2014 r\u00e9servez votre place Votre ticket early-bird avant le 30 juin [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/\" \/>\n<meta property=\"og:site_name\" content=\"RetailDetail BE\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-11T10:33:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/RDMD-2026-uitgelichte-afbeelding-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1740\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/fr\\\/retail-events\\\/retail-marketing-day-2026-fr\\\/\",\"url\":\"https:\\\/\\\/www.retaildetail.be\\\/fr\\\/retail-events\\\/retail-marketing-day-2026-fr\\\/\",\"name\":\"RETAIL MARKETING DAY 2026 - RetailDetail BE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/fr\\\/retail-events\\\/retail-marketing-day-2026-fr\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/fr\\\/retail-events\\\/retail-marketing-day-2026-fr\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.retaildetail.be\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/RDMD-2026-uitgelichte-afbeelding-2.png\",\"datePublished\":\"2026-05-11T10:08:55+00:00\",\"dateModified\":\"2026-05-11T10:33:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/fr\\\/retail-events\\\/retail-marketing-day-2026-fr\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.retaildetail.be\\\/fr\\\/retail-events\\\/retail-marketing-day-2026-fr\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/fr\\\/retail-events\\\/retail-marketing-day-2026-fr\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.retaildetail.be\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/RDMD-2026-uitgelichte-afbeelding-2.png\",\"contentUrl\":\"https:\\\/\\\/www.retaildetail.be\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/RDMD-2026-uitgelichte-afbeelding-2.png\",\"width\":2560,\"height\":1740},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/fr\\\/retail-events\\\/retail-marketing-day-2026-fr\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.retaildetail.be\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Events\",\"item\":\"https:\\\/\\\/www.retaildetail.be\\\/nl\\\/retail-events\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"RETAIL MARKETING DAY 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/nl\\\/#website\",\"url\":\"https:\\\/\\\/www.retaildetail.be\\\/nl\\\/\",\"name\":\"RetailDetail BE\",\"description\":\"News\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.retaildetail.be\\\/nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/nl\\\/#organization\",\"name\":\"RetailDetail BE\",\"url\":\"https:\\\/\\\/www.retaildetail.be\\\/nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.retaildetail.be\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.retaildetail.be\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/logo.svg\",\"width\":131,\"height\":70,\"caption\":\"RetailDetail BE\"},\"image\":{\"@id\":\"https:\\\/\\\/www.retaildetail.be\\\/nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RETAIL MARKETING DAY 2026 - RetailDetail BE","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:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/","og_locale":"fr_FR","og_type":"article","og_title":"RETAIL MARKETING DAY 2026 - RetailDetail BE","og_description":"Retail Marketing Day 2026 \u2014 FR R\u00e9servez votre place \u2192 RETAIL MARKETING DAY Changing the game. Save the Date 24 SEPTEMBRE2026 Lieu Trademart Bruxelles \u00b7 Avec vue sur l&rsquo;Atomium Comment y venir Parking Gratuit P2 Madridlaan 130 \u00b7 Pr\u00e8s de la sortie A12 Inscription \u2014 r\u00e9servez votre place Votre ticket early-bird avant le 30 juin [&hellip;]","og_url":"https:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/","og_site_name":"RetailDetail BE","article_modified_time":"2026-05-11T10:33:28+00:00","og_image":[{"width":2560,"height":1740,"url":"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/RDMD-2026-uitgelichte-afbeelding-2.png","type":"image\/png"}],"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:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/","url":"https:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/","name":"RETAIL MARKETING DAY 2026 - RetailDetail BE","isPartOf":{"@id":"https:\/\/www.retaildetail.be\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/#primaryimage"},"image":{"@id":"https:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/#primaryimage"},"thumbnailUrl":"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/RDMD-2026-uitgelichte-afbeelding-2.png","datePublished":"2026-05-11T10:08:55+00:00","dateModified":"2026-05-11T10:33:28+00:00","breadcrumb":{"@id":"https:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/#primaryimage","url":"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/RDMD-2026-uitgelichte-afbeelding-2.png","contentUrl":"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2026\/05\/RDMD-2026-uitgelichte-afbeelding-2.png","width":2560,"height":1740},{"@type":"BreadcrumbList","@id":"https:\/\/www.retaildetail.be\/fr\/retail-events\/retail-marketing-day-2026-fr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.retaildetail.be\/fr\/"},{"@type":"ListItem","position":2,"name":"Events","item":"https:\/\/www.retaildetail.be\/nl\/retail-events\/"},{"@type":"ListItem","position":3,"name":"RETAIL MARKETING DAY 2026"}]},{"@type":"WebSite","@id":"https:\/\/www.retaildetail.be\/nl\/#website","url":"https:\/\/www.retaildetail.be\/nl\/","name":"RetailDetail BE","description":"News","publisher":{"@id":"https:\/\/www.retaildetail.be\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.retaildetail.be\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.retaildetail.be\/nl\/#organization","name":"RetailDetail BE","url":"https:\/\/www.retaildetail.be\/nl\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.retaildetail.be\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2022\/04\/logo.svg","contentUrl":"https:\/\/www.retaildetail.be\/wp-content\/uploads\/2022\/04\/logo.svg","width":131,"height":70,"caption":"RetailDetail BE"},"image":{"@id":"https:\/\/www.retaildetail.be\/nl\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.retaildetail.be\/fr\/wp-json\/wp\/v2\/event\/147732","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.retaildetail.be\/fr\/wp-json\/wp\/v2\/event"}],"about":[{"href":"https:\/\/www.retaildetail.be\/fr\/wp-json\/wp\/v2\/types\/event"}],"version-history":[{"count":3,"href":"https:\/\/www.retaildetail.be\/fr\/wp-json\/wp\/v2\/event\/147732\/revisions"}],"predecessor-version":[{"id":147742,"href":"https:\/\/www.retaildetail.be\/fr\/wp-json\/wp\/v2\/event\/147732\/revisions\/147742"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.retaildetail.be\/fr\/wp-json\/wp\/v2\/media\/147734"}],"wp:attachment":[{"href":"https:\/\/www.retaildetail.be\/fr\/wp-json\/wp\/v2\/media?parent=147732"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.retaildetail.be\/fr\/wp-json\/wp\/v2\/categories?post=147732"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.retaildetail.be\/fr\/wp-json\/wp\/v2\/tags?post=147732"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}