.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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);}@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;}}
/* Start custom CSS */<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">

<style>
/* Variables et Reset "Kylie Style" */
:root {
  --k-black: #000000;
  --k-white: #ffffff;
  --k-bg-grey: #f4f4f4; /* Le gris signature des fonds produits de Kylie */
  --k-text-grey: #757575;
}

body {
  font-family: 'Inter', sans-serif !important; /* On remplace le Garamond par du Inter (sans-serif) partout */
  color: var(--k-black);
  -webkit-font-smoothing: antialiased;
}

/* Bouton universel Kylie */
.k-btn {
  display: block;
  width: 100%;
  padding: 16px;
  background: var(--k-black);
  color: var(--k-white);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 1px solid var(--k-black);
  cursor: pointer;
  transition: all 0.3s;
}
.k-btn:hover { background: var(--k-white); color: var(--k-black); }
</style>/* End custom CSS */