body{margin:0px}*,*:after,*:before{box-sizing:border-box}img{max-width:100%}body{background-color:#a9a9a9;padding-bottom:100px}body h1{text-align:center}body .monPanier{position:fixed;padding:10px 15px;right:0px;top:0px;max-width:200px;display:flex;flex-direction:column;color:#fff;background:rgba(107,20,165,.99);border-radius:0 0 0 10px;border:1px solid #fff;border-top:0px;border-right:0px}body .monPanier:hover{background-color:#000}body .monPanier:hover .hidden{display:flex;flex-direction:column;justify-content:space-around;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;position:relative;z-index:3}body .monPanier:hover .hidden p{display:flex;justify-content:left;align-items:center;white-space:nowrap;font-size:14px;margin-bottom:0;margin-top:6px}body .monPanier:hover .hidden p .deletes{display:flex;justify-content:center;align-items:center;width:15px;height:10px;background-color:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer}body .monPanier h3{margin:0}body .monPanier .titlePrice{white-space:nowrap;width:100%;margin:0;padding:8px 10px}body .count{display:inline-block}body .hidden{display:none}body .wrapper{width:80%;max-width:700px;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);justify-items:center;gap:.5rem}body .wrapper .shop{background-color:rgba(124,35,184,.764);width:-moz-fit-content;width:fit-content;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:95%;padding:8px}body .wrapper .shop a{font-size:18px;text-decoration:none;text-align:center;color:#000;font-weight:bold;margin:5px}body .wrapper .shop a:hover{text-decoration:underline}body .wrapper .shop .itemImg{border:2px solid #000;width:90%;aspect-ratio:1/1}body .wrapper .shop .price{margin:5px;font-size:14px;font-weight:bold}body .wrapper .shop .select{display:flex;flex-direction:row;justify-content:space-between}body .wrapper .shop .select .addButtons{width:70%;font-size:10px;text-align:center;white-space:nowrap;display:flex;justify-content:center;align-items:center;border:2px solid #6e2a9b;background-color:#6e2a9b;color:#fff;border-radius:5px;height:25px;font-weight:bold;transition:all .15s ease-in-out}body .wrapper .shop .select .addButtons:hover{border-color:#661a99;background-color:#661a99;transition:all .15s ease-in-out}body .wrapper .shop .select .addButtons:active{scale:.95;transition:all .15s ease-in-out}body .wrapper .shop .select select{width:25%;font-size:10px;border:2px solid #6e2a9b;background-color:#6e2a9b;color:#fff;border-radius:5px;height:25px;font-weight:bold;transition:all .3s ease-in-out}/*# sourceMappingURL=style.min.css.map */