.top-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px clamp(20px,5vw,40px);display:flex;align-items:center;justify-content:flex-end}.nav-profile-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:#3f3f3f4d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:205;transition:border-color .25s ease,transform .2s ease,background .25s ease}.nav-profile-link:after{content:"";position:absolute;top:100%;right:0;width:190px;height:14px}.nav-profile-link:hover,.nav-profile-link:focus-within{border-color:#d5b77b94;background:#d5b77b33;transform:translateY(-1px)}.nav-profile-link__trigger{width:100%;height:100%;border:none;background:transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.nav-profile-link__trigger:focus-visible{outline:2px solid #dbcda3;outline-offset:2px}.nav-profile-link__icon{width:34px;height:34px;border-radius:50%;object-fit:cover}.nav-profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:180px;padding:8px;border-radius:12px;background:#120e0af2;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 28px #00000061;display:flex;flex-direction:column;gap:4px;opacity:0;visibility:hidden;transform:translateY(-6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-profile-link:hover .nav-profile-dropdown,.nav-profile-link:focus-within .nav-profile-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-profile-dropdown__item{display:block;width:100%;border:none;background:transparent;text-align:left;cursor:pointer;text-decoration:none;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:1.05rem;font-weight:600;color:#f6ead0;padding:9px 10px;border-radius:8px;transition:background .18s ease,color .18s ease}.nav-profile-dropdown__item:hover,.nav-profile-dropdown__item:focus-visible{background:#d5b77b33;color:#d5b77b}.nav-overlay{display:none;position:fixed;inset:0;background:#0000;z-index:98;transition:background .35s ease;pointer-events:none}.nav-overlay--visible{display:block;background:#0000008c;pointer-events:all}.nav-burger{display:flex;flex-direction:column;justify-content:space-between;width:36px;height:22px;background:none;border:none;cursor:pointer;padding:0;z-index:200;position:relative}.nav-burger__bar{display:block;width:100%;height:2px;background:#ffffffd9;border-radius:2px;transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s ease,background .25s ease}.nav-burger--open .nav-burger__bar:nth-child(1){transform:translateY(10px) rotate(45deg);background:#d5b77b}.nav-burger--open .nav-burger__bar:nth-child(2){opacity:0;transform:scaleX(0)}.nav-burger--open .nav-burger__bar:nth-child(3){transform:translateY(-10px) rotate(-45deg);background:#d5b77b}.nav-buttons{list-style:none;margin:0;padding:100px 32px 48px;display:flex;flex-direction:column;gap:12px;position:fixed;top:0;right:0;bottom:0;width:min(80vw,300px);background:#120e0aeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.08);z-index:199;transform:translate(100%);opacity:0;visibility:hidden;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .3s ease,visibility .35s}.nav-buttons li{opacity:0;transform:translate(20px);transition:opacity .25s ease,transform .25s ease}.nav-buttons.nav-buttons--open{transform:translate(0);opacity:1;visibility:visible}.nav-buttons.nav-buttons--open li:nth-child(1){opacity:1;transform:none;transition-delay:.1s}.nav-buttons.nav-buttons--open li:nth-child(2){opacity:1;transform:none;transition-delay:.16s}.nav-buttons.nav-buttons--open li:nth-child(3){opacity:1;transform:none;transition-delay:.22s}.nav-buttons.nav-buttons--open li:nth-child(4){opacity:1;transform:none;transition-delay:.28s}@media(min-width:768px){.top-nav{padding:32px clamp(24px,4vw,64px);justify-content:flex-start;gap:clamp(16px,2vw,32px)}.nav-burger{display:none}.nav-buttons{position:static;width:auto;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;padding:0;flex-direction:row;gap:clamp(16px,2vw,32px);flex-wrap:wrap;transform:none;opacity:1;visibility:visible;transition:none}.nav-buttons li{opacity:1;transform:none;transition:none}.nav-overlay{display:none!important}}.nav-lang{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#3f3f3f40;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:.9rem;letter-spacing:.08em;cursor:pointer;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .2s ease,opacity .25s ease 0s,visibility .25s ease 0s;position:fixed;top:20px;right:200px;z-index:200;opacity:0;visibility:hidden}.nav-lang:hover{background:#d5b77b33;border-color:#d5b77b8c;color:#d5b77b;transform:translateY(-1px)}.nav-lang--open{opacity:1;visibility:visible;transition-delay:.1s}.nav-lang__globe{font-size:1rem;line-height:1}.nav-lang__label{font-weight:600}@media(min-width:768px){.nav-lang{position:static;margin-right:0;opacity:1;visibility:visible;transition-delay:0s}.nav-profile-link{margin-left:auto}}@media(max-width:767px){.nav-profile-link{position:fixed;top:16px;left:20px}.nav-profile-link:after{left:0;right:auto}.nav-profile-dropdown{left:0;right:auto;min-width:min(78vw,220px)}}.nav-button{display:inline-flex;align-items:center;justify-content:center;padding:clamp(12px,1.5vh,20px) clamp(20px,2.5vw,32px);border-radius:14px;text-decoration:none;width:100%;background:#3f3f3f40;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:clamp(1rem,1.4vw,1.5rem);font-family:Cormorant Garamond,Palatino Linotype,serif;font-weight:400;letter-spacing:.05em;cursor:pointer;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .2s ease;position:relative;overflow:hidden}.nav-button:hover{background:#d5b77b33;border-color:#d5b77b8c;color:#d5b77b;transform:translateY(-2px)}.nav-button:active{transform:translateY(0)}.nav-button.nav-button--active{background:#d5b77b40;border-color:#d5b77ba6;color:#d5b77b;box-shadow:0 4px 14px #d5b77b33}@media(min-width:768px){.nav-button{width:auto}}.profil{--header-offset: 92px;position:relative;min-height:calc(100vh - var(--header-offset));padding:calc(var(--header-offset) + 12px) 16px 40px;display:flex;justify-content:center;align-items:flex-start;overflow-x:hidden;overflow-y:auto;background-image:linear-gradient(#190c0359,#190c0359),url(/images/pharaon.png),url(/images/lobby_hero_bg.png);background-repeat:no-repeat,no-repeat,no-repeat;background-position:center,right -160px bottom -20px,center;background-size:cover,min(48vw,520px),cover}.profil:before{content:"";position:absolute;inset:0;background:#120a041f;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:none;z-index:0}.profil__logoLink{position:absolute;top:28px;left:42px;z-index:2;display:inline-block}.profil__logo{width:min(160px,33vw);height:auto;display:block}.profil__logoLink:focus-visible{outline:2px solid #dbcda3;outline-offset:4px;border-radius:4px}.profil__card{width:min(100%,420px);background:#0a0b0ff2;border-radius:18px;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 42px #00000073;padding:36px 34px 30px;display:flex;flex-direction:column;gap:14px;z-index:1}.profil__title{font-family:Heroes Legend,Cormorant Garamond,Palatino Linotype,serif;font-size:2.2rem;color:#f3f1eb;text-align:center;margin-bottom:8px}.profil__label{color:#e4dfd2;font-size:.95rem;font-weight:600}.profil__required{color:#ff6b6b;font-weight:700}.profil__input{width:100%;height:46px;border-radius:6px;border:none;background:#ececec;color:#1a1a1a;padding:0 14px;font-size:.95rem}.profil__input::placeholder{color:#9f9f9f}.profil__input:focus{outline:2px solid #dbcda3;outline-offset:2px}.profil__passwordField{position:relative;width:100%}.profil__input--password{padding-right:46px}.profil__passwordToggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#5b543f;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.profil__passwordToggle:hover{background:#5b543f1f}.profil__passwordToggle:focus-visible{outline:2px solid #b9aa78;outline-offset:2px}.profil__passwordToggle:disabled{opacity:.5;cursor:not-allowed}.profil__passwordIcon{width:18px;height:18px;display:block}.profil__submit{margin-top:10px;align-self:center;min-width:150px;border:1px solid #d2c18f;border-radius:6px;background:#dfd2aa;color:#242018;font-size:1rem;font-weight:700;padding:11px 24px;cursor:pointer;transition:transform .15s ease,filter .15s ease}.profil__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.profil__submit:hover{filter:brightness(1.04);transform:translateY(-1px)}.profil__switchText{align-self:center;margin-top:8px;font-size:.8rem;padding:6px 0 0}.profil__question{color:#f0ede4}.profil__switchAction{border:none;background:transparent;padding:0;font-size:.8rem;font-weight:700;color:#d9c58d;cursor:pointer}.profil__switchAction:disabled{opacity:.6;cursor:not-allowed}.profil__switchAction:hover{text-decoration:underline}.profil__switchAction:focus-visible{outline:2px solid #dbcda3;outline-offset:3px;border-radius:2px}.profil__feedback{text-align:center;font-size:.82rem;padding:8px 12px;border-radius:8px;margin-top:2px}.profil__feedback--success{color:#d7f5d2;background:#4c8c4b40;border:1px solid rgba(141,205,140,.5)}.profil__feedback--error{color:#ffd9d2;background:#a83d3447;border:1px solid rgba(222,127,117,.55)}@media(max-width:767px){.profil{--header-offset: 80px;background-position:center,right -220px bottom -6px,center;background-size:cover,min(72vw,430px),cover;padding:calc(var(--header-offset) + 8px) 14px 28px}.profil__logo{width:min(110px,34vw)}.profil__logoLink{left:16px;top:12px}.profil__card{padding:28px 20px 24px;margin-top:0}.profil__title{font-size:1.9rem}}@media(min-width:768px){.profil{--header-offset: 136px;background-position:center,right -160px bottom -20px,center;background-size:cover,min(48vw,520px),cover;padding-top:calc(var(--header-offset) + 8px)}}.profilePage{--header-offset: 92px;position:relative;min-height:100vh;padding:calc(var(--header-offset) + 12px) 20px 56px;background-image:url(/images/lobby_hero_bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#f5edd9}.profileBackdrop{position:absolute;inset:0;background:linear-gradient(165deg,#0d0904b8,#1a110994 42%,#0c0803c7);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:none}.profileContent{position:relative;z-index:1;width:min(100%,980px);margin-inline:auto}.profileHeader{margin-bottom:18px}.profileTitleRow{display:flex;align-items:center;gap:12px}.profileTitle{color:#f8e5be;font-size:clamp(2rem,5vw,3.1rem);line-height:1.1;margin:0;font-family:Heroes Legend,Cormorant Garamond,Palatino Linotype,serif}.profileSubtitle{margin:8px 0 0;color:#f8e7c4eb;font-size:clamp(1rem,2.3vw,1.2rem)}.profileLogoutIconBtn{width:40px;height:40px;border-radius:10px;border:1px solid rgba(228,166,157,.6);background:#78241d6b;color:#ffd9d2;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,filter .15s ease}.profileLogoutIconBtn svg{width:20px;height:20px;fill:currentColor}.profileLogoutIconBtn:hover{filter:brightness(1.06);transform:translateY(-1px)}.profileLogoutIconBtn:focus-visible{outline:2px solid #ffd9d2;outline-offset:2px}.profileStatus{display:inline-flex;align-items:center;border-radius:8px;padding:9px 12px;margin:4px 0 18px;font-weight:600}.profileStatus--connected{color:#d8f7d2;background:#4a913f40;border:1px solid rgba(141,211,126,.45)}.profileStatus--disconnected{color:#ffe0d9;background:#aa433d47;border:1px solid rgba(233,128,120,.45)}.profileSection{padding:18px 0}.profileSectionTitle{margin:0 0 12px;color:#f7db9d;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:clamp(1.35rem,2.8vw,1.95rem);letter-spacing:.02em}.profileInfoList{display:grid;gap:8px}.profileInfoRow{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:6px 0;border-bottom:1px dashed rgba(235,219,188,.32)}.profileInfoRow dt{color:#efd59a;font-weight:700}.profileInfoRow dd{color:#fff8eb;margin:0;text-align:right;overflow-wrap:anywhere}.profileInfoRow--password{align-items:center}.profilePasswordCell{display:inline-flex;align-items:center;gap:8px}.profilePasswordMask{letter-spacing:.08em}.profileIconBtn{width:32px;height:32px;border-radius:8px;border:1px solid rgba(227,198,137,.55);background:#533e1d8c;color:#f2dcaa;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,filter .15s ease}.profileIconBtn svg{width:16px;height:16px;fill:currentColor}.profileIconBtn:hover{filter:brightness(1.06);transform:translateY(-1px)}.profileIconBtn:focus-visible{outline:2px solid #f2dcaa;outline-offset:2px}.profilePasswordForm{margin-top:14px;display:grid;gap:10px;max-width:520px}.profilePasswordModalBackdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:1rem;background:#0a070499;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.profilePasswordModal{position:relative;width:min(90vw,520px);border-radius:50px;border:4px solid #b69f5e;background:linear-gradient(160deg,#1a1206,#2a1e0e);padding:1.45rem 1.4rem;box-shadow:7px 7px #000,0 0 70px #b69f5e3d}.profilePasswordModal h2{font-size:1rem}.profilePasswordModal:before,.profilePasswordModal:after{content:"";position:absolute;border-radius:999px}.profilePasswordModal:before{left:56px;bottom:-30px;width:24px;height:24px;background:linear-gradient(160deg,#1a1206,#2a1e0e);border:3px solid #b69f5e;box-shadow:4px 4px #000}.profilePasswordModal:after{left:36px;bottom:-54px;width:14px;height:14px;background:linear-gradient(160deg,#1a1206,#2a1e0e);border:3px solid #b69f5e;box-shadow:3px 3px #000}.profilePasswordModal .profileSectionTitle{color:#f5d997;font-family:Heroes Legend,Cormorant Garamond,Palatino Linotype,serif;margin-bottom:.9rem}.profilePasswordModal .profilePasswordField label{color:#d9c38f}.profilePasswordModal .profilePasswordForm{max-width:none;margin-top:.6rem}.profilePasswordField{display:grid;gap:6px}.profilePasswordField label{color:#f1dca8;font-weight:700}.profilePasswordField input{width:100%;height:42px;border-radius:8px;border:1px solid rgba(240,220,181,.34);background:#0c0a088f;color:#fff8eb;padding:0 42px 0 12px}.profilePasswordField input::placeholder{color:#baa77f}.profilePasswordField input:focus-visible{outline:none;border-color:#e8cf96;box-shadow:0 0 0 2px #e8cf9638}.profilePasswordInputWrap{position:relative}.profilePasswordToggle{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:8px;border:1px solid rgba(227,198,137,.45);background:#533e1d80;color:#f2dcaa;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.profilePasswordToggle svg{width:18px;height:18px;fill:currentColor}.profilePasswordToggle:hover{filter:brightness(1.06)}.profilePasswordToggle:focus-visible{outline:2px solid #f2dcaa;outline-offset:1px}.profilePasswordActions{display:flex;gap:10px;flex-wrap:wrap}.profilePasswordActions .profileBtn{border:4px solid #000;border-radius:255px 65px 225px/65px 225px 65px 255px;background:#b69f5e;color:#1a1206;font-family:Heroes Legend,Cormorant Garamond,Palatino Linotype,serif;font-weight:700;letter-spacing:.04em;box-shadow:6px 6px #000;animation:none;padding:.7rem .8rem;font-size:.55rem}.profilePasswordActions .profileBtn:hover{background:#e6d089;transform:translate(-1px,-1px);box-shadow:5px 5px #000,0 0 15px #e6d089b3;filter:none}.profilePasswordActions .profileBtn.profileBtn--ghost:hover{background:#e6d089;transform:translate(-1px,-1px);box-shadow:5px 5px #000,0 0 15px #e6d089b3}.profilePasswordActions .profileBtn:active,.profilePasswordActions .profileBtn.profileBtn--ghost:active{transform:translate(6px,6px);box-shadow:0 0 #000}.profilePasswordActions .profileBtn:disabled,.profilePasswordActions .profileBtn.profileBtn--ghost:disabled{opacity:.65;cursor:not-allowed;transform:none;filter:none;box-shadow:3px 3px #000}.profileHint{margin:0;color:#f9ecd1e6;line-height:1.55}.profileInlineFeedback{margin:10px 0 0;width:fit-content;border-radius:8px;padding:8px 12px;font-weight:600}.profileInlineFeedback--success{color:#d7f5d2;background:#4c8c4b40;border:1px solid rgba(141,205,140,.5)}.profileInlineFeedback--error{color:#4a1712;background:#f7c7bf;border:1px solid #cf7b6e}.profileReservationList{list-style:none;margin:0;padding:0;display:grid;gap:10px}.profileReservationsGrid{display:grid;grid-template-columns:1fr;gap:22px}.profileReservationsColumn{min-width:0}.profileColumnTitle{margin:0 0 8px;color:#f5d997;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:1.35rem}.profileReservationItem{padding:10px 0;border-bottom:1px dashed rgba(245,226,188,.3)}.profileReservationItem--past{opacity:.84}.profileReservationDate{margin:0;color:#ffeec8;font-weight:700;text-transform:capitalize}.profileReservationMeta{margin:4px 0 0;color:#fcf1d9eb}.profileActions{margin-top:24px;display:flex;gap:12px;justify-content:flex-start;flex-wrap:wrap}.profileBtn{font-family:inherit;border:1px solid #d2c18f;background:#dfd2aa;color:#251f12;text-decoration:none;border-radius:8px;padding:10px 18px;font-weight:700;cursor:pointer;transition:filter .15s ease,transform .15s ease}.profileBtn:hover{filter:brightness(1.04);transform:translateY(-1px)}.profileBtn--admin{background:#b7dcb9;border-color:#7fb684;color:#18341d}.profileBtn--logout{background:#f0c5be;border-color:#d89388;color:#4a1712}.profileBtn--ghost{background:#3d2d158c;border-color:#dfca988c;color:#f9e9c3}@media(min-width:768px){.profilePage{--header-offset: 136px}.profileReservationsGrid{grid-template-columns:1fr 1fr;gap:24px}.profileReservationsColumn:first-child{padding-right:16px;border-right:1px solid rgba(240,220,181,.28)}.profileReservationsColumn:last-child{padding-left:16px}}@media(max-width:600px){.profilePage{padding-inline:14px}.profilePasswordModal{border-radius:24px;padding:1rem}.profilePasswordModal:before,.profilePasswordModal:after{display:none}.profileInfoRow{flex-direction:column;align-items:flex-start}.profileInfoRow dd{text-align:left}}.game-jeu-container{height:100vh;touch-action:none;background-image:linear-gradient(#00000080,#00000080),url(/images/lobby_hero_bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.game-container-3d{width:100vw;height:100vh;position:fixed;top:0;left:0}.game-intro-container{position:fixed;top:0;right:0;width:42%;height:100vh;z-index:5;display:flex;align-items:center;justify-content:center;background:linear-gradient(to right,#1a120600,#1a1206d9 20%,#1a1206f2);animation:intro-fade .8s ease-out}@keyframes intro-fade{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.game-intro-content{max-width:65%}.game-intro-title{font-family:Heroes Legend,Verdana,sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);color:#b69f5e;text-transform:uppercase;letter-spacing:3px;margin-bottom:40px;line-height:1.9}.game-intro-text{font-size:clamp(1rem,4vw,1.15rem);line-height:1.7;color:#d4c4a0;margin-bottom:20px}.game-intro-commandes{font-family:Heroes Legend,Verdana,sans-serif;font-size:clamp(.7rem,1.5vw,.9rem);color:#b69f5e;letter-spacing:1.5px;margin-top:30px;margin-bottom:10px;line-height:2.2}.game-btn-jouer{margin-top:40px;padding:23px 60px 14px;font-family:Heroes Legend,Verdana,sans-serif;font-size:clamp(.9rem,2vw,1.4rem);line-height:2;text-transform:uppercase;letter-spacing:3px;background:#b69f5e;color:#000;border:4px solid #000;border-radius:255px 65px 225px/65px 225px 65px 255px;cursor:pointer;box-shadow:6px 6px #000,0 0 20px #b69f5e4d;transition:all .25s}.game-btn-jouer:hover{background:#e6d089;box-shadow:8px 8px #000,0 0 30px #e6d08980;transform:translate(-2px,-2px)}.game-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:20;animation:popup-fade .3s ease-out}@keyframes popup-fade{0%{opacity:0}to{opacity:1}}.game-popup-content{position:relative;padding:40px 5vw;text-align:center;width:90vw;min-width:300px;max-width:700px;border-radius:50px;border:4px solid #b69f5e;background:linear-gradient(160deg,#1a1206,#2a1e0e);box-shadow:7px 7px #000,0 0 80px #b69f5e40;animation:popup-animation .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes popup-animation{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.game-popup-content:before,.game-popup-content:after{content:"";position:absolute;border-radius:50px;background:#1a1206;border:3px solid #b69f5e}.game-popup-content:before{left:60px;bottom:-30px;width:28px;height:28px;box-shadow:4px 4px #000}.game-popup-content:after{left:40px;bottom:-55px;width:16px;height:16px;box-shadow:3px 3px #000}.game-popup-content h2{font-family:Heroes Legend,Verdana,serif;font-size:clamp(1.7rem,4vw,2.2rem);line-height:2;margin-top:-10px;margin-bottom:15px;color:#b69f5e;text-transform:uppercase;letter-spacing:2px}.game-popup-content p{font-size:1.3rem;line-height:1.6;color:#d4c4a0;margin-bottom:10px}.game-popup-content button{margin-top:30px;font-family:Heroes Legend,Verdana,serif;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:all .25s}.game-win-popup{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px;padding:10px 20px;background:radial-gradient(ellipse at center,#b69f5e26,#0000 70%)}p.game-win-title{font-family:Heroes Legend,serif;font-size:clamp(1.1rem,2.2vw,1.3rem);color:#b69f5e;text-transform:uppercase;letter-spacing:2px;line-height:1.8;margin-bottom:clamp(15px,3vw,30px)}.game-win-content{font-size:clamp(1rem,2.5vw,1.3rem);color:#f5e6c8;max-width:90%;margin-top:clamp(10px,4vw,40px);margin-bottom:clamp(10px,4vw,40px)}.game-btn-popup{background:#b69f5e;color:#1a1206;border:4px solid #000;border-radius:255px 65px 225px/65px 225px 65px 255px;font-size:clamp(.9rem,3.5vw,1.3rem);line-height:2;box-shadow:6px 6px #000;padding:20px 15px 10px}.game-btn-popup:hover{background:#e6d089;transform:translate(-2px,-2px);box-shadow:8px 8px #000,0 0 35px #e6d089b3}.game-btn-back{position:fixed;top:30px;left:30px;z-index:30;display:flex;align-items:center;gap:10px;padding:clamp(14px,1.5vh,20px) clamp(22px,2.5vw,32px);border-radius:14px;background:#3f3f3f40;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:clamp(1rem,1.4vw,1.5rem);font-family:Cormorant Garamond,Palatino Linotype,serif;cursor:pointer;transition:all .25s}.game-btn-back:hover{background:#d5b77b33;border-color:#d5b77b8c;color:#d5b77b;transform:translateY(-2px)}.game-btn-back i{font-size:.9em;transition:all .25s}.game-btn-back:hover i{transform:translate(-4px)}.game-keyboard-info{position:fixed;bottom:25px;left:25px;width:200px;z-index:15;opacity:.7;pointer-events:none}.game-logo-kethi{position:fixed;top:25px;right:25px;height:70px;z-index:15;opacity:.7;pointer-events:none}.game-code{background:#1a1206;color:#e6d089;border:3px dashed #b69f5e;padding:20px 30px 10px;border-radius:15px;font-family:Heroes Legend,Verdana,sans-serif;font-size:clamp(1rem,4vw,1.2rem);letter-spacing:4px;line-height:1.8}@media(max-width:1408px){.game-intro-title{margin-bottom:10px}.game-intro-text{line-height:1.5;margin-bottom:10px}.game-intro-commandes{margin-top:20px}}@media(max-width:1024px){.game-intro-container{width:100%;background:#1a1206f2;padding:90px 30px 30px}.game-intro-content{max-width:100%;display:flex;flex-direction:column;align-items:center}.game-intro-title{text-align:center;margin-bottom:30px;padding-top:30px}.game-intro-commandes{text-align:center;width:100%}.game-keyboard-info{display:none}}.breadcrumb{padding:.9rem 0 .7rem;position:relative;z-index:10;margin:0}.breadcrumb-container{margin:0 auto;width:min(100%,760px);padding:.55rem .9rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.breadcrumb-steps{display:flex;align-items:center;justify-content:center;gap:.4rem;flex:1;min-width:0}.breadcrumb-step{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:68px;transition:all .3s ease;opacity:.5}.breadcrumb-step.active{opacity:1}.breadcrumb-step.current{transform:scale(1.05)}.breadcrumb-number{width:34px;height:34px;border-radius:50%;background:#d5b77b26;border:2px solid rgba(213,183,123,.4);display:flex;align-items:center;justify-content:center;font-weight:700;color:#d5b77b;font-size:.95rem;transition:all .3s ease}.breadcrumb-step.active .breadcrumb-number{background:#d5b77b;color:#1b1208;box-shadow:0 0 12px #d5b77b66;border-color:#d5b77b}.breadcrumb-label{font-size:.68rem;color:#e7c886;font-weight:600;text-align:center;letter-spacing:.3px;text-transform:uppercase}.breadcrumb-line{width:24px;height:2px;background:#d5b77b33;margin:0 .35rem;transition:all .3s ease}.breadcrumb-line.completed{background:#d5b77b;box-shadow:0 0 8px #d5b77b66}@media(max-width:768px){.breadcrumb{padding:.35rem 0 .25rem}.breadcrumb-container{width:min(100%,680px);padding:.4rem .55rem;gap:.4rem}.breadcrumb-step{min-width:56px}.breadcrumb-number{width:32px;height:32px;font-size:.9rem}.breadcrumb-label{font-size:.65rem}.breadcrumb-line{width:20px;margin:0 .25rem}}@media(max-width:480px){.breadcrumb{padding:.25rem 0 .2rem}.breadcrumb-container{width:min(100%,620px);padding:.3rem .4rem;align-items:center;justify-content:center}.breadcrumb-steps{justify-content:center}.breadcrumb-number{width:28px;height:28px;font-size:.8rem}.breadcrumb-label{font-size:.6rem}.breadcrumb-line{display:none}}body{margin:0;background-color:#1c140c}.reservation-container{--header-offset: 92px;--cart-border-color: #b69f5e;--cart-bg: linear-gradient(160deg, #1a1206, #2a1e0e);--cart-text-color: #d4c4a0;min-height:100vh;position:relative;padding:calc(var(--header-offset) + 12px) 20px 56px;background-image:url(/images/lobby_hero_bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#f5edd9}.reservation-backdrop{position:absolute;inset:0;background:linear-gradient(165deg,#0d0904b8,#1a110994 42%,#0c0803c7);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:none}.reservation-wrapper{position:relative;z-index:1;margin-inline:auto;width:min(100%,1180px);padding:0 .8rem 1.2rem}.reservation-main-title{margin:1rem 0 1.4rem;color:#f8e5be;font-size:2.25rem;line-height:1.05;font-family:Heroes Legend,Cormorant Garamond,Palatino Linotype,serif;text-shadow:0 2px 18px rgba(0,0,0,.28)}.booking-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2.5rem;align-items:start}.booking-main{min-width:0}.booking-panel{margin-bottom:1rem;padding:.35rem 0 1.15rem}.step-title{margin:0 0 .8rem;color:#f5d997;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:clamp(1.45rem,3vw,2rem);border-bottom:1px dashed rgba(240,220,181,.24);padding-bottom:.6rem}.booking-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:.95rem;min-width:0}.form-group label{display:block;margin-bottom:.45rem;color:#f0dcae;font-weight:700;font-size:.95rem}.required{color:#f0a09a}.input-text{width:100%;height:42px;border-radius:8px;border:1px solid rgba(240,220,181,.34);background:#0c0a088f;color:#fff8eb;padding:0 .75rem;font-family:inherit}.input-text:focus{outline:none;border-color:#e8cf96;box-shadow:0 0 0 2px #e8cf9638}.input-text::placeholder{color:#baa77f}.time-slots{display:flex;flex-direction:column;gap:.6rem;width:100%}.time-slot{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.1rem;border-radius:8px;border:1px solid rgba(240,220,181,.28);background:linear-gradient(135deg,#281c0f99,#19110a73);color:#f8efd9;font-weight:600;cursor:pointer;transition:all .25s ease;position:relative;overflow:visible;width:100%;min-width:0;box-sizing:border-box;min-height:40px;text-align:left}.time-slot:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(213,183,123,.12) 0%,transparent 100%);opacity:0;transition:opacity .25s ease;pointer-events:none}.time-slot:hover:not(.full):before{opacity:1}.time-slot.selected{background:linear-gradient(135deg,#d5b77b,#c9a870);color:#1b1208;border-color:#b8956f;box-shadow:0 6px 18px #d5b77b40,inset 0 1px #fff3}.time-slot.selected>div:first-child{font-size:1.05rem}.time-slot.selected .available-indicator{color:#4a3818}.time-slot.full{opacity:.5;cursor:not-allowed;border-color:#f0dcb526}.time-slot>div{flex-shrink:0;white-space:nowrap;position:relative;z-index:1}.time-slot>div:first-child{font-size:1rem}.time-slot>div:last-child{margin-left:auto;flex-shrink:0}.available-indicator,.full-indicator{font-size:.85rem;font-weight:500;color:#c9b890;white-space:nowrap}.full-indicator{color:#d4a5a0;font-weight:600}.ticket-lines{display:grid;gap:.65rem}.booking-limit-hint{margin:-.1rem 0 .6rem;color:#d8c394;font-size:.92rem}.ticket-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:center;border-bottom:1px dashed rgba(240,220,181,.24);padding:.5rem .2rem .7rem}.ticket-line:last-child{border-bottom:none}.ticket-line-main{display:flex;align-items:center;gap:.7rem;min-width:0}.ticket-line-icon{width:46px;height:46px;object-fit:contain;flex-shrink:0}.ticket-line-name{margin:0;color:#fff2d3;font-size:1.05rem}.ticket-line-description{margin:.15rem 0 0;color:#ccb992;font-size:.9rem}.ticket-line-end{display:flex;align-items:center;gap:.8rem}.ticket-line-price{font-size:1.15rem;color:#f7deac;white-space:nowrap}.ticket-quantity-control{display:flex;align-items:center;gap:.4rem}.qty-btn{width:30px;height:30px;border:1px solid rgba(20,14,8,.8);border-radius:6px;background:#f7deac;color:#16120d;font-size:1.25rem;font-weight:800;cursor:pointer}.qty-btn:disabled{opacity:.5}.ticket-quantity-control input{width:28px;border:0;border-radius:4px;background:transparent;color:#fff4da;font-weight:700;text-align:center}.booking-login-hint{margin:-.2rem 0 .9rem;color:#d8c394}.booking-login-hint a{color:#f5ddaa;font-weight:700}.winner-code-input{border-color:#f0dcb557;background:#0c0a088f}.winner-code-input:focus{border-color:#e8cf96;box-shadow:0 0 0 2px #e8cf9638}.winner-code-hint{margin:.4rem 0 0;color:#ccb992;font-size:.86rem;line-height:1.35}.winner-code-actions{margin-top:.55rem}.winner-code-validate-btn{border:1px solid rgba(240,220,181,.34);background:#0c0a088f;color:#fff2d2;padding:.5rem .9rem;border-radius:8px;font-weight:700;cursor:pointer}.winner-code-validate-btn:disabled{opacity:.5;cursor:not-allowed}.winner-code-status{margin:.35rem 0 0;font-size:.88rem;font-weight:700}.winner-code-status--valid,.winner-code-status--invalid,.recap-value--valid,.recap-value--invalid{color:#fff2d2}.booking-cart{min-width:350px;position:sticky;top:calc(var(--header-offset));margin-left:24px;border-radius:50px;border:4px solid var(--cart-border-color);background:var(--cart-bg);padding:1.95rem 1.9rem;box-shadow:7px 7px #000,0 0 80px #b69f5e40}.booking-cart:before,.booking-cart:after{content:"";position:absolute;z-index:1;border-radius:999px;background:var(--cart-bg);border:3px solid var(--cart-border-color)}.booking-cart:before{left:60px;bottom:-30px;width:28px;height:28px;box-shadow:4px 4px #000}.booking-cart:after{left:40px;bottom:-55px;width:16px;height:16px;box-shadow:3px 3px #000}.booking-cart-line--goodies span,.booking-cart-line--goodies strong{color:#fff2d2}.calendar-widget{border:1px solid rgba(240,220,181,.24);background:#140e0a47;border-radius:12px;padding:.9rem}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.calendar-month{color:#ffeec8;text-transform:capitalize;font-weight:700}.calendar-nav-btn{width:32px;height:32px;border:1px solid rgba(240,220,181,.35);border-radius:50%;background:#3023128c;color:#ffeac3;cursor:pointer}.calendar-nav-btn:hover{background:#dfca9852}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.35rem}.calendar-weekdays span{color:#c2b08b;text-align:center;font-size:.8rem;font-weight:700}.calendar-empty{height:34px}.calendar-day{height:34px;border-radius:6px;border:1px solid rgba(245,226,188,.22);background:#1c140c73;color:#fff3d6;font-weight:600;cursor:pointer}.calendar-day:hover:not(:disabled){border-color:#d5b77b;background:#d5b77b40}.calendar-day.active{background:#d5b77b;color:#1b1208;border-color:#d5b77b}.calendar-day:disabled{opacity:.35}.booking-cart-title{margin:0;color:var(--cart-border-color);font-family:Heroes Legend,serif;font-size:1.15rem}.booking-cart-meta{margin:.35rem 0 .95rem;color:var(--cart-text-color)}.booking-cart-lines{display:grid;gap:.55rem;margin-bottom:.95rem}.booking-cart-empty{margin:0;color:var(--cart-text-color);font-style:italic}.booking-cart-line{display:flex;justify-content:space-between;gap:.7rem;align-items:baseline}.booking-cart-line span{color:var(--cart-text-color)}.booking-cart-line strong{color:#f5e6c8;white-space:nowrap}.booking-cart-total{display:flex;justify-content:space-between;align-items:center;margin-top:.45rem;padding-top:.75rem;border-top:2px dashed var(--cart-border-color);color:var(--cart-text-color)}.booking-cart-total strong{font-size:1.2rem;color:#f5e6c8}.time-slot.full,.qty-btn:disabled,.calendar-day:disabled,.btn.booking-cart-cta:disabled{cursor:not-allowed}.btn.booking-cart-cta{width:100%;margin-top:1.5rem;border:4px solid #000;border-radius:255px 65px 225px/65px 225px 65px 255px;background:var(--cart-border-color);color:#1a1206;font-family:Heroes Legend,Cormorant Garamond,Palatino Linotype,serif;font-weight:700;letter-spacing:.04em;box-shadow:6px 6px #000;animation:none;padding:.9rem 1rem;font-size:.7rem}.btn.booking-cart-cta:hover{filter:none;background:#e6d089;transform:translate(-2px,-2px);box-shadow:8px 8px #000,0 0 25px #e6d089b3}.btn.booking-cart-cta:active{transform:translate(6px,6px);box-shadow:0 0 #000}.btn.booking-cart-cta:disabled{opacity:.65;transform:none;filter:none;box-shadow:3px 3px #000}.info-message{margin-top:.9rem;padding:.75rem;border-radius:8px;font-size:.93rem}.info-message.error{background:#d6362d;color:#fff4f1;box-shadow:0 8px 18px #00000052}.btn{border:1px solid #d2c18f;border-radius:8px;padding:.72rem 1.25rem;font-size:1rem;font-weight:700;text-decoration:none;text-align:center;cursor:pointer;transition:filter .15s ease,transform .15s ease}.btn:hover{filter:brightness(1.04);transform:translateY(-1px)}.btn-primary{background:linear-gradient(90deg,#8b6914,#d5b77b 30%,#f0d49a,#d5b77b 70%,#8b6914);background-size:200% auto;animation:reservation-banner-shimmer 4s linear infinite;border-color:#8b6914;color:#1a0e00;letter-spacing:.04em}.btn-primary:disabled{opacity:.55;cursor:not-allowed;animation:none}@keyframes reservation-banner-shimmer{0%{background-position:0% center}to{background-position:200% center}}@media(min-width:768px){.reservation-container{--header-offset: 136px}}@media(max-width:980px){.booking-layout{grid-template-columns:1fr}.booking-cart{position:static;top:auto;margin-left:0}.booking-cart:before,.booking-cart:after{display:none}}@media(max-width:768px){.reservation-wrapper{padding:0 .55rem 1rem}.booking-grid-two{grid-template-columns:1fr}.ticket-line{grid-template-columns:1fr;align-items:start}.ticket-line-end{width:100%;justify-content:space-between}.btn{width:100%}}@media(max-width:600px){.reservation-container{padding-inline:14px}}.reservation-wrapper--narrow{width:min(100%,900px)}.step-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.btn.recap-confirm-cta{width:60%;margin:auto}.recap-page{padding:.2rem 0}.recap-container{border:1px dashed rgba(240,220,181,.28);border-radius:10px;margin-top:.85rem}.recap-section{padding:1rem;background:transparent;border-bottom:1px dashed rgba(235,219,188,.3)}.recap-section:last-child{border-bottom:none}.recap-edit-action{display:flex;justify-content:flex-end;align-items:center}.recap-edit-link{background:transparent;border:none;color:#f5ddaa;text-decoration:underline;text-underline-offset:3px;font-weight:700;padding:0}.recap-edit-link:hover{color:#fff2cf}.recap-title{margin:0 0 .8rem;color:#f3ead8;font-size:1.1rem}.recap-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.2rem 0}.recap-label{color:#ccb992}.recap-value{color:#fff2d2;text-align:right}.recap-row.total{margin-top:.45rem;padding-top:.65rem;border-top:1px solid rgba(240,220,181,.24)}.recap-row.total .recap-value{font-size:1.2rem;color:#f7deac}.recap-email{overflow-wrap:anywhere}.confirmation-success{text-align:center;padding:2.1rem 1.2rem}.confirmation-tintin-scene{display:flex;align-items:stretch;justify-content:center;gap:1rem;margin:2rem 0;flex-wrap:wrap-reverse}.tintin-thought-bubble{position:relative;padding:20px 25px;width:310px;border-radius:40px;border:3px solid #B69F5E;background:linear-gradient(160deg,#1a1206,#2a1e0e);box-shadow:5px 5px #000,0 0 60px #b69f5e33;align-self:flex-end;margin-bottom:-35px}.tintin-thought-bubble:before,.tintin-thought-bubble:after{content:"";position:absolute;border-radius:999px;background:linear-gradient(160deg,#1a1206,#2a1e0e);border:2px solid #B69F5E}.tintin-thought-bubble:before{right:-40px;bottom:30px;width:20px;height:20px;box-shadow:3px 3px #000}.tintin-thought-bubble:after{right:-60px;bottom:10px;width:12px;height:12px;box-shadow:2px 2px #000}.tintin-thought-bubble p{margin:0;color:#b69f5e;font-family:Heroes Legend,serif;font-size:.9rem;line-height:2;font-weight:700}.confirmation-tintin{width:clamp(140px,20vw,230px);align-self:flex-start;margin-top:30px;height:auto;flex-shrink:0}.confirmation-success h2{margin-bottom:.9rem;font-family:Heroes Legend,Cormorant Garamond,Palatino Linotype,serif}.goodies-message{margin:1rem auto 0;width:fit-content;max-width:640px;padding:.8rem 1rem;border-radius:8px;border:1px solid rgba(143,207,123,.45);background:#8fcf7b1f;color:#dff4b8;font-weight:700}.order-number{margin:1rem auto;width:fit-content;padding:.8rem 1rem;border-radius:8px;background:#d5b77b1f;border:1px solid rgba(213,183,123,.3);color:#f1d18d;font-weight:700}@media(max-width:768px){.step-actions{flex-direction:column}.btn.recap-confirm-cta{width:100%;min-width:0}.confirmation-tintin-scene{flex-direction:column;gap:1.2rem;margin:1.5rem 0}.tintin-thought-bubble{width:85vw;max-width:320px}.tintin-thought-bubble:before{right:-35px;bottom:25px}.tintin-thought-bubble:after{right:-50px;bottom:8px}.confirmation-tintin{width:clamp(120px,35vw,180px)}}.legal-page{min-height:100vh;position:relative;padding:clamp(110px,12vw,150px) 20px 64px;background-image:url(/images/lobby_hero_bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#f5edd9}.legal-page:before{content:"";position:absolute;inset:0;background:linear-gradient(165deg,#0d0904b8,#1a110994 42%,#0c0803c7);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:none}.legal-shell{position:relative;z-index:1;width:min(100%,960px);margin:0 auto;padding:clamp(20px,4vw,36px)}.legal-title{margin:0;font-family:Heroes Legend,Cormorant Garamond,Palatino Linotype,serif;color:#f6dfaa;font-size:clamp(1.7rem,4vw,2.4rem);letter-spacing:.02em}.legal-intro{margin:.8rem 0 1.6rem;color:#d9c39a;line-height:1.6}.legal-block{padding:1rem 0;border-top:1px dashed rgba(240,220,181,.24)}.legal-block h2{margin:0 0 .65rem;color:#f5ddaa;font-size:clamp(1.15rem,2.5vw,1.5rem);font-family:Cormorant Garamond,Palatino Linotype,serif}.legal-block p{margin:0 0 .65rem;color:#e8d7b4;line-height:1.6}.legal-block ul{margin:.3rem 0 .4rem;padding-left:1.2rem}.legal-block li{margin-bottom:.4rem;color:#e6d2a9;line-height:1.5}.legal-updated{margin:1.3rem 0 0;padding-top:.85rem;border-top:1px dashed rgba(240,220,181,.24);color:#c9b48c;font-size:.92rem}@media(max-width:768px){.legal-page{padding-inline:14px}.legal-shell{border-radius:14px}}.podcasts-page{min-height:100vh;position:relative;padding:110px 20px 56px;background-image:url(/images/lobby_hero_bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#f5edd9}.podcasts-backdrop{position:absolute;inset:0;background:linear-gradient(165deg,#0d0904b8,#1a110994 42%,#0c0803c7);pointer-events:none}.podcasts-shell{position:relative;z-index:1;margin:0 auto;width:min(100%,980px)}.podcasts-title{margin:0;color:#f8e5be;font-size:clamp(2rem,5vw,2.8rem);font-family:Heroes Legend,Cormorant Garamond,Palatino Linotype,serif}.podcasts-intro{margin:.8rem 0 1.4rem;color:#d8c394;max-width:640px}.podcasts-grid{display:grid;gap:6rem;max-width:750px;margin:2.4rem auto 5rem}.podcast-scene{position:relative;min-height:250px}.podcast-character{position:absolute;bottom:-92px;width:clamp(120px,16vw,190px);height:auto;object-fit:contain;filter:drop-shadow(0 12px 26px rgba(0,0,0,.45));z-index:1}.podcast-scene:first-child .podcast-character{bottom:-60px}.podcast-bubble{position:absolute;top:0;border:3px solid #b69f5e;border-radius:38px;background:linear-gradient(160deg,#1a1206,#2a1e0e);box-shadow:6px 6px #000,0 0 60px #b69f5e33;padding:1.35rem 1.6rem;width:min(72%,690px);margin-bottom:0;z-index:2}.podcast-scene--left .podcast-character{left:14px}.podcast-scene--left .podcast-bubble{right:0}.podcast-scene--right .podcast-character{right:14px}.podcast-scene--right .podcast-bubble{left:0}.podcast-bubble:before,.podcast-bubble:after{content:"";position:absolute;border-radius:999px;background:linear-gradient(160deg,#1a1206,#2a1e0e);border:2px solid #b69f5e}.podcast-scene--left .podcast-bubble:before{left:44px;bottom:-30px;width:16px;height:16px;box-shadow:2px 2px #000}.podcast-scene--left .podcast-bubble:after{left:26px;bottom:-48px;width:11px;height:11px;box-shadow:1px 1px #000}.podcast-scene--right .podcast-bubble:before{right:44px;bottom:-30px;width:16px;height:16px;box-shadow:2px 2px #000}.podcast-scene--right .podcast-bubble:after{right:26px;bottom:-48px;width:11px;height:11px;box-shadow:1px 1px #000}.podcast-bubble h2{margin:0 0 1.2rem;color:#fff2d2;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.35}.podcast-player{display:block;width:min(86%,560px);height:38px;margin:.2rem auto .35rem}@media(max-width:700px){.podcasts-page{padding-top:96px}.podcast-scene,.podcast-scene--right{position:static;min-height:unset;text-align:center;display:grid;gap:.45rem;justify-items:center}.podcasts-grid{gap:2.6rem;margin:1.4rem auto 2.2rem}.podcast-bubble{position:relative;top:auto;left:auto;right:auto;width:100%;border-radius:24px}.podcast-character{position:relative;left:auto;right:auto}.podcast-bubble:before,.podcast-bubble:after{display:none}}.notfound{--header-offset-mobile: 84px;--header-offset-desktop: 136px;position:relative;min-height:100vh;padding:calc(var(--header-offset-mobile) + 20px) 16px 40px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-image:url(/images/lobby_hero_bg.png);background-position:center;background-size:cover;background-repeat:no-repeat}.notfound__overlay{position:absolute;inset:0;background:linear-gradient(170deg,#0b0805c7,#161008b3 55%,#080603d6);z-index:0}.notfound__card{position:relative;z-index:1;padding:34px 24px;text-align:center}.notfound__code{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.5rem,14vw,7rem);line-height:1;color:#efd29e;text-shadow:0 6px 18px rgba(0,0,0,.35)}.notfound__title{margin:10px 0 0;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:clamp(1.4rem,5.8vw,2.5rem);font-weight:700;color:#f8f3e8}.notfound__text{margin:12px auto 0;max-width:58ch;color:#f2e5c9;line-height:1.6;font-size:clamp(.95rem,3.9vw,1.1rem)}.notfound__actions{margin-top:24px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.notfound__button{text-decoration:none;padding:12px 18px;border-radius:10px;font-weight:700;font-size:.98rem;transition:transform .18s ease,filter .18s ease,background-color .18s ease}.notfound__button--primary{background:#d5b77b;color:#1f1709;border:1px solid #dec895}.notfound__button--ghost{background:#30271880;color:#f6e4bf;border:1px solid rgba(214,188,131,.58)}.notfound__button:hover{transform:translateY(-1px);filter:brightness(1.03)}.notfound__button:focus-visible{outline:2px solid #f3dcad;outline-offset:2px}@media(min-width:768px){.notfound{padding-top:calc(var(--header-offset-desktop) + 8px);padding-left:24px;padding-right:24px}.notfound__card{padding:46px 42px}}:root{--bo-bg: #1b1208;--bo-surface: rgba(32, 20, 10, .86);--bo-surface-strong: rgba(24, 15, 8, .94);--bo-border: rgba(213, 183, 123, .28);--bo-border-strong: rgba(213, 183, 123, .5);--bo-text: #f3ead8;--bo-muted: #c2b08b;--bo-title: #e7c886;--bo-accent: #d5b77b;--bo-accent-dark: #8d6a33;--bo-success: #8fcf7b;--bo-danger: #f0a09a}.bo-wrapper{display:flex;min-height:100vh;color:var(--bo-text);background-image:linear-gradient(145deg,#100904d9,#100904a6),url(/images/lobby_hero_bg.png);background-repeat:no-repeat,no-repeat;background-size:cover,cover}.bo-sidebar{width:270px;background:var(--bo-surface-strong);border-right:1px solid var(--bo-border);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;box-shadow:10px 0 32px #00000059}.bo-sidebar-logo{padding:22px 24px 18px;border-bottom:1px solid var(--bo-border)}.bo-brand{display:inline-block;margin-bottom:10px}.bo-brand-logo{width:min(124px,100%);height:auto;display:block;filter:drop-shadow(0 4px 16px rgba(213,183,123,.28))}.bo-sidebar-logo h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;color:var(--bo-title);letter-spacing:.04em}.bo-sidebar-logo span{font-size:.8rem;color:var(--bo-muted)}.bo-nav{padding:20px 14px;list-style:none;margin:0;display:grid;gap:8px}.bo-nav li a{display:block;padding:11px 14px;border-radius:10px;color:#ead7b0;text-decoration:none;font-size:.94rem;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.bo-nav li a:hover,.bo-nav li a.active{background:#d5b77b21;border-color:var(--bo-border-strong);color:#fff1d0;transform:translate(2px)}.bo-sidebar-footer{padding:16px 24px 22px;border-top:1px solid var(--bo-border)}.bo-sidebar-footer a{display:inline-block;padding:9px 12px;border-radius:8px;text-decoration:none;color:#f0dfbc;background:#d5b77b1f;border:1px solid rgba(213,183,123,.3);font-size:.84rem}.bo-sidebar-footer a:hover{background:#d5b77b3d}.bo-main{flex:1;display:flex;flex-direction:column;min-width:0}.bo-topbar{position:sticky;top:0;z-index:5;background:linear-gradient(180deg,#20140af5,#20140ad9);border-bottom:1px solid var(--bo-border);padding:16px 30px;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.bo-topbar h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.4rem;color:var(--bo-title);letter-spacing:.03em}.bo-topbar-meta{font-size:.84rem;color:var(--bo-muted)}.bo-content{padding:28px 30px 34px;flex:1}.bo-toolbar{margin-bottom:18px}.bo-search-input{width:min(360px,100%);border-radius:11px;border:1px solid var(--bo-border);background:#00000038;color:var(--bo-text);padding:11px 14px;font-size:.9rem;outline:none}.bo-search-input::placeholder{color:#c8b68f}.bo-search-input:focus{border-color:var(--bo-border-strong);box-shadow:0 0 0 3px #d5b77b2e}.bo-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:26px}.bo-stat-card{background:var(--bo-surface);border:1px solid var(--bo-border);border-radius:14px;padding:20px 22px;box-shadow:inset 0 1px #ffecc40d,0 10px 20px #0003}.bo-stat-card h3{margin:0 0 8px;font-size:.79rem;text-transform:uppercase;letter-spacing:.08em;color:#c7b38e}.bo-stat-card .bo-stat-value{font-family:Georgia,Times New Roman,serif;font-size:2.1rem;font-weight:700;color:var(--bo-title)}.bo-stat-subvalue{display:inline-block;margin-top:6px;color:var(--bo-muted);font-size:.82rem}.bo-insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:24px}.bo-chart-card{padding:18px}.bo-chart-card h3{margin:0;color:var(--bo-title);font-size:1rem}.bo-chart-meta{margin:6px 0 14px;color:var(--bo-muted);font-size:.83rem}.bo-bars{display:grid;gap:12px}.bo-bar-row{display:grid;gap:6px}.bo-bar-head{display:flex;align-items:center;justify-content:space-between;color:var(--bo-text);font-size:.85rem}.bo-bar-head strong{color:#fff0ca}.bo-bar-track{height:10px;border-radius:999px;background:#d5b77b24;overflow:hidden;border:1px solid rgba(213,183,123,.25)}.bo-bar-fill{height:100%;border-radius:999px;transition:width .4s ease}.bo-bar-fill--adult{background:linear-gradient(90deg,#d5b77b,#f1d7a0)}.bo-bar-fill--student{background:linear-gradient(90deg,#95c7ff,#b8dbff)}.bo-bar-fill--child{background:linear-gradient(90deg,#9de8b5,#c2f0d2)}.bo-bar-fill--account{background:linear-gradient(90deg,#8fcf7b,#b7e3a8)}.bo-bar-fill--guest{background:linear-gradient(90deg,#f0a09a,#f6bdb8)}.bo-section-title{font-size:1.07rem;font-weight:600;color:var(--bo-title);margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--bo-border)}.bo-table-wrapper{background:var(--bo-surface);border:1px solid var(--bo-border);border-radius:14px;overflow:hidden;margin-bottom:24px}.bo-table{width:100%;border-collapse:collapse;font-size:.89rem}.bo-table thead tr{background:#d5b77b29}.bo-table thead th{padding:12px 14px;text-align:left;font-weight:700;color:#f7e3ba;text-transform:uppercase;font-size:.73rem;letter-spacing:.06em}.bo-table tbody tr{border-top:1px solid rgba(213,183,123,.16);transition:background .15s ease}.bo-table tbody tr:hover{background:#d5b77b14}.bo-table tbody td{padding:11px 14px;color:#f0e5cf}.bo-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.74rem;font-weight:700}.bo-badge-admin{background:#d5b77b33;color:#ffe5b5;border:1px solid rgba(213,183,123,.5)}.bo-badge-user{background:#8fcf7b2e;color:#d8ffd0;border:1px solid rgba(143,207,123,.5)}.bo-link-inline{color:#f1d39a;text-decoration:none;font-size:.9rem;font-weight:600}.bo-link-inline:hover{text-decoration:underline}.bo-muted{color:#c2af86}.bo-empty-cell{text-align:center;color:#ccb88d;padding:24px 16px}.bo-loading,.bo-error{text-align:center;padding:44px 0;font-size:.95rem;color:#c9b58d}.bo-error{color:var(--bo-danger)}@media(max-width:960px){.bo-wrapper{flex-direction:column}.bo-sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid var(--bo-border)}.bo-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:14px}.bo-nav li a{text-align:center}.bo-sidebar-footer{padding-top:6px}.bo-topbar,.bo-content{padding-left:16px;padding-right:16px}}@media(max-width:620px){.bo-topbar{align-items:flex-start;flex-direction:column;gap:6px}.bo-nav{grid-template-columns:1fr}.bo-table-wrapper{overflow-x:auto}.bo-table{min-width:720px}.bo-chart-card{padding:14px}}:focus-visible{outline:3px solid #D5B77B;outline-offset:4px;border-radius:4px}@keyframes float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-7px)}}@keyframes float-pharaon{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes float-pharaon-desktop{0%,to{transform:translate(30%) translateY(0)}50%{transform:translate(30%) translateY(-10px)}}@keyframes hero-fade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes banner-shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes bd-enter{0%{opacity:0;transform:rotate(6deg) translateY(40px)}to{opacity:1;transform:rotate(6deg) translateY(-30px)}}@keyframes bd-enter-center{0%{opacity:0;transform:rotate(-3deg) translateY(40px) scale(.95)}to{opacity:1;transform:rotate(-3deg) translateY(-30px) scale(1)}}@keyframes content-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes content-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}@keyframes bg-crossfade{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@keyframes carrousel-item-in{0%{opacity:.4;transform:scale(.9);filter:brightness(.65) saturate(.7)}to{opacity:1;transform:scale(1);filter:drop-shadow(0 8px 28px rgba(213,183,123,.5))}}@keyframes torch-flicker{0%,to{transform:scaleX(1) scaleY(1) rotate(-2deg);opacity:1}20%{transform:scaleX(.9) scaleY(1.1) rotate(2deg);opacity:.9}40%{transform:scaleX(1.05) scaleY(.95) rotate(-1deg);opacity:1}60%{transform:scaleX(.95) scaleY(1.08) rotate(3deg);opacity:.85}80%{transform:scaleX(1.02) scaleY(1.02) rotate(-2deg);opacity:.95}}@keyframes torch-glow-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.6;transform:scale(1.15)}}@keyframes sand-drift{0%{transform:translateY(0) translate(0) rotate(0);opacity:0}10%{opacity:.7}90%{opacity:.3}to{transform:translateY(-120px) translate(40px) rotate(360deg);opacity:0}}@keyframes maze-ball-move{0%{cx:20;cy:20}25%{cx:20;cy:50}50%{cx:80;cy:50}75%{cx:80;cy:90}to{cx:20;cy:90}}@keyframes laby-enter{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes laby-halo-pulse{0%,to{opacity:.12;transform:scale(1)}50%{opacity:.22;transform:scale(1.08)}}@keyframes cta-shimmer{0%{left:-80%}to{left:120%}}.accueil{position:relative;width:100%;min-height:100svh;overflow:hidden;background-image:url(/images/lobby_hero_bg.png);background-size:cover;background-position:center}.accueil:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#08040059,#0e080233 40%,#0804008c);pointer-events:none;z-index:0}.accueil:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30%;background:linear-gradient(to top,rgba(180,130,50,.45) 0%,rgba(160,110,30,.2) 50%,transparent 100%);pointer-events:none;z-index:2}.accueil-dates-banner{position:absolute;top:56px;z-index:2;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:14px 20px;border-top:2px solid #8B6914;border-bottom:2px solid #8B6914;background:linear-gradient(90deg,#8b6914,#d5b77b 30%,#f0d49a,#d5b77b 70%,#8b6914);background-size:200% auto;animation:banner-shimmer 4s linear infinite;color:#1a0e00;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:clamp(.95rem,4vw,1.15rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.accueil-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:calc(100svh - 52px);padding-top:140px;padding-bottom:0}.accueil-main{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:0 24px;animation:hero-fade .9s ease both}@media(min-width:768px)and (max-width:900px){.accueil-main{margin:0!important}}.accueil-logo{position:relative;z-index:1;width:clamp(220px,70vw,380px);height:auto;filter:drop-shadow(0 8px 40px rgba(213,183,123,.25));transition:filter .3s ease,transform .3s ease}.accueil-logo:hover{filter:drop-shadow(0 12px 52px rgba(213,183,123,.45));transform:scale(1.015)}.accueil-trailer-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:12px;padding:clamp(14px,1.8vh,20px) clamp(36px,10vw,64px);border-radius:30px;border:1.5px solid rgba(213,183,123,.35);background:#1e14058c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;font-size:clamp(1rem,4vw,1.3rem);font-family:Cormorant Garamond,serif;font-weight:600;letter-spacing:.06em;cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.accueil-trailer-btn:after{content:"";position:absolute;inset:0;border-radius:inherit;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.1' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.05;mix-blend-mode:overlay;pointer-events:none}.accueil-trailer-btn:hover{background:#d5b77b40;border-color:#d5b77b;transform:translateY(-3px);box-shadow:0 12px 36px #d5b77b40}.accueil-trailer-btn:active{transform:translateY(0)}.accueil-trailer-btn__icon{font-size:.85em;opacity:.85}.accueil-pharaon{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:clamp(280px,85vw,280px);pointer-events:none;transform-origin:bottom center;animation:float-pharaon 5s ease-in-out infinite;filter:drop-shadow(0 -10px 40px rgba(0,0,0,.5))}.accueil-bd{display:none}.accueil-bd__item{margin:0;padding:0;cursor:default;transition:transform .35s cubic-bezier(.34,1.56,.64,1),filter .3s ease;filter:drop-shadow(4px 8px 16px rgba(0,0,0,.55))}.accueil-bd__item:hover{filter:drop-shadow(6px 12px 28px rgba(213,183,123,.4));z-index:5}.accueil-bd__cover{display:block;width:auto;height:clamp(140px,14vh,200px);border-radius:3px}.accueil-bd__item--left{transform:rotate(6deg);animation:bd-enter .7s .3s ease both}.accueil-bd__item--left:hover{transform:rotate(3deg) translateY(-12px) scale(1.05)}.accueil-bd__item--center{transform:rotate(-3deg) scale(1.06);animation:bd-enter-center .7s .5s ease both}.accueil-bd__item--center:hover{transform:rotate(-1deg) translateY(-14px) scale(1.1)}.accueil-bd__item--right{transform:rotate(5deg);animation:bd-enter .7s .7s ease both}.accueil-bd__item--right:hover{transform:rotate(2deg) translateY(-12px) scale(1.05)}.accueil-scroll-action{display:none}.accueil-scroll-action__label{font-family:Cormorant Garamond,serif;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase}@media(min-width:768px)and (max-width:900px){.accueil-main{margin-left:0;margin-top:60px;width:auto;padding:0 24px}.accueil-content{flex-direction:column;align-items:center;justify-content:center}.accueil-pharaon{display:none}.accueil-bd{gap:20px}.accueil-bd__cover{height:clamp(100px,10vh,140px)}}@media(min-width:768px){.accueil{background-attachment:fixed;min-height:90vh;position:relative;padding-bottom:60px}.accueil:before{background:linear-gradient(160deg,#0804008c,#0e080266,#080400a6)}.accueil:after{display:none}.accueil-dates-banner{position:absolute;inset:auto 0 10px;width:100%;margin:0;display:flex;z-index:2}.accueil-content{flex-direction:row;align-items:center;height:90vh;min-height:90vh;padding-top:0}.accueil-main{align-items:center;margin-left:clamp(48px,18vw,300px);width:auto;padding:0}.accueil-logo{width:clamp(280px,40vw,600px)}.accueil-trailer-btn{background:#d5b77b1f;padding:clamp(14px,1.8vh,20px) clamp(28px,3.5vw,48px);font-size:clamp(1.1rem,1.6vw,1.5rem)}.accueil-pharaon{right:0;left:auto;bottom:0;transform:translate(30%);width:auto;height:87.5%;animation:float-pharaon-desktop 5s ease-in-out infinite;filter:drop-shadow(-20px 0 60px rgba(0,0,0,.5))}.accueil-bd{display:flex;position:absolute;left:4%;bottom:-50px;gap:clamp(24px,4vw,60px);align-items:flex-end}.accueil-scroll-action{display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%);flex-direction:column;align-items:center;gap:10px;text-decoration:none;color:#ffffffbf;animation:float 2.5s ease-in-out infinite;transition:color .2s ease}.accueil-scroll-action:hover,.accueil-scroll-action:focus-visible{color:#d5b77b}}@media(min-width:900px){.accueil-pharaon{height:70%;top:20%}}@media(min-width:1024px){.accueil-pharaon{height:80%;top:15%}}@media(min-width:1400px){.accueil-pharaon{height:90%;top:10%;right:10%}}@media(prefers-reduced-motion:reduce){.accueil-pharaon,.accueil-scroll-action,.accueil-main,.accueil-dates-banner,.accueil-bd__item,.accueil-bd__item--left,.accueil-bd__item--center,.accueil-bd__item--right{animation:none;transition:none}}.section-separator__img{position:absolute;transform:translateY(-15px);z-index:10;width:100vw;transition:opacity .4s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}@media(min-width:768px){.section-separator__img{transform:translateY(-30px)}.section-separator__img--first{display:none}}@media(min-width:1024px){.section-separator__img{transform:translateY(-45px)}}.expo-desc{position:relative;z-index:1;width:100%;min-height:450px;padding:60px 24px;overflow:hidden;background:#111}.expo-desc__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;margin:0 auto}.expo-desc__title{font-family:Heroes Legend,sans-serif;font-size:1.25rem;text-align:center;color:#f5ede0}.expo-desc__text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:0 clamp(20px,6vw,40px);font-family:Cormorant Garamond,serif;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.75;color:#f0e6d7d9;text-align:center}.expo-desc__text span{display:block}.expo-desc__bird{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;height:auto;opacity:.25;z-index:1;pointer-events:none}@media(min-width:900px){.expo-desc{display:flex;align-items:center;justify-content:space-between;min-height:500px;padding:80px clamp(48px,8vw,120px);gap:clamp(40px,8vw,80px)}.expo-desc__content{flex:1;align-items:flex-start;justify-content:center;gap:28px;margin:0}.expo-desc__title{font-size:clamp(1.5rem,3vw,1.85rem);text-align:left}.expo-desc__text{padding:0;align-items:flex-start;text-align:left;font-size:clamp(.98rem,1.5vw,1.15rem);gap:16px}.expo-desc__bird{position:relative;flex:0 0 auto;width:clamp(300px,35vw,500px);max-width:none;height:auto;aspect-ratio:auto;opacity:1;z-index:2;transform:none;top:auto;left:auto}}.pres-bd{position:relative;width:100%;min-height:600px;overflow:hidden;background:#0d0805}.pres-bd__bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.pres-bd__bg--prev{opacity:1;z-index:0}.pres-bd__bg--active{opacity:0;z-index:1;animation:bg-crossfade .7s cubic-bezier(.4,0,.2,1) forwards}.pres-bd__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,#080400d9,#080400bf 40%,#0804008c)}.pres-bd__nil{position:absolute;right:0;top:0;bottom:0;width:clamp(60px,8vw,120px);z-index:2;pointer-events:none;border-left:1px solid rgba(213,183,123,.08)}.pres-bd__nil-img{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);height:100%;z-index:3}.pres-bd__nil-boat{position:absolute;top:0;right:-50%;bottom:0;display:flex;align-items:center;justify-content:center;z-index:4;overflow:hidden;width:300%}.pres-bd__inner{position:relative;z-index:3;display:flex;align-items:center;gap:32px;padding:48px 24px;min-height:600px}.pres-bd__carrousel{display:flex;flex-direction:column;align-items:center;gap:16px;flex-shrink:0}.pres-bd__carrousel-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;color:#d5b77b8c;transition:color .2s ease,transform .2s ease}.pres-bd__carrousel-btn:hover{color:#d5b77b;transform:scale(1.15)}.pres-bd__carrousel-btn:active{transform:scale(.95)}.carrousel-btn__prev svg,.carrousel-btn__next svg{transform:rotate(-90deg)}@media(min-width:768px){.carrousel-btn__prev svg,.carrousel-btn__next svg{transform:rotate(0)}}.carrousel__select-bd{display:flex;flex-direction:column;align-items:center;gap:12px;list-style:none;margin:0;padding:0}.carrousel__bd-item{margin:0;padding:0;cursor:pointer;will-change:transform,opacity;transition:transform .45s cubic-bezier(.34,1.56,.64,1),opacity .4s ease,filter .4s ease,height .4s ease}.carrousel__bd-item--active{z-index:2;filter:drop-shadow(0 8px 28px rgba(213,183,123,.5));animation:carrousel-item-in .45s cubic-bezier(.34,1.56,.64,1) both}.carrousel__bd-item--side{opacity:.45;filter:brightness(.65) saturate(.7);transition:transform .45s cubic-bezier(.34,1.56,.64,1),opacity .4s ease,filter .4s ease}.carrousel__bd-item--side:hover{opacity:.72;filter:brightness(.85) saturate(.9);transform:scale(1.04)}.carrousel__bd-cover{display:block;width:auto;border-radius:3px;object-fit:cover;transition:height .4s cubic-bezier(.4,0,.2,1),box-shadow .4s ease}.carrousel__bd-item--active .carrousel__bd-cover{height:clamp(140px,18vh,200px);box-shadow:0 4px 20px #00000080}.carrousel__bd-item--side .carrousel__bd-cover{height:clamp(100px,13vh,150px)}.pres-bd__content{flex:1;display:flex;flex-direction:column;gap:20px;max-width:600px;padding-right:120px;transition:opacity .25s ease,transform .25s ease}.pres-bd__content--visible{animation:content-fade-in .45s cubic-bezier(.22,1,.36,1) both}.pres-bd__content--hidden{animation:content-fade-out .25s ease forwards}.pres-bd__year{align-self:flex-end;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:500;color:#d5b77b;letter-spacing:.12em;opacity:.85}.pres-bd__catchphrase{margin:0;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:clamp(1.35rem,3.5vw,2rem);font-weight:600;line-height:1.2;letter-spacing:.01em;color:#f5ede0}.pres-bd__text{display:flex;flex-direction:column;gap:16px;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:400;line-height:1.75;color:#f0e6d7d9}.pres-bd__text span{display:block}.pres-bd__dots{display:flex;align-items:center;gap:8px;margin-top:8px}.pres-bd__dot{width:8px;height:8px;padding:0;border-radius:50%;border:1.5px solid rgba(213,183,123,.5);background:transparent;cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .25s ease}.pres-bd__dot:hover{border-color:#d5b77b;transform:scale(1.2)}.pres-bd__dot--active{background:#d5b77b;border-color:#d5b77b;transform:scale(1.15)}@media(max-width:767px){.pres-bd{min-height:auto;padding:40px 0}.pres-bd__overlay{background:linear-gradient(180deg,#080400e6,#080400cc,#080400e6)}.pres-bd__nil,.pres-bd__nil-boat{display:none}.pres-bd__inner{flex-direction:column;align-items:center;gap:28px;padding:32px clamp(16px,4vw,24px);min-height:auto}.pres-bd__carrousel{width:100%;flex-direction:row;justify-content:center;align-items:center;gap:16px;order:1}.pres-bd__carrousel-btn{width:36px;height:36px}.carrousel__select-bd{flex-direction:row;gap:12px;justify-content:center;max-width:100%}.carrousel__bd-item{flex:0 1 auto}.carrousel__bd-item--active .carrousel__bd-cover{height:clamp(100px,20vw,140px)}.carrousel__bd-item--side{display:none}.pres-bd__content{flex:1;max-width:100%;padding:0;gap:16px;text-align:center;align-items:center}.pres-bd__year{align-self:center;font-size:clamp(.9rem,2.2vw,1.1rem)}.pres-bd__catchphrase{font-size:clamp(1.1rem,4vw,1.35rem);line-height:1.3}.pres-bd__text{font-size:clamp(.9rem,1.8vw,1rem);line-height:1.6;gap:12px}.pres-bd__dots{justify-content:center}}@media(min-width:768px){.pres-bd__inner{align-items:center;gap:clamp(32px,5vw,72px);padding:64px clamp(32px,6vw,80px);padding-right:clamp(80px,12vw,160px)}.pres-bd__content{gap:24px}}@media(min-width:768px)and (max-width:900px){.pres-bd__inner{gap:28px;padding:48px 28px}.pres-bd__catchphrase{font-size:1.4rem}.carrousel__bd-item--active .carrousel__bd-cover{height:clamp(120px,15vh,160px)}.carrousel__bd-item--side .carrousel__bd-cover{height:clamp(90px,11vh,130px)}}@media(prefers-reduced-motion:reduce){.pres-bd__bg--active,.pres-bd__bg--prev,.pres-bd__content,.pres-bd__content--visible,.pres-bd__content--hidden,.carrousel__bd-item,.carrousel__bd-item--active,.pres-bd__carrousel-btn,.pres-bd__dot{animation:none!important;transition:none!important}.pres-bd__bg--active{opacity:1}.pres-bd__content--hidden{opacity:0}.pres-bd__content--visible{opacity:1}}.labyrinthe{position:relative;width:100%;overflow:hidden;padding:80px;background:#0a0602}.labyrinthe__col{position:absolute;top:0;bottom:0;z-index:0;width:clamp(28px,4vw,56px);opacity:.18;pointer-events:none;background-image:url(/images/hieroglyphs-column.png);background-size:cover;background-repeat:repeat-y}.labyrinthe__particles{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}.labyrinthe__particle{position:absolute;width:4px;height:4px;border-radius:50%;background:#d5b77b;opacity:0;animation:sand-drift linear infinite}.labyrinthe__particle--0{left:8%;bottom:10%;width:3px;height:3px;animation-duration:6s;animation-delay:0s;background:#f0d49a}.labyrinthe__particle--1{left:22%;bottom:5%;width:5px;height:5px;animation-duration:8s;animation-delay:1.2s;background:#d5b77b}.labyrinthe__particle--2{left:40%;bottom:12%;width:3px;height:3px;animation-duration:7s;animation-delay:2.4s;background:#c4a356}.labyrinthe__particle--3{left:58%;bottom:7%;width:4px;height:4px;animation-duration:5.5s;animation-delay:.8s;background:#f0d49a}.labyrinthe__particle--4{left:73%;bottom:15%;width:6px;height:6px;animation-duration:9s;animation-delay:3s;background:#d5b77b}.labyrinthe__particle--5{left:88%;bottom:8%;width:3px;height:3px;animation-duration:6.5s;animation-delay:1.8s;background:#c4a356}.labyrinthe__particle:nth-child(n+7){animation-delay:calc(var(--i, 0) * .7s + 4s);bottom:20%}.labyrinthe__particle:nth-child(7){left:15%;bottom:20%;animation-duration:7.5s;animation-delay:4s}.labyrinthe__particle:nth-child(8){left:30%;bottom:25%;animation-duration:6s;animation-delay:5s;background:#f0d49a}.labyrinthe__particle:nth-child(9){left:48%;bottom:18%;animation-duration:8.5s;animation-delay:2s}.labyrinthe__particle:nth-child(10){left:65%;bottom:22%;animation-duration:7s;animation-delay:4.5s}.labyrinthe__particle:nth-child(11){left:82%;bottom:20%;animation-duration:9.5s;animation-delay:1s;background:#c4a356}.labyrinthe__particle:nth-child(12){left:5%;bottom:30%;animation-duration:6.2s;animation-delay:3.3s}.labyrinthe__particle:nth-child(13){left:95%;bottom:28%;animation-duration:7.8s;animation-delay:.5s;background:#f0d49a}.labyrinthe__particle:nth-child(14){left:35%;bottom:35%;animation-duration:5.8s;animation-delay:6s}.labyrinthe__particle:nth-child(15){left:55%;bottom:32%;animation-duration:8.2s;animation-delay:2.7s}.labyrinthe__particle:nth-child(16){left:70%;bottom:38%;animation-duration:6.8s;animation-delay:4.2s;background:#d5b77b}.labyrinthe__particle:nth-child(17){left:20%;bottom:40%;animation-duration:9.2s;animation-delay:1.5s}.labyrinthe__particle:nth-child(18){left:85%;bottom:42%;animation-duration:7.3s;animation-delay:5.5s;background:#f0d49a}.labyrinthe__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:48px;padding:0 clamp(24px,6vw,80px);max-width:1200px;margin:0 auto;animation:laby-enter .8s cubic-bezier(.22,1,.36,1) both}.labyrinthe__visual{position:relative;flex-shrink:0;width:clamp(240px,40vw,380px);display:flex;align-items:center;justify-content:center}.labyrinthe__maze-wrap{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:12px;border:2px solid rgba(213,183,123,.35);background:linear-gradient(135deg,#1a0f04,#0d0703,#1a0f04);box-shadow:0 0 0 1px #d5b77b1a,0 0 40px #8b69144d,inset 0 0 60px #0009}.labyrinthe__maze-wrap:before,.labyrinthe__maze-wrap:after{content:"";position:absolute;z-index:5;width:20px;height:20px;border-color:#d5b77b;border-style:solid;opacity:.7}.labyrinthe__maze-wrap:before{top:8px;left:8px;border-width:2px 0 0 2px;border-radius:3px 0 0}.labyrinthe__maze-wrap:after{bottom:8px;right:8px;border-width:0 2px 2px 0;border-radius:0 0 3px}.labyrinthe__maze-svg{width:100%;height:100%;padding:12px}.maze-ball{animation:maze-ball-move 6s linear infinite alternate}.labyrinthe__maze-halo{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(213,183,123,.1) 0%,transparent 65%);pointer-events:none;animation:laby-halo-pulse 3s ease-in-out infinite}.labyrinthe__content{flex:1;display:flex;flex-direction:column;gap:28px}.labyrinthe__eyebrow{display:flex;align-items:center;gap:12px;font-family:Cormorant Garamond,serif;font-size:.78rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#d5b77b;opacity:.75}.labyrinthe__eyebrow-line{display:block;flex:1;height:1px;max-width:60px;background:linear-gradient(to right,transparent,rgba(213,183,123,.4),transparent)}.labyrinthe__title{display:flex;align-items:center;gap:16px;margin:0;font-family:Heroes Legend,sans-serif;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:400;line-height:1.05;letter-spacing:.03em;color:#f5ede0}.labyrinthe__title-deco{display:inline-block;font-size:.7em;color:#d5b77b;opacity:.6;animation:torch-glow-pulse 2.5s ease-in-out infinite}.labyrinthe__desc{font-family:Cormorant Garamond,serif;font-size:clamp(1rem,2vw,1.15rem);line-height:1.8;color:#f0e6d7bf}.labyrinthe__perks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.labyrinthe__perk{display:flex;align-items:flex-start;gap:14px;font-family:Cormorant Garamond,serif;font-size:clamp(.95rem,1.8vw,1.05rem);line-height:1.5;color:#f0e6d7d1}.labyrinthe__perk strong{color:#d5b77b;font-weight:700}.perk__icon{flex-shrink:0;margin-top:1px;font-size:1.3em;line-height:1;color:#d5b77b;opacity:.8}.labyrinthe__cta{position:relative;overflow:hidden;display:inline-flex;align-items:center;align-self:flex-start;gap:12px;padding:clamp(14px,2vh,18px) clamp(28px,4vw,44px);border-radius:4px;text-decoration:none;cursor:pointer;background:linear-gradient(135deg,#8b6914,#c4a356 35%,#d5b77b,#c4a356 65%,#8b6914);background-size:200% 100%;box-shadow:0 4px 20px #8b691480,inset 0 1px #ffffff26;transition:background-position .5s ease,transform .3s ease,box-shadow .3s ease}.labyrinthe__cta:hover{background-position:100% 0;transform:translateY(-3px);box-shadow:0 8px 32px #8b6914a6,inset 0 1px #fff3}.labyrinthe__cta:active{transform:translateY(0)}.labyrinthe__cta-bg{position:absolute;top:0;bottom:0;left:-80%;width:60px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:skew(-20deg);pointer-events:none}.labyrinthe__cta:hover .labyrinthe__cta-bg{animation:cta-shimmer .7s ease forwards}.labyrinthe__cta-text{position:relative;font-family:Cormorant Garamond,serif;font-size:clamp(1rem,2vw,1.15rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1a0e00}.labyrinthe__cta-arrow{position:relative;flex-shrink:0;color:#1a0e00;transition:transform .3s ease}.labyrinthe__cta:hover .labyrinthe__cta-arrow{transform:translate(4px)}.labyrinthe__sand{position:absolute;bottom:0;left:0;right:0;z-index:1;height:80px;pointer-events:none;background:linear-gradient(to top,rgba(139,105,20,.18) 0%,rgba(120,85,10,.08) 50%,transparent 100%)}@media(min-width:768px){.labyrinthe__inner{flex-direction:row;align-items:center;gap:clamp(40px,6vw,96px)}.labyrinthe__title{font-size:clamp(2.5rem,4vw,3.8rem)}}@media(max-width:767px){.labyrinthe{padding:40px 0 50px}.labyrinthe__inner{gap:32px;padding:0 clamp(16px,4vw,24px)}.labyrinthe__visual{width:clamp(160px,50vw,280px);margin:0 auto}.labyrinthe__content{gap:16px;text-align:center;align-items:center}.labyrinthe__eyebrow{justify-content:center}.labyrinthe__eyebrow-line{max-width:40px}.labyrinthe__title{font-size:clamp(1.8rem,6vw,2.5rem);justify-content:center}.labyrinthe__desc{font-size:clamp(.95rem,2.2vw,1rem);line-height:1.7}.labyrinthe__cta{align-self:center;padding:12px clamp(20px,3vw,32px)}.labyrinthe__cta-text{font-size:clamp(.9rem,2vw,1rem)}}@media(prefers-reduced-motion:reduce){.torch__flame,.torch__glow,.labyrinthe__particle,.labyrinthe__maze-halo,.labyrinthe__title-deco,.maze-ball,.labyrinthe__inner,.labyrinthe__cta-bg{animation:none!important;transition:none!important}}.trailer-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:popup-fade .3s ease-out}.trailer-popup-content{position:relative;width:90vw;max-width:900px;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0009;animation:popup-animation .4s cubic-bezier(.175,.885,.32,1.275)}.trailer-video{width:100%;height:auto;display:block}.trailer-popup-close{position:absolute;top:16px;right:16px;width:40px;height:40px;padding:0;background:#0009;border:2px solid #D5B77B;border-radius:50%;color:#d5b77b;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001;font-weight:700}.trailer-popup-close:hover{background:#d5b77b33;transform:scale(1.1)}.trailer-popup-close:focus-visible{outline:3px solid #D5B77B;outline-offset:2px}:focus-visible{outline:3px solid #D5B77B;outline-offset:4px;border-radius:3px}.page-footer{display:flex;align-items:stretch;background-color:#000;min-height:60vh;padding:0 clamp(24px,8vw,160px);position:relative;overflow:hidden}.page-footer:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0a0602d1,#140c04b3 60%,#0a0602d9);pointer-events:none}.footer-inner{position:relative;z-index:1;display:flex;align-items:center;gap:0;width:100%}.footer-infos{display:flex;flex-direction:column;justify-content:space-between;flex:1;padding:clamp(48px,6vh,80px) 0;gap:40px}.footer-infos__top{display:flex;flex-direction:column;gap:36px}.footer-logo{width:clamp(140px,15vw,200px);height:auto;transition:opacity .25s ease,transform .3s ease;display:block}.footer-logo:hover,.footer-logo:focus{opacity:.85;transform:scale(1.03)}.footer-nav{display:flex;flex-direction:column;gap:16px}.footer-nav a{color:#ffffffe6;text-decoration:none;font-size:clamp(.95rem,1.2vw,1.125rem);font-family:Cormorant Garamond,Palatino Linotype,serif;letter-spacing:.04em;position:relative;width:fit-content;padding-bottom:2px}.footer-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#d5b77b;transition:width .3s ease}.footer-nav a:hover:after,.footer-nav a:focus-visible:after{width:100%}.footer-nav a:hover,.footer-nav a:focus-visible{color:#d5b77b}.footer-social-label{color:#d5b77bb3;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-family:Cormorant Garamond,serif;margin-bottom:16px}.footer-socials{list-style:none;padding:0;margin:0;display:flex;gap:28px;flex-wrap:wrap}.footer-social-link{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;color:#ffffffbf;transition:color .25s ease,transform .25s ease}.footer-social-link:hover,.footer-social-link:focus-visible{color:#d5b77b;transform:translateY(-4px)}.socials-logo{width:clamp(36px,4vw,52px);height:auto;filter:brightness(0) invert(1);transition:filter .25s ease}.footer-social-link:hover .socials-logo,.footer-social-link:focus-visible .socials-logo{filter:brightness(0) saturate(100%) invert(79%) sepia(26%) saturate(600%) hue-rotate(10deg) brightness(100%) contrast(95%)}.footer-social-name{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-family:Cormorant Garamond,serif}.footer-copyright small{color:#ffffff59;font-size:.75rem;letter-spacing:.08em;font-family:Cormorant Garamond,serif}.footer-divider{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:40px clamp(32px,5vw,80px);gap:16px;flex-shrink:0}.footer-divider__line{display:block;width:2px;flex:1;background:linear-gradient(to bottom,transparent,#D5B77B 40%,#D5B77B 60%,transparent);min-height:60px}.footer-divider__ornament{color:#d5b77b;font-size:1.5rem;opacity:.85;display:block}.footer-location{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;flex-shrink:0;padding:40px 0}.footer-location-text{color:#d5b77b;font-family:Cormorant Garamond,Palatino Linotype,serif;font-size:clamp(1rem,1.5vw,1.3rem);font-style:italic;letter-spacing:.06em;text-align:center;display:flex;align-items:center;gap:10px}.footer-location-icon{font-size:1.4em;opacity:.7}.footer-location__map-link{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;border-radius:8px;padding:4px;transition:transform .3s ease,filter .3s ease}.footer-location__map-link:hover,.footer-location__map-link:focus-visible{transform:scale(1.04) translateY(-4px);filter:drop-shadow(0 12px 32px rgba(213,183,123,.35))}.footer-location__map{width:clamp(200px,22vw,300px);height:auto;border-radius:6px;display:block}.footer-location__cta{color:#d5b77bbf;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;font-family:Cormorant Garamond,serif;transition:color .2s ease}.footer-location__map-link:hover .footer-location__cta,.footer-location__map-link:focus-visible .footer-location__cta{color:#d5b77b}@media(max-width:900px){.footer-inner{flex-direction:column;align-items:center;padding:48px 0;gap:40px}.footer-divider{flex-direction:row;margin:0;width:100%;max-width:320px}.footer-divider__line{flex:1;width:auto;height:2px;min-height:unset;background:linear-gradient(to right,transparent,#D5B77B 40%,#D5B77B 60%,transparent)}.footer-infos{align-items:center;text-align:center;padding:0}.footer-nav{align-items:center}.footer-nav a:after{left:50%;transform:translate(-50%)}.footer-location{padding:0}.page-footer{background-attachment:scroll}}@media(max-width:480px){.footer-socials{gap:20px}.socials-logo{width:36px}}@media(prefers-reduced-motion:reduce){.footer-logo,.footer-nav a,.footer-social-link,.footer-location__map-link,.socials-logo{transition:none;animation:none}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:sans-serif;background-color:#b69f5e;color:#fff;overflow-x:hidden}@font-face{font-family:Heroes Legend;src:url(/fonts/Heroes%20Legend.woff2) format("woff2")}
