/*
Theme Name:     Hello Elementor Child
Theme URI:      https://example.com/
Description:    Thème enfant de Hello Elementor
Author:         Ton nom ou celui de ton agence
Template:       hello-elementor
Version:        1.0
*/

@import url("../hello-elementor/style.css");

.message-client {
    background-color: #F6F0E4;
    color: #000000;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
	font-weight:700;
	margin-top: 50px;
}

.message-revendeur-valide {
    background-color: #F6F0E4;
    color: #000000;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
	font-weight:700;
	margin-top: 50px;
}

.message-revendeur-attente {
    background-color: #C64722;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
	font-weight:700;
	margin-top: 50px;
}

/* 1) Cible la liste des vignettes WooCommerce */
.woocommerce .flex-control-thumbs,
.woocommerce .flex-control-thumbs li {
    list-style: none;      /* retire la puce par défaut */
    margin: 0;
    padding: 0;
}

/* 2) Par sécurité, on cache aussi le pseudo-élément */
.woocommerce .flex-control-thumbs li::marker {
    content: none;
}

.product .elementor-jet-single-images .jet-single-images__wrap .woocommerce-product-gallery__image img {
	max-height: 500px !important;
    width: auto !important;
}

.woocommerce-product-gallery__wrapper{
	text-align: center;
}
.woocommerce-pdf-catalog-button {
    background-color: var(--e-global-color-accent) !important;
    font-family: "Merriweather", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: var(--e-global-color-85b81f3) !important;
    border-radius: 15px 15px 15px 15px !important;
    padding: 1rem 1rem !important;
}