*{margin:0;padding:0;box-sizing:border-box}:root{--background: #000000;--TextWhite: #ffffff;--TextBlack: #000000;--textGray: gray}body{font-family:Helvetica Neue,sans-serif;background-color:var(--background);color:#fff}@font-face{font-family:Helvetica Neue;src:url(./fonts/Helvetica\ Neue/HelveticaNeueRoman.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(./fonts/Helvetica\ Neue/HelveticaNeueBold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}header{width:100%;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;z-index:9999;padding:1.5rem 2rem;background-color:#000b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}header.black{background-color:var(--TextBlack)}header .logo{width:clamp(2rem,calc(4vw + 1rem),4rem);height:auto;border-radius:50%}header nav ul{display:flex;list-style:none;gap:clamp(1rem,calc(2vw + .5rem),3rem);position:relative}header nav ul li a{text-decoration:none;color:var(--textGray);font-weight:500;font-size:clamp(.6rem,calc(.9vw + .6rem),1.4rem);transition:color .3s ease-in-out}header nav ul li a:hover{color:#ffffffc2}header nav ul li a.active{color:var(--TextWhite)}.hoverNavLink{position:absolute;background-color:#fff;transition:all .3s ease-in-out}header .menuMobile{height:100%;width:auto}.menuContainer{display:none;justify-content:center;align-items:center;width:auto;height:100%;gap:.5rem;border:none;background-color:transparent}.menuContainer button{background-color:transparent;border:none;cursor:pointer;transition:color .3s ease-in-out;width:2rem;height:100%}.menuContainer button img{width:2rem;height:auto;color:var(--textWhite)}.menuBurgerOpen{width:100%;height:100dvh;background-color:#000;position:fixed;z-index:999;padding:1rem 2rem;display:flex;flex-direction:column;justify-content:end;padding:10rem 2rem 4rem;gap:10rem;transition:all .3s ease-in-out}.menuBurgerOpen nav ul{display:flex;flex-direction:column;gap:1rem;position:relative;list-style:none}.menuBurgerOpen nav ul li a{text-decoration:none;color:var(--textGray);font-weight:700;font-size:clamp(2rem,13vw,5rem);transition:color .3s ease-in-out}.menuBurgerOpen nav ul li a.active{color:var(--textWhite)}.menuBurgerOpen nav ul li a:hover{color:#ffffffc2}.menuBurgerOpen button{background-color:var(--TextWhite);color:#000;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:2rem;width:100%;font-size:1.3rem;transition:all .3s ease-in-out;border-radius:.5rem;padding:1rem}@media (max-width: 1000px){header{padding:1rem 2rem}header .logo{width:clamp(3rem,calc(5vw + 1rem),6rem);height:auto;border-radius:50%}header nav{display:none}header .menuContainer{display:flex}}.footerPc{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:6.5rem 2rem 0}.footerPc .footer-top{width:100%;height:60%;display:flex;justify-content:space-between;align-items:center;gap:1rem;background-color:var(--TextBlack)}.footerPc .footer-top article{width:calc(100% / 3);height:100%;display:flex;flex-direction:column}.footerPc .footer-top .line{width:.12vw;height:100%;background-color:var(--textGray)}.footerPc .footer-top .left{padding-bottom:3rem}.footerPc .footer-top .left h2{font-size:clamp(2.5rem,6vw,6rem);color:#fff;font-weight:700}.footerPc .footer-top .left p{font-size:1rem;width:92%;color:var(--textGray);margin-top:1rem}.footerPc .footer-top .left ul{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-top:auto}.footerPc .footer-top .left ul li a{text-decoration:none;color:var(--textWhite);font-size:1.2rem;transition:color .3s ease-in-out}.footerPc .footer-top .center{padding:1.5rem 1rem;justify-content:space-between}.footerPc .footer-top .center .text{display:flex;flex-direction:column;gap:1rem}.footerPc .footer-top .center .text p:first-child{font-size:1.1rem;color:var(--textGray)}.footerPc .footer-top .center .text p:last-child{font-size:1.1rem;color:var(--textWhite);line-height:1.8rem}.footerPc .footer-top .center .socials{display:flex;gap:1.5rem}.footerPc .footer-top .center .socials button{width:3.5rem;height:3.5rem;border:.12rem solid var(--textGray);background-color:var(--TextBlack);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.footerPc .footer-top .center .socials button img{width:1.5rem;height:auto;object-fit:contain}.footerPc .footer-top .center .socials button:hover{background-color:var(--textGray);transform:scale(1.1)}.footerPc .footer-top .center .socials button:active{transform:scale(.95)}.footerPc .footer-top .center .date{font-size:1rem;color:var(--textGray)}.footerPc .footer-top .right{padding:1.5rem 1rem;justify-content:space-between}.footerPc .footer-top .right h3{font-size:1.5rem;font-weight:400;color:var(--textWhite);margin-bottom:1rem}.footerPc .footer-top .right .textContact{font-size:1.1rem;display:flex;align-items:center;gap:.5rem;color:var(--textGray)}.footerPc .footer-top .right .textContact button{background-color:transparent;border:none;cursor:pointer;transition:color .3s ease-in-out}.footerPc .footer-top .right .links{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;font-size:1.3rem;text-underline-offset:.3rem;text-decoration-thickness:.1rem;text-decoration-color:var(--textWhite)}.footerPc .footer-top .right .links a{list-style:none;color:var(--textWhite)}.footerPc .footer-top .right .backToTop{background-color:transparent;display:flex;align-items:center;justify-content:center;margin-left:auto;width:8.1rem;height:auto;border:none;cursor:pointer;transition:color .3s ease-in-out;color:var(--textGray);font-size:1rem}.footerPc .footer-center{width:100%;padding-top:2rem}.footerPc .footer-center .buttonsContainer{display:flex;align-items:center;gap:.3rem;margin-top:2rem}.footerPc .footer-center .buttonsContainer button{background-color:transparent;border:none;cursor:pointer;transition:color .3s ease-in-out;color:var(--textGray);font-size:.9rem}.footerPc .footer-center hr{width:100%;height:.12rem;margin-top:1rem;background-color:var(--textGray);border:none}.footerPc h2{font-size:clamp(4rem,11vw,13.3rem);font-weight:700;color:var(--textWhite)}.footerMobile{display:none;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100vh;padding:5rem 2rem}.footerMobile h2{font-size:clamp(2rem,10vw,7rem);font-weight:700;text-align:center}.footerMobile p{font-size:clamp(1rem,4vw,2rem);text-align:left;color:var(--textGray)}.footerMobile .socials{display:flex;justify-content:space-between;align-items:center;width:100%}.footerMobile .socials button{width:clamp(3.5rem,10vw,5rem);height:clamp(3.5rem,10vw,5rem);border:.12rem solid var(--textGray);background-color:var(--TextBlack);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.footerMobile .socials button img{width:1.5rem;height:auto;object-fit:contain}.footerMobile .socials button:hover{background-color:var(--textGray);transform:scale(1.1)}.footerMobile .socials button:active{transform:scale(.95)}.footerMobile .links{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;font-size:1.3rem;width:100%;text-underline-offset:.3rem;text-decoration-thickness:.1rem;text-decoration-color:var(--textWhite)}.footerMobile .links a{list-style:none;color:var(--textWhite)}.footerMobile .footerMobileBottom{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.footerMobile .footerMobileBottom p{font-size:clamp(1rem,4vw,2rem);color:var(--textGray)}.footerMobile .footerMobileBottom button{background-color:transparent;border:none;cursor:pointer;transition:color .3s ease-in-out;color:var(--textGray);font-size:clamp(.5rem,3vw,1.5rem);display:flex;align-items:center;gap:.3rem}@media (max-width: 1000px){.footerPc{display:none}.footerMobile{display:flex}}.hero{width:100%;min-height:100vh;height:auto;position:relative}.hero .backHero{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;z-index:-1;opacity:.7}.hero .content{display:flex;flex-direction:column;justify-content:end;align-items:center;width:100%;height:calc(100vh - 2rem);padding:0 2rem}.hero .content .auraneIMG{width:clamp(40rem,45vw,60rem);height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero .content .buttons{display:flex;gap:1.5rem;margin-bottom:clamp(4rem,6vh,5rem)}.hero .content .buttons button{background-color:var(--TextWhite);color:var(--TextBlack);border:none;width:clamp(12rem,14vw,25rem);height:clamp(3rem,5vh,3rem);border-radius:.5rem;font-weight:500;font-size:clamp(.9rem,1.2vw,1.2rem);cursor:pointer;display:flex;align-items:center;justify-content:space-evenly;gap:.5rem}.hero .content .buttons button:nth-child(2){background-color:transparent;color:var(--TextWhite);border:.1rem solid var(--TextWhite)}.hero .content .buttons button:hover{transform:scale(1.05);transition:transform .3s ease-in-out}.faq{width:100%;height:auto;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:3rem;background-color:var(--TextBlack);padding:10rem 0 5rem}.faq h2{font-size:clamp(1.8rem,3vw,2.5rem);color:#fff;margin-bottom:2rem;text-align:center}.faq-content{display:flex;justify-content:flex-start;align-items:center;gap:3rem;width:100%;padding:0 5rem}.questions{display:flex;flex-direction:column;gap:2rem;padding:0;margin:0;transition:all .3s ease-in-out}.faq-item{list-style:none;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease}.faq-question{display:flex;align-items:center;gap:1.5rem;cursor:pointer;transition:color .3s ease}.faq-text{font-size:clamp(1rem,1.5vw,1.5rem);color:#d1d5db;transition:color .3s ease}.faq-question:hover .faq-text{color:#fff}.faq-bubble{width:4rem;height:4rem;border-radius:50%;font-size:1.5rem;display:flex;justify-content:center;align-items:center;font-weight:700;flex-shrink:0}.question-bubble{background:#fff;color:#000}.answer-bubble{background:#000;color:#fff;border:1px solid white}.faq-answer{margin-top:1rem;display:flex;align-items:center;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease-in-out}.faq-item.active .faq-answer{opacity:1;max-height:200px;transition:all .3s ease-in-out}.faq-separator{flex:1;border:none;border-top:1px solid white;margin:0 1.5rem;width:20rem}.faq-answer-text{font-size:clamp(1rem,1.25vw,1.25rem);color:#fff;line-height:1.5}@media (max-height: 800px){.hero .content{width:100%;height:90dvh!important;position:relative}}@media (max-width: 1000px){.hero{overflow:hidden;position:relative}.hero .backHero{width:200%;height:100vh;display:none}.hero .content{width:100%;height:80dvh;position:relative}.hero .content .auraneIMG{width:clamp(25rem,60vw,40rem);height:auto;top:40%}.hero .content .buttons{flex-direction:column;align-items:center;gap:1rem;width:80%}.hero .content .buttons button{width:100%;height:6vh;font-size:clamp(1rem,3vw,1.2rem);justify-content:center;gap:1rem}.hero .content p{text-align:center}.faq{padding:7rem 0 0;width:100%;height:auto}.faq-content img{display:none}}.about-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:92vh;width:100%;color:#fff;padding:10rem 5rem}.about-header{position:relative}.about-header .subtitle{font-size:4rem;color:var(--textGray);margin-bottom:-1.5rem}.about-header .title{font-size:clamp(5rem,13vw,16rem);font-weight:700}.about-content{display:flex;gap:2rem;margin-top:2rem;width:100%}.about-menu{width:auto;font-size:2rem;list-style:none;padding:0;margin:0}.about-menu li{margin-bottom:.5rem}.menu-btn{background:none;border:none;color:var(--textGray);cursor:pointer;font-size:inherit;transition:color .3s}.menu-btn:hover,.menu-btn.active{color:var(--textWhite)}.about-text{width:100%;max-width:70%;font-size:2rem}.about-section-mobile{display:none;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:92vh;width:100%;color:#fff;padding:10rem 5rem}.about-section-mobile h1{font-size:clamp(5rem,15vw,13.3rem);font-weight:700;color:var(--textWhite);margin-bottom:2rem}.about-section-mobile select{border:none;background-color:transparent;color:var(--textGray);font-size:2rem;width:auto;margin-bottom:1rem}.about-section-mobile select option{background-color:var(--background);color:var(--textWhite);border-radius:rem}@media (max-width: 1000px){.about-section{display:none}.about-section-mobile{display:flex;padding:8rem 2rem;height:auto}.about-header{position:relative}.about-header .subtitle{font-size:4rem;color:var(--textGray);margin-bottom:-1.5rem}.about-header .title{font-size:clamp(5rem,13vw,16rem);font-weight:700}.about-content{display:flex;gap:2rem;margin-top:2rem;width:100%}.about-menu{width:auto;font-size:2rem;list-style:none;padding:0;margin:0}.about-menu li{margin-bottom:.5rem}.menu-btn{background:none;border:none;color:var(--textGray);cursor:pointer;font-size:inherit;transition:color .3s}.menu-btn:hover,.menu-btn.active{color:var(--textWhite)}.about-text{width:100%;max-width:100%;font-size:clamp(1.5rem,4vw,2rem)}}.download-section-hero{height:auto;width:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;text-align:center;gap:2rem;padding:10rem 2rem}.download-section-hero .auraneIMG{width:clamp(10rem,calc(10vw + 1rem),20rem);height:auto}.download-section-hero h1{font-size:clamp(2rem,calc(5vw + 1rem),3rem);font-weight:700;color:var(--textWhite)}.download-section-hero p{font-size:clamp(.5rem,calc(1vw + .5rem),1rem);color:var(--textWhite);font-family:helvetica neue,sans-serif}.download-section-hero button{background-color:var(--TextWhite);color:#000;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:2rem;width:auto;font-size:clamp(.5rem,calc(1vw + .5rem),1rem);font-weight:700;transition:all .3s ease-in-out;border-radius:.5rem;padding:1rem 2rem}.download-section-hero button img{width:clamp(.5rem,calc(1vw + .5rem),1.5rem);height:auto}.download-section-hero button:hover{transform:scale(1.05)}.download-section-hero button:active{transform:scale(.99)}.download-section-more{height:auto;width:100%;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:2rem;padding:5rem 2rem;background-color:var(--background);position:relative}.download-section-more h2{font-size:clamp(2rem,calc(4vw + 1rem),4rem);font-weight:700;color:var(--textWhite)}.download-section-more p{font-size:clamp(1rem,calc(1vw + .5rem),2rem);color:var(--textWhite);font-family:helvetica neue,sans-serif;max-width:800px;text-align:left;line-height:1.5}.download-section-more .buttonContainer{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:2rem;width:100%}.download-section-more .buttonContainer button{background-color:var(--TextWhite);color:#000;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:2rem;width:auto;font-size:clamp(1.2rem,calc(1vw + .5rem),1rem);min-width:clamp(8rem,calc(20vw + 1rem),15rem);transition:all .3s ease-in-out;border-radius:.5rem;padding:1rem 2rem}.download-section-more .buttonContainer button img{width:clamp(1.5rem,calc(1vw + .5rem),1.5rem);height:auto}.download-section-more .buttonContainer button:nth-child(2){background-color:var(--backgroundLight);color:var(--textWhite);border:1px solid white}.download-section-more .buttonContainer button:hover{transform:scale(1.05)}.download-section-more .buttonContainer button:active{transform:scale(.99)}.download-section-more .auraneIMG3{width:clamp(10rem,calc(30vw + 5rem),60rem);height:auto;align-self:center;margin-top:2rem;position:absolute;top:50%;right:30%;transform:translate(50%,-50%)}@media (max-width: 1000px){.download-section-more .auraneIMG3{width:clamp(5rem,calc(50vw + 1rem),20rem);height:auto;position:static;transform:none;margin:0;align-self:center}.download-section-more .buttonContainer{flex-direction:column;gap:1rem;align-items:center}.download-section-more .buttonContainer button{width:100%;justify-content:center}.download-section-more .auraneIMG3{display:none}}.Allversions{width:100%;min-height:100vh;padding:10vh 15vw}.Allversions .AllVersionsEntete{width:100%;display:flex;flex-direction:column;gap:2vh}.versionLineEnteteText{display:flex;gap:1vw}.Allversions .AllVersionsEntete h2{font-size:2vw}.Allversions .AllVersionsEntete hr{width:100%;height:.2vh;border:none;background-color:#ffffff7e}.versionLine{width:100%;min-height:8vh;display:flex;justify-content:space-between;align-items:center;flex-direction:column;border-bottom:.3vh solid rgba(255,255,255,.493);transition:all .3 ease-in-out}.versionLine .versionLineEntete{width:100%;height:8vh;display:flex;justify-content:space-between;align-items:center;transition:all .3 ease-in-out}.versionLine .versionLineEntete h3{font-size:1.5vw;font-weight:900}.versionLine .versionLineEntete img{width:2vw;height:auto;transition:all .3 ease-in-out;transform:rotate(-90deg)}.versionLine .versionLineEntete img.rotated{transform:rotate(0)}.versionLine .Os{display:grid;grid-template-columns:repeat(2,1fr);width:100%;gap:2vw;max-height:0;opacity:0;overflow:hidden;transition:all .5s ease-in-out}.versionLine .Os.active{max-height:1000px;opacity:1}.versionLine .Os .osCard{width:100%;height:30vh;display:flex;flex-direction:column;padding:2vh 2vw;background-color:#0003;-webkit-backdrop-filter:blur(.15vw);backdrop-filter:blur(.15vw);color:#fff;border:.15vw solid rgba(255,255,255,.45);margin-bottom:4vh;border-radius:1vw}.versionLine .Os .osCard .osCardEntete{display:flex;gap:.4vw;align-items:center}.versionLine .Os .osCard .osCardEntete img{width:2vw;height:auto}.versionLine .Os .osCard:nth-child(1) .osCardEntete img{filter:invert(1)}.versionLine .Os .osCard p{font-size:1.2vw;margin:0}.versionLine .Os .osCard hr{width:100%;height:.1vh;border:none;background-color:#ffffff7e;margin:1vh 0}.versionLine .Os .osCard ul{display:flex;flex-direction:column;gap:2vh;list-style:none;padding:0;margin:0;width:100%}.versionLine .Os .osCard ul li{font-size:1vw;margin:.5vh 0}.versionLine .Os .osCard ul li a{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:space-between}.versionLine .Os .osCard ul li a img{width:1.5vw;height:auto;transition:all .3s ease-in-out}.latestVersion{width:auto;height:auto;padding:1vh 2vw;background-color:#fff;color:#000;border-radius:20vw}@media (max-width: 768px){.versions .download>img{width:25vw}.versions .download>h2{font-size:5vw}.versions .download>button{width:30vw;height:6vh!important}.versions .download>button img{width:3vw}.versions .download>button span{font-size:2vw}.versions .download>p{font-size:3vw}.versions>img{width:70vw}.Allversions .AllVersionsEntete h2{font-size:5vw}.Allversions hr{height:.4vh}.versionLine .versionLineEntete{display:flex;justify-content:space-between;align-items:center}.Allversions .versionLine .versionLineEntete img{width:4vw}.Os .osCard{height:25vh!important}.Os .osCard:first-child{margin:0!important}.Os .osCard .osCardEntete img{width:4vw!important}.Os .osCard .osCardEntete p{font-size:3vw!important}.Os .osCard p{font-size:2.5vw!important}.Os .osCard ul li a img{width:3.5vw!important}.Os .osCard ul li{font-size:2vw}.versionLine .Os{grid-template-columns:repeat(2,1fr)}.versionLine .Os{grid-template-columns:repeat(1,1fr)}.versionLine .Os .osCard{width:100%!important}h3#versionForceSize{font-size:3.5vw!important}span.latestVersion{font-size:1.5vw!important}}
