.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#D6A3CB;--e-global-color-7e0825b:#D87CC4;--e-global-color-d0ba1a1:#D87CC4;--e-global-color-6bd4842:#D359B9;--e-global-color-d7b3dfb:#FFFFFF;--e-global-color-b031f36:#DDDDDD;--e-global-color-7b88b5a:#FFFFFF;--e-global-color-d8cb0b0:#FFFFFF;--e-global-color-9051523:#000000;--e-global-color-5e71202:#F3F3F3;--e-global-color-7f250e6:#F3F3F3;--e-global-color-beea81a:#F3F3F3;--e-global-color-5f52ad9:#1E1E1E;--e-global-color-d97859a:#363636;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;--e-global-typography-3beddf3-font-family:"Poppins";--e-global-typography-3beddf3-font-size:16px;--e-global-typography-3beddf3-font-weight:600;--e-global-typography-a624046-font-family:"Poppins";--e-global-typography-a624046-font-weight:600;--e-global-typography-a961d70-font-family:"Poppins";--e-global-typography-a961d70-font-size:19px;--e-global-typography-a961d70-font-weight:600;--e-global-typography-f9500fa-font-family:"Poppins";--e-global-typography-f9500fa-font-size:13px;--e-global-typography-f9500fa-font-weight:600;--e-global-typography-18def50-font-family:"Poppins";--e-global-typography-18def50-font-size:13px;--e-global-typography-18def50-font-weight:600;--e-global-typography-18def50-text-transform:uppercase;--e-global-typography-18def50-letter-spacing:3px;--e-global-typography-3e290bf-font-family:"Poppins";--e-global-typography-3e290bf-font-size:15px;--e-global-typography-3e290bf-font-weight:700;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-d8cb0b0 );padding:12px 10px 12px 10px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:var( --e-global-color-7e0825b );color:var( --e-global-color-d8cb0b0 );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-10{--e-global-typography-3beddf3-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-a961d70-font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child { margin-bottom: 0 !important; }
html, body {
  overflow-x: hidden;
  width: 100%;
}
/* Changer la couleur des liens dans le contenu */
.elementor-widget-text-editor a {
    color: var(--e-global-color-accent) !important; /* ou remplace par #toncodecouleur */
    text-decoration: underline; /* facultatif */
}

/* Optionnel : couleur au survol */
.elementor-widget-text-editor a:hover {
    color: var(--e-global-color-7e0825b) !important; /* ou autre couleur */
}
::selection {
  background: var(--e-global-color-6bd4842);
  color: #fff; /* Texte sélectionné en blanc pour bon contraste */
}

::-moz-selection {
  background: var(--e-global-color-6bd4842);
  color: #fff;
}
/* Empêche le zoom automatique sur iOS */
input,
select,
textarea {
  font-size: 16px !important;
}/* End custom CSS */