
@font-face {
    font-family: 'sunshine_in_my_soulregular';
    src: url('../fonts/sunshine_in_my_soul-webfont.woff2') format('woff2'),
         url('../fonts/sunshine_in_my_soul-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zing_rust_titre';
    src: url('../fonts/zingrustlh1demo-fill-webfont.woff2') format('woff2'),
         url('../fonts/zingrustlh1demo-fill-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zing_rust';
    src: url('../fonts/zingrustdemo-base-webfont.woff2') format('woff2'),
         url('../fonts/zingrustdemo-base-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa';
    src: url('../fonts/fontfabricnexa-rust-script-r-00-webfont.woff2') format('woff2'),
         url('../fonts/fontfabricnexa-rust-script-r-00-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'nexa';
    src: url('../fonts/8c6ebb68363ca8bc1e6723abebbb276a-webfont.woff2') format('woff2'),
         url('../fonts/8c6ebb68363ca8bc1e6723abebbb276a-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.gros_titre{
    position: relative;
    width: 100%;
    height: 59px;
}
figure{
    margin-bottom: 0;
    width: 100%;
}


#mainNav{
	background:#e4b562;
	font-family: 'Poppins';
	text-transform: uppercase;
}
#mainNav .navbar-brand{
	padding:0;
}
#mainNav .logo_nav{
	width: 100px;
}
.navbar-light .navbar-nav{
	padding-top: 15px;
}
.navbar-light .navbar-nav .nav-link {
    color: #161616;
    font-size: 16px;
    line-height: 18px;
}
.navbar-light .navbar-nav .nav-link.rs {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    color:#947235;
}

header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
header .encart{
    position: absolute;
    bottom: 50%;
    z-index: 2;
    left: 0;
    width: 100%;
    margin-bottom: -115px;
} 
header .encart p{
    margin-bottom: 0;
} 
header .encart .fond{
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'sunshine_in_my_soulregular';
    color:#fff; 
    background:rgba(0,0,0,0.8);
    text-align: center;
    line-height: 26px;
    font-size: 17px;
}
header figure{
    margin-bottom: 0;
    position: relative;
}

#horaires{
    background: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #161616;
    font-family: 'Poppins';
    font-size: 14px;
}
#horaires .puce{
    color: #4d6755;
    font-size: 25px;
    line-height: 18px;
}



#platjour{
    background: url(../img/tableaunoir.jpg) center center no-repeat;
    background-size: cover !important;
    color:#fff;
    padding-top: 15px;
    padding-bottom: 20px;
}
#platjour h3{
    font-family: 'zing_rust_titre';
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
}
#platjour .date{
    font-family: 'sunshine_in_my_soulregular';
    margin-top: 10px;
    font-size: 20px;
    color: #e4b562;
}
#platjour .plat{
    font-family: 'sunshine_in_my_soulregular';
    margin-top: 5px;
    font-size: 18px;
    color: #fff;
}


#menu{
    background: #f1f1f1;
    color:#161616;
    padding-top: 15px;
    padding-bottom: 20px;
    font-family: 'nexa';
    font-size: 20px;
}
#menu h3{
    font-family: 'zing_rust_titre';
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    text-align: center;
    font-size: 50px;
    position: absolute;
    width: 100%;
}
#menu h4{
    font-family: 'zing_rust';
    color:#e4b562;
    font-size: 33px;
}
#menu .ligne{
    font-weight: bold;
}
#menu .prix{
    color:#e4b562;
}
#menu .col-lg-3{
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 27px;
}
#menu .formule{
    background: #e1e1e1;
    margin: 15px auto 0;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
}
#menu .formule h4{
    color: #5e451f;
}
.ligne_details {
    font-family: 'Poppins';
    font-size: 12px;
    margin-top: -2px;
    margin-bottom: 5px;
}

#menu .formule .descr{
    max-width: 250px;
    margin: auto;
}
.cta_commande{
    color:#de7f54;
    display: inline-block !important;
    margin:30px auto 15px;
    padding:10px 30px;
    text-transform: uppercase;
    font-family: 'Poppins';
    border: solid 1px #de7f54;
    position: relative;
    overflow: hidden;
    z-index: 3;
    background: none;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
}
.cta_commande:hover{
    color: #fff;
    text-decoration: none;
}
.cta_commande:before {
    content: "";
    position: absolute;
    background: #de7f54;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
}
.cta_commande:hover:before {
    top: 0;
}


#traiteur{
    background: url(../img/bg_traiteur.jpg) center center no-repeat;
    background-size: cover !important;
    color:#161616;
    padding-top: 15px;
    padding-bottom: 20px;
}
#traiteur h3{
    font-family: 'zing_rust_titre';
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    position: absolute;
    width: 100%;
}
h3.deux {
  left: 0.5px;
}
h3.trois {
  right: 0.5px;
}
#traiteur .texte{
    font-family: 'nexa';
    margin-top: 5px;
    font-size: 18px;
}
#slider figure{
    margin-bottom: 0;
}

footer{
    background:#1b1b1b;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
}
footer img{
    max-width: 150px;
    margin-bottom: 15px;
}
footer a{
    color:#fff;
}
footer .copy{
    margin-top: 15px;
}
footer .copy a{
    color: #635640;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
}



































