/*
Theme Name: Lilys
Description: Lilys - thème
Version: 1.0.2
Author: Inside Web
Author URI: https://www.insideweb.be
*/
:root {
    --black: #000000;
    --white: #FFFFFF;
    --bordeau: #6C2227;
    --or: #DCC594;
}
body{
    font-family: 'Jost', sans-serif;	
    font-weight:400;
    margin: 0;
    overflow-y: scroll;
    font-size: 16px;
    color:var(--black);
    /*background: var(--bordeau);
    padding: 24px;*/
    letter-spacing: 1.6px;
    line-height: 26px;
}
/*main{
    background: var(--white);
}*/
a{
    text-decoration: none;
    color: var(--black);
}
a:hover, .navbar-light .navbar-nav .nav-link:hover {
    text-decoration: none;
    color: var(--or);
}
img {
    width: 100%;
}
button {
    transition: all 0.5s ease 0s;
}
p:last-child {
    margin-bottom: 0;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
button {
    background: var(--bordeau);
    padding: 15px 0px;
    color: var(--white);
    width: 180px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 26px;
    border: unset;
}
button:hover {
    background: var(--or);
    color: var(--black);
}
.bg-or{
    background: var(--or);
}
.bg-bordeau{
    background: var(--bordeau);
}
.title{
    font-size: 34px;
    line-height: 53px;
    letter-spacing: 10.2px;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
}
.container{
    max-width: 1200px;
}
.slidernormal{
    height: 60vh;
    min-height: 500px;
    object-fit: cover;
    max-height: 650px;
}
.colnormal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mb-100{
    margin-bottom: 100px;
}
.mt-50{
    margin-top: 50px;
}
.modal .btn-close{
    margin: unset !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    color: var(--black);
    position: absolute;
    right: 15px;
    margin-top: 15px !important;
}
.modal .modal-title{
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: var(--or);
}
.modal-header{
    border-bottom: unset;
}
#popupModal .modal-dialog{
    max-width: fit-content;
}
.carousel-control-prev, .carousel-control-next{
    width: fit-content;
    height: fit-content;
    top: inherit;
    right: 0;
    left: inherit;
    font-size: 25px;
    padding: 8px;
    opacity: 1;
    background: transparent;
}
.carousel-control-prev:hover, .carousel-control-next:hover{
    background: transparent !important;
    color: var(--bordeau) !important;
}
.carousel-control-prev:focus, .carousel-control-next:focus{
    opacity: 1;
}
.carousel-control-prev{
    right: 45px;
}
.modal h2{
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--bordeau);
}
.modal h3{
    font-size: 20px;
    font-weight: 500;
}
.modal .event{
    border-top: solid 1px var(--or);
    padding-top: 30px;
}
.modal .event:first-child{
    border-top: unset;
    padding-top: 0px;
}
.modal p{
    margin-bottom: 30px;
}
#popupModal .modal-body{
    padding: 40px;
}
/*Header*/
header{
    background: var(--white);
    padding-top: 60px;
    padding-bottom: 30px;
}
.navbar-brand img{
    max-width: 185px;
}
.nav-link{
    color: var(--bordeau) !important;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 12px;
}
.nav-link:hover{
    color: var(--or) !important;
}
.brand .nav-link{
    background: url(b602848f93-Logo.svg);
    text-indent: -9999px;
    width: 185px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 185px 50px;
    margin: 0px 70px;
}
.navbar-brand{
    margin-right: 0px;
}
.navbar-nav{
    align-items: center;
}
.menu-left, .menu-right{
    display: flex;
    align-items: center;
    width: calc(50% - (185px / 2));
}
.menu-left .navbar-nav{
    margin-left: 66px;
}
.menu-right{
    justify-content: flex-end;
}
.logoheader{
    display: none;
}
.wpml-ls-statics-shortcode_actions{
    width: fit-content;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-item-toggle, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu .wpml-ls-link{
    color: var(--bordeau) !important;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 500;
    text-transform: uppercase;
    border: unset;
    background: unset !important;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-item-toggle:hover, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu .wpml-ls-link:hover{
    color: var(--or) !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
    border: unset;
}
.menu-desktop{
    display: flex;
    width: 100%;
}
.menu-mobile{
    display: none;
}
/*Fin header*/
/*Footer*/
footer{
    background: var(--bordeau);
    color: var(--white);
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 30px;
}
.cookieinfo-close:hover{
    background: var(--white) !important;
}
.cookieinfo a:hover{
    color: var(--black) !important;
}
footer a{
    color: var(--white);
    width: fit-content;
    margin: auto;
}
footer i{
    color: var(--or);
    font-size: 20px;
}
footer i:hover{
    color: var(--white);
}
footer .bar{
    height: 2px;
    max-width: 300px;
    background: var(--or);
    margin: auto;
    margin-bottom: 30px;
}
footer .discover{
    display: flex;
    flex-direction: column;
}
footer .all{
    margin-bottom: 20px;
}
/*Fin Footer*/
/*Home*/
#header{
    padding-bottom: 60px;
}
#header .carousel, #header .carousel img{
    height: 70vh;
    min-height: 500px;
    object-fit: cover;
    max-height: 760px;
}
#header .overlay{
    right: 50%;
    bottom: 0;
    transform: translate(50%,50%);
    z-index: 2;
}
#header h1{
    margin-top: 70px;
}
#header p span{
    font-weight: 600;
}
#eat button:hover{
    background: var(--white);
    color: var(--black);
}
#club .carousel, #club .carousel img{
    height: 60vh;
    min-height: 450px;
    object-fit: cover;
    max-height: 650px;
}
#club img{
    filter: brightness(0.9);
}
#club .overlay{
    right: 50%;
    bottom: 0;
    transform: translate(50%,-25%);
    z-index: 2;
    width: 100%;
    text-align: center;
    color: var(--white);
}
#reservation{
    padding-top: 100px;
    padding-bottom: 100px;
    color: var(--white);
}
#reservation a{
    color: var(--white);
}
#reservation button{
    margin-top: 50px;
    background: var(--or);
    color: var(--black);
}
#reservation button:hover{
    background: var(--white);
}
#reservation .title{
    margin-bottom: 20px;
}
#contact{
    padding-bottom: 100px;
    padding-top: 100px;
}
#contact h3{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 26px;
    margin-bottom: 0px;
    padding-top: 5px;
}
#contact .contact{
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    width: fit-content;
}
#contact .contact a{
    width: fit-content;
}
#contact .contact a:hover{
    color: var(--bordeau);
}
#contact .infos{
    padding-top: 40px;
    width: fit-content;
}
#contact .bar{
    height: 2px;
    max-width: 250px;
    background: var(--bordeau);
}
#contact span{
    color: var(--bordeau);
}
#map iframe{
    display: block;
    width: 100%;
    filter: grayscale(100%);
    max-height: 350px;
}
.fit{
    width: fit-content;
}
/*Fin Home*/
#post-404{
    text-align: center;
    color: var(--bordeau);
    font-weight: 600;
    padding: 60px 0px;
}
/*AGENDA*/
#events{
    padding-top: 100px;
    padding-bottom: 100px;
}
#events .title{
    color: var(--white);
    margin-bottom: 50px;
}
#events .row-events{
    --bs-gutter-x: 100px;
    --bs-gutter-y: 100px;
    margin-bottom: 100px;
}
#events .event {
    position: relative;
}
#events .event::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #A24926;
    opacity: 0.45;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
}
#events .event .event-image{
    aspect-ratio: 16/18;
    object-fit: cover;
    min-height: 250px;
}
#events .event .content-event{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 2;
}
#events .event .event-subtitle, #events .event .event-title, #events .special-event .special-event-subtitle, #events .special-event .special-event-title{
    color: var(--white);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 200;
    margin-bottom: 0px;
}
#events .event .event-subtitle, #events .special-event .special-event-title{
    font-weight: 600;
}

#events .event .event-logo{
    max-width: 180px;
}
#events .button-event button{
    background: var(--or);
    color: var(--black);
    margin-top: 15px;
}
#events .button-event button:hover{
    background: var(--white);
}
/*Fin AGENDA*/
/*MEDIA QUERIES*/
@media only screen and (max-width: 1440px){ 

}
@media only screen and (max-width: 1200px){ 
    .navbar-nav{
        margin-left: 0px;
        align-items: end;
    }
    .logoheader{
        display: block;
    }
    .brand{
        display: none;
    }
    header{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-toggler{
        border: unset;
        color: var(--bordeau) !important;
        font-size: 25px;
        width: fit-content;
        outline: none !important;
        box-shadow: unset !important;
    }
    .navbar-toggler:hover{
        color: var(--or) !important;
        background: transparent;
    }
    .navbar-collapse{
        display: flex;
        flex-direction: column-reverse;
        align-items: end;
    }
    .menu-desktop{
        display: none;
    }
    .menu-mobile{
        display: block;
    }
}
@media only screen and (max-width: 1150px){ 

}
@media only screen and (max-width: 1040px){ 

}
@media only screen and (max-width: 995px){ 

}
@media only screen and (max-width: 992px){ 

}
@media only screen and (max-width: 768px) {
    body{
        font-size: 14px;
        line-height: 24px;
    } 
    .navbar-brand img {
      max-width: 125px;
    }
    .navbar-toggler{
        font-size: 20px;
    }
    .nav-link, .wpml-ls-statics-shortcode_actions .wpml-ls-item-toggle, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu .wpml-ls-link{
        font-size: 12px;
    }
    button{
        font-size: 14px;
        line-height: 22px;
        width: 140px;
    }
    #header .carousel, #header .carousel img{
        min-height: 350px;
    }
    .carousel-control-prev, .carousel-control-next{
        font-size: 22px;
    }
    .title{
        font-size: 28px;
        line-height: 40px;
    }
    .slidernormal{
        min-height: 300px;
    }
    .colnormal{
        padding: 30px 10px !important;
    }
    .mb-100{
        margin-bottom: 40px;
    }
    #reservation, #contact,#events{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #contact .infos{
        padding-bottom: 40px;
        padding-top: 20px;
    }
    footer{
        font-size: 10px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    footer a{
        font-size: 10px;
    }
    #contact .bar{
        margin: auto;
        height: 1px;
        max-width: 200px;
    }
    footer .bar{
        margin-bottom: 20px;
        height: 1px;
        max-width: 200px;
    }
    footer i{
        font-size: 18px;
    }
    footer .all{
        margin-bottom: 10px;
    }
    #contact .contact a{
        margin: auto;
    }
    #contact{
        text-align: center;
    }
    #contact .contact{
        width: auto;
        padding-bottom: 20px;
    }
    #drink .row{
        flex-direction: column-reverse;
    }
    .mt-50{
        margin-top: 20px;
    }
    #club .overlay{
        transform: translate(50%,-10%);
    }
    .modal h2{
        font-size: 24px;
    }
    footer .col-md-4{
        order: 2;
    }
    footer .discover{
        order: 1;
    }
    .modal h3{
        font-size: 18px;
    }
    .modal .event{
        padding-top: 20px;
    }
    .modal p{
        margin-bottom: 20px;
    }
    #popupModal .modal-body{
        padding: 20px;
    }
    #events .row-events{
        --bs-gutter-x: 40px;
        --bs-gutter-y: 40px;
        margin-bottom: 40px;
    }
    #events .title{
        margin-bottom: 30px;
    }
}