@font-face {
    font-family: "Century Gothic", sans-serif;
    src: url('../fonts/GOTHIC.ttf');
}

.hidden {
    display: none!important;
}

.options {
    display: none!important;
}
.manage {
    display: none;
}

input[type="checkbox"] {
    filter: invert(100%) hue-rotate(-50deg) brightness(0.7);
}

#cookie-banner {
    padding: 1rem 1rem 3rem 1rem;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    background-color: black;
    display: flex;
    font-family: "Century Gothic", sans-serif;
    flex-direction: column;
    border-top: 1px solid #ff0066;
}

#button {
    display: flex;
    justify-content: center;
}

#optionsCookies {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#optionsCookies label {
    margin-right: 0.5rem;
    margin-left: 0.2rem;
    margin-bottom: 0!important;
}

.headerCookie {
    color: #f3f3f3;
    padding: 0.5rem 0.75rem;
    line-height: 1.5;
    align-items: center;
    text-align: center;
}

.headerCookie a{
    color: #6c757D
}

.headerCookie a:hover {
    text-decoration: none;
}

#consent-cookies, #manage{
    color: #ff0066;
    cursor: pointer;
}


body, h1, h2, h3, h4, h5, h6, p{
    font-family: "Century Gothic", sans-serif;
    font-size: 0.85rem;
}

.bg-black{
    background-color: black;
    color: white;
}

#navbar{
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 30px;
    top: 0;
    z-index: 99;
}

#navbar .navbar-brand img{
    max-height: 40px;
}

.navbar-dark .navbar-toggler {
    color: white;
    border: none;
}

#navbar ul.nav a.nav-link.active{
    background-color: transparent !important;
}

#navbar > div.collapse > ul > li.nav-item > a.nav-link{
    color: white;
}
.buttonAdmin{
    color: white;
}
#topSeparator{
    border-top: 3px solid white;
    margin-left: -15px;
    margin-right: -15px;
}

#mainContent{
    margin-left: 45px;
    padding: 15px;
}

#sidenav{
    position: fixed;
    width: 500px;
    left: 0;
    right: 0;
    top: 0;
    height: 45px;
    -webkit-transform: perspective(1px) rotate(-90deg) translateX(-350px) translateY(-217px) translateZ(0);
    background-color: black;
    /*padding-left: 50px;*/
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    text-transform: uppercase;
}

#sidenav > ul{
    list-style: none;
}

#sidenav > ul > li{
    text-decoration: none;
    float: left;
}

#sidenav > ul > li > a{
    color: white;
    display: block;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

#sidenav .sideNavMenu{
    float: right;
}

h1.tabTitle{
    font-size: 65px;
    position: relative;
    font-weight: 600;
}

h1.tabTitle:after {
    position: absolute;
    bottom: 15px;
    overflow: hidden;
    width: 6em;
    height: 3px;
    content: '\a0';
    background-color: white;
    margin-left: 7px;
}

h3.categoryTitle{
    font-size: 40px;
    position: relative;
    margin-left: 40px;
    font-weight: 600;
}

h3.categoryTitle:before{
    position: absolute;
    bottom: 12px;
    left: -40px;
    overflow: hidden;
    width: 35px;
    height: 3px;
    content: '\a0';
    background-color: white;
}
.telNumber, .address{
    color: white;
}

.telNumber:hover, .address:hover{
    color: white;
    text-decoration: none;
}
footer{
    height: 125px;
    padding: 20px 55px;
    border-top: 3px solid white;
    margin-right: -15px;
    margin-left: -15px;
}

footer .social-icon svg{
    max-height: 15px;
    max-width: 15px;
    fill: white;
    margin-right: 10px;
}

footer .social-icon svg:hover, footer a.social-icon:hover{
    text-decoration: none;
}

.poweredBy{
    font-size: 10px;
}

footer li.nav-item{
    float: right;
}

footer a.nav-link{
    color: white;
    padding: 5px 0;
    font-size: 80%;
    font-weight: 400;
    float: right;
}

footer a.nav-link.active{
    background-color: transparent !important;
}

button.addToOrder:hover{
    background-color: transparent;
}

.tab-pane{
    color: white;
}

#rightCarousel{
    position: fixed;
    right: 0;
    left: 50%;
    top: 0;
    bottom: 0;
}

.carousel-inner{
    z-index: 1;
}

.carousel-item{
    height: 100vh;
}

#sideNavBottom{
    position: fixed;
    bottom: 25%;
    left: 0;
    width: 45px;
}

#reservationTicker, #orderTicker{
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 25px;
}

#orderItemsListWrapper thead th{
    background-color: black;
}

#infos{
    font-size: 85%;
}

#infos .validateButton{
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 225px;
}

.validateButton:hover, .validateButton.active{
    text-decoration: none;
    color: black !important;
}

.validateButton:hover svg, .validateButton:hover svg path,
.validateButton.active svg, .validateButton.active svg path{
    fill: black !important;
}

.form-control:focus{
    box-shadow: none !important;
}

#contact_ticket input, #contact_ticket textarea{
    font-size: 85%;
    background-color: black;
    border: 1px solid black;
    border-bottom: 2px solid #3b3b3b;
    margin-bottom: 25px;
}

#contact_ticket input:focus, #contact_ticket textarea:focus{
    box-shadow: none;
    outline: none;
}

#orderContainer, #reservationContainer, #orderItemsList, #orderContainer input, #reservationContainer input,
#orderContainer label, #reservationContainer label{
    background-color: black;
    color: white;
}

#orderContainer h5, #mapContainer h5, #reservationContainer h5, #orderStep2 label, #orderStep2 p, #orderStep3 p,
#reservationContainer label, #orderDelivery label, #orderDelivery p{
    color: white;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td,
.table-bordered thead th, .table-bordered thead td{
    color: white;
}

button:focus{
    outline: none;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #585858;
}

#carte p.mb-0{
    font-weight: 600;
}

#carte h4.price{
    font-size: 1.3rem;
}

.carousel-control-prev, .carousel-control-next{
    opacity: 1;
    align-items: flex-end;
}

.carousel-control-next svg{
    transform: rotate(180deg);
}

.carousel-control-prev svg, .carousel-control-next svg{
    width: 70px;
    margin-bottom: 5px;
}

.carousel-control-next:after{
    content: "";
}

.addToOrder{
    float: left;
    margin-left: 10px;
}

a {
    color: white;
}

.totalHr{
    border: 0.5px solid white !important;
}

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

.contentRow{
    min-height: 90vh;
}

.footerRow{
    min-height: 10vh;
}

#rightCarousel img{
    height: 100vh;
}
#orderItemsList > thead > tr > th:nth-child(1){
    top: -1rem!important;
    background: black;
    height: 4rem;
}
#orderItemsList > thead > tr > th.text-left.position-sticky{
    top: -1rem!important;
    background: black;
    height: 4rem;
}
#orderItemsList > thead > tr > th.text-center.position-sticky{
    top: -1rem!important;
    background: black;
    height: 4rem;
}
#dishOptionsModal #close-btn{
    color: white;
}
#dishOptionsModal{
    border: 1px solid white;
}
@media screen and (max-width: 800px) {
    body{
        font-size: 90%;
    }

    #navbar{
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 2px solid white;
        height: 75px;
        padding: 15px 40px;
    }

    #navbar .navbar-collapse{
        position: fixed;
        top: 75px;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: black;
        margin-left: 0 !important;
    }

    #navbar .navbar-collapse > ul{
        font-size: 1.4rem;
        line-height: 3rem;
        margin-top: 55px !important;
        font-weight: 900;
        padding-left: 15px;
        display: block;
        height: 100%;
    }

    #navbar .navbar-collapse > ul > li{
        display: block;
        width: 100%;
    }

    #navbar .navbar-toggler{
        float: right;
    }

    #navbar .navbar-toggler svg{
        width: 30px;
        fill: white;
    }

    #navbar .navbar-brand img{
        max-height: 40px;
    }

    #navbarTogglerButton svg{
        transition: transform 0.5s;
    }

    h1.tabTitle{
        font-size: 40px;
        font-weight: 600;
    }

    h1.tabTitle:after{
        width: 3em;
        margin-left: 7px;
    }

    h3.categoryTitle{
        font-size: 25px;
    }

    #rightCarousel {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    #sidenav{
        position: relative;
        display: none;
    }

    #sideNavBottom{
        position: fixed;
        top: 20px;
        left: auto;
        right: 85px;
        z-index: 100;
        width: 150px;
        height: 75px;
        text-align: right;
    }

    #sideNavBottom svg{
        width: 25px;
    }

    #orderTicker {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 25px;
        top: -50px;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        z-index: 999 !important;
        transition: transform 0.3s;
    }

    #reservationTicker {
        width: 50px;
        height: 50px;
        position: absolute;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        z-index: 999 !important;
        transition: transform 0.3s;
        left: 100px;
        top: -46px;
    }

    #mainContent{
        margin-left: 0;
        margin-top: 75px;
    }

    footer{
        padding: 20px 15px;
        font-size: 80%;
    }

    footer .social-icon svg {
        max-height: 12px;
        max-width: 12px;
    }

    footer > div:nth-child(1) > div.col-7.col-md-8 > div.mt-2 > span.small > span {
        display: inline-block;
    }

    footer div.nav.nav-pills{
        margin-top: 17px;
    }

    .poweredByWrapper{
        margin-top: 15px;
    }

    .carousel-inner{
        height: 90%;
        padding-bottom: 75px;
        background-color: black;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 35%;

    }

    .carousel-control-prev svg, .carousel-control-next svg {
        width: 50px;
        margin-bottom: 25px;
    }
}
