#c76c-configurator{max-width:900px;margin:20px auto;padding:20px;background:#fff;border:1px solid #eee;border-radius:10px;font-family:system-ui,Arial}
#c76c-configurator h2{margin:14px 0;color:#222}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
..choices{
  display:flex;
  flex-wrap:nowrap;       /* empêche le retour à la ligne */
  gap:12px;
  overflow-x:auto;        /* ajoute un scroll horizontal */
  padding-bottom:10px;    /* espace sous les images */
  scroll-behavior:smooth; /* défilement fluide */
}
.choice{width:140px;text-align:center;cursor:pointer}
.choice input{display:none}
.thumb{display:block;border:2px solid #ddd;border-radius:8px;padding:6px;transition:.2s}
.thumb img{width:100%;height:100px;object-fit:cover;border-radius:6px;display:block}
.choice input:checked + .thumb{border-color:#f26522;transform:scale(1.03)}
.choice em{display:block;margin-top:6px;font-style:normal}
.summary{background:#fafafa;border:1px solid #eee;border-radius:8px;padding:10px 12px;margin-top:8px}
.summary ul{margin:0 0 8px;padding-left:18px}
.summary .total{font-size:18px}
.actions{margin-top:14px;display:flex;align-items:center;gap:10px}
.btn{background:#f26522;color:#fff;border:0;padding:10px 16px;border-radius:6px;cursor:pointer}
/* === ASPECT DU PLAN DE TRAVAIL === */
.c76-aspect-options {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 16px !important;
  overflow-x: auto;
  padding-bottom: 10px;
}

.c76-aspect-option {
  flex: 0 0 auto !important;
  width: 130px !important;
  text-align: center;
  cursor: pointer;
}

.c76-aspect-option input {
  display: none;
}

.c76-aspect-option .thumb {
  display: block;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 6px;
  transition: .2s;
}

.c76-aspect-option img {
  width: 100% !important;
  height: 100px !important;
  object-fit: cover !important;
  border-radius: 6px;
  display: block;
}

.c76-aspect-option input:checked + .thumb {
  border-color: #f26522;
  transform: scale(1.03);
}

.c76-aspect-option span {
  display: block;
  margin-top: 6px;
  font-style: normal;
  font-weight: 500;
  color: #333;
}
/* --- Scroll horizontal forcé pour les couleurs de cuisine --- */
.color-options,
.choices {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 12px !important;
  padding-bottom: 10px !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important; /* iPhone/iPad */
}

.color-options label,
.choices .choice {
  flex: 0 0 auto !important;
}
/* ---- Correction affichage options Cuisine76 v1.1 ---- */
#c76c-form .grid label,
#c76c-form .grid h3 {
  display: block;
  width: 100%;
}

#c76c-form h3 {
  margin-top: 15px;
  font-size: 1.1rem;
}

#c76c-form select {
  margin-bottom: 10px;
}

.c76-aspect-options {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 8px;
}
.c76-credence-options {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding: 10px 0;
}
.c76-credence-option {
  flex: 0 0 auto;
  width: 180px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  background: #fff;
  transition: 0.3s;
}
.c76-credence-option:hover {
  transform: scale(1.03);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.c76-credence-option .thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.c76-credence-option input[type="radio"] {
  margin-bottom: 6px;
}
.c76-credence-option .desc {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
/* ==== PACK TOUT COMPRIS ==== */
.c76-pack-details {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin: 10px 0 20px;
}

.c76-pack-details ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.c76-pack-details li {
  margin: 4px 0;
  font-size: 14px;
}

.c76-pack-details p {
  margin-top: 10px;
  font-weight: 500;
}
/* ==== PAIEMENT ALMA ==== */
.c76-alma {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
}

.c76-alma .alma-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.c76-alma .alma-logo {
  height: 40px;
  margin-right: 10px;
}

.c76-alma p {
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0 10px;
}

.c76-alma .alma-options label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.c76-alma .alma-mentions {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

