.elementor-kit-7{--e-global-color-primary:#225024;--e-global-color-secondary:#C19D70;--e-global-color-text:#363638;--e-global-color-accent:#141A1C;--e-global-color-e504fc3:#E7EEE6;--e-global-color-2e3f23f:#F7F2EA;--e-global-typography-primary-font-family:"Instrument Serif";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Instrument Serif";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:500;--e-global-typography-c569c1c-font-size:16px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#C19D70;font-family:"InstrumentSerif", Sans-serif;font-size:1.3rem;font-weight:300;text-transform:uppercase;font-style:italic;letter-spacing:1.5px;color:#FFFFFF;border-radius:0px 0px 0px 0px;padding:20px 80px 20px 80px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-text );}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );}.elementor-kit-7 h1{color:var( --e-global-color-secondary );font-size:3.3rem;font-weight:300;text-transform:uppercase;letter-spacing:0.5px;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-size:4rem;font-weight:500;}.elementor-kit-7 h3{color:#C19D70;font-size:1.75rem;font-weight:300;}.elementor-kit-7 h4{color:var( --e-global-color-secondary );font-family:"Jost italic", Sans-serif;font-size:0.8rem;font-weight:400;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}@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-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{padding:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//** Bouton CART **/
.cart-link {
    text-decoration: none;
    color: inherit;
    font-family: "Jost", sans-serif;
    font-weight: 500 !important;
    font-size: 13px;
    text-transform: uppercase;
}


/* Reset body */
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Menu fixé à gauche, caché */
.menu-panel {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 470px;
    height: 100vh !important;
    transform: translateX(-470px);
    transition: transform 0.4s ease-in-out;
    z-index: 9999;
    overflow: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Menu visible */
body.menu-open .menu-panel {
    transform: translateX(0);
}

/* Header poussé via margin (pour ne pas casser le fixed du menu-panel) */
.elementor-location-header {
    transition: margin-left 0.4s ease-in-out;
}

body.menu-open .elementor-location-header {
    margin-left: 470px;
}

/* Contenu et footer poussés via transform (vrai push) */
.site-main,
footer {
    transition: transform 0.4s ease-in-out;
}

body.menu-open .site-main,
body.menu-open footer {
    transform: translateX(470px);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Jost';
	font-display: auto;
	src: url('https://we0golbztny.preview.infomaniak.website/wp-content/uploads/2026/02/Jost-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Jost italic';
	font-display: auto;
	src: url('https://we0golbztny.preview.infomaniak.website/wp-content/uploads/2026/02/Jost-Italic-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'InstrumentSerif';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://we0golbztny.preview.infomaniak.website/wp-content/uploads/2026/02/InstrumentSerif-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'InstrumentSerif';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://we0golbztny.preview.infomaniak.website/wp-content/uploads/2026/02/InstrumentSerif-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */