.supf {
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-35 {
  margin-bottom: 35px;
}
.text-center {
  display: block;
  text-align: center;
  color: #263a46;
}

.livraison-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radio-image-label {
  display: flex;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 5px 10px;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  margin: 15px;
}

.radio-image-label:hover {
  border-color: #00a884;
}

.radio-image-label input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #00a884;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.radio-image-label input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #00a884;
  border-radius: 50%;
}
.radio-image-label img {
  width: 76px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
  border-radius: 60px !important;
}

.radio-image-label span {
  font-size: 16px;
  font-weight: 500;
}

#wcld-code-postal {
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
/* Style pour le titre */
.text-center-clnd {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

/* Style pour l'input date */
#wcld-date {
  display: block;
  margin: 0 auto 20px auto;
  padding: 14px 12px;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  width: 200px;
}

/* Style du texte pour le prix */

#wcld-prix {
  font-weight: 600;
  color: #f9c36f;
}

/* Style commun pour les boutons */
button#btn-devis,
button#btn-panier {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 32px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  margin: 5px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-transform: initial;
}

/* Bouton Télécharger le devis */
button#btn-devis {
  background-color: #369230;
}

button#btn-devis:hover {
  background-color: #2d4812;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

/* Bouton Ajouter au panier */
button#btn-panier {
  background-color: #222;
}

button#btn-panier:hover {
  background-color: #369233;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.button-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.datepicker-input {
  position: relative;
  padding-right: 35px; /* espace pour l'icône */
  background-color: #fff;
}

/* Wrapper pour positionner l'icône correctement */
.datepicker-wrapper {
  position: relative;
}

/* Input avec padding à droite pour l'icône */
.datepicker-input {
  border-radius: 6px !important;
  border: 1px solid #ccc !important;
  padding: 10px 40px 10px 15px !important; /* padding droit pour icône */
  font-size: 15px !important;
  width: 220px !important; /* adapte selon ta préférence */
  color: #333 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Icône calendrier */
.datepicker-wrapper::after {
  content: "";
  position: absolute;
  left: 63%;
  top: 12px;
  width: 22px;
  height: 22px;
  background-image: url("https://cdn-icons-png.flaticon.com/512/747/747310.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.7;
}

.msg-erreur {
  margin-top: 8px;
  font-size: 14px;
  color: red;
  margin-left: 15px;
}
#floating-price-button {
  position: fixed;
  top: 40%;
  right: 0;
  background-color: #fadf19;
  padding: 15px 10px;
  border-radius: 8px 0 0 8px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.price-button-content {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0b3d2c;
  gap: 12px;
  font-family: "Poppins", sans-serif;
}
.price-button-content:hover {
  color: #111;
}
.icon-calc {
  font-size: 26px;
  color: #0b3d2c; /* Blanc */
}

.text-zone {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.label-main {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.label-sub {
  font-size: 12px;
  font-style: italic;
}

.arrow {
  font-size: 20px;
  color: #0b3d2a;
}
/* Bouton "voir mon prix" : état chargement */
.wcld-btn .spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: -2px;
  animation: wcld-spin 0.7s linear infinite;
}
.wcld-btn.loading {
  opacity: 0.75;
  pointer-events: none;
}
.wcld-btn.loading .spinner {
  display: inline-block;
}

@keyframes wcld-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .radio-image-label {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;
    margin: 10px 0;
  }

  .radio-image-label img {
    margin: 0 auto 10px auto;
  }

  .radio-image-label span {
    display: block;
    margin-bottom: 10px;
  }

  #wcld-code-postal {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  #wcld-date,
  .datepicker-input {
    width: 100% !important;
    box-sizing: border-box;
    text-align: center;
  }

  .datepicker-wrapper::after {
    left: calc(50% + 80px);
    transform: translateX(-50%);
  }

  .button-container {
    flex-direction: column;
    align-items: center;
  }

  button#wcld-devis,
  button#wcld-ajouter-panier {
    width: 90%;
    box-sizing: border-box;
  }
}
