From e043dbb4230b05d011d03e0cf7e1386ea9ce07c8 Mon Sep 17 00:00:00 2001
From: kscheidecker <kilian.scheidecker@orange.fr>
Date: Mon, 10 Mar 2025 15:59:38 +0100
Subject: [PATCH] bold titles

---
 assets/css/hero.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/css/hero.css b/assets/css/hero.css
index a67f0b5..8267128 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -120,7 +120,8 @@
 }
 
 .bloc-text h3 {
-  font-size: 2.1rem;
+  font-size: 2.2rem;
+  font-weight: bold;
   color: #E72E77;
   margin-bottom: 1rem;
 }