25 Degrees in Winter

Cast (29)

  • Jacques Gamblin

    Jacques Gamblin

    Miguel

  • Carmen Maura

    Carmen Maura

    Abuelita

  • Ingeborga Dapkūnaitė

    Ingeborga Dapkūnaitė

    Sonia

  • Raphaelle Molinier

    Raphaelle Molinier

    Laura

  • Pedro Romero

    Pedro Romero

    Juan

  • Lubna Azabal

    Lubna Azabal

    Loubna

  • Laurence Vielle

    Laurence Vielle

    Madame Violaine

  • Fred Van Kuyk

    Fred Van Kuyk

    Melchior

  • Valérie Lemaître

    Valérie Lemaître

    Estelle

  • Aleksandr Medvedev

    Aleksandr Medvedev

    Evgenij

  • Josse De Pauw

    Josse De Pauw

    Heimleter

  • Patrick Massieu

    Patrick Massieu

    Giant

  • Marie-Luce Bonfanti

    Marie-Luce Bonfanti

    Boss of the cafe

  • David Geclowicz

    David Geclowicz

    Dries

  • Cathy Boquet

    Cathy Boquet

    Hospital nurse

  • Guy Cantraine

    Guy Cantraine

    (voice)

  • Denis Collard

    Denis Collard

    Radio voice (voice)

  • Agathe Cornez

    Agathe Cornez

    Woman in the street

  • Rosalia Cuevas

    Rosalia Cuevas

    Manuela

  • Stéphane De Groodt

    Stéphane De Groodt

    Labor inspector

  • Aïssatou Diop

    Aïssatou Diop

    Sabine

  • Bruno Georis

    Bruno Georis

    Doctor hospital

  • Micheline Hardy

    Micheline Hardy

    Neighbor at the cafe

  • Michelangelo Marchese

    Michelangelo Marchese

    Screw

  • Cathy Min Jung

    Cathy Min Jung

  • Daniel van Avermaet

    Daniel van Avermaet

    Gaspard

  • Laurent Van Wetter

    Laurent Van Wetter

    Nurse

  • Alexandre von Sivers

    Alexandre von Sivers

    Owner

  • Bouli Lanners

    Bouli Lanners

    (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
25 Degrees in Winter

Cast (29)

  • Jacques Gamblin

    Jacques Gamblin

    Miguel

  • Carmen Maura

    Carmen Maura

    Abuelita

  • Ingeborga Dapkūnaitė

    Ingeborga Dapkūnaitė

    Sonia

  • Raphaelle Molinier

    Raphaelle Molinier

    Laura

  • Pedro Romero

    Pedro Romero

    Juan

  • Lubna Azabal

    Lubna Azabal

    Loubna

  • Laurence Vielle

    Laurence Vielle

    Madame Violaine

  • Fred Van Kuyk

    Fred Van Kuyk

    Melchior

  • Valérie Lemaître

    Valérie Lemaître

    Estelle

  • Aleksandr Medvedev

    Aleksandr Medvedev

    Evgenij

  • Josse De Pauw

    Josse De Pauw

    Heimleter

  • Patrick Massieu

    Patrick Massieu

    Giant

  • Marie-Luce Bonfanti

    Marie-Luce Bonfanti

    Boss of the cafe

  • David Geclowicz

    David Geclowicz

    Dries

  • Cathy Boquet

    Cathy Boquet

    Hospital nurse

  • Guy Cantraine

    Guy Cantraine

    (voice)

  • Denis Collard

    Denis Collard

    Radio voice (voice)

  • Agathe Cornez

    Agathe Cornez

    Woman in the street

  • Rosalia Cuevas

    Rosalia Cuevas

    Manuela

  • Stéphane De Groodt

    Stéphane De Groodt

    Labor inspector

  • Aïssatou Diop

    Aïssatou Diop

    Sabine

  • Bruno Georis

    Bruno Georis

    Doctor hospital

  • Micheline Hardy

    Micheline Hardy

    Neighbor at the cafe

  • Michelangelo Marchese

    Michelangelo Marchese

    Screw

  • Cathy Min Jung

    Cathy Min Jung

  • Daniel van Avermaet

    Daniel van Avermaet

    Gaspard

  • Laurent Van Wetter

    Laurent Van Wetter

    Nurse

  • Alexandre von Sivers

    Alexandre von Sivers

    Owner

  • Bouli Lanners

    Bouli Lanners

    (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
25 Degrees in Winter

Cast (29)

  • Jacques Gamblin

    Jacques Gamblin

    Miguel

  • Carmen Maura

    Carmen Maura

    Abuelita

  • Ingeborga Dapkūnaitė

    Ingeborga Dapkūnaitė

    Sonia

  • Raphaelle Molinier

    Raphaelle Molinier

    Laura

  • Pedro Romero

    Pedro Romero

    Juan

  • Lubna Azabal

    Lubna Azabal

    Loubna

  • Laurence Vielle

    Laurence Vielle

    Madame Violaine

  • Fred Van Kuyk

    Fred Van Kuyk

    Melchior

  • Valérie Lemaître

    Valérie Lemaître

    Estelle

  • Aleksandr Medvedev

    Aleksandr Medvedev

    Evgenij

  • Josse De Pauw

    Josse De Pauw

    Heimleter

  • Patrick Massieu

    Patrick Massieu

    Giant

  • Marie-Luce Bonfanti

    Marie-Luce Bonfanti

    Boss of the cafe

  • David Geclowicz

    David Geclowicz

    Dries

  • Cathy Boquet

    Cathy Boquet

    Hospital nurse

  • Guy Cantraine

    Guy Cantraine

    (voice)

  • Denis Collard

    Denis Collard

    Radio voice (voice)

  • Agathe Cornez

    Agathe Cornez

    Woman in the street

  • Rosalia Cuevas

    Rosalia Cuevas

    Manuela

  • Stéphane De Groodt

    Stéphane De Groodt

    Labor inspector

  • Aïssatou Diop

    Aïssatou Diop

    Sabine

  • Bruno Georis

    Bruno Georis

    Doctor hospital

  • Micheline Hardy

    Micheline Hardy

    Neighbor at the cafe

  • Michelangelo Marchese

    Michelangelo Marchese

    Screw

  • Cathy Min Jung

    Cathy Min Jung

  • Daniel van Avermaet

    Daniel van Avermaet

    Gaspard

  • Laurent Van Wetter

    Laurent Van Wetter

    Nurse

  • Alexandre von Sivers

    Alexandre von Sivers

    Owner

  • Bouli Lanners

    Bouli Lanners

    (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
25 Degrees in Winter

Cast (29)

  • Jacques Gamblin

    Jacques Gamblin

    Miguel

  • Carmen Maura

    Carmen Maura

    Abuelita

  • Ingeborga Dapkūnaitė

    Ingeborga Dapkūnaitė

    Sonia

  • Raphaelle Molinier

    Raphaelle Molinier

    Laura

  • Pedro Romero

    Pedro Romero

    Juan

  • Lubna Azabal

    Lubna Azabal

    Loubna

  • Laurence Vielle

    Laurence Vielle

    Madame Violaine

  • Fred Van Kuyk

    Fred Van Kuyk

    Melchior

  • Valérie Lemaître

    Valérie Lemaître

    Estelle

  • Aleksandr Medvedev

    Aleksandr Medvedev

    Evgenij

  • Josse De Pauw

    Josse De Pauw

    Heimleter

  • Patrick Massieu

    Patrick Massieu

    Giant

  • Marie-Luce Bonfanti

    Marie-Luce Bonfanti

    Boss of the cafe

  • David Geclowicz

    David Geclowicz

    Dries

  • Cathy Boquet

    Cathy Boquet

    Hospital nurse

  • Guy Cantraine

    Guy Cantraine

    (voice)

  • Denis Collard

    Denis Collard

    Radio voice (voice)

  • Agathe Cornez

    Agathe Cornez

    Woman in the street

  • Rosalia Cuevas

    Rosalia Cuevas

    Manuela

  • Stéphane De Groodt

    Stéphane De Groodt

    Labor inspector

  • Aïssatou Diop

    Aïssatou Diop

    Sabine

  • Bruno Georis

    Bruno Georis

    Doctor hospital

  • Micheline Hardy

    Micheline Hardy

    Neighbor at the cafe

  • Michelangelo Marchese

    Michelangelo Marchese

    Screw

  • Cathy Min Jung

    Cathy Min Jung

  • Daniel van Avermaet

    Daniel van Avermaet

    Gaspard

  • Laurent Van Wetter

    Laurent Van Wetter

    Nurse

  • Alexandre von Sivers

    Alexandre von Sivers

    Owner

  • Bouli Lanners

    Bouli Lanners

    (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
25 Degrees in Winter

Cast (29)

  • Jacques Gamblin

    Jacques Gamblin

    Miguel

  • Carmen Maura

    Carmen Maura

    Abuelita

  • Ingeborga Dapkūnaitė

    Ingeborga Dapkūnaitė

    Sonia

  • Raphaelle Molinier

    Raphaelle Molinier

    Laura

  • Pedro Romero

    Pedro Romero

    Juan

  • Lubna Azabal

    Lubna Azabal

    Loubna

  • Laurence Vielle

    Laurence Vielle

    Madame Violaine

  • Fred Van Kuyk

    Fred Van Kuyk

    Melchior

  • Valérie Lemaître

    Valérie Lemaître

    Estelle

  • Aleksandr Medvedev

    Aleksandr Medvedev

    Evgenij

  • Josse De Pauw

    Josse De Pauw

    Heimleter

  • Patrick Massieu

    Patrick Massieu

    Giant

  • Marie-Luce Bonfanti

    Marie-Luce Bonfanti

    Boss of the cafe

  • David Geclowicz

    David Geclowicz

    Dries

  • Cathy Boquet

    Cathy Boquet

    Hospital nurse

  • Guy Cantraine

    Guy Cantraine

    (voice)

  • Denis Collard

    Denis Collard

    Radio voice (voice)

  • Agathe Cornez

    Agathe Cornez

    Woman in the street

  • Rosalia Cuevas

    Rosalia Cuevas

    Manuela

  • Stéphane De Groodt

    Stéphane De Groodt

    Labor inspector

  • Aïssatou Diop

    Aïssatou Diop

    Sabine

  • Bruno Georis

    Bruno Georis

    Doctor hospital

  • Micheline Hardy

    Micheline Hardy

    Neighbor at the cafe

  • Michelangelo Marchese

    Michelangelo Marchese

    Screw

  • Cathy Min Jung

    Cathy Min Jung

  • Daniel van Avermaet

    Daniel van Avermaet

    Gaspard

  • Laurent Van Wetter

    Laurent Van Wetter

    Nurse

  • Alexandre von Sivers

    Alexandre von Sivers

    Owner

  • Bouli Lanners

    Bouli Lanners

    (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
25 Degrees in Winter

Cast (29)

  • Jacques Gamblin

    Jacques Gamblin

    Miguel

  • Carmen Maura

    Carmen Maura

    Abuelita

  • Ingeborga Dapkūnaitė

    Ingeborga Dapkūnaitė

    Sonia

  • Raphaelle Molinier

    Raphaelle Molinier

    Laura

  • Pedro Romero

    Pedro Romero

    Juan

  • Lubna Azabal

    Lubna Azabal

    Loubna

  • Laurence Vielle

    Laurence Vielle

    Madame Violaine

  • Fred Van Kuyk

    Fred Van Kuyk

    Melchior

  • Valérie Lemaître

    Valérie Lemaître

    Estelle

  • Aleksandr Medvedev

    Aleksandr Medvedev

    Evgenij

  • Josse De Pauw

    Josse De Pauw

    Heimleter

  • Patrick Massieu

    Patrick Massieu

    Giant

  • Marie-Luce Bonfanti

    Marie-Luce Bonfanti

    Boss of the cafe

  • David Geclowicz

    David Geclowicz

    Dries

  • Cathy Boquet

    Cathy Boquet

    Hospital nurse

  • Guy Cantraine

    Guy Cantraine

    (voice)

  • Denis Collard

    Denis Collard

    Radio voice (voice)

  • Agathe Cornez

    Agathe Cornez

    Woman in the street

  • Rosalia Cuevas

    Rosalia Cuevas

    Manuela

  • Stéphane De Groodt

    Stéphane De Groodt

    Labor inspector

  • Aïssatou Diop

    Aïssatou Diop

    Sabine

  • Bruno Georis

    Bruno Georis

    Doctor hospital

  • Micheline Hardy

    Micheline Hardy

    Neighbor at the cafe

  • Michelangelo Marchese

    Michelangelo Marchese

    Screw

  • Cathy Min Jung

    Cathy Min Jung

  • Daniel van Avermaet

    Daniel van Avermaet

    Gaspard

  • Laurent Van Wetter

    Laurent Van Wetter

    Nurse

  • Alexandre von Sivers

    Alexandre von Sivers

    Owner

  • Bouli Lanners

    Bouli Lanners

    (uncredited)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
25 Degrees in Winter

Cast (29)

  • Jacques Gamblin

    Jacques Gamblin

    Miguel

  • Carmen Maura

    Carmen Maura

    Abuelita

  • Ingeborga Dapkūnaitė

    Ingeborga Dapkūnaitė

    Sonia

  • Raphaelle Molinier

    Raphaelle Molinier

    Laura

  • Pedro Romero

    Pedro Romero

    Juan

  • Lubna Azabal

    Lubna Azabal

    Loubna

  • Laurence Vielle

    Laurence Vielle

    Madame Violaine

  • Fred Van Kuyk

    Fred Van Kuyk

    Melchior

  • Valérie Lemaître

    Valérie Lemaître

    Estelle

  • Aleksandr Medvedev

    Aleksandr Medvedev

    Evgenij

  • Josse De Pauw

    Josse De Pauw

    Heimleter

  • Patrick Massieu

    Patrick Massieu

    Giant

  • Marie-Luce Bonfanti

    Marie-Luce Bonfanti

    Boss of the cafe

  • David Geclowicz

    David Geclowicz

    Dries

  • Cathy Boquet

    Cathy Boquet

    Hospital nurse

  • Guy Cantraine

    Guy Cantraine

    (voice)

  • Denis Collard

    Denis Collard

    Radio voice (voice)

  • Agathe Cornez

    Agathe Cornez

    Woman in the street

  • Rosalia Cuevas

    Rosalia Cuevas

    Manuela

  • Stéphane De Groodt

    Stéphane De Groodt

    Labor inspector

  • Aïssatou Diop

    Aïssatou Diop

    Sabine

  • Bruno Georis

    Bruno Georis

    Doctor hospital

  • Micheline Hardy

    Micheline Hardy

    Neighbor at the cafe

  • Michelangelo Marchese

    Michelangelo Marchese

    Screw

  • Cathy Min Jung

    Cathy Min Jung

  • Daniel van Avermaet

    Daniel van Avermaet

    Gaspard

  • Laurent Van Wetter

    Laurent Van Wetter

    Nurse

  • Alexandre von Sivers

    Alexandre von Sivers

    Owner

  • Bouli Lanners

    Bouli Lanners

    (uncredited)