.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#0C6390;--e-global-color-text:#031D2A;--e-global-color-accent:#67EDCD;--e-global-color-1243f85:#F4F4F4;--e-global-typography-primary-font-family:"Ysabeau";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Ysabeau", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-weight:700;color:var( --e-global-color-text );border-radius:50px 50px 50px 50px;padding:15px 25px 15px 25px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:48px;}.elementor-kit-6 h2{font-size:48px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.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 h1{font-size:24px;}.elementor-kit-6 h2{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.e-con-inner {
        width: 95% !important;
        margin: 0 auto !important;
    } 

p {
    margin-block-start: 0;
    margin-block-end: 0px!important;
}

.stretch{
   flex: 1!important
}

.fit{
    width: fit-content;
    min-width: fit-content;
}

.elementor-button .elementor-button-icon{
    width: 18px;
}

/* Base */
button,
input[type="button"], 
.elementor-button,
.wp-element-button,
a.elementor-button {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
  will-change: transform;
}

/* Hover : léger zoom + halo */
button:hover,
input[type="button"]:hover, 
.elementor-button:hover,
.wp-element-button:hover,
a.elementor-button:hover {
  transform: scale(1.04);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.08);
  filter: brightness(1.03);
}

/* Click */
button:active,
input[type="button"]:active,
.elementor-button:active,
.wp-element-button:active,
a.elementor-button:active {
  transform: scale(0.98);
}

/* Focus clavier */
button:focus-visible,
input[type="button"]:focus-visible, 
.elementor-button:focus-visible,
.wp-element-button:focus-visible,
a.elementor-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 3px;
}/* End custom CSS */