×
Logo
  • A propos
  • Filmographie
  • Actualités
  • Contact
Logo
FacebookInstagramLinkedIn

SITE WEB

Production audiovisuelle en Polynésie et Calédonie

Depuis 20 ans, Archipel Production s’attache à raconter les histoires de sa région et à développer les collaborations et échanges entre auteurs, producteurs et diffuseurs d’Europe et d’Océanie.

Fenua ViceFenua Vice
Documentaire 52'
Les InvisiblesLes Invisibles
Documentaire 52'
Le retour des trésors polynésiensLe retour des trésors polynésiens
Documentaire 52'
Les héritiers de la MoniqueLes héritiers de la Monique
Documentaire 52'
William Albert Robinson, la dernière traverséeWilliam Albert Robinson, la dernière traversée
Documentaire 52'
Les oubliés de l’atomeLes oubliés de l’atome
Documentaire 52'
PacifictionPacifiction
Long métrage cinéma
Heiva le rythme d'un peupleHeiva le rythme d'un peuple
Documentaire 52'
Le va'a dans les veinesLe va'a dans les veines
Documentaire 52'
icon
Filmographie complète

A propos

Archipel, ce sont deux sociétés de production indépendantes, basées respectivement en Polynésie Française et en Nouvelle-Calédonie. Alliant des parcours divers en audiovisuel et cinéma, les associés développent des œuvres et programmes en explorant les formes, les genres et les supports avec un penchant affirmé pour le documentaire de création et la fiction.

image

Ecriture et développement

Tout commence par une idée, une envie, une rencontre, l’intuition qu’un sujet ou une histoire gagneraient à être mis en images, en privilégiant des sujets forts et ancrés en Océanie.

image

Tournage

Nous apportons un soin tout particulier à la qualité de nos images, assurée par un matériel de dernière génération.

image

Post production

Nos stations de montage polynésienne et calédonienne disposent d’un matériel haut de gamme pour assurer un montage et un étalonnage de haute qualité.

image

Production et Coproduction

Archipel Production cultive depuis plusieurs années des relations privilégiées avec les diffuseurs en Outre-Mer comme en Métropole. Nos contacts et notre insertion dans ce milieu audiovisuel élargi sont de précieux atouts pour la recherche de financement en adéquation avec chaque type de film.

image
icon
En savoir plus

Actualités

Diffusion du film “Les Invisibles” sur Wallis et Futuna la 1ère

Juin 2025

“William Albert Robinson, La Dernière Traversée” prix spécial du jury au FIFO 2024

Février 2024

Deux documentaires sélectionnés au FIFO 2024

Décembre 2023

Montage terminé pour “La Dernière Traversée”

Septembre 2023

Tournage d’un documentaire sur le nouveau Musée de Tahiti et des îles

Août 2023

icon
Toute notre actualité
‣
Instructions
  1. Duplicate this template to your Notion workspace
  2. Create a site using Super, using your newly created page as the Notion URL.
  3. Add the snippet code and fonts:
  4. ‣
    Fonts

    The fonts used in the template are: PS Fournier: Light Reason New: Regular and Medium You’ll need to add these fonts to a new web project in your Adobe Typekit account and paste the unique ID into the code below.

    ‣
    Using different fonts

    If you want to use your own fonts you’ll need to add custom overrides beneath the CSS in the code below. You can see the original CSS at the following link: https://iamsamsmall.github.io/cy/style.css

    /* Here are the names of the font families in the code. Search for them so you know which lines to override in your customisations. */
    psfournier-std
    reason-new
    ‣
    V2 code

    Paste the code below into the Snippet Injection field in your Super settings.

    ⚠️

    If you’re switching from V1 to V2 and have also made customisations to the code in your site then proceed with caution.

4. Make sure you’ve done these things before you go live

‣
Go live checklist
Change all links in the footer database
Check the favicon, update if necessary in the snippet code
Amend the meta description in the snippet code
Update the share image in the snippet code
Check that the Show or hide page properties option in Super settings is set to ‘Show’
‣
Setting looks like this...
image
Check that all navigation labels and links are correct and that they point to the right pages. Note, they do not automatically update when you amend page names or add new pages.
Add pretty links for your pages, projects, and articles into Super’s pretty URL settings. By default you’ll need to use projects/ and writing/, you can amend these if you want but you’ll need to add CSS overrides.
‣
Example of pretty links and url structure
image
‣
Hide your pages in this toggle menu, only you will see it
FilmographieA proposActualitésContactFilmographie (DB)Actualités (DB)
<!-- Typekit: Update the link below with your Typekit ID -->
<link rel="stylesheet" href="https://use.typekit.net/gnx8fcu.css">

<!-- Add your analytics script here -->
<!-- I use Fathom, it’s a great alternative to Google Analytics with a minimal dashboard and a focus on privacy. Please consider using my referral link when creating an account: https://usefathom.com/ref/CSKBJR -->

<!-- Favicon: Having a custom nav breaks the Favicon that you can upload in the Super settings. To change it, update the link here -->
<link rel="icon" href="https://dl.dropboxusercontent.com/s/q4n3gk65o1bzgkn/Logo-Archipel-Production---fond-noir%20transparent.png?dl=0">

<!-- Meta Description: Having a custom nav breaks the site description that you can edit in the Super settings. To change it, update the text here -->
<meta property="og:description" content="Cy, a minimal portfolio template built on Notion and powered by Super.">

<!-- Share image: Having a custom nav breaks the site share image that you can edit in the Super settings. To change it, update the url and the alt description below -->
<meta property="og:image" content="https://s3.amazonaws.com/super-notion/images/ca38c918-dbcb-4cdf-ae61-35a0f6415764.jpg">
<meta property="og:image:alt" content="Screenshot of the Cy demo site">

<!--- Cy template styles -->
<link rel="stylesheet" href="https://dl.dropboxusercontent.com/s/p66dbvxdweeac9k/Archipel%20website.css?dl=0">

<!-- Add your own custom overrides here -->
<style>

</style>
<!-- End of custom overrides -->

<!-- Navigation -->
<nav class="nav">
  <div class="left">
    <a class="nav-link" href="/">Archipel Production</a>
  </div>
  <div class="right">
    <a class="nav-link" href="https://dev.archipelprod.com/a_propos">A propos</a>
  <a class="nav-link" href="https://dev.archipelprod.com/filmographie">Filmographie</a>
    <a class="nav-link" href="https://dev.archipelprod.com/actualites">Actualités</a>
 <a class="nav-link" href="https://dev.archipelprod.com/contact">Contact</a>
  </div>
</nav>