:root{--primary-color:#111;--secondary-color:#d9d9d9}:root[data-theme=alt]{--primary-color:#d9d9d9;--secondary-color:#111}:root,:root[data-theme=alt]{transition:background-color .6s ease-in-out,color .6s ease-in-out,fill .6s ease-in-out}@font-face{font-family:NB Akademie Mono Std;src:url(/public/fonts/NBAkademieMonoStd-Regular.woff2) format("woff2"),url(/public/fonts/NBAkademieMonoStd-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Neue Montreal;src:url(/public/fonts/NeueMontreal-Regular.woff2) format("woff2"),url(/public/fonts/NeueMontreal-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}main{font-family:Neue Montreal,sans-serif;font-size:22px}main #informations{margin-top:calc(3rem + 45px);display:flex;flex-direction:column;justify-content:center;gap:60px}@media screen and (max-width:768px){main #informations{gap:30px}}main #informations a{color:var(--secondary-color);position:relative}main #informations a:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--secondary-color);transition:transform .735s cubic-bezier(.625,.05,0,1);transform-origin:right;transform:scaleX(0)}main #informations a:hover:before{transform-origin:left;transform:scaleX(1)}main #informations .info_container{max-width:calc(50% - .625rem);width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:768px){main #informations .info_container{max-width:100%}}main #informations .info_container .title{color:var(--secondary-color);opacity:.3}main #informations .info_container .content{margin-top:10px;color:var(--secondary-color)}main #informations .info_container .content .line{overflow:hidden}main #informations #social .content ul{list-style:none;display:flex;flex-direction:column;justify-content:center;gap:15px}main #informations #social .content ul li{overflow:hidden}main #informations #social .content ul li a{text-decoration:none;display:inline-block}main #informations #contact .content{text-decoration:none}@media screen and (max-width:768px){main #informations #contact{margin-bottom:80px}}main .legals{position:absolute;right:1.55rem;bottom:3rem;overflow:hidden;font-size:15px}@media screen and (max-width:768px){main .legals{bottom:-10rem;left:50%;transform:translateX(-50%);width:300px}}main .legals .legals_content{display:inline-block}main .svg_bg{position:fixed;right:50%;top:50%;transform:translate(50%,-50%);transform-origin:center;z-index:-1}main .svg_bg svg{overflow:hidden}main .svg_bg svg path{fill:var(--secondary-color)}