@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);.calculatrice{background-color:#000;background-image:linear-gradient(315deg,#06f6da,#0279ff 60%);border-radius:10px;height:540px;padding:10px;width:340px}.buttonBox{grid-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr);height:calc(100% - 110px);width:100%}.ecran{align-items:center;background-color:rgba(2,2,2,.18);border-radius:10px;box-sizing:border-box;display:flex;height:100px;justify-content:flex-end;margin-bottom:10px;padding:0 10px;width:100%}.ecran,.equals{color:#fff;font-weight:700}.equals{background-color:#209a0f;border:none;border-radius:10px;cursor:pointer;font-size:24px;outline:none}.equals:hover{background-color:#245219}.calculatrice_s{background-color:#000;background-image:linear-gradient(315deg,#06f6da,#0279ff 60%);border-radius:10px;height:640px;padding:10px;width:640px}.buttonBox_s{grid-gap:10px;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);height:calc(100% - 110px);width:100%}button{background-color:#503cd1;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:24px;font-weight:700;outline:none}button:hover{background-color:#3d2bb8}.equals_s{background-color:#209a0f;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:24px;font-weight:700;grid-column:4/6;outline:none}.equals_s:hover{background-color:#245219}.supp{background-color:#a21010;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:24px;font-weight:700;outline:none}.supp:hover{background-color:red}*{font-family:Montserrat,sans-serif;margin:0;padding:0}body{align-items:center;background-color:#00bfff;background-image:linear-gradient(315deg,#fbb034,#00bfff 74%);display:flex;height:100vh;justify-content:center}
/*# sourceMappingURL=main.f712cb45.css.map*/