File size: 15,536 Bytes
8acabe2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3d55d91
 
 
 
 
 
 
 
 
 
 
 
c323b82
 
 
 
 
 
 
 
 
 
 
 
0f07c8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8acabe2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3d55d91
8acabe2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3d55d91
8acabe2
 
3d55d91
8acabe2
 
 
 
 
 
 
 
 
 
 
3d55d91
8acabe2
 
 
 
 
3d55d91
c323b82
8acabe2
 
 
 
 
3d55d91
8acabe2
 
0f07c8a
8acabe2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3d55d91
8acabe2
3d55d91
8acabe2
 
 
 
 
3d55d91
8acabe2
 
 
3d55d91
c323b82
8acabe2
 
 
 
 
 
 
0f07c8a
8acabe2
 
 
 
 
 
 
3d55d91
c323b82
8acabe2
 
 
 
 
 
 
0f07c8a
8acabe2
 
 
 
 
 
 
3d55d91
c323b82
8acabe2
 
 
 
 
 
 
0f07c8a
c323b82
 
 
 
 
 
0f07c8a
8acabe2
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
<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>StreamIt Premium - Films Complets en HD</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>
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
        
        body {
            font-family: 'Poppins', sans-serif;
            background-color: #0f172a;
            color: #f8fafc;
        }
        
        .hero-gradient {
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        }
        
        .card-hover {
            transition: all 0.3s ease;
        }
        
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        }
        
        .video-thumbnail::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 50%);
            border-radius: 0.5rem;
        }
        
        .blur-effect {
            backdrop-filter: blur(10px);
            background-color: rgba(15, 23, 42, 0.7);
        }
        
        .scrollbar-hide::-webkit-scrollbar {
            display: none;
        }
        
        .scrollbar-hide {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        
        .genre-tag {
            transition: all 0.2s ease;
        }
        
        .genre-tag:hover {
            background-color: #3b82f6;
            color: white;
        }
        
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 100;
            justify-content: center;
            align-items: center;
        }
        
        .modal-content {
            background-color: #1e293b;
            border-radius: 0.5rem;
            width: 80%;
            max-width: 800px;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        .film-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 1.5rem;
        }
        
        .loading-spinner {
            border: 4px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border-top: 4px solid #3b82f6;
            width: 40px;
            height: 40px;
            animation: spin 1s linear infinite;
            margin: 2rem auto;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .quality-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 2px 6px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: bold;
        }
        
        .full-version-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: rgba(94, 234, 212, 0.9);
            color: #0f172a;
            padding: 2px 6px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: bold;
        }
        
        /* Style pour le lecteur vidéo de démonstration */
        .demo-player {
            width: 100%;
            height: 400px;
            background-color: #000;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 24px;
            position: relative;
        }
        
        .demo-player::after {
            content: 'Lecteur vidéo de démonstration';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.7);
            padding: 20px;
            border-radius: 8px;
        }
    </style>
</head>
<body>
    <!-- Navigation -->
    <nav class="blur-effect fixed w-full z-50 py-4 px-6 flex justify-between items-center">
        <div class="flex items-center space-x-2">
            <i class="fas fa-play-circle text-blue-500 text-3xl"></i>
            <span class="text-xl font-bold bg-gradient-to-r from-blue-500 to-purple-600 bg-clip-text text-transparent">StreamIt Premium</span>
        </div>
        
        <div class="hidden md:flex space-x-6">
            <a href="#" class="hover:text-blue-400 transition">Accueil</a>
            <a href="#movies" class="hover:text-blue-400 transition">Films Complets</a>
            <a href="#tv-shows" class="hover:text-blue-400 transition">Séries</a>
            <a href="#genres" class="hover:text-blue-400 transition">Genres</a>
            <a href="#my-list" class="hover:text-blue-400 transition">Ma liste</a>
        </div>
        
        <div class="flex items-center space-x-4">
            <div class="relative">
                <input type="text" placeholder="Rechercher 5,000+ films..." class="bg-slate-800 rounded-full py-2 px-4 pl-10 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 w-40 md:w-64">
                <i class="fas fa-search absolute left-3 top-2.5 text-gray-400"></i>
            </div>
            <div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center cursor-pointer">
                <i class="fas fa-user text-white text-sm"></i>
            </div>
        </div>
    </nav>

    <!-- Mobile Menu Button -->
    <div class="md:hidden fixed right-6 top-5 z-50">
        <button id="mobile-menu-button" class="text-white focus:outline-none">
            <i class="fas fa-bars text-2xl"></i>
        </button>
    </div>

    <!-- Mobile Menu -->
    <div id="mobile-menu" class="fixed inset-0 bg-slate-900 z-40 flex flex-col items-center justify-center hidden">
        <button id="close-menu" class="absolute top-6 right-6 text-white text-2xl">
            <i class="fas fa-times"></i>
        </button>
        <div class="flex flex-col space-y-8 text-center">
            <a href="#" class="text-xl hover:text-blue-400">Accueil</a>
            <a href="#movies" class="text-xl hover:text-blue-400">Films Complets</a>
            <a href="#tv-shows" class="text-xl hover:text-blue-400">Séries</a>
            <a href="#genres" class="text-xl hover:text-blue-400">Genres</a>
            <a href="#my-list" class="text-xl hover:text-blue-400">Ma liste</a>
        </div>
    </div>

    <!-- Hero Section -->
    <section class="hero-gradient pt-24 pb-16 px-6 md:px-12 lg:px-24">
        <div class="container mx-auto flex flex-col md:flex-row items-center">
            <div class="md:w-1/2 mb-10 md:mb-0">
                <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
                    <span class="bg-gradient-to-r from-blue-500 to-purple-600 bg-clip-text text-transparent">5,000+ Films Complets</span> en HD/4K
                </h1>
                <p class="text-lg text-gray-300 mb-8">
                    Accès illimité à notre catalogue de films complets en haute qualité. Tous les films disponibles en version intégrale sans coupures.
                </p>
                <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
                    <button class="bg-blue-600 hover:bg-blue-700 text-white py-3 px-8 rounded-full font-medium flex items-center justify-center transition">
                        <i class="fas fa-play mr-2"></i> Commencer l'essai gratuit
                    </button>
                    <button class="bg-slate-700 hover:bg-slate-600 text-white py-3 px-8 rounded-full font-medium flex items-center justify-center transition">
                        <i class="fas fa-info-circle mr-2"></i> En savoir plus
                    </button>
                </div>
                <div class="mt-6 flex items-center text-sm text-gray-400">
                    <i class="fas fa-check-circle text-green-500 mr-2"></i>
                    <span>Tous les films disponibles en version intégrale - Pas d'extraits</span>
                </div>
            </div>
            <div class="md:w-1/2 relative">
                <div class="relative rounded-xl overflow-hidden shadow-2xl">
                    <img src="https://image.tmdb.org/t/p/original/8Vt6mWEReuy4Of61Lnj5Xj704m8.jpg" alt="Dune: Part Two" class="w-full h-auto">
                    <div class="quality-badge">4K ULTRA HD</div>
                    <div class="full-version-badge">VERSION INTÉGRALE</div>
                    <div class="absolute bottom-0 left-0 right-0 p-6">
                        <h3 class="text-xl font-bold mb-2">Dune: Part Two</h3>
                        <div class="flex space-x-2 mb-3">
                            <span class="bg-blue-500 text-white text-xs px-2 py-1 rounded">HD</span>
                            <span class="bg-slate-700 text-white text-xs px-2 py-1 rounded">4K</span>
                            <span class="bg-purple-500 text-white text-xs px-2 py-1 rounded">Version Intégrale</span>
                        </div>
                        <div class="flex space-x-3">
                            <button class="play-button bg-white text-black rounded-full w-10 h-10 flex items-center justify-center hover:bg-gray-200 transition" data-id="693134" data-title="Dune: Part Two" data-year="2024" data-rating="8.5">
                                <i class="fas fa-play"></i>
                            </button>
                            <button class="add-to-list bg-slate-700 bg-opacity-70 text-white rounded-full w-10 h-10 flex items-center justify-center hover:bg-slate-600 transition">
                                <i class="fas fa-plus"></i>
                            </button>
                            <button class="share-button bg-slate-700 bg-opacity-70 text-white rounded-full w-10 h-10 flex items-center justify-center hover:bg-slate-600 transition">
                                <i class="fas fa-share"></i>
                            </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Trending Now Section -->
    <section id="movies" class="py-12 px-6 md:px-12 lg:px-24">
        <div class="container mx-auto">
            <div class="flex justify-between items-center mb-8">
                <h2 class="text-2xl md:text-3xl font-bold">Nouveaux Films Complets</h2>
                <a href="#" class="text-blue-400 hover:text-blue-300 flex items-center">
                    Voir les 5,000+ films <i class="fas fa-chevron-right ml-2 text-sm"></i>
                </a>
            </div>
            
            <div class="relative">
                <div class="flex overflow-x-auto scrollbar-hide space-x-6 pb-6">
                    <!-- Movie Cards -->
                    <div class="flex-shrink-0 w-64 card-hover">
                        <div class="relative rounded-lg overflow-hidden video-thumbnail">
                            <img src="https://image.tmdb.org/t/p/w500/1pdfLvkbY9ohJlCjQH2CZjjYVvJ.jpg" alt="Oppenheimer" class="w-full h-72 object-cover">
                            <div class="quality-badge">HD</div>
                            <div class="full-version-badge">INTÉGRALE</div>
                            <div class="absolute bottom-0 left-0 right-0 p-4">
                                <h3 class="font-semibold">Oppenheimer</h3>
                                <div class="flex items-center text-sm text-gray-300 mt-1">
                                    <span>2023</span>
                                    <span class="mx-2"></span>
                                    <span class="text-yellow-400"><i class="fas fa-star mr-1"></i> 8.4</span>
                                </div>
                                <button class="play-button mt-2 w-full bg-blue-600 hover:bg-blue-700 text-white py-1 px-4 rounded text-sm" data-id="872585" data-title="Oppenheimer" data-year="2023" data-rating="8.4">Regarder</button>
                            </div>
                        </div>
                    </div>
                    
                    <div class="flex-shrink-0 w-64 card-hover">
                        <div class="relative rounded-lg overflow-hidden video-thumbnail">
                            <img src="https://image.tmdb.org/t/p/w500/kDp1vUBnMpe8ak4rjgl3cLELqjU.jpg" alt="Killers of the Flower Moon" class="w-full h-72 object-cover">
                            <div class="quality-badge">HD</div>
                            <div class="full-version-badge">INTÉGRALE</div>
                            <div class="absolute bottom-0 left-0 right-0 p-4">
                                <h3 class="font-semibold">Killers of the Flower Moon</h3>
                                <div class="flex items-center text-sm text-gray-300 mt-1">
                                    <span>2023</span>
                                    <span class="mx-2"></span>
                                    <span class="text-yellow-400"><i class="fas fa-star mr-1"></i> 7.7</span>
                                </div>
                                <button class="play-button mt-2 w-full bg-blue-600 hover:bg-blue-700 text-white py-1 px-4 rounded text-sm" data-id="466420" data-title="Killers of the Flower Moon" data-year="2023" data-rating="7.7">Regarder</button>
                            </div>
                        </div>
                    </div>
                    
                    <div class="flex-shrink-0 w-64 card-hover">
                        <div class="relative rounded-lg overflow-hidden video-thumbnail">
                            <img src="https://image.tmdb.org/t/p/w500/4m1Au3YkjqsxF8iwQy0fPYSxE0h.jpg" alt="The Batman" class="w-full h-72 object-cover">
                            <div class="quality-badge">4K</div>
                            <div class="full-version-badge">INTÉGRALE</div>
                            <div class="absolute bottom-0 left-0 right-0 p-4">
                                <h3 class="font-semibold">The Batman</h3>
                                <div class="flex items-center text-sm text-gray-300 mt-1">
                                    <span>2022</span>
                                    <span class="mx-2"></span>
                                    <span class="text-yellow-400"><i class="fas fa-star mr-1"></i> 7.8</span>
                                </div>
                                <button class="play-button mt-2 w-full bg-blue-600 hover:bg-blue-700 text-white py-1 px-4 rounded text-sm" data-id="414906" data-title="The Batman" data-year="2022" data-rating="7.8">Regarder</button>
                            </div>
                        </div>
                    </div>
                    
                    <div class="flex-shrink-0 w-64 card-hover">
                        <div class="relative rounded-lg overflow-hidden video-thumbnail">
                            <img src="https://image.tmdb.org/t/p/w500/8Vt6mWEReuy4Of61Lnj5Xj704m8.jpg
</html>