/*
Theme Name: Hello Elementor Enfant
Description: Theme enfant de Hello Elementor.
Author: Alizés Création
Author URI: https://alizes-creation.com/
Template: hello-elementor
Version: 1.0
*/

/* Menu qui réapparait au scroll */

.menuOFF 
{
    transition: transform 0.3s ease;
    transform: translateY(-100%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.menuOFF.visible {
    transform: translateY(0);
}

/* Enlever le cadre du bouton panier */

#elementor-menu-cart__toggle_button
{
	border: none !important; 
    height: 30px !important;
}

/* Bordure de la boite des attributs */

.variable-items-wrapper image-variable-items-wrapper wvs-style-rounded
{
	padding: 10px!important;
}

/* Couleur boutons pop up panier */

.elementor-button--view-cart
{
	background-color:#A7D9DE !important;
}

.elementor-button--checkout
{
	background-color:#A7D9DE !important;
}

/* Message woocommerce */

/*Pour les pastilles*/ .woocommerce-notices-wrapper .woocommerce-message:before 
{
	color: #122D2C!important;
}
/*Pour le message*/ .woocommerce-notices-wrapper .woocommerce-message 
{
	border-top-color: #122D2C!important;
}
	
/* Bouton commande */
	
.wc-proceed-to-checkout a.checkout-button
{
	background-color: #DE4256!important;
}
	
/*2026-02-13 Ajout Pierrick Pour les pastilles de variations de taille/couleur*/
body.single-product table.variations td.woo-variation-items-wrapper ul.image-variable-items-wrapper li.image-variable-item
{
	margin:2%;

}

/* C'est ce truc là que je n'arrive pas à choper pour les pastilles de coloris */
.woocommerce div.product form.cart table td
{
    padding-left: 40!important;
}

