@import url("weezevent_event_master.css");
@import url("weezevent_event_color_new_master_white.css");
body {
    position: static;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background: #FEF43B url("../../clients/104264/fond.jpg") center top no-repeat;
}

#header{
    visibility: hidden;
}

#content_global{
    margin-top: 81px!important;
}

@media screen and (min-width:691px) and (max-width: 1023px){
    body{
        position: static;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        background: #FAED61 url("../../clients/104264/fondM.jpg") center top no-repeat;
    }

    #content_global{
        margin-top: 230px!important;
    }
}

@media screen and (min-width:0px) and (max-width: 690px){
    body{
        position: static;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        background: #FAED61 url("../../clients/104264/fondS.jpg") center top no-repeat;
    }

    #content_global{
        margin-top: 50px!important;
    }
}