a.btn-default:after { content: ""; width: 800%; height: 350%; position: absolute; z-index: 1; right: 0; left: initial; top: -115%; background: transparent; } a.btn-default { position: relative; } .row.casino-item-infos-inline>.col:first-child { display: none !important; } a.timer-link img { width: 45px; min-width: 45px !important; position: relative; bottom: 2px; }a.btn-default span { color: white !important; position: relative; font-size: 16px !important; } @media (min-width:900px){.casino-mobile-inner.collapse.show { display: none; }}

@media (max-width:900px){
html.xmas .btn-default:before, html.xmas .btn-default:hover:before {
    top: -12px !important;
}
}

.space-title-box.box-100.relative:before {
    background: url(../images/xmas/meilleursbonus2024-xmas-banner.jpg) !important;
}
.space-title-box.box-100.relative:after {
    display: none !important;
}
.casino-xmas {
    border-radius: 6px;
    background: rgb(1,85,81);
    background: url(../images/xmas/meilleursbonus2024-xmas-offers.png) no-repeat, linear-gradient(0deg, rgba(1,85,81,1) 0%, rgba(0,142,132,1) 100%);
    background-size: cover;
    padding: 20px 30px;
}
.casino-xmas p {
    color: white;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    text-shadow: 0 0 5px #003936;
}
.casino-xmas .xmas-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.casino-xmas .xmas-title img {
    width: 75px;
    height: 75px;
}
.casino-xmas .xmas-title h2 {
    line-height: normal;
    margin: 0 30px;
    position: relative;
}
.casino-xmas .xmas-title h2:after,
.casino-xmas .xmas-title h2:before {
    content: '';
    display: block;
    width: 26px;
    height: 41px;
    position: absolute;
    top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}
.casino-xmas .xmas-title h2:after {
    right: -26px;
    background-image: url(../images/xmas/meilleursbonus2024-xmas-ribbon-right.png);
}
.casino-xmas .xmas-title h2:before {
    left: -26px;
    background-image: url(../images/xmas/meilleursbonus2024-xmas-ribbon-left.png);
}
.casino-xmas .xmas-title h2 span {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.casino-xmas .xmas-title h2 span:first-child {
    color: white;
    font-size: 22px;
    padding: 4px 20px;
    background-color: #E24A0E;
}
.casino-xmas .xmas-title h2 span:last-child {
    color: #FFC00E;
    font-size: 16px;
    margin-top: 5px;
}
.btn-default,
.btn-default:hover {
    background: linear-gradient(0deg, rgba(1,85,81,1) 0%, rgba(0,142,132,1) 100%) !important;
    padding: 15px 10px 8px !important;
    position: relative !important;
}
html.xmas .btn-default:before,
html.xmas .btn-default:hover:before {
    content: '';
    background-image: url(../images/xmas/meilleursbonus2024-xmas-snow.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;    
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
}
.btn-default > *,
.btn-default:hover > * {
    z-index: 2;
}
.btn-default img,
.btn-default:hover img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}
.casino-item .casino-item-bonus-title, .casino-item .casino-item-tcs a, .casino-item .casino-item-tcs a:hover,
.casino-item .casino-item-cta a.view-more span {
    color: #DB2E2E !important;
}
.casino-item-bonus-main img, 
.casino-item-bonus-alt img {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
}
@media (max-width: 991px) and (min-width: 768px) { 
    .btn-default,
    .btn-default:hover {
        padding: 15px 5px 8px !important;
    }
    .btn-default img,
    .btn-default:hover img {
        width: 16px;
        height: 16px;
        margin-right: 1px;
    }
}
@media (max-width: 767px) { 
    .btn-default:before,
    .btn-default:hover:before {
        left: 100px;
        right: 100px;
        top:-8px;
    }
    .casino-item .casino-item-block > .row > [class*="col-"]:nth-child(2) {
        border-right: none;
    }
}