/* =============================================
   PAGE : ADOPTION LOT DE 10 PLANTS
   ============================================= */

body.page-adopter-lot #main-content {
  background: #f9f4ef;
}

body.page-adopter-lot #page-container .lot-adoption__intro {
  background: #faeee8;
}

body.page-adopter-lot #page-container .lot-adoption__row.et_pb_row,
body.page-adopter-lot #page-container .lot-form__row.et_pb_row {
  width: min(1180px, calc(100% - 44px)) !important;
  max-width: 1180px !important;
}

body.page-adopter-lot #page-container .lot-adoption__row.et_pb_row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr) !important;
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

body.page-adopter-lot #page-container .lot-adoption__row::before,
body.page-adopter-lot #page-container .lot-adoption__row::after {
  display: none !important;
}

body.page-adopter-lot #page-container .lot-adoption__row .et_pb_column {
  width: 100% !important;
  margin: 0 !important;
}

body.page-adopter-lot #page-container .lot-adoption__copy h2,
body.page-adopter-lot #page-container .lot-form__heading h2 {
  color: #2d4a3e !important;
  font: 700 clamp(35px, 4.1vw, 52px)/1.08 Calibri, "Segoe UI", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body.page-adopter-lot #page-container .lot-adoption__copy h2 {
  margin: 14px 0 24px;
  max-width: 700px;
}

body.page-adopter-lot #page-container .lot-adoption__copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 0 18px;
  color: #6b4f3a;
  font-size: 17px;
  line-height: 1.72;
}

body.page-adopter-lot #page-container .lot-adoption__summary {
  padding: 34px 32px;
  background: #2d4a3e;
  color: #fff;
}

body.page-adopter-lot #page-container .lot-adoption__summary h3 {
  margin: 0 0 28px;
  color: #fff !important;
  font: 700 28px/1.15 Calibri, "Segoe UI", Arial, sans-serif !important;
}

body.page-adopter-lot #page-container .lot-adoption__prices {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

body.page-adopter-lot #page-container .lot-adoption__prices li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

body.page-adopter-lot #page-container .lot-adoption__prices strong {
  color: #fff;
  font-size: 22px;
}

body.page-adopter-lot #page-container .lot-adoption__summary p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.65;
}

body.page-adopter-lot #page-container .lot-adoption__summary .lot-adoption__note {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

body.page-adopter-lot #page-container .lot-form {
  background: #edf5ed;
}

body.page-adopter-lot #page-container .lot-form__heading {
  max-width: 750px;
  margin: 0 auto 40px !important;
  text-align: center;
}

body.page-adopter-lot #page-container .lot-form__heading h2 {
  margin: 14px 0 18px;
}

body.page-adopter-lot #page-container .lot-form__heading p:not(.eyebrow) {
  margin: 0 auto;
  color: #6b4f3a;
  font-size: 17px;
  line-height: 1.7;
}

body.page-adopter-lot #page-container .lot-form__module {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid rgba(45, 74, 62, 0.12);
  box-shadow: 0 10px 30px rgba(45, 74, 62, 0.07);
}

body.page-adopter-lot #page-container .lot-form__module .gform_wrapper {
  color: #2d4a3e;
  font-family: "Noto Sans JP", Arial, sans-serif;
}

body.page-adopter-lot #page-container .lot-form__module .gform_title {
  color: #2d4a3e !important;
  font: 700 28px/1.15 Calibri, "Segoe UI", Arial, sans-serif !important;
}

body.page-adopter-lot #page-container .lot-form__module input:not([type="submit"]),
body.page-adopter-lot #page-container .lot-form__module select,
body.page-adopter-lot #page-container .lot-form__module textarea {
  border: 1px solid rgba(45, 74, 62, 0.2);
  border-radius: 6px;
  background: #fff;
}

body.page-adopter-lot #page-container .lot-form__module input[type="submit"],
body.page-adopter-lot #page-container .lot-form__module .gform_button {
  min-height: 50px;
  padding: 0 26px;
  border: 1px solid #c97c5d;
  border-radius: 6px;
  background: #c97c5d;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

body.page-adopter-lot #page-container .lot-form__module input[type="submit"]:hover,
body.page-adopter-lot #page-container .lot-form__module .gform_button:hover {
  background: #2d4a3e;
  border-color: #2d4a3e;
}

@media (max-width: 900px) {
  body.page-adopter-lot #page-container .lot-adoption__row.et_pb_row {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  body.page-adopter-lot #page-container .lot-adoption__row.et_pb_row,
  body.page-adopter-lot #page-container .lot-form__row.et_pb_row {
    width: calc(100% - 32px) !important;
  }
}
