body {
    margin-top: 0px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.top-container {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 2px;
}
/**FIXED FOOTER*/
#page {min-height:100vh; display:flex; flex-direction:column;}
#content {flex-grow:1}
/** END*/

/*FOOTER*/
.footer{  background-color: lightgrey;  margin-top: 2px;  }
.bg-primary { background-color: #000 !important;  }
.bg-circle
{  display: inline-block;  width: 50px;  height: 50px;  padding: 10px 4px;  color: darkgray;
    text-align: center;  border-radius: 50%;  margin: 10px 5px;  background-color: orangered;
}
.bg-circle-outline
{  width: 50px;  height: 50px;  color:orange;
    padding: 8px 2px;  border: 2px solid;  border-radius: 50%;
}
.bg-circle a, a:hover, .media a:focus
{  text-decoration: none !important;  outline: none;  }

.bg-circle-outline a, a:hover, .media a:focus
{  text-decoration: none !important;  outline: none;  color: #ececec;  }

.copyright { background-color: #ffa500; text-align: center; padding: 10px; color: #0066ff; }
/*END OF FOOTER*/

/*FORMULAIRE CONTACT*/
@media only screen and (max-width: 600px) {
    #contactForm {  margin-top: 20%;  }  }

.section-contact
{ background-color: #2DACD1; }

.container-formulaire{
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: orange;
    margin-top: 2px;
    border-radius: 2px;
    text-align: center;
  	 padding-bottom: 5px;
}
.container-commande {
    background: grey;
    margin-top: 2px;
    border-radius: 2px;
    text-align: left;
    color: orange;
   padding-bottom: 5px;
}
.heading-contact { padding-top: 25px;  }

.contact-button, .order-button {
    border: 1px solid #ddd;
    background: #2DACD1;
    color: #fff;
    width: 20%;
    font-weight: bold;
    padding: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
    margin-bottom: 5%;
    margin-top: 20px;
}
#submit-commande{margin-top: 10px;}

.order-button:hover, .contact-button:hover {background: #333;  border-color: #ffa500; }
/* END FORMULAIRE CONTACT*/

/*CARTE FIDELITE*/
#submit-register{margin-top: 10px;}
.fidelity-card, h4{  margin-left: 35px; }

/* STAFF*/
.chef-section, .staff-section, h4{  text-align: left;  margin-top: 2px;  }
.staff-section, h4{text-align: center;}

/* BUTTONS-ACTIVE (TRAITEUR, BOCAUX)*/
.main { max-width: 1000px;  margin: auto; }

h1 { font-size: 50px;  word-break: break-all; }
.row {margin: 10px -16px;  }
.row  .column {padding: 8px;}
/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    display: none; /* Hide all elements by default */
}
/* Clear floats after rows
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Content */
.content {
    background-color: white;
    padding: 10px;
}
/* The "show" class is added to the filtered elements */
.show { display: block;}
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    cursor: pointer;
}
.btn:hover {
    background-color: orange;
}
.btn.active {
    background-color: orange;
    color: white;
    margin: 5px;
    padding: 10px;
    font-size: large;
}
/*END BUTTONS BOCAUX, TRAITEUR*/

/*HEAD NAVBAR*/
 body {
     margin: 0px;
     font-family: Arial, Helvetica, sans-serif;
 }
.header {
    padding: 10px 16px;
    background: lightgrey;
    color: #fec400;
    margin-bottom: 1px;
    margin-top: 5px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 97%;
}
.sticky + .content {
    padding-top: 102px;
}
.service{
    color: darkred;
    font-family: "Franklin Gothic";
    margin: 5px 0 0 50px;
}

/*NAVBAR*/
.navbar{background:orange;}
.nav-item::after{content:'';display:block;width:0px;height:4px;background:orangered;transition: 0.2s;}
.nav-item:hover::after{width:100%;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#fec400;}
.nav-link{padding:15px 5px;transition:0.2s;}
.dropdown-item.active, .dropdown-item:active{color:#212529;}
.dropdown-item:focus, .dropdown-item:hover{background:lightgrey;}
.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

/**MAINTENANCE**/
.maintenance { margin-top: 8%; border-radius: 3px;  color: orange;
    box-shadow: 8px 10px 10px 8px gray;  border-color: orange}
.site{ margin-top: 3%; color: darkred; text-align: center; margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
    .site h1{font-size: 30px}
    .site h5{font-size: 15px}
    .name-site{font-size: 25px}
}
/** END OF Maintenance*/

/*section{
    padding: 2px 2px;
    background-color: orangered;*/
.dropdown-toggle{
}
.menu-card{
    padding: 2px;
}

/* PAGE-PROMOTION*/
.promo-card{
    background-color: #fff;
    margin: 10px 3px;
}
.content-promo {
    border: 4px;
    box-shadow: 0 2px 5px 0;  rgba(0, 0, 0, .16), 0 3 px 3 px 0 rgba(0, 0, 0, .12);
    padding: 3px 5px 5px 5px;
    background-color: lightgray;
}
.promo-price {
    text-align: left;
    background: red;
    padding: 10px 5px;
    margin-left: 60px;
    color: white;
    font-size: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-6%,-10%)
}
.title-promo, .title-smenu {
    margin-left: 8px;
}
.allergene-promo{
    margin-bottom:10px;
    margin-left: 8px;
    height: 100%;
}
.photo img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
/*Page-PROMO-NON-DISPO*/
.non-promo {
    background-color: orange;
    margin: 6% 25%;
    text-align: center;
    padding: 23px 30px;
    border: 3px solid grey;
    font-size: 22px;
}
.non-promo-title{  font-size: 30px;  padding: 10px 20px;  color: orangered; }
/* END Page-PROMO NON-DISPO*/

.title-smenu { margin-left: 8px; }

.allergene-smenu{
    margin-bottom:10px;
    margin-left: 8px;
    height: 100%;
}
.pull-right button{
    margin: -30px;
    position: absolute;
    width: auto;
    padding: 15px 2px;
    color: #fff;
    font-size: 17px;
    border-radius: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-90%,-100%)
}
.content {
    padding: 10px;
    background-color: #2DACD1;
    margin-bottom: 10px;
}
.content {
    background: orange;
    border: 4px;
    box-shadow: 0 2px 5px 0; rgba(0,0,0,.16), 0 3px 3px 0 rgba(0,0,0,.12);
    padding: 8px;
}
.content-smenu {
    background: #fff;
    border: 4px;
    box-shadow: 0 2px 5px 0; rgba(0,0,0,.16), 0 3px 3px 0 rgba(0,0,0,.12);
    padding: 3px 5px 20px 5px;
    margin-top: 12px;
}
.btn-commande{
    text-align: right;
    margin-top: 10px;
    font-size:  10px;
}
.photo {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    z-index: 1;
}
.photo span {
    position: absolute;
    top: 20%;
    right: -6%;
    background: orangered;
    padding: 15px 5px;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.photo span h5{
    font-size: 18px;
    margin-top:5px;
    padding:2px 12px;
    line-height: 0;
}
.card-desc {
    padding: 1.25rem;
}
.title h4 {
    color: #000000;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    text-align: right;
}
.title p {
    color: blue; /*#747373;*/
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    text-align: right;
}
.btn-card{
    background-color: gray;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .80rem 1rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 10px;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
.btn-menu{
    text-align: center;
    font-size: 23px;
    background: orangered;
    margin: 5px 10px;
    padding: 5px 8px;;
    border-radius: 3px;
}
/* End card section */

.comment-menu{
    height: 150px;
    margin-bottom: 16px;
}
.comment-menu p{
      height: 65%;
  }
.nom-menu{
    margin: 3px 2px;
}
.sousmenu-card{
    border: solid white 1px;
    padding: 5px 5px 5px 5px;
}
.menu-card2{
    background-color: lightgrey;
    border: solid white 1px;
    padding: 5px 12px 2px 5px;
}
.photo-menu{padding: 5px 5px 5px 5px;height:183px;}

/*END MENU PLAT-CUISINES*/

/*POPUP Modal*/
.modal-body{
    background-color: lavenderblush;
    border: 2px;
}
.modal-content {
    margin: auto;
    padding: 10px;
    /*width: 100%;*/
}
/* The Close Button */
.close {
    color: gray;
}
.close:hover, .close:focus, .close{
    text-decoration: none;
    cursor: pointer;
}
/* end of Modal*/
/*MODAL CGV*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* FONT AWESOME & not necessary for functions */
@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
body {
    padding-top: 15px; background-color: #f9f9f9;}

/*REQUIRED*/
.carousel-row {
    margin-bottom: 10px;
}
.slide-row {
    padding: 0;
    background-color: #ffffff;
    min-height: 150px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    height: auto;
    position: relative;
}
.slide-carousel {
    width: 20%;
    float: left;
    display: inline-block;
}
.slide-carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.slide-carousel .carousel-indicators li {
    border-radius: 0;
    width: 20px;
    height: 6px;
}
.slide-carousel .carousel-indicators .active {
    margin: 1px;
}
.slide-content {
    position: absolute;
    top: 0;
    left: 20%;
    display: block;
    float: left;
    width: 80%;
    max-height: 76%;
    padding: 1.5% 2% 2% 2%;
    overflow-y: auto;
}
.slide-content h4 {
    margin-bottom: 3px;
    margin-top: 0;
}
.slide-footer {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 78%;
    height: 20%;
    margin: 1%;
}

/* Scrollbars */
.slide-content::-webkit-scrollbar {
    width: 5px;
}
.slide-content::-webkit-scrollbar-thumb:vertical {
    margin: 5px;
    background-color: #999;
    -webkit-border-radius: 5px;
}
.slide-content::-webkit-scrollbar-button:start:decrement,
.slide-content::-webkit-scrollbar-button:end:increment {
    height: 5px;
    display: block;
}

/*STYLE CARTE BOCAUX*/
#myBtnContainer{
    margin-right: 10px;
}
.btn btn-warning {
    border-bottom: 5px solid orangered;
    padding: 2px 10px;
}
.card-bocaux{
    border: 1.5px solid orange;
    margin-top: 12px;
    border-radius: 25px;
}
.marque {
	border-bottom: 5px solid orangered;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 14px;
	padding-bottom: 15px;
    text-align: center;
}
.photo-bocaux img {width: 100%; padding-top: 5px; margin-bottom:10px;}
.promo-bocaux {
    color: #f00;
    text-align: right;
    font-size: 18px;
	margin-bottom: 25px;
    height: 12px;
}
.price-bocaux {
    text-align: left;
    font-size: 16px;
    margin-bottom: 12px;
}
.ingrédients-bocaux{
    height: 100px;
}
.allergenes-bocaux {
    font-size: 14px;
    margin-bottom: 10px;
    height: 50px;
}
.block-bocaux {
    margin: 10px;
    border-radius: 4px;
    width: 330px;
    min-height: 350px;
    background: white;
    padding: 12px;
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 10px 2px 55px rgba(0,0,0,0.1);
}
    .texte-bocaux {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/*PANNIER GARNIS*/
.panier-style{
    background: orange;
    margin-top:15px;
    margin-bottom: 13px; 
}
.panier-text {font-size: 14px;}
.btn-danger{
    border-radius:5px;
    margin-top:15px;
}
.panier-style .panier-block {
    width: 91%;
    margin: 13px auto;
    position: relative;
    top: -25px;
  
}
.panier-style.panier-block img{
    border-radius: 5px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.63);
    margin-top: -10px;
}
.panier-style h6{font-weight: normal; }

/*.panier-style .btn-primary {border-color: orangered;}*/
.price-panier {
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 16px;
    color: white;
}
.promo-panier {
    color: #f00;
    text-align: right;
    font-size: 23px;
	margin-bottom: 15px;
	margin-right: 10px;
    margin-top: 15px;
    /*height: 12px;*/
}
.allergenes-panier {
    /*height: 100px;*/
    margin-top: 10px;
    font-size: 14px;
}
.panier-title {color: #E44424;
    margin-top:-12px;}

.panier-text { margin-top:3px;  color:#000000;
    /*height: 100px; */
    margin-bottom: 20px;
}

a.btn, a.btn:visited {color:#333333;}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*END PANIER-GARNIS*/

/*SLIDES INDEX*/
 .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;

  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/* END SLIDES*/
/* CAPTION*/
     .caption {    
    position: absolute;
    width: 100%;
    top: 95%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
     border: 1px black;
    background-color: orange;
    font-weight: bold;  color: black;
}
    .caption h5{color: white;}

@media  (max-width: 1000px) and (min-width: 730px) {
    .caption {
        position: absolute;
        width: 100%;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        border: 1px black;
        font-weight: bold;
    }
}
@media  (max-width: 730px) and (min-width: 550px) {  .caption { top: 80%;}  }
  @media screen and (max-width: 550px) { .caption { top: 82%; } }
/*END CAPTION*/

/*SPECIALITE PV*/
.potje-photo{ padding: 10px 10px;  margin-bottom: 10px; }
.potje-ingrédients{ font-size: 15px;  margin-left: 20px; }
.potje-vlesch { margin-left: 20px;  font-size: 22px; }
.potje-vlesch span{ font-size: 15px; }
.potje-prix { font-size: 17px;  margin-left: 20px; margin-bottom: 20px}
.potje-btn { margin: 20px;  padding: 10px 16px; }

.potje-block{
    background:orange;
    padding: 20px 30px;
    text-align:letf;
    border: 1px solid #ccc;
     margin-bottom: 10px;
}
/*END SPECIALITE*/

.card-header 
 { text-align : center;}
 
/*ANTI-GASPILLAGE*/

.anti-gaspi {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 17px 20px;
    background-color: orange;
    color: white;
}
.gaspi{font-size: 32px;  text-align: center;  color: orangered; font-family: Arial, Helvetica, sans-serif;  }
.anti-text {font-size: 18px; text-align: center; margin-top: 10px;}
.anti-stock {font-size: 17px; text-align: center; margin-top: 8px;}
.gaspi span {  color: black;  font-size: 24px;  }
.anti-commande {font-size: 20; color: black; text-align : center;}
.gaspi-pricepromo{ font-family: Arial, Helvetica, sans-serif;  font-size: 18px; }
/* END ANTI-GASPI*/

/* NEW RECETTES*/
.recette-block { background: white; padding: 20px 10px;  border: 1px solid #ccc;}
.recette-title { font-size: 18px;  text-align: left;  margin: 5px 0 7px 5px;  }
.recette-allergenes { font-size: 14px;  margin: 15px 0 25px 5px; }
.recette-text{ font-size: 16px;  margin: 0 0 20px 5px; }
.recette-prix-btn { margin: 15px 5px 10px 0; font-size: 18px; text-align: center;  padding: 10px 20px; border-radius: 3px;}
.recette-btn { margin: 20px 5px 10px 0; font-size: 18px; text-align: center;  padding: 10px 20px; border-radius: 3px;}
/* END NEW RECETTES*/

/* MENU THEME*/
.theme-menu {
    max-width: 400px;
    min-height: 320px;
    background: linear-gradient(135deg,orange 0%,gray 100%);
    border-radius: 0 0 0 25px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 8px #ccc;
    display: block;
    margin: 10px auto;
    padding: 0 0 8px 0;
    text-align: center;
}
.theme-menu span {
    display: block;
}
.theme-title{
    padding: 16px 0 0 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: orange;
}
.theme-price {
    padding: 8px 0;
    font-size: 15px;
    background-color: orange;
    color: gray;
}
.theme-promoprice{
    font-size: 18px;
    margin: 0px 0 35px 0;
}
.theme-menu > li {
    font-size: 17px;
    padding: 8px 16px;
}
.btn-danger{
    border-radius:5px;
    margin-top:12px;
}
.pt-bg-black a {
    color: white;
    margin-top: 5px;
}
ul{ list-style: none; }

/* END MENU THEME*/
.block-video
{
  margin-top : 15px;
}
/*TELECHARGEMENT-PDF*/

.telechargement-block{
    Color: white;
    background-color: grey;
    padding: 10px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.telechargement-title{
  	margin-bottom :10px; 
    text-align : center;
  font-size : 16px
}
.bg-circle-pdf{ text-decoration: none !important;  outline: none; color: orangered;
text-align: center;}

/*END TELECHARGEMENT-PDF



