.elementor-25 .elementor-element.elementor-element-7138231{--display:flex;--margin-top:150px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-25 .elementor-element.elementor-element-35983bb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 35px) 0px;}.elementor-25 .elementor-element.elementor-element-35983bb .elementor-heading-title{font-family:"ivyora-display", Sans-serif;font-size:54px;font-style:italic;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-25 .elementor-element.elementor-element-7138231{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-25 .elementor-element.elementor-element-7138231{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-25 .elementor-element.elementor-element-35983bb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-25 .elementor-element.elementor-element-35983bb .elementor-heading-title{font-size:35px;}}
/* Couleur du texte du tableau panier */
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
    color: #133550; /* couleur texte */
    border-color: #D4D9CF; /* couleur des bordures */
}
.woocommerce-cart table.shop_table {
    background-color: #F7F2EA; /* fond du tableau */
}
/* Fond des lignes */
.woocommerce-cart table.shop_table tr {
    background-color: #FFFDFA; /*couleur */
}

.woocommerce-cart a {
    color: #98A68A; /* couleur des liens */
    text-decoration: none;
    transition: 0.2s ease;
}

.woocommerce-cart a:hover {
    color: #133550; /* couleur hover */
    text-decoration: none; /* optionnel */
}


/* Bouton valider la commande */
.woocommerce-checkout #place_order,
.woocommerce-checkout #place_order,
.woocommerce-checkout .place-order .button,
.woocommerce .place-order input[type="submit"],
.woocommerce .button.alt,
.checkout-button {
    background-color: #98A68A !important; /* couleur */
    color: #F7F2EA;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.2s ease;
}

/* Couleur de la croix "supprimer" dans le panier */
.woocommerce a.remove,
.woocommerce-cart a.remove {
    color: #662D31 !important;           /* couleur normale */
    font-size: 20px !important;          /* optionnel : agrandir */
    font-weight: bold !important;
    transition: 0.2s ease-in-out;
}
