/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

/*RESET CSS BEGIN*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*RESET CSS END*/

/*HELPING CLASSES BEGIN*/

.left {
    float: left;
}

.right {
    float: right;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}


.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}
.thin {
    font-weight: lighter !important;
}
.yellow {
    color: #ECDF30;
}
.bold {
    font-weight: 800;
}
.semi {
    font-weight: 600;
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

p,
ul li,
ol li {
    font-size: 17px;
    line-height: 24px;
}


/*HELPING CLASSES END*/
* {
    font-family: 'Raleway';
    font-size: 15pt;
    color: white;
    font-weight: normal;
}
body {
    font-family: "Raleway", sans-serif !important;
    background-color: #000000;
    color: white;
    font-size: 15pt;
    position: relative;
}

.head {
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 20px;
    padding-right: 30px;
    border-bottom: 2px solid #ECDF30;
}

.navbar {
    padding-right: 20px;
}

.logo {
    width: 290px;
    cursor: pointer !important;
    margin-left: 20px;
    outline: none;
}

/*.logo:hover {
    animation: spin-dat-cat 3s;
}*/

@keyframes spinning-logocat {50%{transform:rotateY(180deg);}}
@keyframes spin-dat-cat {50%{transform:rotateY(180deg);}}

.logo:focus {
    outline: none;
}

.right>li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    font-size: 16px;
    position: relative;
}

.right>li>a {
    display: block;
    cursor: pointer;
    color: white;
    text-decoration: none;
    transition: transform 0.3s;
}

.active .hover-2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
    background-color: #ECDF30;
    -webkit-transition: -webkit-transform 0.3s;
}

.hover-2:hover:after {
    -webkit-transform: scaleX(1);
    max-width: 100%;
}

.right div.link-txt {
    line-height: initial;
    display: inline-block;
}

.align {
    margin-top: 15px;
}

.dash {
    display: inline-block;
    width: 0;
    height: 0.75em;
    border-right: 1px solid #ECDF30;
    line-height: 120px;
}

.right ul li a.active {
    font-weight: bold !important;
    border-bottom: 3px solid #ECDF30;
}

.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


.contact a {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    padding-right: 5px;
    text-decoration: none;
    color: white;
}

.contact:hover{
    text-decoration: none;
    color: white;
}

.contact i{
    margin-right: 6px;
}

.connect a{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 600;
    padding-right: 8px;
    padding-left: 9px;
    font-size: 16px;
    text-decoration: none;
    color: white;
}

.connect:hover{
    text-decoration: none;
    color: white;
}

.infos {
    margin-right: 55px;
}

.resto-body {
    border-bottom: 2px solid #ECDF30;
}

.resto-body .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.static {
    position: static;
}

.col-xs-12 {
    padding: 0 0;
}

.preview {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 41.666667%);
    /*overflow: hidden;*/
    /*background: url('../img/yoko-resto.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}

#carousel-example-generic, #carousel-example-generic-2 {
    height: 100%;
}

#carousel-example-generic-2 {
    display: none;
}

.carousel-inner > .item > img {
    max-height: -webkit-fill-available;
    max-width: none;
}

.mobile-header, .mobile-menu {
    display: none;
}

.peri, .compans {
    display: flex;
    padding: 150px 20px 150px 80px;
    background-color: black;
}

.resto-name {
    line-height: 1.4;
    padding-top: 15px;
    text-align: right;
}

.resto-name .name {
    font-size: 30px;
    font-weight: 600;
}

.resto-name .resto {
    font-size: 28px;
    font-weight: 100;
}

.separateur {
    display: inline-block;
    width: 0;
    height: 6em;
    border-right: 2px solid #ECDF30;
    line-height: 120px;
    margin: auto 30px;
}

.resto-details {
    font-size: 14px;
    padding-top: 2px;
}

.resto-details .address {
    margin-bottom: 15px;
    font-weight: 100;
    line-height: 1.2;
}

.resto-details .phone {
    margin-bottom: 15px;
    font-weight: 100;
}

.resto-details .phone a {
    text-decoration: none;
    color: white;
}

.resto-details .phone a:hover,
.resto-details .phone a:focus,
.resto-details .phone a:active {
    color: #ECDF30;
}

.resto-details .map {
    margin-bottom: 10px;
}

.fa-caret-right {
    color: #ECDF30;
    margin-left: 3px;
}

.map, .info {
    cursor: pointer;
}

.current:after {
    position: absolute;
    content: "";
    z-index: 50;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 30px;
    border-color: transparent transparent transparent #111111;
}

.col-md-5 {
    padding-right: 0;
}

.resto-body .row {
    position: relative;
    margin-right: 0;
}

#map {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 40;
    display: none;
}

.peri-info-container,
.compans-info-container {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 300;
    display: none;
}

.info-text {
    position: relative;
    background:rgba(0,0,0,0.8);
    padding: 70px;
    text-align: center;
    font-weight: 600;
    z-index: 300;
}

.mg {
    margin-bottom: 5px;
}

.contents {
    top: 0;
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.close-info {
    top: 15px !important;
    right: 15px !important;
}

.btn-close {
    position: absolute;
    top: 30px;
    right: 25px;
    background-color: black;
    border: none;
    width: 36px;
    height: 36px;
    padding: 0;
    z-index: 200;
    display: none;
}
.btn-close:focus{
    outline: none;
}
.btn-close span:first-of-type {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close span:last-of-type {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-close span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    overflow: hidden;
}
.btn-close span:first-of-type:before {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.btn-close span:before {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.btn-close span:after {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.btn-close span:before, .btn-close span:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #b4a895;
    content: "";
    display: block;
    left: 0;
    transition: all 300ms ease-in-out;
}
.btn-close span:last-of-type:before {
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}
.btn-close span:last-of-type:after {
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.btn-close:hover span:before {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.btn-close:hover span:after {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.btn-close:hover span:first-of-type:before {
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.btn-close:hover span:first-of-type:after {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

.btn-close:hover span:last-of-type:before {
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}

.btn-close:hover span:last-of-type:after {
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

#foot {
    background: url('../img/fond-footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-container {
    padding: 40px 10px;
    width: 850px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.footer-title p {
    font-size: 15px ;
    font-weight: 600;
}
.footer-text p {
    font-size:12px ;
    color: #C1C1C1 !important;
}
.footer-text a {
    text-decoration: none;
    color: #C1C1C1 !important;
}
.tel{
    text-decoration: none !important;
    color: #C1C1C1 !important;
}
footer {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}
footer a {
    text-decoration: none;
    color: #ffffff;
}
footer a:hover {
    text-decoration: none;
    color: #ECDF30;
}
footer a:visited, footer a:active {
    color: #ffffff;
}
.read-more {
    padding: 6px 0;
}
.read-more a {
    font-size: 13px;
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    background-color: #353535;
    border-radius: 3px;
}
.read-more a:hover {
    background-color: #60605F;
    transition: 0.6s;
}
.icons {
    color: black !important;
}
.btn-social {
    background-color: #ECDF30;
    padding: 4px 8px;
    border-radius: 6px;
    margin-right: 7px;
    margin-top: 10px;
}

#foot .icons span.fa {
    color: black;
}
.fa-facebook {
    padding: 0 4px;
}
.fa-instagram {
    padding: 0 2px;
}

@media only screen and (min-width: 1900px){
    .peri, .compans {
        padding: 160px 144px;
    }
    .current:after {

    }

    .no-mobile{
        display: none;
    }

    .separateur {
        display: inline-block;
        width: 0;
        height: 7em;
        border-right: 2px solid #ECDF30;
        line-height: 120px;
        margin: auto 55px;
    }

    .resto-details {
        font-size: 17px;
        padding-top: 2px;
    }

    .resto-name .resto {
        font-size: 36px;
    }
}

@media only screen and (max-width: 822px) {
    .right>li {
        margin: 0 3px;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-row {
        margin-bottom: 30%;
    }
    footer {
        display: block;
        line-height: 1.7;
        border-top: 1px solid white;
        margin: 0 13%;
        background: transparent;
        position: absolute;
        font-size: 12px;
        bottom: -20px;
    }
    #foot, .head, .preview {
        display: none;
    }
    .mobile-header .panier-closed {
        display: none;
    }
    .mobile-header .panier-opened {
        display: block;
    }
    .mobile-header.panier-closed .panier-closed {
        display: block;
    }
    .mobile-header.panier-closed .panier-opened {
        display: none;
    }
    .resto-body {
        border: none;
    }
    nav.mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 35px 25px;
        background: url('../img/fond-footer.jpg');
        background-repeat: no-repeat;
        border-bottom: 1px solid #ECDF30;
    }
    .mobile-hamburger {
        cursor: pointer;
    }
    .mobile-logo img {
        width: 160px;
    }
    .mobile-menu {
        background-color: black;
        position: fixed;
        z-index: 9999999;
        left: 0;
        width: 100%;
        display: none;
        top: 0;
        bottom: 0;
        margin-top: 100px;
        flex-direction: column;
        justify-content: space-between;
    }
    .mobile-menu ul {
        list-style: none;
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
        margin-bottom: 0;
    }
    .mobile-menu ul li {
        padding: 26px 0;
        border-top: 1px solid #DBDBDB;
    }
    .mobile-menu ul li:first-child {
        border-top: none;
    }
    .mobile-menu ul li a {
        text-decoration: none;
        color: white;
        font-weight: 200;
        font-size: 22px;
    }
    .mobile-social-icons {
        background-color: #1B1B1B;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
    }
    .btn-mobile-social {
        background-color: #ECDF30;
        padding: 4px 10px;
        border-radius: 6px;
        margin-right: 18px;
        font-size: 22px;
    }
    .btn-mobile-social:last-child {
        padding: 4px 8px;
    }
    .return {
        cursor: pointer;
    }
    .user {
        padding-left: 10px;
    }
    .preview {
        position: relative;
        width: 100%;
        height: 45vh;
    }
    .current:after {
        display: none;
    }
    .peri, .compans {
        display: block;
        padding: 80px 30px 40px 30px;
    }
    .resto-name {
        text-align: left;
    }
    .separateur {
        display: none;
    }
    .resto-details {
        margin-top: 40px;
    }
    .resto-details .address {
        position: absolute;
        top: 55%;
        right: 30px;
        text-align: right;
        font-size: 16px;
        line-height: 1.1;
    }
    .resto-details .phone {
        position: absolute;
        right: 30px;
        bottom: 12%;
        font-size: 16px;
        font-weight: 500;
    }
    .no-mobile {
        display: none;
    }
    .info-text{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 30px;
        background: rgba(0,0,0,0.4);
    }
    .btn-close {
        top: -195px;
        right: 30px;
    }
    .current {
        background-color: black;
        border-bottom: 2px solid #d4d4d4;
    }
    .resto-name {
        padding-top: 0;
    }
    .info {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .mobile-logo img {
        width: 120px;
    }
    .mobile-options img,
    .mobile-hamburger img {
        transform: scale(.9);
    }
    #hero .title {
        font-size: 38px;
    }
    #hero .command {
        font-size: 14px;
    }
    #checkout {
        font-size: 18px !important;
    }
    footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    #carousel-example-generic, #carousel-example-generic-2 {
        height: 45vh !important;
    }
    .operations .ic {
        transform: scale(.8) translateX(40%);
    }
    .products {
        padding-bottom: 30px;
    }
}

/* Desktop */
@media only screen and (min-width: 768px) {
    /* .header-container {
        height: 100px;
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
    }
    .header-container > .head {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    } */
    .header-container > .head .burger-nav + .right.align {
        margin: 0 !important;
    }
    .logo {
        background-size: auto 90% !important;
    }
    
    .mobile-header,
    .mobile-content,
    .yoko-details-breadcrumb,
    .tel-wrapper,
    .mobile-menu {
        display: none;
    }
}


.wow.fadeIn {
    visibility: hidden;
}
#foot .icons span.fa {
    color: black;
}
.btn-mobile-social span.fa {
    color: black;
}
.btn-mobile-social:last-child {
    padding: 4px 8px;
    margin-right: 0;
}
.standalone-stick-button {
    background-color: #ECDF30;
    padding: 15px 10px;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    display: inline-flex;
    width: initial;
    float: right;
    margin-top: 20px;
    position: absolute;
    z-index: 99999;
}
.standalone-stick-button a:hover,
.standalone-stick-button a:active,
.standalone-stick-button a:focus {
    text-decoration: none !important;
    color: black;
}
.standalone-stick-button * {
    color: black;
}
.standalone-stick-button a {
    margin-left: 10px;
    font-weight: bold;
}

.dropdown.right.mobile-content {
    display: none;
}

.peri-cont,
.compans-cont {
    cursor: pointer;
}

@media only screen and (max-width: 1281px) {
    nav .infos {
        margin-right: 0;
    }
    nav .align {
        margin-top: 10px;
        margin-right: -15px;
    }
    .logo {
        width: 220px;
        background-size: auto 60%;
    }
}

@media only screen and (min-width: 768px) {
    .lg-h-100 {
        height: 100%;
    }
    .lg-h-50 {
        height: 50%;
    }
    .peri-container,
    .compans-container {
        display: inline-flex !important;
        width: 100% !important;
        justify-content: flex-start !important;
        align-items: center !important;
        padding-left: 15% !important;
    }
    .peri, .compans {
        display: flex;
        padding: 0;
        background-color: black;
    }
    .resto-body {
        height: calc(100vh - 105px);
    }
    .current {
        background-color: #111111 !important;
        border-bottom: 1px solid #333 !important;
        border-top: 1px solid #333 !important;
    }
}
/* @media only screen and (max-width: 768px) {
    .peri, .compans {
        display: flex;
        padding: 150px 20px 150px 80px;
        background-color: black;
    }
} */


@media only screen and (width: 1024px) {
    nav .align {
        margin-right: 0;
    }
    .logo {
        background-size: 100% !important;
        width: 200px !important;
        margin: 0;
        position: relative;
        left: 20px;
        top: 15px;
    }
    nav .infos {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 0 20px 0;
    }
    #address-bar-wrapper {
        margin-top: 30px;
    }
}
