feat: section systeme automatique impayes sur page migration SITECONSEIL
Ajout section rouge "Systeme automatique de gestion des impayes" : - Suspension automatique des services sans intervention humaine - Aucun renouvellement sans paiement prealable - Aucun arrangement possible (s'enerver ne changera rien) - Rappel: contacter avant l'echeance, sans paiement pas de service Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -156,6 +156,65 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{# Systeme automatique #}
|
||||
<div class="glass-heavy p-8 mb-8" style="border-left: 4px solid #dc2626;">
|
||||
<h2 class="text-xl font-bold uppercase tracking-wider mb-4 text-red-700">Systeme automatique de gestion des impayes</h2>
|
||||
<p class="text-sm text-gray-600 leading-relaxed mb-4">
|
||||
L'Association E-Cosplay dispose d'un <strong>systeme automatique de gestion des impayes</strong>. En cas de non-paiement, les mesures suivantes sont appliquees <strong>automatiquement, sans intervention humaine</strong> :
|
||||
</p>
|
||||
<div class="space-y-3 mb-6">
|
||||
<div class="flex items-start gap-3 glass p-4" style="border-left: 3px solid #dc2626;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-red-500 shrink-0 mt-0.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" />
|
||||
</svg>
|
||||
<div>
|
||||
<p class="text-sm font-bold text-red-700">Suspension automatique des services</p>
|
||||
<p class="text-xs text-gray-500">En cas d'impaye, vos services (sites internet, emails, noms de domaine) sont automatiquement suspendus sans intervention humaine.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start gap-3 glass p-4" style="border-left: 3px solid #dc2626;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-red-500 shrink-0 mt-0.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636" />
|
||||
</svg>
|
||||
<div>
|
||||
<p class="text-sm font-bold text-red-700">Aucun renouvellement sans paiement prealable</p>
|
||||
<p class="text-xs text-gray-500">Aucun service ne sera renouvele tant que le paiement n'a pas ete effectue au prealable. Pas de paiement, pas de service.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start gap-3 glass p-4" style="border-left: 3px solid #dc2626;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-red-500 shrink-0 mt-0.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
|
||||
</svg>
|
||||
<div>
|
||||
<p class="text-sm font-bold text-red-700">Aucun arrangement ne sera possible</p>
|
||||
<p class="text-xs text-gray-500">S'enerver, insulter ou appeler l'association ne changera en aucun cas la situation. Sans paiement, les services restent suspendus.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass p-5">
|
||||
<p class="text-sm font-bold uppercase tracking-wider mb-3" style="color: #fabf04;">Rappel</p>
|
||||
<ul class="text-sm text-gray-600 space-y-2">
|
||||
<li class="flex items-start gap-2">
|
||||
<span class="text-red-500 font-bold">1.</span>
|
||||
<span>Contactez l'association <strong>avant</strong> l'echeance si vous avez des difficultes de paiement.</span>
|
||||
</li>
|
||||
<li class="flex items-start gap-2">
|
||||
<span class="text-red-500 font-bold">2.</span>
|
||||
<span>S'enerver ou adopter un comportement agressif n'aboutira a aucun arrangement.</span>
|
||||
</li>
|
||||
<li class="flex items-start gap-2">
|
||||
<span class="text-red-500 font-bold">3.</span>
|
||||
<span>La situation est simple : <strong>sans paiement, pas de service</strong>.</span>
|
||||
</li>
|
||||
<li class="flex items-start gap-2">
|
||||
<span class="text-red-500 font-bold">4.</span>
|
||||
<span>Aucun renouvellement (domaine, hebergement, email) ne sera effectue sans paiement au prealable.</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{# Contact #}
|
||||
<div class="glass-heavy p-8 text-center">
|
||||
<h2 class="text-lg font-bold uppercase tracking-wider mb-3">Une question ?</h2>
|
||||
|
||||
Reference in New Issue
Block a user