.elementor-kit-4{--e-global-color-primary:#3354E5;--e-global-color-secondary:#1C359C;--e-global-color-text:#373636;--e-global-color-accent:#FDD14A;--e-global-color-ebc6826:#E0E6FE;--e-global-color-45550a5:#F4F5F4;--e-global-color-f689feb:#FE7C62;--e-global-color-ea2bb9d:#79D5B0;--e-global-typography-primary-font-family:"brother-1816";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"brother-1816";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-accent-font-family:"brother-1816";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:800;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1px;}.elementor-kit-4 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){--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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Fondation:#3354E5; --Ocean:#1C359C; --Poudre:#E0E6FE; --Plume:#F4F5F4; --Soleil:#FDD14A; --Corail:#FE7C62; --Menthe:#79D5B0; --Anthracite:#373636; --Transparent:#e3e3e300; }
/* Start custom CSS *//*SURLIGNAGE DU TEXTE*/
::selection {
  color: var(--e-global-color-accent);
  background: var(--e-global-color-primary);
}


/*SCROLL BAR*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F4F4F4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--e-global-color-secondary);
}/* End custom CSS */