.elementor-kit-13{--e-global-color-primary:#FCCD00;--e-global-color-secondary:#00263A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--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;color:var( --e-global-color-secondary );font-family:"massilia", Sans-serif;font-size:1.125rem;font-weight:300;font-style:normal;line-height:25px;}.elementor-kit-13 a{color:var( --e-global-color-secondary );font-family:"massilia", Sans-serif;font-size:30px;text-decoration:none;}.elementor-kit-13 a:hover{text-decoration:none;}.elementor-kit-13 h1{font-family:"the-seasons", Sans-serif;font-size:3rem;font-style:normal;}.elementor-kit-13 h2{font-family:"the-seasons", Sans-serif;font-size:2rem;font-style:normal;line-height:40px;}.elementor-kit-13 h3{font-family:"the-seasons", Sans-serif;font-size:2rem;font-style:normal;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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:1200px){.elementor-kit-13 h3{font-size:2.2rem;}}@media(max-width:1024px){.elementor-kit-13 h1{font-size:2.875rem;}.elementor-kit-13 h2{font-size:2.2rem;line-height:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13 h1{font-size:2.2rem;}.elementor-kit-13 h2{font-size:1.8rem;line-height:40px;}.elementor-kit-13 h3{font-size:1.8rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@font-face {
    font-family: 'massilia-oblique';
    src: url('/wp-content/themes/hello-elementor-child/fonts/massilia-extra-light-oblique.otf') format('opentype');
    font-weight: 100;
    /* font-style: italic;*/
    font-display: swap; /* rend le texte visible même si la police n’est pas encore chargée */
}

@font-face {
    font-family: 'massilia';
    src: url('/wp-content/themes/hello-elementor-child/fonts/massilia-extra-light.otf') format('opentype');
    font-weight: 100;
    font-display: swap; /* rend le texte visible même si la police n’est pas encore chargée */
}

.elementor-text-editor p:last-child, p:last-child { margin:0; padding: 0; }

.image-scale-custom {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.image-scale-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.4s ease;
  z-index: -1;
}

/* Hover desktop via JS */
.image-scale-custom.hover-active::before {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .image-scale-custom::before {
        background-size: contain !important;
        background: none !important;
    }
}/* End custom CSS */