/**
ad
**/
.coucou_container
{
    display: fixed;
    top: 0px;
    z-index: 500;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.coucou_container img
{
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.coucou_banner img
{
    max-width: 728px;
    max-height: 90px;
}

.coucou_container a
{
    display: block;
    width: 100%;
    text-align: center;
}






#coucou_start
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000000;
    background: rgba(0,0,0,.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

#coucou_start_killbutton span
{
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    z-index: 1002000;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

    #coucou_start_kill1
    {
        display: block;
        cursor: wait;
        background: rgb(255,255,255);
    }

    #coucou_start_kill1
    {
        display: none;
        background: rgb(240,181,67);
    }

#coucou_start_container
{
    text-align: center;
}

#coucou_start_container a
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    #coucou_start_container img
    {
        margin-top: 50vh;
        transform: translateY(-50%);
        z-index: 1001000;
        max-width: 100%;
        max-height: 100vh;
        object-fit: contain;
    }

@media (max-width: 500px)
{
    #coucou_start_killbutton span
    {
        top: 0px;
        left: 0px;
        right: 0px;
        padding: 15px 0px;
    }
}