.elementor-kit-6{--e-global-color-primary:#001F59;--e-global-color-secondary:#A33631;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-920f092:#A33631;--e-global-color-1794bd7:#859B50;--e-global-color-06c81b0:#153A81;--e-global-color-9f757d1:#F5D21B;--e-global-color-fd120cb:#FE914E;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:0.9rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-b2f07ba-font-family:"Poppins";--e-global-typography-b2f07ba-font-size:2.5rem;--e-global-typography-b2f07ba-font-weight:700;--e-global-typography-edb6ec3-font-family:"Poppins";--e-global-typography-edb6ec3-font-size:1.875rem;--e-global-typography-edb6ec3-font-weight:700;--e-global-typography-0410ba0-font-family:"Poppins";--e-global-typography-0410ba0-font-size:1.563rem;--e-global-typography-0410ba0-font-weight:700;--e-global-typography-a7a8b09-font-family:"Poppins";--e-global-typography-a7a8b09-font-size:1.2rem;--e-global-typography-a7a8b09-font-weight:700;background-color:#F3F7FF;}.elementor-kit-6 a{text-decoration:none;}.elementor-kit-6 a:hover{text-decoration:none;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;font-weight:600;}.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 .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-text-font-size:0.75rem;--e-global-typography-b2f07ba-font-size:22px;--e-global-typography-edb6ec3-font-size:20px;--e-global-typography-0410ba0-font-size:18px;--e-global-typography-a7a8b09-font-size:16px;}.elementor-kit-6 h2{font-size:16px;}.elementor-kit-6 h3{font-size:16px;}.elementor-kit-6 h4{font-size:16px;}.elementor-kit-6 h5{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 1. Reset global pour le dimensionnement */
* {
    box-sizing: border-box;
}

/* 2. Bloc anti-débordement horizontal */
html, body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* 3. Style des liens (sans soulignement) */
a, a:hover, a:focus, a:active, a:visited {
    text-decoration: none !important;
    outline: none; /* Optionnel : retire aussi le contour bleu au clic sur mobile */
}

/* 4. Sécurité supplémentaire pour les médias */
img, video, canvas {
    max-width: 100%;
    height: auto;
}/* End custom CSS */