.elementor-kit-87{--e-global-color-primary:#C1806E;--e-global-color-secondary:#3A2F29;--e-global-color-text:#5F534B;--e-global-color-accent:#B26F5B;--e-global-color-crm001:#FBF6F1;--e-global-color-crm002:#F4E6DF;--e-global-color-crm003:#EFDCD3;--e-global-color-crm004:#F5E7E0;--e-global-color-crm005:#8F5340;--e-global-color-crm006:#A5654F;--e-global-color-crm007:#40342E;--e-global-color-crm008:#A2938A;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Caveat";--e-global-typography-accent-font-weight:400;--e-global-typography-typo01-font-family:"Mulish";--e-global-typography-typo01-font-weight:600;--e-global-typography-typo01-text-transform:uppercase;--e-global-typography-typo01-letter-spacing:1px;background-color:var( --e-global-color-crm001 );}.elementor-kit-87 e-page-transition{background-color:#FFBC7D;}.elementor-kit-87 h1{color:var( --e-global-color-secondary );font-family:"Cormorant Garamond", Sans-serif;font-size:60px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --siteWidth:1240px; --Light:#ffffff; }
/* Start custom CSS *//* Wrapper */
.woocommerce-notices-wrapper {
    width: 100%;
    margin: 0 0 30px;
}

/* Notices */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
    position: relative;

    margin: 0 0 15px;
    padding: 18px 24px 18px 52px;

    background: #f3e3dc;
    border: 0;
    border-radius: 12px;

    color: #4a3e39;
    font-size: 15px;
    line-height: 1.5;

    box-shadow: none;
}

/* On neutralise la bordure WooCommerce */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
    border-top: 0;
}

/* Petite icône discrète */
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before {
    content: "✓";

    position: absolute;
    top: 50%;
    left: 22px;

    transform: translateY(-50%);

    color: #c4745c;
    font-size: 17px;
    font-weight: 400;
}

/* Erreurs */
.woocommerce-notices-wrapper .woocommerce-error {
    background: #f5dfd9;
}

.woocommerce-notices-wrapper .woocommerce-error::before {
    content: "!";
    
    position: absolute;
    top: 50%;
    left: 22px;

    transform: translateY(-50%);

    color: #b75e4b;
    font-size: 17px;
}

/* Liens */
.woocommerce-notices-wrapper a:not(.button) {
    color: #b96852;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Bouton WooCommerce */
.woocommerce-notices-wrapper .button {
    float: right;

    padding: 8px 18px;

    background: #c4745c;
    border: 0;
    border-radius: 100px;

    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* Hover */
.woocommerce-notices-wrapper .button:hover {
    background: #aa624f;
    color: #fff;
}

/* Zone du bouton */
.wc-block-cart__submit-container {
    padding-top: 20px;
}

/* Bouton "Commander" */
.wc-block-cart__submit-button {
    min-height: 52px;
    text-decoration: none !important;

    background: #c4745c !important;
    border: 0 !important;
    border-radius: 100px !important;

    color: #fff !important;

    font-size: 13px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;

    transition: background-color .2s ease,
                transform .2s ease;
}

.wc-block-cart__submit-button:hover {
    background: #aa624f !important;
    color: #fff !important;
    transform: translateY(-1px);
}

/* Texte à l'intérieur */
.wc-block-cart__submit-button .wc-block-components-button__text {
    color: inherit;
}

.woocommerce-cart .alignwide {
    margin-inline: 0;
}/* End custom CSS */