.offres-grid .offre-price {
  min-height: 3.1rem;
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 10px 0 12px;
  padding: 8px 14px;
  border: 1px solid rgba(222, 209, 195, 0.92);
  border-radius: 15px;
  background: rgba(255, 249, 240, 0.54);
}

.offres-grid .offre-title {
  min-height: 4.8em;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
  padding-top: 0px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.offres-note-globale {
  font-size: 0.88rem;
  line-height: 1.35;
  text-decoration: underline;
}

.mini-offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  padding: 30px 34px;
  border: 1px solid rgba(222, 209, 195, 0.9);
  border-radius: 15px;
  box-shadow: var(--shadow);
  background: linear-gradient(160deg, #fff9f0 0%, #fff1b8 48%, #dde8dd 100%);
}

.terrain-mini-marker {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  font-size: 2rem;
}

.section-steps .step--support {
  background: linear-gradient(160deg, #c96500 0%, var(--navy2) 62%, #c55f32 100%);
}

@media (min-width: 1181px) {
  .offres-grid .offre-card {
    grid-template-rows: 26px 62px 4.85em 34px minmax(260px, 1fr) 124px;
    align-content: stretch;
  }

  .offres-grid .offre-tag {
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    overflow: visible;
    white-space: nowrap;
  }

  .offres-grid .featured-badge {
    white-space: nowrap;
  }

  .offres-grid .offre-price {
    height: 48px;
    min-height: 48px;
    margin-bottom: 20px;
  }

  .offres-grid .offre-price {
    min-height: 2.45rem;
    margin: 12px 0 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: clamp(1rem, 2vw, 2.62rem);
  }

  .offres-grid .offre-title {
    min-height: 4.85em;
    height: 4.85em;
    padding-top: 10px;
    font-size: 0.82rem;
    line-height: 1.34;
    white-space: normal;
    overflow: visible;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .offres-grid .offre-title {
    min-height: 3.55em;
    font-size: 0.86rem;
    line-height: 1.38;
  }

  .offres-grid .offre-decision-marker {
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    margin: 0 0 6px;
    padding: 5px 10px;
    border: 1px solid rgba(222, 209, 195, 0.92);
    border-radius: 999px;
    background: rgba(244, 239, 231, 0.72);
    color: var(--ink);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }

  .offres-grid .offre-card--featured .offre-decision-marker {
    background: rgba(255, 241, 184, 0.42);
    border-color: rgba(242, 209, 107, 0.72);
  }

  .offres-grid .offre-features {
    min-height: 260px;
    height: 260px;
    overflow: visible;
    padding-top: 10px;
  }

  .offres-grid .offre-features li {
    padding: 10px 0;
    gap: 7px;
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .offres-grid .offre-card-footer {
    align-self: stretch;
    display: grid;
    grid-template-rows: 42px 1fr;
    min-height: 124px;
    height: 124px;
    gap: 8px;
    margin-top: 0;
    padding-top: 20px;
  }

  .offres-grid .btn-offre {
    min-height: 42px;
    height: 42px;
  }

  .offres-note-globale {
    margin-top: 30px;
  }
}

@media (max-width: 720px) {
  .offres-grid .offre-decision-marker,
  .offres-grid .offre-title {
    min-height: 0;
    height: auto;
    white-space: normal;
  }
}
