.elementor-kit-6{--e-global-color-primary:#1A0D29;--e-global-color-secondary:#C5DE64;--e-global-color-text:#5B2C8F;--e-global-color-accent:#000000;--e-global-color-a73946f:#FFFFFF;--e-global-color-670b07f:#2E0A48;--e-global-color-984f16b:#5D2E8E;--e-global-color-bb989a8:#C5DC67;--e-global-color-0453b24:#09090B;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-size:1rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lexend";--e-global-typography-accent-font-weight:500;--e-global-typography-e425962-font-family:"Poppins";--e-global-typography-e425962-font-size:2rem;--e-global-typography-e425962-font-weight:700;--e-global-typography-a254adc-font-family:"Poppins";--e-global-typography-a254adc-font-size:1.2rem;--e-global-typography-a254adc-font-weight:700;background-color:#F8F5FA;color:#5B2C8F;font-family:"Lexend", Sans-serif;font-size:1.1rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;font-size:1.7rem;font-weight:700;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;font-size:1.3rem;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-kit-6{--e-global-typography-primary-font-size:1rem;--e-global-typography-secondary-font-size:0.8rem;--e-global-typography-text-font-size:1rem;--e-global-typography-accent-font-size:1rem;--e-global-typography-e425962-font-size:1.3rem;--e-global-typography-a254adc-font-size:1rem;font-size:1rem;}.elementor-kit-6 h2{font-size:1.2rem;}.elementor-kit-6 h3{font-size:1.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========== Boutons (sans couleur) ========== */
.primary-btn, .secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
}

.primary-btn a,
.secondary-btn a {
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
}

/* ========== Grille responsive ========== */
.grid-as-flex .elementor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px 0;
}

.grid-as-flex .elementor-grid .e-loop-item {
    flex: 1 1 0;
    box-sizing: border-box;
}

/* Responsive mobile : 2 colonnes */
@media (max-width: 768px) {
  .grid-as-flex .elementor-grid .e-loop-item {
    flex: 0 0 calc(50% - 15px); /* 2 par ligne */
    max-width: calc(50% - 15px);
  }

  /* Menu mobile Elementor */
  .elementor-nav-menu--dropdown {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 20px 0;
  }

  .elementor-nav-menu--dropdown .primary-btn {
    margin-top: 15px;
  }

  a.highlighted + .elementor-nav-menu--dropdown {
    display: block;
    margin: 0 !important;
    position: initial;
  }
}/* End custom CSS */