@charset "UTF-8";
/* https://spinbetter-morocco.com/fr/wp-content/themes/default-theme/assets/css/section/bonuses.css?ver=all */
.bonuses{margin-bottom:40px}.games__list{display:grid;gap:20px;grid-template-columns:repeat(3,32.2%)}.game__card{display:flex;flex-flow:column nowrap;gap:20px;justify-content:space-between;width:100%;position:relative}.badge{position:absolute;top:10px;left:0;border-left-radius:15px;padding:10px;background-color:#0d5eaf;z-index:20;border-top-right-radius:15px;border-bottom-right-radius:15px}.games__card-img{border-radius:16px;overflow:hidden;width:100%;min-height:250px}.games__card-img__content{display:block;object-fit:cover;transition:transform .3s ease-in-out;width:100%;height:100%}.games__card:hover .games__card-img__content{transform:scale(1.3)}.games__card-info__title{font-size:24px;font-weight:600;line-height:130%;margin-bottom:15px}.games__card-info__description p{color:#000;font-size:16px;font-weight:400;line-height:150%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.games__card-buttons{display:flex;flex-flow:column nowrap;gap:10px}.game-button{border:2px solid #fdff00;background:#fdff00;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:15px;border-radius:50px;font-weight:700;font-size:13px;text-align:center;text-transform:uppercase;color:#000;cursor:pointer;transition:0.3s}@media screen and (max-width:890px){.games__list{grid-template-columns:repeat(2,50%)}}@media screen and (max-width:500px){.games__list{grid-template-columns:repeat(1,100%)}}