test 2026






Histoires & Récits — Story Factory


Histoires & Récits
Story Factory

Nouveau projet — mai 2026

La fabrique du récit
arrive bientôt.

Histoires & Récits est un studio narratif et label éditorial qui transforme des récits bruts en propriétés culturelles exploitables — livres, podcasts, films, séries, théâtre.

« Pour une même histoire, différents récits sont possibles. »



Aucun spam. Un message uniquement lors du lancement officiel.

✓  Merci ! Vous serez parmi les premiers informés du lancement d’Histoires & Récits.

// Basic validation const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/; if (!emailRegex.test(email)) { input.style.boxShadow = '0 0 0 3px rgba(220,53,69,0.4)'; input.focus(); setTimeout(() => input.style.boxShadow = '', 2000); return; }

// In production: replace this with your actual form handler // e.g. Mailchimp embed, Brevo, or a simple mailto fallback console.log('Email collected:', email);

// Show success input.value = ''; input.style.display = 'none'; document.querySelector('.btn-submit').style.display = 'none'; success.style.display = 'block'; }

// Allow Enter key on input document.getElementById('email-input').addEventListener('keydown', function(e) { if (e.key === 'Enter') handleSubmit(); });