#form_aide_cuisine, #form_assistance {
  font-family: "Poppins";
}
#form_aide_cuisine .form-field, #form_assistance .form-field {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #form_aide_cuisine .form-field.grid, #form_assistance .form-field.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-items: center;
    width: 100%;
  }
}
#form_aide_cuisine .form-field > label, #form_assistance .form-field > label {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #547767;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #form_aide_cuisine .form-field > label, #form_assistance .form-field > label {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #form_aide_cuisine .form-field > label, #form_assistance .form-field > label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
  }
}
#form_aide_cuisine .form-field .select, #form_assistance .form-field .select {
  position: relative;
  width: 100%;
  height: max-content;
}
#form_aide_cuisine .form-field .select i, #form_assistance .form-field .select i {
  position: absolute;
  top: 50%;
  left: calc(100% - 30px);
  transform: translateY(-50%);
  height: 12px;
  width: 20px;
  background-image: url("/wp-content/uploads/2022/10/Arrow-3-Stroke.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #form_aide_cuisine .form-field .select i, #form_assistance .form-field .select i {
    height: 10px;
    width: 18px;
    left: calc(100% - 25px);
  }
}
#form_aide_cuisine .form-field .field-text, #form_assistance .form-field .field-text {
  height: 72.5px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1E1E1E;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #form_aide_cuisine .form-field .field-text, #form_assistance .form-field .field-text {
    height: 50px;
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  #form_aide_cuisine .form-field .field-text, #form_assistance .form-field .field-text {
    height: 50px;
    font-size: 16px;
    line-height: 20px;
  }
}
#form_aide_cuisine .form-field .field-text.text-zone, #form_assistance .form-field .field-text.text-zone {
  min-height: 140px;
}
@media screen and (max-width: 520px) {
  #form_aide_cuisine .form-field .form-checkbox, #form_assistance .form-field .form-checkbox {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-items: center;
    width: 100%;
  }
}
#form_aide_cuisine .form-field .form-checkbox .field-checkbox, #form_assistance .form-field .form-checkbox .field-checkbox {
  width: 100%;
  max-width: 470px;
}
#form_aide_cuisine .form-field .form-checkbox .field-checkbox .img-checkbox, #form_assistance .form-field .form-checkbox .field-checkbox .img-checkbox {
  width: 100%;
  height: auto;
}
#form_aide_cuisine .form-field .form-checkbox .field-checkbox label.checkbox, #form_assistance .form-field .form-checkbox .field-checkbox label.checkbox {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1E1E1E;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #form_aide_cuisine .form-field .form-checkbox .field-checkbox label.checkbox, #form_assistance .form-field .form-checkbox .field-checkbox label.checkbox {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  #form_aide_cuisine .form-field .form-checkbox .field-checkbox label.checkbox, #form_assistance .form-field .form-checkbox .field-checkbox label.checkbox {
    font-size: 16px;
    line-height: 22px;
  }
}
#form_aide_cuisine .form-field .form-checkbox .field-checkbox label.checkbox span, #form_assistance .form-field .form-checkbox .field-checkbox label.checkbox span {
  margin-right: 10px;
}
#form_aide_cuisine .form-field .form-checkbox .field-checkbox label.checkbox input, #form_assistance .form-field .form-checkbox .field-checkbox label.checkbox input {
  display: none;
}
#form_aide_cuisine .form-field .form-checkbox .field-checkbox label.checkbox input + .custom-checkbox, #form_assistance .form-field .form-checkbox .field-checkbox label.checkbox input + .custom-checkbox {
  box-sizing: border-box;
  width: 45.96px;
  height: 35px;
  background-color: #FFF;
  border: 2px solid #547767;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #form_aide_cuisine .form-field .form-checkbox .field-checkbox label.checkbox input + .custom-checkbox, #form_assistance .form-field .form-checkbox .field-checkbox label.checkbox input + .custom-checkbox {
    width: 40px;
    height: 30px;
  }
}
#form_aide_cuisine .form-field .form-checkbox .field-checkbox label.checkbox input:checked + .custom-checkbox, #form_assistance .form-field .form-checkbox .field-checkbox label.checkbox input:checked + .custom-checkbox {
  background-color: #547767;
}
@media screen and (max-width: 420px) {
  #form_aide_cuisine .form-field .form-radio, #form_assistance .form-field .form-radio {
    flex-direction: column;
    gap: 1rem;
  }
}
#form_aide_cuisine .form-field .form-radio label.field-radio, #form_assistance .form-field .form-radio label.field-radio {
  box-sizing: border-box;
  width: 215px;
  height: 72.5px;
  background: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
@media screen and (min-width: 421px) and (max-width: 1024px) {
  #form_aide_cuisine .form-field .form-radio label.field-radio, #form_assistance .form-field .form-radio label.field-radio {
    height: 50px;
    width: 50%;
    margin-right: 0;
  }
  #form_aide_cuisine .form-field .form-radio label.field-radio:nth-child(odd), #form_assistance .form-field .form-radio label.field-radio:nth-child(odd) {
    margin-right: 11px;
  }
  #form_aide_cuisine .form-field .form-radio label.field-radio:nth-child(even), #form_assistance .form-field .form-radio label.field-radio:nth-child(even) {
    margin-left: 11px;
  }
}
@media screen and (max-width: 420px) {
  #form_aide_cuisine .form-field .form-radio label.field-radio, #form_assistance .form-field .form-radio label.field-radio {
    height: 50px;
    margin-right: 0;
    width: 100%;
  }
  #form_aide_cuisine .form-field .form-radio label.field-radio:nth-child(odd), #form_assistance .form-field .form-radio label.field-radio:nth-child(odd) {
    margin-right: 0px;
  }
  #form_aide_cuisine .form-field .form-radio label.field-radio:nth-child(even), #form_assistance .form-field .form-radio label.field-radio:nth-child(even) {
    margin-left: 0px;
  }
}
#form_aide_cuisine .form-field .form-radio label.field-radio span, #form_assistance .form-field .form-radio label.field-radio span {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1E1E1E;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #form_aide_cuisine .form-field .form-radio label.field-radio span, #form_assistance .form-field .form-radio label.field-radio span {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  #form_aide_cuisine .form-field .form-radio label.field-radio span, #form_assistance .form-field .form-radio label.field-radio span {
    font-size: 16px;
    line-height: 22px;
  }
}
#form_aide_cuisine .form-field .form-radio label.field-radio input, #form_assistance .form-field .form-radio label.field-radio input {
  display: none;
}
#form_aide_cuisine .form-field .form-radio label.field-radio input + .custom-radio, #form_assistance .form-field .form-radio label.field-radio input + .custom-radio {
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  background-color: #FFF;
  border: 7.5px solid #547767;
  border-radius: 25px;
}
#form_aide_cuisine .form-field .form-radio label.field-radio input:checked + .custom-radio, #form_assistance .form-field .form-radio label.field-radio input:checked + .custom-radio {
  background-color: #547767;
}
#form_aide_cuisine .form-field .field-group-text, #form_assistance .form-field .field-group-text {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1E1E1E;
}
@media screen and (max-width: 1024px) {
  #form_aide_cuisine .form-field .field-group-text, #form_assistance .form-field .field-group-text {
    font-size: 18px;
    line-height: 27px;
  }
}
#form_aide_cuisine .form-field .field-group-text .symbol, #form_assistance .form-field .field-group-text .symbol {
  position: absolute;
  top: 48%;
  left: 20px;
  transform: translateY(-50%);
}
#form_aide_cuisine .form-field .field-group-text .field-text, #form_assistance .form-field .field-group-text .field-text {
  padding-left: 70px;
}
#form_aide_cuisine .form-field .compteur-group, #form_assistance .form-field .compteur-group {
  max-width: 450px;
  height: 72px;
}
#form_aide_cuisine .form-field .compteur-group .btn, #form_assistance .form-field .compteur-group .btn {
  width: 100px;
  height: 72px;
  background: #547767;
  border: 1px solid #333333;
  border-radius: 5px;
  font-size: 25px;
  color: white;
  user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #form_aide_cuisine .form-field .compteur-group .btn, #form_assistance .form-field .compteur-group .btn {
    width: 75px;
    height: 50px;
  }
}
#form_aide_cuisine .form-field .compteur-group #compteur, #form_assistance .form-field .compteur-group #compteur {
  margin: 0 18px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #form_aide_cuisine .form-field.btn-group, #form_assistance .form-field.btn-group {
    justify-content: center;
  }
}
#form_aide_cuisine .form-field.btn-group .btn-send, #form_assistance .form-field.btn-group .btn-send {
  width: 285.39px;
  height: 59.96px;
  background: #547767;
  box-shadow: 0px 0px 15px rgba(1, 106, 104, 0.25);
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
}

/*# sourceMappingURL=form-aide-cuisine.css.map */
