.hidefirstTime {
    display: block;
}

#wraper_content {
    left: -480px;
    background : transparent url('../img/video/layer.png');
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

#page_content {
    padding-bottom: 65px;
}

#carte_wrapper {
    height: auto;
    padding: 0 47px;
    width: 636px;
    font-size: 12px;
    line-height: 20px;
}

#carte_wrapper a {
    color: #fff;
    text-decoration: none;
}

#carte_wrapper a:hover {
    text-decoration: underline;
}

#title {
    padding-top: 67px;
    font-size: 24px;
    padding-left: 5px;
    line-height: 24px;
}

/* Menus principaux */

#menus {
    overflow: hidden;
    margin: 35px 0;
}

.main_menu {
    float: left;
    width: 180px;
    margin-left: 100px;
}

#bar {
    float: right;
    margin-right: 100px;
    margin-left: 0;
}

.main_menu h2 {
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #423a37;
    padding-bottom: 10px;
    text-align: center;
}

.main_menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 15px;
}

#restaurant ul {
    /*margin-top: 24px;*/
}

#carte_wrapper .main_menu a {
    color: #635b59;
}

#carte_wrapper .main_menu a.active {
    color: #fff;
    text-decoration: none;
}

#carte_content h3 {
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
}

#carte_content .menu_title {
    text-align: center;
}

#carte_content .menu {
    text-align: center;
    margin-bottom: 25px;
}

#carte_content .alacarte {
    margin-bottom: 25px;
}

#carte_content .empty_line {
    height: 12px;
}

#carte_content .dish_line {
    overflow: hidden;
    clear: both;
}

#carte_content .left_col {
    float: left;
    width: 447px;
}

#carte_content .right_col {
    float: right;
    width: 180px;
    text-align: right;
}

#carte_content .right_col_item {
    overflow: hidden;
    clear: both;
}

#carte_content .right_col_item .extra_infos {
    width: 117px;
    float: left;
    font-weight: bold;
}

#carte_content .right_col_item .price {
    width: 54px;
    float: right;
}

#carte_content .left_col span {
    display: block;
    font-style: italic;
}

#footer_infos {
    text-align: center;
    margin-top: 35px;
}

@media screen and (max-width:990px) {

    #bg_superwrapper {
        position: absolute;
    }

    #carte_page {
        position: relative;
    }

    #wraper_content {
        position: relative;
        display: none;
        left: 0px;
        -webkit-perspective: none;
        -webkit-backface-visibility: visible;
        -webkit-transform-style: flat;
    }

 

    #title {
        font-size: 16px;
        letter-spacing: 0.14em; 
        margin-bottom: 57px;
        padding-left: 0;
        padding-top: 54px;
        text-align: center;
        clear: left;     
    }

    #carte_wrapper {
        margin: 0 auto;
        padding: 0 0 10px 0;
        width: 100%;
    }

    #carte_page .btn_separator {
        width: 100%;
    }

    #menus {
        overflow: hidden;
        margin-top: 15px;
    }

    .main_menu {
        float: left;
        width: 49%;
        margin-left: 0;
    }

    #bar {
        float: right;
        margin-right: 0;
        margin-left: 0;
    }

    .main_menu h2 {
        font-size: 12px;
    }

    .main_menu ul {
        font-size: 14px;
    }

    #restaurant ul {
        margin-top: 20px;
    }

    #carte_content h3 {
        text-align: center;
        cursor: pointer;
        border-top: 1px solid #423a37;
        border-bottom-width: 0;
        margin: 0;
        padding: 10px 0;
    }

    #carte_content .dish_line {
        overflow: hidden;
        clear: both;
    }

    #carte_content .left_col {
       float: none;
       width: 100%;
       text-align: center;
    }

    #carte_content .right_col {
       float: none;
       width: 100%;
       text-align: center;
       margin-bottom: 5px;
    }

    #carte_content .right_col_item {
        overflow: hidden;
        clear: both;
    }

    #carte_content .right_col_item .extra_infos {
        float: none;
        text-align: right;
        display: inline;
        margin-right: 5px;
    }

    #carte_content .right_col_item .price {
        float: none;
        text-align: left;
        display: inline;
        margin-left: 5px;
    }

    #carte_content .last_title {
        border-bottom: 1px solid #423a37;
    }

    #carte_content .last_accordion {
        border-bottom: 1px solid #423a37;
        padding-bottom: 25px;
    }

}



#wraper_content {
    left: -250px;
    background : transparent url('../img/video/layer.png');
}


#contact_wrapper {
    height: auto;
    padding: 0 47px;
    width: 406px;
    font-size: 12px;
    line-height: 20px;
}

#contact_wrapper a {
    color: #fff;
    text-decoration: none;
}

#title {
    padding-top: 67px;
    font-size: 24px;
    padding-left: 5px;
    line-height: 24px;
    margin-bottom: 75px;
}

#contact_wrapper p {
    margin: 0;
    margin-top: 25px;
}

#contact_wrapper a#phone_number {
    font-size: 25px;
    line-height: 20px;
}

#contact_wrapper a#reserve {
    text-decoration: underline;
    font-size: 16px;
    background: url('../img/contact/arrow.gif') no-repeat center left;
    padding-left: 8px;
}

#contact_wrapper .mail {
    margin-left: 8px;
}

#contact_wrapper a.mail:hover,
#contact_wrapper a.adresse:hover {
    text-decoration: underline;
}

#contact_wrapper ul {
    margin: 0;
    padding: 0;
} 

#contact_wrapper li {
    list-style-type: none;
    background: url('../img/contact/arrow.gif') no-repeat center left;
    padding-left: 8px;
}

@media screen and (max-width:990px) {

    #bg_superwrapper {
        position: absolute;
    }

    #contact_page {
        position: relative;
    }

    #wraper_content {
        position: relative;
        display: none;
        left: 0px;
    }

    #page_content {
        padding: 1px 25px 0 25px;
        background-color: #35393C;        
    }

    #title {
        font-size: 16px;
        letter-spacing: 0.14em; 
        margin-bottom: 57px;
        padding-left: 0;
        padding-top: 54px;
        text-align: center;
        clear: left;     
    }

    #contact_wrapper {
        margin: 0 auto;
        padding: 0 0 10px 0;
        width: 100%;
    }

    #contact_page .btn_separator {
        width: 100%;
    }
}


