diff --git a/assets/css/hero.css b/assets/css/hero.css
index 0240fe0..a6fc96d 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -87,7 +87,7 @@
 .hero-catch-phrase {
   text-align: center;
   font-size: 2.5rem;
-  color: #333;
+  color: white;
   margin: 10px 0;
   margin-bottom: 25px;
 }
@@ -123,12 +123,12 @@
   text-align: left;
   padding: 20px;
   font-size: 1.8rem;
-  color: #333;
+  color: white;
 }
 
 .bloc-text h3 {
   font-size: 2.8rem;
-  color: #E72E77;
+  color: white;
   margin-bottom: 1rem;
   font-variant: small-caps;
 }