{"id":44368,"date":"2026-01-19T18:10:09","date_gmt":"2026-01-19T17:10:09","guid":{"rendered":"https:\/\/fifdh.org\/?post_type=festival&#038;p=44368"},"modified":"2026-03-19T09:53:33","modified_gmt":"2026-03-19T08:53:33","slug":"2026-programme","status":"publish","type":"festival","link":"https:\/\/fifdh.org\/en\/festival\/2026-programme\/","title":{"rendered":"2026 PROGRAMME"},"content":{"rendered":"\n<div style=\"height:2.25rem\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div>\n  <h2 class=\"block block-heading text-center col-xxl-10 mx-auto fs-72 lh-xs layout-header\">2026 PROGRAMME<\/h2>\n<\/div>\n\n<div class=\"block block-button \">\n  <div class=\"d-flex mx-auto justify-content-center my-3\">\n          <a class=\"btn btn-outline btn-outline-fifdh mx-2 my-auto   \" href=\"https:\/\/fifdh.org\/wp-content\/uploads\/2026\/02\/20260206-FIFDH-PROGRAMME-site_FINAL.pdf\" target=\"\">\n        <span>Full programme .pdf<\/span>\n      <\/a>\n          <a class=\"btn btn-outline btn-outline-fifdh mx-2 my-auto   \" href=\"https:\/\/fifdh.org\/wp-content\/uploads\/2026\/02\/FIFDH-26-PROGRAMME-GRILLE-WEB.pdf\" target=\"_blank\">\n        <span>PROGRAMME GRID .PDF<\/span>\n      <\/a>\n      <\/div>\n<\/div>\n\n\n<p class=\"has-text-align-center\">\u2192 FIFDH Professional Programme <a href=\"https:\/\/fifdh.org\/en\/pro\/impact-days-2026-agenda\/\">Impact Days 2026 <\/a><br>\u2192 FIFDH <a href=\"https:\/\/fifdh.org\/en\/schools\/programme-for-schools-2026\/\">School programme<\/a><\/p>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--60)\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div id=\"program\" :class=\"[filtered ? 'filtered' : '', mounted ? 'opacity-100' : '']\" @vue:mounted=\"mounted($el)\" style=\"opacity: 0; transition: opacity 0.2s ease-in-out;\">\n\n  <div class=\"filter-sidebar\">\n    <div class=\"filter-sidebar-container\">\n\n      <div class=\"filter-sidebar-heading px-3\">\n        <div class=\"d-flex justify-content-between h-100\">\n          <div class=\"my-auto\">\n            Filters          <\/div>\n          <button class=\"btn btn-close-sidebar\" @click=\"closeFilterSidebar()\">\n            <i class=\"bi bi-x-lg\"><\/i>\n          <\/button>\n        <\/div>\n      <\/div>\n\n      <div class=\"filter-sidebar-body\">\n\n        <div class=\"search-container d-flex mb-3\">\n          <i class=\"bi bi-search\"><\/i>\n          <form novalidate><input class=\"form-control\" type=\"search\" v-model=\"searchTerm\" @input=\"search\" placeholder=\"Search\"><\/form>\n        <\/div>\n\n        <div class=\"px-3 mb-3\">\n          <div class=\"mb-1 fs-16 text-uppercase font-monospace\">Sort by order<\/div>\n          <div class=\"mb-1 d-flex gap-2\">\n            <button :class=\"[{'active' : classification == 'chronologique'}, 'btn btn-outline-festival text-truncate mw-100 fs-14']\" @click=\"classification = 'chronologique'; filter()\">Chronological<\/button>\n            <button :class=\"[{'active' : classification == 'alphabetique'}, 'btn btn-outline-festival text-truncate mw-100 fs-14']\" @click=\"classification = 'alphabetique'; filter()\">A-Z<\/button>\n          <\/div>\n        <\/div>\n\n        <div class=\"px-3 mb-3\">\n          <div class=\"mb-1 fs-16 text-uppercase font-monospace\">Categories<\/div>\n          <div class=\"d-flex flex-wrap\">\n            <div v-for=\"filter of compiledFilters.type\">\n              <div :class=\"[filter.name != 'Film Package' ? 'd-inline-block' : 'd-none', 'me-2 mb-2']\">\n                  <button :class=\"[{'active' : filter.selected}, !filter.active ? 'opacity-25 pe-none' : '', 'btn btn-outline-festival text-truncate mw-100 fs-14']\" @click=\"filterBy(filter.type, filter.value)\"><span v-html=\"filter.name\"><\/span><\/button>              <\/div>\n            <\/div>\n            <div v-for=\"filter of compiledFilters.free\" class=\"d-inline-block\">\n                <button :class=\"[{'active' : filter.selected}, !filter.active ? 'opacity-25 pe-none' : '', 'btn btn-outline-festival text-truncate mw-100 fs-14']\" @click=\"filterBy(filter.type, filter.value)\"><span v-html=\"filter.name\"><\/span><\/button>            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"accordion\" id=\"filter-sidebar-btns\">\n\n          <div v-if=\"compiledFilters.date &#038;&#038; compiledFilters.date.length\" class=\"accordion-item\">\n            <div class=\"accordion-header\">\n              <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#filter-date\" aria-expanded=\"false\" aria-controls=\"filter-date\">\n                Day                <span v-if=\"countFilterTypeActive('date')\" :class=\"'badge bg-' + program + ' rounded-pill text-body border ms-1 fs-14 lh-1 py-05 px-1'\" v-html=\"countFilterTypeActive('date')\"><\/span>\n              <\/button>\n            <\/div>\n            <div class=\"accordion-body\">\n              <div id=\"filter-date\" class=\"accordion-collapse collapse\" data-bs-parent=\"#filter-sidebar-btns\">\n                <div class=\"filter-wrapper\">\n                  <div v-for=\"filter of compiledFilters.date\" class=\"mb-1\">\n                      <button :class=\"[{'active' : filter.selected}, !filter.active ? 'opacity-25 pe-none' : '', 'btn btn-outline-festival text-truncate mw-100 fs-14']\" @click=\"filterBy(filter.type, filter.value)\"><span v-html=\"filter.name\"><\/span><\/button>                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div v-if=\"compiledFilters.section &#038;&#038; compiledFilters.section.length\" class=\"accordion-item\">\n            <div class=\"accordion-header\">\n              <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#filter-section\" aria-expanded=\"false\" aria-controls=\"filter-section\">\n                Section                <span v-if=\"countFilterTypeActive('section')\" :class=\"'badge bg-' + program + ' rounded-pill text-body border ms-1 fs-14 lh-1 py-05 px-1'\" v-html=\"countFilterTypeActive('section')\"><\/span>\n              <\/button>\n            <\/div>\n            <div class=\"accordion-body\">\n              <div id=\"filter-section\" class=\"accordion-collapse collapse\" data-bs-parent=\"#filter-sidebar-btns\">\n                <div class=\"filter-wrapper\">\n                  <div v-for=\"filter of compiledFilters.section\" class=\"mb-1\">\n                      <button :class=\"[{'active' : filter.selected}, !filter.active ? 'opacity-25 pe-none' : '', 'btn btn-outline-festival text-truncate mw-100 fs-14']\" @click=\"filterBy(filter.type, filter.value)\"><span v-html=\"filter.name\"><\/span><\/button>                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div v-if=\"compiledFilters.region &#038;&#038; compiledFilters.region.length\" class=\"accordion-item\">\n            <div class=\"accordion-header\">\n              <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#filter-regions\" aria-expanded=\"false\" aria-controls=\"filter-regions\">\n                Regions                <span v-if=\"countFilterTypeActive('region')\" :class=\"'badge bg-' + program + ' rounded-pill text-body border ms-1 fs-14 lh-1 py-05 px-1'\" v-html=\"countFilterTypeActive('region')\"><\/span>\n              <\/button>\n            <\/div>\n\n            <div id=\"filter-regions\" class=\"accordion-collapse collapse\" data-bs-parent=\"#filter-sidebar-btns\">\n              <div class=\"filter-wrapper\">\n                <div v-for=\"filter of compiledFilters.region\" class=\"mb-1\">\n                    <button :class=\"[{'active' : filter.selected}, !filter.active ? 'opacity-25 pe-none' : '', 'btn btn-outline-festival text-truncate mw-100 fs-14']\" @click=\"filterBy(filter.type, filter.value)\"><span v-html=\"filter.name\"><\/span><\/button>                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div v-if=\"compiledFilters.thematique &#038;&#038; compiledFilters.thematique.length\" class=\"accordion-item\">\n            <div class=\"accordion-header\">\n              <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#filter-thematiques\" aria-expanded=\"false\" aria-controls=\"filter-thematiques\">\n                Themes                <span v-if=\"countFilterTypeActive('thematique')\" :class=\"'badge bg-' + program + ' rounded-pill text-body border ms-1 fs-14 lh-1 py-05 px-1'\" v-html=\"countFilterTypeActive('thematique')\"><\/span>\n              <\/button>\n            <\/div>\n            <div class=\"accordion-body\">\n              <div id=\"filter-thematiques\" class=\"accordion-collapse collapse\" data-bs-parent=\"#filter-sidebar-btns\">\n                <div class=\"filter-wrapper\">\n                  <div v-for=\"filter of compiledFilters.thematique\" class=\"mb-1\">\n                      <button :class=\"[{'active' : filter.selected}, !filter.active ? 'opacity-25 pe-none' : '', 'btn btn-outline-festival text-truncate mw-100 fs-14']\" @click=\"filterBy(filter.type, filter.value)\"><span v-html=\"filter.name\"><\/span><\/button>                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"p-3\" v-if=\"filterTypesActive.length || searchTerm\">\n            <button :class=\"'btn btn-outline btn-outline-festival btn-sm'\" @click=\"clearFilters()\">Clear Filters<\/button>\n          <\/div>\n\n          <div v-if=\"filteredEvents.length === 0\">\n            <div class=\"px-3 pb-3\">\n              <span>No results match your search<\/span>\n            <\/div>\n          <\/div>\n\n           \n        <\/div>\n\n        <div class=\"filter-sidebar-footer\">\n\n         \n\n          <div v-if=\"filteredEvents\">\n            {{ filteredEvents.length }}\n            <span>Events<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  \n  <button :class=\"[\n      sidebarOpen ? 'active' : '',\n      'btn-festival',\n      'btn border btn-open-filters btn-lg d-flex ps-2 pt-2 mt-3 my-3'\n      ]\" @click=\"toggleFilterSidebar()\">\n    <i class=\"bi bi-filter bi-lg font-size-lg h4 lh-1 d-inline-block mb-0 me-1\"><\/i>\n    Filters    <span v-if=\"countFilterTypeActive('region') || countFilterTypeActive('thematique') || countFilterTypeActive('section') || countFilterTypeActive('date') || countFilterTypeActive('type') || searchTerm\" :class=\"'badge bg-festival rounded-pill text-body border ms-1 fs-14 lh-1 py-05 px-1'\" v-html=\"countFilterTypeActive('region') + countFilterTypeActive('thematique') + countFilterTypeActive('section') + countFilterTypeActive('date') + countFilterTypeActive('type') + (searchTerm ? 1 : 0)\"><\/span>\n  <\/button>\n\n  <div id=\"program-container\">\n\n    <div class=\"accordion\" v-if=\"classification == 'chronologique'\">\n\n      <div class=\"accordion-item accordion-date\" v-for=\"programDate in compiledProgram\">\n\n        <div class=\"accordion-header\">\n          <button :class=\"[{'collapsed' : (programDate.date.value < today || !programDate.events.length) &#038;&#038; !festivalIsOver }, 'accordion-button py-2 px-2 px-md-3 position-relative']\" type=\"button\" data-bs-toggle=\"collapse\" :data-bs-target=\"'#collapse-' + programDate.date.value\" :aria-expanded=\"(programDate.date.value < today || !programDate.events.length) &#038;&#038; !festivalIsOver ? 'false' : 'true'\" :aria-controls=\"'collapse-' + programDate.date.value\">\n            <span class=\"h3 mb-0\">\n              {{ programDate.date.name }}\n            <\/span>\n          <\/button>\n        <\/div>\n\n        <div :id=\"'collapse-' + programDate.date.value\" :class=\"[(programDate.date.value < today || !programDate.events.length) &#038;&#038; !festivalIsOver ? '' : 'show', 'collapse accordion-collapse']\">\n          <div class=\"accordion-body p-2 p-md-3\">\n            <div class=\"row\">\n              <div v-for=\"event in programDate.events\" class=\"col-12 col-md-6 col-lg-4 col-xl-3\">\n                  <div class=\"event-thumb mb-5\" @mouseenter=\"onMouseEnter\">\n\n      <div class=\"ratio ratio-16x9\">\n\n        <a :href=\"event.link\" class=\"link-image\">\n\n          <img v-if=\"event.image\" :src=\"event.image.xs[0]\" :alt=\"event.title\" :srcset=\"event.image.xs[0] + ' ' + event.image.xs[1] + 'w, ' + event.image.sm[0] + ' ' + event.image.sm[1] + 'w'\" :sizes=\"'(max-width: 480px) 100vw, (max-width: 1280px) 50vw, ' + event.image.md[1] + 'px'\" loading=\"lazy\" class=\"img-cover\">\n          \n          <div v-if=\"classification == 'chronologique'\">\n            <div v-if=\"event.shop_id &#038;&#038; (event.sold_out || event.occupation_percentage === 100 || event.availability === 0)\" class=\"sold-out\">\n              <div class=\"d-flex font-family-monospace\"><span>Sold out<\/span><span>Sold out<\/span><span>Sold out<\/span><span>Sold out<\/span><\/div>\n            <\/div>\n          <\/div>\n          \n          <div v-if=\"classification == 'alphabetique'\">\n            <div v-if=\"event.shop_id &#038;&#038; event.all_sold_out\" class=\"sold-out\">\n              <div class=\"d-flex font-family-monospace\"><span>Sold out<\/span><span>Sold out<\/span><span>Sold out<\/span><span>Sold out<\/span><\/div>\n            <\/div>\n          <\/div>\n\n        <\/a>\n        \n        <div v-if=\"!festivalIsOver &#038;&#038; event.shop_id &#038;&#038; event.availability !== 0\" class=\"btn-ticket-event-thumb-wrapper\">\n          <button :class=\"['btn btn-ticket-event-thumb', isAlmostSoldOut(event) ? 'isAlmostSoldOut' : '']\" data-bs-toggle=\"tooltip\" data-bs-title=\"Book\" data-bs-placement=\"top\" @click=\"openExpressCheckout(event.shop_id)\">\n            <i class=\"bi bi-ticket-fill\"><\/i>\n            <i class=\"bi bi-ticket-perforated\"><\/i>\n          <\/button> \n        <\/div>\n\n    <\/div>\n\n    <div class=\"border-bottom py-1 mb-1 d-flex\">\n      <span v-for=\"section of event.section\" :class=\"'platform-' + section.type + ' platform-display ps-3 text-truncate fs-14 me-2'\">{{ section.name }}<\/span>\n      <div v-if=\"event.accessibility\" class=\"ms-auto d-flex\">\n        <div v-for=\"access of event.accessibility\" class=\"ps-1 d-flex\">\n            <img v-if=\"access.icon_url\" :src=\"access.icon_url\" data-bs-toggle=\"tooltip\" data-bs-placement=\"top\" :data-bs-title=\"access.info\" class=\"w-auto icon-accessibility my-auto\" :height=\"access.icon == 'Audio Description' ? 14 : 18\">\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"text-truncate\">\n      <span v-if=\"event.suptitle\" v-html=\"event.suptitle\"><\/span><span v-else>&nbsp;<\/span>\n    <\/div>\n    <a :href=\"event.link\" class=\"text-decoration-none\">\n      <div class=\"event-title h3 mb-2\"><i v-if=\"event.private\" class=\"fs-24 bi bi-lock position-relative\" style=\"top: -0.175rem;\"><\/i><span v-html=\"event.title\"><\/span><\/div>\n    <\/a>\n    <div class=\"mb-1\">\n      <div>\n        <span v-if=\"event.date.value == 'recurring'\">{{ event.date.name }}<\/span>\n        <span v-if=\"event.date.value != 'recurring' &#038;&#038; classification != 'alphabetique'\">{{ event.time }}<\/span> \n        <span v-if=\"classification == 'alphabetique'\">{{ event.date.name }} \u2013 {{ event.time }}<\/span> \n        <span v-if=\"event.free &#038;&#038; !event.sold_out\">\u2014 Free<\/span>\n        <span v-if=\"event.sold_out\">\u2014 Sold out<\/span>\n      <\/div>\n      <div v-else class=\"text-truncate\">{{ event.venue }}<\/div>\n    <\/div>\n    <div class=\"border-top pt-2\">\n      <div v-if=\"event.thematique\" class=\"d-inline\">\n        <div class=\"d-inline\" v-for=\"thematique in event.thematique.slice(0, 3)\">\n          <a :href=\"buildFilterLinkFrom('thematique', thematique)\" class=\"no-thumb-over fs-14 py-1 btn btn-outline-festival rounded-5 mb-1 me-1 text-truncate mw-100\">#{{ thematique }}<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"d-inline\" v-if=\"event.region &#038;&#038; event.type != 'Film Package'\">\n        <div class=\"d-inline\" v-for=\"region in event.region\">\n          <a :href=\"buildFilterLinkFrom('region', region)\" class=\"no-thumb-over fs-14 py-1 btn btn-outline-festival mb-1 me-1 text-truncate mw-100\">#{{ region }}<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>              <\/div>\n              <div v-if=\"!programDate.events.length\">No events on {{ programDate.date.name.toLowerCase() }} with the selected filters<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <div class=\"row mx-0\" v-if=\"classification == 'alphabetique'\">\n\n      <div v-for=\"event in compiledProgram[0].events\" class=\"col-12 col-md-6 col-lg-4 col-xl-3\">\n          <div class=\"event-thumb mb-5\" @mouseenter=\"onMouseEnter\">\n\n      <div class=\"ratio ratio-16x9\">\n\n        <a :href=\"event.link\" class=\"link-image\">\n\n          <img v-if=\"event.image\" :src=\"event.image.xs[0]\" :alt=\"event.title\" :srcset=\"event.image.xs[0] + ' ' + event.image.xs[1] + 'w, ' + event.image.sm[0] + ' ' + event.image.sm[1] + 'w'\" :sizes=\"'(max-width: 480px) 100vw, (max-width: 1280px) 50vw, ' + event.image.md[1] + 'px'\" loading=\"lazy\" class=\"img-cover\">\n          \n          <div v-if=\"classification == 'chronologique'\">\n            <div v-if=\"event.shop_id &#038;&#038; (event.sold_out || event.occupation_percentage === 100 || event.availability === 0)\" class=\"sold-out\">\n              <div class=\"d-flex font-family-monospace\"><span>Sold out<\/span><span>Sold out<\/span><span>Sold out<\/span><span>Sold out<\/span><\/div>\n            <\/div>\n          <\/div>\n          \n          <div v-if=\"classification == 'alphabetique'\">\n            <div v-if=\"event.shop_id &#038;&#038; event.all_sold_out\" class=\"sold-out\">\n              <div class=\"d-flex font-family-monospace\"><span>Sold out<\/span><span>Sold out<\/span><span>Sold out<\/span><span>Sold out<\/span><\/div>\n            <\/div>\n          <\/div>\n\n        <\/a>\n        \n        <div v-if=\"!festivalIsOver &#038;&#038; event.shop_id &#038;&#038; event.availability !== 0\" class=\"btn-ticket-event-thumb-wrapper\">\n          <button :class=\"['btn btn-ticket-event-thumb', isAlmostSoldOut(event) ? 'isAlmostSoldOut' : '']\" data-bs-toggle=\"tooltip\" data-bs-title=\"Book\" data-bs-placement=\"top\" @click=\"openExpressCheckout(event.shop_id)\">\n            <i class=\"bi bi-ticket-fill\"><\/i>\n            <i class=\"bi bi-ticket-perforated\"><\/i>\n          <\/button> \n        <\/div>\n\n    <\/div>\n\n    <div class=\"border-bottom py-1 mb-1 d-flex\">\n      <span v-for=\"section of event.section\" :class=\"'platform-' + section.type + ' platform-display ps-3 text-truncate fs-14 me-2'\">{{ section.name }}<\/span>\n      <div v-if=\"event.accessibility\" class=\"ms-auto d-flex\">\n        <div v-for=\"access of event.accessibility\" class=\"ps-1 d-flex\">\n            <img v-if=\"access.icon_url\" :src=\"access.icon_url\" data-bs-toggle=\"tooltip\" data-bs-placement=\"top\" :data-bs-title=\"access.info\" class=\"w-auto icon-accessibility my-auto\" :height=\"access.icon == 'Audio Description' ? 14 : 18\">\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"text-truncate\">\n      <span v-if=\"event.suptitle\" v-html=\"event.suptitle\"><\/span><span v-else>&nbsp;<\/span>\n    <\/div>\n    <a :href=\"event.link\" class=\"text-decoration-none\">\n      <div class=\"event-title h3 mb-2\"><i v-if=\"event.private\" class=\"fs-24 bi bi-lock position-relative\" style=\"top: -0.175rem;\"><\/i><span v-html=\"event.title\"><\/span><\/div>\n    <\/a>\n    <div class=\"mb-1\">\n      <div>\n        <span v-if=\"event.date.value == 'recurring'\">{{ event.date.name }}<\/span>\n        <span v-if=\"event.date.value != 'recurring' &#038;&#038; classification != 'alphabetique'\">{{ event.time }}<\/span> \n        <span v-if=\"classification == 'alphabetique'\">{{ event.date.name }} \u2013 {{ event.time }}<\/span> \n        <span v-if=\"event.free &#038;&#038; !event.sold_out\">\u2014 Free<\/span>\n        <span v-if=\"event.sold_out\">\u2014 Sold out<\/span>\n      <\/div>\n      <div v-else class=\"text-truncate\">{{ event.venue }}<\/div>\n    <\/div>\n    <div class=\"border-top pt-2\">\n      <div v-if=\"event.thematique\" class=\"d-inline\">\n        <div class=\"d-inline\" v-for=\"thematique in event.thematique.slice(0, 3)\">\n          <a :href=\"buildFilterLinkFrom('thematique', thematique)\" class=\"no-thumb-over fs-14 py-1 btn btn-outline-festival rounded-5 mb-1 me-1 text-truncate mw-100\">#{{ thematique }}<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"d-inline\" v-if=\"event.region &#038;&#038; event.type != 'Film Package'\">\n        <div class=\"d-inline\" v-for=\"region in event.region\">\n          <a :href=\"buildFilterLinkFrom('region', region)\" class=\"no-thumb-over fs-14 py-1 btn btn-outline-festival mb-1 me-1 text-truncate mw-100\">#{{ region }}<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n  \n<\/div>\n\n\n<script>\n  const programApp = {\n    mounted: false,\n    program: {\"filter\":{\"type\":[\"Award\",\"Event\",\"Film\",\"Film Package\",\"Forum\",\"Impact Spotlight\",\"Special Screening\"],\"date\":[{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\"},{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\"},{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\"},{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\"},{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\"},{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\"},{\"value\":\"20260312\",\"name\":\"Thursday 12 March 2026\"},{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\"},{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\"},{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\"},{\"value\":\"recurring\",\"name\":\"Throughout the Festival\"}],\"thematique\":[\"Activism\",\"Art and Engagement\",\"Children's Rights\",\"Civil Movements\",\"Conflict\",\"Decolonization\",\"Economy and Politics\",\"Environment and Climate\",\"Ethnic Discrimination\",\"Exile\",\"Freedom and Democracy\",\"Health\",\"Humanitarian Aid\",\"Indigenous Rights\",\"Innovation and Technology\",\"International Law\",\"Journalism\",\"Justice\",\"LGBTQIA+\",\"Labour Rights\",\"Literature\",\"Memory and History\",\"Racial Discrimination\",\"Social Issues\",\"Women and Girls' Rights\",\"Youth\"],\"region\":[\"Africa\",\"Asia\",\"Eastern Europe\",\"Europe\",\"Latin America\",\"Middle East\",\"North America\",\"Switzerland\"],\"section\":[\"Competition - Creative Documentaries\",\"Competition - Fiction\",\"Competition - Focus\",\"Concert\",\"Exhibition\",\"Rencontre\",\"Round Table\",\"Short Films\",\"Young Public\"]},\"events\":[{\"id\":\"4e4aa866-ba86-414a-bca9-f5e497431713\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T18:15:00+01:00\"},\"time\":\"18h15\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1166071\",\"type\":[\"Film\"],\"title\":\"Yurlu | Country\",\"private\":false,\"suptitle\":\"By Yaara Bou Melhem\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/yurlu-country\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"294622\",\"region\":[],\"thematique\":[\"Environment and Climate\",\"Health\",\"Indigenous Rights\"],\"all_sold_out\":false},{\"id\":\"1fdcedb1-f941-480c-a430-e0c052b21b50\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T18:45:00+01:00\"},\"time\":\"18h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"12641\",\"type\":[\"Film Package\"],\"title\":\"Voices That Matter\",\"private\":false,\"suptitle\":\"Selection of 6 short films\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film_package\\\/voices-that-matter\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295616\",\"region\":[\"Africa\"],\"thematique\":[\"Art and Engagement\",\"Economy and Politics\",\"Exile\",\"Health\",\"Innovation and Technology\",\"Labour Rights\",\"Memory and History\",\"Social Issues\"],\"all_sold_out\":false},{\"id\":\"783fef55-1059-4e62-9915-aeecfffba95b\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T18:45:00+01:00\"},\"time\":\"18h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214910\",\"type\":[\"Film\"],\"title\":\"Morning Circle\",\"private\":false,\"suptitle\":\"By Basma al-Sharif\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/morning-circle\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295616\",\"region\":[],\"thematique\":[\"Exile\",\"Social Issues\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"c0444757-8138-484d-80ec-c6f4f73bc6c6\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T18:45:00+01:00\"},\"time\":\"18h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214911\",\"type\":[\"Film\"],\"title\":\"Those Who Hear the Sun\",\"private\":false,\"suptitle\":\"By Maurizius Staerkle Drux\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/those-who-hear-the-sun\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295616\",\"region\":[],\"thematique\":[\"Health\",\"Social Issues\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"c23d4a06-7242-4619-ae3f-3953150e7d9b\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T18:45:00+01:00\"},\"time\":\"18h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214912\",\"type\":[\"Film\"],\"title\":\"Inherited Silence\",\"private\":false,\"suptitle\":\"By Mariam Khatchvani\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/inherited-silence\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295616\",\"region\":[],\"thematique\":[\"Memory and History\",\"Social Issues\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"255fe7d8-c7da-4c81-903a-8b093b384781\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T18:45:00+01:00\"},\"time\":\"18h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214915\",\"type\":[\"Film\"],\"title\":\"L'mina\",\"private\":false,\"suptitle\":\"By Randa Maroufi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/lmina\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295616\",\"region\":[],\"thematique\":[\"Labour Rights\",\"Memory and History\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"17e807ec-e7ce-4b41-88a8-014b23626ea7\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T18:45:00+01:00\"},\"time\":\"18h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214918\",\"type\":[\"Film\"],\"title\":\"The Rock Speaks\",\"private\":false,\"suptitle\":\"By Amy Louise Wilson, Joe-Yves Salankang Sa-Ngol and Francois Knoetze\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-rock-speaks\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295616\",\"region\":[\"Africa\"],\"thematique\":[\"Economy and Politics\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"6340e1d8-2ef5-4f94-80f1-915ac56b67af\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T18:45:00+01:00\"},\"time\":\"18h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214919\",\"type\":[\"Film\"],\"title\":\"I Am Everything\",\"private\":false,\"suptitle\":\"By Jeppe Lange\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/i-am-everything\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295616\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Innovation and Technology\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"b19ca0a6-2096-4f21-9a7b-6a290eedfd09\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1167154\",\"type\":[\"Film\"],\"title\":\"Traces\",\"private\":false,\"suptitle\":\"By Alisa Kovalenko and Marysia Nikitiuk\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941541-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941541-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941541-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/traces\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295631\",\"region\":[],\"thematique\":[\"Conflict\",\"Justice\",\"Women and Girls' Rights\"],\"all_sold_out\":false},{\"id\":\"02f7f81d-8599-425a-91bf-f34b13a8674b\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1211678\",\"type\":[\"Film\"],\"title\":\"Silver\",\"private\":false,\"suptitle\":\"By Natalia Koniarz\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940678-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940678-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940678-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/silver\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295621\",\"region\":[\"Latin America\"],\"thematique\":[\"Children's Rights\",\"Labour Rights\"],\"all_sold_out\":false},{\"id\":\"b3e7af0c-f45d-42ff-9f70-7f4e16ead775\",\"date\":{\"value\":\"20260306\",\"name\":\"Friday 6 March 2026\",\"isodate\":\"2026-03-06T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196873\",\"type\":[\"Film\"],\"title\":\"The Fence\",\"private\":false,\"suptitle\":\"By Claire Denis\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940698-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940698-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940698-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-fence\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295647\",\"region\":[\"Africa\"],\"thematique\":[\"Decolonization\"],\"all_sold_out\":false},{\"id\":\"c948cd63-d2d6-42cf-a32a-63d4bdd7916e\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T14:00:00+01:00\"},\"time\":\"14h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295657\",\"type\":[\"Forum\"],\"title\":\"Is Europe at War?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Facing War<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173203-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173203-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173203-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/is-europe-at-war\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295657\",\"region\":[\"Europe\"],\"thematique\":[\"Conflict\",\"Economy and Politics\"]},{\"id\":\"3a8e38d2-8277-41a5-8ca8-ca31226b5ba3\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T14:00:00+01:00\"},\"time\":\"14h\",\"venue\":\"Espace Pito\u00ebff \u2013 Librairie\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"296316\",\"type\":[\"Event\"],\"title\":\"Inclusive Education: From Policy to Practice\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173486-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173486-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173486-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/inclusive-education-from-policy-to-practice\\\/\",\"free\":true,\"sold_out\":false,\"region\":[\"Switzerland\"],\"thematique\":[\"Children's Rights\",\"Social Issues\"]},{\"id\":\"f149e469-a95e-4514-802e-67e476acd34c\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T14:00:00+01:00\"},\"time\":\"14h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1212825\",\"type\":[\"Film\"],\"title\":\"Facing War\",\"private\":false,\"suptitle\":\"By Tommy Gulliksen\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940730-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940730-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940730-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/facing-war\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295657\",\"region\":[\"Europe\"],\"thematique\":[\"Conflict\",\"Economy and Politics\"],\"film_from_forum\":true},{\"id\":\"99765fed-6256-480d-b69c-6a44849c4faf\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T15:00:00+01:00\"},\"time\":\"15h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295665\",\"type\":[\"Forum\"],\"title\":\"How Can Europe Resist Re-Fascisation?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Meloni Rising<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173458-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173458-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173458-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/how-can-europe-resist-re-fascisation\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295665\",\"region\":[\"Europe\"],\"thematique\":[\"Economy and Politics\",\"Freedom and Democracy\"]},{\"id\":\"d67c22b6-34c2-4698-b8f9-b948bd6aa22f\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T15:00:00+01:00\"},\"time\":\"15h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1213011\",\"type\":[\"Film\"],\"title\":\"Meloni Rising\",\"private\":false,\"suptitle\":\"By Anna Bonalume and Jeremy Frey\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940643-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940643-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940643-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/meloni-rising\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295665\",\"region\":[\"Europe\"],\"thematique\":[\"Economy and Politics\",\"Freedom and Democracy\"],\"film_from_forum\":true},{\"id\":\"410bab6a-a7c7-4a62-a82f-cd70a247e754\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T15:30:00+01:00\"},\"time\":\"15h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196861\",\"type\":[\"Film\"],\"title\":\"Between Dreams and Hope\",\"private\":false,\"suptitle\":\"By Farnoosh Samadi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940680-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940680-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940680-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/between-dreams-and-hope\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295637\",\"region\":[\"Middle East\"],\"thematique\":[\"LGBTQIA+\",\"Social Issues\"],\"all_sold_out\":false},{\"id\":\"2a0b0645-51d9-4fe0-b9a3-fc308afbecd1\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T16:00:00+01:00\"},\"time\":\"16h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1211673\",\"type\":[\"Film\"],\"title\":\"Black Water\",\"private\":false,\"suptitle\":\"By Natxo Leuza\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940636-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940636-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940636-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/black-water\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295684\",\"region\":[\"Asia\"],\"thematique\":[\"Environment and Climate\",\"Exile\"],\"all_sold_out\":false},{\"id\":\"eeec1357-a934-4625-8584-43716a50c609\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T18:00:00+01:00\"},\"time\":\"18h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1211823\",\"type\":[\"Film\"],\"title\":\"A Fox Under a Pink Moon\",\"private\":false,\"suptitle\":\"By Mehrdad Oskouei and Soraya Akhlaghi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940577-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940577-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940577-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/a-fox-under-a-pink-moon\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295640\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Exile\",\"Women and Girls' Rights\"],\"all_sold_out\":false},{\"id\":\"012efe60-61db-422d-b09e-3bb5690887fc\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T18:15:00+01:00\"},\"time\":\"18h15\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196893\",\"type\":[\"Film\"],\"title\":\"Lost Land\",\"private\":false,\"suptitle\":\"By Akio Fujimoto\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940704-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940704-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940704-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/lost-land\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295646\",\"region\":[\"Asia\"],\"thematique\":[\"Ethnic Discrimination\",\"Exile\"],\"all_sold_out\":false},{\"id\":\"8f82c16f-5021-4b01-983a-577203905182\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[{\"icon\":\"Surtitrage\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/st.svg\",\"info\":\"The discussion following the screening will be surtitled in French\"}],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295659\",\"type\":[\"Forum\"],\"title\":\"United States: The Authoritarian Turn\",\"private\":false,\"suptitle\":\"Preceded by the film <em>The Librarians<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173202-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173202-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173202-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/united-states-the-authoritarian-turn\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295659\",\"region\":[\"North America\"],\"thematique\":[\"Freedom and Democracy\",\"International Law\"]},{\"id\":\"2cb5d34b-0d2b-423f-9ffa-f35e5e2937c7\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1212858\",\"type\":[\"Film\"],\"title\":\"The Librarians\",\"private\":false,\"suptitle\":\"By Kim A. Snyder\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940713-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940713-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940713-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-librarians\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295659\",\"region\":[],\"thematique\":[\"Freedom and Democracy\",\"LGBTQIA+\",\"Literature\"],\"film_from_forum\":true},{\"id\":\"68fa3321-4037-4559-8bfd-f8da0ed0f483\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295677\",\"type\":[\"Forum\"],\"title\":\"Argentina: Fifty Years After the Dictatorship\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Identidad<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173451-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173451-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173451-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/argentina-fifty-years-after-the-dictatorship\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295677\",\"region\":[\"Latin America\"],\"thematique\":[\"Civil Movements\",\"Memory and History\"]},{\"id\":\"78781f02-0abb-4f89-b27a-46efaa409a95\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211886\",\"type\":[\"Film\"],\"title\":\"Identidad\",\"private\":false,\"suptitle\":\"By Florencia Santucho and Rodrigo V\u00e1zquez-Salessi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940701-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940701-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940701-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/identidad\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295677\",\"region\":[\"Latin America\"],\"thematique\":[\"Civil Movements\",\"Memory and History\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"2dd2914d-0414-41bc-9e13-3e14f21da75f\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T20:45:00+01:00\"},\"time\":\"20h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1211811\",\"type\":[\"Film\"],\"title\":\"Letters from Wolf Street\",\"private\":false,\"suptitle\":\"By Arjun Talwar\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940649-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940649-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940649-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/letters-from-wolf-street\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295649\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Art and Engagement\",\"Freedom and Democracy\"],\"all_sold_out\":false},{\"id\":\"79dc3c97-e47a-4fac-965c-b6f591f2c86f\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196895\",\"type\":[\"Film\"],\"title\":\"Palestine 36\",\"private\":false,\"suptitle\":\"By Annemarie Jacir\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940706-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940706-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940706-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/palestine-36\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295641\",\"region\":[\"Middle East\"],\"thematique\":[\"Decolonization\",\"Memory and History\"],\"all_sold_out\":false},{\"id\":\"53793f01-80bc-4189-a22e-635ae2363311\",\"date\":{\"value\":\"20260307\",\"name\":\"Saturday 7 March 2026\",\"isodate\":\"2026-03-07T23:30:00+01:00\"},\"time\":\"23h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Librairie\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Rencontre\",\"type\":\"festival\"}],\"from\":\"297321\",\"type\":[\"Event\"],\"title\":\"Book signing of Daniel Santucho\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173580-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173580.webp\",800,450],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173580.webp\",800,450]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/book-signing-of-daniel-santucho\\\/\",\"free\":false,\"sold_out\":false,\"region\":[\"Latin America\"],\"thematique\":[\"Literature\",\"Memory and History\"]},{\"id\":\"878a4ec9-3a2e-4c61-b9c7-4284d7eaae2f\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T13:30:00+01:00\"},\"time\":\"13h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295699\",\"type\":[\"Forum\"],\"title\":\"DRC: War, Minerals and Impunity\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Of Mud and Blood<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173201-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173201-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173201-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/drc-war-minerals-and-impunity\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295699\",\"region\":[\"Africa\"],\"thematique\":[\"Conflict\",\"Economy and Politics\"]},{\"id\":\"1c6418c0-6393-4e5b-a5a0-ab450d8aa549\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T13:30:00+01:00\"},\"time\":\"13h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1212849\",\"type\":[\"Film\"],\"title\":\"Of Mud and Blood\",\"private\":false,\"suptitle\":\"By Jean-Gabriel Leynaud\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940723-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940723-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940723-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/of-mud-and-blood\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295699\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Innovation and Technology\",\"Labour Rights\"],\"film_from_forum\":true},{\"id\":\"58a8afda-6fc1-4023-be72-4f81ff15c111\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T14:00:00+01:00\"},\"time\":\"14h\",\"venue\":\"Espace Pito\u00ebff \u2013 Librairie\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"296328\",\"type\":[\"Event\"],\"title\":\"Images and Mass Atrocities\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173487-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173487-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173487-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/images-and-mass-atrocities\\\/\",\"free\":true,\"sold_out\":false,\"region\":[],\"thematique\":[\"Memory and History\",\"Racial Discrimination\"]},{\"id\":\"39285b28-3b5b-43fe-ad22-1793807e1c69\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T14:00:00+01:00\"},\"time\":\"14h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295714\",\"type\":[\"Forum\"],\"title\":\"The Anti-Trans Crusade: From Washington to Warsaw\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Just Kids<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173461-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173461-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173461-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/the-anti-trans-crusade-from-washington-to-warsaw\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295714\",\"region\":[],\"thematique\":[\"Health\",\"LGBTQIA+\",\"Social Issues\"]},{\"id\":\"faa75943-0fff-4a98-9bb3-8c76c3e9a87e\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T14:00:00+01:00\"},\"time\":\"14h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211868\",\"type\":[\"Film\"],\"title\":\"Just Kids\",\"private\":false,\"suptitle\":\"By Gianna Toboni\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941533-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941533-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941533-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/just-kids\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295714\",\"region\":[],\"thematique\":[\"Children's Rights\",\"Health\",\"LGBTQIA+\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"11e9fe4c-bc9e-41ae-8943-f28d76ffc0d4\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T15:00:00+01:00\"},\"time\":\"15h\",\"venue\":\"Fonction: Cin\u00e9ma\",\"accessibility\":[{\"icon\":\"Audio Description\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/ade.svg\",\"info\":\"Screening with audio description via Greta application\"}],\"section\":[{\"name\":\"Special Screening\",\"type\":\"festival\"}],\"from\":\"295964\",\"type\":[\"Special Screening\"],\"title\":\"Voices of Belleville\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Belleville Beats<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173481-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173481-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173481-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/voices-of-belleville\\\/\",\"free\":true,\"sold_out\":false,\"shop_id\":\"295964\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Health\",\"Social Issues\"]},{\"id\":\"8dfd2cc6-5b74-4591-abfe-5a64a04e1ff2\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T15:00:00+01:00\"},\"time\":\"15h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1167923\",\"type\":[\"Film\"],\"title\":\"Runa Simi\",\"private\":false,\"suptitle\":\"By Augusto Zegarra\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941524-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941524-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941524-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/runa-simi\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295729\",\"region\":[\"Latin America\"],\"thematique\":[\"Art and Engagement\",\"Indigenous Rights\"],\"all_sold_out\":false},{\"id\":\"9a0b1ee0-4a94-4ea4-be70-6b843fd4a3d8\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T15:00:00+01:00\"},\"time\":\"15h\",\"venue\":\"Fonction: Cin\u00e9ma\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1173275\",\"type\":[\"Film\"],\"title\":\"Belleville Beats\",\"private\":false,\"suptitle\":\"By Hugo Sobelman\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/belleville-beats\\\/\",\"free\":true,\"sold_out\":false,\"shop_id\":\"295964\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Social Issues\"],\"film_from_event\":true,\"all_sold_out\":false},{\"id\":\"48e5d03e-bf31-4670-9f0c-bf27588a5a16\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T15:30:00+01:00\"},\"time\":\"15h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"12639\",\"type\":[\"Film Package\"],\"title\":\"From Ground Zero +\",\"private\":false,\"suptitle\":\"Selection of 3 short films\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/954-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/954-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/954-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film_package\\\/from-ground-zero\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295455\",\"region\":[\"Middle East\"],\"thematique\":[\"Art and Engagement\",\"Exile\",\"Health\",\"Women and Girls' Rights\"]},{\"id\":\"639a4451-59ce-4d3a-96a2-45f40e50b75a\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T15:30:00+01:00\"},\"time\":\"15h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1213112\",\"type\":[\"Film\"],\"title\":\"Hassan\",\"private\":false,\"suptitle\":\"By Mohammed Al Sharif\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940693-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940693-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940693-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/hassan\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295455\",\"region\":[\"Middle East\"],\"thematique\":[\"Exile\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"8306091d-dcaa-4971-9125-753180ac2a74\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T15:30:00+01:00\"},\"time\":\"15h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1213117\",\"type\":[\"Film\"],\"title\":\"The Wish\",\"private\":false,\"suptitle\":\"By Aws Al Banna\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940694-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940694-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940694-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-wish\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295455\",\"region\":[\"Middle East\"],\"thematique\":[\"Art and Engagement\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"4770751b-a841-4f50-bac6-37797a31f756\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T15:30:00+01:00\"},\"time\":\"15h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1213113\",\"type\":[\"Film\"],\"title\":\"Very Small Dreams\",\"private\":false,\"suptitle\":\"By I\u2019timad Washah\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940705-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940705-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940705-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/very-small-dreams\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295455\",\"region\":[\"Middle East\"],\"thematique\":[\"Health\",\"Women and Girls' Rights\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"19b08b42-4cbb-43fd-8a0c-02921505ecca\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T16:00:00+01:00\"},\"time\":\"16h\",\"venue\":\"Mus\u00e9e d\u2019ethnographie de Gen\u00e8ve (MEG)\",\"accessibility\":[],\"section\":[{\"name\":\"Special Screening\",\"type\":\"festival\"}],\"from\":\"295847\",\"type\":[\"Special Screening\"],\"title\":\"Restitution: Museums and Colonial Legacies\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Elephants & Squirrels<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173931-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173931.webp\",640,360],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173931.webp\",640,360]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/restitution-museums-and-colonial-legacies\\\/\",\"free\":true,\"sold_out\":false,\"region\":[\"Switzerland\"],\"thematique\":[\"Art and Engagement\",\"Decolonization\",\"Memory and History\"]},{\"id\":\"c94ec3cb-8157-4f39-acbc-b167a6df7083\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T16:00:00+01:00\"},\"time\":\"16h\",\"venue\":\"Mus\u00e9e d\u2019ethnographie de Gen\u00e8ve (MEG)\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1171954\",\"type\":[\"Film\"],\"title\":\"Elephants & Squirrels\",\"private\":false,\"suptitle\":\"By Gregor Br\u00e4ndli\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949607-480x201.webp\",480,201],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949607-854x358.webp\",854,358],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949607-1280x536.webp\",1280,536]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/elephants-squirrels\\\/\",\"free\":true,\"sold_out\":false,\"region\":[\"Switzerland\"],\"thematique\":[\"Art and Engagement\",\"Decolonization\",\"Memory and History\"],\"film_from_event\":true,\"all_sold_out\":false},{\"id\":\"a48398ec-8c40-48b0-96ba-9bdfdcc15ecf\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T17:30:00+01:00\"},\"time\":\"17h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196864\",\"type\":[\"Film\"],\"title\":\"Cotton Queen\",\"private\":false,\"suptitle\":\"By Suzannah Mirghani\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940682-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940682-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940682-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/cotton-queen\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295734\",\"region\":[\"Africa\"],\"thematique\":[\"Memory and History\",\"Women and Girls' Rights\"],\"all_sold_out\":false},{\"id\":\"b537558d-0408-4b3f-84a9-a59c7aa288da\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T18:00:00+01:00\"},\"time\":\"18h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1211678\",\"type\":[\"Film\"],\"title\":\"Silver\",\"private\":false,\"suptitle\":\"By Natalia Koniarz\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940678-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940678-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940678-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/silver\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295624\",\"region\":[\"Latin America\"],\"thematique\":[\"Children's Rights\",\"Labour Rights\"],\"all_sold_out\":false},{\"id\":\"d2da1b94-b579-4d91-9603-f7cd633b6568\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Impact Spotlight\",\"type\":\"festival\"}],\"from\":\"295721\",\"type\":[\"Impact Spotlight\"],\"title\":\"Social Media on Trial\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Molly vs the Machines<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173582-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173582-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173582-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/social-media-on-trial\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295721\",\"region\":[],\"thematique\":[\"Children's Rights\",\"Civil Movements\",\"Innovation and Technology\"]},{\"id\":\"f5e9c374-4a2f-4d2a-b5bd-b69c95363fdb\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1167937\",\"type\":[\"Film\"],\"title\":\"Molly vs the Machines\",\"private\":false,\"suptitle\":\"By Marc Silver\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954055-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954055-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954055-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/molly-vs-the-machines\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295721\",\"region\":[],\"thematique\":[\"Children's Rights\",\"Innovation and Technology\",\"Justice\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"b1b07cfc-13bf-4267-b414-76c02f28f135\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T19:45:00+01:00\"},\"time\":\"19h45\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Special Screening\",\"type\":\"festival\"}],\"from\":\"295724\",\"type\":[\"Special Screening\"],\"title\":\"Discussion around the film <em>From GAZA with LOVE<\\\/em>\",\"private\":false,\"suptitle\":\"Preceded by the film <em>From GAZA with LOVE<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173474-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173474-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173474-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/discussion-around-the-film-from-gaza-with-love\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295724\",\"region\":[\"Middle East\"],\"thematique\":[\"Children's Rights\",\"Conflict\"]},{\"id\":\"28480c8e-a714-4b0d-914c-895f5ecc06d5\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T19:45:00+01:00\"},\"time\":\"19h45\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1214009\",\"type\":[\"Film\"],\"title\":\"From GAZA with LOVE\",\"private\":false,\"suptitle\":\"By Suhail Nassar, Charles Villa, Elie Dupont and Mathias Hillion\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941770-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941770-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941770-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/from-gaza-with-love\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295724\",\"region\":[\"Middle East\"],\"thematique\":[\"Children's Rights\",\"Conflict\"],\"film_from_event\":true},{\"id\":\"07ba211e-8745-4b68-9dc0-dbae6cbc48be\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T20:00:00+01:00\"},\"time\":\"20h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196871\",\"type\":[\"Film\"],\"title\":\"Laundry\",\"private\":false,\"suptitle\":\"By Zamo Mkhwanazi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940696-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940696-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940696-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/laundry\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295737\",\"region\":[\"Africa\"],\"thematique\":[\"Justice\",\"Racial Discrimination\"],\"all_sold_out\":false},{\"id\":\"89f86f28-f675-42d8-9d30-a8b283cd3fe9\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"12640\",\"type\":[\"Film Package\"],\"title\":\"10 Years of The Guardian Documentaries\",\"private\":false,\"suptitle\":\"Selection of 3 short films\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/953-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/953-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/953-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film_package\\\/10-years-of-the-guardian-documentaries\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295736\",\"region\":[\"North America\"],\"thematique\":[\"Activism\",\"Freedom and Democracy\",\"Social Issues\",\"Women and Girls' Rights\"]},{\"id\":\"0b0570ce-4b83-4b0c-8d0d-181907222a5d\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1213231\",\"type\":[\"Film\"],\"title\":\"My Brother's Keeper\",\"private\":false,\"suptitle\":\"By Laurence Topham\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940736-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940736-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940736-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/my-brothers-keeper\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295736\",\"region\":[\"North America\"],\"thematique\":[\"Freedom and Democracy\"],\"film_from_film_package\":true},{\"id\":\"e2340f62-3cad-4003-8137-10333fde4acc\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1213208\",\"type\":[\"Film\"],\"title\":\"We Did Not Consent\",\"private\":false,\"suptitle\":\"By Dorothy Allen-Pickard\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940876-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940876-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940876-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/we-did-not-consent\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295736\",\"region\":[],\"thematique\":[\"Activism\",\"Women and Girls' Rights\"],\"film_from_film_package\":true},{\"id\":\"9fc51d51-afb0-4aea-ab8a-e513fbdbc0d8\",\"date\":{\"value\":\"20260308\",\"name\":\"Sunday 8 March 2026\",\"isodate\":\"2026-03-08T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1213202\",\"type\":[\"Film\"],\"title\":\"Give Me Shelter\",\"private\":false,\"suptitle\":\"By Tom Silverstone\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940877-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940877-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940877-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/give-me-shelter\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295736\",\"region\":[],\"thematique\":[\"Social Issues\",\"Women and Girls' Rights\"],\"film_from_film_package\":true},{\"id\":\"33d6012d-62e3-42ec-a855-c5ae548084d7\",\"date\":{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\",\"isodate\":\"2026-03-09T18:15:00+01:00\"},\"time\":\"18h15\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211865\",\"type\":[\"Film\"],\"title\":\"Disunited Nations\",\"private\":false,\"suptitle\":\"By Christophe Cotteret\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949470-480x340.webp\",480,340],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949470-854x604.webp\",854,604],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949470-1280x905.webp\",1280,905]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/disunited-nations\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295716\",\"region\":[],\"thematique\":[\"Conflict\",\"Economy and Politics\",\"International Law\"],\"all_sold_out\":false},{\"id\":\"ec244e31-5117-46a4-afd0-9901f317b554\",\"date\":{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\",\"isodate\":\"2026-03-09T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Maison de la Paix (Graduate Institute) \u2013 Auditoire Pictet\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"296381\",\"type\":[\"Forum\"],\"title\":\"Iran: Voices of Uprising\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Where God Is Not<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173505-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173505-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173505-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/iran-voices-of-uprising\\\/\",\"free\":false,\"sold_out\":false,\"link_for_sale\":\"https:\\\/\\\/www.graduateinstitute.ch\\\/communications\\\/events\\\/iran-voices-uprising\",\"region\":[\"Middle East\"],\"thematique\":[\"Conflict\",\"Freedom and Democracy\"]},{\"id\":\"bb1141ae-9ed4-4a0e-8b98-aaeeede8f427\",\"date\":{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\",\"isodate\":\"2026-03-09T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211838\",\"type\":[\"Film\"],\"title\":\"Freedom - Shewit's Destiny\",\"private\":false,\"suptitle\":\"By Anne-Fr\u00e9d\u00e9rique Widmann\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940697-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940697-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940697-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/freedom-shewits-destiny\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295709\",\"region\":[\"Switzerland\"],\"thematique\":[\"Exile\",\"Freedom and Democracy\"],\"all_sold_out\":false},{\"id\":\"002249ca-8122-4db3-830a-cc612bbd3631\",\"date\":{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\",\"isodate\":\"2026-03-09T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Maison de la Paix (Graduate Institute) \u2013 Auditoire Pictet\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1215176\",\"type\":[\"Film\"],\"title\":\"Where God Is Not\",\"private\":false,\"suptitle\":\"By Mehran Tamadon\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940278-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940278-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940278.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/where-god-is-not\\\/\",\"free\":false,\"sold_out\":false,\"link_for_sale\":\"https:\\\/\\\/www.graduateinstitute.ch\\\/communications\\\/events\\\/iran-voices-uprising\",\"region\":[\"Middle East\"],\"thematique\":[\"Health\",\"Justice\"],\"film_from_forum\":true},{\"id\":\"9a2bff17-6828-45b9-9135-53934f9bc1a5\",\"date\":{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\",\"isodate\":\"2026-03-09T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[{\"icon\":\"Surtitrage\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/st.svg\",\"info\":\"The discussion following the screening will be surtitled in French\"}],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295708\",\"type\":[\"Forum\"],\"title\":\"Solidarity Is Not a Slogan\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Dockworkers<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173449-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173449-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173449-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/solidarity-is-not-a-slogan\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295708\",\"region\":[],\"thematique\":[\"Activism\",\"Civil Movements\",\"Social Issues\"]},{\"id\":\"c043cc61-4f1f-422f-8843-b9bd7a3fc481\",\"date\":{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\",\"isodate\":\"2026-03-09T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211862\",\"type\":[\"Film\"],\"title\":\"Dockworkers\",\"private\":false,\"suptitle\":\"By Perla Sardella\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941540-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941540-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941540-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/dockworkers\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295708\",\"region\":[],\"thematique\":[\"Activism\",\"Civil Movements\",\"Economy and Politics\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"0b4ddf61-9a0d-47af-ac27-baa1bd80b8ec\",\"date\":{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\",\"isodate\":\"2026-03-09T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Impact Spotlight\",\"type\":\"festival\"}],\"from\":\"295634\",\"type\":[\"Impact Spotlight\"],\"title\":\"Wittenoom: Poisoned Land, Ignored Crime\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Yurlu | Country<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173468-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173468-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173468-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/wittenoom-poisoned-land-ignored-crime\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295634\",\"region\":[],\"thematique\":[\"Environment and Climate\",\"Health\",\"Indigenous Rights\"]},{\"id\":\"957a373e-d6c4-4efb-857d-a376c1c1c415\",\"date\":{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\",\"isodate\":\"2026-03-09T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1166071\",\"type\":[\"Film\"],\"title\":\"Yurlu | Country\",\"private\":false,\"suptitle\":\"By Yaara Bou Melhem\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/yurlu-country\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295634\",\"region\":[],\"thematique\":[\"Environment and Climate\",\"Health\",\"Indigenous Rights\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"b42083e6-e848-4bae-ab4c-29254c199a6f\",\"date\":{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\",\"isodate\":\"2026-03-09T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1173138\",\"type\":[\"Film\"],\"title\":\"The System\",\"private\":false,\"suptitle\":\"By Joris Postema\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940714-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940714-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940714-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-system\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295713\",\"region\":[],\"thematique\":[\"Activism\",\"Civil Movements\",\"Environment and Climate\"],\"all_sold_out\":false},{\"id\":\"3c1aea2f-7439-4eb7-911a-f9e16d8a12fa\",\"date\":{\"value\":\"20260309\",\"name\":\"Monday 9 March 2026\",\"isodate\":\"2026-03-09T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196866\",\"type\":[\"Film\"],\"title\":\"It Would Be Night in Caracas\",\"private\":false,\"suptitle\":\"By Mariana Rond\u00f3n and Marit\u00e9 Ug\u00e1s\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940690-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940690-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940690-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/it-would-be-night-in-caracas\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295719\",\"region\":[\"Latin America\"],\"thematique\":[\"Civil Movements\",\"Exile\"],\"all_sold_out\":false},{\"id\":\"c4b6f9a2-3412-474a-9008-b8d93d533ef6\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T12:00:00+01:00\"},\"time\":\"12h\",\"venue\":\"Soci\u00e9t\u00e9 de Lecture\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Rencontre\",\"type\":\"festival\"}],\"from\":\"296329\",\"type\":[\"Event\"],\"title\":\"The Digital Future of Humanity by Mark Hunyadi\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173488-480x251.webp\",480,251],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173488-854x447.webp\",854,447],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173488.webp\",1000,523]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/the-digital-future-of-humanity-by-mark-hunyadi\\\/\",\"free\":false,\"sold_out\":false,\"link_for_sale\":\"https:\\\/\\\/www.societe-de-lecture.ch\\\/events\\\/cycle-2026-mark-hunyadi-attention-mardi\\\/#em-event-booking-form\",\"region\":[],\"thematique\":[\"Innovation and Technology\",\"Literature\"]},{\"id\":\"50e94ea5-00ad-4192-bea5-6082aec77d83\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T18:15:00+01:00\"},\"time\":\"18h15\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1211815\",\"type\":[\"Film\"],\"title\":\"Mailin\",\"private\":false,\"suptitle\":\"By Mar\u00eda Silvia Esteve\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940651-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940651-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940651-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/mailin\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295726\",\"region\":[],\"thematique\":[\"Children's Rights\",\"Justice\",\"Social Issues\"],\"all_sold_out\":false},{\"id\":\"64d2d07a-e03f-4a7f-b234-f6ba90d154aa\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295723\",\"type\":[\"Forum\"],\"title\":\"When AI Targets Our Minds\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Temps pr\u00e9sent : IA mon confident mortel<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173453-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173453-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173453-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/when-ai-targets-our-minds\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295723\",\"region\":[],\"thematique\":[\"Freedom and Democracy\",\"Innovation and Technology\",\"Social Issues\"]},{\"id\":\"bf96fd1f-bd44-47cf-89be-0a8196dad563\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Maison de la Paix (Graduate Institute) \u2013 Auditoire Pictet\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295712\",\"type\":[\"Forum\"],\"title\":\"What Future for International Geneva?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Solidarity<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173465-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173465-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173465-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/what-future-for-international-geneva\\\/\",\"free\":false,\"sold_out\":false,\"link_for_sale\":\"https:\\\/\\\/www.graduateinstitute.ch\\\/communications\\\/events\\\/what-future-international-geneva\",\"region\":[\"Switzerland\"],\"thematique\":[\"Economy and Politics\",\"Humanitarian Aid\",\"International Law\"]},{\"id\":\"c6a1740b-f6ad-41d9-8ce0-dcad43735d97\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1213013\",\"type\":[\"Film\"],\"title\":\"Temps pr\u00e9sent : IA mon confident mortel\",\"private\":false,\"suptitle\":\"By Jacqueline Dubuis and Corinne Portier\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940630-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940630-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940630-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/temps-present-ia-mon-confident-mortel\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295723\",\"region\":[],\"thematique\":[\"Health\",\"Innovation and Technology\",\"Social Issues\"],\"film_from_forum\":true},{\"id\":\"efce2ed3-7233-4102-bdd2-eac2f29cfbe9\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Maison de la Paix (Graduate Institute) \u2013 Auditoire Pictet\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211857\",\"type\":[\"Film\"],\"title\":\"Solidarity\",\"private\":false,\"suptitle\":\"By David Bernet\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940707-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940707-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940707-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/solidarity\\\/\",\"free\":false,\"sold_out\":false,\"link_for_sale\":\"https:\\\/\\\/www.graduateinstitute.ch\\\/communications\\\/events\\\/what-future-international-geneva\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Humanitarian Aid\",\"International Law\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"e70d6850-a21d-43b0-9735-2490a1b25de4\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T18:45:00+01:00\"},\"time\":\"18h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1167923\",\"type\":[\"Film\"],\"title\":\"Runa Simi\",\"private\":false,\"suptitle\":\"By Augusto Zegarra\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941524-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941524-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941524-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/runa-simi\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295730\",\"region\":[\"Latin America\"],\"thematique\":[\"Art and Engagement\",\"Indigenous Rights\"],\"all_sold_out\":false},{\"id\":\"e5264424-56a4-4d23-b4ca-6ee1077bf6f1\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295692\",\"type\":[\"Forum\"],\"title\":\"Gaza: Resisting, Bearing Witness, Creating\",\"private\":false,\"suptitle\":\"Preceded by the short films selection <em>From Ground Zero +<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173462-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173462-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173462-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/gaza-resisting-bearing-witness-creating\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295692\",\"region\":[\"Middle East\"],\"thematique\":[\"Art and Engagement\",\"Conflict\"]},{\"id\":\"ac982ae1-97bb-4584-8bff-c85ef043929f\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1213112\",\"type\":[\"Film\"],\"title\":\"Hassan\",\"private\":false,\"suptitle\":\"By Mohammed Al Sharif\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940693-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940693-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940693-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/hassan\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295692\",\"region\":[\"Middle East\"],\"thematique\":[\"Exile\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"2fd8bf6e-17bd-4709-9462-14340ab03510\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1213117\",\"type\":[\"Film\"],\"title\":\"The Wish\",\"private\":false,\"suptitle\":\"By Aws Al Banna\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940694-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940694-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940694-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-wish\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295692\",\"region\":[\"Middle East\"],\"thematique\":[\"Art and Engagement\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"49c4f3b0-b4d8-4eae-9e78-f6e548f42b81\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1213113\",\"type\":[\"Film\"],\"title\":\"Very Small Dreams\",\"private\":false,\"suptitle\":\"By I\u2019timad Washah\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940705-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940705-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940705-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/very-small-dreams\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295692\",\"region\":[\"Middle East\"],\"thematique\":[\"Health\",\"Women and Girls' Rights\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"4125a99c-2924-4ac4-b6db-e5f105394102\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T20:45:00+01:00\"},\"time\":\"20h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196868\",\"type\":[\"Film\"],\"title\":\"Julian\",\"private\":false,\"suptitle\":\"By Cato Kusters\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940691-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940691-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940691-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/julian\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295732\",\"region\":[],\"thematique\":[\"Health\",\"LGBTQIA+\"],\"all_sold_out\":false},{\"id\":\"a87587ad-df1c-41cb-b322-61cc884c71b0\",\"date\":{\"value\":\"20260310\",\"name\":\"Tuesday 10 March 2026\",\"isodate\":\"2026-03-10T21:15:00+01:00\"},\"time\":\"21h15\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211886\",\"type\":[\"Film\"],\"title\":\"Identidad\",\"private\":false,\"suptitle\":\"By Florencia Santucho and Rodrigo V\u00e1zquez-Salessi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940701-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940701-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940701-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/identidad\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295679\",\"region\":[\"Latin America\"],\"thematique\":[\"Civil Movements\",\"Memory and History\"],\"all_sold_out\":false},{\"id\":\"6d59983b-1578-47f9-b412-e66588f09cd7\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T11:00:00+01:00\"},\"time\":\"11h\",\"venue\":\"Mus\u00e9e d\u2019ethnographie de Gen\u00e8ve (MEG)\",\"accessibility\":[{\"icon\":\"Audio Description\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/ade.svg\",\"info\":\"Screening with audio description via Greta application\"},{\"icon\":\"S\u00e9ance Relax\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/sr.svg\",\"info\":\"This screening is a Relax screening\"}],\"section\":[{\"name\":\"Young Public\",\"type\":\"festival\"}],\"from\":\"1215205\",\"type\":[\"Film\"],\"title\":\"Olivia et le tremblement de terre invisible\",\"private\":false,\"suptitle\":\"By Irene Iborra Rizo\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943455-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943455-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943455-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/olivia-et-le-tremblement-de-terre-invisible\\\/\",\"free\":true,\"sold_out\":false,\"region\":[],\"thematique\":[\"Social Issues\",\"Youth\"]},{\"id\":\"781a8528-0933-4d4c-a127-507f0d3bb49a\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T14:00:00+01:00\"},\"time\":\"14h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[{\"icon\":\"Audio Description\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/ade.svg\",\"info\":\"Screening with audio description via Greta application\"}],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1173275\",\"type\":[\"Film\"],\"title\":\"Belleville Beats\",\"private\":false,\"suptitle\":\"By Hugo Sobelman\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/belleville-beats\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295838\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Social Issues\"],\"all_sold_out\":false},{\"id\":\"f67b42e0-6128-4897-8a18-13e45c8b8a8c\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T14:45:00+01:00\"},\"time\":\"14h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[{\"icon\":\"S\u00e9ance Relax\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/sr.svg\",\"info\":\"This screening is a Relax screening\"}],\"section\":[{\"name\":\"Young Public\",\"type\":\"festival\"}],\"from\":\"1215215\",\"type\":[\"Film\"],\"title\":\"La Vie de ch\u00e2teau, mon enfance \u00e0 Versailles\",\"private\":false,\"suptitle\":\"By Cl\u00e9mence Madeleine-Perdrillat and Nathaniel H\u2019limi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943454-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943454-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943454-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/la-vie-de-chateau-mon-enfance-a-versailles\\\/\",\"free\":false,\"sold_out\":false,\"link_for_sale\":\" https:\\\/\\\/www.cinemas-du-grutli.ch\\\/films\\\/54201-la-vie-de-chateau-mon-enfance-versailles\",\"region\":[],\"thematique\":[\"Social Issues\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"f795d9e5-50df-4aa5-86bf-5b4d7932e1ad\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T18:15:00+01:00\"},\"time\":\"18h15\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1211811\",\"type\":[\"Film\"],\"title\":\"Letters from Wolf Street\",\"private\":false,\"suptitle\":\"By Arjun Talwar\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940649-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940649-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940649-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/letters-from-wolf-street\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295650\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Art and Engagement\",\"Freedom and Democracy\"],\"all_sold_out\":false},{\"id\":\"33360be5-84a1-41e0-acfa-939e74d32876\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196895\",\"type\":[\"Film\"],\"title\":\"Palestine 36\",\"private\":false,\"suptitle\":\"By Annemarie Jacir\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940706-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940706-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940706-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/palestine-36\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295643\",\"region\":[\"Middle East\"],\"thematique\":[\"Decolonization\",\"Memory and History\"],\"all_sold_out\":false},{\"id\":\"99c6b6f6-b81b-46e1-b2a0-d940112a4ca5\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Librairie\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"296330\",\"type\":[\"Event\"],\"title\":\"Water geopolitics in the age of AI\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173489-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173489-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173489-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/water-geopolitics-in-the-age-of-ai\\\/\",\"free\":true,\"sold_out\":false,\"region\":[],\"thematique\":[\"Economy and Politics\",\"Environment and Climate\",\"Innovation and Technology\"]},{\"id\":\"c2b3d96e-48ed-444c-9b0d-6a75e8754e4b\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295704\",\"type\":[\"Forum\"],\"title\":\"When Unpaid Labour Goes on Strike\",\"private\":false,\"suptitle\":\"Preceded by the film <em>The Day Iceland Stood Still<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173448-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173448-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173448-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/when-unpaid-labour-goes-on-strike\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295704\",\"region\":[],\"thematique\":[\"Civil Movements\",\"Labour Rights\",\"Women and Girls' Rights\"]},{\"id\":\"82315d01-fecb-4301-bb40-2154c0b3cff5\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1212833\",\"type\":[\"Film\"],\"title\":\"The Day Iceland Stood Still\",\"private\":false,\"suptitle\":\"By Pamela Hogan\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940727-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940727-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940727-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-day-iceland-stood-still\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295704\",\"region\":[],\"thematique\":[\"Civil Movements\",\"Labour Rights\",\"Women and Girls' Rights\"],\"film_from_forum\":true},{\"id\":\"d1dcb0ec-2328-49e5-b123-2d1cc55bd56e\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295828\",\"type\":[\"Forum\"],\"title\":\"Towards the Privatisation of Development Aid?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Free Money<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173450-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173450-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173450-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/towards-the-privatisation-of-development-aid\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295828\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Humanitarian Aid\"]},{\"id\":\"cc93dcd1-191c-461d-8124-82a29b055fbb\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1212845\",\"type\":[\"Film\"],\"title\":\"Free Money\",\"private\":false,\"suptitle\":\"By Lauren DeFilippo and Sam Soko\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949517-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949517-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949517-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/free-money\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295828\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Humanitarian Aid\",\"Social Issues\"],\"film_from_forum\":true},{\"id\":\"19ed60a1-805e-49b2-ad25-793eb6e43739\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T20:00:00+01:00\"},\"time\":\"20h\",\"venue\":\"Th\u00e9\u00e2tre Forum Meyrin\",\"accessibility\":[],\"section\":[{\"name\":\"Special Screening\",\"type\":\"festival\"}],\"from\":\"295686\",\"type\":[\"Special Screening\"],\"title\":\"Meyrin Screening & Discussion: <em>Yurlu | Country<\\\/em>\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Yurlu | Country<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173483-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173483-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173483-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/meyrin-screening-discussion-yurlu-country\\\/\",\"free\":true,\"sold_out\":false,\"link_for_sale\":\"https:\\\/\\\/www.meyrinculture.ch\\\/activites\\\/fifdh\",\"region\":[],\"thematique\":[\"Environment and Climate\",\"Health\",\"Indigenous Rights\"]},{\"id\":\"802e97bf-9fae-400b-a46e-6296b118ed3e\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T20:00:00+01:00\"},\"time\":\"20h\",\"venue\":\"Th\u00e9\u00e2tre Forum Meyrin\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1166071\",\"type\":[\"Film\"],\"title\":\"Yurlu | Country\",\"private\":false,\"suptitle\":\"By Yaara Bou Melhem\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/yurlu-country\\\/\",\"free\":true,\"sold_out\":false,\"link_for_sale\":\"https:\\\/\\\/www.meyrinculture.ch\\\/activites\\\/fifdh\",\"region\":[],\"thematique\":[\"Environment and Climate\",\"Health\",\"Indigenous Rights\"],\"film_from_event\":true,\"all_sold_out\":false},{\"id\":\"d4d3d2a0-0264-4b76-b1dc-0ca643d89766\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"12641\",\"type\":[\"Film Package\"],\"title\":\"Voices That Matter\",\"private\":false,\"suptitle\":\"Selection of 6 short films\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film_package\\\/voices-that-matter\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295617\",\"region\":[\"Africa\"],\"thematique\":[\"Art and Engagement\",\"Economy and Politics\",\"Exile\",\"Health\",\"Innovation and Technology\",\"Labour Rights\",\"Memory and History\",\"Social Issues\"],\"all_sold_out\":false},{\"id\":\"94aee14c-7b2f-479d-be0b-54343814f25f\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196871\",\"type\":[\"Film\"],\"title\":\"Laundry\",\"private\":false,\"suptitle\":\"By Zamo Mkhwanazi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940696-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940696-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940696-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/laundry\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295738\",\"region\":[\"Africa\"],\"thematique\":[\"Justice\",\"Racial Discrimination\"],\"all_sold_out\":false},{\"id\":\"a5e89bb3-5e1f-4446-a8c4-7b419da72125\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214910\",\"type\":[\"Film\"],\"title\":\"Morning Circle\",\"private\":false,\"suptitle\":\"By Basma al-Sharif\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/morning-circle\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295617\",\"region\":[],\"thematique\":[\"Exile\",\"Social Issues\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"28bd401a-e0fa-476e-b4f3-ff34df61bbeb\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214911\",\"type\":[\"Film\"],\"title\":\"Those Who Hear the Sun\",\"private\":false,\"suptitle\":\"By Maurizius Staerkle Drux\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/those-who-hear-the-sun\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295617\",\"region\":[],\"thematique\":[\"Health\",\"Social Issues\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"8c17b1f2-346f-405d-89cb-4dc222393721\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214912\",\"type\":[\"Film\"],\"title\":\"Inherited Silence\",\"private\":false,\"suptitle\":\"By Mariam Khatchvani\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/inherited-silence\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295617\",\"region\":[],\"thematique\":[\"Memory and History\",\"Social Issues\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"904cdadb-20f5-4a15-a0a4-162053e5d335\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214915\",\"type\":[\"Film\"],\"title\":\"L'mina\",\"private\":false,\"suptitle\":\"By Randa Maroufi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/lmina\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295617\",\"region\":[],\"thematique\":[\"Labour Rights\",\"Memory and History\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"48e3fca8-1ecc-48f0-a102-04eb6fe7ceef\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214918\",\"type\":[\"Film\"],\"title\":\"The Rock Speaks\",\"private\":false,\"suptitle\":\"By Amy Louise Wilson, Joe-Yves Salankang Sa-Ngol and Francois Knoetze\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-rock-speaks\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295617\",\"region\":[\"Africa\"],\"thematique\":[\"Economy and Politics\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"b11e865d-3548-465d-a3bc-7a4cd5239cb1\",\"date\":{\"value\":\"20260311\",\"name\":\"Wednesday 11 March 2026\",\"isodate\":\"2026-03-11T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214919\",\"type\":[\"Film\"],\"title\":\"I Am Everything\",\"private\":false,\"suptitle\":\"By Jeppe Lange\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/i-am-everything\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295617\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Innovation and Technology\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"58789dbd-33fb-4213-919c-1cf29c747927\",\"date\":{\"value\":\"20260312\",\"name\":\"Thursday 12 March 2026\",\"isodate\":\"2026-03-12T18:15:00+01:00\"},\"time\":\"18h15\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1167937\",\"type\":[\"Film\"],\"title\":\"Molly vs the Machines\",\"private\":false,\"suptitle\":\"By Marc Silver\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954055-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954055-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954055-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/molly-vs-the-machines\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295722\",\"region\":[],\"thematique\":[\"Children's Rights\",\"Innovation and Technology\",\"Justice\"],\"all_sold_out\":false},{\"id\":\"79825fc0-6417-4393-872c-f4b1eac8f3b6\",\"date\":{\"value\":\"20260312\",\"name\":\"Thursday 12 March 2026\",\"isodate\":\"2026-03-12T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1211823\",\"type\":[\"Film\"],\"title\":\"A Fox Under a Pink Moon\",\"private\":false,\"suptitle\":\"By Mehrdad Oskouei and Soraya Akhlaghi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940577-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940577-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940577-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/a-fox-under-a-pink-moon\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295644\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Exile\",\"Women and Girls' Rights\"],\"all_sold_out\":false},{\"id\":\"2ec2900f-4cf9-4739-af29-4ea6343783df\",\"date\":{\"value\":\"20260312\",\"name\":\"Thursday 12 March 2026\",\"isodate\":\"2026-03-12T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Librairie\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"296331\",\"type\":[\"Event\"],\"title\":\"Policing and Human Rights: Order or Disorder?\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173490-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173490-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173490-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/policing-and-human-rights-order-or-disorder\\\/\",\"free\":true,\"sold_out\":false,\"region\":[],\"thematique\":[\"Freedom and Democracy\",\"Justice\"]},{\"id\":\"f3035568-5bb3-4b59-8f14-d8499a7ef741\",\"date\":{\"value\":\"20260312\",\"name\":\"Thursday 12 March 2026\",\"isodate\":\"2026-03-12T18:45:00+01:00\"},\"time\":\"18h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196864\",\"type\":[\"Film\"],\"title\":\"Cotton Queen\",\"private\":false,\"suptitle\":\"By Suzannah Mirghani\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940682-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940682-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940682-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/cotton-queen\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295735\",\"region\":[\"Africa\"],\"thematique\":[\"Memory and History\",\"Women and Girls' Rights\"],\"all_sold_out\":false},{\"id\":\"90370d3a-27ca-40bb-a0df-33b0e376bd08\",\"date\":{\"value\":\"20260312\",\"name\":\"Thursday 12 March 2026\",\"isodate\":\"2026-03-12T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[{\"icon\":\"Surtitrage\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/st.svg\",\"info\":\"The discussion following the screening will be surtitled in French\"}],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295829\",\"type\":[\"Forum\"],\"title\":\"Health: A Right or a Privilege?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Chronically Ignored<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173459-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173459-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173459-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/health-a-right-or-a-privilege\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295829\",\"region\":[],\"thematique\":[\"Health\",\"Social Issues\"]},{\"id\":\"b9a1a674-6925-4a38-8010-158226790293\",\"date\":{\"value\":\"20260312\",\"name\":\"Thursday 12 March 2026\",\"isodate\":\"2026-03-12T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1213010\",\"type\":[\"Film\"],\"title\":\"Chronically Ignored\",\"private\":false,\"suptitle\":\"By Daniela Schmidt-Langels and Sibylle Dahrendorf\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940650-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940650-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940650-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/chronically-ignored\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295829\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Health\"],\"film_from_forum\":true},{\"id\":\"5ed0e545-4650-458c-bba5-9b81ad0503dc\",\"date\":{\"value\":\"20260312\",\"name\":\"Thursday 12 March 2026\",\"isodate\":\"2026-03-12T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196893\",\"type\":[\"Film\"],\"title\":\"Lost Land\",\"private\":false,\"suptitle\":\"By Akio Fujimoto\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940704-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940704-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940704-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/lost-land\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295648\",\"region\":[\"Asia\"],\"thematique\":[\"Ethnic Discrimination\",\"Exile\"],\"all_sold_out\":false},{\"id\":\"d9177061-ba31-4c59-a7e1-ae3c1d98d8da\",\"date\":{\"value\":\"20260312\",\"name\":\"Thursday 12 March 2026\",\"isodate\":\"2026-03-12T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211868\",\"type\":[\"Film\"],\"title\":\"Just Kids\",\"private\":false,\"suptitle\":\"By Gianna Toboni\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941533-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941533-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941533-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/just-kids\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295717\",\"region\":[],\"thematique\":[\"Children's Rights\",\"Health\",\"LGBTQIA+\"],\"all_sold_out\":false},{\"id\":\"51d47160-089a-42f4-b01f-c4248530e120\",\"date\":{\"value\":\"20260312\",\"name\":\"Thursday 12 March 2026\",\"isodate\":\"2026-03-12T21:30:00+01:00\"},\"time\":\"21h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1173735\",\"type\":[\"Film\"],\"title\":\"The Beauty of the Donkey\",\"private\":false,\"suptitle\":\"By Dea Gjinovci\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940644-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940644-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940644-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-beauty-of-the-donkey\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295830\",\"region\":[],\"thematique\":[\"Conflict\",\"Exile\",\"Memory and History\"]},{\"id\":\"9c1d0721-598e-4698-b160-387ad4e64c35\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T15:00:00+01:00\"},\"time\":\"15h\",\"venue\":\"Espace Pito\u00ebff \u2013 Librairie\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"296332\",\"type\":[\"Event\"],\"title\":\"Dr\u00f4le d\u2019\u00e9poque Live at FIFDH\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173491-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173491-854x481.webp\",854,481],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173491-1280x721.webp\",1280,721]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/drole-depoque-live-at-fifdh\\\/\",\"free\":true,\"sold_out\":false,\"region\":[],\"thematique\":[\"Journalism\",\"Social Issues\"]},{\"id\":\"578f819e-44a6-4842-87f1-1dbf6ed2dd47\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1171954\",\"type\":[\"Film\"],\"title\":\"Elephants & Squirrels\",\"private\":false,\"suptitle\":\"By Gregor Br\u00e4ndli\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949607-480x201.webp\",480,201],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949607-854x358.webp\",854,358],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949607-1280x536.webp\",1280,536]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/elephants-squirrels\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295831\",\"region\":[\"Switzerland\"],\"thematique\":[\"Art and Engagement\",\"Decolonization\",\"Memory and History\"],\"all_sold_out\":false},{\"id\":\"619e9b67-56ec-412c-a494-2b18d8755a45\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Librairie\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"296353\",\"type\":[\"Event\"],\"title\":\"Returning to the Wild to Save Humanity?\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173492-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173492-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173492-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/returning-to-the-wild-to-save-humanity\\\/\",\"free\":true,\"sold_out\":false,\"region\":[],\"thematique\":[\"Economy and Politics\",\"Environment and Climate\"]},{\"id\":\"816f72f8-d3d8-42ae-8230-c5ac9423a32e\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"La Parfumerie\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Concert\",\"type\":\"festival\"}],\"from\":\"296369\",\"type\":[\"Event\"],\"title\":\"Echoes of Hope: East Meets West\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173854-480x302.webp\",480,302],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173854-854x538.webp\",854,538],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173854-1280x806.webp\",1280,806]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/echoes-of-hope-east-meets-west\\\/\",\"free\":false,\"sold_out\":false,\"link_for_sale\":\"https:\\\/\\\/www.laparfumerie.ch\\\/evenement\\\/concert-pour-gaza\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Youth\"]},{\"id\":\"3846564e-6554-4e26-85ee-dd9128c9db63\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196866\",\"type\":[\"Film\"],\"title\":\"It Would Be Night in Caracas\",\"private\":false,\"suptitle\":\"By Mariana Rond\u00f3n and Marit\u00e9 Ug\u00e1s\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940690-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940690-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940690-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/it-would-be-night-in-caracas\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295720\",\"region\":[\"Latin America\"],\"thematique\":[\"Civil Movements\",\"Exile\"],\"all_sold_out\":false},{\"id\":\"ae6266bc-86bf-4c30-abfc-e3880911549e\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T20:00:00+01:00\"},\"time\":\"20h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295693\",\"type\":[\"Forum\"],\"title\":\"When Climate Change Forces Displacement\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Black Water<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173464-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173464-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173464-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/when-climate-change-forces-displacement\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295693\",\"region\":[],\"thematique\":[\"Environment and Climate\",\"Exile\"]},{\"id\":\"20e530ea-8dfa-4118-bb1a-55fa8532f8ab\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T20:00:00+01:00\"},\"time\":\"20h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1211673\",\"type\":[\"Film\"],\"title\":\"Black Water\",\"private\":false,\"suptitle\":\"By Natxo Leuza\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940636-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940636-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940636-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/black-water\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295693\",\"region\":[\"Asia\"],\"thematique\":[\"Environment and Climate\",\"Exile\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"39797565-fac4-49ed-ab08-207aad2bfb53\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295718\",\"type\":[\"Forum\"],\"title\":\"The Failure of International Law in Gaza\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Disunited Nations<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173463-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173463-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173463-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/the-failure-of-international-law-in-gaza\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295718\",\"region\":[\"Middle East\"],\"thematique\":[\"Conflict\",\"International Law\"]},{\"id\":\"ba0e6a5e-1741-49bb-b61a-fa404f862751\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T20:30:00+01:00\"},\"time\":\"20h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211865\",\"type\":[\"Film\"],\"title\":\"Disunited Nations\",\"private\":false,\"suptitle\":\"By Christophe Cotteret\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949470-480x340.webp\",480,340],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949470-854x604.webp\",854,604],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949470-1280x905.webp\",1280,905]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/disunited-nations\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295718\",\"region\":[],\"thematique\":[\"Conflict\",\"Economy and Politics\",\"International Law\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"17bf827c-187e-4705-aff4-b13712c2ef2f\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196861\",\"type\":[\"Film\"],\"title\":\"Between Dreams and Hope\",\"private\":false,\"suptitle\":\"By Farnoosh Samadi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940680-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940680-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940680-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/between-dreams-and-hope\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295639\",\"region\":[\"Middle East\"],\"thematique\":[\"LGBTQIA+\",\"Social Issues\"],\"all_sold_out\":false},{\"id\":\"4dd0ea68-5f86-4bb6-9b51-4e65247bfd45\",\"date\":{\"value\":\"20260313\",\"name\":\"Friday 13 March 2026\",\"isodate\":\"2026-03-13T21:30:00+01:00\"},\"time\":\"21h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1211815\",\"type\":[\"Film\"],\"title\":\"Mailin\",\"private\":false,\"suptitle\":\"By Mar\u00eda Silvia Esteve\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940651-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940651-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940651-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/mailin\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295728\",\"region\":[],\"thematique\":[\"Children's Rights\",\"Justice\",\"Social Issues\"],\"all_sold_out\":false},{\"id\":\"36f43e9a-35df-4d05-a9f3-8559736c3b4a\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T10:00:00+01:00\"},\"time\":\"10h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Young Public\",\"type\":\"festival\"}],\"from\":\"1215217\",\"type\":[\"Film\"],\"title\":\"Corps sensibles\",\"private\":false,\"suptitle\":\"Selection of 11 short films\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943456-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943456-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943456-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/corps-sensibles\\\/\",\"free\":false,\"sold_out\":false,\"link_for_sale\":\"https:\\\/\\\/www.lanterne-magique.org\\\/tickets\\\/?uid=1384950620\",\"region\":[],\"thematique\":[\"Health\",\"Social Issues\",\"Youth\"]},{\"id\":\"a7a203b5-3b00-4668-a60c-49d254b3e179\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T13:30:00+01:00\"},\"time\":\"13h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295715\",\"type\":[\"Forum\"],\"title\":\"Climate, non-violence put to the test of urgency\",\"private\":false,\"suptitle\":\"Preceded by the film <em>The System<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173454-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173454-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173454-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/climate-non-violence-put-to-the-test-of-urgency\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295715\",\"region\":[],\"thematique\":[\"Activism\",\"Civil Movements\",\"Environment and Climate\"]},{\"id\":\"e4418b39-5991-41cf-98b4-5dbbce8fd4fa\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T13:30:00+01:00\"},\"time\":\"13h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1173138\",\"type\":[\"Film\"],\"title\":\"The System\",\"private\":false,\"suptitle\":\"By Joris Postema\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940714-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940714-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940714-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-system\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295715\",\"region\":[],\"thematique\":[\"Activism\",\"Civil Movements\",\"Environment and Climate\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"5692a991-a996-41fc-aca8-402b9207cd99\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T14:00:00+01:00\"},\"time\":\"14h\",\"venue\":\"Espace Pito\u00ebff \u2013 Librairie\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"296337\",\"type\":[\"Event\"],\"title\":\"Defending the Media, Protecting Democracy\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173494-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173494-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173494-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/defending-the-media-protecting-democracy\\\/\",\"free\":true,\"sold_out\":false,\"region\":[],\"thematique\":[\"Freedom and Democracy\",\"Journalism\"]},{\"id\":\"99b31168-4f99-4dde-bc12-f0f509883e59\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T14:30:00+01:00\"},\"time\":\"14h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295832\",\"type\":[\"Forum\"],\"title\":\"China: A Stabilising Power?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Eyes of the Machine<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173455-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173455-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173455-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/china-a-stabilising-power\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295832\",\"region\":[\"Asia\"],\"thematique\":[\"Economy and Politics\"]},{\"id\":\"3a182f68-2bfd-4a81-a5e9-7710a22ebb28\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T14:30:00+01:00\"},\"time\":\"14h30\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211861\",\"type\":[\"Film\"],\"title\":\"Eyes of the Machine\",\"private\":false,\"suptitle\":\"By Daya Cahen\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940695-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940695-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940695-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/eyes-of-the-machine\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295832\",\"region\":[\"Asia\"],\"thematique\":[\"Ethnic Discrimination\",\"Freedom and Democracy\"],\"film_from_forum\":true},{\"id\":\"0e46df15-28cf-47d2-9ba4-47c60251617d\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T15:00:00+01:00\"},\"time\":\"15h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211838\",\"type\":[\"Film\"],\"title\":\"Freedom - Shewit's Destiny\",\"private\":false,\"suptitle\":\"By Anne-Fr\u00e9d\u00e9rique Widmann\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940697-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940697-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940697-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/freedom-shewits-destiny\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295710\",\"region\":[\"Switzerland\"],\"thematique\":[\"Exile\",\"Freedom and Democracy\"],\"all_sold_out\":false},{\"id\":\"c42b1efa-6a88-43ca-b47c-97286c349863\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T16:15:00+01:00\"},\"time\":\"16h15\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211857\",\"type\":[\"Film\"],\"title\":\"Solidarity\",\"private\":false,\"suptitle\":\"By David Bernet\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940707-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940707-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940707-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/solidarity\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295711\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Humanitarian Aid\",\"International Law\"],\"all_sold_out\":false},{\"id\":\"8fdfe2bd-062f-4245-9581-033cec986593\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T18:30:00+01:00\"},\"time\":\"18h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"1177655\",\"type\":[\"Film\"],\"title\":\"Scarlet Girls\",\"private\":false,\"suptitle\":\"By Paula Cury\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954338-1-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954338-1-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954338-1-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/scarlet-girls\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295837\",\"region\":[\"Latin America\"],\"thematique\":[\"Health\",\"Women and Girls' Rights\"]},{\"id\":\"ac28da24-da41-4846-8a40-8f5faf29de22\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"12641\",\"type\":[\"Film Package\"],\"title\":\"Voices That Matter\",\"private\":false,\"suptitle\":\"Selection of 6 short films\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film_package\\\/voices-that-matter\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295625\",\"region\":[\"Africa\"],\"thematique\":[\"Art and Engagement\",\"Economy and Politics\",\"Exile\",\"Health\",\"Innovation and Technology\",\"Labour Rights\",\"Memory and History\",\"Social Issues\"],\"all_sold_out\":false},{\"id\":\"f0b15a15-de8d-496d-bc88-9b63e22cbf39\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Special Screening\",\"type\":\"festival\"}],\"from\":\"295957\",\"type\":[\"Special Screening\"],\"title\":\"Closing Ceremony\",\"private\":false,\"suptitle\":\"Followed by the film <em>Don't Let the Sun<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173477-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173477-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173477-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/closing-ceremony\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295957\",\"region\":[],\"thematique\":[\"Environment and Climate\",\"Social Issues\"]},{\"id\":\"9538151b-c352-4534-9a3f-ac22df538beb\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214910\",\"type\":[\"Film\"],\"title\":\"Morning Circle\",\"private\":false,\"suptitle\":\"By Basma al-Sharif\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/morning-circle\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295625\",\"region\":[],\"thematique\":[\"Exile\",\"Social Issues\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"28b3f82e-326d-4b0d-81c2-675bed4bb6f0\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214911\",\"type\":[\"Film\"],\"title\":\"Those Who Hear the Sun\",\"private\":false,\"suptitle\":\"By Maurizius Staerkle Drux\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/those-who-hear-the-sun\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295625\",\"region\":[],\"thematique\":[\"Health\",\"Social Issues\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"b6e396c0-d14a-4633-801c-8a566f8e1272\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214912\",\"type\":[\"Film\"],\"title\":\"Inherited Silence\",\"private\":false,\"suptitle\":\"By Mariam Khatchvani\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/inherited-silence\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295625\",\"region\":[],\"thematique\":[\"Memory and History\",\"Social Issues\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"dcbbddb2-9fa0-44a2-b7d1-fcb9d45b2ae9\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214915\",\"type\":[\"Film\"],\"title\":\"L'mina\",\"private\":false,\"suptitle\":\"By Randa Maroufi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/lmina\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295625\",\"region\":[],\"thematique\":[\"Labour Rights\",\"Memory and History\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"3fc66ed1-6794-4c76-b182-a4a99c44aba6\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214918\",\"type\":[\"Film\"],\"title\":\"The Rock Speaks\",\"private\":false,\"suptitle\":\"By Amy Louise Wilson, Joe-Yves Salankang Sa-Ngol and Francois Knoetze\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-rock-speaks\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295625\",\"region\":[\"Africa\"],\"thematique\":[\"Economy and Politics\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"816aecab-f7bc-4c4c-9d9b-762cb134de62\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Short Films\",\"type\":\"festival\"}],\"from\":\"1214919\",\"type\":[\"Film\"],\"title\":\"I Am Everything\",\"private\":false,\"suptitle\":\"By Jeppe Lange\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/i-am-everything\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295625\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Innovation and Technology\"],\"film_from_film_package\":true,\"all_sold_out\":false},{\"id\":\"c0e7b4dc-5d98-4e22-ac85-0d1dac8c1903\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Fiction - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1201345\",\"type\":[\"Film\"],\"title\":\"Don't Let the Sun\",\"private\":false,\"suptitle\":\"By Jacqueline Z\u00fcnd\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940726-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940726-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940726-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/dont-let-the-sun\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295957\",\"region\":[],\"thematique\":[\"Environment and Climate\",\"Social Issues\"],\"film_from_event\":true},{\"id\":\"65e9d6a3-64b7-4856-b5e1-acccd1f13072\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T20:00:00+01:00\"},\"time\":\"20h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Special Screening\",\"type\":\"festival\"}],\"from\":\"295833\",\"type\":[\"Special Screening\"],\"title\":\"FIFDH x Blast: <em>Alice au pays des colons<\\\/em>\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Alice au pays des colons<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173480-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173480-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173480-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/fifdh-x-blast-alice-au-pays-des-colons\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295833\",\"region\":[],\"thematique\":[\"Activism\",\"Conflict\",\"Decolonization\"]},{\"id\":\"0c41eff5-7d27-4ea5-bae7-b2978aaab71a\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T20:00:00+01:00\"},\"time\":\"20h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1212821\",\"type\":[\"Film\"],\"title\":\"Alice au pays des colons\",\"private\":false,\"suptitle\":\"By Yanis Mhamdi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940724-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940724-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940724-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/alice-au-pays-des-colons\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295833\",\"region\":[],\"thematique\":[\"Activism\",\"Conflict\",\"Decolonization\"],\"film_from_event\":true},{\"id\":\"7c4e9857-c846-4bac-9e37-c5d24be8e2bf\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196868\",\"type\":[\"Film\"],\"title\":\"Julian\",\"private\":false,\"suptitle\":\"By Cato Kusters\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940691-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940691-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940691-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/julian\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295733\",\"region\":[],\"thematique\":[\"Health\",\"LGBTQIA+\"],\"all_sold_out\":false},{\"id\":\"2f9909d2-5d0d-4762-8db3-a7ff93f01584\",\"date\":{\"value\":\"20260314\",\"name\":\"Saturday 14 March 2026\",\"isodate\":\"2026-03-14T21:15:00+01:00\"},\"time\":\"21h15\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1211862\",\"type\":[\"Film\"],\"title\":\"Dockworkers\",\"private\":false,\"suptitle\":\"By Perla Sardella\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941540-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941540-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941540-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/dockworkers\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295706\",\"region\":[],\"thematique\":[\"Activism\",\"Civil Movements\",\"Economy and Politics\"],\"all_sold_out\":false},{\"id\":\"789b6839-164e-41ee-8d29-8c49cfad8869\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T10:00:00+01:00\"},\"time\":\"10h\",\"venue\":\"Bains des P\u00e2quis\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Rencontre\",\"type\":\"festival\"}],\"from\":\"295845\",\"type\":[\"Event\"],\"title\":\"How Do We Push Back Against Capitalism\u2019s Violence?\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173475-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173475-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173475-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/how-do-we-push-back-against-capitalisms-violence\\\/\",\"free\":true,\"sold_out\":false,\"region\":[],\"thematique\":[\"Economy and Politics\",\"Freedom and Democracy\"]},{\"id\":\"5e698f82-2e00-45b1-aabc-dc112cf29069\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T10:30:00+01:00\"},\"time\":\"10h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Young Public\",\"type\":\"festival\"}],\"from\":\"1215215\",\"type\":[\"Film\"],\"title\":\"La Vie de ch\u00e2teau, mon enfance \u00e0 Versailles\",\"private\":false,\"suptitle\":\"By Cl\u00e9mence Madeleine-Perdrillat and Nathaniel H\u2019limi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943454-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943454-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943454-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/la-vie-de-chateau-mon-enfance-a-versailles\\\/\",\"free\":false,\"sold_out\":false,\"link_for_sale\":\" https:\\\/\\\/www.cinemas-du-grutli.ch\\\/films\\\/54201-la-vie-de-chateau-mon-enfance-versailles\",\"region\":[],\"thematique\":[\"Social Issues\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"eed1751d-632a-49f3-a9b2-119c948bbf74\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T11:00:00+01:00\"},\"time\":\"11h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295836\",\"type\":[\"Forum\"],\"title\":\"Meat in the Crisis of the Living World\",\"private\":false,\"suptitle\":\"Preceded by the film <em>The Last Pig<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173460-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173460-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173460-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/meat-in-the-crisis-of-the-living-world\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295836\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Environment and Climate\",\"Social Issues\"]},{\"id\":\"3803208d-ceae-4ab0-ba51-e177d45a8260\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T11:00:00+01:00\"},\"time\":\"11h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1213006\",\"type\":[\"Film\"],\"title\":\"The Last Pig\",\"private\":false,\"suptitle\":\"By Allison Argo\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940653-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940653-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940653-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-last-pig\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295836\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Environment and Climate\",\"Social Issues\"],\"film_from_forum\":true},{\"id\":\"61c970fd-f505-4ddf-8c1c-a86546b81170\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T13:00:00+01:00\"},\"time\":\"13h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295834\",\"type\":[\"Forum\"],\"title\":\"Sudan: Who Profits from the War?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Sudan, Remember Us<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173457-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173457-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173457-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/sudan-who-profits-from-the-war\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295834\",\"region\":[\"Africa\"],\"thematique\":[\"Conflict\",\"Economy and Politics\"]},{\"id\":\"29d1ee34-d128-48e8-b3ad-988b2e5f0133\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T13:00:00+01:00\"},\"time\":\"13h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"1212871\",\"type\":[\"Film\"],\"title\":\"Sudan, Remember Us\",\"private\":false,\"suptitle\":\"By Hind Medded\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940629-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940629-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940629-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/sudan-remember-us\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295834\",\"region\":[\"Africa\"],\"thematique\":[\"Civil Movements\",\"Conflict\"],\"film_from_forum\":true},{\"id\":\"fddeda55-8c26-496b-aeb9-b4038109775b\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T13:30:00+01:00\"},\"time\":\"13h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Award\",\"type\":\"festival\"}],\"from\":\"295958\",\"type\":[\"Award\"],\"title\":\"Yurlu | Country \u2013 Vision for Human Rights Award\",\"private\":false,\"suptitle\":\"by Yaara Bou Melhem\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174980-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174980-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174980-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/yurlu-country-vision-for-human-rights-award\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295958\",\"region\":[],\"thematique\":[]},{\"id\":\"c86e3e61-a2c1-4a45-bac5-528e447b165e\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T13:45:00+01:00\"},\"time\":\"13h45\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Award\",\"type\":\"festival\"}],\"from\":\"295959\",\"type\":[\"Award\"],\"title\":\"Before There Was Nothing \u2013 Champ-Dollon and Brenaz Juries Award\",\"private\":false,\"suptitle\":\"By Yvann Yagchi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174981-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174981-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174981-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/before-there-was-nothing-champ-dollon-and-brenaz-juries-award\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295959\",\"region\":[],\"thematique\":[]},{\"id\":\"0dad8cf5-8856-4620-87c1-c87f43500d18\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T14:00:00+01:00\"},\"time\":\"14h\",\"venue\":\"Maison de l\u2019Enfance et de l\u2019Adolescence\",\"accessibility\":[],\"section\":[{\"name\":\"Award\",\"type\":\"festival\"}],\"from\":\"296376\",\"type\":[\"Award\"],\"title\":\"NI\u00d1XS \u2013 Convergences Award\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173742-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173742-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173742-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/ninxs-convergences-award\\\/\",\"free\":true,\"sold_out\":false,\"link_for_sale\":\"https:\\\/\\\/infomaniak.events\\\/fr-ch\\\/cinema\\\/fifdh-prix-convergences\\\/06d21bec-b642-4b9b-9ffe-e7bc10cd8458\\\/event\\\/1602575\",\"region\":[],\"thematique\":[]},{\"id\":\"b902f651-e01e-42af-9c69-2dfbb4d77c67\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T16:00:00+01:00\"},\"time\":\"16h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"1196873\",\"type\":[\"Film\"],\"title\":\"The Fence\",\"private\":false,\"suptitle\":\"By Claire Denis\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940698-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940698-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940698-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/the-fence\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295651\",\"region\":[\"Africa\"],\"thematique\":[\"Decolonization\"],\"all_sold_out\":false},{\"id\":\"38542ee8-7b26-4cef-9b6d-f142d907f234\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T16:00:00+01:00\"},\"time\":\"16h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Impact Spotlight\",\"type\":\"festival\"}],\"from\":\"295655\",\"type\":[\"Impact Spotlight\"],\"title\":\"Ukrainian Women: Targets of Organised Sexual Crimes\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Traces<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173467-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173467-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173467-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/ukrainian-women-targets-of-organised-sexual-crimes\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295655\",\"region\":[],\"thematique\":[\"Conflict\",\"Justice\",\"Women and Girls' Rights\"]},{\"id\":\"06b94fbb-d46d-4e42-9f89-c8ae9b24a773\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T16:00:00+01:00\"},\"time\":\"16h\",\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1167154\",\"type\":[\"Film\"],\"title\":\"Traces\",\"private\":false,\"suptitle\":\"By Alisa Kovalenko and Marysia Nikitiuk\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941541-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941541-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941541-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/traces\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295655\",\"region\":[],\"thematique\":[\"Conflict\",\"Justice\",\"Women and Girls' Rights\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"8fdef47d-eafc-4f43-aa51-9b034b2944d4\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T16:30:00+01:00\"},\"time\":\"16h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Award\",\"type\":\"festival\"}],\"from\":\"295960\",\"type\":[\"Award\"],\"title\":\"Laundry \u2013 Youth Jury Award \u2013 Fiction\",\"private\":false,\"suptitle\":\"By Zamo Mkhwanazi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174986-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174986-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174986-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/laundry-youth-jury-award-fiction\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295960\",\"region\":[],\"thematique\":[]},{\"id\":\"3eef442b-86b9-4ec4-9e80-8832814e2d9a\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T18:00:00+01:00\"},\"time\":\"18h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[{\"icon\":\"Audio Description\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/ade.svg\",\"info\":\"Screening with audio description via Greta application\\r\\n\"}],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"295835\",\"type\":[\"Forum\"],\"title\":\"Exposing and Abolishing Police Brutality\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Belleville Beats<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173456-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173456-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173456-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/forum\\\/exposing-and-abolishing-police-brutality\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295835\",\"region\":[],\"thematique\":[\"Activism\",\"Racial Discrimination\",\"Social Issues\"]},{\"id\":\"3162a3f7-2306-4524-8334-a4ca6b201bba\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T18:00:00+01:00\"},\"time\":\"18h\",\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"1173275\",\"type\":[\"Film\"],\"title\":\"Belleville Beats\",\"private\":false,\"suptitle\":\"By Hugo Sobelman\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/film\\\/belleville-beats\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295835\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Social Issues\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"61861ee8-df6f-4b3e-9ce8-1c10f52b9080\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T19:00:00+01:00\"},\"time\":\"19h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Award\",\"type\":\"festival\"}],\"from\":\"295961\",\"type\":[\"Award\"],\"title\":\"A Fox Under a Pink Moon\u2013 FIFDH Geneva Grand Award and Youth Jury Award \u2013 Documentary\",\"private\":false,\"suptitle\":\"By Mehrdad Oskouei & Soraya Akhlaghi\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174983-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174983-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174983-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/a-fox-under-a-pink-moon-fifdh-geneva-grand-award-and-youth-jury-award-documentary\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295961\",\"region\":[],\"thematique\":[]},{\"id\":\"df2d84bc-8e07-49cb-92a1-b54f2470a623\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T19:30:00+01:00\"},\"time\":\"19h30\",\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Award\",\"type\":\"festival\"}],\"from\":\"295962\",\"type\":[\"Award\"],\"title\":\"Letters from Wolf Street \u2013 FIFDH Gilda Vieira de Mello Award\",\"private\":false,\"suptitle\":\"By Arjun Talwar\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174984-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174984-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174984-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/letters-from-wolf-street-fifdh-gilda-vieira-de-mello-award\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295962\",\"region\":[],\"thematique\":[]},{\"id\":\"33ba1149-ae59-4f81-84cf-b2446919472d\",\"date\":{\"value\":\"20260315\",\"name\":\"Sunday 15 March 2026\",\"isodate\":\"2026-03-15T21:00:00+01:00\"},\"time\":\"21h\",\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Award\",\"type\":\"festival\"}],\"from\":\"295963\",\"type\":[\"Award\"],\"title\":\"Cotton Queen \u2013 FIFDH Fiction Grand Award\",\"private\":false,\"suptitle\":\"By Suzannah Mirghani\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174985-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174985-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174985-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/cotton-queen-fifdh-fiction-grand-award\\\/\",\"free\":false,\"sold_out\":false,\"shop_id\":\"295963\",\"region\":[],\"thematique\":[]},{\"id\":\"2a8bee9a-a742-40ce-b429-1c5923cf1cfe\",\"date\":{\"value\":\"recurring\",\"name\":\"From 6 to 15 March\"},\"time\":\"15h\",\"venue\":\"Espace Pito\u00ebff \u2013 Librairie\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Exhibition\",\"type\":\"festival\"}],\"from\":\"296327\",\"type\":[\"Event\"],\"title\":\"Oya \u2013 Clima Yaakaar\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173478-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173478-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173478-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/oya-clima-yaakaar\\\/\",\"free\":true,\"sold_out\":false,\"region\":[],\"thematique\":[\"Art and Engagement\",\"Environment and Climate\"]},{\"id\":\"45878f02-2df1-40ff-afe7-86ce52e7bd42\",\"date\":{\"value\":\"recurring\",\"name\":\"From 6 to 15 March\"},\"time\":\"15h\",\"venue\":\"Espace Pito\u00ebff \u2013 Cour ext\u00e9rieure\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Exhibition\",\"type\":\"festival\"}],\"from\":\"296335\",\"type\":[\"Event\"],\"title\":\"Les 11 by Commeas\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173479-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173479-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/80da9b14.delivery.rocketcdn.me\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173479-1280x720.webp\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2026\\\/event\\\/les-11-by-commeas\\\/\",\"free\":true,\"sold_out\":false,\"region\":[],\"thematique\":[\"Activism\",\"Racial Discrimination\",\"Social Issues\"]}],\"screenings_ids\":[\"294622\",\"295616\",\"295631\",\"295621\",\"295647\",\"295657\",\"295665\",\"295637\",\"295684\",\"295640\",\"295646\",\"295659\",\"295677\",\"295649\",\"295641\",\"295699\",\"295714\",\"295964\",\"295729\",\"295455\",\"295734\",\"295624\",\"295721\",\"295724\",\"295737\",\"295736\",\"295716\",\"295709\",\"295708\",\"295634\",\"295713\",\"295719\",\"295726\",\"295723\",\"295730\",\"295692\",\"295732\",\"295679\",\"295838\",\"295650\",\"295643\",\"295704\",\"295828\",\"295617\",\"295738\",\"295722\",\"295644\",\"295735\",\"295829\",\"295648\",\"295717\",\"295830\",\"295831\",\"295720\",\"295693\",\"295718\",\"295639\",\"295728\",\"295715\",\"295832\",\"295710\",\"295711\",\"295837\",\"295625\",\"295957\",\"295833\",\"295733\",\"295706\",\"295836\",\"295834\",\"295958\",\"295959\",\"295651\",\"295655\",\"295960\",\"295835\",\"295961\",\"295962\",\"295963\"]},\n    compiledProgram: [],\n    filteredEvents: [],\n    programContainer: document.getElementById('program'),\n    article: document.getElementById('program').closest('article'),\n    filtered: false,\n    filterTypesActive: [],\n    filters: [],\n    sidebarOpen: false,\n    classification: 'chronologique',\n    compiledFilters: [],\n    uniqueEventsMode: false,\n    festivalIsOver: false,\n    searchTerm: '',\n    today: null,\n    timezone: 'Europe\/Zurich',\n\n    filter(searching = false) {\n\n      this.filtered = false;\n\n      if (!searching)\n        this.searchTerm = '';\n\n      this.filteredEvents = this.program.events;\n\n      this.filterTypesActive = [];\n\n      for (filterType in this.compiledFilters) {\n\n        var eventsFound = [];\n        var filtered = false;\n        for (key in Object.entries(this.compiledFilters[filterType])) {\n          var filter = this.compiledFilters[filterType][key];\n          if (filter.selected) {\n            this.filterTypesActive.push(filterType);\n            filtered = true;\n            this.filtered = true\n\n            eventsFound = eventsFound.concat(eventsFound, this.filteredEvents.filter(event => {\n\n              if (filterType == 'free')\n                return event[filter.type];\n\n              if (filterType == 'date')\n                return event[filter.type].value === filter.value;\n\n              if (filterType == 'section')\n                for (value of event[filter.type])\n                  if (this.sanitize(value.name) === filter.value)\n                    return true;\n\n              if (filterType == 'thematique' || filterType == 'region' || filterType == 'type')\n                for (value of event[filter.type])\n                  if (this.sanitize(value) === filter.value)\n                    return true;\n\n              if (filterType == 'type') {\n                if (filter.value == 'film') {\n                  if (event.type && event.type.includes('Film Package')) return true;\n                }\n              }\n\n              return false;\n\n            }))\n          }\n        }\n\n        if (filtered) {\n          this.filteredEvents = this.filteredEvents.filter(event => {\n            return eventsFound.some(eventFound => eventFound.id === event.id)\n          });\n        }\n\n      }\n\n      this.filterTypesActive = this.filterTypesActive.filter((value, index, self) => {\n        return self.indexOf(value) === index;\n      });\n\n      this.uniqueEventsMode = (!this.filtered && this.classification == 'chronologique') || (this.filtered && this.classification == 'chronologique' && this.filterTypesActive.length == 1 && this.filterTypesActive[0] == 'date');\n\n      if (this.uniqueEventsMode)\n        this.filteredEvents = this.filteredEvents.filter(event => {\n          return !event.film_from_forum && !event.film_from_event && !event.film_from_film_package;\n        });\n\n\n      this.compileFilters();\n\n      this.compileProgram();\n\n      this.scrollContentToTop();\n\n    },\n\n    search() {\n\n      this.filters = this.filters.map(filter => {\n        filter.selected = false;\n        return filter;\n      });\n\n      this.filter(true);\n\n      this.filteredEvents = this.program.events.filter(event => {\n        if (event.title && event.title.toLowerCase().includes(this.searchTerm.toLowerCase()))\n          return true;\n        if (event.suptitle && event.suptitle.toLowerCase().includes(this.searchTerm.toLowerCase()))\n          return true;\n        if (event.thematique && event.thematique.length)\n          for (thematique of event.thematique)\n            if (thematique.toLowerCase().includes(this.searchTerm.toLowerCase()))\n              return true;\n        if (event.region && event.region.length)\n          for (region of event.region)\n            if (region.toLowerCase().includes(this.searchTerm.toLowerCase()))\n              return true;\n      })\n\n      this.compileProgram();\n      this.scrollContentToTop();\n    },\n\n    filterBy(type, value) {\n\n      for (let filter of this.filters)\n        if (filter.type == type && filter.value == value)\n          filter.selected = !filter.selected;\n\n      \/\/Add to session storage\n      sessionStorage.setItem('program_filters', JSON.stringify(this.filters));\n      this.filter();\n\n    },\n\n    removeFilter(key, value) {\n\n      flatValue = this.sanitize(value);\n\n      this.filters[key].splice(this.filters[key].indexOf(flatValue), 1);\n\n      this.filter();\n\n    },\n\n    sanitize(string) {\n\n      return string\n        .normalize(\"NFD\") \/\/ Separate accents\n        .replace(\/[\\u0300-\\u036f]\/g, \"\") \/\/ Remove accents\n        .toLowerCase() \/\/ Lowercase\n        .replace(\/[^a-z0-9\\s_-]\/g, '') \/\/ Remove invalid chars\n        .replace(\/[\\s_-]+\/g, '-') \/\/ Collapse spaces\/hyphens\/underscores into one -\n        .replace(\/^-+|-+$\/g, '');\n\n    },\n\n    compileProgram() {\n\n      this.compiledProgram = [];\n\n      let nowInTZ = new Date(new Date().toLocaleString(\"en-US\", {\n        timeZone: this.timezone\n      }));\n\n      this.filteredEvents.forEach((event) => {\n        if (event.date.isodate) {\n          let eventDate = new Date(event.date.isodate);\n          event.past = eventDate < nowInTZ;\n        }\n      });\n\n      if (this.classification == 'chronologique') {\n\n        this.program.filter.date.forEach((date) => {\n\n          var events = this.filteredEvents.filter((event) => {\n            return event.date.value == date.value;\n          });\n\n          this.compiledProgram.push({\n            date: {\n              value: date.value,\n              name: date.name\n            },\n            events: events\n          });\n\n        });\n\n      }\n\n      if (this.classification == 'alphabetique') {\n\n        \/\/Stock in events all unique events based on title\n        var events = this.filteredEvents.filter((event, index, self) =>\n          index === self.findIndex((t) => (\n            t.title === event.title\n          ))\n        );\n\n        \/\/Order events by event.title\n        events.sort((a, b) => (a.title > b.title) ? 1 : ((b.title > a.title) ? -1 : 0));\n\n        this.compiledProgram.push({\n          events: events\n        });\n\n      }\n    },\n\n    compileFilters() {\n\n      this.compiledFilters = [];\n\n      var filterType = '';\n      \n      for (filter of this.filters) {\n        if (filterType != filter.type) {\n          filterType = filter.type;\n          this.compiledFilters[filterType] = [];\n        }\n\n        this.compiledFilters[filterType].push(filter);\n      }\n\n    },\n\n    buildFilterLinkFrom(key, value) {\n      var url = window.location.href.split('?')[0];\n      var normalizedValue = value;\n      if (typeof value === 'boolean') {\n        normalizedValue = value ? 'true' : 'false';\n      } else {\n        normalizedValue = this.sanitize(value);\n      }\n      var newUrl = url + '?' + key + '=' + normalizedValue;\n      return newUrl;\n    },\n\n    initFiltersFromUrl() {\n\n      var urlParams = new URLSearchParams(window.location.search);\n      var isFiltered = false;\n\n      const classification = urlParams.get('classification');\n\n      if (classification)\n        this.classification = classification;\n\n      for (filter of this.filters) {\n\n        var active_filter = false;\n        active_filter = urlParams.get(filter.type);\n\n        if (active_filter && active_filter.includes(',')) {\n          active_filter_arr = active_filter.split(',');\n\n          if (active_filter_arr.includes(filter.value)) {\n            for (active_filter of active_filter_arr)\n              if (active_filter == filter.value) {\n                this.filterBy(filter.type, filter.value);\n                isFiltered = true;\n              }\n          }\n        } else if (typeof filter.value === 'boolean' && active_filter === (filter.value ? 'true' : 'false')) {\n          this.filterBy(filter.type, filter.value);\n          isFiltered = true;\n        } else if (active_filter == filter.value) {\n          this.filterBy(filter.type, active_filter);\n          isFiltered = true;\n        }\n\n      }\n      return isFiltered;\n\n    },\n\n    initFilters() {\n\n      this.filters = [];\n\n      this.filters.push({\n        type: 'free',\n        active: true,\n        value: true,\n        selected: false,\n        name: 'Free'\n      });\n\n      this.program.filter.type.forEach((type) => {\n        this.filters.push({\n          type: 'type',\n          active: true,\n          value: this.sanitize(type),\n          selected: false,\n          name: type\n        });\n      });\n\n      this.program.filter.date.forEach((date) => {\n        this.filters.push({\n          type: 'date',\n          active: true,\n          value: date.value,\n          selected: false,\n          name: date.name\n        });\n      });\n\n      this.program.filter.section.forEach((section) => {\n        this.filters.push({\n          type: 'section',\n          active: true,\n          value: this.sanitize(section),\n          selected: false,\n          name: section\n        });\n      });\n\n      this.program.filter.thematique.forEach((thematique) => {\n        this.filters.push({\n          type: 'thematique',\n          active: true,\n          value: this.sanitize(thematique),\n          selected: false,\n          name: thematique\n        });\n      });\n\n      this.program.filter.region.forEach((region) => {\n        this.filters.push({\n          type: 'region',\n          active: true,\n          value: this.sanitize(region),\n          selected: false,\n          name: region\n        });\n      });\n\n      this.compileFilters();\n\n    },\n\n    getFilterTypeLabel(type) {\n      switch (type) {\n        case 'free':\n          return 'Free';\n        case 'type':\n          return 'Categories';\n        case 'date':\n          return 'Day';\n        case 'section':\n          return 'Section';\n        case 'thematique':\n          return 'Themes';\n        case 'region':\n          return 'Regions';\n        default:\n          return type;\n      }\n    },\n\n    isFilterLinkVisible(filter) {\n      return !(filter.type === 'type' && filter.name === 'Film Package');\n    },\n\n    initToday() {\n      const today = new Date();\n      const year = today.getFullYear();\n      const month = today.getMonth() + 1;\n      const day = today.getDate();\n      this.today = parseInt(year + (month < 10 ? '0' + month : month) + (day < 10 ? '0' + day : day));\n    },\n\n    initFromSessionStorage() {\n      const savedFilters = sessionStorage.getItem('program_filters');\n      if (savedFilters) {\n        const parsedFilters = JSON.parse(savedFilters);\n        for (filter of parsedFilters) {\n          if (filter.selected) {\n            this.filterBy(filter.type, filter.value);\n          }\n        }\n      }\n    },\n\n    mounted(el) {\n\n      this.initToday();\n      this.initFilters();\n      var isFilteredByUrl = this.initFiltersFromUrl();\n      this.filter();\n\n      if (!isFilteredByUrl)\n        this.initFromSessionStorage();\n\n      this.festivalIsOver = this.compiledProgram.slice(-2)[0].date.value < this.today;\n\n      if (!this.festivalIsOver) this.fetchScreeningInfo();\n\n      this.initTooltip(el);\n      this.filterSidebarHeight();\n      window.addEventListener('resize', this.filterSidebarHeight);\n      this.mounted = true;\n    },\n\n    toggleFilterSidebar() {\n      this.sidebarOpen = !this.sidebarOpen;\n      document.querySelector('.filter-sidebar').classList.toggle('open');\n      this.article.classList.toggle('filter-sidebar-open');\n      document.body.classList.toggle('overflow-x-hidden');\n      document.querySelector('.filter-sidebar').style.height = window.innerHeight - document.querySelector('#site-nav').offsetHeight + 'px';\n    },\n\n    openFilterSidebar() {\n      this.sidebarOpen = true;\n      document.querySelector('.filter-sidebar').classList.add('open');\n      this.article.classList.add('filter-sidebar-open');\n      document.body.classList.add('overflow-x-hidden');\n    },\n\n    closeFilterSidebar() {\n      this.sidebarOpen = false;\n      document.querySelector('.filter-sidebar').classList.remove('open');\n      this.article.classList.remove('filter-sidebar-open');\n      document.body.classList.remove('overflow-x-hidden');\n    },\n\n    filterSidebarHeight() {\n      const filterSidebarContainer = document.querySelector('.filter-sidebar-container');\n      const siteNav = document.querySelector('#site-nav');\n      const wpadminbar = document.querySelector('#wpadminbar');\n\n      const filterSidebarContainerHeight = filterSidebarContainer.offsetHeight;\n      const siteNavHeight = siteNav.offsetHeight;\n      const wpadminbarHeight = wpadminbar ? wpadminbar.offsetHeight : 0;\n      const windowHeight = window.innerHeight;\n      const filterSidebarHeight = windowHeight - siteNavHeight - wpadminbarHeight;\n\n      filterSidebarContainer.style.height = filterSidebarHeight + 'px';\n      filterSidebarContainer.style.top = siteNavHeight + wpadminbarHeight - 1 + 'px';\n    },\n\n    scrollContentToTop() {\n      const siteNav = document.querySelector('#site-nav');\n      const blockIdScrollTop = this.programContainer.offsetTop;\n      const toTop = blockIdScrollTop - siteNav.offsetHeight + 1;\n\n      window.scrollTo({\n        top: toTop,\n        behavior: 'instant'\n      });\n    },\n\n    countFilterTypeActive(type) {\n      return this.filters.filter(filter => filter.type == type && filter.selected).length;\n    },\n\n    onMouseEnter(e) {\n\n      const thumb = e.target;\n\n      const a = thumb.querySelectorAll('a');\n      a.forEach((a) => a.addEventListener('mouseenter', (e) => {\n        if (!e.target.classList.contains('no-thumb-over'))\n          thumb.classList.add('hover');\n      }));\n      a.forEach((a) => a.addEventListener('mouseleave', (e) => {\n        if (!e.target.classList.contains('no-thumb-over'))\n          thumb.classList.remove('hover');\n      }));\n\n    },\n\n    initTooltip(el) {\n\n      var observer = new MutationObserver(function() {\n\n        let tooltipTriggerList = document.querySelectorAll('[data-bs-toggle=\"tooltip\"]')\n        let tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))\n\n      })\n\n      observer.observe(el, {\n        childList: true,\n        subtree: true\n      });\n\n    },\n\n    clearFilters() {\n\n      this.searchTerm = '';\n\n      this.filters = this.filters.map(filter => {\n        filter.selected = false;\n        return filter;\n      });\n\n      sessionStorage.removeItem('program_filters');\n\n      this.filter();\n    },\n\n    async fetchScreeningInfo() {\n      const tktUrl = \"https:\/\/fifdh.ticketack.com\/screening\/info_json\/\";\n      const screeningsIds = this.program.screenings_ids; \/\/ Assuming this is an array\n      if (!screeningsIds || !screeningsIds.length) return;\n\n      const url = `${tktUrl}?ids=${screeningsIds.join(\",\")}`;\n\n      try {\n        const response = await fetch(url);\n        const screenings = await response.json();\n\n        this.program.events = this.program.events.map(event => {\n\n          const matchingScreening = screenings.find(screening =>\n            screening?.screening_refs?.[0]?.id === event.shop_id\n          );\n\n          if (!matchingScreening) return event;\n\n          return {\n            ...event,\n            occupation_percentage: matchingScreening?.seats?.occupation_percentage || 0,\n            availability: matchingScreening?.seats?.available\n          };\n        });\n\n        this.filter();\n\n      } catch (error) {\n        console.error(\"Error fetching data:\", error);\n      }\n    },\n\n    isAlmostSoldOut(event) {\n      return event.occupation_percentage >= 60;\n    },\n\n  };\n\n  document.addEventListener('DOMContentLoaded', function() {\n\n    PetiteVue.createApp(programApp).mount('#program');\n\n  });\n<\/script>\n","protected":false},"featured_media":0,"parent":0,"template":"","class_list":["post-44368","festival","type-festival","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/fifdh.org\/en\/wp-json\/wp\/v2\/festival\/44368","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fifdh.org\/en\/wp-json\/wp\/v2\/festival"}],"about":[{"href":"https:\/\/fifdh.org\/en\/wp-json\/wp\/v2\/types\/festival"}],"wp:attachment":[{"href":"https:\/\/fifdh.org\/en\/wp-json\/wp\/v2\/media?parent=44368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}