.elementor-kit-27{--e-global-color-primary:#304974;--e-global-color-secondary:#E40426;--e-global-color-text:#1A1A1A;--e-global-color-accent:#E40426;--e-global-typography-primary-font-family:"League Spartan";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"League Spartan";--e-global-typography-accent-font-weight:500;}.elementor-kit-27 e-page-transition{background-color:#FFBC7D;}.elementor-kit-27 button,.elementor-kit-27 input[type="button"],.elementor-kit-27 input[type="submit"],.elementor-kit-27 .elementor-button{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1040px;}.e-con{--container-max-width:1040px;}.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);}.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: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 */body {
  background-color: #ffffff;
  background-image: url('https://antipodev2.dev.itsquared.be/wp-content/uploads/2026/06/1.png'),
                    url('https://antipodev2.dev.itsquared.be/wp-content/uploads/2026/06/3.png');
  background-position: left -80px bottom, right -80px bottom;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-size: auto 60%, auto 60%;   /* ← plus petites : 40% de la hauteur au lieu de 100% */
}

/* On masque les images sur téléphone */
@media (max-width: 768px) {
  body {
    background-image: none;
  }
}/* End custom CSS */