File size: 45,184 Bytes
92a8ceb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Renaissance Rurale - Revitalisation Agricole</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        .hero-slider {
            height: 500px;
            background-size: cover;
            background-position: center;
            transition: background-image 1s ease-in-out;
        }
        .region-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .testimonial-card {
            transition: all 0.3s ease;
        }
        .testimonial-card:hover {
            transform: scale(1.03);
        }
        .dropdown:hover .dropdown-menu {
            display: block;
        }
        @media (max-width: 768px) {
            .hero-slider {
                height: 350px;
            }
        }
        .farm-illustration {
            background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
            border-radius: 20px;
            position: relative;
            overflow: hidden;
        }
        .farm-element {
            position: absolute;
            background-size: contain;
            background-repeat: no-repeat;
        }
    </style>
</head>
<body class="font-sans bg-gray-50">
    <!-- Header with Logo -->
    <header class="bg-white shadow-md">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <div class="flex items-center">
                <div class="h-12 w-12 mr-3 flex items-center justify-center bg-green-100 rounded-full">
                    <i class="fas fa-tractor text-green-600 text-2xl"></i>
                </div>
                <h1 class="text-xl md:text-2xl font-bold text-green-800">Renaissance Rurale</h1>
            </div>
            <div class="hidden md:flex space-x-6">
                <a href="#projet" class="text-gray-700 hover:text-green-600 font-medium">Le Projet</a>
                <div class="dropdown relative">
                    <button class="text-gray-700 hover:text-green-600 font-medium flex items-center">
                        Régions <i class="fas fa-chevron-down ml-1 text-xs"></i>
                    </button>
                    <div class="dropdown-menu absolute hidden bg-white shadow-lg rounded mt-2 py-2 w-48 z-10">
                        <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-green-50">Abidjan</a>
                        <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-green-50">Yamoussoukro</a>
                        <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-green-50">San Pedro</a>
                        <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-green-50">Bouaké</a>
                        <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-green-50">Daloa</a>
                    </div>
                </div>
                <a href="#biogaz" class="text-gray-700 hover:text-green-600 font-medium">Biogaz</a>
                <a href="#galerie" class="text-gray-700 hover:text-green-600 font-medium">Galerie</a>
                <a href="#contact" class="text-gray-700 hover:text-green-600 font-medium">Contact</a>
            </div>
            <button class="md:hidden text-gray-700">
                <i class="fas fa-bars text-2xl"></i>
            </button>
        </div>
    </header>

    <!-- Hero Slider -->
    <div class="hero-slider bg-green-100 flex items-center justify-center relative">
        <div class="text-center px-4 z-10">
            <h2 class="text-3xl md:text-5xl font-bold text-white bg-black bg-opacity-50 py-2 px-4 rounded">Renaissance Rurale</h2>
            <p class="text-xl md:text-2xl mt-4 text-white bg-black bg-opacity-50 py-2 px-4 rounded">Relever la Côte d'Ivoire par ses jeunes et sa terre</p>
        </div>
    </div>

    <!-- Project Introduction -->
    <section id="projet" class="py-12 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center text-green-800 mb-8">Le Projet Renaissance Rurale</h2>
            <div class="grid md:grid-cols-3 gap-8">
                <div class="bg-green-50 p-6 rounded-lg shadow">
                    <div class="text-green-600 text-4xl mb-4">
                        <i class="fas fa-bullseye"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Vision</h3>
                    <p class="text-gray-700">Transformer l'agriculture ivoirienne en un système intégré et durable, créateur d'emplois pour les jeunes.</p>
                </div>
                <div class="bg-green-50 p-6 rounded-lg shadow">
                    <div class="text-green-600 text-4xl mb-4">
                        <i class="fas fa-tractor"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Mission</h3>
                    <p class="text-gray-700">Moderniser les pratiques agricoles et d'élevage tout en développant la production d'énergie verte.</p>
                </div>
                <div class="bg-green-50 p-6 rounded-lg shadow">
                    <div class="text-green-600 text-4xl mb-4">
                        <i class="fas fa-users"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Emploi des Jeunes</h3>
                    <p class="text-gray-700">Former et employer massivement les jeunes dans des fermes intégrées à travers tout le pays.</p>
                </div>
            </div>
            
            <!-- Farm Illustration -->
            <div class="mt-12">
                <h3 class="text-2xl font-semibold text-center text-green-700 mb-6">Maquette de Ferme Intégrée</h3>
                <div class="farm-illustration mx-auto w-full h-64 md:h-96 relative">
                    <!-- Background -->
                    <div class="absolute inset-0 bg-green-100"></div>
                    
                    <!-- Fields -->
                    <div class="farm-element" style="background-image: url('https://images.unsplash.com/photo-1500382017258-82e9f4771a85?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80'); width: 100%; height: 60%; bottom: 0;"></div>
                    
                    <!-- Tractor with elephant head man -->
                    <div class="farm-element" style="background-image: url('https://images.unsplash.com/photo-1565043589220-6d75688e90eb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80'); width: 30%; height: 30%; bottom: 15%; left: 10%;"></div>
                    
                    <!-- Biogas plant -->
                    <div class="farm-element" style="background-image: url('https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80'); width: 20%; height: 20%; bottom: 20%; right: 15%;"></div>
                    
                    <!-- Livestock -->
                    <div class="farm-element" style="background-image: url('https://images.unsplash.com/photo-1551650975-87deedd944c3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80'); width: 25%; height: 25%; bottom: 15%; right: 40%;"></div>
                </div>
                <div class="text-center mt-6">
                    <p class="text-gray-700">Notre modèle de ferme intégrée combine agriculture, élevage et production de biogaz pour une exploitation durable et rentable.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Regions Section -->
    <section class="py-12 bg-gray-50">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center text-green-800 mb-8">Nos Régions d'Intervention</h2>
            <div class="grid sm:grid-cols-2 lg:grid-cols-3 gap-6">
                <!-- Region Card 1 -->
                <div class="region-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
                    <img src="https://images.unsplash.com/photo-1545566239-0ec1b69fce6c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Région d'Abidjan" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-2">Abidjan</h3>
                        <p class="text-gray-600 mb-4">Spécialités: Cultures maraîchères, aviculture</p>
                        <div class="flex justify-between text-sm">
                            <span class="bg-green-100 text-green-800 px-2 py-1 rounded"><i class="fas fa-users mr-1"></i> 10,000 emplois</span>
                            <span class="bg-blue-100 text-blue-800 px-2 py-1 rounded"><i class="fas fa-bolt mr-1"></i> 5 digesteurs</span>
                        </div>
                    </div>
                </div>
                
                <!-- Region Card 2 -->
                <div class="region-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
                    <img src="https://images.unsplash.com/photo-1500380804539-4e1e8c1e7118?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Région de Yamoussoukro" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-2">Yamoussoukro</h3>
                        <p class="text-gray-600 mb-4">Spécialités: Riziculture, élevage bovin</p>
                        <div class="flex justify-between text-sm">
                            <span class="bg-green-100 text-green-800 px-2 py-1 rounded"><i class="fas fa-users mr-1"></i> 10,000 emplois</span>
                            <span class="bg-blue-100 text-blue-800 px-2 py-1 rounded"><i class="fas fa-bolt mr-1"></i> 3 digesteurs</span>
                        </div>
                    </div>
                </div>
                
                <!-- Region Card 3 -->
                <div class="region-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
                    <img src="https://images.unsplash.com/photo-1500382017258-82e9f4771a85?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Région de San Pedro" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-2">San Pedro</h3>
                        <p class="text-gray-600 mb-4">Spécialités: Cacao, cultures vivrières</p>
                        <div class="flex justify-between text-sm">
                            <span class="bg-green-100 text-green-800 px-2 py-1 rounded"><i class="fas fa-users mr-1"></i> 10,000 emplois</span>
                            <span class="bg-blue-100 text-blue-800 px-2 py-1 rounded"><i class="fas fa-bolt mr-1"></i> 7 digesteurs</span>
                        </div>
                    </div>
                </div>
            </div>
            <div class="text-center mt-8">
                <a href="#" class="inline-block bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-6 rounded-lg transition duration-300">
                    Voir toutes les régions <i class="fas fa-arrow-right ml-2"></i>
                </a>
            </div>
        </div>
    </section>

    <!-- Biogaz Section -->
    <section id="biogaz" class="py-12 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center text-green-800 mb-8">Biogaz & Environnement</h2>
            <div class="flex flex-col lg:flex-row items-center gap-8">
                <div class="lg:w-1/2">
                    <img src="https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Digesteur de biogaz" class="w-full rounded-lg shadow-lg">
                </div>
                <div class="lg:w-1/2">
                    <h3 class="text-2xl font-semibold mb-4 text-green-700">Transformer les déchets en énergie</h3>
                    <p class="text-gray-700 mb-4">Nos digesteurs permettent de valoriser les déchets agricoles et d'élevage pour produire du biogaz, une énergie renouvelable.</p>
                    <ul class="space-y-3 mb-6">
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span>Réduction des émissions de méthane</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span>Production d'engrais organique de qualité</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span>Énergie propre pour les communautés rurales</span>
                        </li>
                    </ul>
                    <div class="bg-blue-50 p-4 rounded-lg">
                        <h4 class="font-semibold text-blue-800 mb-2">Chiffres clés</h4>
                        <div class="grid grid-cols-2 gap-4">
                            <div>
                                <p class="text-3xl font-bold text-blue-600">15+</p>
                                <p class="text-sm text-gray-600">Digesteurs installés</p>
                            </div>
                            <div>
                                <p class="text-3xl font-bold text-blue-600">500+</p>
                                <p class="text-sm text-gray-600">Tonnes de déchets traités/mois</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Gallery Section -->
    <section id="galerie" class="py-12 bg-gray-50">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center text-green-800 mb-8">Galerie Photos</h2>
            <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
                <div class="overflow-hidden rounded-lg shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://images.unsplash.com/photo-1565043589220-6d75688e90eb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Tracteur avec homme à tête d'éléphant" class="w-full h-48 object-cover hover:scale-105 transition duration-500">
                </div>
                <div class="overflow-hidden rounded-lg shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://images.unsplash.com/photo-1545566239-0ec1b69fce6c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Jeunes agriculteurs" class="w-full h-48 object-cover hover:scale-105 transition duration-500">
                </div>
                <div class="overflow-hidden rounded-lg shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Digesteur biogaz" class="w-full h-48 object-cover hover:scale-105 transition duration-500">
                </div>
                <div class="overflow-hidden rounded-lg shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://images.unsplash.com/photo-1500380804539-4e1e8c1e7118?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Production agricole" class="w-full h-48 object-cover hover:scale-105 transition duration-500">
                </div>
                <div class="overflow-hidden rounded-lg shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://images.unsplash.com/photo-1560493676-04071c5f467b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Formation des jeunes" class="w-full h-48 object-cover hover:scale-105 transition duration-500">
                </div>
                <div class="overflow-hidden rounded-lg shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://images.unsplash.com/photo-1551650975-87deedd944c3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Élevage intégré" class="w-full h-48 object-cover hover:scale-105 transition duration-500">
                </div>
                <div class="overflow-hidden rounded-lg shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://images.unsplash.com/photo-1500380804539-4e1e8c1e7118?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Transformation locale" class="w-full h-48 object-cover hover:scale-105 transition duration-500">
                </div>
                <div class="overflow-hidden rounded-lg shadow-md hover:shadow-xl transition duration-300">
                    <img src="https://images.unsplash.com/photo-1560493676-04071c5f467b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Communauté rurale" class="w-full h-48 object-cover hover:scale-105 transition duration-500">
                </div>
            </div>
            <div class="text-center mt-8">
                <a href="#" class="inline-block bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-6 rounded-lg transition duration-300">
                    Voir plus de photos <i class="fas fa-images ml-2"></i>
                </a>
            </div>
        </div>
    </section>

    <!-- Testimonials Section -->
    <section class="py-12 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center text-green-800 mb-8">Témoignages de nos Jeunes Agriculteurs</h2>
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
                <!-- Testimonial 1 -->
                <div class="testimonial-card bg-green-50 p-6 rounded-lg shadow-md">
                    <div class="flex items-center mb-4">
                        <img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Aminata K." class="w-12 h-12 rounded-full object-cover mr-4">
                        <div>
                            <h4 class="font-semibold">Aminata K.</h4>
                            <p class="text-sm text-gray-600">Agricultrice, Région de Bouaké</p>
                        </div>
                    </div>
                    <p class="text-gray-700 italic">"Grâce à Renaissance Rurale, j'ai pu apprendre des techniques modernes d'agriculture et créer ma propre petite entreprise. Aujourd'hui, je suis autonome et je forme d'autres jeunes."</p>
                    <div class="mt-4 text-yellow-400">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                    </div>
                </div>
                
                <!-- Testimonial 2 -->
                <div class="testimonial-card bg-green-50 p-6 rounded-lg shadow-md">
                    <div class="flex items-center mb-4">
                        <img src="https://randomuser.me/api/portraits/men/45.jpg" alt="Koffi A." class="w-12 h-12 rounded-full object-cover mr-4">
                        <div>
                            <h4 class="font-semibold">Koffi A.</h4>
                            <p class="text-sm text-gray-600">Technicien biogaz, Région de Daloa</p>
                        </div>
                    </div>
                    <p class="text-gray-700 italic">"Je me suis spécialisé dans la maintenance des digesteurs. C'est une technologie d'avenir qui permet à notre village d'avoir de l'énergie propre tout en recyclant nos déchets."</p>
                    <div class="mt-4 text-yellow-400">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star-half-alt"></i>
                    </div>
                </div>
                
                <!-- Testimonial 3 -->
                <div class="testimonial-card bg-green-50 p-6 rounded-lg shadow-md">
                    <div class="flex items-center mb-4">
                        <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Fatou T." class="w-12 h-12 rounded-full object-cover mr-4">
                        <div>
                            <h4 class="font-semibold">Fatou T.</h4>
                            <p class="text-sm text-gray-600">Éleveuse, Région de Korhogo</p>
                        </div>
                    </div>
                    <p class="text-gray-700 italic">"Le projet m'a fourni des animaux de qualité et une formation en gestion. Aujourd'hui, mon élevage prospère et je peux envoyer mes enfants à l'école grâce à ce revenu stable."</p>
                    <div class="mt-4 text-yellow-400">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Forms Section -->
    <section class="py-12 bg-gray-50">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center text-green-800 mb-8">Nous Rejoindre</h2>
            <div class="grid md:grid-cols-2 gap-8">
                <!-- Candidature Form -->
                <div class="bg-white p-6 rounded-lg shadow-md">
                    <h3 class="text-xl font-semibold mb-4 text-green-700">Candidature Jeune Agriculteur</h3>
                    <form>
                        <div class="mb-4">
                            <label for="name" class="block text-gray-700 mb-2">Nom complet</label>
                            <input type="text" id="name" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                        </div>
                        <div class="mb-4">
                            <label for="email" class="block text-gray-700 mb-2">Email</label>
                            <input type="email" id="email" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                        </div>
                        <div class="mb-4">
                            <label for="phone" class="block text-gray-700 mb-2">Téléphone</label>
                            <input type="tel" id="phone" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                        </div>
                        <div class="mb-4">
                            <label for="region" class="block text-gray-700 mb-2">Région d'intérêt</label>
                            <select id="region" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                                <option value="">Sélectionnez une région</option>
                                <option value="abidjan">Abidjan</option>
                                <option value="yamoussoukro">Yamoussoukro</option>
                                <option value="sanpedro">San Pedro</option>
                                <option value="bouake">Bouaké</option>
                                <option value="daloa">Daloa</option>
                            </select>
                        </div>
                        <div class="mb-4">
                            <label for="message" class="block text-gray-700 mb-2">Motivation</label>
                            <textarea id="message" rows="3" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500"></textarea>
                        </div>
                        <button type="submit" class="w-full bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-4 rounded-lg transition duration-300">
                            Envoyer ma candidature
                        </button>
                    </form>
                </div>
                
                <!-- Partenariat Form -->
                <div class="bg-white p-6 rounded-lg shadow-md">
                    <h3 class="text-xl font-semibold mb-4 text-green-700">Demande de Partenariat</h3>
                    <form>
                        <div class="mb-4">
                            <label for="org-name" class="block text-gray-700 mb-2">Nom de l'organisation</label>
                            <input type="text" id="org-name" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                        </div>
                        <div class="mb-4">
                            <label for="org-type" class="block text-gray-700 mb-2">Type d'organisation</label>
                            <select id="org-type" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                                <option value="">Sélectionnez un type</option>
                                <option value="entreprise">Entreprise privée</option>
                                <option value="ong">ONG</option>
                                <option value="institution">Institution publique</option>
                                <option value="cooperative">Coopérative</option>
                                <option value="autre">Autre</option>
                            </select>
                        </div>
                        <div class="mb-4">
                            <label for="contact-person" class="block text-gray-700 mb-2">Personne de contact</label>
                            <input type="text" id="contact-person" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                        </div>
                        <div class="mb-4">
                            <label for="partnership-type" class="block text-gray-700 mb-2">Type de partenariat envisagé</label>
                            <select id="partnership-type" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                                <option value="">Sélectionnez un type</option>
                                <option value="financier">Appui financier</option>
                                <option value="technique">Appui technique</option>
                                <option value="formation">Formation</option>
                                <option value="equipement">Fourniture d'équipements</option>
                                <option value="autre">Autre</option>
                            </select>
                        </div>
                        <div class="mb-4">
                            <label for="partnership-details" class="block text-gray-700 mb-2">Détails de la proposition</label>
                            <textarea id="partnership-details" rows="3" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500"></textarea>
                        </div>
                        <button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition duration-300">
                            Envoyer la demande
                        </button>
                    </form>
                </div>
            </div>
        </div>
    </section>

    <!-- News Section -->
    <section class="py-12 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center text-green-800 mb-8">Actualités & Blog</h2>
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
                <!-- News 1 -->
                <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://images.unsplash.com/photo-1551650975-87deedd944c3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Nouvelle ferme" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold my-2">Expansion du projet dans le nord</h3>
                        <p class="text-gray-700 mb-4">Le projet Renaissance Rurale étend ses activités avec 5 nouvelles fermes intégrées dans les régions du nord.</p>
                        <a href="#" class="text-green-600 font-medium hover:text-green-800">Lire la suite <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
                
                <!-- News 2 -->
                <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://images.unsplash.com/photo-1560493676-04071c5f467b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Formation" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold my-2">Session de formation en agriculture durable</h3>
                        <p class="text-gray-700 mb-4">45 jeunes ont bénéficié d'une formation intensive de 2 semaines sur les techniques agricoles modernes.</p>
                        <a href="#" class="text-green-600 font-medium hover:text-green-800">Lire la suite <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
                
                <!-- News 3 -->
                <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Partenariat" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold my-2">Partenariat avec une entreprise allemande</h3>
                        <p class="text-gray-700 mb-4">Un accord a été signé pour le financement de 10 nouveaux digesteurs dans les régions du nord.</p>
                        <a href="#" class="text-green-600 font-medium hover:text-green-800">Lire la suite <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
            </div>
            <div class="text-center mt-8">
                <a href="#" class="inline-block bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-6 rounded-lg transition duration-300">
                    Voir toutes les actualités <i class="fas fa-newspaper ml-2"></i>
                </a>
            </div>
        </div>
    </section>

    <!-- Contact Section -->
    <section id="contact" class="py-12 bg-gray-50">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center text-green-800 mb-8">Contactez-nous</h2>
            <div class="flex flex-col lg:flex-row gap-8">
                <div class="lg:w-1/2">
                    <div class="bg-white p-6 rounded-lg shadow-md">
                        <h3 class="text-xl font-semibold mb-4 text-green-700">Envoyez-nous un message</h3>
                        <form>
                            <div class="mb-4">
                                <label for="contact-name" class="block text-gray-700 mb-2">Votre nom</label>
                                <input type="text" id="contact-name" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                            </div>
                            <div class="mb-4">
                                <label for="contact-email" class="block text-gray-700 mb-2">Votre email</label>
                                <input type="email" id="contact-email" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                            </div>
                            <div class="mb-4">
                                <label for="contact-subject" class="block text-gray-700 mb-2">Sujet</label>
                                <input type="text" id="contact-subject" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
                            </div>
                            <div class="mb-4">
                                <label for="contact-message" class="block text-gray-700 mb-2">Message</label>
                                <textarea id="contact-message" rows="4" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500"></textarea>
                            </div>
                            <button type="submit" class="w-full bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-4 rounded-lg transition duration-300">
                                Envoyer le message
                            </button>
                        </form>
                    </div>
                </div>
                <div class="lg:w-1/2">
                    <div class="bg-white p-6 rounded-lg shadow-md h-full">
                        <h3 class="text-xl font-semibold mb-4 text-green-700">Nos coordonnées</h3>
                        <div class="space-y-4">
                            <div class="flex items-start">
                                <div class="text-green-600 text-xl mr-4 mt-1">
                                    <i class="fas fa-map-marker-alt"></i>
                                </div>
                                <div>
                                    <h4 class="font-medium text-gray-800">Adresse</h4>
                                    <p class="text-gray-600">Rue des Agriculteurs, Plateau<br>Abidjan, Côte d'Ivoire</p>
                                </div>
                            </div>
                            <div class="flex items-start">
                                <div class="text-green-600 text-xl mr-4 mt-1">
                                    <i class="fas fa-phone-alt"></i>
                                </div>
                                <div>
                                    <h4 class="font-medium text-gray-800">Téléphone</h4>
                                    <p class="text-gray-600">00225 05 46 49 84 80</p>
                                </div>
                            </div>
                            <div class="flex items-start">
                                <div class="text-green-600 text-xl mr-4 mt-1">
                                    <i class="fas fa-envelope"></i>
                                </div>
                                <div>
                                    <h4 class="font-medium text-gray-800">Email</h4>
                                    <p class="text-gray-600">contact@renaissancerurale.ci</p>
                                </div>
                            </div>
                            <div class="flex items-start">
                                <div class="text-green-600 text-xl mr-4 mt-1">
                                    <i class="fas fa-clock"></i>
                                </div>
                                <div>
                                    <h4 class="font-medium text-gray-800">Heures d'ouverture</h4>
                                    <p class="text-gray-600">Lundi - Vendredi: 8h - 17h<br>Samedi: 9h - 13h</p>
                                </div>
                            </div>
                        </div>
                        <div class="mt-8">
                            <h4 class="font-medium text-gray-800 mb-3">Suivez-nous sur les réseaux sociaux</h4>
                            <div class="flex space-x-4">
                                <a href="#" class="text-blue-600 hover:text-blue-800 text-2xl"><i class="fab fa-facebook"></i></a>
                                <a href="#" class="text-pink-600 hover:text-pink-800 text-2xl"><i class="fab fa-instagram"></i></a>
                                <a href="#" class="text-blue-400 hover:text-blue-600 text-2xl"><i class="fab fa-twitter"></i></a>
                                <a href="#" class="text-red-600 hover:text-red-800 text-2xl"><i class="fab fa-youtube"></i></a>
                                <a href="#" class="text-green-600 hover:text-green-800 text-2xl"><i class="fab fa-whatsapp"></i></a>
                            </div>
                        </div>
                        <div class="mt-6 h-48 rounded-lg overflow-hidden">
                            <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3970.786272315496!2d-4.008903924686341!3d5.320070394735195!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xfc1eb9ccc5e36c9%3A0x2a9bd0673a8a4f9a!2sPlateau%2C%20Abidjan!5e0!3m2!1sfr!2sci!4v1686756787895!5m2!1sfr!2sci" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-green-800 text-white py-8">
        <div class="container mx-auto px-4">
            <div class="grid md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-xl font-semibold mb-4">Renaissance Rurale</h3>
                    <p class="mb-4">Un projet national de revitalisation agricole par région, avec un système intégré (agriculture, élevage, biogaz), favorisant l'emploi massif des jeunes.</p>
                    <div class="h-10 w-10 flex items-center justify-center bg-green-100 rounded-full">
                        <i class="fas fa-tractor text-green-600 text-xl"></i>
                    </div>
                </div>
                <div>
                    <h3 class="text-xl font-semibold mb-4">Liens rapides</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="hover:text-green-300">Accueil</a></li>
                        <li><a href="#projet" class="hover:text-green-300">Le Projet</a></li>
                        <li><a href="#" class="hover:text-green-300">Régions</a></li>
                        <li><a href="#biogaz" class="hover:text-green-300">Biogaz</a></li>
                        <li><a href="#galerie" class="hover:text-green-300">Galerie</a></li>
                        <li><a href="#contact" class="hover:text-green-300">Contact</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-xl font-semibold mb-4">Ressources</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="hover:text-green-300">Actualités</a></li>
                        <li><a href="#" class="hover:text-green-300">Témoignages</a></li>
                        <li><a href="#" class="hover:text-green-300">Documents</a></li>
                        <li><a href="#" class="hover:text-green-300">FAQ</a></li>
                        <li><a href="#" class="hover:text-green-300">Politique de confidentialité</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-xl font-semibold mb-4">Newsletter</h3>
                    <p class="mb-4">Abonnez-vous à notre newsletter pour recevoir les dernières actualités du projet.</p>
                    <form class="flex">
                        <input type="email" placeholder="Votre email" class="px-4 py-2 w-full rounded-l-lg text-gray-800 focus:outline-none">
                        <button type="submit" class="bg-green-600 hover:bg-green-700 px-4 py-2 rounded-r-lg">
                            <i class="fas fa-paper-plane"></i>
                        </button>
                    </form>
                    <div class="mt-4 flex space-x-4">
                        <a href="#" class="text-white hover:text-green-300 text-xl"><i class="fab fa-facebook"></i></a>
                        <a href="#" class="text-white hover:text-green-300 text-xl"><i class="fab fa-twitter"></i></a>
                        <a href="#" class="text-white hover:text-green-300 text-xl"><i class="fab fa-instagram"></i></a>
                        <a href="#" class="text-white hover:text-green-300 text-xl"><i class="fab fa-linkedin"></i></a>
                    </div>
                </div>
            </div>
            <div class="border-t border-green-700 mt-8 pt-6 text-center">
                <p>&copy; 2023 Renaissance Rurale. Tous droits réservés.</p>
            </div>
        </div>
    </footer>

    <script>
        // Hero Slider Animation
        const heroImages = [
            'https://images.unsplash.com/photo-1565043589220-6d75688e90eb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80',
            'https://images.unsplash.com/photo-1545566239-0ec1b69fce6c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80',
            'https://images.unsplash.com/photo-1560493676-04071c5f467b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80'
        ];
        
        let currentImage = 0;
        const heroSlider = document.querySelector('.hero-slider');
        
        function changeHeroImage() {
            currentImage = (currentImage + 1) % heroImages.length;
            heroSlider.style.backgroundImage = `linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(${heroImages[currentImage]})`;
        }
        
        // Set initial image
        heroSlider.style.backgroundImage = `linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(${heroImages[0]})`;
        
        // Change image every 5 seconds
        setInterval(changeHeroImage, 5000);
        
        // Mobile menu toggle
        const mobileMenuButton = document.querySelector('button.md\\:hidden');
        const mobileMenu = document.querySelector('.md\\:hidden + .mobile-menu');
        
        mobileMenuButton.addEventListener('click', () => {
            // This would need to be expanded to show/hide a mobile menu
            alert('Mobile menu would open here in a full implementation');
        });
        
        // Smooth scrolling for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                
                const targetId = this.getAttribute('href');
                if (targetId === '#') return;
                
                const targetElement = document.querySelector(targetId);
                if (targetElement) {
                    targetElement.scrollIntoView({
                        behavior: 'smooth'
                    });
                }
            });
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Koffy23/renaissance-rurale2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>