diff --git a/src/components/sections/Contact.astro b/src/components/sections/Contact.astro
index fda8e1b..f0d3076 100644
--- a/src/components/sections/Contact.astro
+++ b/src/components/sections/Contact.astro
@@ -224,6 +224,46 @@ const CONTACT_FORM_ENDPOINT = apiBase ? `${apiBase}/api/submit-lead` : '/api/sub
Mail direct : contact@lelectronrare.fr
+
+ Telephone : +33 6 25 33 44 20
+
+
+
+
diff --git a/src/pages/mentions-legales.astro b/src/pages/mentions-legales.astro
index e492cae..88c2981 100644
--- a/src/pages/mentions-legales.astro
+++ b/src/pages/mentions-legales.astro
@@ -49,8 +49,8 @@ const headerItems = [
Statut : Entrepreneur individuel
Nom commercial : L'Électron Rare
SIRET : en cours de mise à jour
- Adresse : en cours de mise à jour
- Téléphone : en cours de mise à jour
+ Adresse : 664 route de la Rivière, 69870 Grandris, France
+ Téléphone : +33 6 25 33 44 20
Email : contact@lelectronrare.fr
Directeur de la publication : Clément Saillant
diff --git a/src/styles/global.css b/src/styles/global.css
index 4a34a81..b46683e 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -4956,6 +4956,41 @@ input.contact-minitel-textarea:focus {
padding-top: 0.5rem;
}
+/* ── Contact: newsletter Brevo ────────────────────── */
+.contact-minitel-newsletter {
+ margin-top: 0.5rem;
+ padding-top: 0.5rem;
+}
+
+.contact-minitel-h3 {
+ margin: 0.8rem 0 0.5rem;
+ font-family: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;
+ font-size: 1.1rem;
+ font-weight: 600;
+ color: #f1c27a;
+ text-shadow: 0 0 8px rgba(241, 194, 122, 0.35);
+}
+
+.contact-minitel-newsletter-form {
+ margin-top: 0.8rem;
+}
+
+.contact-minitel-newsletter-row {
+ display: flex;
+ gap: 0.6rem;
+ flex-wrap: wrap;
+}
+
+.contact-minitel-newsletter-input {
+ flex: 1 1 220px;
+ min-width: 0;
+}
+
+.contact-minitel-newsletter-btn {
+ flex: 0 0 auto;
+ white-space: nowrap;
+}
+
.contact-minitel-link {
color: #5bd1d8;
text-decoration: none;