.elementor-kit-8{--e-global-color-uicore_primary:#070707;--e-global-color-uicore_secondary:#532DF5;--e-global-color-uicore_accent:#D1345B;--e-global-color-uicore_headline:#070707;--e-global-color-uicore_body:#070707;--e-global-color-uicore_dark:#070707;--e-global-color-uicore_light:#F8FCFC;--e-global-color-uicore_white:#FFFFFF;--e-global-color-f274df9:#F2F2F2;--e-global-color-e7a60e7:#F85A20;--e-global-color-6831c58:#FFFFFF;--e-global-color-59ccd5a:#F4F4F4;--e-global-color-7ec38a2:#CECECE;--e-global-color-f8c5297:#969696;--e-global-color-bb9e839:#767676;--e-global-color-602b9bc:#525252;--e-global-color-37a601a:#272727;--e-global-color-bf0f372:#212121;--e-global-color-3cd3af8:#141414;--e-global-color-e213d7b:#000000;--e-global-typography-uicore_primary-font-family:"Lato";--e-global-typography-uicore_primary-font-weight:400;--e-global-typography-uicore_secondary-font-family:"Sora";--e-global-typography-uicore_secondary-font-weight:700;--e-global-typography-uicore_text-font-family:"Lato";--e-global-typography-uicore_text-font-weight:400;--e-global-typography-uicore_accent-font-family:"Sora";--e-global-typography-uicore_accent-font-weight:700;font-family:"Sora", Sans-serif;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-uicore_primary );font-family:"Inter", Sans-serif;font-size:15px;font-weight:500;text-transform:None;line-height:1em;letter-spacing:0em;color:#FFFFFF;border-style:none;border-radius:6px 6px 6px 6px;padding:17px 40px 17px 40px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-uicore_secondary );color:#FFFFFF;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"Lato", Sans-serif;}.elementor-kit-8 h1{font-family:"Sora", Sans-serif;font-weight:700;}.elementor-kit-8 h2{font-family:"Sora", Sans-serif;font-weight:600;}.elementor-kit-8 h3{font-family:"Sora", Sans-serif;font-weight:500;}.elementor-kit-8 h4{font-family:"Sora", Sans-serif;font-weight:400;}.elementor-kit-8 h5{font-family:"Sora", Sans-serif;font-weight:300;}.elementor-kit-8 h6{font-family:"Sora", Sans-serif;font-weight:200;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;}.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);}.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-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:15px;padding:17px 40px 17px 40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:14px;padding:13px 35px 13px 35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@media (min-width: 768px) {
  :root {
    /* ajuste ces valeurs à la hauteur réelle de tes zones */
    --header-height: 100px;
    --footer-height: 150px;
  }
}

/* applique Flexbox à ton conteneur global */
body {
  display: flex;
  flex-direction: column;
  margin: 0;
}

/* header figé en haut */
header, .elementor-location-header {
  flex: 0 0 auto;
  height: var(--header-height);
}

/* contenu adaptatif : au minimum la place restante,  
   sans dépasser, et sans forcer tout l’écran si c’est petit */
main, .elementor-location-single, .elementor-location-page {
  flex: 1 0 auto;
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
}

/* footer figé en bas */
footer, .elementor-location-footer {
  flex: 0 0 auto;
  height: var(--footer-height);
}/* End custom CSS */