html {
  box-sizing: border-box;
  font-size: clamp(0.95rem, 0.7vw + 0.5vh, 1.125rem);
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Oswald", sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.5;
}

button {
  background: unset;
  border: unset;
}
section {
  width: 100%;
  overflow-x: hidden;
}

.plateau-repas {
  background: url("../images/detail/grunge-wall-texture.jpg") center/cover
    no-repeat;
  width: 100%;
}

.plateau-repas__wrapper {
  padding: 6rem 1rem;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  color: white;
}

.plateau-repas__info {
  text-align: center;
  flex: 0.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.plateau-repas__image {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.plateau-repas__title {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.plateau-repas__description {
  font-size: 1rem;
  text-align: center;
}

.plateau-repas__price-base,
.plateau-repas__price-total {
  font-weight: bold;
  font-size: 1.2rem;
  color: #b48b3c;
}

.plateau-repas__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  flex: 0.4;
}

.plateau-repas__label {
  font-weight: bold;
  font-size: 1rem;
  display: block;
}

.plateau-repas__select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #000;
  border-radius: 6px;
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  appearance: none;
}

.plateau-repas__total {
  text-align: center;
}

.plateau-repas__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.plateau-repas__qty {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.plateau-repas__qty button {
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-input {
  width: 3rem;
  text-align: center;
  font-size: 1rem;
  padding: 0.3rem;
  border: 1px solid #000;
  border-radius: 4px;
}

.plateau-repas__submit {
  background-color: #d0c5a9;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  flex: 1;
  max-width: 10rem;
}

.plateau-repas__footer {
  border: 4px solid #d0c5a9;
  padding: 1rem;
  border-radius: 8px;
  background: rgb(0 0 0 / 15%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 74%;
  margin-top: 2rem;
  backdrop-filter: blur(4px);
}

.plateau-repas__group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
}

@media (min-width: 480px) {
  .plateau-repas__wrapper {
    max-width: 440px;
  }
}

@media (min-width: 640px) {
  .plateau-repas__wrapper {
    max-width: 580px;
  }
}

@media (min-width: 768px) {
  .plateau-repas__wrapper {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .plateau-repas__wrapper {
    flex-direction: row;
    align-items: center;
    max-width: 960px;
    gap: 4rem;
  }
}

@media (min-width: 1280px) {
  .plateau-repas__wrapper {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .plateau-repas__wrapper {
    max-width: 1320px;
  }
}

@media (min-width: 1920px) {
  .plateau-repas__wrapper {
    max-width: 1440px;
  }
}

/* 
.plate-content {
    justify-content: flex-start;
}
.plate-content {
  position: relative;
}
.plate-content h1 {
  font-size: 54px;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 30px;
}
.featured-plate {
  display: flex;
  justify-content: center;
  padding: 120px 0px;
  height: auto;
}

.dropdown {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
}


.form-bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}


.counter {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.counter span {
  background: #eee;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
}

.counter input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
}
#go_here_sousGroup{
  margin-top: 45px;
  margin-top: 35px;
  padding: 20px;
}

#go_here_sousGroup label{
  color: white;
  font-size: 35px;
}
.plate-card {
  height: auto;
}
.plate-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 34px;
}
.plate-option span {
  flex: 1;
  text-align: left;
}
.plate-option input[type="number"] {
  width: 60px;
  padding: 8px;
  font-size: 18px;
  border: 2px solid #d4c7ae;
  border-radius: 5px 0 0 5px;
  background-color: transparent;
  color: #fff;
  outline: none;
}
.plate-option input[type="number"]::placeholder {
  color: #ccc;
}
.plate-option button {
  padding: 8px 12px;
  font-size: 18px;
  border: 2px solid #d4c7ae;
  border-left: none;
  border-radius: 0 5px 5px 0;
  background-color: #d4c7ae;
  color: #000;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.plate-option button:hover {
  background-color: #b6a785;
  color: #fff;
}
.plate-price{
  color: white;
} */
