/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1729533563
Updated: 2024-10-21 17:59:23

*/

.elementor-post__read-more {
 background: #ffffff;
    padding: 6px 20px;
    border-radius: 50px;
    display: block !important;
    border: 1px solid #f2e5e5;
    text-align: center;
}
a { 
color: #007ac3;
}
.elementor-menu-cart__main {
	width: 460px !important;
}
.elementor-menu-cart__product {
	overflow : hidden;
}
h1, .et-db #et-boc .et-l h1, h2, .et-db #et-boc .et-l h2, h3, .et-db #et-boc .et-l h3, h4, .et-db #et-boc .et-l h4, h5, .et-db #et-boc .et-l h5, h6, .et-db #et-boc .et-l h6 {
    text-align: inherit !important;
}

.elementor img {
border-radius: 15px !important;
}

.woocommerce-cart-form__cart-item p, .shop_table p, .elementor-menu-cart p, .woocommerce-table--order-details p {
    margin-bottom: 0px;
}
.elementor-menu-cart__product-image {
    display: none;;
}
.woocommerce-cart-form__cart-item ul li::marker {

}
.woocommerce-cart-form__cart-item p.check, .woocommerce-table--order-details p.check {
    margin-top: 5px;
}
.woocommerce-cart-form__cart-item p.notice_cart, .shop_table p.notice_cart {
    font-style: italic;
    margin-top: 2px;
}
.woocommerce-cart-form__cart-item p.check::before, .shop_table p.check::before, .woocommerce-table--order-details p.check::before {
    content: "✔️";
    font-size: 12px;
    margin-right: 6px;
}
.woocommerce-cart-form__cart-item ul li, .shop_table ul li, .woocommerce-table--order-details ul li  {
    margin-left: 14px;
    margin-top: -4px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
    width: 50%;
    padding-right: 0 !important;
}
th.product-thumbnail {
display: none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
    position: relative;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td .product-quantity {
    font-weight: 800 !important;
    position: absolute;
    top: 10px;
    left: -21px;
}

.payment_method_oney_x4_with_fees {
    display: none !important;
}
a.btn_faq {
    background: #007ac3;
    display: block;
    width: fit-content;
    padding: 9px;
    border-radius: 30px;
    color: #fff;
    margin-top: 20px;  
}


.elementor-message-success {
    position: absolute;
    top: -10px;
    height: 105%;
    width: 100%;
    background: #fff;
    text-align: center;
    padding-top: 26%;
    font-weight: 700 !important;
    font-size: 1em !important;
    color: #4a77d1;
    font-size: 20px;
    margin: 0;
    line-height: 50px;
}

.elementor-message-success:before {
	display: block;
    font-size: 50px;
	color: green;
}

.elementor-nav-menu li.menu-item-9749 a {
    background: #2a7ac3;
    width: fit-content;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff !important;
    margin-left: 10px;
}
.elementor-nav-menu li.menu-item-9750 a {
    background: #f4f4f4 !important;
    width: fit-content;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    color: #33373d !important;
}

.elementor-posts .elementor-post__excerpt p {
    text-align: justify;
}

.status-steps .status-step {
    position: relative;
}

.status-steps .status-step .status-circle {
    transition: background-color 0.3s ease;
}

.status-steps .status-step.active .status-circle {
    background-color: #0071a1; /* Couleur active */
}

.status-steps .status-step.inactive .status-circle {
    background-color: #ccc; /* Couleur inactive */
}

.status-steps .status-step:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: -1;
    transition: background-color 0.3s ease;
}

.status-steps .status-step.active:before {
    background-color: #0071a1;
}

.order-status-timeline {
    position: absolute;
    top: 0;
    width: 100%;
}
.status-steps .active .status-circle::after {
    content: "v";
    color: #fff;
    font-weight: 900;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper {
    position: relative;
    padding-top: 120px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content h2:first-of-type {
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.woocommerce-message {
    background-color: #007ac3;
    font-weight: 900;
    color: #fff;
    border-top-color: #f4f4f4;
    border-radius: 40px;
    text-align: center;
}
.woocommerce-message::before {
    color: #ffffff;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
    color: #007ac3;
    background-color: #fff;
}
.cart-empty .woocommerce-info {
    text-align: center;
    border-radius: 50px;
    border-top: none;
}
.product-template-default h4 {
	color: var( --e-global-color-primary );
	font-weight: 600;
}
.product-category picture {
display: none !important;
}
.product-category .woocommerce-loop-category__title {
    background: #f4f4f4;
    padding: 10px 60px !important;
    display: inline-block;
    width: max-content;
    border-radius: 50px;
}
.product-category .woocommerce-loop-category__title:hover {
    background: #007ac3;
    color: #fff;
}
#alg_wc_eu_vat_progress.alg-wc-eu-vat-not-valid {
color: red;;
}
@media (max-width: 767px) {
    .e-con.e-flex {
      /*  padding: 0;*/
    }
    .elementor-widget-woocommerce-cart .woocommerce table.cart td {
        text-align: left !important;
    }
    .elementor-location-archive > div.elementor-element {
padding: 13px;
    }
    .woocommerce h2 {
        font-size: 16px !important;
            font-family: var(--e-global-typography-bb0da2d-font-family), Sans-serif;
    font-weight: var(--e-global-typography-bb0da2d-font-weight);
    text-align: center;
    }

}



/* Cible le message contenant "Attention : vous avez choisi des produits..." */
.woocommerce-notices-wrapper .woocommerce-info:contains("Attention : vous avez choisi des produits avec des types de coloris différents.") {
    background-color: #fde4c3 !important; /* Couleur de fond orange clair */
    border-color: #f3c179 !important; /* Bordure orange */
    color: #865400; /* Couleur du texte */
    padding: 15px; /* Espacement */
    border-radius: 5px; /* Coins arrondis */
    display: flex;
    align-items: center;
}

/* Icône d'attention pour le message */
.woocommerce-notices-wrapper .woocommerce-info:contains("Attention : vous avez choisi des produits avec des types de coloris différents.")::before {
    content: "\26A0"; /* Icône Attention (⚠ Unicode) */
    font-size: 20px;
    color: #ff8000; /* Couleur d'icône */
    margin-right: 10px;
}




/* SUPPORT */
.wpsc-tickets-nav.my-profile {
    display: none;
}
.wpsc-header .log-out {
    display: none;
}
.woocommerce table.my_account_orders .button {
    background: #f4f4f4 !important;
    margin: 0 3px;
}
.woocommerce table.my_account_orders .button.pay {
    background: #5cb0e1 !important;
    color: #fff !important;
    font-weight: 800 !important;
}
.wpsc-filter-container {
    display: none !important;
}
#wpsc-more-actions-btn {
    display: none !important; 
}
.wpsc-it-action-container {
    display: none !important;    
}
.woocommerce table.my_account_orders .button.Support::before {
    font-family: 'Font Awesome 5 Free'; /* Police Font Awesome */
    content: '\f059'; /* Code Unicode pour l'icône "?" */
    font-weight: 900; /* Pour les icônes solides */
    margin-right: 8px; /* Optionnel : Espace entre l'icône et le texte */
}

.rename_cache input {
    border-radius: 50px;
    background: #f4f4f4;
}
.rename_cache button {
    width: 100%;
    border-radius: 50px !important;
    color: #fff !important;
    background: #007ac3 !important;
}
#CookiebotWidget {
    left: inherit !important;
    right: 10px !important;
}
@media (max-width: 767px) {
 
    .woocommerce-message {
        background-color: #ffffff;
    font-weight: 900;
    color: #2a7ac3;
    border: none !important;
    border-radius: 40px;
    padding: 0;
    text-align: center;
    }
    .woocommerce-page .woocommerce-message .button {
        float: none;
    display: block;
    background: #2a7ac3;
    color: #fff;
    border-radius: 50px;
    }
    .elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
        padding-left: 5px;
    }
    .item_catalogue .e-con-inner {
        padding: 0 !important;
    }
}