
html {
  scroll-behavior: smooth;

}

.containerbox

{   
    width: 100%;
    height: 100%;
      overflow: hidden;
}

.up
{
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 100%;
    position: fixed;
    padding: 15px;
    bottom: 20px;
    right:20px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
    z-index:1000000;
}


.info
{
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    max-width: 350px;    text-align: center;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.7)
}

.info p{

        color: #b71313;
        font-size: 1em;
        font-weight: bolder;}


div.enface
{

height: 100vh;
min-height: 600px;
width: 100%;
background-color: #000;
background-image:url(../img/bg.jpg);
background-repeat: no-repeat;

background-size:  auto 100%;
background-position: 50% 50%;
padding-top: 150px;
margin-bottom: -10px;
}

.sepbois
{
margin-bottom: 80px; 
width: 100%;
min-width: 800px;
}

.flag{

    width: 70px;
    margin: auto;
    margin-top: -20px;

}



.index
{
	background-color: #111;
}



.menu_restau{

	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 50px;
	box-shadow: 0px 0px 30px #000;
}

.menu_restau .titre_section
{

		color: #111 !important;
        font-size:calc(1em + 3vw);
}

.menu_restau h6
{
	 position: relative;
    display: inline-block;
    margin-bottom: 0;

    font-family: 'Poppins', sans-serif;
font-weight: 500;
    z-index: 2;
    color: #111;   
    font-size: 1.3em !important;
    margin-top: 0px;
}



.menu_restau h6 span
{
    font-size: 1.5em;
    font-weight: bolder;   
    font-family: "Dancing script", serif;
    color: #8b8b8b ;
}

.menu_restau .sep
{

	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}



.menu_vin{

    background-color: #650c23;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px #000;
}


.menu_vin .titre_section
{

        color: #fff !important;
        line-height: 1em;
        font-size:calc(1em + 3vw);
}

.menu_vin h6
{
     position: relative;
    display: inline-block;
    margin-bottom: 0;

    font-family: 'Poppins', sans-serif;
font-weight: 500;
    z-index: 2;
    color: #fff;   
    font-size: 1.3em !important;
    margin-top: 0px;
}



.menu_vin h6 span
{
    font-size: 1.5em;
    font-weight: bolder;   
    font-family: "Dancing script", serif;
    color: #8b8b8b ;
}

.menu_vin .sep
{

    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}





.cocktail
{
    margin-top: 30px;
    margin-bottom: 50px;
}

a:hover
{
    text-decoration: none;
}


.logo
{
    width: 700px;
    display: block;
    margin:auto;
}


.enface .titre
{
    text-align: center;
    color:#fff;
    font-weight: bolder;

    font-size:30vw;
    letter-spacing: -20px;
    position: absolute;
    bottom: -10%;
    left: 10%;
}


.titre_section
{
    color: #fff;
    font-size: 10vw;
    font-weight: bolder;
    line-height:4vw;
    font-family: "Dancing script", serif;

}

.euro
{
    font-size: 10px;
    font-weight: 400;
}

.media strong span
{
    font-weight: 400;
}


strong 
{
        font-weight:700;
}



.food-menu-card .h6
{
    font-weight: 800;

}


.food-menu-card {
    padding: 20px 10px;

}

.food-menu-card .media {
    margin-bottom: 20px;
}

.food-menu-card .media .img-fluid {
    border-radius: 3px;
    width: 80px;
}

.food-menu-card .media .d-flex {
    position: relative;
}

.food-menu-card .media .d-flex:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;

}

.food-menu-card .media h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 1.07143rem;
    background-color: #111;
    font-family: 'Poppins', sans-serif;
font-weight: 500;
    z-index: 2;
    color: #fff;   
    font-size: 1.3em !important;
    margin-top: 0px;
    
}

.food-menu-card .media strong {

    display: block;
    padding-left: 15px;
    z-index: 2;
    position: relative;
    background-color: #111;
    color: #fff;
    font-size: 1.3em !important;
        font-family: 'Poppins', sans-serif;
font-weight: 600;
}

.tabs-menu-nav > li > a {
    color: #000;
    display: block;
    font-size: 16px;
    border-bottom: 3px solid #000;
    opacity: 0.5;
}

.tabs-menu-nav > li > a.active {
    opacity: 1;
    border-bottom-color: #000;
}
.media-body, p {
    color: #999;
}


.pub
{
    display: block;
    margin-top:80px;
}




.facebook

{
    width: 100%;
    background-color:#4267B2;
    text-align: center;
    padding: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 10px;
    font-size: 7vw;
}

.instagram
{
        width: 100%;
    background-color:#c13584;
    text-align: center;
    padding: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 10px;
    font-size: 7vw;
}





@media screen and (min-width:600px) {

.titre_section
{

    font-size: 60px;
    padding-bottom: 30px;

}

.food-menu-card
{
    max-width: 800px;
    margin: auto;
}

}
