
#bandeau_top_subdomain {
    width:100%;
}

#bandeau_top_subdomain_left {
    background:#fff;
    width:48%;
    height:150px;
}

#logo {
    float:left;
    width:278px;
    height:150px;

}

#equipe {
    float:left;
    width:150px;
    height:150px;
}

#whereandwhen {
    /*float:left;*/

    height:150px;
    font-family:trixie-plainplain;font-size:4em;
    padding-top:50px;
    padding-left:30px;
    margin-bottom:20px;
}


#txt_bandeau_top {
    display:none;
}


#img_bandeau{
    width:337px;
    height:150px;
    background-image: url("../images/bandeau_avignon_small.jpg");
    background-size: 337px 150px;
    text-align:left;
    margin-bottom:15px;

}




@media only screen and (min-width: 1400px) {

    #bandeau_top_subdomain {
        width:100%;
    }

    #bandeau_top_subdomain_left {
        border:2px solid grey;
        float:left;
        width:48%;
        height:400px;
    }

    #logo {
        float:left;
        width:278px;
        height:150px;

    }

    #equipe {
        float:left;
        width:150px;
        height:150px;
    }

    #whereandwhen {
        float:left;
        height:150px;
        font-family:trixie-plainplain;font-size:4em;
        padding-top:50px;
        padding-left:30px;
        margin-bottom:20px;
    }


    #txt_bandeau_top {
        font-size:1.6em;
        line-height:1em;
       /* width:480px;*/
        text-align:center;
        margin:auto;
        /* background:yellow;
        padding:20px 50px 50px 10px;
        */

        display:inline;
    }

    #img_bandeau{
        float:left;
        width:898px;
        height:400px;
        background-image: url("../images/bandeau_avignon.jpg");
        background-size: 898px 400px;
    }

}
