body {
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: rig-solid-bold-fill, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
}

.content {
  /* background-image: url("../img/fond.jpeg"); */
  background-image: url("../img/back.png");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.overflow_y_scroll {
  overflow-y: scroll;
}

.menu_header {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75%;
  max-width: 30vh;
  border-top: 0px;
}

.logo_header {
  width: 100%;
}

.gif_cocktail {
  position: absolute;
  width: 600px;
  z-index: 3;
  top: 15vh;
  left: -20vh;
}

.gif_oreille {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
}

.gif_fromage {
  position: absolute;
  width: 60vw;
  z-index: 1;
  top: -9vw;
  left: 35vw;
}

.menu {
  width: 75%;
  padding-top: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  z-index: 2;
  position: relative;
}

.full_size {
  width: 100%;
  overflow: visible;
}

.menu_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  text-align: center;
  font-size: 3vh;
  letter-spacing: 5px;
  margin: 2vh;
  background-color: rgb(255, 255, 255);
  color: black;
  color: black;
  cursor: pointer;
  border: black solid 0.5vh;
  font-weight: 700;
  font-style: normal;
  z-index: 2;
}

.menu_item {
  width: 100%;
  text-align: center;
  font-size: 4vh;
  letter-spacing: 5px;
  padding: 2vh 0;
  color: black;
  cursor: pointer;
  font-family: rig-solid-bold-fill, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hearth {
  font-size: 2vh;
}

.first {
  border-bottom: black solid 0.5vh;
}

.hidden {
  display: none;
}

.menu_img {
  position: absolute;
  top: 0;
  z-index: -1000;
  width: 100%;
  display: block;
  background-color: white;
}

.arrow_back {
  position: fixed;
  top: 1vh;
  left: 1vh;
  background-color: black;
  width: 80px;
  height: 80px;
  border-radius: 50px;
}

/* .language_choice {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
} */

/* .language {
  font-family: rig-solid-bold-fill, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  border-left: black solid 0.25vh;
  border-right: black solid 0.25vh;
  border-bottom: black solid 0.25vh;
  padding: 5px 60px;
  margin: 0;
} */

.language_choice {
  width: 100%;
  background-color: #e2e6eb;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.language {
  background-color: #e2e6eb;
  font-family: rig-solid-bold-fill, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  border: 0;
  border-right: black solid 0.25vh;
  padding: 5px 60px;
  margin: 0;
  width: 33.3%;
}

.last {
  border: 0;
}

.selected {
  color: #e2e6eb;
  background-color: #141a30;
}
