/*
Theme Name: imgc-formation
Description: Child theme
Author: ALBA
Author URI: https://alba.re
Template: Avada
Version: 1.0.0
Text Domain:  alba
*/

/* Table des variations */
.variations {
  margin: 0 !important;              /* supprime la marge gauche */
  border: none;                      /* pas de bordures globales */
  width: 100%;
  font-size: 15px;
  color: #111;
  max-width: 312px;
}

/* Cacher le label "Tarif" dans la table des variations */
.variations .label {
  display: none !important;
}

.single-product .woocommerce-variation-price:before {
  content: "Tarif : ";
  margin-right: 4px;
  font-size: 16px;
  color: var(--awb-color4);
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
}

.fusion-woo-cart-1 table.variations .avada-select-wrapper,
.fusion-woo-cart-1 .woocommerce-variation {
    justify-content: flex-start !important; /* aligne à gauche */
}




