nav#nav{position:fixed;display:flex;top:0;right:0;left:0;margin-top:5px;background-color:#000;color:#fff;height:50px;justify-content:space-between;align-items:center}nav#nav button{border-style:none;background-color:#000}nav#nav button:active{background-color:#212121}div#menu{position:fixed;top:60px;right:5px;background-color:#fff;width:200px;border-color:#f44336;z-index:100}#logo{display:flex;align-items:center}#icon_logo{width:40px;height:40px}form#search_form{display:flex;font-size:larger;align-items:center}form#search_form input{font-size:larger;border-style:none;width:200px}form#search_form input:focus{border-style:none}form#search_form button{background-color:#512da8;font-size:larger;border-radius:15px;margin-left:2px}form#search_form button:active{background-color:#673ab7}form#login{margin-top:100px;background-color:#323232;padding:30px;border-radius:20px;color:#fff}form#login button{background-color:#212121;border-style:none;border-radius:5px;color:#fff;font-size:larger;margin-top:5px}form#login button:active{background-color:#000}section#populars{margin-top:100px;padding:20px;border-radius:10px;min-width:90%;min-height:40%;display:flex;align-items:center;justify-content:center}article.popular{background-color:#323232;padding:10px;min-height:200px;min-width:70px;max-width:20%;margin:2px}article.popular:active{background-color:#434343;transform:scale(1.2)}section#populars button{border-radius:50%;width:45px;height:45px;background-color:#323232;border-style:none}section#populars button:active{background-color:#434343}section#populars img{min-width:65px;max-width:100%}div#search{margin-top:100px;background-color:#212121}#onglets{display:flex}#onglets article{margin-left:5px;margin-right:5px;padding-left:5px;padding-right:5px}#onglets article.active{background-color:#121212}#results{margin-top:0;padding-top:5px;background-color:#121212}#bestresult{background-color:#232323;border-radius:5px;margin:5px;padding:5px}#otherresults{display:flex;flex-wrap:wrap}.result{background-color:#212121;border-radius:5px;margin:5px 15px 5px 5px;padding:2px}#bestresult:active,.result:active{background-color:#323232}html{height:100vh;margin:0}body{height:100%;margin:0;color:#fff;background-image:url(/assets/background-Bx1_x-te.jpg)}#cache{background-color:#212121d2;position:fixed;inset:0;z-index:-1}#root{height:100%;flex-direction:column;align-items:center;justify-content:center}
