#inner-waiting-screen {
    width: 240px;
    height: 240px;
    background-image: url('/img/logo/logo-labellenergie.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#inner-waiting-screen > .wheel, #inner-waiting-screen > .inner-wheel {
    display: none;
}

.logo {
    background: url('/img/logo/logo-labellenergie.svg') no-repeat center;
    background-size: contain;
}
#web_logo {
    background-image: url('/img/logo/logo-labellenergie.svg');
    background-size: contain;
    background-position-y: 15px;

    margin-top: 5px;
    width: 100%;
    height: 80px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bounceInUp {
    animation-name: fadeIn;
}

@media screen and (min-width: 960px) and (min-height: 768px) {
    #web_logo {
        background-image: url('/img/logo/logo-labellenergie.svg');
        left: 789px;
        background-size: auto 140px;
        width: 200px;
        height: 140px;
        background-position: initial;
    }
}