.elementor-kit-16{--e-global-color-primary:#0E4806;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#062E01;--e-global-color-accent:#108501;--e-global-color-40b03fa:#000000;--e-global-typography-primary-font-family:"Afacad";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Afacad";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Afacad";--e-global-typography-text-font-size:0.9rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Afacad";--e-global-typography-accent-font-weight:500;--e-global-typography-222a7f0-font-family:"Afacad";--e-global-typography-222a7f0-font-size:2.5rem;--e-global-typography-222a7f0-font-weight:700;--e-global-typography-ea218e2-font-family:"Afacad";--e-global-typography-ea218e2-font-size:1.875rem;--e-global-typography-ea218e2-font-weight:700;--e-global-typography-90d9579-font-family:"Afacad";--e-global-typography-90d9579-font-size:1.563rem;--e-global-typography-90d9579-font-weight:700;--e-global-typography-d857f82-font-family:"Afacad";--e-global-typography-d857f82-font-size:1.2rem;--e-global-typography-d857f82-font-weight:700;background-color:#F9FFF8;}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-16{--e-global-typography-text-font-size:0.8rem;--e-global-typography-222a7f0-font-size:22px;--e-global-typography-ea218e2-font-size:20px;--e-global-typography-90d9579-font-size:18px;--e-global-typography-d857f82-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   BOCOLIS - NOTIFICATIONS WOOCOMMERCE GLOBAL
   Messages validation / information / erreur
   ============================================ */

.woocommerce-notices-wrapper {
    width: 100% !important;
    margin: 0 auto 30px auto !important;
}

/* Base commune */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    font-family: "Afacad", sans-serif !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;

    max-width: 100% !important;
    width: 100% !important;

    margin: 0 auto 30px auto !important;
    padding: 22px 24px 22px 60px !important;

    border-radius: 18px !important;
    border: 2px solid #0E4806 !important;
    border-top: 2px solid #0E4806 !important;

    background: #FFFFFF !important;
    color: #000000 !important;

    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;

    list-style: none !important;
    box-shadow: 0 10px 28px rgba(14, 72, 6, 0.08) !important;
}

/* Icône */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    position: absolute !important;
    left: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 19px !important;
    line-height: 1 !important;
}

/* Message validation */
.woocommerce-message {
    border-color: #0E4806 !important;
}

.woocommerce-message::before {
    color: #108501 !important;
}

/* Message information */
.woocommerce-info {
    border-color: #0E4806 !important;
}

.woocommerce-info::before {
    color: #0E4806 !important;
}

/* Message erreur */
.woocommerce-error {
    border-color: #000000 !important;
    color: #000000 !important;
}

.woocommerce-error::before {
    color: #000000 !important;
}

/* Liste d’erreurs */
.woocommerce-error li {
    margin: 0 !important;
    padding: 0 !important;
}

/* Boutons dans les notifications */
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
    float: none !important;
    flex-shrink: 0 !important;

    margin: 0 !important;
    padding: 13px 24px !important;

    border-radius: 10px !important;
    border: 2px solid #108501 !important;
    background: #108501 !important;
    color: #FFFFFF !important;

    font-family: "Afacad", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;

    text-decoration: none !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover {
    background: #0E4806 !important;
    border-color: #0E4806 !important;
    color: #FFFFFF !important;
}

/* Liens classiques */
.woocommerce-message a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-error a:not(.button) {
    color: #108501 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

/* Panier vide */
.cart-empty.woocommerce-info {
    justify-content: flex-start !important;
}

/* ============================================
   RESPONSIVE TABLETTE
   ============================================ */

@media (max-width: 1024px) {
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
        padding: 20px 22px 20px 56px !important;
        font-size: 16px !important;
        border-radius: 16px !important;
    }

    .woocommerce-message .button,
    .woocommerce-info .button,
    .woocommerce-error .button,
    .woocommerce-message a.button,
    .woocommerce-info a.button,
    .woocommerce-error a.button {
        padding: 12px 20px !important;
        font-size: 15px !important;
    }
}

/* ============================================
   RESPONSIVE MOBILE
   ============================================ */

@media (max-width: 767px) {
    .woocommerce-notices-wrapper {
        margin-bottom: 24px !important;
    }

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        padding: 18px 18px 18px 50px !important;
        margin: 0 auto 24px auto !important;

        border-radius: 14px !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    .woocommerce-message::before,
    .woocommerce-info::before,
    .woocommerce-error::before {
        left: 18px !important;
        top: 22px !important;
        transform: none !important;
        font-size: 17px !important;
    }

    .woocommerce-message .button,
    .woocommerce-info .button,
    .woocommerce-error .button,
    .woocommerce-message a.button,
    .woocommerce-info a.button,
    .woocommerce-error a.button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: auto !important;
        max-width: 100% !important;

        margin: 14px 0 0 0 !important;
        padding: 11px 18px !important;

        font-size: 15px !important;
        border-radius: 10px !important;
        white-space: normal !important;
    }
}

/* ============================================
   PETITS MOBILES
   ============================================ */

@media (max-width: 480px) {
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
        padding: 16px 16px 16px 46px !important;
        font-size: 14.5px !important;
        border-radius: 12px !important;
    }

    .woocommerce-message::before,
    .woocommerce-info::before,
    .woocommerce-error::before {
        left: 16px !important;
        top: 20px !important;
    }

    .woocommerce-message .button,
    .woocommerce-info .button,
    .woocommerce-error .button,
    .woocommerce-message a.button,
    .woocommerce-info a.button,
    .woocommerce-error a.button {
        width: 100% !important;
        margin-top: 14px !important;
        padding: 12px 16px !important;
        text-align: center !important;
    }
}/* End custom CSS */