<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bladeshadow_global img {
    width: 100%;
}

#bladeshadow_global {
    background-size: 100%;
}

.error,
.success {
    color: #000;
    font-family: 'Fjalla One', sans-serif;
}

.purchase-return {
    color: #fff;
    background: #06b1da;
    text-transform: uppercase;
    width: 255px;
    height: 50px;
    display: block;
    font-size: 24px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    margin: auto;
    margin-bottom: auto;
    border-bottom: 3px solid #0290b0;
    font-family: 'Fjalla One', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    padding-top: 8px;
}

.add-to-cart-btn {
    color: #fff;
    background: #0054bc;
    text-transform: uppercase;
    width: 255px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 24px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    margin: auto auto 4px auto;
    margin-bottom: 4px;
    border-bottom: 3px solid #00387d;
    font-family: 'Fjalla One', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
}

.pop-btn-align {
    display: inline-block;
    vertical-align: top;
}

#loaderElement {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 80px;
    height: 80px;
    margin: -75px 0 0 -75px;
    border: 10px solid #55AE1E;
    border-radius: 50%;
    border-top: 10px solid #184296;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

#bladeshadow_header_big {
    display: block;
}

#bladeshadow_header_small {
    display: none;
}


.bladeshadow_howto {
    width: 450px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;

    border: 0px none;
    margin: 10px;

    font-weight: normal;
    text-align: justify;
    line-height: 110%;
}

.div_bonusopr {
    cursor: pointer;
    margin: 1px;
    max-width: 100%;
    height: auto;
}

.offre_bladeshadow img:hover {
    filter: drop-shadow(5px 5px 10px black);
    -webkit-filter: drop-shadow(5px 5px 10px white);
}

.contener_video_howto {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;


}

.video_howto {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.bladeshadow_jeux {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;

    border: 0px none;
    margin: 10px;

    font-weight: normal;
    text-align: justify;
    line-height: 110%;
}

.bladeshadow_jeux_btn {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;

    border: 0px none;
    margin: 10px;

    font-weight: normal;
    text-align: justify;
    line-height: 110%;
}

.bladeshadow_jeux_btn:hover {
    filter: drop-shadow(5px 5px 10px black);
    -webkit-filter: drop-shadow(5px 5px 10px white);
}

.jeux_mobile {
    display: none;
}

.jeux_pc {
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    .jeux_mobile {
        display: inline-block;
    }

    .bladeshadow_howto {
        width: 700px;
        max-width: 90%;
        display: inline-block;
        vertical-align: middle;
        height: 100%;

        border: 0px none;
        margin: 10px;
        font-weight: normal;
        text-align: justify;
        line-height: 110%;
    }
    .jeux_pc {
        display: none;
    }
    .contener_video_howto {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .video_howto {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 500px) {
    #bladeshadow_header_big {
        display: none;
    }
    #bladeshadow_header_small {
        display: block;
    }
}
</pre></body></html>