.elementor-kit-4{--e-global-color-primary:#22497D;--e-global-color-secondary:#3BB9B9;--e-global-color-text:#24467B;--e-global-color-accent:#299DCC;--e-global-color-11b7210:#EDEDED;--e-global-color-a8c02ac:#E6BF3A;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:1.38rem;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:1.38rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:3.5rem;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-font-style:italic;--e-global-typography-accent-line-height:4.25rem;color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-size:1rem;font-weight:400;line-height:1.3rem;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-size:1.19rem;font-weight:500;font-style:italic;color:#FFFFFF;border-radius:200px 200px 200px 200px;padding:5px 8px 5px 15px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:#002344;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:#FFFFFF;font-family:"DM Sans", Sans-serif;font-size:1rem;text-decoration:none;}.elementor-kit-4 a:hover{text-decoration:underline;}.elementor-kit-4 h1{color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-size:2.5rem;font-weight:800;line-height:3.1rem;letter-spacing:-1.5px;}.elementor-kit-4 h2{color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-size:1rem;font-weight:500;line-height:1.2rem;letter-spacing:0.2px;}.elementor-kit-4 h3{color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-size:2.1rem;font-weight:800;line-height:2.3rem;letter-spacing:-0.5px;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:480px){.elementor-kit-4 h2{font-size:0.8rem;}.elementor-kit-4 h3{font-size:1.6rem;line-height:1.8rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ——— Variables (ajuste une seule fois) ——— */
:root{
  --btn-icon-size: 1.5em;   /* taille du picto */
  --btn-icon-gap: 0.2em;    /* écart texte <-> picto */
}

/* ——— Alignement parfait texte + icône ——— */
.elementor-button .elementor-button-content-wrapper{
  display: inline-flex;
  align-items: center;
}

.elementor-button .elementor-button-icon{
  display: inline-flex;
  align-items: center;
  line-height: 0;
  margin-left: var(--btn-icon-gap);      /* icône à droite */
}
/* Si icône à gauche (réglage Elementor), remets l’écart du bon côté */
.elementor-button .elementor-button-icon.elementor-align-icon-left{
  margin-left: 0;
  margin-right: var(--btn-icon-gap);
}

/* ——— Taille de l’icône (i ou SVG) ——— */
.elementor-button .elementor-button-icon i,
.elementor-button .elementor-button-icon svg{
  display: block;
  font-size: var(--btn-icon-size);
  width: var(--btn-icon-size);
  height: var(--btn-icon-size);
}

/* ——— Optionnel : ligne du texte homogène ——— */
.elementor-button .elementor-button-text{
  line-height: 1;
}

/* ——— Accessibilité : focus visible cohérent ——— */
.elementor-button:focus-visible{
  outline: 3px solid #0077ff;  /* adapte si besoin */
  outline-offset: 2px;
}/* End custom CSS */