@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Roboto-Regular.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face { */
  /* font-family: "Aleo", serif; */
 /* src: url("../fonts/Aleo-Regular.woff2") format("woff2"), */
        /* url("../fonts/Aleo-Regular.woff") format("woff");  */

 /* font-optical-sizing: auto; */
  /* font-display: swap; */
/* } */

.btn-link {color:#992824!important}

#mapWrap {
         width: 100%;
         height: 400px     
         }
.order-box {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    background-color: #992824;
    border-radius: 100%;
    display: inline-block;
    height: 250px;
    width: 250px;
    vertical-align: middle;
    border: none;
}
.order-link {
    line-height:250px;
}

.order {
    /* margin: 0 auto; */
    /* display: block; */
    color: #fff;
    font-size: 35px;
    line-height: 1.21em;
}

i.big_icon.bi.bi-play-fill:before {
	font-size:50px
}

img.appetit {
	   max-width: 80%
   }
        


.btn-link {color:#fff}

.order {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    background-color: #992824;
    border-radius: 100%;
    display: table-cell;
    height: 250px;
    width: 250px;
    vertical-align: middle;
    border: none;
}

.qr-code {
	max-width: 100%
}

.navbar-brand img {
  width: 120px;
}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color:var(--nav-color);
  font-size: 1.1em;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 300px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
   img.appetit {
    max-width: 100%;
}
  
}
