return false; } return false; } } ?> exit(); } } ?> Annonces - ShadowLive | Actualités et Informations

📢 Annonces Officielles

Toutes les nouveautés, mises à jour et informations importantes de ShadowLive

10 juin 2024
🎉 Lancement officiel du nouveau site ShadowLive !
Nous sommes fiers de vous présenter la nouvelle version de ShadowLive, plus rapide, plus moderne et encore plus riche en jeux gratuits. Merci à toute la communauté pour votre soutien !
5 juin 2024
⚡ 50 nouveaux jeux ajoutés au catalogue
Découvrez les dernières nouveautés dans notre catalogue, incluant des titres AAA et des jeux indépendants. Rendez-vous dans la section Catalogue pour les tester !
28 mai 2024
🔒 Amélioration de la sécurité
Nous avons renforcé la sécurité de la plateforme pour garantir la protection de vos données et des téléchargements 100% sûrs.
.announcement-card::before { content: ''; position: absolute; top: 0; left: 0; width: 8px; height: 100%; background: linear-gradient(to bottom, #a855f7, #c084fc); border-radius: 4px 0 0 4px; } .announcement-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(168, 85, 247, 0.2); } .announcement-info { flex-grow: 1; } .announcement-title { font-size: 1.8rem; color: #ddd6fe; margin-bottom: 0.5rem; font-weight: bold; display: flex; align-items: center; gap: 0.8rem; } .announcement-badge { font-size: 2rem; color: #a855f7; opacity: 0.9; } .announcement-meta { color: #8b5cf6; font-size: 0.9rem; display: flex; align-items: center; gap: 1.5rem; } .announcement-author { display: flex; align-items: center; gap: 0.5rem; } .author-icon { width: 24px; height: 24px; background: rgba(168, 85, 247, 0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: #a855f7; } .announcement-date { display: flex; align-items: center; gap: 0.5rem; } .announcement-content { color: #c084fc; line-height: 1.7; font-size: 1.1rem; margin-bottom: 1.5rem; } .announcement-actions { display: flex; justify-content: flex-end; gap: 1rem; } .action-btn { background: rgba(168, 85, 247, 0.1); color: #a855f7; border: 1px solid rgba(168, 85, 247, 0.3); padding: 0.6rem 1.2rem; border-radius: 10px; text-decoration: none; transition: all 0.3s ease; font-weight: 500; display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; } .action-btn:hover { background: rgba(168, 85, 247, 0.2); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(168, 85, 247, 0.1); } .announcement-important { border-color: rgba(239, 68, 68, 0.5); } .announcement-important::before { background: linear-gradient(to bottom, #ef4444, #dc2626); } .pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; } .page-btn { background: rgba(16, 9, 35, 0.8); border: 1px solid rgba(168, 85, 247, 0.3); color: #c084fc; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; } .page-btn:hover, .page-btn.active { background: rgba(168, 85, 247, 0.2); border-color: #a855f7; color: #ddd6fe; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(168, 85, 247, 0.2); } .page-btn.active { background: rgba(168, 85, 247, 0.3); color: white; } /* Newsletter Section */ .newsletter-section { padding: 5rem 0; background: linear-gradient(135deg, rgba(22, 33, 62, 0.9), rgba(15, 15, 35, 0.9)); position: relative; text-align: center; } .newsletter-container { max-width: 700px; margin: 0 auto; padding: 0 2rem; } .newsletter-title { font-size: 2.5rem; color: #ddd6fe; margin-bottom: 1.5rem; } .newsletter-description { color: #c084fc; margin-bottom: 2.5rem; font-size: 1.1rem; line-height: 1.6; } .newsletter-form { display: flex; gap: 1rem; max-width: 500px; margin: 0 auto; } .newsletter-input { flex-grow: 1; padding: 1rem 1.5rem; border-radius: 50px; border: 2px solid rgba(168, 85, 247, 0.3); background: rgba(16, 9, 35, 0.6); color: #ddd6fe; font-size: 1rem; transition: all 0.3s ease; } .newsletter-input:focus { outline: none; border-color: #a855f7; box-shadow: 0 0 15px rgba(168, 85, 247, 0.4); } .newsletter-btn { background: linear-gradient(135deg, #7c3aed, #a855f7); color: white; padding: 1rem 2rem; border: none; border-radius: 50px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; } .newsletter-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(168, 85, 247, 0.3); background: linear-gradient(135deg, #6d28d9, #9333ea); } /* Footer élégant */ .footer { background: linear-gradient(135deg, rgba(16, 9, 35, 0.98), rgba(36, 11, 54, 0.98)); border-top: 2px solid rgba(168, 85, 247, 0.3); padding: 4rem 0 2rem; margin-top: 5rem; } .footer-content { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; } .footer-section h3 { color: #a855f7; font-size: 1.5rem; margin-bottom: 1rem; background: linear-gradient(45deg, #a855f7, #c084fc); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .footer-section h4 { color: #ddd6fe; font-size: 1.2rem; margin-bottom: 1rem; } .footer-section p { color: #c084fc; line-height: 1.6; margin-bottom: 1.5rem; } .footer-section ul { list-style: none; padding: 0; } .footer-section ul li { margin-bottom: 0.5rem; } .footer-section ul li a { color: #c084fc; text-decoration: none; transition: all 0.3s ease; padding: 0.3rem 0; display: block; } .footer-section ul li a:hover { color: #a855f7; transform: translateX(10px); } .social-links { display: flex; gap: 1rem; } .social-links a { display: inline-block; width: 40px; height: 40px; background: rgba(168, 85, 247, 0.2); border-radius: 50%; text-align: center; line-height: 40px; font-size: 1.2rem; transition: all 0.3s ease; text-decoration: none; } .social-links a:hover { background: #a855f7; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(168, 85, 247, 0.4); } .footer-bottom { border-top: 1px solid rgba(168, 85, 247, 0.3); margin-top: 3rem; padding-top: 2rem; text-align: center; } .footer-bottom p { color: #c084fc; font-size: 0.9rem; } @media (max-width: 768px) { .footer-content { grid-template-columns: 1fr; gap: 2rem; } .newsletter-form { flex-direction: column; } .hero-title { font-size: 2.5rem; } .announcement-header { flex-direction: column; gap: 1rem; } .announcement-card { padding: 1.5rem; } .nav-container { padding: 0 1rem; } .nav-menu { gap: 1rem; flex-wrap: wrap; } .nav-menu li a { padding: 0.3rem 0.8rem; font-size: 0.9rem; } .navbar h1 a { font-size: 1.5rem; } main { padding-top: 100px; } }

Annonces ShadowLive

Toutes les actualités importantes de notre plateforme