#grid-articles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;margin:1rem;padding:1rem;border-radius:.5rem;box-shadow:0 0 1rem #6c7086}@media (max-width: 768px){#grid-articles{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){#grid-articles{grid-template-columns:repeat(1,1fr)}}.grid-article-card{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem;border-radius:.5rem;transition:all .3s ease-in-out;position:relative}.grid-article-card:hover{transform:scale(1.05)}.grid-article-card .card-content{position:relative}.grid-article-card .card-content img{width:100%;height:auto}.grid-article-card .card-content img[alt="best seller"]{position:absolute;top:0;left:0;width:88px;height:88px}.grid-article-card .card-content img[alt="best seller"]:hover{transform:scale(1.1);transition:.3s}.button-choisir{font-size:1.5rem}#price-current-selection{padding-top:1rem;padding-bottom:-1rem;font-size:1.5rem;font-weight:700;color:#cdd6f4}#header-wrapper{display:flex;justify-content:space-between;align-items:center;padding:20px;box-shadow:0 2px 4px #0000001a}#header-wrapper #header-title h1{margin:0;font-size:24px}#header-wrapper #header-cart{display:flex;align-items:center}#header-wrapper #header-cart img{margin-right:10px}#header-wrapper #header-cart span{font-size:18px}#header-wrapper h1{font-size:3rem!important;color:#cdd6f4}#header-wrapper h3{font-size:1.5rem!important;color:#cdd6f4}#modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000}#modal>div{background-color:#000;padding:20px;border-radius:10px;max-width:500px;width:100%}#modal h2{margin:0 0 10px}#modal p{margin:0}#modal button{position:absolute;top:20px;right:20px}#quantity-input-wrapper{display:flex;align-items:center;justify-content:space-between}.checkout{display:flex;flex-direction:column;align-items:center;padding:2rem}.checkout__title,.checkout__total,.checkout__promo-title{margin-bottom:1rem;font-size:1.3rem}.checkout__item{display:flex;justify-content:space-between;width:100%;padding:1rem;margin-bottom:1rem;border:1px solid #6c7086;border-radius:4px}.checkout__item-name,.checkout__item-quantity,.checkout__item-price{font-size:1.2rem}.checkout__promo{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.checkout__promo-input,.checkout__promo-button{margin-top:.8rem}.checkout__form{display:flex;flex-direction:column;width:100%}.checkout__form-label{font-size:1.2rem;margin-bottom:1rem}.checkout__form-input{padding:.5rem;border:1px solid #6c7086;border-radius:4px;margin-bottom:1rem;width:100%;box-sizing:border-box}.checkout__form-submit{padding:.5rem 1rem;border:none;border-radius:4px;background-color:#11111b;color:#fff;cursor:pointer}.checkout__form-submit:hover{background-color:#9399b2}.checkout__actions{display:flex;justify-content:space-between;width:100%}.checkout__actions-back{padding:.5rem 1rem;border:none;border-radius:4px;background-color:#11111b;cursor:pointer}.checkout__actions-back:hover{background-color:#9399b2}#checkout-wrapper{border:8px solid #6c7086;border-radius:8px;box-shadow:0 5px 5px #0000001a}.checkout__form-submit,.checkout__form-back{display:inline-block}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(100,108,255,.6666666667))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(97,218,251,.6666666667))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{padding:2em}.read-the-docs{color:#888}#modal .price-and-buttons{display:flex;flex-direction:line;align-items:center;justify-content:center}#modal .bottom-article-modal{width:100%;padding:.5rem;transition:all .3s ease-in-out}#modal .bottom-article-modal:hover{cursor:pointer;transform:scale(1.05);transition:.3s;background-color:#11111b}#quantity-input-wrapper{padding-left:2rem;padding-right:2rem}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#cdd6f4;background-color:#1e1e2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:cubic-bezier(.075,.82,.165,1)}img{max-width:100%;height:auto;border-radius:8px}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#b4befe}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#11111b;color:#cdd6f4;cursor:pointer;transition:border-color .25s}button:hover{border-color:#b4befe}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
