/* LE KIT PÉDAGOGIQUE */
.kit-section {
  position: relative;
  z-index: 0;
  display: flex;
  padding: 65px 0;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: stretch;
  overflow: hidden;
  background: radial-gradient(186% 90.73% at 32.82% 80.16%, #BBE0DF 7.21%, #8EACC7 87.98%);
}

.kit-section .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1402px;
  padding: 0 96px;
  margin: 0 auto;
  gap: 40px;
}

.kit-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 40px;
}

.kit-left {
  display: flex;
  flex-direction: column;
  max-width: 630px;
}

.kit-eyebrow {
  color: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.kit-heading {
  color: #0F1A2E;
  font-family: var(--font-heading);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 45.6px;
  margin-top: 12px;
}

.kit-text {
  color: #2A3A58;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 20px;
}

.kit-text strong {
  font-weight: 700;
}

.kit-checklist {
  list-style: none;
  margin-top: 24px;
}

.kit-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #1A2A40;
  font-family: var(--font-body);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  margin-bottom: 12px;
}

.kit-checklist li:last-child {
  font-weight: 700;
}

.kit-checklist li::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%232A5C44' stroke-width='2'/%3E%3Cpath d='M8 12.5l2.5 2.5L16 9' stroke='%232A5C44' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ---- Mini-formulaire "Être informé" ---- */
.kit-mini-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 570px;
  padding: 20px 24px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #FFF;
  box-sizing: border-box;
}

.kit-mini-form-title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #0F1A2E;
  font-family: var(--font-heading);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
}

.kit-mini-form-row {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.kit-mini-form-row input {
  flex: 1;
  display: flex;
  height: 44px;
  padding: 10px 14px;
  align-items: center;
  border-radius: 7px;
  border: 1.5px solid #C0D8F0;
  background: #F7FBFF;
  color: #1A1A1A;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
}

.kit-mini-form-row input::placeholder {
  color: rgba(26, 26, 26, .5);
}

.kit-mini-form-row button {
  display: flex;
  height: 44px;
  padding: 10px 20px;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 7px;
  border: none;
  background: #1A4870;
  color: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .2s ease;
}

.kit-mini-form-row button:hover {
  background: #123A5C;
}

.kit-mini-form-subtext {
  color: #999;
  font-family: var(--font-body);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px;
}

.kit-mini-form-feedback {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
}

.kit-mini-form-feedback--ok {
  color: #2A5C44;
}

.kit-mini-form-feedback--error {
  color: #C0392B;
}

/* ---- Illustration (cercle + cartes + logo) ---- */
.kit-illustration {
  position: relative;
  display: flex;
  width: 620px;
  height: 500px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.kit-deco {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  pointer-events: none;
}

.kit-deco--1 {
  width: 50px;
  height: 50px;
  top: 10px;
  left: 120px;

}

.kit-deco--2 {
  width: 50px;
  height: 50px;
  top: 10px;
  right: 100px;

}

.kit-deco--3 {
  width: 80px;
  height: 80px;
  top: 30px;
  right: -45px;

}

.kit-deco--4 {
  width: 80px;
  height: 80px;
  top: 200px;
  right: 80px;

}

.kit-deco--5 {
  width: 50px;
  height: 50px;

  top: 350px;
  right: 50px;

}

.kit-badge {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 2;
  display: flex;
  width: 128px;
  height: 39px;
  padding: 7px 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  border-radius: 20px;
  background: #2A5C44;
  color: #FFF;
  text-align: center;
  font-family: var(--font-body);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px;
  box-shadow: 0 4px 14px 0 rgba(42, 92, 68, .35);
}

.kit-circle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  box-sizing: border-box;
}

.kit-cards-img {
  width: 194px;
  height: 221px;
  object-fit: contain;
}

.kit-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
}

.kit-logo-title {
  color: #1A4870;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px;
}

.kit-logo-sub {
  color: #1A4870;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 19.5px;
  margin-top: 2px;
}

.kit-logo-divider {
  width: 129px;
  height: 1px;
  background: rgba(26, 72, 112, .3);
  margin: 8px 0;
}

.kit-logo-caption {
  color: #1A4870;
  text-align: center;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

@media (max-width: 1200px) {
  .kit-section .container {
    padding: 0 48px;
  }
}

@media (max-width: 900px) {
  .kit-row {
    flex-direction: column;
    align-items: center;
  }

  .kit-left {
    width: 100%;
    max-width: 100%;
  }

  .kit-illustration {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
}

@media (max-width: 640px) {
  .kit-section .container {
    padding: 0 20px;
  }

  .kit-heading {
    font-size: 30px;
    line-height: 34px;
  }

  .kit-illustration {
    padding: 30px 0;
  }

  .kit-circle {
    width: 260px;
    height: 260px;
  }

  .kit-deco--1 {
    width: 100px;
    height: 100px;
    top: -30px;
    left: -20px;
  }

  .kit-deco--2 {
    width: 45px;
    height: 45px;
    top: -15px;
    right: 30%;
  }

  .kit-deco--3 {
    width: 85px;
    height: 85px;
    top: 40px;
    right: -5%;
  }

  .kit-deco--4 {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 5%;
  }

  .kit-deco--5 {
    width: 55px;
    height: 55px;
    top: 260px;
    left: -10px;
  }

  .kit-cards-img {
    width: 150px;
    margin-bottom: -60px;
    margin-top: -20px;

  }

  .kit-logo-title {
    font-size: 16px;
  }

  .kit-logo-sub,
  .kit-logo-caption {
    font-size: 12px;
  }

  .kit-logo-divider {
    width: 90px;
  }

  .kit-badge {
    top: -20px;
    right: 10px;
  }

  .kit-mini-form {
    gap: 10px;
    padding: 16px 20px;
  }

  .kit-mini-form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .kit-mini-form-row input,
  .kit-mini-form-row button {
    height: 40px;
  }

  .kit-mini-form-row button {
    justify-content: center;
  }
}

@media (max-width: 360px) {
  .kit-deco--1 {
    width: 75px;
    height: 75px;
    top: -20px;
    left: -15px;
  }

  .kit-deco--2 {
    width: 34px;
    height: 34px;
  }

  .kit-deco--3 {
    width: 65px;
    height: 65px;
  }

  .kit-deco--4 {
    width: 50px;
    height: 50px;
  }

  .kit-deco--5 {
    width: 42px;
    height: 42px;
    top: 220px;
  }

  .kit-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .kit-text,
  .kit-checklist li {
    font-size: 13px;
  }

  .kit-circle {
    width: 220px;
    height: 220px;
  }

  .kit-cards-img {
    width: 130px;
  }

  .kit-mini-form {
    gap: 8px;
    padding: 14px 16px;
  }
}