<p>Pour rester au courant de nos futurs spectacles, abonnez-vous à notre Newsletter</p>

<div style="display: flex; flex-wrap: wrap; gap: 10px; align-items: center;">
    <input type="text" name="FNAME" placeholder="Prénom" style="flex: 1; min-width: 150px; padding: 8px;">
    <input type="text" name="LNAME" placeholder="Nom" style="flex: 1; min-width: 150px; padding: 8px;">
    <input type="email" name="EMAIL" placeholder="Votre email" required style="flex: 2; min-width: 250px; padding: 8px;">
    <input type="submit" value="Abonnez-vous" style="padding: 10px 20px; background-color: #d81b60; color: white; border: none; cursor: pointer;">
</div>