body,html{color:white}:root{--blue-primary:#2491E6;--yellow-accent:#E7EF6E;--pink-accent:#F7B8D5;--dark-gray:#414141;--white:#FFFFFF;--blue-light:#4BA3E8;--blue-dark:#1A7ACC}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw}.scroll-hide::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}*{margin:0;padding:0;box-sizing:border-box;max-width:100%}body{background-color:#080f24;font-family:Lato,sans-serif}header{display:flex;justify-content:space-between;padding:3vh;background-color:#0B132B}header a{text-decoration:none;color:white;padding-top:.2vh;font-size:2vw}#main #article{position:absolute;width:100%;height:50vw;top:90vh;background-color:hsl(237,50%,37%);border-radius:50%;box-shadow:inset 0 0 50px #fff,inset 20px 0 80px #f0f,inset -20px 0 80px #0ff,inset 20px 0 300px #f0f,inset -20px 0 300px #0ff,0 0 50px #fff,-10px 0 100px #f0f,10px 0 100px #0ff}#titre{text-align:center;font-size:3.5vw;width:800px;top:66vh;color:rgb(255,235,254);text-shadow:0 0 100px #f0f;animation:fadeIn 6s 0s}#div,#titre{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto}#div{width:30vw;height:30vw;border-radius:50%;box-shadow:inset 0 0 50px #fff,inset 20px 0 80px #f0f,inset -20px 0 80px #0ff,inset 20px 0 300px #f0f,inset -20px 0 300px #0ff,0 0 50px #fff,-10px 0 60px #f0f,10px 0 60px #0ff;top:18vh;animation:boule 3s ease-out 0s 1}@keyframes boule{0%{transform:translateY(300%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}35%{opacity:0}70%{opacity:1}to{opacity:1}}.pageCard{width:100%;max-width:900px;margin:40px auto;background:#9E6B83;border-radius:8px;box-shadow:0 4px 32px #563847;padding:40px 32px 32px;display:flex;flex-direction:column;align-items:stretch;gap:2rem}.innerCard{background:#88596F;border-radius:5px;box-shadow:1px 1px 5px #563847;padding:24px;color:#fff;margin-bottom:24px}.pageBg{min-height:100vh;width:100%;background:#080f24;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0}