.elementor-kit-7{--e-global-color-primary:#1B3563;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#050A14;--e-global-color-accent:#F5F5F5;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-size:14px;--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:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-36f0bf2-font-family:"Lexend";--e-global-typography-36f0bf2-font-size:1.7em;--e-global-typography-36f0bf2-font-weight:700;--e-global-typography-9b8a70b-font-family:"Lexend";--e-global-typography-9b8a70b-font-weight:700;color:#000000;font-family:"Lexend", Sans-serif;font-size:14px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h2{font-family:"Lexend", Sans-serif;font-size:1.7em;font-weight:700;}.elementor-kit-7 h3{font-family:"Lexend", Sans-serif;font-size:1.3em;}.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-7{--e-global-typography-36f0bf2-font-size:1.4em;}.elementor-kit-7 h2{font-size:1.4em;}.elementor-kit-7 h3{font-size:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:025px;--container-default-padding-bottom:0px;--container-default-padding-left:25px;}}/* 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 */