.elementor-17168 .elementor-element.elementor-element-fbadc7e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17168 .elementor-element.elementor-element-33fdeb1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-17168 .elementor-element.elementor-element-fbadc7e{--width:91%;}}/* Start custom CSS for html, class: .elementor-element-5e3e5d9 *//* ════════════════════════════════════════
   BARRE D'ÉTAPES
════════════════════════════════════════ */
.wc-steps--top {
  background: #fff;
  border-bottom: 1px solid #d8e4da;
  padding: 0 40px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.wc-steps__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 60px;
}
.wc-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #7a8f82;
  padding: 0 24px 0 0;
  height: 60px;
  position: relative;
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
}
.wc-step::after {
  content: '›';
  position: absolute;
  right: 8px;
  color: #d8e4da;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.wc-step:last-child::after { display: none; }
.wc-step.active { color: #1a3a2a; font-weight: 600; }
.wc-step.done   { color: #4a8c5c; }
.wc-step__num {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: #d8e4da;
  color: #7a8f82;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
  flex-shrink: 0;
}
.wc-step.active .wc-step__num { background: #1a3a2a; color: #fff; }
.wc-step.done   .wc-step__num { background: #4a8c5c; color: #fff; }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-33fdeb1 *//* ═══════════════════════════════════════════════════════════════
   KOMAT — Tunnel WooCommerce v5 FINAL
   Basé sur le rendu natif réel du site
   Code Snippets > CSS frontend
   ═══════════════════════════════════════════════════════════════ */

:root {
  --km-deep:   #1a3a2a;
  --km-mid:    #2d5a3d;
  --km-accent: #4a8c5c;
  --km-pale:   #e8f2eb;
  --km-border: #d8e4da;
  --km-tmid:   #3d4f45;
  --km-tlight: #7a8f82;
  --km-orange: #e05a2b;
  --km-white:  #ffffff;
}

/* ════════════════════════════════════════
   BARRE D'ÉTAPES
════════════════════════════════════════ */
.wc-steps--top {
  background: #fff;
  border-bottom: 1px solid #d8e4da;
  padding: 0 40px;
  width: 100%;
}
.wc-steps__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 60px;
}
.wc-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #7a8f82;
  padding: 0 24px 0 0;
  height: 60px;
  position: relative;
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
}
.wc-step::after {
  content: '›';
  position: absolute;
  right: 8px;
  color: #d8e4da;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.wc-step:last-child::after { display: none; }
.wc-step.active { color: #1a3a2a; font-weight: 600; }
.wc-step.done   { color: #4a8c5c; }
.wc-step__num {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: #d8e4da;
  color: #7a8f82;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
  flex-shrink: 0;
}
.wc-step.active .wc-step__num { background: #1a3a2a; color: #fff; }
.wc-step.done   .wc-step__num { background: #4a8c5c; color: #fff; }

/* ════════════════════════════════════════
   RESET GÉNÉRAL
════════════════════════════════════════ */
.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header { display: none !important; }
.woocommerce-cart .woocommerce-breadcrumb,
.woocommerce-checkout .woocommerce-breadcrumb { display: none !important; }

/* ════════════════════════════════════════
   PAGE PANIER — conteneur
════════════════════════════════════════ */
.woocommerce-cart .woocommerce {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 40px !important;
  box-sizing: border-box !important;
}

/* Masquer cross-sells */
.woocommerce-cart .cross-sells { display: none !important; }

/* TABLE PANIER */
.woocommerce-cart table.shop_table.cart {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #fff !important;
  border: 1px solid #d8e4da !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin-bottom: 24px !important;
}
.woocommerce-cart table.shop_table.cart thead th {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #7a8f82 !important;
  padding: 14px 16px !important;
  border-bottom: 1.5px solid #d8e4da !important;
  background: #fff !important;
  text-align: left !important;
}
.woocommerce-cart table.shop_table.cart td {
  padding: 16px !important;
  border-bottom: 1px solid #d8e4da !important;
  vertical-align: middle !important;
  font-size: 13px !important;
  color: #1a3a2a !important;
  background: #fff !important;
}
.woocommerce-cart table.shop_table.cart tr:last-child td {
  border-bottom: none !important;
}
.woocommerce-cart .product-thumbnail { width: 80px !important; }
.woocommerce-cart .product-thumbnail img {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid #d8e4da !important;
  display: block !important;
}
.woocommerce-cart td.product-name a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1a3a2a !important;
  text-decoration: none !important;
}
.woocommerce-cart td.product-name a:hover { color: #4a8c5c !important; }
.woocommerce-cart .variation dt {
  font-weight: 600 !important;
  color: #3d4f45 !important;
  font-size: 11px !important;
  float: left !important;
  margin-right: 4px !important;
}
.woocommerce-cart .variation dd {
  font-size: 11px !important;
  color: #7a8f82 !important;
  margin-bottom: 2px !important;
}
.woocommerce-cart a.remove {
  color: #7a8f82 !important;
  font-size: 18px !important;
  text-decoration: none !important;
  background: none !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  line-height: 1 !important;
}
.woocommerce-cart a.remove:hover { color: #e05a2b !important; background: none !important; }
.woocommerce-cart .woocommerce-cart-form .qty {
  width: 48px !important;
  height: 36px !important;
  border: 1.5px solid #d8e4da !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1a3a2a !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.woocommerce-cart td.product-price bdi,
.woocommerce-cart td.product-subtotal bdi {
  font-weight: 600 !important;
  color: #1a3a2a !important;
  font-size: 14px !important;
}
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] {
  background: #e8f2eb !important;
  color: #1a3a2a !important;
  border: 1.5px solid #d8e4da !important;
  border-radius: 8px !important;
  padding: 9px 18px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}
.woocommerce-cart .coupon {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
.woocommerce-cart .coupon #coupon_code {
  height: 40px !important;
  border: 1.5px solid #d8e4da !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  outline: none !important;
  min-width: 160px !important;
  box-shadow: none !important;
}
.woocommerce-cart .coupon button[name="apply_coupon"] {
  height: 40px !important;
  padding: 0 18px !important;
  background: #e8f2eb !important;
  border: 1.5px solid #d8e4da !important;
  border-radius: 8px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1a3a2a !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

/* TOTAUX PANIER */
.woocommerce-cart .cart_totals {
  background: #fff !important;
  border: 1px solid #d8e4da !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}
.woocommerce-cart .cart_totals h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #1a3a2a !important;
  padding: 16px 20px !important;
  margin: 0 !important;
}
.woocommerce-cart .cart_totals table {
  width: 100% !important;
  border-collapse: collapse !important;
}
.woocommerce-cart .cart_totals table th {
  padding: 12px 20px !important;
  font-size: 13px !important;
  color: #3d4f45 !important;
  border-bottom: 1px solid #d8e4da !important;
  font-family: 'DM Sans', sans-serif !important;
  text-align: left !important;
  font-weight: 600 !important;
  background: none !important;
}
.woocommerce-cart .cart_totals table td {
  padding: 12px 20px !important;
  font-size: 13px !important;
  color: #3d4f45 !important;
  border-bottom: 1px solid #d8e4da !important;
  font-family: 'DM Sans', sans-serif !important;
  background: none !important;
}
.woocommerce-cart .cart_totals table .order-total th,
.woocommerce-cart .cart_totals table .order-total td {
  border-bottom: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a3a2a !important;
}
.woocommerce-cart .wc-proceed-to-checkout { padding: 14px 20px 18px !important; }
.woocommerce-cart .checkout-button {
  display: block !important;
  width: 100% !important;
  padding: 14px !important;
  background: #1a3a2a !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background .2s !important;
  box-shadow: none !important;
}
.woocommerce-cart .checkout-button:hover { background: #2d5a3d !important; color: #fff !important; }

/* ════════════════════════════════════════
   PAGE COMMANDE — colonne unique
════════════════════════════════════════ */
.woocommerce-checkout .woocommerce {
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 40px !important;
  display: block !important;
  box-sizing: border-box !important;
}
.woocommerce-checkout .col2-set {
  width: 100% !important;
  float: none !important;
  margin-bottom: 24px !important;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

/* Titres sections */
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-additional-fields > h3,
#payment > h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #1a3a2a !important;
  padding: 16px 24px !important;
  margin: 0 !important;
  border-radius: 12px 12px 0 0 !important;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  background: #fff !important;
  border: 1px solid #d8e4da !important;
  border-top: none !important;
  border-radius: 0 0 12px 12px !important;
  padding: 24px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  margin-bottom: 24px !important;
}
.woocommerce-checkout .form-row { margin: 0 !important; padding: 0 !important; }
.woocommerce-checkout .form-row-wide,
.woocommerce-checkout .form-row.notes { grid-column: span 2 !important; }
.woocommerce-checkout label {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  color: #7a8f82 !important;
  margin-bottom: 6px !important;
  display: block !important;
}
.woocommerce-checkout .required { color: #e05a2b !important; }
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  height: 44px !important;
  border: 1.5px solid #d8e4da !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  color: #1a3a2a !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
  transition: border-color .2s !important;
  background: #fff !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus {
  border-color: #4a8c5c !important;
  box-shadow: 0 0 0 3px rgba(74,140,92,.1) !important;
}
.woocommerce-checkout textarea {
  height: auto !important;
  padding: 12px 14px !important;
  min-height: 80px !important;
}

/* Select2 */
.select2-container--default .select2-selection--single {
  height: 44px !important;
  border: 1.5px solid #d8e4da !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  color: #1a3a2a !important;
  padding-left: 14px !important;
  line-height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px !important; }
.select2-dropdown {
  border: 1.5px solid #4a8c5c !important;
  border-radius: 8px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
}
.select2-container--default .select2-results__option--highlighted { background: #4a8c5c !important; }

/* Récap commande */
#order_review_heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #1a3a2a !important;
  padding: 16px 24px !important;
  border-radius: 12px 12px 0 0 !important;
  margin: 0 !important;
}
#order_review {
  border: 1px solid #d8e4da !important;
  border-top: none !important;
  border-radius: 0 0 12px 12px !important;
  background: #fff !important;
  margin-bottom: 24px !important;
  overflow: hidden !important;
}
#order_review table.shop_table { border: none !important; width: 100% !important; }
#order_review table.shop_table th,
#order_review table.shop_table td {
  padding: 12px 20px !important;
  font-size: 13px !important;
  border-bottom: 1px solid #d8e4da !important;
  font-family: 'DM Sans', sans-serif !important;
}
#order_review table.shop_table .order-total th,
#order_review table.shop_table .order-total td {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a3a2a !important;
  border-bottom: none !important;
}

/* Paiement */
#payment {
  background: #fff !important;
  border: 1px solid #d8e4da !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin-bottom: 24px !important;
}
#payment > h3 { margin-top: 0 !important; }
#payment .payment_methods {
  list-style: none !important;
  padding: 16px !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  border-bottom: none !important;
  background: none !important;
}
#payment .wc_payment_method {
  border: 1.5px solid #d8e4da !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  padding: 0 !important;
  background: #fff !important;
}
#payment .wc_payment_method label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 14px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a3a2a !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  background: none !important;
}
#payment .wc_payment_method input[type=radio] {
  accent-color: #4a8c5c !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
}
#payment .payment_box {
  padding: 12px 18px 16px !important;
  font-size: 13px !important;
  color: #3d4f45 !important;
  line-height: 1.6 !important;
  background: #fafff8 !important;
  border-top: 1px solid #d8e4da !important;
  margin: 0 !important;
}
#payment .place-order { padding: 16px 0 0 !important; background: none !important; }
.woocommerce-checkout #place_order {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  background: #1a3a2a !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background .2s !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.woocommerce-checkout #place_order:hover { background: #2d5a3d !important; }

/* ════════════════════════════════════════
   CONFIRMATION
════════════════════════════════════════ */
.woocommerce-order-received .woocommerce {
  max-width: 700px !important;
  margin: 0 auto !important;
  padding: 40px !important;
  text-align: center !important;
  display: block !important;
}
.woocommerce-thankyou-order-received {
  font-family: 'Playfair Display', serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1a3a2a !important;
  display: block !important;
  margin-bottom: 16px !important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  list-style: none !important;
  background: #fff !important;
  border: 1px solid #d8e4da !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin: 24px 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.woocommerce-order-overview li {
  padding: 16px 24px !important;
  border-right: 1px solid #d8e4da !important;
  border-bottom: 1px solid #d8e4da !important;
  font-size: 13px !important;
  color: #1a3a2a !important;
  font-family: 'DM Sans', sans-serif !important;
}
.woocommerce-order-overview li:nth-child(even) { border-right: none !important; }
.woocommerce-order-overview li:nth-last-child(-n+2) { border-bottom: none !important; }
.woocommerce-order-overview li strong {
  display: block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #7a8f82 !important;
  margin-bottom: 4px !important;
}
.woocommerce-order-details,
.woocommerce-customer-details { text-align: left !important; margin-bottom: 24px !important; }
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 16px !important;
  color: #fff !important;
  background: #1a3a2a !important;
  padding: 14px 24px !important;
  border-radius: 12px 12px 0 0 !important;
  margin: 0 !important;
  font-weight: 600 !important;
}
.woocommerce-order-details table,
.woocommerce-customer-details address {
  border: 1px solid #d8e4da !important;
  border-top: none !important;
  border-radius: 0 0 12px 12px !important;
  background: #fff !important;
  width: 100% !important;
  padding: 20px 24px !important;
  font-size: 13.5px !important;
  line-height: 1.7 !important;
  color: #3d4f45 !important;
  font-style: normal !important;
}

/* ════════════════════════════════════════
   NOTICES
════════════════════════════════════════ */
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
  border-radius: 8px !important;
  border-top: none !important;
  border-left: 3px solid #4a8c5c !important;
  background: #e8f2eb !important;
  color: #1a3a2a !important;
  padding: 14px 20px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
  box-shadow: none !important;
}
.woocommerce-cart .woocommerce-error,
.woocommerce-checkout .woocommerce-error {
  border-radius: 8px !important;
  border-left: 3px solid #e05a2b !important;
  background: #fff5f0 !important;
  color: #1a3a2a !important;
  padding: 14px 20px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  list-style: none !important;
  margin-bottom: 20px !important;
}

/* ════════════════════════════════════════
   RÉASSURANCE
════════════════════════════════════════ */
.km-reassurance {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0 4px;
}
.km-reassurance__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #7a8f82;
  font-family: 'DM Sans', sans-serif;
}
.km-reassurance__item svg { color: #4a8c5c; flex-shrink: 0; }

/* Panier — layout 2 colonnes natif WooCommerce */
.woocommerce-cart .woocommerce-cart-form {
  float: left !important;
  width: 65% !important;
  padding-right: 30px !important;
  box-sizing: border-box !important;
}
.woocommerce-cart .cart-collaterals {
  float: right !important;
  width: 35% !important;
  min-width: 0 !important;
}
.woocommerce-cart .cart_totals {
  width: 100% !important;
}
.woocommerce-cart .cross-sells { display: none !important; }
/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-order-received .woocommerce {
    padding: 20px !important;
  }
  .wc-steps--top { padding: 0 20px !important; }
  .wc-step .label { display: none !important; }
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr !important;
  }
  .woocommerce-checkout .form-row-wide { grid-column: 1 !important; }
  .woocommerce-order-overview { grid-template-columns: 1fr !important; }
  .woocommerce-order-overview li { border-right: none !important; }
}/* End custom CSS */