@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Bitter&display=swap");
*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #60bec1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #60bec1;
  color: #fff;
  text-shadow: none;
}
.montserrat-600 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
figure {
  margin: 0;
}

img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

html, body {
  touch-action: pan-y;
}

header {
  background-color: #C61017;
  z-index: 1031 !important;
}
header #menu{
	max-height: 100vh;
	max-width: 100%;
	/*
	overflow: scroll;
	-webkit-overflow-scrolling: touch;*/
	/*padding-bottom: 200px;*/
}
header .navbar-nav .nav-link {
  background: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}

main {
  padding-top: 56px;
}

#big-button-selection, footer {
  background-color: #555555;
  color: #f1f1f1;
  font-family: "Bitter", serif;
  font-size: 20px;
}

.carte h2 {
  font-family: "Bitter", serif;
  text-transform: uppercase;
  font-weight: normal;
}
.carte > .row:nth-child(even) {
  background-color: #f1f1f1;
}
.carte > .row:nth-child(even).chosen {
  background: rgba(143, 209, 158, 0.7);
}
.carte > .row.star {
  background-color: #9fcdff;
  position: relative;
}
.carte > .row.star i.fa-stars {
  position: absolute;
  right: -5px;
  top: -5px;
}
.carte > .row.chosen {
  background: rgba(143, 209, 158, 0.5);
}

.home h1 {
  font-family: "Bitter", serif;
  font-weight: normal;
}
.home ul {
  margin: 0;
  padding: 0;
}
.home ul li {
  text-align: center;
  margin: 0 0 20px;
  text-transform: uppercase;
  background-color: #f1f1f1;
  list-style: none;
}
.home ul li a {
  padding: 20px;
  font-size: 32px;
}
.home ul li:last-child {
  margin-bottom: 0;
}

.inscription .connect {
  text-align: center;
  border: 0px solid;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
}
.inscription .connect.fb {
  background-color: #4267B2;
}
.inscription .connect.google {
  background-color: #DB4437;
}
.inscription .connect:hover {
  background: #fff;
}
.inscription .connect:hover.fb {
  color: #4267B2;
}
.inscription .connect:hover.fb::after {
  border-color: #4267B2;
}
.inscription .connect:hover.google {
  color: #DB4437;
}
.inscription .connect:hover.google::after {
  border-color: #DB4437;
}
.inscription .connect::after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border: 0px solid #fff;
  border-radius: 5px;
}
.panier i{
	color: #555555;
}

.navbar-light .navbar-toggler{
	border: none;
}

/*# sourceMappingURL=style.css.map */
