.elementor-kit-9{--e-global-color-primary:#442818;--e-global-color-secondary:#AC826B;--e-global-color-text:#393B30;--e-global-color-accent:#59BA99;--e-global-color-9be8a18:#BA9759;--e-global-color-19795b3:#F5EFE6;--e-global-color-31e5179:#D3D3D3;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:30px;--e-global-typography-secondary-font-family:"Ubuntu";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-family:"Ubuntu";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-weight:500;line-height:30px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{color:var( --e-global-color-primary );font-family:"Ubuntu", Sans-serif;font-size:30px;font-weight:600;line-height:30px;}.elementor-kit-9 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-9 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h4{color:var( --e-global-color-accent );}.elementor-kit-9 img{border-radius:5px 5px 5px 5px;opacity:1;}.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-kit-9 h2{line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-9 h3{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 h2{line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-9 h3{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Forcer toutes les sections à s'adapter */
.elementor-section {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* 2. Empiler les colonnes sur mobile */
@media (max-width: 768px) {
  .elementor-container {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
  }

  .elementor-widget-wrap {
    flex-wrap: wrap !important;
  }

  /* 3. Images adaptables */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* 4. Typo adaptable sur mobile */
  body, p, h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
    font-size: 90% !important;
  }

  /* 5. Tables et éléments larges */
  table {
    width: 100% !important;
    overflow-x: auto;
    display: block;
  }
}

/* 6. Éviter les débordements */
body {
  overflow-x: hidden;
}/* End custom CSS */