Le Correspondant

Choisissez votre offre

Accès illimité au journal Le Correspondant, résiliable à tout moment.

Abonnement mensuel
8.99€
Abonnement semestriel
49,99€
Un mois offert
Abonnement annuel
79.99€

Votre fidélité est récompensée : 2 mois offerts.

function VPexistAds(){ const btn = document.getElementById("viewpay-btn"); if(btn){ btn.style.display = "inline-block"; btn.style.padding = "12px 18px"; btn.style.background = "#1bbbec"; btn.style.color = "#fff"; btn.style.border = "none"; btn.style.borderRadius = "6px"; btn.style.cursor = "pointer"; btn.innerHTML = "▶ Regarder une publicité pour débloquer le contenu"; btn.onclick = function(){ VPloadAds(); }; } } function VPnoAds(){ const btn = document.getElementById("viewpay-btn"); if(btn){ btn.style.display = "inline-block"; btn.innerHTML = "Aucune publicité disponible pour le moment"; btn.style.background = "#ccc"; btn.style.cursor = "not-allowed"; } }