html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/* body header : Defined in front-office-menu Page */

body main {
    height: 90%;
    margin: 0px;
    padding: 0px;
}

/* body footer Defined in front-office-foot Page */

.DivHomepage, .DivHomepageImg {
    height: 100%;
}

@media screen and (min-width: 100px) and (max-width: 950px){
    .DivHomepageImg {
        background-image: url('./../../dishimg/homepage-image.jpg') !important;
        background-size: 100% 100% !important;
    }

    .BtnOrderNow {
        height: 60px !important;
        width: 120px !important;
    }
}

.DivHomepageImg {
    background-image: url('./../../dishimg/homepage-image-pc.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding: 0px;
}

.BtnOrderNow {
    position: relative;
    height: 86px;
    width: 176px;
    background-color: rgb(0, 128, 0);
    border: 3px solid rgb(255, 208, 0);
    border-radius: 22px;
    color : rgb(255, 208, 0);
    box-shadow: 0 9px #999999;
    font-size: 1.25em;
    /* font-family: "Times New Roman", Times, serif; */
}

.BtnOrderNow:hover {
    background-color: rgb(0, 132, 255);
    color: rgb(255, 255, 255);
}

.BtnAlignCenter {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Kitchen chef image */
@media screen and (min-width: 100px) and (max-width: 950px){
    .KitchenChefImg {
        width: 33% !important;
        left: 67% !important;
        bottom: 48px !important;
    }

}

.KitchenChefImg {
    width: 10%;
    margin: 0px;
    padding: 0px;
    position: fixed;
    left: 90%;
    bottom: 52px;
    border-radius: 10px;
}
