.elementor-7 .elementor-element.elementor-element-68cae4cd{--display:flex;}.elementor-7 .elementor-element.elementor-element-fd3f395{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-7 .elementor-element.elementor-element-ec59b56{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-ec59b56.elementor-element{--align-self:center;}.elementor-7 .elementor-element.elementor-element-54efaa2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-7 .elementor-element.elementor-element-404f102{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-404f102.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7 .elementor-element.elementor-element-c3ac71b{--totals-title-alignment:start;}.elementor-7 .elementor-element.elementor-element-6327790{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-f1b318c .elementor-cta .elementor-cta__bg, .elementor-7 .elementor-element.elementor-element-f1b318c .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-7 .elementor-element.elementor-element-f1b318c .elementor-cta__content{text-align:center;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-f1b318c > .elementor-widget-container{margin:40px 0px 0px 0px;}}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-404f102{--width:75%;}.elementor-7 .elementor-element.elementor-element-6327790{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-ec59b56 *//* =========================
   ETAPES PANIER / CHECKOUT
========================= */

.symbiofi-checkout-steps {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  margin: 0px 0 0px;
  background: #2f248f;
  height: 42px;
}

.symbiofi-checkout-steps .step {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  background: #2f248f;
  z-index: 1;
}

/* Forme inclinée entre étapes */
.symbiofi-checkout-steps .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  width: 60px;
  height: 100%;
  background: inherit;
  transform: skewX(-35deg);
  z-index: 2;
}

/* Etape active */
.symbiofi-checkout-steps .step-active {
  background: #57c4d3;
  color: #fff;
}

/* Etat actif automatique */

body.woocommerce-cart .step-panier,
body.woocommerce-checkout .step-commande,
body.woocommerce-order-received .step-validation {
  background: #57c4d3;
}

/* Responsive */
@media (max-width: 768px) {

  .symbiofi-checkout-steps {
    height: auto;
    flex-direction: column;
    border-radius: 18px;
  }

  .symbiofi-checkout-steps .step {
    min-height: 52px;
  }

  .symbiofi-checkout-steps .step::after {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for woocommerce-cart, class: .elementor-element-c3ac71b *//* PAGE PANIER */
.woocommerce-cart .woocommerce {
  font-family: Montserrat, sans-serif;
  color: #1f2633;
}

.woocommerce-cart table.shop_table {
  border: 0 !important;
  border-collapse: collapse;
}

.woocommerce-cart table.shop_table thead {
  background: #f2f2f2;
}

.woocommerce-cart table.shop_table th {
  padding: 14px 18px !important;
  font-weight: 600;
  color: #1f2633;
  text-align: left;
}

.woocommerce-cart table.shop_table td {
  border-top: 0 !important;
  padding: 14px 18px !important;
  vertical-align: top !important;
}

.woocommerce-cart table.shop_table tbody tr.cart_item {
  border-bottom: 1px solid #dfe3e8;
}

/* Supprimer */
.woocommerce-cart .product-remove {
  width: 42px;
  min-width: 42px;
  padding-top: 22px !important;
}

.woocommerce-cart a.remove {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: #55c5d0 !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

.woocommerce-cart a.remove:hover {
  background: #2a2a86 !important;
}

/* Image */
.woocommerce-cart .product-thumbnail {
  width: 110px;
  min-width: 110px;
  padding-top: 18px !important;
}

.woocommerce-cart .product-thumbnail img {
  width: 92px !important;
  height: 70px !important;
  object-fit: cover;
  border-radius: 8px;
}

/* Produit */
.woocommerce-cart .product-name {
  padding-top: 18px !important;
  padding-bottom: 12px !important;
  font-size: 15px;
  line-height: 1.35;
  color: #1f2633;
}

.woocommerce-cart .product-name > a {
  display: inline-block;
  margin-bottom: 6px !important;
  color: #3dc1cf !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

/* Masquer colonne quantité */
.woocommerce-cart th.product-quantity,
.woocommerce-cart td.product-quantity {
  display: none !important;
}

/* Masquer le <br> après le titre */
.woocommerce-cart .product-name > br {
  display: none !important;
}

/* Dates / durée */
.woocommerce-cart .mpwem-cart-dates,
.woocommerce-cart .mpwem-cart-duration {
  display: block;
  margin: 0 0 2px 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #111;
}

/* Détails Informations */
.woocommerce-cart dl.variation,
.woocommerce-cart dl.variation dd,
.woocommerce-cart dl.variation p {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-cart dl.variation {
  margin-top: 8px !important;
}

.woocommerce-cart dl.variation dt {
  display: none !important;
}

.woocommerce-cart dl.variation li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  color: #1f2633;
}

/* Prix unitaire masqué */
.woocommerce-cart .product-price {
  display: none !important;
}

/* Quantité */
.woocommerce-cart .product-quantity {
  text-align: center;
}

/* Sous-total */
.woocommerce-cart .product-subtotal {
  padding-top: 42px !important;
  white-space: nowrap;
  font-size: 15px;
}

/* Bouton Mettre à jour */
.woocommerce-cart td.actions {
  padding: 16px 18px !important;
}

.woocommerce-cart button[name="update_cart"] {
  padding: 12px 28px !important;
  border-radius: 4px !important;
}

/* Coupon */
.woocommerce-cart .coupon {
  background: #e9e9e9;
  padding: 18px 20px;
  margin-top: 25px;
}

.woocommerce-cart .coupon label {
  font-weight: 400;
}

.woocommerce-cart .coupon input {
  border: 1px solid #ddd;
  padding: 10px;
}

/* Totaux */
.woocommerce-cart .cart_totals {
  max-width: 360px;
  margin-left: auto;
  margin-top: 35px;
}

.woocommerce-cart .cart_totals h2 {
  display: none;
}

.woocommerce-cart .cart_totals table {
  border: 1px solid #ddd !important;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
  padding: 16px 20px !important;
  font-size: 18px;
  font-weight: 600;
}

/* Bouton valider */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #2a2a86 !important;
  color: #fff !important;
  border-radius: 22px !important;
  padding: 14px 34px !important;
  font-weight: 600;
  font-size: 16px;
  max-width: 260px;
  margin-left: auto;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #3dc1cf !important;
}

/* Mobile */
@media (max-width: 768px) {
  .woocommerce-cart .product-price,
  .woocommerce-cart .product-quantity,
  .woocommerce-cart .product-subtotal {
    display: none !important;
  }

  .woocommerce-cart .product-thumbnail {
    width: 90px;
    min-width: 90px;
  }

  .woocommerce-cart .product-thumbnail img {
    width: 80px !important;
    height: 60px !important;
  }

  .woocommerce-cart .product-name {
    font-size: 14px;
  }

  .woocommerce-cart .product-name > a {
    font-size: 17px;
  }

  .woocommerce-cart .cart_totals {
    max-width: 100%;
  }
}
body.woocommerce-cart td.product-name dl dt {
    display: none !important;
    margin-top: 0 !important;
}

body.woocommerce-cart td.product-name dl,
body.woocommerce-cart td.product-name dl dd,
body.woocommerce-cart td.product-name dl li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.25 !important;
}
/* =========================
   PANIER MOBILE - RENDU CARTE
========================= */

@media (max-width: 768px) {

  .woocommerce-cart table.shop_table thead {
    display: none !important;
  }

  .woocommerce-cart table.shop_table,
  .woocommerce-cart table.shop_table tbody,
  .woocommerce-cart table.shop_table tr,
  .woocommerce-cart table.shop_table td {
    display: block !important;
    width: 100% !important;
  }

  .woocommerce-cart table.shop_table tr.cart_item {
    position: relative;
    padding: 24px 18px 18px !important;
    border: 1px solid #dfe3e8 !important;
    border-radius: 14px;
    margin-bottom: 18px;
    background: #fff;
  }

  .woocommerce-cart td.product-remove {
    position: absolute;
    top: 14px;
    right: 14px;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .woocommerce-cart td.product-thumbnail {
    display: none !important;
  }

  .woocommerce-cart td.product-name {
    padding: 0 !important;
    text-align: left !important;
    line-height: 1.35 !important;
  }

  .woocommerce-cart td.product-name::before {
    display: none !important;
  }

  .woocommerce-cart .product-name > a {
    display: block;
    margin-bottom: 8px !important;
    padding-right: 34px;
    color: #2a2a86 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  .woocommerce-cart .mpwem-cart-dates,
  .woocommerce-cart .mpwem-cart-duration,
  .woocommerce-cart dl.variation li {
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .woocommerce-cart dl.variation {
    margin-top: 6px !important;
  }

  .woocommerce-cart td.actions {
    padding: 12px 0 0 !important;
  }

  .woocommerce-cart button[name="update_cart"] {
    width: 100% !important;
  }
}
/* =========================
   COMPACTAGE BLOC TOTAL MOBILE/TABLETTE
========================= */

@media (max-width: 900px) {

  /* Colonne droite */
  .woocommerce-cart .e-cart__column-inner.e-sticky-right-column {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Section totals */
  .woocommerce-cart .e-cart-totals,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart_totals {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Tableau total */
  .woocommerce-cart .cart_totals table.shop_table {
    margin-bottom: 14px !important;
  }

  .woocommerce-cart .cart_totals th,
  .woocommerce-cart .cart_totals td {
    padding: 10px 14px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  /* Bouton checkout */
  .woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
    margin: 0 !important;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    border-radius: 14px !important;
  }

  /* Supprime gros espaces Elementor */
  .woocommerce-cart .e-cart-section {
    padding: 0 !important;
    margin-bottom: 14px !important;
  }

  /* Réduction espacements internes */
  .woocommerce-cart .cart_totals table {
    border-spacing: 0 !important;
  }

  /* Réduction hauteur lignes */
  .woocommerce-cart .cart-subtotal,
  .woocommerce-cart .order-total {
    height: auto !important;
  }
}
/* FORCE MASQUAGE QUANTITÉ - DESKTOP + MOBILE */
.woocommerce-cart th.product-quantity,
.woocommerce-cart td.product-quantity,
.woocommerce-cart td.product-quantity[data-title="Quantité"],
.woocommerce-cart td.product-quantity .quantity {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .woocommerce-cart table.shop_table td.product-quantity,
  .woocommerce-cart table.shop_table td.product-quantity[data-title="Quantité"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-381e750 */.elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sells {
  max-width: 620px;
}

.elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sells h2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f2633;
  margin: 0 0 18px 0;
}

.elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sells-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sell-card {
  display: block;
  text-decoration: none !important;
}

.elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sell-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #f2f2f2;
}

.elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sell-image img {
  display: block;
  width: 100%;
  height: auto;
}

.elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sell-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 14px;
  background: rgba(42, 42, 134, 0.86);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
/* Desktop : toujours sur une ligne */
.elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sells-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Images */
.elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sell-image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {

  /* 2 cartes par ligne */
  .elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sells-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  /* Si une seule carte */
  .elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sells-grid:has(.symbiofi-cross-sell-card:only-child) {
    grid-template-columns: 1fr;
  }

  .elementor-7 .elementor-element.elementor-element-381e750 .symbiofi-cross-sell-title {
    font-size: 13px;
    padding: 10px 12px;
  }
}/* End custom CSS */
/* Start custom CSS *//* Cache le shortcode placé sous le cart si besoin de le repositionner */
.elementor-widget-shortcode:has(.symbiofi-cross-sells) {
  max-width: 58%;
  margin-top: -255px;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}

/* Ajustement du bloc total à droite */
body.woocommerce-cart .cart_totals {
  margin-left: auto !important;
}

/* Responsive */
@media (max-width: 900px) {
  .elementor-widget-shortcode:has(.symbiofi-cross-sells) {
    max-width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }
}
/* Notification WooCommerce charte Symbiofi */
.woocommerce-cart .woocommerce-message {
  border: 1px solid #dfe3e8 !important;
  border-left: 5px solid #3dc1cf !important;
  background: #f8fcfd !important;
  color: #1f2633 !important;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  border-radius: 12px;
  padding: 16px 20px !important;
  margin-bottom: 24px !important;
}

.woocommerce-cart .woocommerce-message::before {
  color: #3dc1cf !important;
}

.woocommerce-cart .woocommerce-message .button,
.woocommerce-cart .woocommerce-message .wc-forward {
  display: none !important;
}
/* Masquer les ventes croisées quand le panier est vide */
body.woocommerce-cart:has(.cart-empty) .symbiofi-cross-sells,
body.woocommerce-cart:has(.woocommerce-info) .symbiofi-cross-sells {
  display: none !important;
}
/* =========================
   PANIER VIDE - SYMBIOFI
========================= */

.woocommerce-cart .woocommerce {
  position: relative;
}

/* Bloc vide */
.woocommerce-cart .wc-empty-cart-message {
  text-align: center;
  margin-top: 40px;
}

.woocommerce-cart .cart-empty {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 auto 22px !important;
  font-family: Montserrat, sans-serif;
  color: #1f2633 !important;
  text-align: center;
  font-size: 0 !important;
}

/* Texte */
.woocommerce-cart .cart-empty::after {
  content: "Vous n’avez pas de formations ajoutées au panier actuellement";
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #1f2633;
}

/* Bloc bouton */
.woocommerce-cart .return-to-shop {
  text-align: center !important;
  margin-top: 25px !important;
}

/* Bouton */
.woocommerce-cart .return-to-shop .button,
.woocommerce-cart .return-to-shop a.button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #2a2a86 !important;
  color: transparent !important;
  border-radius: 4px !important;
  padding: 16px 34px !important;
  min-width: 340px;
  min-height: 54px;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 0 !important;
}

/* Nouveau texte bouton */
.woocommerce-cart .return-to-shop .button::after {
  content: "Cliquez ici pour retourner à l’accueil";
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

/* Hover */
.woocommerce-cart .return-to-shop .button:hover {
  background: #3dc1cf !important;
}

/* Cache ventes croisées et bloc symbiocenter */
body.woocommerce-cart:has(.cart-empty) .symbiofi-cross-sells,
body.woocommerce-cart:has(.cart-empty) .symbiocenter-sidecard,
body.woocommerce-cart:has(.cart-empty) .symbiocenter-cart-block,
body.woocommerce-cart:has(.cart-empty) .elementor-widget-shortcode {
  display: none !important;
}

/* Mobile */
@media (max-width: 768px) {

  .woocommerce-cart .return-to-shop .button,
  .woocommerce-cart .return-to-shop a.button {
    width: 100%;
    min-width: 0;
  }

}
/* Cache colonne latérale SymbioCenter si panier vide */
body.woocommerce-cart:has(.cart-empty) .elementor-element-6327790 {
  display: none !important;
}
/* Pleine largeur contenu panier vide */
body.woocommerce-cart:has(.cart-empty) .e-cart-layout-one-column,
body.woocommerce-cart:has(.cart-empty) .elementor-widget-woocommerce-cart {
  width: 100% !important;
  max-width: 100% !important;
}
/* =========================
   PANIER VIDE - RECENTRAGE
========================= */

body.woocommerce-cart:has(.cart-empty) .elementor-element-6327790 {
  display: none !important;
}

/* Parent principal */
body.woocommerce-cart:has(.cart-empty) .elementor-element-54efaa2 {
  justify-content: center !important;
  align-items: center !important;
}

/* Colonne gauche */
body.woocommerce-cart:has(.cart-empty) .elementor-element-404f102 {
  width: 100% !important;
  max-width: 760px !important;
  flex: 0 0 100% !important;
  margin: 0 auto !important;
}

/* Widget panier */
body.woocommerce-cart:has(.cart-empty) .elementor-widget-woocommerce-cart {
  width: 100% !important;
}

/* Centrage contenu */
body.woocommerce-cart:has(.cart-empty) .woocommerce {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* FIX footer superposé quand une notice WooCommerce apparaît */
body.woocommerce-cart .elementor-element-54efaa2 {
  position: relative !important;
  min-height: auto !important;
  margin-bottom: 70px !important;
}

body.woocommerce-cart .elementor-widget-woocommerce-cart {
  margin-bottom: 40px !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
  display: block !important;
  margin-bottom: 25px !important;
  clear: both !important;
}

/* Désactive le sticky Elementor du bloc total sur panier */
body.woocommerce-cart .e-sticky-right-column {
  position: static !important;
  top: auto !important;
}/* End custom CSS */