#bandeau {
    background-position: bottom;
    position: absolute;
    width: 100%;
    height: 150px;
/*    max-height: 20%; */
}

@media screen and (max-height: 850px) {
    #bandeau {
        height: 150px;
    }
}

#logo {
    position: absolute;
    width: 800px;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg, white 60%, transparent);
}

#logo img {
    position: absolute;
    top: calc(50% - 65px);
    left: 20px;
    height: 130px;
}

#fond {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: -20px -7px 20px 6px #000000;
    z-index: 1;
}

#fond img {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
}

#menu {
    position: absolute;
/*    top: 145px; */
    bottom: 0;
    color: #0d95e8;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
/*    padding-left: 80px; */
    padding: 0px 0 10px 80px;
    opacity: 90%;
    background: linear-gradient(90deg, white 60%, transparent);
    z-index: 20;
    width: 600px;
}

#menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
}

#menu ul li {
    margin-right:20px;
    float:left; /*pour IE*/
}
