main {
  margin-top: 150px;
}
main .titre {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-family: italic;
  text-shadow: 4px 1px 1px orange;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  width: 30%;
  margin: auto;
}
main .carte {
  display: flex;
  flex-direction: row;
  margin: auto;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #fff;
  gap: 10px;
  flex-wrap: wrap;
}
main .carte .assiettes {
  height: 260px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .carte .assiettes img {
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 170px;
  margin-top: 20px;
}
main .carte .assiettes table {
  text-align: center;
  width: 100%;
}
main .carte .assiettes table tbody tr {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
main .carte .assiettes table tbody tr th:first-child {
  min-width: 55%;
  max-width: 55%;
}
main .carte .assiettes table tbody tr .gray {
  font-size: 0.8em;
  margin-top: 5px;
  border: 1px solid orange;
  padding: 0 5px 0 5px;
  width: 110px;
}
main .carte .assiettes table tbody tr .plus {
  font-size: 0.8rem;
  color: rgb(199, 197, 197);
}

@media screen and (max-width: 920px) {
  main .titre {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-family: italic;
    text-shadow: 4px 1px 1px orange;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    width: 40%;
    margin: auto;
  }
  main .carte {
    display: flex;
    flex-direction: row;
    margin: auto;
    align-items: center;
    margin-top: 20px;
    color: #fff;
    gap: 10px;
  }
  main .carte .assiettes {
    height: 260px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  main .carte .assiettes img {
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 170px;
    margin-top: 20px;
  }
  main .carte .assiettes table {
    text-align: center;
    width: 100%;
  }
  main .carte .assiettes table tbody tr {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  main .carte .assiettes table tbody tr th:first-child {
    min-width: 55%;
    max-width: 55%;
  }
  main .carte .assiettes table tbody tr .gray {
    font-size: 0.8em;
    margin-top: 5px;
    border: 1px solid orange;
    padding: 0 5px 0 5px;
    width: 110px;
  }
  main .carte .assiettes table tbody tr .plus {
    font-size: 0.8rem;
    color: rgb(199, 197, 197);
  }
}
@media screen and (max-width: 570px) {
  main .titre {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-family: italic;
    text-shadow: 4px 1px 1px orange;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    width: 95%;
    margin: auto;
  }
  main .carte {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    margin-top: 20px;
    color: #fff;
    gap: 10px;
  }
  main .carte .assiettes {
    height: 260px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main .carte .assiettes img {
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 170px;
    margin-top: 20px;
  }
  main .carte .assiettes table {
    text-align: center;
  }
  main .carte .assiettes table table {
    text-align: center;
    width: 100%;
  }
  main .carte .assiettes table table tbody tr {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  main .carte .assiettes table table tbody tr th:first-child {
    min-width: 55%;
    max-width: 55%;
  }
  main .carte .assiettes table table tbody tr .gray {
    font-size: 0.8em;
    margin-top: 5px;
    border: 1px solid orange;
    padding: 0 5px 0 5px;
    width: 110px;
  }
  main .carte .assiettes table table tbody tr .plus {
    font-size: 0.8rem;
    color: rgb(199, 197, 197);
  }
}/*# sourceMappingURL=assiettes.css.map */