@CHARSET "ISO-8859-1";
/* grand �cran */
@media (min-width: 1600px) {
    .container {
        width: 1420px;
    }
}
@media (min-height: 900px) {
    #home-slider,
    .news {
        height: 870px;
    }	
}
@media (min-width: 1200px) {
    .navbar .reserver-bloc {
        margin-left: 16px;
    }
}
/* ipad */
@media (max-width: 1024px) {
    .menus-text {
        padding: 0 6px;
        font-size: 21px;
        font-family: 'PT Sans Narrow', sans-serif;
    }
    .menus {
        margin-top: 12px;
    }
    .menus-bloc {
        margin: 20px;
        width: 28%;
        /* 	    height: 172px; */
    }
    /*	.contact.col-md-2.col-sm-2 {
                width: 33%;
            }
            .googlemaps.col-md-5.col-sm-5 {
                width: 66%;
            }*/
}
@media (max-width: 768px) {
    h1, h2, h3, h4 {
        font-size: 1.3em;
    }
    h1.site-title {
        width: 230px;
        font-size: 22px;
    }
    .news-bloc {
        width: 50%;
    }
    .menus-bloc {
        margin: 6px;
        width: 39%;
    }
}
/*----------------------------------------------------------*/
/* VERSION MOBILE */
/*----------------------------------------------------------*/
@media (max-width: 767px) {
    .container-fluid {
        width: 100%;
    }
    header {
        opacity: .91;
    }
    nav.menu .right {
        float: none;
        display: flex;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }
    .navbar .reserver-bloc {
        width: initial;
        display: block;
        padding: 2px 27px;
        margin: 0 47px 3px -13px;
        border: 1px solid #ccc;
        /* 	    background-color: firebrick; */
    }
    nav.menu .lang {
        display: none;
        margin: 16px 12px !important;
        position: absolute !important;
        right: 19px;
        word-spacing: 18px;
    }
    .navbar .reserver-btn {
        margin-top: 0;
        position: fixed;
        bottom: 0;
        width: 100vw;
        min-height: 48px;
        text-align: center;
        font-size: 28px;
    }
    .navbar-nav li.menu-item {
        padding-top: 12px;
    }

    /* 	// pas de galerie sur mobile */
    li.menu-item-home-galerie {
        display: none;
    }
    footer.site-footer.footer {
        /*position: static;*/
        opacity: 0;
        height: auto;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }
    #menu-footer li {
        width: 50px;
    }
    .col-md-8.col-sm-8.footer-text {
        display: none;
    }
    .news-bloc {
        width: 100%;
    }
    .row.news-text {
        width: 91%;
    }
    span#close_news {
        left: 36px;
    }

    .menus {
        height: auto;
    }
    .menus-bloc {
        margin: 6px;
        width: 96%;
    }
    .menus_lunch .menus-bloc, 
    .menus_dinner .menus-bloc {
        margin: 16px 0 0 0;
        width: 71%;
    }
    .menus_lunch,
    .menus_dinner {
        width: 100%;
        text-align: center;
        height: auto;
        padding: 24px 0 24px 0;
        background-position: center bottom;
    }
    #home-acces .acces-bloc {
        display: none;
        width: 0;
    }
    .row.contact-text {
        text-align: center;
    }
    #home-acces.container-fluid, .googlemaps.col-md-5.col-sm-5 {
        padding: 0;
        margin: 0;
    }
/*    #home-galerie {
        visibility: hidden;
        display: none;
    }*/

    .single #content .container-fluid,
    .single #content .container,
    .single #content .w_right_side{
        padding: 0;
        margin: 0;
    }
    body.page #content img.alignleft {
        float: none;
        display: block;
        margin-bottom: 15px;
    }
    #home-blog .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #home-blog .bp-blog-post {
        padding: 0;
    }
    #post-104::after {
        clear: both;
    }
    #post-37::before {
        clear: both;
    }
    #home-blog .col-md-12.w_blogs_post_desc {
        width: 100%;
    }
    .blog-content.col-md-12 p img {
        max-width: 78vw;
        height: auto;
    }
    /* footer */
    footer.site-footer.footer {
        padding-bottom: 64px;
    }
    li.footer-space {
        margin-right: 6px;
    }
    li.footer-facebook-db, li.footer-instagram-db {
        background-size: 32px;
        width: 32px !important;
        margin-left: 0 !important;
    }
    div#home-blog {
        margin-bottom: 64px;
    }
}
/* iphone 5 */
@media (max-width: 320px) {
    .row.news-text {
        width: 91%;
        padding: 10px;
    }
}
