/* ===== IMAGE pleine largeur et HAUTEUR FIXE ===== */


.van-card__img-link {
  height: 220px; /* bloc rigide, la clé */
  overflow: hidden;
  display: block;
  position: relative;
}

.van-card__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}




/* ===== Conteneur carte ===== */
.van-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

/* ===== Titre ===== */
.van-card__title {
	
  text-align: center;
  font-size: 1.5rem;
  margin-top: 12px;
  margin-bottom: 20px;
  
	
}

/* ===== Prix : montant en gras uniquement ===== */
.van-card__price {
  font-size: 1rem;
  margin-bottom: 10px;
  margin-left: 14px;
}
.van-card__price .van-card__from,
.van-card__price .van-card__per {
  font-weight: normal;
}
.woocommerce-Price-amount bdi {
  font-weight: 700;
}

/* ===== Infos (places, couchages...) ===== */
.van-card__infos {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.van-card__infos li {
  margin-bottom: 6px;
  margin-left: 14px;
}
.van-card__infos li::before {
  content: none;
}
.van-card__infos strong {
  font-weight: 600;
}

/* ===== Bouton ===== */
.van-card__btn {
  background-color: #6BC248;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: 0 auto 16px auto;
  transition: background-color 0.3s ease;
}
.van-card__btn:hover {
  background-color: #58a83a;
}




/* ===== IMAGE pleine largeur et HAUTEUR FIXE ===== */
.van-card__img-link {
  height: 40vh !important;
  min-height: 40vh;
  max-height: 40vh;
  overflow: hidden;
  display: block;
  position: relative;
}

.van-card__img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}

/* Mobile : hauteur plus petite */
@media (max-width: 768px) {
  .van-card__img-link {
    height: 25vh !important;
    min-height: 25vh;
    max-height: 25vh;
  }
}

@media (max-width: 480px) {
  .van-card__img-link {
    height: 22vh !important;
    min-height: 22vh;
    max-height: 22vh;
  }
}

/* ===== Conteneur carte ===== */
.van-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

/* ===== Titre ===== */
.van-card__title {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 12px;
  margin-bottom: 20px;
}

/* ===== Prix : montant en gras uniquement ===== */
.van-card__price {
  font-size: 1rem;
  margin-bottom: 10px;
  margin-left: 14px;
}
.van-card__price .van-card__from,
.van-card__price .van-card__per {
  font-weight: normal;
}
.woocommerce-Price-amount bdi {
  font-weight: 700;
}

/* ===== Infos (places, couchages...) ===== */
.van-card__infos {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.van-card__infos li {
  margin-bottom: 6px;
  margin-left: 14px;
}
.van-card__infos li::before {
  content: none;
}
.van-card__infos strong {
  font-weight: 600;
}

/* ===== Bouton ===== */
.van-card__btn {
  background-color: #6BC248;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: 0 auto 16px auto;
  transition: background-color 0.3s ease;
}

.van-card__btn:hover {
  background-color: #58a83a;
}
