header.desktop{display:flex;flex-direction:column;position:fixed;height:100%;left:0;justify-content:space-around}header.desktop .logo{display:flex;justify-content:center}header.desktop .logo img{width:7rem}header.desktop .list{display:flex;flex-direction:column;align-items:center;gap:1.5rem}header.desktop .list .item{display:flex;width:100%}header.desktop .list .item::before{content:"";width:1.75rem;height:0rem;position:absolute}header.desktop .list .item.selected::before{height:2.5rem;border-radius:.5rem;background:linear-gradient(115deg, #09C269 32.85%, #00D1FF 100.05%);box-shadow:0px 0px 6px 2px rgba(9,194,105,.7);transform:translateX(-1rem) translateY(-0.25rem)}header.desktop .list .item a{display:flex;align-items:center;flex-direction:row;gap:.5rem;cursor:pointer;text-decoration:none;margin-left:1.2rem}header.desktop .list .item a .images{display:none;width:2rem;height:2rem}header.desktop .list .item a .images img{height:100%;width:100%}header.desktop .list .item a .title{font-family:"Archivo-Regular";color:#fff;display:none;font-size:1.25rem}header.desktop .list .item a .title.selected{background:var(--gradient-bleu-vert, linear-gradient(94deg, #09C269 -0.03%, #00D1FF 100.01%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.lang-switcher{--switcher-border-width: 1px;border-radius:10px;border:var(--switcher-border-width) solid rgba(0,0,0,0);background-image:linear-gradient(#0f2b23, #0f2b23),linear-gradient(45deg, #09C269, #00D1FF);background-origin:border-box;background-clip:padding-box,border-box;background-color:#0f2b23;width:fit-content;margin:0 auto;padding:.5rem 1rem;cursor:pointer;position:relative}.lang-switcher.open{border-top-left-radius:0;border-top-right-radius:0;border-top-color:#0f2b23}.lang-switcher .dropdown{position:absolute;bottom:calc(100% - var(--switcher-border-width));left:calc(-1*var(--switcher-border-width));right:calc(-1*var(--switcher-border-width));border-radius:10px;border:var(--switcher-border-width) solid rgba(0,0,0,0);background-image:linear-gradient(#0f2b23, #0f2b23),linear-gradient(45deg, #09C269, #00D1FF);background-origin:border-box;background-clip:padding-box,border-box;background-color:#0f2b23;padding:.5rem 1rem 0 1rem;border-bottom-color:#0f2b23;border-bottom-left-radius:0;border-bottom-right-radius:0;display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box}.lang-switcher .lang{flex-direction:row;gap:.5rem;align-items:center}.lang-switcher .lang .arrow{height:1rem;width:1rem;display:none}.lang-switcher .lang:first-child{display:flex}.lang-switcher .lang:first-child .arrow{display:block}.lang-switcher .lang a{text-decoration:none;display:block;cursor:pointer;width:fit-content}.lang-switcher .lang img{object-fit:cover;height:2rem;width:2rem;border-radius:50%}header.mobile{position:fixed;bottom:0;background:var(--blur-background, rgba(15, 43, 35, 0.66));backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);width:100%;display:flex;flex-direction:row;gap:2rem;overflow-x:scroll;overflow-y:hidden;z-index:10;padding:.75rem .5rem;scrollbar-width:none;-ms-overflow-style:none}header.mobile::-webkit-scrollbar{display:none}header.mobile .item{display:flex;flex-direction:column;align-items:center;justify-content:center}header.mobile .item::before{content:"";width:4rem;position:absolute}header.mobile .item.selected::before{height:2.5rem;border-radius:.5rem;background:linear-gradient(115deg, #09C269 32.85%, #00D1FF 100.05%);box-shadow:0px 0px 6px 2px rgba(9,194,105,.7);transform:translateX(0rem) translateY(3rem)}header.mobile .item a{display:flex;flex-direction:column;gap:.25rem;text-decoration:none}header.mobile .item a .images{width:2rem;height:2rem;margin:auto}header.mobile .item a .images iframe{border:none;width:2rem;height:2rem}header.mobile .item a .title{color:#fff;font-family:Archivo-Regular;text-align:center;white-space:nowrap}
