{"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\":\"849f3bbd-ca66-4303-8788-f6f0ab79d470\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"b23cae14-3213-4987-badf-a6590a843369\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"5ee0782c-cdef-4fb8-ad49-ecb75734eddb\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"723385cc-17fe-43e3-9fa8-bb3651122ab4\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"9bce43d4-90a2-4bfb-8bd6-059e03f9a8e4\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"14ac6670-d098-4f58-bb30-3865e3f3e541\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"c8223fac-c579-4b71-be46-650f4ee71808\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"161439ce-8730-46ce-b237-584017afd80c\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"3483977d-d93f-4348-a632-28f430d7c4e4\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941541-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941541-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"7fc73712-335b-4f00-93cd-a88c9669ccf0\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940678-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940678-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"a0025ded-a608-4413-a05c-2d7b6821ccdf\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940698-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940698-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"c8029236-2643-4bd9-ab97-7067227a32bc\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173203-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173203-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"0c21903f-5201-4b1c-9259-98989224836c\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173486-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173486-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"c960727e-d8c8-4389-9806-841111cc39d7\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940730-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940730-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"a0b7f723-ad87-405f-9822-8da7abd7cecc\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173458-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173458-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"64e96a4e-b5e2-4f46-adb1-547843f0e8d7\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940643-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940643-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"1d9d1b1e-545c-40fa-a504-b9754862b475\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940680-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940680-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"392cc818-9d1b-4f44-9c0e-6c7e116c9f5c\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940636-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940636-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"20125827-0529-422d-8b2d-1c10c9c5185d\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940577-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940577-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"e082061d-fcea-4afb-9d99-c02fb9459147\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940704-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940704-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"e6b4fe56-5319-400a-882c-4f23a15d8030\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173202-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173202-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"625ef012-3a84-4c19-aa7c-7c9e99944702\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940713-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940713-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"2b414b13-289b-474e-b712-bfbccaa8022d\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173451-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173451-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"7d2acbae-db8e-44ce-b16f-7923a7541f57\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940701-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940701-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"f664e409-5458-4f90-93c9-96d7752f2ff5\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940649-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940649-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"2a7f3b59-12a7-4fe2-822d-f6fa48c488da\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940706-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940706-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"723fd98a-694c-4e27-ad61-6df15e7ca99c\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173580-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173580.webp\",800,450],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"2e88fa7a-9fe5-4a9c-b0c3-10d39609b272\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173201-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173201-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"38552f54-5c55-4489-b2a5-93969485f4e1\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940723-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940723-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"768e73e3-c305-454f-a684-a9876936593a\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173487-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173487-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"570487aa-e412-4f42-97ba-629893ced619\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173461-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173461-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"829fd104-3b18-4a8c-ae19-37e6184c84b6\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941533-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941533-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"ed395257-a4f1-4c4d-b648-67d43ffd9299\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173481-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173481-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"785ee136-624f-4bf4-9631-6d9fadee0443\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941524-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941524-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"e93d4b7d-4397-49fd-adb1-2bf495cd4c01\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"073cfa74-6b64-49f6-8b97-2bb816c9a0b6\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/954-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/954-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"c2d6c689-9182-4b2d-8bf9-1634a197c028\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940693-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940693-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"cb880041-4fe9-4597-9f65-d0e333dbc224\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940694-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940694-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"37c8eb81-769d-4fc2-9ebf-0acec1ab5090\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940705-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940705-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"e803d003-f137-41f1-a362-67e404490e29\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173931-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173931.webp\",640,360],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"20ee053a-93ed-42f1-a76f-41d2b8cce988\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949607-480x201.webp\",480,201],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949607-854x358.webp\",854,358],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"be491e0f-be4b-4b99-ac5e-3f4f70e21df0\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940682-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940682-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"0056507c-484c-466d-9aca-766c782bc8b7\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940678-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940678-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"0d23e56b-9a04-4bdb-a209-51e812536e26\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173582-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173582-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"21b851a8-7b0c-435d-8915-0b15c29a3bab\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954055-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954055-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"f15b5ad8-27f9-48cd-a123-c7a05d43fee0\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173474-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173474-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"adc5aade-df8a-4e0b-ba25-938e94840b88\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941770-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941770-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"2478a1e2-65b6-44c1-aea1-6557bc504dff\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940696-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940696-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"dc548c38-be0f-466b-90bc-21e75a49a6f1\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/953-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/953-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"c3d9ffbc-d23f-4cb7-a2ce-f69da963beea\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940736-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940736-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"5402f9d8-fabc-4359-8616-90903f1f0b14\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940876-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940876-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"d266c081-ad8d-4566-b9d8-f77eefe2b575\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940877-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940877-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"1cafbdd6-4c83-4d3d-92fe-b487d58492e3\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949470-480x340.webp\",480,340],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949470-854x604.webp\",854,604],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"853eb4f7-9a66-4359-8f40-2dd9fe5530a2\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173505-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173505-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"da118907-211e-407f-a450-f6cdd23aced4\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940697-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940697-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"702a5cd1-1552-4710-9053-56d99769ac6e\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940278-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940278-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"9c38f398-b6cc-4dc7-8880-5ea608d3132c\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173449-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173449-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"054eb236-e8ce-4b7e-b06e-9121a1d19ec0\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941540-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941540-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"57bafb83-bd26-4255-8ec6-5690da04a356\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173468-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173468-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"fc36b87d-1b43-4c62-878d-4268ca9277b2\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"09edbb33-7835-4802-86d9-7ffa26800bbe\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940714-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940714-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"67191ce6-71b8-4fbe-9503-2810a5f325a1\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940690-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940690-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"d1017435-4e2e-4930-a42f-4b2bbded4131\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173488-480x251.webp\",480,251],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173488-854x447.webp\",854,447],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"301baa80-5a7d-4d7a-a827-c1a17f852304\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940651-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940651-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"1db51a10-7c95-49ff-a3fa-b35ed5ac1b41\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173453-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173453-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"833e5fb2-4948-4d6c-a5eb-b6a70fcd145d\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173465-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173465-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"877fceb7-145b-43fd-9972-7f0b91b83456\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940630-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940630-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"1be4bba9-5595-4998-8bfe-6eae1f727f6d\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940707-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940707-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"752cdc5d-8728-4d65-9cbd-f247a9bb9f98\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941524-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941524-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"68202b37-078d-4e10-84f3-6310759ca085\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173462-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173462-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"96b8498a-25d1-4283-b78a-d0e46b9bfecc\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940693-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940693-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"182dca48-1b59-4020-b9c5-efcc3c830283\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940694-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940694-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"3116c53f-9a62-439d-86ad-1bee2803b0af\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940705-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940705-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"e6b58651-00aa-49f4-bbf6-1d941067c732\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940691-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940691-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"bee2618a-4f8e-4d81-9889-76191a6fc97b\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940701-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940701-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"c4e7ea09-ba84-4831-9b47-bce5d0321fee\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943455-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943455-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"04a2325b-fc4d-416b-a8c5-d0eeeb94728f\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"243888c0-59de-4f98-8905-e1c25751f7f4\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943454-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943454-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"301767f1-452e-426e-8a74-75ee946875c8\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940649-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940649-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"9ccfe1dc-a59e-49f2-a3cf-d70718c48877\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940706-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940706-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"18c810e9-b236-49a3-b1ba-b722f7f0dcd4\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173489-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173489-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"3a50c895-cdbc-4a5b-929e-1c49d4414b1d\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173448-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173448-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"26cfa666-45e6-42a3-b18f-a861e7a77129\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940727-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940727-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"6a7a8f8e-cf41-43bf-92d5-e9c386fc34c0\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173450-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173450-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"b8109ea4-abd8-4823-aa06-97f7a8ca22fe\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949517-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949517-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"f977721e-69b0-49e6-a9aa-25ba985781e6\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173483-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173483-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"db7b668e-db0c-4021-847e-4c4a6129e6f0\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941547-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"4e2ddf3b-e609-4b4a-be7c-5670c64e4a1a\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"8119158d-9e66-4252-851a-a54fab4a8124\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940696-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940696-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"809e968e-1198-4d37-aa9a-cdaf4f19bafb\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"631df15d-13e6-42d5-aa25-df07154102d8\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"d5763507-eea2-4ab3-95ad-c75c06f22332\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"1b19a1a9-60df-44b1-bbe8-b6c075aa04ad\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"4c2f4cb5-65d1-415c-b79d-13453d11f7c2\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"44fa89c3-4519-4713-8e7d-3e2f23928cbf\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"ac54b7ac-4aeb-4c13-a4a2-5aaf9d944667\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954055-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954055-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"dba6e151-fae3-40e5-bb85-ad40013326f8\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940577-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940577-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"c9882a6a-c693-44df-bc60-6a92c30f8928\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173490-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173490-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"39b0e799-7e00-432a-862e-245c5471f5b1\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940682-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940682-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"d77a978e-37d9-499a-8bce-06807e2cc75d\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173459-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173459-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"905027db-3046-45f8-b164-55e72b52ac86\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940650-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940650-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"fb7cb8ba-c2c4-4091-8f20-73a4d7ed70ff\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940704-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940704-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"ee3a2498-2e4d-4aac-8ee1-57036a0a87dc\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941533-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941533-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"f28a593a-b88f-4258-8aac-7462e4234dc8\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940644-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940644-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"a114b1b8-e346-4ca2-9ab2-fce2f2b467c2\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173491-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173491-854x481.webp\",854,481],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"31b071ff-7f76-45f1-94f8-d8bd99537a7b\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949607-480x201.webp\",480,201],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949607-854x358.webp\",854,358],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"0c2fe81c-bf12-44fb-a591-2b2c5adf5c95\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173492-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173492-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"8796d483-3e34-4bb6-aa62-6a924dfe6a25\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173854-480x302.webp\",480,302],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173854-854x538.webp\",854,538],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"640a1879-18b8-45ee-9484-2c053c294629\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940690-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940690-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"63c76012-e0e0-4d02-a283-f0e1ea3beeef\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173464-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173464-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"746f1a75-56c7-4d58-859d-d9919611d938\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940636-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940636-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"644fb4f1-d8cb-43a4-bfb5-76749e13e889\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173463-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173463-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"b00e45ab-4d9e-4ddd-8a6d-1ce5086859ff\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949470-480x340.webp\",480,340],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1949470-854x604.webp\",854,604],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"901913f2-c1f3-430b-908d-08915ff959ee\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940680-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940680-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"7190b9f0-822e-4505-a119-a6bcb9fc8dc1\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940651-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940651-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"46e6712b-95e6-4524-967e-c807a8653920\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943456-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943456-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"bfad715a-16e9-4b5c-96d2-89d4b28e7227\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173454-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173454-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"d8cfc7bf-a860-4288-ab80-ea42af83c85d\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940714-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940714-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"4a2273ff-7f41-4519-8730-730191024b98\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173494-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173494-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"cfcf0c9e-1a86-4707-b04f-2f1c335ab6d0\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173455-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173455-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"3482307b-b272-45d9-b09b-ff0282db8b62\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940695-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940695-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"8beb89f6-4810-4e2f-9c55-024045ef6b88\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940697-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940697-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"3bed4de0-862b-4b4f-aec6-8f07e7a98d7b\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940707-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940707-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"7aaa830f-ca9b-42ab-93ef-9344c7d6ee52\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954338-1-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1954338-1-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"5c447141-463d-45b7-8311-cad18236c65d\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/955-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"f7d227ad-fbf1-47f3-8947-d3b5cf24735d\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173477-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173477-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"01309bfb-8e0e-46a4-b385-3ab656d50b16\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940878-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"9046174f-dd70-47b5-a191-61d93df172f8\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940899-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"b7e145cb-149b-4b3d-86e9-8a6e6c612d3b\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940900-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"583d3b1b-2034-43c0-9a66-640584a0c259\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940901-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"cd4c91da-5c3c-430d-9902-19247f5bf1ae\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940902-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"ff320486-9fdf-49d9-a409-884cdda8dce1\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940907-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"f9db7e3c-d890-41d2-a781-59f3b4b7a453\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940726-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940726-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"5f22e413-95a4-44c1-9c61-7972f554c2b9\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173480-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173480-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"c2ab6ece-8df3-477c-b6a1-c27fbd515228\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940724-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1940724-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"98c075e7-1290-4a87-be4d-0b5a6139f572\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940691-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940691-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"d9e2d5dd-0a9c-4ce3-85b2-f7009f7140f4\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941540-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941540-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"d32b96c6-4052-4421-b6f0-85c0b01b6d7f\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173475-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173475-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"81c3abe3-aea0-4a86-836b-f2ebebb9e288\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943454-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1943454-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"7600b497-5762-40d1-815e-628a98c938fe\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173460-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173460-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"417c8b7b-9dcf-44da-9df5-906b77586840\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940653-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940653-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"db1ac92e-8b29-40a5-872a-ec398f648efc\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173457-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173457-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"9cb4b7bc-3eb5-425c-949a-e6e9052fa372\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940629-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940629-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"2d294a0e-b7bd-4e8c-b6d2-857d91cb7081\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174980-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174980-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"205d62f2-c15f-41c7-bcaa-6e0e5f0032ee\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174981-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174981-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"fcb56206-9157-4736-9694-ee5ceaf6fb33\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173742-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173742-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"2202890a-a769-4e43-aa6a-93fb5d05f7b3\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940698-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940698-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"db19980b-a884-4d97-b43c-108853252b26\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173467-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173467-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"0c8da0c3-9aae-4820-a764-0c985262b9b4\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941541-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1941541-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"aaf0e2b3-c6eb-4393-a7ac-2cadd89cccd0\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174986-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174986-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"41c87231-6176-43be-8310-f0150ad1c79c\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173456-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173456-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"0c95ac5c-9518-4a62-a5c5-7c57ecb09d65\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/1940679-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"7ec18b2a-98de-4329-afdf-60273fcc15ae\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174983-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174983-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"4b5ba44a-d155-4439-a8f6-a07b1d934883\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174984-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174984-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"15834fd4-8607-4576-9e9c-ac61125f5e8f\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174985-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/174985-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"d2bbd15d-c7ad-4004-bf69-d6ce7d3af6a3\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173478-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173478-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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\":\"a14b48b3-cc93-4cf7-9407-2bf1147714a9\",\"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:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173479-480x270.webp\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/173479-854x480.webp\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/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}]}}