Spaces:
Running
Running
File size: 29,598 Bytes
6430c5d |
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 |
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ACTEP Bretagne - Association Citoyenne pour la Transparence et l'Éthique Publique</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-gradient {
background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.transition-all {
transition: all 0.3s ease;
}
.report-btn {
background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
}
.report-btn:hover {
background: linear-gradient(135deg, #be123c 0%, #9f1239 100%);
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Header -->
<header class="bg-white shadow-sm sticky top-0 z-50">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-2">
<div class="bg-blue-800 text-white p-2 rounded-lg">
<i class="fas fa-balance-scale fa-lg"></i>
</div>
<h1 class="text-xl font-bold text-blue-900">ACTEP <span class="text-blue-600">Bretagne</span></h1>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#accueil" class="text-blue-900 hover:text-blue-600 font-medium transition-all">Accueil</a>
<a href="#mission" class="text-blue-900 hover:text-blue-600 font-medium transition-all">Notre Mission</a>
<a href="#actions" class="text-blue-900 hover:text-blue-600 font-medium transition-all">Nos Actions</a>
<a href="#signaler" class="text-blue-900 hover:text-blue-600 font-medium transition-all">Signaler</a>
<a href="#contact" class="text-blue-900 hover:text-blue-600 font-medium transition-all">Contact</a>
</nav>
<button class="md:hidden text-blue-900">
<i class="fas fa-bars fa-lg"></i>
</button>
</div>
</header>
<!-- Hero Section -->
<section id="accueil" class="hero-gradient text-white py-20">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h2 class="text-4xl md:text-5xl font-bold mb-6">Lutte contre la corruption en Bretagne</h2>
<p class="text-xl mb-8 opacity-90">L'Association Citoyenne pour la Transparence et l'Éthique Publique œuvre quotidiennement pour préserver l'intégrité des institutions bretonnes.</p>
<div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
<a href="#signaler" class="report-btn text-white px-6 py-3 rounded-lg font-semibold text-center transition-all hover:shadow-lg">
<i class="fas fa-flag mr-2"></i> Signaler un cas
</a>
<a href="#mission" class="bg-white text-blue-900 px-6 py-3 rounded-lg font-semibold text-center transition-all hover:bg-gray-100 hover:shadow-lg">
<i class="fas fa-info-circle mr-2"></i> En savoir plus
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Justice et transparence" class="rounded-xl shadow-2xl max-w-full h-auto">
</div>
</div>
</section>
<!-- Mission Section -->
<section id="mission" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-blue-900 mb-4">Notre Mission</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto">ACTEP Bretagne a pour objectif de promouvoir la transparence dans la gestion publique et de lutter contre les pratiques corruptives et les dysfonctionnements institutionnels en région Bretagne.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl shadow-md transition-all card-hover">
<div class="bg-blue-100 text-blue-800 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-eye fa-lg"></i>
</div>
<h3 class="text-xl font-bold text-blue-900 mb-3">Transparence</h3>
<p class="text-gray-600">Nous œuvrons pour une administration transparente où chaque citoyen peut accéder aux informations publiques et comprendre les décisions qui les concernent.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-md transition-all card-hover">
<div class="bg-blue-100 text-blue-800 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-gavel fa-lg"></i>
</div>
<h3 class="text-xl font-bold text-blue-900 mb-3">Intégrité</h3>
<p class="text-gray-600">Nous promouvons l'éthique dans la fonction publique et le secteur privé en luttant contre les conflits d'intérêts et les abus de pouvoir.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-md transition-all card-hover">
<div class="bg-blue-100 text-blue-800 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-shield-alt fa-lg"></i>
</div>
<h3 class="text-xl font-bold text-blue-900 mb-3">Protection</h3>
<p class="text-gray-600">Nous accompagnons et protégeons les lanceurs d'alerte qui révèlent des cas de corruption ou de dysfonctionnements dans les institutions bretonnes.</p>
</div>
</div>
</div>
</section>
<!-- Actions Section -->
<section id="actions" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-blue-900 mb-4">Nos Actions Concrètes</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto">Découvrez comment nous agissons quotidiennement pour préserver l'éthique publique en Bretagne.</p>
</div>
<div class="grid md:grid-cols-2 gap-8 mb-12">
<div class="bg-white p-8 rounded-xl shadow-md">
<h3 class="text-2xl font-bold text-blue-900 mb-6">Nos Réalisations</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 text-blue-800 p-2 rounded-full mr-4 mt-1">
<i class="fas fa-check"></i>
</div>
<div>
<h4 class="font-semibold text-blue-900">Signalements traités</h4>
<p class="text-gray-600">Plus de 150 signalements analysés et transmis aux autorités compétentes depuis notre création.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 text-blue-800 p-2 rounded-full mr-4 mt-1">
<i class="fas fa-check"></i>
</div>
<div>
<h4 class="font-semibold text-blue-900">Formations</h4>
<p class="text-gray-600">Organisation de sessions de sensibilisation à l'éthique publique pour les élus et fonctionnaires territoriaux.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 text-blue-800 p-2 rounded-full mr-4 mt-1">
<i class="fas fa-check"></i>
</div>
<div>
<h4 class="font-semibold text-blue-900">Publications</h4>
<p class="text-gray-600">Rédaction de rapports annuels sur l'état de la transparence dans les collectivités bretonnes.</p>
</div>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<h3 class="text-2xl font-bold text-blue-900 mb-6">Nos Méthodes</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 text-blue-800 p-2 rounded-full mr-4 mt-1">
<i class="fas fa-search"></i>
</div>
<div>
<h4 class="font-semibold text-blue-900">Enquête</h4>
<p class="text-gray-600">Analyse rigoureuse des signalements avec vérification des preuves et recoupement des informations.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 text-blue-800 p-2 rounded-full mr-4 mt-1">
<i class="fas fa-handshake"></i>
</div>
<div>
<h4 class="font-semibold text-blue-900">Collaboration</h4>
<p class="text-gray-600">Travail en partenariat avec les autorités judiciaires et les instances de contrôle compétentes.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 text-blue-800 p-2 rounded-full mr-4 mt-1">
<i class="fas fa-lock"></i>
</div>
<div>
<h4 class="font-semibold text-blue-900">Confidentialité</h4>
<p class="text-gray-600">Protection absolue de l'identité des lanceurs d'alerte et traitement sécurisé des informations.</p>
</div>
</div>
</div>
</div>
</div>
<div class="bg-blue-900 text-white rounded-xl p-8 shadow-lg">
<div class="md:flex items-center">
<div class="md:w-2/3 mb-6 md:mb-0">
<h3 class="text-2xl font-bold mb-3">Devenez bénévole</h3>
<p class="opacity-90">Rejoignez notre équipe de bénévoles engagés pour la transparence et l'éthique publique en Bretagne.</p>
</div>
<div class="md:w-1/3 flex justify-center md:justify-end">
<button class="bg-white text-blue-900 px-6 py-3 rounded-lg font-semibold transition-all hover:bg-gray-100 hover:shadow-lg">
<i class="fas fa-handshake mr-2"></i> Nous rejoindre
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Report Section -->
<section id="signaler" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-blue-900 mb-4">Signaler un cas</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto">Vous avez connaissance d'un cas de corruption ou de dysfonctionnement dans une institution publique bretonne ? Signalez-le nous de manière sécurisée.</p>
</div>
<div class="max-w-4xl mx-auto bg-gray-50 rounded-xl shadow-md overflow-hidden">
<div class="md:flex">
<div class="md:w-1/2 bg-blue-800 text-white p-8">
<h3 class="text-2xl font-bold mb-6">Comment signaler ?</h3>
<ul class="space-y-4">
<li class="flex items-start">
<div class="bg-blue-700 p-2 rounded-full mr-4">
<i class="fas fa-1"></i>
</div>
<div>
<h4 class="font-semibold">Remplissez le formulaire</h4>
<p class="text-blue-200 text-sm">Décrivez les faits de manière précise et détaillée</p>
</div>
</li>
<li class="flex items-start">
<div class="bg-blue-700 p-2 rounded-full mr-4">
<i class="fas fa-2"></i>
</div>
<div>
<h4 class="font-semibold">Joignez des preuves</h4>
<p class="text-blue-200 text-sm">Documents, photos, enregistrements (optionnel)</p>
</div>
</li>
<li class="flex items-start">
<div class="bg-blue-700 p-2 rounded-full mr-4">
<i class="fas fa-3"></i>
</div>
<div>
<h4 class="font-semibold">Transmission sécurisée</h4>
<p class="text-blue-200 text-sm">Nous analyserons votre signalement sous 48h</p>
</div>
</li>
</ul>
<div class="mt-8 pt-6 border-t border-blue-700">
<p class="text-blue-200 text-sm"><i class="fas fa-lock mr-2"></i> Tous les signalements sont traités de manière confidentielle</p>
</div>
</div>
<div class="md:w-1/2 p-8">
<form id="reportForm" class="space-y-4">
<div>
<label for="type" class="block text-gray-700 font-medium mb-2">Type de signalement*</label>
<select id="type" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" required>
<option value="" disabled selected>Sélectionnez</option>
<option value="corruption">Corruption</option>
<option value="détournement">Détournement de fonds</option>
<option value="conflit">Conflit d'intérêts</option>
<option value="abus">Abus de pouvoir</option>
<option value="autre">Autre dysfonctionnement</option>
</select>
</div>
<div>
<label for="description" class="block text-gray-700 font-medium mb-2">Description des faits*</label>
<textarea id="description" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" placeholder="Décrivez précisément les faits, avec dates, lieux et personnes concernées..." required></textarea>
</div>
<div>
<label for="proof" class="block text-gray-700 font-medium mb-2">Preuves (optionnel)</label>
<div class="flex items-center justify-center w-full">
<label for="proof" class="flex flex-col items-center justify-center w-full h-32 border-2 border-gray-300 border-dashed rounded-lg cursor-pointer bg-gray-50 hover:bg-gray-100">
<div class="flex flex-col items-center justify-center pt-5 pb-6">
<i class="fas fa-cloud-upload-alt text-gray-400 text-2xl mb-2"></i>
<p class="text-sm text-gray-500">Glissez-déposez vos fichiers ou <span class="text-blue-600">parcourir</span></p>
</div>
<input id="proof" type="file" class="hidden" multiple>
</label>
</div>
</div>
<div class="pt-2">
<button type="submit" class="report-btn text-white w-full py-3 rounded-lg font-semibold transition-all hover:shadow-lg">
<i class="fas fa-paper-plane mr-2"></i> Envoyer le signalement
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-blue-900 mb-4">Nous Contacter</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto">Vous avez des questions ou souhaitez en savoir plus sur nos actions ? N'hésitez pas à nous contacter.</p>
</div>
<div class="max-w-6xl mx-auto grid md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-md text-center">
<div class="bg-blue-100 text-blue-800 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
<i class="fas fa-map-marker-alt fa-lg"></i>
</div>
<h3 class="text-xl font-bold text-blue-900 mb-3">Adresse</h3>
<p class="text-gray-600">15 Place de la République<br>35000 Rennes, Bretagne</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-md text-center">
<div class="bg-blue-100 text-blue-800 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
<i class="fas fa-envelope fa-lg"></i>
</div>
<h3 class="text-xl font-bold text-blue-900 mb-3">Email</h3>
<p class="text-gray-600">[email protected]<br>[email protected]</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-md text-center">
<div class="bg-blue-100 text-blue-800 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
<i class="fas fa-phone-alt fa-lg"></i>
</div>
<h3 class="text-xl font-bold text-blue-900 mb-3">Téléphone</h3>
<p class="text-gray-600">02 99 45 67 89<br>Lundi au vendredi, 9h-12h / 14h-17h</p>
</div>
</div>
<div class="max-w-4xl mx-auto mt-12 bg-white rounded-xl shadow-md overflow-hidden">
<div class="p-8">
<h3 class="text-2xl font-bold text-blue-900 mb-6">Envoyez-nous un message</h3>
<form class="space-y-4">
<div class="grid md:grid-cols-2 gap-6">
<div>
<label for="name" class="block text-gray-700 font-medium mb-2">Nom*</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" required>
</div>
<div>
<label for="email" class="block text-gray-700 font-medium mb-2">Email*</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" required>
</div>
</div>
<div>
<label for="subject" class="block text-gray-700 font-medium mb-2">Sujet*</label>
<input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" required>
</div>
<div>
<label for="message" class="block text-gray-700 font-medium mb-2">Message*</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" required></textarea>
</div>
<div class="pt-2">
<button type="submit" class="bg-blue-800 text-white w-full py-3 rounded-lg font-semibold transition-all hover:bg-blue-900 hover:shadow-lg">
<i class="fas fa-envelope mr-2"></i> Envoyer le message
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-blue-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-4 gap-8 mb-8">
<div>
<div class="flex items-center space-x-2 mb-4">
<div class="bg-white text-blue-900 p-2 rounded-lg">
<i class="fas fa-balance-scale"></i>
</div>
<h3 class="text-xl font-bold">ACTEP Bretagne</h3>
</div>
<p class="text-blue-200 text-sm">Association Citoyenne pour la Transparence et l'Éthique Publique en Bretagne.</p>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Liens utiles</h4>
<ul class="space-y-2">
<li><a href="#" class="text-blue-200 hover:text-white text-sm">Mentions légales</a></li>
<li><a href="#" class="text-blue-200 hover:text-white text-sm">Politique de confidentialité</a></li>
<li><a href="#" class="text-blue-200 hover:text-white text-sm">Statuts de l'association</a></li>
<li><a href="#" class="text-blue-200 hover:text-white text-sm">Rapports annuels</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Ressources</h4>
<ul class="space-y-2">
<li><a href="#" class="text-blue-200 hover:text-white text-sm">Guide du lanceur d'alerte</a></li>
<li><a href="#" class="text-blue-200 hover:text-white text-sm">Textes de loi</a></li>
<li><a href="#" class="text-blue-200 hover:text-white text-sm">FAQ</a></li>
<li><a href="#" class="text-blue-200 hover:text-white text-sm">Blog</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Suivez-nous</h4>
<div class="flex space-x-4">
<a href="#" class="bg-blue-800 w-10 h-10 rounded-full flex items-center justify-center hover:bg-blue-700">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="bg-blue-800 w-10 h-10 rounded-full flex items-center justify-center hover:bg-blue-700">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="bg-blue-800 w-10 h-10 rounded-full flex items-center justify-center hover:bg-blue-700">
<i class="fab fa-facebook-f"></i>
</a>
</div>
<div class="mt-4">
<p class="text-blue-200 text-sm">Abonnez-vous à notre newsletter :</p>
<div class="flex mt-2">
<input type="email" placeholder="Votre email" class="px-3 py-2 text-gray-900 text-sm rounded-l-lg focus:outline-none w-full">
<button class="bg-blue-600 px-4 py-2 rounded-r-lg text-sm font-medium hover:bg-blue-500">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
</div>
<div class="pt-6 border-t border-blue-800 text-center text-blue-300 text-sm">
<p>© 2023 ACTEP Bretagne - Tous droits réservés | Association loi 1901 enregistrée sous le n°W123456789</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="backToTop" class="fixed bottom-6 right-6 bg-blue-800 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center opacity-0 invisible transition-all hover:bg-blue-900">
<i class="fas fa-arrow-up"></i>
</button>
<script>
// Back to top button
const backToTopButton = document.getElementById('backToTop');
window.addEventListener('scroll', () => {
if (window.pageYOffset > 300) {
backToTopButton.classList.remove('opacity-0', 'invisible');
backToTopButton.classList.add('opacity-100', 'visible');
} else {
backToTopButton.classList.remove('opacity-100', 'visible');
backToTopButton.classList.add('opacity-0', 'invisible');
}
});
backToTopButton.addEventListener('click', () => {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
// Form submission
document.getElementById('reportForm').addEventListener('submit', function(e) {
e.preventDefault();
alert('Merci pour votre signalement. Nous allons l\'analyser et prendre contact avec vous si nécessaire.');
this.reset();
});
// 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) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
}
});
});
// Mobile menu toggle (would need more implementation)
document.querySelector('.md\\:hidden').addEventListener('click', function() {
alert('Menu mobile à implémenter');
});
</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=coyotte508/actep" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |