#pop-up-jeu-concours {
    z-index: 100000;
    position: fixed;
    top: 30%;
    left: 0;
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-height: 100vh;
    box-sizing: border-box;
    display: none;
}
#pop-up-jeu-concours .bloc-pop-up-jeu-concours {
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
    position: relative;
}
#pop-up-jeu-concours .bloc-pop-up-jeu-concours #close-pop-up-jeu-concours {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    z-index: 900000;
    cursor: pointer;
}
#pop-up-jeu-concours .bloc-pop-up-jeu-concours a > img {
    width: 100%;
    max-width: 550px;
}

@media (max-width:580px) {
    #pop-up-jeu-concours .bloc-pop-up-jeu-concours {
        width: 94%;
    }
}