From f7623c1bb0173698e93db496c7ce265c568ea741 Mon Sep 17 00:00:00 2001
From: kscheidecker <kilian.scheidecker@orange.fr>
Date: Tue, 11 Mar 2025 11:46:35 +0100
Subject: [PATCH] shadow

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

diff --git a/assets/css/hero.css b/assets/css/hero.css
index 67aeda3..c08d5da 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -126,8 +126,10 @@
   padding: 20px;
   font-size: 1.8rem;
   color: #333;
-  background-color: #fbfbfb;
+  /* background-color: #fbfbfb; */
   border-radius: 20px;
+  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
+
 }
 
 .bloc-text h3 {