{"id":22782,"date":"2023-08-17T13:17:20","date_gmt":"2023-08-17T11:17:20","guid":{"rendered":"https:\/\/fifdh.org\/?post_type=festival&#038;p=22782"},"modified":"2026-02-12T11:55:37","modified_gmt":"2026-02-12T10:55:37","slug":"programme-2024","status":"publish","type":"festival","link":"https:\/\/fifdh.org\/en\/festival\/programme-2024\/","title":{"rendered":"Programme 2024"},"content":{"rendered":"\n<div style=\"height:var(--wp--preset--spacing--80)\" 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\">PROGRAMME 2024<\/h2>\n<\/div>\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">This is the programme for the 22nd edition of the FIFDH Geneva &#8211; which took place from <strong>March 8-17, 2024<\/strong>. It sought to outline the contours of a brighter future by harnessing the power of cinema and the influential voices of human rights.<\/h2>\n\n\n\n<p class=\"has-text-align-center\"><strong>The next edition of the FIFDH will take place from March 7-16, 2025. <\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center\">\u2192 Are you a pro (NGOs, filmmakers, impact practitioners and funders)? Check out the FIFDH <a href=\"https:\/\/fifdh.org\/en\/pro\/about-the-impact-days\/\">Impact Days programme<\/a>. \u2192 Are you a teacher? Discover the <a href=\"https:\/\/fifdh.org\/en\/schools\/schools-info\/\">School programme<\/a> and the <a href=\"https:\/\/fifdh.org\/en\/schools\/platform\/\">films you can watch in your classrooms<\/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\":[\"Event\",\"Film\",\"Forum\",\"Palmares\",\"Spotlight\"],\"date\":[{\"value\":\"recurring\",\"name\":\"Throughout the festival\"},{\"value\":\"20240308\",\"name\":\"Friday 8 March 2024\"},{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},{\"value\":\"20240311\",\"name\":\"Monday 11 March 2024\"},{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},{\"value\":\"20240315\",\"name\":\"Friday 15 March 2024\"},{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},{\"value\":\"20240320\",\"name\":\"Wednesday 20 March 2024\"}],\"thematique\":[\"Activism\",\"Art and Engagement\",\"Children's Rights\",\"Conflict\",\"Decolonization\",\"Disability\",\"Economy and Politics\",\"Environment and Climate\",\"Exile\",\"Health\",\"Humanitarian Aid\",\"Indigenous Rights\",\"Innovation and Technology\",\"International Law\",\"Journalism\",\"Justice\",\"LGBTQIA+\",\"Labour Rights\",\"Liberty and Democracy\",\"Memory and History\",\"Migration and Refugees\",\"Racial Discrimination\",\"Social Issues\",\"Women and Girls' Rights\",\"Youth\"],\"region\":[\"Africa\",\"Asia\",\"Eastern Europe\",\"Europe\",\"Latin America\",\"Middle East\",\"Switzerland\"],\"section\":[\"Competition - Creative Documentaries\",\"Competition - Fiction\",\"Competition - Focus\",\"Documentaries - Out of Competition\",\"Exhibition\",\"Fiction - Out of Competition\",\"Rencontre\",\"Round Table\",\"Special Screening\",\"Young Public\"]},\"events\":[{\"id\":\"f38849d5-f656-47b4-96e2-fb1df62f2a41\",\"date\":{\"value\":\"recurring\",\"name\":\"From 27 February to 30 August\"},\"time\":\"18h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Mus\u00e9e International de la Croix Rouge et du Croissant Rouge\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Exhibition\",\"type\":\"festival\"}],\"from\":\"229837\",\"type\":[\"Event\"],\"title\":\"The Suitcase Project\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115610-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115610-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115610.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/the-suitcase-project\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Migration and Refugees\"]},{\"id\":\"3ecf00f6-6ddc-4cb8-a9aa-d0b6ae30095a\",\"date\":{\"value\":\"recurring\",\"name\":\"From 8 to 17 March\"},\"time\":\"15h\",\"free\":true,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Espace Hornung\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Exhibition\",\"type\":\"festival\"}],\"from\":\"233570\",\"type\":[\"Event\"],\"title\":\"\u00ab\u00a0Life After Genocide\u00a0\u00bb Kurdistan Iraq \u2013 7 years later\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115003-480x320.jpeg\",480,320],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115003-854x569.jpeg\",854,569],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115003-1280x853.jpeg\",1280,853]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/life-after-genocide-kurdistan-iraq-7-years-later\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Conflict\"]},{\"id\":\"c53f8dc6-ef00-4ebc-9bd5-7b863f81e4d2\",\"date\":{\"value\":\"recurring\",\"name\":\"From 8 to 22 March\"},\"time\":\"09h\",\"free\":true,\"sold_out\":false,\"venue\":\"Uni Dufour\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Exhibition\",\"type\":\"festival\"}],\"from\":\"230776\",\"type\":[\"Event\"],\"title\":\"Kids Guernica\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114564-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114564-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114564.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/kids-guernica\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Youth\"]},{\"id\":\"d1f2b7b9-4e6d-473a-b6cf-972aa393277e\",\"date\":{\"value\":\"20240308\",\"name\":\"Friday 8 March 2024\"},\"time\":\"20h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980663\",\"type\":[\"Film\"],\"title\":\"There's Still Tomorrow\",\"private\":false,\"suptitle\":\"By Paola Cortellesi\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464164-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464164-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464164.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/theres-still-tomorrow\\\/\",\"region\":[\"Europe\"],\"thematique\":[\"Memory and History\",\"Women and Girls' Rights\"],\"all_sold_out\":true},{\"id\":\"aac7b31a-83dd-4291-a0cc-2973c7ad6c92\",\"date\":{\"value\":\"20240308\",\"name\":\"Friday 8 March 2024\"},\"time\":\"20h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"979966\",\"type\":[\"Film\"],\"title\":\"Bye bye Tiberias\",\"private\":false,\"suptitle\":\"By Lina Soualem\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464153-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464153-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464153.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/bye-bye-tiberias\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"Exile\",\"Memory and History\"],\"all_sold_out\":true},{\"id\":\"034ee101-741a-4ba5-9ee3-8397f5c78bf1\",\"date\":{\"value\":\"20240308\",\"name\":\"Friday 8 March 2024\"},\"time\":\"20h45\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979744\",\"type\":[\"Film\"],\"title\":\"A Day, 365 Hours\",\"private\":false,\"suptitle\":\"By Eylem Kaftan\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464174-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464174-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464174.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/a-day-365-hours\\\/\",\"region\":[],\"thematique\":[\"Justice\",\"Social Issues\",\"Women and Girls' Rights\"],\"all_sold_out\":true},{\"id\":\"7a7bdd8d-eb0b-49bc-a925-8e3b7a292091\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"14h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229019\",\"type\":[\"Forum\"],\"title\":\"Can the high seas escape the law of might?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Ghost Fleet<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114510-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114510-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114510.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/can-the-high-seas-escape-the-law-of-might\\\/\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Environment and Climate\",\"International Law\"]},{\"id\":\"39f95bc7-aeaf-4ab4-aa5f-a42e29baec60\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"14h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"980191\",\"type\":[\"Film\"],\"title\":\"Ghost Fleet\",\"private\":false,\"suptitle\":\"By Jeffrey Waldron and Shannon Service\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1455119-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1455119-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1455119-1280x719.png\",1280,719]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/ghost-fleet\\\/\",\"region\":[],\"thematique\":[\"Activism\",\"Environment and Climate\",\"Labour Rights\"],\"film_from_forum\":true},{\"id\":\"2fa98413-86cc-4112-b5e4-09e5e929f29f\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"15h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229025\",\"type\":[\"Forum\"],\"title\":\"Russian society on the war in Ukraine\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Of Caravan and the Dogs<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114511-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114511-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114511.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/russian-society-on-the-war-in-ukraine\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Conflict\",\"Journalism\"]},{\"id\":\"9dcbb139-71ed-4741-b2be-fe75d032a4df\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"15h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979916\",\"type\":[\"Film\"],\"title\":\"Of Caravan and the Dogs\",\"private\":false,\"suptitle\":\"By Anonymous 1 and Askold Kurov\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464123-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464123-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464123.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/of-caravan-and-the-dogs\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Conflict\",\"Journalism\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"4f00de86-149b-4a0d-90ca-7721c25b7379\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"15h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980667\",\"type\":[\"Film\"],\"title\":\"The Settlers\",\"private\":false,\"suptitle\":\"By Felipe G\u00e1lvez\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464095-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464095-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464095.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-settlers\\\/\",\"region\":[\"Latin America\"],\"thematique\":[\"Decolonization\",\"Memory and History\"],\"all_sold_out\":false},{\"id\":\"34a847e2-e293-4419-a2f8-1e6e010a05b2\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"15h45\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979438\",\"type\":[\"Film\"],\"title\":\"Name Me Lawand\",\"private\":false,\"suptitle\":\"By Edward Lovelace\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464181-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464181-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464181.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/name-me-lawand\\\/\",\"region\":[],\"thematique\":[\"Exile\",\"Health\",\"Youth\"],\"all_sold_out\":true},{\"id\":\"dcfd03cf-c00a-4eba-b032-3979fcef274c\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"17h\",\"free\":true,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Caf\u00e9 du Festival\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"229440\",\"type\":[\"Event\"],\"title\":\"The role of the press in the polarisation of ideas\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114560-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114560-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114560.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/the-role-of-the-press-in-the-polarisation-of-ideas\\\/\",\"region\":[],\"thematique\":[\"Journalism\",\"Social Issues\"]},{\"id\":\"dc5d40b3-d438-4359-9945-301c13635411\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"18h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979410\",\"type\":[\"Film\"],\"title\":\"God is a woman\",\"private\":false,\"suptitle\":\"By Andr\u00e9s Peyrot\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464180-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464180-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464180.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/god-is-a-woman\\\/\",\"region\":[\"Latin America\"],\"thematique\":[\"Art and Engagement\",\"Memory and History\"],\"all_sold_out\":false},{\"id\":\"3230e797-8cdb-4fa7-b4bc-2292a71f1969\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980665\",\"type\":[\"Film\"],\"title\":\"The Cage is Looking for a Bird\",\"private\":false,\"suptitle\":\"By Malika Musaeva\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464092-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464092-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464092.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-cage-is-looking-for-a-bird\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Women and Girls' Rights\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"fb78b557-a1cd-4823-99ff-a606aa00d9bb\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"19h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229022\",\"type\":[\"Forum\"],\"title\":\"Feminist and LGBTQIA+ resistance against fascism\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Queendom<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114512-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114512-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114512.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/feminist-and-lgbtqia-resistance-against-fascism\\\/\",\"region\":[\"Europe\"],\"thematique\":[\"LGBTQIA+\",\"Liberty and Democracy\"]},{\"id\":\"7a532762-f93f-45d8-a2a3-049500d23e19\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"19h\",\"free\":true,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Caf\u00e9 du Festival\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Rencontre\",\"type\":\"festival\"}],\"from\":\"232101\",\"type\":[\"Event\"],\"title\":\"Signing session by Pierre Hazan\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114593-480x320.jpeg\",480,320],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114593-854x570.jpeg\",854,570],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114593-1280x854.jpeg\",1280,854]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/signing-session-by-pierre-hazan\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"Art and Engagement\"]},{\"id\":\"ffd2f71a-cd76-430c-b5d1-5c32e12b6279\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"19h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"980202\",\"type\":[\"Film\"],\"title\":\"Queendom\",\"private\":false,\"suptitle\":\"By Agniia Galdanova\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464148-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464148-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464148.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/queendom\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Art and Engagement\",\"LGBTQIA+\"],\"film_from_forum\":true},{\"id\":\"2ec7a472-15dd-4604-8f8b-f96a336df686\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"20h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979947\",\"type\":[\"Film\"],\"title\":\"Another Body\",\"private\":false,\"suptitle\":\"By Reuben Hamlyn and Sophie Compton\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464116-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464116-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464116.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/another-body\\\/\",\"region\":[],\"thematique\":[\"Innovation and Technology\",\"Social Issues\",\"Women and Girls' Rights\"],\"all_sold_out\":true},{\"id\":\"a1d9cf64-1966-4de7-8754-1032f1857b57\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"21h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229441\",\"type\":[\"Forum\"],\"title\":\"AI: can it be regulated?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Total Trust<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114513-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114513-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114513.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/ai-can-it-be-regulated\\\/\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Innovation and Technology\",\"Liberty and Democracy\"]},{\"id\":\"fd6c5912-e2fa-41e3-93d1-7b9a6c11fdc6\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"21h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980662\",\"type\":[\"Film\"],\"title\":\"Nowhere\",\"private\":false,\"suptitle\":\"By Simone Massi\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464191-480x257.jpeg\",480,257],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464191-854x457.jpeg\",854,457],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464191-1280x685.jpeg\",1280,685]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/nowhere\\\/\",\"region\":[\"Europe\"],\"thematique\":[\"Memory and History\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"412dc040-71b0-4a87-9947-65751f4ed0c2\",\"date\":{\"value\":\"20240309\",\"name\":\"Saturday 9 March 2024\"},\"time\":\"21h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979858\",\"type\":[\"Film\"],\"title\":\"Total Trust\",\"private\":false,\"suptitle\":\"By Jialing Zhang\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464130-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464130-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464130.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/total-trust\\\/\",\"region\":[\"Asia\"],\"thematique\":[\"Innovation and Technology\",\"Liberty and Democracy\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"eeec4c22-89a2-4bbf-876e-b7d57d7f63d9\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"14h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[{\"icon\":\"Langage des signes\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/lds.svg\",\"info\":\"The discussion will be interpreted into French Sign language\"}],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"228973\",\"type\":[\"Forum\"],\"title\":\"For an inclusive and antivalidist sexuality\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Acsexybility<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114514-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114514-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114514.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/for-an-inclusive-and-antivalidist-sexuality\\\/\",\"region\":[],\"thematique\":[\"Disability\",\"Health\",\"Social Issues\"]},{\"id\":\"5e112ca5-056d-434a-b6a3-dc111d50478d\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"14h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979964\",\"type\":[\"Film\"],\"title\":\"Acsexybility\",\"private\":false,\"suptitle\":\"By Daniel Gon\u00e7alves\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464109-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464109-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464109.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/acsexybility\\\/\",\"region\":[],\"thematique\":[\"Disability\",\"Health\",\"LGBTQIA+\"],\"film_from_forum\":true},{\"id\":\"c00a182e-54ce-4774-b7b3-73250a045293\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"14h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979874\",\"type\":[\"Film\"],\"title\":\"Our Land, Our Freedom\",\"private\":false,\"suptitle\":\"By Meena Nanji and Zippy Kimundu\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464126-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464126-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464126.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/our-land-our-freedom\\\/\",\"region\":[\"Africa\"],\"thematique\":[\"Decolonization\",\"Indigenous Rights\",\"Indigenous Rights\"],\"all_sold_out\":false},{\"id\":\"2680f13d-5b1a-41c9-a3a5-6260b701e806\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"15h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229023\",\"type\":[\"Forum\"],\"title\":\"Towards ethics of coexistence: rethinking relationship with other species\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Searching for Nika<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114515-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114515-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114515.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/towards-ethics-of-coexistence-rethinking-relationship-with-other-species\\\/\",\"region\":[],\"thematique\":[\"Conflict\",\"Environment and Climate\",\"International Law\"]},{\"id\":\"947e1a86-1263-4aed-9757-9498e8907087\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"15h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979828\",\"type\":[\"Film\"],\"title\":\"Searching for Nika\",\"private\":false,\"suptitle\":\"By Stanislav Kapralov\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464127-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464127-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464127.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/searching-for-nika\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Conflict\",\"Humanitarian Aid\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"a700c57b-1645-4041-a208-28f6fad01731\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"16h\",\"free\":true,\"sold_out\":false,\"venue\":\"Mus\u00e9e d\u2019ethnographie de Gen\u00e8ve (MEG)\",\"accessibility\":[],\"section\":[{\"name\":\"Spotlight\",\"type\":\"festival\"}],\"from\":\"229045\",\"type\":[\"Spotlight\"],\"title\":\"The rights of indigenous peoples: decolonising perspectives and imaginations\",\"private\":false,\"suptitle\":\"Preceded by the film <em>God is a woman<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114527-1-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114527-1-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114527-1.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/the-rights-of-indigenous-peoples-decolonising-perspectives-and-imaginations\\\/\",\"region\":[],\"thematique\":[\"Decolonization\",\"Indigenous Rights\",\"Memory and History\"]},{\"id\":\"d73da8cd-34dc-43d3-8c8f-50de9a054bc3\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"16h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Spotlight\",\"type\":\"festival\"}],\"from\":\"230137\",\"type\":[\"Spotlight\"],\"title\":\"Iran, images of the repression\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Where God Is Not<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114606-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114606-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114606.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/iran-images-of-the-repression\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"Activism\",\"Liberty and Democracy\"]},{\"id\":\"60c6cd59-cdb0-4361-a7c9-a7f1a466eca9\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"16h\",\"free\":true,\"sold_out\":false,\"venue\":\"Mus\u00e9e d\u2019ethnographie de Gen\u00e8ve (MEG)\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979410\",\"type\":[\"Film\"],\"title\":\"God is a woman\",\"private\":false,\"suptitle\":\"By Andr\u00e9s Peyrot\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464180-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464180-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464180.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/god-is-a-woman\\\/\",\"region\":[\"Latin America\"],\"thematique\":[\"Art and Engagement\",\"Memory and History\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"97a53d61-8900-4f97-a2b5-788b719fb4bc\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"16h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"950847\",\"type\":[\"Film\"],\"title\":\"Where God Is Not\",\"private\":false,\"suptitle\":\"By Mehran Tamadon\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464189-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464189-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464189.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/where-god-is-not\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"Health\",\"Justice\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"7ef352aa-b43d-4fed-973b-017d69e4cb95\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"17h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980663\",\"type\":[\"Film\"],\"title\":\"There's Still Tomorrow\",\"private\":false,\"suptitle\":\"By Paola Cortellesi\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464164-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464164-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464164.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/theres-still-tomorrow\\\/\",\"region\":[\"Europe\"],\"thematique\":[\"Memory and History\",\"Women and Girls' Rights\"],\"all_sold_out\":true},{\"id\":\"3dc89c55-7cec-4fc9-91e8-7ee46d48bdce\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"19h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[{\"icon\":\"Langage des signes\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/lds.svg\",\"info\":\"The discussion will be interpreted into French Sign Language\"}],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229017\",\"type\":[\"Forum\"],\"title\":\"Carte blanche to Rokhaya Diallo \u2013 Climate equity: women on the front line\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Between the Rains<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114516-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114516-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114516.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/carte-blanche-to-rokhaya-diallo-climate-equity-women-on-the-front-line\\\/\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Environment and Climate\",\"Women and Girls' Rights\"]},{\"id\":\"f3fa3cbb-68f9-483d-8e90-4736d84eda1c\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"19h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Spotlight\",\"type\":\"festival\"}],\"from\":\"229021\",\"type\":[\"Spotlight\"],\"title\":\"Palestinian views and voices\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Life is Beautiful<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114529-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114529-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114529.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/palestinian-views-and-voices\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Conflict\",\"Liberty and Democracy\"]},{\"id\":\"9b6d806c-baa9-46c1-b08d-3e34f5f94b23\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"19h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979403\",\"type\":[\"Film\"],\"title\":\"Between the Rains\",\"private\":false,\"suptitle\":\"By Andrew H. Brown and Moses Thuranira\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464166-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464166-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464166.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/between-the-rains\\\/\",\"region\":[\"Africa\"],\"thematique\":[\"Environment and Climate\",\"Youth\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"1e31680b-30ec-4c19-9da4-49da347f8cdf\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"19h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979753\",\"type\":[\"Film\"],\"title\":\"Life is Beautiful\",\"private\":false,\"suptitle\":\"By Mohamed Jabaly\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454133-480x270.jpeg\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454133-854x480.jpeg\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454133-1280x720.jpeg\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/life-is-beautiful\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Justice\",\"Migration and Refugees\"],\"film_from_forum\":true,\"all_sold_out\":true},{\"id\":\"0f1e3df1-1bbe-4ba7-9b61-0fc7582031e6\",\"date\":{\"value\":\"20240310\",\"name\":\"Sunday 10 March 2024\"},\"time\":\"20h\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980658\",\"type\":[\"Film\"],\"title\":\"Green Border\",\"private\":false,\"suptitle\":\"By Agnieszka Holland\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464094-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464094-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464094.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/green-border\\\/\",\"region\":[\"Eastern Europe\",\"Europe\",\"Middle East\"],\"thematique\":[\"Conflict\",\"Humanitarian Aid\",\"Migration and Refugees\"],\"all_sold_out\":true},{\"id\":\"03781a2c-4fae-428d-b7f7-f9dd7e38bb91\",\"date\":{\"value\":\"20240311\",\"name\":\"Monday 11 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980659\",\"type\":[\"Film\"],\"title\":\"Goodbye Julia\",\"private\":false,\"suptitle\":\"By Mohamed Kordofani\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464093-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464093-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464093.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/goodbye-julia\\\/\",\"region\":[\"Africa\"],\"thematique\":[\"Memory and History\",\"Women and Girls' Rights\"],\"all_sold_out\":false},{\"id\":\"235907cf-f1cc-4ea1-bffa-e4e0ecc87a54\",\"date\":{\"value\":\"20240311\",\"name\":\"Monday 11 March 2024\"},\"time\":\"18h45\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979744\",\"type\":[\"Film\"],\"title\":\"A Day, 365 Hours\",\"private\":false,\"suptitle\":\"By Eylem Kaftan\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464174-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464174-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464174.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/a-day-365-hours\\\/\",\"region\":[],\"thematique\":[\"Justice\",\"Social Issues\",\"Women and Girls' Rights\"],\"all_sold_out\":true},{\"id\":\"e5311448-ea97-4ec3-b9e2-aa0662722a93\",\"date\":{\"value\":\"20240311\",\"name\":\"Monday 11 March 2024\"},\"time\":\"19h\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Spotlight\",\"type\":\"festival\"}],\"from\":\"229020\",\"type\":[\"Spotlight\"],\"title\":\"Switzerland\u2019s asylum procedure in an era of suspicion\",\"private\":false,\"suptitle\":\"Preceded by the film <em>L' Audition (The Hearing)<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114534-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114534-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114534.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/switzerlands-asylum-procedure-in-an-era-of-suspicion\\\/\",\"region\":[\"Switzerland\"],\"thematique\":[\"Health\",\"Migration and Refugees\"]},{\"id\":\"2d269d71-5674-4b84-a49d-d463d285dfed\",\"date\":{\"value\":\"20240311\",\"name\":\"Monday 11 March 2024\"},\"time\":\"19h\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979393\",\"type\":[\"Film\"],\"title\":\"L' Audition (The Hearing)\",\"private\":false,\"suptitle\":\"By Lisa Gerig\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1453598-480x201.jpeg\",480,201],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1453598-854x358.jpeg\",854,358],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1453598-1280x536.jpeg\",1280,536]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/l-audition-the-hearing\\\/\",\"region\":[\"Switzerland\"],\"thematique\":[\"Justice\",\"Migration and Refugees\"],\"film_from_forum\":true,\"all_sold_out\":true},{\"id\":\"2cb2fb48-5d1c-4ede-b03d-c2b77bbee412\",\"date\":{\"value\":\"20240311\",\"name\":\"Monday 11 March 2024\"},\"time\":\"19h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"977378\",\"type\":[\"Film\"],\"title\":\"Photophobia\",\"private\":false,\"suptitle\":\"By Ivan Ostrochovsk\u00fd and Pavol Pekar\u010d\u00edk\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464184-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464184-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464184.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/photophobia\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Conflict\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"a24b098a-0a54-4c10-9d89-615a0b521937\",\"date\":{\"value\":\"20240311\",\"name\":\"Monday 11 March 2024\"},\"time\":\"20h45\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979858\",\"type\":[\"Film\"],\"title\":\"Total Trust\",\"private\":false,\"suptitle\":\"By Jialing Zhang\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464130-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464130-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464130.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/total-trust\\\/\",\"region\":[\"Asia\"],\"thematique\":[\"Innovation and Technology\",\"Liberty and Democracy\"],\"all_sold_out\":false},{\"id\":\"e2cb7e0c-8b3d-4b63-8fe5-e7a3d5bb9544\",\"date\":{\"value\":\"20240311\",\"name\":\"Monday 11 March 2024\"},\"time\":\"21h\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980656\",\"type\":[\"Film\"],\"title\":\"The Teacher\",\"private\":false,\"suptitle\":\"By Farah Nabulsi\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464106-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464106-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464106.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-teacher\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"Conflict\",\"Liberty and Democracy\"],\"all_sold_out\":true},{\"id\":\"e8eab553-9bbd-4c8c-9e87-a34d09af24c2\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"18h\",\"free\":true,\"sold_out\":false,\"venue\":\"Uni Dufour\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Exhibition\",\"type\":\"festival\"}],\"from\":\"229823\",\"type\":[\"Event\"],\"title\":\"Kids Guernica \u2013 Official opening\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114539-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114539-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114539.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/kids-guernica-official-opening\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Youth\"]},{\"id\":\"e53e3ddd-7865-428e-905d-da4d3354dff0\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"18h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Graduate Institute \u2013 IHEID\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229026\",\"type\":[\"Forum\"],\"title\":\"BRICS: the world upside down\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Tropical Utopia<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114518-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114518-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114518.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/brics-the-world-upside-down\\\/\",\"region\":[\"Latin America\"],\"thematique\":[\"Economy and Politics\",\"Liberty and Democracy\"]},{\"id\":\"1bfba6a5-fb36-4944-ae5a-c1b84bfd9151\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229809\",\"type\":[\"Forum\"],\"title\":\"Israel-Palestine: what common future is possible?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>BROKEN - A Palestinian Journey Through International Law<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114517-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114517-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114517.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/israel-palestine-what-common-future-is-possible\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"Conflict\",\"Humanitarian Aid\"]},{\"id\":\"dc8dd430-8085-4ada-9aa0-b12e91af7208\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979772\",\"type\":[\"Film\"],\"title\":\"The Walk\",\"private\":false,\"suptitle\":\"By Tamara Kotevska\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464185-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464185-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464185.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-walk\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Migration and Refugees\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"b340c593-2fdc-477e-9394-74b9bc9c71bd\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"18h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Graduate Institute \u2013 IHEID\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"980608\",\"type\":[\"Film\"],\"title\":\"Tropical Utopia\",\"private\":false,\"suptitle\":\"By Jo\u00e3o Amorim\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464146-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464146-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464146.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/tropical-utopia\\\/\",\"region\":[\"Latin America\"],\"thematique\":[\"Economy and Politics\",\"Memory and History\"],\"film_from_forum\":true},{\"id\":\"234d3ffb-25ee-4802-aaaa-bf58e8041957\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"982910\",\"type\":[\"Film\"],\"title\":\"BROKEN - A Palestinian Journey Through International Law\",\"private\":false,\"suptitle\":\"By Mohammed Alatar\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464242-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464242-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464242.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/broken-a-palestinian-journey-through-international-law\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"International Law\",\"Justice\"],\"film_from_forum\":true},{\"id\":\"aea830e7-8400-4062-b625-c4fb99aa6a59\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"19h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Spotlight\",\"type\":\"festival\"}],\"from\":\"229046\",\"type\":[\"Spotlight\"],\"title\":\"Afghanistan: a 21st century apartheid?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>An Unfinished Journey<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114535-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114535-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114535.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/afghanistan-a-21st-century-apartheid\\\/\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Liberty and Democracy\",\"Women and Girls' Rights\"]},{\"id\":\"9b388bcc-4125-4179-8882-2f5fe3702fd0\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"19h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"951248\",\"type\":[\"Film\"],\"title\":\"An Unfinished Journey\",\"private\":false,\"suptitle\":\"By Aeyliya Husain and Amie Williams\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/1419029-440x340.jpeg\",440,340],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/1419029-782x604.jpeg\",782,604],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/1419029-1171x905.jpeg\",1171,905]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/an-unfinished-journey\\\/\",\"region\":[],\"thematique\":[\"Exile\",\"Justice\",\"Women and Girls' Rights\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"bf020e81-0ebf-42f5-a04a-34c77a3aca21\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"20h45\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979421\",\"type\":[\"Film\"],\"title\":\"1489\",\"private\":false,\"suptitle\":\"By Shoghakat Vardanyan\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464172-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464172-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464172.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/1489\\\/\",\"region\":[\"Asia\"],\"thematique\":[\"Art and Engagement\",\"Conflict\"],\"all_sold_out\":false},{\"id\":\"c0c81b01-88ae-4e12-a8d1-1e9b42682b74\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"20h45\",\"free\":true,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Caf\u00e9 du Festival\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Rencontre\",\"type\":\"festival\"}],\"from\":\"232086\",\"type\":[\"Event\"],\"title\":\"Signing session by Jean-Pierre Filiu\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114592-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114592-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114592-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/signing-session-by-jean-pierre-filiu\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"Art and Engagement\"]},{\"id\":\"2a58f956-9209-4c8e-a65b-0fdbcf54409a\",\"date\":{\"value\":\"20240312\",\"name\":\"Tuesday 12 March 2024\"},\"time\":\"21h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980666\",\"type\":[\"Film\"],\"title\":\"The Survival of Kindness\",\"private\":false,\"suptitle\":\"By Rolf de Heer\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464096-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464096-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464096.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-survival-of-kindness\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Racial Discrimination\"],\"all_sold_out\":false},{\"id\":\"a64d836f-5c16-432a-b0a2-c41ddd350f5d\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"14h\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"979966\",\"type\":[\"Film\"],\"title\":\"Bye bye Tiberias\",\"private\":false,\"suptitle\":\"By Lina Soualem\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464153-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464153-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464153.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/bye-bye-tiberias\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"Exile\",\"Memory and History\"],\"all_sold_out\":true},{\"id\":\"b9a47f86-dfae-4547-8279-f125ab97a421\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"14h45\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Young Public\",\"type\":\"festival\"}],\"from\":\"979945\",\"type\":[\"Film\"],\"title\":\"Dr\u00f4les d'oiseaux\",\"private\":false,\"suptitle\":\"By Meinardas Valkevi\u010dius, Guillaume Lorin and Emily Worms\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454299-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454299-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454299-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/droles-doiseaux\\\/\",\"region\":[],\"thematique\":[\"Children's Rights\",\"Liberty and Democracy\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"9aaf9b6e-13e7-4092-80f9-d8741f88b1c5\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"16h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979828\",\"type\":[\"Film\"],\"title\":\"Searching for Nika\",\"private\":false,\"suptitle\":\"By Stanislav Kapralov\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464127-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464127-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464127.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/searching-for-nika\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Conflict\",\"Humanitarian Aid\"],\"all_sold_out\":false},{\"id\":\"5703f7cf-1c37-412a-bf58-b48b550dbc93\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"16h15\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979772\",\"type\":[\"Film\"],\"title\":\"The Walk\",\"private\":false,\"suptitle\":\"By Tamara Kotevska\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464185-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464185-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464185.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-walk\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Migration and Refugees\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"acdabaa3-d21f-43cc-8259-f11fa6ce996b\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"18h15\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980662\",\"type\":[\"Film\"],\"title\":\"Nowhere\",\"private\":false,\"suptitle\":\"By Simone Massi\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464191-480x257.jpeg\",480,257],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464191-854x457.jpeg\",854,457],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464191-1280x685.jpeg\",1280,685]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/nowhere\\\/\",\"region\":[\"Europe\"],\"thematique\":[\"Memory and History\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"208faef0-0d38-4637-b242-a8048aae566f\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229018\",\"type\":[\"Forum\"],\"title\":\"Feeding humanity and preserving the biosphere\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Food, Inc. 2<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114519-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114519-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114519.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/feeding-humanity-and-preserving-the-biosphere\\\/\",\"region\":[],\"thematique\":[\"Activism\",\"Environment and Climate\",\"Health\"]},{\"id\":\"b6aae7f3-3a53-40ed-a10a-20e8a915229f\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"18h30\",\"free\":true,\"sold_out\":false,\"venue\":\"EPFL \u2013 Auditoire CO2\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979858\",\"type\":[\"Film\"],\"title\":\"Total Trust\",\"private\":false,\"suptitle\":\"By Jialing Zhang\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464130-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464130-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464130.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/total-trust\\\/\",\"region\":[\"Asia\"],\"thematique\":[\"Innovation and Technology\",\"Liberty and Democracy\"],\"all_sold_out\":false},{\"id\":\"4374e415-1141-47ed-900c-597d754101b2\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"977378\",\"type\":[\"Film\"],\"title\":\"Photophobia\",\"private\":false,\"suptitle\":\"By Ivan Ostrochovsk\u00fd and Pavol Pekar\u010d\u00edk\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464184-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464184-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464184.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/photophobia\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Conflict\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"2c11a6eb-0353-42ef-a9df-0ab4bddb2fdc\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"18h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Caf\u00e9 du Festival\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"229436\",\"type\":[\"Event\"],\"title\":\"Speed debating \u2013 The impact of sanctions on human rights\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114509-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114509-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114509.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/speed-debating-the-impact-of-sanctions-on-human-rights\\\/\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"International Law\"]},{\"id\":\"e363806d-58f4-4775-a39d-242fb5a1f7d0\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"980613\",\"type\":[\"Film\"],\"title\":\"Food, Inc. 2\",\"private\":false,\"suptitle\":\"By Robert Kenner and Melissa Robledo\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464151-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464151-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464151.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/food-inc-2\\\/\",\"region\":[],\"thematique\":[\"Environment and Climate\",\"Health\"],\"film_from_forum\":true},{\"id\":\"f743eb76-90d6-42dd-9d8f-c886be4061f2\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"19h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229027\",\"type\":[\"Forum\"],\"title\":\"The mixed-race people of the Belgian Congo: a crime against humanity?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>M\u00e9tis, les enfants cach\u00e9s de la colonisation<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114520-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114520-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114520.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/the-mixed-race-people-of-the-belgian-congo-a-crime-against-humanity\\\/\",\"region\":[\"Africa\"],\"thematique\":[\"Decolonization\",\"Memory and History\"]},{\"id\":\"019181d9-1901-4783-9a48-226853e7f6ce\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"19h\",\"free\":false,\"sold_out\":false,\"venue\":\"Soci\u00e9t\u00e9 de Lecture\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Rencontre\",\"type\":\"festival\"}],\"from\":\"229444\",\"type\":[\"Event\"],\"title\":\"A conversation about \u201cLa route \u00e0 bout de bras\u201d\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114581-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114581-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114581.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/a-conversation-about-la-route-a-bout-de-bras\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Disability\",\"Exile\"]},{\"id\":\"06f0cde2-8c25-488c-abe8-e53d9e6b716e\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"19h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"980196\",\"type\":[\"Film\"],\"title\":\"M\u00e9tis, les enfants cach\u00e9s de la colonisation\",\"private\":false,\"suptitle\":\"By Dominique Regueme\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464141-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464141-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464141.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/metis-les-enfants-caches-de-la-colonisation\\\/\",\"region\":[\"Africa\"],\"thematique\":[\"Decolonization\",\"Memory and History\"],\"film_from_forum\":true},{\"id\":\"127e6599-1e05-4c84-a9c5-eeb6e8f0ba92\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"19h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Salle communale du Petit-Lancy\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Special Screening\",\"type\":\"festival\"}],\"from\":\"228863\",\"type\":[\"Event\"],\"title\":\"Made in Bangladesh : the dark secret behind our clothes\",\"private\":false,\"suptitle\":\"Screening followed by a discussion on the ecological, economic and social consequences of the textile industry, here and elsewhere.\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114559-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114559-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114559.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/made-in-bangladesh-the-dark-secret-behind-our-clothes\\\/\",\"region\":[\"Asia\"],\"thematique\":[\"Environment and Climate\",\"Labour Rights\"]},{\"id\":\"f7266267-296c-4b59-9af9-1689ff5e4e27\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"19h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Maison de Quartier Sous-Gare Lausanne\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"979864\",\"type\":[\"Film\"],\"title\":\"The Mind Game\",\"private\":false,\"suptitle\":\"By Els Van Driel, Sajid Khan Nasiri and Eefje Blankevoort\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454238-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454238-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454238-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-mind-game\\\/\",\"region\":[],\"thematique\":[\"Health\",\"Migration and Refugees\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"b9ce49e6-271d-4149-aac6-df5d896eb8d9\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"19h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Salle communale du Petit-Lancy\",\"accessibility\":[],\"section\":[{\"name\":\"Fiction - Out of Competition\",\"type\":\"festival\"}],\"from\":\"979925\",\"type\":[\"Film\"],\"title\":\"Made in Bangladesh\",\"private\":false,\"suptitle\":\"By Rubaiyat Hossain\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454280-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454280-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454280-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/made-in-bangladesh\\\/\",\"region\":[\"Asia\"],\"thematique\":[\"Labour Rights\",\"Women and Girls' Rights\"],\"film_from_event\":true},{\"id\":\"23302b19-7e8b-4247-a98d-daac580beef7\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"20h45\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979979\",\"type\":[\"Film\"],\"title\":\"The Flag\",\"private\":false,\"suptitle\":\"By Joseph Paris\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464135-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464135-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464135.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-flag\\\/\",\"region\":[],\"thematique\":[\"Activism\",\"Memory and History\",\"Racial Discrimination\"],\"all_sold_out\":true},{\"id\":\"9fd6c1ea-729c-445c-94dc-237ba6b8a87a\",\"date\":{\"value\":\"20240313\",\"name\":\"Wednesday 13 March 2024\"},\"time\":\"21h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980659\",\"type\":[\"Film\"],\"title\":\"Goodbye Julia\",\"private\":false,\"suptitle\":\"By Mohamed Kordofani\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464093-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464093-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464093.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/goodbye-julia\\\/\",\"region\":[\"Africa\"],\"thematique\":[\"Memory and History\",\"Women and Girls' Rights\"],\"all_sold_out\":false},{\"id\":\"acacc09a-f383-43a6-9f58-40baafb9aa8e\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"18h15\",\"free\":true,\"sold_out\":true,\"venue\":\"Mus\u00e9e International de la Croix Rouge et du Croissant Rouge\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Special Screening\",\"type\":\"festival\"}],\"from\":\"231335\",\"type\":[\"Event\"],\"title\":\"The Suitcase Project: opening event\",\"private\":false,\"suptitle\":\"Followed by the film The Mind Game\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115611-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115611-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115611.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/the-suitcase-project-opening-event\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Migration and Refugees\"]},{\"id\":\"c259326d-8696-4353-8e13-2f4f7ac9b82e\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"18h15\",\"free\":true,\"sold_out\":true,\"venue\":\"Mus\u00e9e International de la Croix Rouge et du Croissant Rouge\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"979864\",\"type\":[\"Film\"],\"title\":\"The Mind Game\",\"private\":false,\"suptitle\":\"By Els Van Driel, Sajid Khan Nasiri and Eefje Blankevoort\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454238-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454238-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454238-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-mind-game\\\/\",\"region\":[],\"thematique\":[\"Health\",\"Migration and Refugees\",\"Youth\"],\"film_from_event\":true,\"all_sold_out\":false},{\"id\":\"5e6e37fc-e59e-478f-8527-22df4f2f2d92\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Spotlight\",\"type\":\"festival\"}],\"from\":\"229819\",\"type\":[\"Spotlight\"],\"title\":\"Belarus, a dictatorship in Europe\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Who If Not Us? The Fight for Democracy in Belarus<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114536-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114536-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114536.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/belarus-a-dictatorship-in-europe\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Activism\",\"Liberty and Democracy\"]},{\"id\":\"6d6f5c87-1be3-49a6-a793-4f766a9434d3\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"18h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Caf\u00e9 du Festival\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"229447\",\"type\":[\"Event\"],\"title\":\"Think & Drink: what of digital inclusion?\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114542-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114542-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114542.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/think-drink-what-of-digital-inclusion\\\/\",\"region\":[],\"thematique\":[\"Innovation and Technology\",\"Social Issues\"]},{\"id\":\"9819a94f-dde4-429d-815f-0c3f02071bd5\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979863\",\"type\":[\"Film\"],\"title\":\"Who If Not Us? The Fight for Democracy in Belarus\",\"private\":false,\"suptitle\":\"By Juliane Tutein\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464132-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464132-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464132.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/who-if-not-us-the-fight-for-democracy-in-belarus\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Activism\",\"Liberty and Democracy\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"e53a19c3-3317-4b3b-ab7d-5fb01b6e0d2d\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"18h45\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980666\",\"type\":[\"Film\"],\"title\":\"The Survival of Kindness\",\"private\":false,\"suptitle\":\"By Rolf de Heer\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464096-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464096-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464096.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-survival-of-kindness\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Racial Discrimination\"],\"all_sold_out\":false},{\"id\":\"6cc135ff-dfc2-4451-90d0-a0eb506006d4\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"19h15\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"984133\",\"type\":[\"Film\"],\"title\":\"The First 54 Years - An Abbreviated Manual for Military Occupation\",\"private\":false,\"suptitle\":\"By Avi Mograbi\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1466562-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1466562-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1466562.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-first-54-years-an-abbreviated-manual-for-military-occupation\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"International Law\",\"Memory and History\"]},{\"id\":\"230c7b50-18e0-4b13-b09b-49a184f2a71d\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"19h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229016\",\"type\":[\"Forum\"],\"title\":\"Artificial intelligence: a stake in feminist battles\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Another Body<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114521-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114521-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114521.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/artificial-intelligence-a-stake-in-feminist-battles\\\/\",\"region\":[],\"thematique\":[\"Innovation and Technology\",\"Justice\",\"Women and Girls' Rights\"]},{\"id\":\"fb82f063-d2c2-43f0-8402-622b529a969d\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"19h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979947\",\"type\":[\"Film\"],\"title\":\"Another Body\",\"private\":false,\"suptitle\":\"By Reuben Hamlyn and Sophie Compton\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464116-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464116-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464116.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/another-body\\\/\",\"region\":[],\"thematique\":[\"Innovation and Technology\",\"Social Issues\",\"Women and Girls' Rights\"],\"film_from_forum\":true,\"all_sold_out\":true},{\"id\":\"3ed1f3b0-570e-4c8a-8c68-168742d5d6de\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"20h45\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979393\",\"type\":[\"Film\"],\"title\":\"L' Audition (The Hearing)\",\"private\":false,\"suptitle\":\"By Lisa Gerig\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1453598-480x201.jpeg\",480,201],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1453598-854x358.jpeg\",854,358],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1453598-1280x536.jpeg\",1280,536]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/l-audition-the-hearing\\\/\",\"region\":[\"Switzerland\"],\"thematique\":[\"Justice\",\"Migration and Refugees\"],\"all_sold_out\":true},{\"id\":\"c2cf2f03-03a7-4fa8-9b72-dafbefc84336\",\"date\":{\"value\":\"20240314\",\"name\":\"Thursday 14 March 2024\"},\"time\":\"21h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980665\",\"type\":[\"Film\"],\"title\":\"The Cage is Looking for a Bird\",\"private\":false,\"suptitle\":\"By Malika Musaeva\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464092-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464092-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464092.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-cage-is-looking-for-a-bird\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Women and Girls' Rights\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"2f7d9943-0686-4e28-be26-248f2404cd39\",\"date\":{\"value\":\"20240315\",\"name\":\"Friday 15 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980658\",\"type\":[\"Film\"],\"title\":\"Green Border\",\"private\":false,\"suptitle\":\"By Agnieszka Holland\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464094-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464094-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464094.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/green-border\\\/\",\"region\":[\"Eastern Europe\",\"Europe\",\"Middle East\"],\"thematique\":[\"Conflict\",\"Humanitarian Aid\",\"Migration and Refugees\"],\"all_sold_out\":true},{\"id\":\"7c701d9b-41c8-4bc6-a35a-ed33bdfcc5a0\",\"date\":{\"value\":\"20240315\",\"name\":\"Friday 15 March 2024\"},\"time\":\"18h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Fonction: Cin\u00e9ma\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"229477\",\"type\":[\"Event\"],\"title\":\"Borders and race: a violent intersection\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114546-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114546-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114546.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/borders-and-race-a-violent-intersection\\\/\",\"region\":[\"Europe\"],\"thematique\":[\"Migration and Refugees\",\"Racial Discrimination\"]},{\"id\":\"287b8e03-1ce0-40ca-a60e-b573fb8ea947\",\"date\":{\"value\":\"20240315\",\"name\":\"Friday 15 March 2024\"},\"time\":\"18h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Caf\u00e9 du Festival\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Round Table\",\"type\":\"festival\"}],\"from\":\"229479\",\"type\":[\"Event\"],\"title\":\"Caf\u00e9 des Libert\u00e9s\u2013 Climate activists take on the multinationals\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114548-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114548-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114548.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/cafe-des-libertes-climate-activists-take-on-the-multinationals\\\/\",\"region\":[],\"thematique\":[\"Activism\",\"Environment and Climate\"]},{\"id\":\"c73f9413-e513-4990-9d4e-e0982987dc61\",\"date\":{\"value\":\"20240315\",\"name\":\"Friday 15 March 2024\"},\"time\":\"18h45\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979438\",\"type\":[\"Film\"],\"title\":\"Name Me Lawand\",\"private\":false,\"suptitle\":\"By Edward Lovelace\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464181-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464181-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464181.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/name-me-lawand\\\/\",\"region\":[],\"thematique\":[\"Exile\",\"Health\",\"Youth\"],\"all_sold_out\":true},{\"id\":\"6e992038-811b-4070-a501-758a96db60c6\",\"date\":{\"value\":\"20240315\",\"name\":\"Friday 15 March 2024\"},\"time\":\"19h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229039\",\"type\":[\"Forum\"],\"title\":\"Anti-Semitism: the blind spot in the fight against racism?\",\"private\":false,\"suptitle\":null,\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114522-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114522-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114522.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/anti-semitism-the-blind-spot-in-the-fight-against-racism\\\/\",\"region\":[],\"thematique\":[\"Activism\",\"Racial Discrimination\",\"Social Issues\"]},{\"id\":\"98896387-cf81-4e01-bbbc-e3366b2e4dce\",\"date\":{\"value\":\"20240315\",\"name\":\"Friday 15 March 2024\"},\"time\":\"20h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229028\",\"type\":[\"Forum\"],\"title\":\"Freedom or toil: breaking down the notion of work\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Limits of Europe<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114583-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114583-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114583.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/freedom-or-toil-breaking-down-the-notion-of-work\\\/\",\"region\":[\"Europe\"],\"thematique\":[\"Economy and Politics\",\"Labour Rights\"]},{\"id\":\"c44d5150-a338-473c-8c6a-00f1c0efb90b\",\"date\":{\"value\":\"20240315\",\"name\":\"Friday 15 March 2024\"},\"time\":\"20h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"980075\",\"type\":[\"Film\"],\"title\":\"Limits of Europe\",\"private\":false,\"suptitle\":\"By Apolena Rychl\u00edkov\u00e1\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1467921-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1467921-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1467921.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/limits-of-europe\\\/\",\"region\":[\"Europe\"],\"thematique\":[\"Economy and Politics\",\"Labour Rights\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"7e62c233-7ffb-4d63-aaa8-055ea93c44aa\",\"date\":{\"value\":\"20240315\",\"name\":\"Friday 15 March 2024\"},\"time\":\"21h\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980667\",\"type\":[\"Film\"],\"title\":\"The Settlers\",\"private\":false,\"suptitle\":\"By Felipe G\u00e1lvez\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464095-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464095-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464095.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-settlers\\\/\",\"region\":[\"Latin America\"],\"thematique\":[\"Decolonization\",\"Memory and History\"],\"all_sold_out\":false},{\"id\":\"fbeb23e9-1490-45c4-802c-4cfcbffe3c5f\",\"date\":{\"value\":\"20240315\",\"name\":\"Friday 15 March 2024\"},\"time\":\"21h15\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979753\",\"type\":[\"Film\"],\"title\":\"Life is Beautiful\",\"private\":false,\"suptitle\":\"By Mohamed Jabaly\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454133-480x270.jpeg\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454133-854x480.jpeg\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454133-1280x720.jpeg\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/life-is-beautiful\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Justice\",\"Migration and Refugees\"],\"all_sold_out\":true},{\"id\":\"4c12489f-41a8-41e9-bbc7-3fa98054471d\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"09h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Young Public\",\"type\":\"festival\"}],\"from\":\"979928\",\"type\":[\"Film\"],\"title\":\"Pachamama\",\"private\":false,\"suptitle\":\"By Juan Antin\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1456423-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1456423-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1456423-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/pachamama\\\/\",\"region\":[],\"thematique\":[]},{\"id\":\"810783f2-f8ae-421c-80d4-9b38d5b0654e\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"14h\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229029\",\"type\":[\"Forum\"],\"title\":\"Who watches the watchmen?\",\"private\":false,\"suptitle\":\"Preceded by the film <em>The Flag<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114524-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114524-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114524.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/who-watches-the-watchmen\\\/\",\"region\":[],\"thematique\":[\"Justice\",\"Liberty and Democracy\",\"Racial Discrimination\"]},{\"id\":\"c2ba55bf-688a-46b9-a134-28fd2f54f4d4\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"14h\",\"free\":true,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Caf\u00e9 du Festival\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Rencontre\",\"type\":\"festival\"}],\"from\":\"229483\",\"type\":[\"Event\"],\"title\":\"Signing session by Leo Kaneman\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114580-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114580-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114580.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/signing-session-by-leo-kaneman\\\/\",\"region\":[],\"thematique\":[\"Activism\",\"Art and Engagement\"]},{\"id\":\"57042f2b-7ad6-4592-bfc2-16ae4b4b4355\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"14h\",\"free\":true,\"sold_out\":false,\"venue\":\"Bains des P\u00e2quis\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Rencontre\",\"type\":\"festival\"}],\"from\":\"229485\",\"type\":[\"Event\"],\"title\":\"Caf\u00e9 philosophique with Hadrien Klent\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114558-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114558-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114558.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/cafe-philosophique-with-hadrien-klent\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Labour Rights\"]},{\"id\":\"da7a3d70-f5d6-455d-8640-aead51a42f98\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"14h\",\"free\":false,\"sold_out\":true,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979979\",\"type\":[\"Film\"],\"title\":\"The Flag\",\"private\":false,\"suptitle\":\"By Joseph Paris\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464135-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464135-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464135.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-flag\\\/\",\"region\":[],\"thematique\":[\"Activism\",\"Memory and History\",\"Racial Discrimination\"],\"film_from_forum\":true,\"all_sold_out\":true},{\"id\":\"5ce92244-be9a-4c17-a1aa-717b821f8e9b\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"15h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979874\",\"type\":[\"Film\"],\"title\":\"Our Land, Our Freedom\",\"private\":false,\"suptitle\":\"By Meena Nanji and Zippy Kimundu\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464126-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464126-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464126.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/our-land-our-freedom\\\/\",\"region\":[\"Africa\"],\"thematique\":[\"Decolonization\",\"Indigenous Rights\",\"Indigenous Rights\"],\"all_sold_out\":false},{\"id\":\"38e62cde-d731-4387-bb31-e6eb8640cc9b\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"15h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"228989\",\"type\":[\"Forum\"],\"title\":\"Nagorno-Karabakh: a long-forgotten destiny\",\"private\":false,\"suptitle\":\"Preceded by the film <em>1489<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114525-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114525-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114525.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/nagorno-karabakh-a-long-forgotten-destiny\\\/\",\"region\":[],\"thematique\":[\"Conflict\",\"Humanitarian Aid\",\"Liberty and Democracy\"]},{\"id\":\"8cd4fab3-4b7e-4641-91c5-44b8addf5648\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"15h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"950847\",\"type\":[\"Film\"],\"title\":\"Where God Is Not\",\"private\":false,\"suptitle\":\"By Mehran Tamadon\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464189-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464189-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464189.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/where-god-is-not\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"Health\",\"Justice\"],\"all_sold_out\":false},{\"id\":\"505ab59e-1b81-4246-962e-f13d34cad777\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"15h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979421\",\"type\":[\"Film\"],\"title\":\"1489\",\"private\":false,\"suptitle\":\"By Shoghakat Vardanyan\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464172-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464172-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464172.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/1489\\\/\",\"region\":[\"Asia\"],\"thematique\":[\"Art and Engagement\",\"Conflict\"],\"film_from_forum\":true,\"all_sold_out\":false},{\"id\":\"bb954c52-accd-47a3-b2f3-dd796d936519\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"16h\",\"free\":false,\"sold_out\":false,\"venue\":\"Fonction: Cin\u00e9ma\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Special Screening\",\"type\":\"festival\"}],\"from\":\"229487\",\"type\":[\"Event\"],\"title\":\"Les Horizontales\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114574-480x270.jpeg\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114574-854x480.jpeg\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114574-1280x720.jpeg\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/les-horizontales\\\/\",\"region\":[],\"thematique\":[\"Art and Engagement\",\"Migration and Refugees\"]},{\"id\":\"f4d176de-818a-4f26-8596-29b868089b34\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"18h30\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Fiction\",\"type\":\"festival\"}],\"from\":\"980656\",\"type\":[\"Film\"],\"title\":\"The Teacher\",\"private\":false,\"suptitle\":\"By Farah Nabulsi\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464106-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464106-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464106.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/the-teacher\\\/\",\"region\":[\"Middle East\"],\"thematique\":[\"Conflict\",\"Liberty and Democracy\"],\"all_sold_out\":true},{\"id\":\"45cb92d3-1945-4cf3-95be-110e9b01ecb8\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"18h45\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"980075\",\"type\":[\"Film\"],\"title\":\"Limits of Europe\",\"private\":false,\"suptitle\":\"By Apolena Rychl\u00edkov\u00e1\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1467921-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1467921-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1467921.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/limits-of-europe\\\/\",\"region\":[\"Europe\"],\"thematique\":[\"Economy and Politics\",\"Labour Rights\"],\"all_sold_out\":false},{\"id\":\"bd582a95-4510-4f1e-a134-ffc63745f2db\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"19h\",\"free\":false,\"sold_out\":true,\"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\":\"Film available in audio description.\"},{\"icon\":\"Personnes sourdes ou malentendantes\",\"icon_url\":\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/plugins\\\/db-cinema\\\/public\\\/medias\\\/images\\\/accessibility_icons\\\/hau.svg\",\"info\":\"Subtitles for the hearing impaired on the Greta application\"}],\"section\":[{\"name\":\"Fiction - Out of Competition\",\"type\":\"festival\"}],\"from\":\"980660\",\"type\":[\"Film\"],\"title\":\"Omen - Closing ceremony\",\"private\":false,\"suptitle\":\"By Baloji\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464190-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464190-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464190.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/omen-closing-ceremony\\\/\",\"region\":[\"Africa\"],\"thematique\":[\"Art and Engagement\",\"Exile\"]},{\"id\":\"036a3039-d5c5-4a81-ad17-b7eeca97aec4\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"20h45\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979916\",\"type\":[\"Film\"],\"title\":\"Of Caravan and the Dogs\",\"private\":false,\"suptitle\":\"By Anonymous 1 and Askold Kurov\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464123-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464123-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464123.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/of-caravan-and-the-dogs\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Conflict\",\"Journalism\"],\"all_sold_out\":false},{\"id\":\"524f97cc-692f-4ba5-b5ae-1ee5547c8083\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"21h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Creative Documentaries\",\"type\":\"festival\"}],\"from\":\"979403\",\"type\":[\"Film\"],\"title\":\"Between the Rains\",\"private\":false,\"suptitle\":\"By Andrew H. Brown and Moses Thuranira\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464166-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464166-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464166.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/between-the-rains\\\/\",\"region\":[\"Africa\"],\"thematique\":[\"Environment and Climate\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"2deaa135-48d9-4ab6-b8b8-c55d52c28da3\",\"date\":{\"value\":\"20240316\",\"name\":\"Saturday 16 March 2024\"},\"time\":\"21h15\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"979863\",\"type\":[\"Film\"],\"title\":\"Who If Not Us? The Fight for Democracy in Belarus\",\"private\":false,\"suptitle\":\"By Juliane Tutein\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464132-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464132-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464132.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/who-if-not-us-the-fight-for-democracy-in-belarus\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Activism\",\"Liberty and Democracy\"],\"all_sold_out\":false},{\"id\":\"b82b31da-eaa3-41f5-8ccc-7c69b6f32a45\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"10h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Young Public\",\"type\":\"festival\"}],\"from\":\"979945\",\"type\":[\"Film\"],\"title\":\"Dr\u00f4les d'oiseaux\",\"private\":false,\"suptitle\":\"By Meinardas Valkevi\u010dius, Guillaume Lorin and Emily Worms\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454299-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454299-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1454299-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/droles-doiseaux\\\/\",\"region\":[],\"thematique\":[\"Children's Rights\",\"Liberty and Democracy\",\"Youth\"],\"all_sold_out\":false},{\"id\":\"93c06192-3b7e-4437-bc9b-b97a43a328c5\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"14h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"951248\",\"type\":[\"Film\"],\"title\":\"An Unfinished Journey\",\"private\":false,\"suptitle\":\"By Aeyliya Husain and Amie Williams\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/1419029-440x340.jpeg\",440,340],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/1419029-782x604.jpeg\",782,604],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/1419029-1171x905.jpeg\",1171,905]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/an-unfinished-journey\\\/\",\"region\":[],\"thematique\":[\"Exile\",\"Justice\",\"Women and Girls' Rights\"],\"all_sold_out\":false},{\"id\":\"bd2a941a-5002-4b91-be25-87fed873524a\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"14h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"}],\"from\":\"231926\",\"type\":[\"Event\",\"Palmares\"],\"title\":\"Photophobia \u2013 Documentary Youth Jury Award\",\"private\":false,\"suptitle\":\"Creative Documentary Competition\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115963-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115963-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115963-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/photophobia-documentary-youth-jury-award\\\/\",\"region\":[],\"thematique\":[]},{\"id\":\"1bc8085e-117a-4c53-bfb1-7c2232baee02\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"14h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"}],\"from\":\"231935\",\"type\":[\"Event\",\"Palmares\"],\"title\":\"The Settlers \u2013 Fiction Grand Prize ex-aequo\",\"private\":false,\"suptitle\":\"Fiction Competition\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115965-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115965-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115965-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/the-settlers-fiction-grand-prize-ex-aequo\\\/\",\"region\":[],\"thematique\":[]},{\"id\":\"4a6ab089-a8fd-4f92-8172-f021913745f7\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"14h30\",\"free\":true,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Caf\u00e9 du Festival\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"},{\"name\":\"Rencontre\",\"type\":\"festival\"}],\"from\":\"232121\",\"type\":[\"Event\"],\"title\":\"Signing session by Pierre Haski\",\"private\":false,\"suptitle\":\"\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114594-480x320.jpeg\",480,320],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114594-854x569.jpeg\",854,569],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114594-1280x853.jpeg\",1280,853]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/signing-session-by-pierre-haski\\\/\",\"region\":[\"Asia\"],\"thematique\":[\"Art and Engagement\",\"Journalism\"]},{\"id\":\"34f0f495-c2fd-4e4e-87eb-4f1714567a4a\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"16h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Spotlight\",\"type\":\"festival\"}],\"from\":\"229015\",\"type\":[\"Spotlight\"],\"title\":\"Xinjiang, the repression camps\",\"private\":false,\"suptitle\":\"Preceded by the film <em>All Static & Noise<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114537-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114537-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114537.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/xinjiang-the-repression-camps\\\/\",\"region\":[\"Asia\"],\"thematique\":[\"Labour Rights\",\"Liberty and Democracy\"]},{\"id\":\"a3eb8814-c785-4049-92fe-1702645ec1b8\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"16h30\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Th\u00e9\u00e2tre\",\"accessibility\":[],\"section\":[{\"name\":\"Documentaries - Out of Competition\",\"type\":\"festival\"}],\"from\":\"950399\",\"type\":[\"Film\"],\"title\":\"All Static & Noise\",\"private\":false,\"suptitle\":\"By David Novack\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464159-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464159-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464159.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/all-static-noise\\\/\",\"region\":[\"Asia\"],\"thematique\":[\"Exile\",\"Labour Rights\"],\"film_from_forum\":true},{\"id\":\"3b86f5bb-28c4-4fc4-bbce-ce4127e5ffb2\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"16h45\",\"free\":false,\"sold_out\":true,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"}],\"from\":\"230708\",\"type\":[\"Event\",\"Palmares\"],\"title\":\"The Cage is looking for a Bird  \u2013 Fiction Grand Award ex-aequo\",\"private\":false,\"suptitle\":\"Fiction Competition\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115964-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115964-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115964-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/the-cage-is-looking-for-a-bird-fiction-grand-award-ex-aequo\\\/\",\"region\":[],\"thematique\":[]},{\"id\":\"094c12b8-3500-4767-bc1a-f883889ce022\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"17h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Forum\",\"type\":\"festival\"}],\"from\":\"229030\",\"type\":[\"Forum\"],\"title\":\"Re-enchanting hope facing global challenges\",\"private\":false,\"suptitle\":\"Preceded by the film <em>Tax Wars<\\\/em>\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114526-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114526-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/114526.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/forum\\\/re-enchanting-hope-facing-global-challenges\\\/\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Justice\",\"Social Issues\"]},{\"id\":\"c0c274c3-980b-4f88-82b4-01981c1fec5c\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"17h\",\"free\":false,\"sold_out\":false,\"venue\":\"Espace Pito\u00ebff \u2013 Grande Salle\",\"accessibility\":[],\"section\":[{\"name\":\"Competition - Focus\",\"type\":\"festival\"}],\"from\":\"980064\",\"type\":[\"Film\"],\"title\":\"Tax Wars\",\"private\":false,\"suptitle\":\"By Hege Dehli and Xavier Harel\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464128-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464128-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1464128.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/tax-wars\\\/\",\"region\":[],\"thematique\":[\"Economy and Politics\",\"Justice\"],\"film_from_forum\":true},{\"id\":\"440f9d51-2390-4727-b9f5-a9a9433b8423\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"17h15\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"}],\"from\":\"231929\",\"type\":[\"Event\",\"Palmares\"],\"title\":\"Name Me Lawand \u2013 Grand Geneva Award\",\"private\":false,\"suptitle\":\"Creative Documentary Competition\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115960-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115960-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115960-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/name-me-lawand-grand-geneva-award\\\/\",\"region\":[],\"thematique\":[]},{\"id\":\"1490a636-1ab7-4f8c-8f01-4a719f88c02c\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"19h15\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Langlois\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"}],\"from\":\"231919\",\"type\":[\"Event\",\"Palmares\"],\"title\":\"Total Trust \u2013 The World Organization Against Torture (OMCT) Award\",\"private\":false,\"suptitle\":\"Focus Competition\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115966-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115966-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115966-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/total-trust-the-world-organization-against-torture-omct-award\\\/\",\"region\":[],\"thematique\":[]},{\"id\":\"a8e74436-c672-4884-b5dc-d4d88d06dfe7\",\"date\":{\"value\":\"20240317\",\"name\":\"Sunday 17 March 2024\"},\"time\":\"20h\",\"free\":false,\"sold_out\":false,\"venue\":\"Gr\u00fctli \u2013 Salle Simon\",\"accessibility\":[],\"section\":[{\"name\":\"Event\",\"type\":\"festival\"}],\"from\":\"231940\",\"type\":[\"Event\",\"Palmares\"],\"title\":\"Life is Beautiful \u2013 Gilda Vieira De Mello Award\",\"private\":false,\"suptitle\":\"Creative Documentary Competition\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115962-480x270.png\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115962-854x480.png\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/115962-1280x720.png\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/event\\\/life-is-beautiful-gilda-vieira-de-mello-award\\\/\",\"region\":[],\"thematique\":[]},{\"id\":\"305afdca-70c6-4120-8ebf-975b0f5699c8\",\"date\":{\"value\":\"20240320\",\"name\":\"Wednesday 20 March 2024\"},\"time\":\"20h\",\"free\":true,\"sold_out\":false,\"venue\":\"La julienne\",\"accessibility\":[],\"section\":[],\"from\":\"981694\",\"type\":[\"Film\"],\"title\":\"We Will Not Fade Away\",\"private\":false,\"suptitle\":\"By Alisa Kovalenko\",\"image\":{\"xs\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1458382-480x270.jpeg\",480,270],\"sm\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1458382-854x480.jpeg\",854,480],\"md\":[\"https:\\\/\\\/fifdh.org\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/1458382-1280x720.jpeg\",1280,720]},\"link\":\"https:\\\/\\\/fifdh.org\\\/en\\\/festival\\\/program\\\/2024\\\/film\\\/we-will-not-fade-away\\\/\",\"region\":[\"Eastern Europe\"],\"thematique\":[\"Conflict\",\"Youth\"]}]},\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":26453,"parent":0,"template":"","class_list":["post-22782","festival","type-festival","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/fifdh.org\/en\/wp-json\/wp\/v2\/festival\/22782","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:featuredmedia":[{"embeddable":true,"href":"https:\/\/fifdh.org\/en\/wp-json\/wp\/v2\/media\/26453"}],"wp:attachment":[{"href":"https:\/\/fifdh.org\/en\/wp-json\/wp\/v2\/media?parent=22782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}