@font-face {
    font-family: Montserrat;
    src: url(font/montserrat-regular.ttf);
}
@font-face {
    font-family: ArtBrush;
    src: url(font/Artbrush.ttf);
}
body{
    font-family: Montserrat,Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-image: url("picture/plat_12.jpeg");
    display: flex;
    flex-direction: column;
    align-items: center;
}
h3{
    font-size: 24px;
    text-align: center;
    margin: 0.5em;
}
h4{
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
}
h5{
    font-size: 16px;
    margin: 0;
    text-align: center;
}
p{
    text-align: center;
}
section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.separator{
    width: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(55,55,55,1);
}
.p_justify{
    text-align: justify;
}

.banner{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(226, 188, 116);
    border-style: ridge;
    border-color: #ccc;
    border-width: 0px 0px 2px 0px; 
}
.banner_logo{
    display: flex;
}
.banner_logo_img{
    width: 200px;
    padding: 0.5em;
}
.banner_title{
    font-family: ArtBrush,Verdana,sans-serif;
    font-size: 30px;
}
.banner_bar{
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.banner_bar_navigation{
    flex-direction: row;
    justify-content: space-evenly;
}
.banner_bar_reseaux{
    flex-direction: row;
    justify-content: space-evenly;
}
.banner_bar_mobile{
    overflow: hidden;
    background-color: rgb(65, 64, 63);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    margin-top: 7px;
    height : 0px;
    width: 100%;
    transition: height 0.3s;
}
.banner_bar_button{
    color: #000;
    padding: 8px 16px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;

}
.banner_bar_button:hover{
    color: #6b0000!important;
}
.banner_bar_button_mobile{
    color: #ffffff;
    background-color: rgb(65, 64, 63);
    width: 100%;
    padding: 8px 16px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;

}
.banner_bar_button_mobile:hover{
    color: #6b0000!important;
}

.banner_bar_icone{
    width: 25px;
    padding: 8px 16px;
    background-color: rgb(226, 188, 116);
}
.banner_bar_icone_mobile{
    display: none;
    width: 25px;
    padding: 8px 16px;
}

.main{
    margin-top: 245px;
    margin-bottom: 5px;
    width: 50%;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
}
.about{
    display: flex;
}
.about_hours{
    display: flex;
}
.about_annonce{
    display: flex;
}
.about_description{
    display: flex;
    padding: 1em;
}
.menu{
    display: none;
}
.menu_carte{
    display: flex;
    width: 95%;
}
.contact{
    display: none;
}
.contact_info{
    display: flex;
}