*{
    margin:0px;
    padding: 0px;

}
body{
    background-image: url(/resources/images/bg.png);
    background-color: #4a934a;
}
.site{
    font-family: Holtwood One SC;
}
h1{
    font-family: Holtwood One SC;
    color: #e7480f;
    text-shadow: 2px 2px #ffd301;
    text-align: center;
    font-size: 50px;
    padding:40px 0;
}
/*NAVBAR*/
.nav{
    margin-bottom: 40px;
}
.nav-link{
    color:#fff !important;
    text-shadow: 1px 1px black;
    font-size: 15px;
    border-radius: 5px;

}
.nav-link.active{
    background-color: #e7490f93;
}
.nav-link:hover{
    background-color: #e7480f;

}



/*MENU*/

.menu-item
{
    background-color: #fff;
    padding:4px;
    margin:10px;
    position : relative;
    border-radius: 5px;

}
.menu-item img
{
    background-color: #ffd301;
    width:100%;
}
.prix
{
    background-color: #5bb763 ;
    position : absolute;
    border-radius: 3px;
    padding: 3px;
    right : -10px;
    top: 20px;
    color:#fff;
    font-size: 20px;
    text-shadow: 2px 2px #333;
}
.prix:before{
    border: 4px solid transparent;
    border-bottom: 4px solid #4a934a;
    border-left: 4px solid #4a934a;
    content:"";
    position: absolute;
    right: 2px;
    top:-8px;
}
.menu-item h3{
    color:#e7480f;
    font-size: 18px;
    margin-top: 18px;
}
.menu-item button{
    width: 100%;
    padding:10px;
    font-size: 16px;
    color:#fff;
    background-color: #e7480f;
    text-decoration: none;
    text-shadow: 2px 2px #333;
    border:none;
    border-radius: 5px;
    line-height: 20px;
}
.menu-item button:hover{
    background-color: #e7480f94;
    font-size: 18px;
}
.menu-item p{
    font-size: 12px;
}
