@keyframes reset{0%{color:#000;transform:scale(1) rotate(0deg)}50%{color:red;transform:scale(1.2) rotate(180deg) translateX(2px)}to{color:#000;transform:scale(1) rotate(370deg)}}body{background-color:#a7a7a7;font-weight:700;justify-content:center}body,body .range{align-items:center;display:flex}body .range{flex-direction:column;position:absolute;right:20px}body .range label{font-weight:700}body .range input{cursor:pointer;width:140px}body .range.blackCount{top:50px}body .count{align-items:center;background-color:#efefef;border:2px solid #000;display:flex;flex-direction:column;justify-content:space-evenly;top:120px;width:140px}body .count,body .launch{border-radius:5px;position:absolute;right:20px}body .launch{cursor:pointer;font-weight:700;height:30px;top:200px;transition:all .4s;width:144px}body .launch:hover{letter-spacing:.5px}body .over{align-items:center;color:red;display:flex;flex-direction:column;justify-content:space-evenly;position:absolute;right:22px;top:250px}body .over .icon{animation:reset 1.5s ease-in-out infinite both}body .over .icon i{cursor:pointer;height:25px;margin-top:10px;padding-left:7px;width:25px}body .matrice{align-items:center;display:flex;height:98vh;justify-content:space-evenly;width:98vw}body .matrice li{border-left:2px solid #000;border-right:2px solid #000;display:flex;height:8px;justify-content:space-between;width:100%}body .matrice li:first-child{border-top:2px solid #000}body .matrice li:last-child{border-bottom:2px solid #000}body .matrice li .number{border:1px solid #000;color:#a7a7a7;cursor:pointer;overflow:hidden;width:8px}body .matrice li .number.black{background-color:#000;color:#000}body .matrice li .number.active,body .matrice li .number.active:hover{background-color:red;color:red}body .matrice li .number:hover{background-color:pink;color:pink}
/*# sourceMappingURL=main.02e852ff.css.map*/