.grid{display:grid;grid-template-columns:50% 50%}@media screen and (min-width:1024px){.grid{display:grid;grid-template-columns:repeat(auto-fill,150px);grid-gap:10px}}.shop_button{margin:.5rem;padding:.7rem;background-color:#5e17eb;color:#fff;font-weight:700;border-radius:20px}.livre{margin-top:1rem;display:flex;justify-content:center}.livre_wrapper{width:80%}@media screen and (min-width:1024px){.livre_wrapper{width:95%;display:grid;grid-template-columns:331px 1fr;grid-gap:10px}}.livre_thumbnail{display:flex;justify-content:center}.livre_thumbnail_img{object-fit:"contain"}.livre_info_title{font-size:1.7rem;font-weight:700;margin-top:.5rem}.livre_info_author{font-size:1.2rem;font-weight:700;margin-top:.2rem;color:#5e17eb}.livre_info_subtitle{margin-top:.7rem;font-weight:700}.livre_info_decription{text-align:justify}.livre_info_table{margin-top:.5rem;width:100%}.livre_info_table td,.livre_info_table th{padding:5px;border:1px solid #ddd}.livre_info_table tbody tr:nth-child(2n){background-color:#f2f2f2}.livre_info_table tbody tr:hover{background-color:#cce0ff}.livre_info_pricecard{margin-top:.5rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:15px;padding:1rem;display:flex;flex-direction:column;align-items:center}.livre_info_pricecard_price{font-size:1.7rem}.grid_authorbook{margin-top:1rem}.grid_authorbook_title{font-size:1.5rem;margin:.5rem;font-weight:700}.grid-item{display:flex;justify-content:center}.grid-item-card{padding:.5rem;width:150px}.grid-item-book{display:grid;grid-template-rows:240px 2rem 1rem}.grid-item-thumbnail{width:100%;height:100%;overflow:hidden}.grid-item-thumbnail img{width:100%;height:100%;object-fit:cover}.grid-item-title{font-weight:700;font-size:1rem;color:#5e17eb;margin-top:.5rem;margin-bottom:.5rem;overflow:hidden}.grid-item-author{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grid-item-author a{font-family:text;font-size:.5rem}.grid-item-price{margin-top:.5rem;font-size:1rem;font-weight:700}