@charset "UTF-8";:root{--color-bg: #0d1117;--color-primary: #c08c4f;--color-text: #f0f0f0;--font-title: Orbitron, sans-serif;--font-body: Inter, sans-serif}@keyframes flicker{0%,to{opacity:1}50%{opacity:.85}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes gridAnim{0%{background-position:0 0}to{background-position:0 400px}}@keyframes parallax{0%{background-position:center 0}to{background-position:center 100px}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.animate-on-scroll{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.in-view{opacity:1;transform:none}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#0d1117,#1a1f28);overflow:hidden}.hero-section .hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(192,140,79,.12),transparent);z-index:1}.hero-section .hero-content{position:relative;z-index:2;text-align:center;padding:2rem}.hero-section .hero-title{font-size:4rem;color:#c08c4f;font-family:Orbitron,sans-serif;text-transform:uppercase;text-shadow:0 0 8px rgba(192,140,79,.3);margin-bottom:1rem}.hero-section .hero-subtitle{font-size:1.25rem;color:#a0a0a0;max-width:800px;margin:0 auto 2rem;text-shadow:0 1px 2px rgba(0,0,0,.7)}.hero-section .btn-hero{color:#0d1117;display:inline-block;padding:.75rem 2rem;font-size:1rem;font-weight:700;background:#c08c4f;border:none;border-radius:8px;box-shadow:0 2px 8px #c08c4f26;font-family:Orbitron,sans-serif;transition:all .3s ease}.hero-section .btn-hero:hover{background:#b57f41;box-shadow:0 0 16px 0 2px 8px #c08c4f26}#features-section{padding:clamp(36px,6vw,72px) 0;background:#1a1f28}#features-section .section-title{text-align:center;font-family:Orbitron,sans-serif;color:#c08c4f;margin-bottom:clamp(16px,3vw,32px);font-size:clamp(1.6rem,2.2vw,2.4rem);text-shadow:0 0 8px rgba(192,140,79,.3);position:relative}#features-section .section-title:after{content:"";position:absolute;inset-inline:0;margin-inline:auto;width:72px;height:3px;bottom:-10px;background:#c08c4f;border-radius:2px}#features-section .feature-grid{--gap: clamp(12px, 2.5vw, 24px);display:grid;gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));list-style:none;padding:0;margin:clamp(16px,2vw,24px) 0 0}#features-section .feature-card{position:relative;display:flex;flex-direction:column;gap:.75rem;height:100%;border-radius:16px;background:linear-gradient(180deg,#242c3b,#1f2633) padding-box,linear-gradient(120deg,#c08c4f40,#4b6d8a40) border-box;border:1px solid transparent;box-shadow:0 2px 6px #0000004d;padding:clamp(14px,2.2vw,20px);transition:transform .18s ease,box-shadow .18s ease,border-color .2s ease;content-visibility:auto;contain-intrinsic-size:420px}#features-section .feature-card:hover{transform:translateY(-3px);box-shadow:0 0 0 1px #c08c4f59,0 2px 6px #0000004d;border-color:transparent}#features-section .feature-card:focus-within{box-shadow:0 0 0 2px #c08c4f59}#features-section .card-media-wrap{border-radius:12px;overflow:clip;background:#0d1117;border:1px solid #1f2633}#features-section .card-media{display:block;width:100%;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}#features-section .card-title{margin:.25rem 0 0;font-family:Orbitron,sans-serif;color:#4b6d8a;font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.25;text-shadow:0 1px 2px rgba(0,0,0,.7);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#features-section .card-title .card-link{color:inherit;text-decoration:none}#features-section .card-title .card-link:hover{text-decoration:underline;text-decoration-thickness:2px}#features-section .card-title .card-link:focus-visible{outline:none;box-shadow:0 0 0 2px #c08c4f66;border-radius:6px}#features-section .card-text{color:#a0a0a0;font-size:clamp(.95rem,1.1vw,1rem);line-height:1.5;margin:0 0 .25rem;flex:1 1 auto;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#features-section .card-cta{align-self:start;font-family:Orbitron,sans-serif;background:#c08c4f;color:#0d1117;text-decoration:none;padding:.6rem 1.2rem;border-radius:8px;font-weight:700;font-size:.95rem;box-shadow:0 2px 8px #c08c4f26;transition:background .15s ease,box-shadow .15s ease,transform .12s ease}#features-section .card-cta:hover{background:#b17d3f;transform:translateY(-1px)}#features-section .card-cta:active{transform:translateY(0)}#features-section .card-cta:focus-visible{outline:none;box-shadow:0 0 0 3px #c08c4f73}#features-section .feature-card:before{content:"";position:absolute;inset:-20%;background:radial-gradient(40% 40% at 30% 20%,rgba(192,140,79,.14),transparent 60%);opacity:0;pointer-events:none;transition:opacity .2s ease}#features-section .feature-card:hover:before{opacity:1}@media (max-width: 480px){#features-section .feature-card{padding:14px}#features-section .card-cta{width:100%;text-align:center}}.animate-on-scroll{opacity:0}.animate-on-scroll.in-view{opacity:1;animation:fadeUp .6s ease forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){#features-section .feature-card,#features-section .card-cta{transition:none!important}.animate-on-scroll.in-view{animation:none}}#jeux-du-moment{background:#1a1f28;padding:5rem 0}#jeux-du-moment .jeux-card{border:none;border-radius:16px;overflow:hidden;box-shadow:0 2px 6px #0000004d;background-color:#1f2633}#jeux-du-moment .jeux-card .card-header{text-align:center;padding:1.5rem;position:relative;animation:slideInDown .8s ease-out}#jeux-du-moment .jeux-card .card-header h3{color:#c08c4f;font-family:Orbitron,sans-serif;font-size:1.8rem;font-weight:600;letter-spacing:1.5px;margin:0;position:relative}#jeux-du-moment .jeux-card .card-header h3:after{content:"";position:absolute;width:80px;height:3px;background:#c08c4f;left:50%;transform:translate(-50%);bottom:-12px;border-radius:2px}@keyframes slideInDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}#jeux-du-moment .jeux-card .card-body{padding:2rem}#jeux-du-moment .jeux-card .card-body .game-logo-wrapper{padding:15px;transition:transform .4s ease,filter .4s ease;display:flex;justify-content:center;align-items:center}#jeux-du-moment .jeux-card .card-body .game-logo-wrapper:hover{transform:scale(1.15);filter:drop-shadow(0 2px 8px rgba(192,140,79,.15))}#jeux-du-moment .jeux-card .card-body .game-logo{max-height:80px;filter:grayscale(100%);transition:filter .4s ease}#jeux-du-moment .jeux-card .card-body .game-logo:hover{filter:grayscale(0%)}#jeux-du-moment .jeux-card .card-footer{font-size:.9rem;color:#a0a0a0;text-align:center;padding:1rem;background:#1a1f28}#jeux-du-moment .btn-outline-light{font-family:Orbitron,sans-serif;font-weight:600;font-size:1rem;padding:.6rem 1.5rem;color:#c08c4f;border:2px solid #c08c4f;background:transparent;border-radius:8px;transition:background .3s ease,transform .3s ease}#jeux-du-moment .btn-outline-light:hover{background:#c08c4f;color:#0d1117;transform:scale(1.05);box-shadow:0 2px 8px #c08c4f26}#focus-du-mois{background-color:#0d1117;padding:5rem 0}#focus-du-mois h2{font-size:2.5rem;font-family:Orbitron,sans-serif;color:#c08c4f;text-align:center;margin-bottom:3rem}#focus-du-mois h3{font-size:1.5rem;font-family:Orbitron,sans-serif;color:#6087a8;margin-bottom:1rem}#focus-du-mois p{font-size:1rem;color:#f0f0f0;opacity:.95;margin-bottom:1.5rem}#focus-du-mois .focus-list{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){#focus-du-mois .focus-list{grid-template-columns:repeat(2,1fr)}}#focus-du-mois .focus-card__actions .btn{width:6rem}#rejoindre{background:#0d1117;padding:5rem 0}#rejoindre h2{font-size:2rem;font-family:Orbitron,sans-serif;color:#c08c4f;margin-bottom:1rem}#rejoindre p{font-size:1rem;color:#f0f0f0;opacity:.95;margin-bottom:1.5rem}#rejoindre .btn-primary{background-color:#c08c4f;color:#0d1117;font-family:Orbitron,sans-serif;font-weight:600;font-size:1rem;padding:.6rem 1.5rem;border-radius:8px;border:none;box-shadow:0 2px 8px #c08c4f26;transition:background .3s ease,box-shadow .3s ease}#rejoindre .btn-primary:hover{background:#b57f41;box-shadow:0 0 14px #c08c4f40}#rejoindre img{max-width:100%;border-radius:8px;box-shadow:0 2px 6px #0000004d}#actualite{background:#0d1117;padding:5rem 0}#actualite h2{font-size:2.5rem;font-family:Orbitron,sans-serif;color:#c08c4f;text-align:center;margin-bottom:3rem}#guides{background-color:#1a1f28;padding:5rem 0}#guides h2{font-size:2.5rem;font-family:Orbitron,sans-serif;color:#c08c4f;text-align:center;margin-bottom:2rem}#guides p{text-align:center;font-size:1rem;color:#f0f0f0;opacity:.95;margin-bottom:2rem}#guides .btn-primary{display:block;margin:0 auto;max-width:200px;background-color:#c08c4f;color:#0d1117;font-family:Orbitron,sans-serif;font-weight:600;font-size:1rem;padding:.6rem 1.5rem;border-radius:8px;border:none;box-shadow:0 2px 8px #c08c4f26;transition:background .3s ease,box-shadow .3s ease}#guides .btn-primary:hover{background:#b57f41;box-shadow:0 0 14px #c08c4f40}#communaute{background:#1a1f28;padding:5rem 0}#communaute h2{font-size:2.5rem;font-family:Orbitron,sans-serif;color:#c08c4f;text-align:center;margin-bottom:2rem}#communaute p{text-align:center;font-size:1rem;color:#f0f0f0;opacity:.95;margin-bottom:2rem}#communaute .btn-primary{display:block;margin:0 auto;max-width:200px;background-color:#c08c4f;color:#0d1117;font-family:Orbitron,sans-serif;font-weight:600;font-size:1rem;padding:.6rem 1.5rem;border-radius:8px;border:none;box-shadow:0 2px 8px #c08c4f26;transition:background .3s ease,box-shadow .3s ease}#communaute .btn-primary:hover{background:#b57f41;box-shadow:0 0 14px #c08c4f40}#home section{margin-top:70px}
