@font-face {
    font-family: 'Feltigaro';
    src: url("/themes/simple_dark/fonts/Feltarigo.otf");
}

@font-face {
    font-family: 'Bison';
    src: url("/themes/simple_dark/fonts/Bison-Bold.ttf");
}

@font-face {
    font-family: 'Roboto Light';
    src: url("/themes/simple_dark/fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: 'Roboto';
    src: url("/themes/simple_dark/fonts/Roboto-Bold.ttf");
}


.hidden {
    display: none!important;
}

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

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

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

#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;
    letter-spacing: 2px;
}

.headerCookie a{
    color: #6c757D
}

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

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


body{
    background-color: #141414;
    color: white;
    font-size: 14px;
    font-family: 'Roboto Light', sans-serif;
}

h1, h2, h3{
    font-family: 'Bison', sans-serif;
}

nav#navbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 999;
    padding: 0 35px;
    background-color: #14141469;
}

nav#navbar.opaque{
    background-color: #141414;
}

nav .navbar-brand img{
    max-height: 30px;
    max-width: 50px;
}

#navbarToggler{
    width: 100%;
    margin-right: -35px;
    margin-left: -35px;
    background-color: #141414;
    color: white;
}

#navbarToggler li{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
}

#navbarToggler li a.nav-link{
    font-size: 1.3rem;
    color: white;
    text-transform: uppercase;
    font-family: 'Bison', sans-serif;
}

#navbarTogglerButton{
    padding: 0 7.5px;
    border: none;
    outline: none;
    box-shadow: none;
}

#navbarTogglerButton.collapsed{
    padding: 0;
}

#navbarTogglerButton svg{
    width: 15px;
    fill: white;
}

#navbarTogglerButton.collapsed svg{
    width: 20px;
    fill: white;
}

#about .aboutHeader{
    min-height: 65vh;
    background-size: cover;
}

#about .aboutHeader .aboutText{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
}
.telNumber, .address{
    color: white;
}

.telNumber:hover, .address:hover{
    color: white;
    text-decoration: none;
}
.darkFilter{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.4;
}

.fontFeltigaro{
    font-family: 'Feltigaro', cursive;
}

.pictureRow > div.col-6{
    min-height: 200px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.aboutTitle{
    font-size: 5rem;
    text-align: center;
}

.titleTitle{
    width: 100%;
    font-size: 3rem;
}

.titleTitle:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.padCol{
    padding: 75px 35px;
}

#carte{
    font-size: 12px;
}

#carte p.mb-0{
    font-family: 'Roboto', sans-serif;
}

#carte  h4.price{
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-top: 10%;
    margin-right: 10px;
}

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

#contact_ticket input, #contact_ticket textarea{
    font-size: 85%;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 35px;
    border-radius: 0;
    margin-top: 25px;
    font-family: 'Roboto Light', sans-serif;
    font-style: oblique;
}

#contactSubmit, .mapButton{
    background-color: transparent;
    border: none;
    width: 150px;
    color: white;
    font-family: 'Bison', sans-serif;
    font-size: 1.5rem;
}

#contactSvg{
    transform: rotate(180deg);
    vertical-align: baseline;
    width: 40px;
    display: inline-block;
    fill: white;
    margin-left: 10px;
}

#infos{
    text-align: center;
    font-family: 'Bison', sans-serif;
}

#infos .infos{
    font-size: 1.2rem;
}

#infos .telNumber{
    color: white;
}

#map{
    margin-left: -35px;
    margin-right: -35px;
}

#infos .socialIcons .social-icon{
    margin-right: 20px;
}

#infos .socialIcons .social-icon svg{
    width: 25px;
    max-height: 25px;
    fill: white;
}

.legalRow{
    margin-bottom: 2rem;
}

.legalRow a{
    display: inline-block;
    color: white;
}

#privacyPolicy-tab{
    float: right;
}

footer{
    font-family: 'Bison', sans-serif;
    padding-bottom: 50px;
}

footer > div.row > div{
    padding: 0 35px;
}

.footerLogo{
    text-align: center;
    margin-bottom: 50px;
}

.footerLogo img{
    max-width: 40%;
    max-height: 100px;
}

.addToOrder svg, .addToOrder svg .cls-1{
    fill: white;
}

.dishRow{
    margin-bottom: 15px;
}

#legalModal .modal-content{
    background-color: #141414;
    color: white;
}

#orderContainer, #reservationContainer, select option{
    background-color: #141414;
    color: white;
}

select option[selected='selected']{
    background-color: #535252;
    color: white;
}

#orderItemsList, #orderContainer h5, #mapContainer h5, #reservationContainer h5, #orderStep2 label, #orderStep2 p,
#orderStep3 p, #reservationContainer label, #orderDelivery label, #orderDelivery p, #orderStep2 label, #orderStep2 p,
#orderStep3 p, #reservationContainer label, #orderDelivery label, #orderDelivery p, .table-bordered thead th, .table-bordered thead td{
    color: white
}

button:focus{
    outline: none;
    box-shadow: none;
}

input, textarea, .form-control, #orderContainer .form-control, #reservationContainer .form-control{
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0;
    font-family: 'Roboto Light', sans-serif;
    color: white;
}

.validateButton:hover, .validateButton.active{
    color: #141414 !important;
}

.validateButton:hover svg, .validateButton:hover .cls-1{
    fill: #141414 !important;
}

.pictureRow div.col-6{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#orderItemsList > thead > tr > th:nth-child(1){
    top: -1rem!important;
    background: #141414;
    height: 4rem;
}
#orderItemsList > thead > tr > th.text-left.position-sticky{
    top: -1rem!important;
    background: #141414;
    height: 4rem;
}
#orderItemsList > thead > tr > th.text-center.position-sticky{
    top: -1rem!important;
    background: #141414;
    height: 4rem;
}

#dishOptionsModal{
    background-color: #141414!important;
    color: white!important;
    border: none!important;
}
#dishOptionsModal h1{
    border-bottom: 1px solid white!important;
}
#close-btn{
    color: white!important;
}
