﻿h1,h2,h3,h4,h5, .titlefont, .menulist-title{
    font-family: 'Playfair Display', serif !important;
}

.contentfont,p{
    font-family: 'Montserrat', sans-serif !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }

 .blackbg{
     background-color: #423f3f !important;
 }

 @media screen and (max-width: 600px) {

    /* Hide on mobile*/
    .mobile-hide {
        display: none !important;
    }
    #photo_profil{
        width: 100px;
        height: 100px;
    }
  
}

@media screen and (min-width: 600px) {

    /* Show on mobile*/
    .mobile-hide {
        display: block !important;
    }
    #photo_profil{
        width: 250px;
        height: 250px;
    }
  
}

@media screen and (max-width: 900px) {

    /* Hide on mobile*/
    .large-screen {
        display: none !important;
    }   
    .small-screen{
        display: block !important;
    }
  
}

@media screen and (min-width: 900px) {

    /* Hide on mobile*/
    .large-screen{
        display: block ;
    }
    .small-screen{
        display: none !important;
    }
  
}


#header{
    background-color: #353030;
    color:white;
    padding: 10px 16px !important;
    height: 10vh;
    border-bottom: 1px solid grey;
}

#header a{
    color:white !important;
}

.bg-black{
    background-color:#000000 !important;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
  }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}


.sticky + body {
    padding-top: 102px;
  }

.customheader{
    font-family: 'Playfair Display', serif !important;
}

.customfont{
    font-family: 'Playfair Display', serif !important;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.logo{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    width:15%;

    z-index: 1;
}
.description{
    display: none;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%; /* à 50%/50% du parent référent */
    top: 90%;
    transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}

.description_small{
    display: none;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%; /* à 50%/50% du parent référent */
    top: 60%;
    transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}
.basemenutitle{
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%; /* à 50%/50% du parent référent */
    top: 80%;
    transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}

.menulist:hover .basemenutitle{
    display: none;
}

.txt-description{
    border: 1px solid black;
    height: 70%;
}
.menulist:hover .description{
    display: block;
}

.menulist:hover img{
    opacity: 0.5;
}

.b-right{
    border-right: 1px solid grey;
}
.btn-menu{
    border: 1px solid black;
    font-size: 1.5em;
    font-family: 'Playfair Display', serif !important;
    background-color: transparent;
}

/* .btn-menu:hover{
    background: rgb(105, 101, 101);
    color:white;
} */
.btn-menu:hover:after{
    content:' ↑';
}

.tabspacing{
    text-indent: 5em !important;
}

.warning-marker{
    color:red !important;
}


.footer{
    height:5% !important;
    background-color:black !important;
    color:white !important;
}

.modifinput{
    border: 0;
    border-bottom: 2px solid #D63A3A;
    display:none;
    width: 100%;
}

.sm-row{
    width: 20%;
}
#centerbox{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.editmenu{
    display:none;
    color:#D63A3A;
}

.hovercontent:hover .editmenu{
    display: block;
    color:#D63A3A;
    text-decoration: none;
}

.hovercontent:hover{
    color:#D63A3A;
}


#bg-tableware{
    background-image: url("../img/banniere2.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}

.strip{
    height:30% !important;
}


#vidHeader {
    position: relative;
    background-color: black;
    height: 25vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

#vidHeader video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#vidHeader .container {
    position: relative;
    z-index: 2;
}

#vidHeader .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    #vidHeader {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    #vidHeader video {
        display: none;
    }
}

.soberbtn{
    border: 1px solid black;
    font-size: 1.2em;
    font-family: 'Playfair Display', serif !important;
    background-color: white;
}

/* .soberbtn:hover{
    background-color: black;
    color:white;
}
 */
.soberbtn:hover:after{
    content:" →";
}



.concept-desc{
    border:2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:white;

}

#concept-list li{
    list-style-image: url('../img/hat.png');
    padding-left:1.2em;
    padding-top:1.2em;
}
/* #concept-list li{
    background: url('../img/hat.png') no-repeat top left;
    margin: 0;
    padding: 4px 0 4px 20px;
    list-style: none;
} */
.concept-img{
    height: 100px;
}

.menulist-title{
    font-weight: bold;
}

.page-wrapper{
    height: 79vh;
}


#negativmargin{
    margin-top: -24px;
}



#nbperson{
    width: 10%;
}