total_1ère

This commit is contained in:
2026-07-20 16:33:04 +02:00
parent dd49ba357b
commit d49cf88d99
275 changed files with 63607 additions and 5599 deletions

View File

@@ -0,0 +1,49 @@
<%- include('../../template_parts/head')%>
<body>
<!-- ---------------------------------- -->
<!-- HEADER -->
<!-- ---------------------------------- -->
<%- include('../../template_parts/header_tunnel')%>
<main>
<!-- TITRE DE LA PAGE -->
<%- include('../template_parts/rassemblementidf_titrepage')%>
<article class="stage_formulaire_cont form_adhesion">
<section>
<h1>Echec du paiement</h1>
<div class="">
<div>
<p>La paiement avec la carte bancaire a échoué.</p>
<p>Vous pouvez recommencer une nouvelle inscription.</p>
</div>
</div>
</section>
<form action="post_recap_modifier" method="post" class="">
<button type="submit" class="button_icone">
<span class="btn_icone">+</span><span class="btn_texte">RECOMMENCER</span>
</button>
</form>
</article>
</main>
<!-- ---------------------------------- -->
<!-- FOOTER -->
<!-- ---------------------------------- -->
<%- include('../../template_parts/footer')%>
</body>
<!-- JAVASCRIPT d'EXECUTION -->
</html>