<!-- 3. SECTION ANNONCE DU LAURÉAT (WITHOUT the golden box) -->
<div style="display: flex; gap: 30px; margin: 30px 0;">
<!-- Boîte de texte (moitié gauche) - NO GOLDEN BOX -->
<div style="
flex: 1;
background: linear-gradient(135deg, #FFF8F0, #FFFACD);
padding: 35px;
border-radius: 15px;
box-shadow: 0 8px 25px rgba(0,0,0,0.15);
border-left: 8px solid #D2691E;
position: relative;">
<!-- Badge "RÉSULTAT OFFICIEL" -->
<div style="background: linear-gradient(45deg, #DC143C, #B22222); color: white; padding: 8px 20px; border-radius: 25px; display: inline-block; font-size: 0.9em; font-weight: bold; margin-bottom: 20px;">
🎊 RÉSULTAT OFFICIEL 🎊
</div>
<h2 style="color: #D2691E; font-size: 1.5em; margin-bottom: 25px; font-weight: bold;">
🏅 Annonce du Lauréat du Concours de Création de Logotype pour la Marque Collective du Beurre de Karité Ivoirien de la FEPROKA-CI
</h2>
<p style="margin-bottom: 15px; line-height: 1.6; text-align: justify;">
🌍 La Fédération des Productrices de Karité... [your text]
</p>
<p style="margin-bottom: 15px; line-height: 1.6; text-align: justify;">
Lors de son Assemblée Générale... [your text]
</p>
<!-- etc. without the golden box -->
</div>
<!-- Image section -->
<div style="flex: 1; [image styling]">
<!-- Your image placeholder -->
</div>
</div>
<!-- 4. SEPARATE GOLDEN BOX SECTION -->
<div style="padding: 0 20px 30px 20px; text-align: center;">
<div style="background: linear-gradient(135deg, #FFD700, #FFA500); padding: 20px; border-radius: 12px; max-width: 900px; margin: 0 auto;">
<h3 style="color: #8B4513; margin: 10px 0; font-size: 1.3em;">
🎯 LE GAGNANT EST...
</h3>
<p>📅 Lors de son Assemblée Générale du 4 novembre 2025, la FEPROKA-CI a désigné le logotype de Monsieur Ange Maurel Quoicy Thyzier comme lauréat...</p>
</div>
</div> |