.elementor-kit-5{--e-global-color-primary:#28415E;--e-global-color-secondary:#FEE9E4;--e-global-color-text:#153254;--e-global-color-accent:#62C7CA;--e-global-color-9c09bb4:#FFFFFF;--e-global-color-09efae1:#FEE9E4;--e-global-color-d5416bd:#E6E9EB;--e-global-color-17360f9:#F3F3F3;--e-global-color-26a25dc:#A0A09F;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Merriweather Sans";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h3{color:var( --e-global-color-accent );font-style:italic;}.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 *//* === Fluid type scale (clamp) === */
:root{
  /* Base */
  --fs-xs:  clamp(0.75rem,  0.72rem + 0.15vw, 0.85rem);
  --fs-sm:  clamp(0.875rem, 0.84rem + 0.20vw, 1.00rem);
  --fs-md:  clamp(1.00rem,  0.96rem + 0.25vw, 1.125rem); /* texte */
  --fs-lg:  clamp(1.125rem, 1.05rem + 0.40vw, 1.35rem);
  --fs-xl:  clamp(1.35rem,  1.20rem + 0.80vw, 1.85rem);
  --fs-2xl: clamp(1.65rem,  1.35rem + 1.20vw, 2.40rem);
  --fs-3xl: clamp(2.00rem,  1.55rem + 1.80vw, 3.10rem);

  /* Line-heights (optionnel) */
  --lh-tight: 1.15;
  --lh-normal: 1.45;
  --lh-relaxed: 1.65;
}

/* Base texte */
body{
  font-size: var(--fs-md);
  line-height: var(--lh-relaxed);
}

/* Titres */
h1{ font-size: var(--fs-3xl); line-height: var(--lh-tight); }
h2{ font-size: var(--fs-2xl); line-height: var(--lh-tight); }
h3{ font-size: var(--fs-xl);  line-height: var(--lh-tight); }
h4{ font-size: var(--fs-lg);  line-height: var(--lh-normal); }
h5{ font-size: var(--fs-md);  line-height: var(--lh-normal); }
h6{ font-size: var(--fs-sm);  line-height: var(--lh-normal); }

/* Petits textes utiles */
.small, small{ font-size: var(--fs-sm); }/* End custom CSS */