@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");body,html{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}body{font-family:Roboto,sans-serif;margin:0;padding:0;min-height:100vh;position:relative;background-image:url(/bg.png);background-size:177.95vh 22.95vh;background-repeat:repeat-x;background-position:bottom;background-attachment:fixed;overflow:hidden}.olympic-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:4vh}.olympic-title{font-size:3vh;text-align:center;margin-bottom:3vh;color:#333}.olympic-container{position:relative;width:100vh;height:43.75vh;margin:0 auto;padding-top:15vh}.logo{transform-style:preserve-3d;width:100%;height:100%;position:relative}.ringjo{width:25vh;height:25vh;border-radius:50%;border:1.5vh solid;position:absolute;background:transparent;opacity:1;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;display:flex;justify-content:center;align-items:center;overflow:hidden;box-shadow:0 0 0 rgba(0,0,0,.1)}.ringjo:before{content:"";background:radial-gradient(circle,hsla(0,0%,100%,.9) 0,hsla(0,0%,100%,.6) 100%);transform:scale(1.1)}.ringjo:after,.ringjo:before{position:absolute;width:100%;height:100%;opacity:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.ringjo:after{content:"Voir plus";display:flex;justify-content:center;align-items:center;color:#333;font-size:1.5vh;font-weight:700;transform:translateY(1vh);z-index:2}.ringjo:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,.2)}.ringjo:hover:before{opacity:1;transform:scale(1)}.ringjo:hover:after{opacity:1;transform:translateY(0)}@keyframes rollInRight{0%{transform:translateX(100vw) rotate(0deg);opacity:0}30%{opacity:1}to{transform:translateX(0) rotate(1turn);opacity:1}}@keyframes fallFromTop{0%{transform:translateY(-100vh);opacity:0}30%{opacity:1}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.europe{top:0;left:0;transform:rotateX(-45deg) scaleY(1.4142) translateY(-100vh);animation:fallFromTop 1s ease-out 1.5s forwards}.afrique{left:35vh;top:0;transform:rotateX(45deg) scaleY(1.4142) translateY(-100vh);animation:fallFromTop 1s ease-out 1.7s forwards}.amerique{left:70vh;transform:translateZ(-20vh) rotateX(80deg) scaleY(5.7588) translateY(-100vh);animation:fallFromTop 1s ease-out 1.9s forwards}.asie{left:17.5vh;top:11.25vh;transform:rotateX(0deg) translateX(100vw);animation:rollInRight 1s ease-out .5s forwards}.oceanie{top:11.25vh;left:52.5vh;transform:translateZ(12.5vh) rotateX(70deg) scaleY(2.9238) translateX(100vw);animation:rollInRight 1s ease-out .7s forwards}.info-container{position:absolute;left:0;right:0;display:flex;justify-content:flex-start;z-index:10}.info-container.top{top:5vh;padding-left:5.5vh}.info-container.bottom{bottom:-5vh;padding-left:23vh}.info-container.top .continent-info:first-child{margin-right:16vh}.info-container.top .continent-info:nth-child(2){margin-right:19vh}.info-container.bottom .continent-info:first-child{margin-right:16vh}.continent-info{text-align:center;font-size:1.5vh;color:#333;opacity:0;animation:fadeIn 1s ease-out 2.9s forwards}.text-continent{font-size:2.5vh;margin-bottom:.5vh}.medals{display:flex;align-items:center;justify-content:center;gap:.5vh}.medal{width:2vh;height:2vh;border-radius:50%;display:inline-block}.gold{background-color:gold}.silver{background-color:silver}.bronze{background-color:#cd7f32}.medal-number{font-size:1.5vh;margin-left:.2vh;color:#333}.separator{font-size:1.5vh;color:#666;margin:0 .5vh}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:4vh;border-radius:2vh;box-shadow:0 .5vh 1vh rgba(0,0,0,.1);position:relative;width:90%;max-width:80vh;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:1vh;right:1vh;font-size:3vh;background:none;border:none;cursor:pointer}.modal-content h2{font-size:3vh;margin-bottom:2vh}.modal-medals{display:flex;justify-content:space-around;margin-top:2vh}.modal-medal-group{display:flex;align-items:center;gap:1vh}.modal-medal-group .medal{width:3vh;height:3vh}.modal-medal-group .medal-number{font-size:2vh}.country-flag{width:3vh;height:2vh;margin-right:1vh;vertical-align:middle}.country-medals{max-height:50vh;overflow-y:auto;margin-top:2vh;scrollbar-width:auto;-ms-overflow-style:auto}.country-medals::-webkit-scrollbar{display:block;width:1vh}.country-medals::-webkit-scrollbar-track{background:#f1f1f1}.country-medals::-webkit-scrollbar-thumb{background:#888;border-radius:.5vh}.country-medals::-webkit-scrollbar-thumb:hover{background:#555}.country-medal-info{display:flex;align-items:center;margin-bottom:1vh;padding:1vh;border-bottom:.1vh solid #eee}.country-medal-details{margin-left:auto;display:flex;align-items:center;gap:1vh}.country-medal-details .medal{width:1.5vh;height:1.5vh}.footer{position:fixed;bottom:2.56vh;left:50%;transform:translateX(-50%);background-color:#fff;padding:1vh 2vh;border-radius:2.56vh;box-shadow:0 .26vh .64vh rgba(0,0,0,.1);font-size:1.79vh;color:#333}.footer a{color:#0085c7;text-decoration:none}.footer a:hover{text-decoration:underline}.floating-btn{position:fixed;top:1.28vh;right:1.28vh;width:4vh;height:4vh;background-color:#2d3748;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 .51vh .77vh rgba(0,0,0,.1);font-size:1.6vh;outline:none;transition:background-color .3s ease;z-index:999}.floating-btn:hover{background-color:#4a5568}.darkmode-logo{position:fixed;width:2vh;height:2vh}.key-hint{position:fixed;top:1.28vh;left:1.28vh;width:3.5vh;height:3.5vh;background-color:#e0e0e0;border:.2vh solid #999;border-radius:.8vh;display:flex;justify-content:center;align-items:center;font-size:1.8vh;font-weight:600;color:#333;box-shadow:0 .4vh 0 0 #bbb,0 .5vh 0 0 #999,0 .5vh .6vh rgba(0,0,0,.3);transition:all .1s ease-in-out;text-transform:uppercase;font-family:Roboto,sans-serif;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.key-hint:before{content:"";position:absolute;top:.4vh;left:.4vh;right:.4vh;height:35%;background:linear-gradient(180deg,hsla(0,0%,100%,.8) 0,hsla(0,0%,100%,0));border-radius:.4vh .4vh 1vh 1vh;pointer-events:none}.key-hint:hover{background-color:#eaeaea;box-shadow:0 .4vh 0 0 #ccc,0 .5vh 0 0 #aaa,0 .5vh .8vh rgba(0,0,0,.4)}.key-hint.pressed,.key-hint:active{transform:translateY(.3vh);box-shadow:0 .1vh 0 0 #bbb,0 .2vh 0 0 #999,0 .2vh .3vh rgba(0,0,0,.3)}.key-hint.pressed{background-color:#d0d0d0}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6d93bde91c0c2823-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a34f9d1faa5f3315-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_36bd41;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_36bd41{font-family:__Inter_36bd41,__Inter_Fallback_36bd41;font-style:normal}