.elementor-kit-5{--e-global-color-primary:#C27BA0;--e-global-color-secondary:#FFE5B4;--e-global-color-text:#333333;--e-global-color-accent:#FE78F0;--e-global-color-efb6510:#FFFFFFE6;--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-5 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){margin-block-end: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 *//* Palette pastel pour site mode bikinis, crochet, mohair */

:root {
  --rose-poudre: #F7CAC9;
  --vert-sauge: #B8D8B8;
  --jaune-creme: #FFF1B5;
  --bleu-ciel: #A7C7E7;
  --lavande-pale: #D8BFD8;
  --beige-sable: #F5F5DC;
  --texte-principal: #4A4A4A; /* gris foncé neutre pour texte */
}

/* Fond général */
body {
  background-color: var(--beige-sable);
  color: var(--texte-principal);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Titres */
h1, h2, h3, h4 {
  color: var(--bleu-ciel);
}

/* Liens */
a {
  color: var(--lavande-pale);
  text-decoration: none;
}
a:hover {
  color: var(--rose-poudre);
}

/* Boutons principaux */
.button, button, input[type="submit"] {
  background-color: var(--rose-poudre);
  border: none;
  color: #fff;
  padding: 0.8em 1.4em;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.button:hover, button:hover, input[type="submit"]:hover {
  background-color: var(--jaune-creme);
  color: #333;
}

/* Sections d’arrière-plan */
.section-ete {
  background-color: var(--vert-sauge);
  padding: 2em;
  border-radius: 10px;
}

.section-hiver {
  background-color: var(--lavande-pale);
  padding: 2em;
  border-radius: 10px;
}

/* Détails et icônes */
.icon, .highlight {
  color: var(--jaune-creme);
}

.elementor-kit-5 {
    /* Your custom CSS goes here */
}/* End custom CSS */