{% extends 'base.html.twig' %}{% block title %}Contact - WA BENIN{% endblock %}{% block body %}<div class="page-header" style="height: 35vh; min-height: 250px; background-image: linear-gradient(rgba(31, 31, 31, 0.8), rgba(31, 31, 31, 0.8)), url('https://images.unsplash.com/photo-1516387938699-a93567ec168e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80'); margin-bottom: 0;"><div class="container fade-up"><h1 class="page-title">Contactez-nous</h1></div></div><!-- Contact Info & Map --><sectionclass="section-padding bg-light" style="position: relative; overflow: hidden;"><!-- Simple background pattern --><div style="position: absolute; top: -50px; right: -50px; width: 300px; height: 300px; border-radius: 50%; background: var(--gold); opacity: 0.05;"></div><div class="container"><divstyle="display: grid; grid-template-columns: 1fr 2fr; gap: 50px;"><!-- Info Cards --><div style="display: flex; flex-direction: column; gap: 20px;"><div class="fade-up" style="background: #fff; padding: 30px; border-radius: var(--border-radius); box-shadow: var(--shadow-soft);"><i class="fas fa-map-marker-alt fa-2x" style="color: var(--gold); margin-bottom: 15px;"></i><h3 style="margin-bottom: 10px; font-size: 1.2rem;">Siège Social</h3><p style="color: #666; font-size: 0.95rem;">115 boulevard Jourdan<br>75014 Paris 14e, France</p></div><div class="fade-up" style="background: #fff; padding: 30px; border-radius: var(--border-radius); box-shadow: var(--shadow-soft); transition-delay: 0.1s;"><i class="fas fa-envelope fa-2x" style="color: var(--red); margin-bottom: 15px;"></i><h3 style="margin-bottom: 10px; font-size: 1.2rem;">Email</h3><p style="color: #666; font-size: 0.95rem;">contact@wabenin.org</p></div><div class="fade-up" style="background: #fff; padding: 30px; border-radius: var(--border-radius); box-shadow: var(--shadow-soft); transition-delay: 0.2s;"><i class="fab fa-whatsapp fa-2x" style="color: var(--green); margin-bottom: 15px;"></i><h3 style="margin-bottom: 10px; font-size: 1.2rem;">Téléphone & WhatsApp</h3><p style="color: #666; font-size: 0.95rem;">+33 07 56 90 60 34<br>Lun-Ven, 09:00 - 18:00</p></div></div><!-- Form --><div class="fade-up" style="background: #fff; padding: 50px; border-radius: var(--border-radius-lg); box-shadow: var(--shadow-hover);"><h2 style="margin-bottom: 30px; font-size: 2rem;">Envoyez-nous un message</h2><form action="{{ path('app_contact_submit') }}" method="POST"><input type="hidden" name="type" value="contact"><div style="display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px;"><div><label style="display: block; margin-bottom: 8px; color: #555; font-weight: 500;">Prénom</label><input type="text" name="name" placeholder="Prénom" required style="width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 8px; outline: none;"></div><div><label style="display: block; margin-bottom: 8px; color: #555; font-weight: 500;">Nom</label><input type="text" name="lastname" placeholder="Nom" required style="width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 8px; outline: none;"></div></div><div style="margin-bottom: 20px;"><label style="display: block; margin-bottom: 8px; color: #555; font-weight: 500;">Adresse Email</label><input type="email" name="email" required style="width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 8px; outline: none;"></div><div style="margin-bottom: 20px;"><label style="display: block; margin-bottom: 8px; color: #555; font-weight: 500;">Sujet</label><select name="subject" required style="width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 8px; outline: none; background: #fff;"><option value="Informations générales">Informations générales</option><option value="Festival WA BENIN">Festival WA BENIN</option><option value="Devenir Sponsor">Devenir Sponsor</option><option value="Problème Adhésion/Don">Problème Adhésion/Don</option></select></div><div style="margin-bottom: 30px;"><label style="display: block; margin-bottom: 8px; color: #555; font-weight: 500;">Votre Message</label><textarea name="message" required style="width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 8px; outline: none; height: 150px; resize: none;"></textarea></div><button type="submit" class="btn btn-primary" style="width: 100%; padding: 15px; font-size: 1.1rem;">Envoyer le message</button></form></div></div><!-- Map Placeholder --><div class="fade-up" style="margin-top: 50px; width: 100%; height: 400px; background: #ddd; border-radius: var(--border-radius-lg); overflow: hidden; position: relative;"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2626.863903984296!2d2.3245321774593433!3d48.822658103219176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e671aee97e4f47%3A0x5ba0766c55932ff2!2s115%20Bd%20Jourdan%2C%2075014%20Paris%2C%20France!5e0!3m2!1sfr!2sbj!4v1778768446160!5m2!1sfr!2sbj" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></div></div></section>{% endblock %}