feat: informations paiements - Stripe, SumUp Bank Irlande, declaration Etats

Ajout section "Informations sur les paiements" avec 3 cartes :
- Stripe : CB et SEPA operes par Stripe (PCI DSS)
- SumUp Bank : compte bancaire en Irlande pour les virements
- Declaree aux Etats : Prefecture, INSEE, RNA, SIRET

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-09 14:57:02 +02:00
parent 7afd871660
commit 0bd6009b7c

View File

@@ -354,6 +354,34 @@
Pour les paiements suivants, vous aurez le choix entre le prelevement automatique SEPA, la carte bancaire ou le virement bancaire. Pour les paiements suivants, vous aurez le choix entre le prelevement automatique SEPA, la carte bancaire ou le virement bancaire.
</p> </p>
</div> </div>
{# Informations bancaires et paiement #}
<div class="glass p-5 mt-6">
<p class="text-sm font-bold uppercase tracking-wider mb-3">Informations sur les paiements</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="glass p-4 text-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 mx-auto mb-2 text-purple-600" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z" />
</svg>
<p class="text-sm font-bold mb-1">Stripe</p>
<p class="text-xs text-gray-500">Les paiements par carte bancaire et prelevement SEPA sont operes par <strong>Stripe</strong>, plateforme de paiement securisee et certifiee PCI DSS.</p>
</div>
<div class="glass p-4 text-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 mx-auto mb-2 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4" />
</svg>
<p class="text-sm font-bold mb-1">SumUp Bank</p>
<p class="text-xs text-gray-500">Notre compte bancaire est domicilie chez <strong>SumUp</strong> en Irlande. Les virements bancaires sont a effectuer sur ce compte.</p>
</div>
<div class="glass p-4 text-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 mx-auto mb-2 text-green-600" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
</svg>
<p class="text-sm font-bold mb-1">Declaree aux Etats</p>
<p class="text-xs text-gray-500">L'Association E-Cosplay est declaree aupres des autorites competentes (Prefecture, INSEE, RNA). SIRET 943 121 517 00011.</p>
</div>
</div>
</div>
</div> </div>
{# FAQ #} {# FAQ #}