.elementor-kit-11{--e-global-color-primary:#071E1D;--e-global-color-secondary:#63C5C0;--e-global-color-text:#359A95;--e-global-color-accent:#3A4545;--e-global-color-34dc191:#C6CACD;--e-global-color-73f78ac:#E0E2E8;--e-global-color-08f57e9:#FFFFFF;--e-global-color-bf6ee78:#EEEEEE;--e-global-color-548043c:#C6CACD;--e-global-color-20ae1d9:#A1A6AA;--e-global-color-fbd1b91:#6A6E72;--e-global-color-76552d5:#3F4144;--e-global-color-def1e8a:#2A2B2E;--e-global-color-f04d54b:#1C1D1D;--e-global-typography-primary-font-family:"Roboto";--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;--e-global-typography-17ecf91-font-family:"Arial";--e-global-typography-17ecf91-font-size:88px;--e-global-typography-17ecf91-font-weight:400;--e-global-typography-17ecf91-font-style:normal;--e-global-typography-17ecf91-line-height:94.16px;--e-global-typography-17ecf91-letter-spacing:-0.88px;--e-global-typography-1da1551-font-size:56px;--e-global-typography-13b2343-font-size:48px;--e-global-typography-62a1b4d-font-size:40px;--e-global-typography-8c0d5ff-font-size:32px;--e-global-typography-4473975-font-size:28px;--e-global-typography-131515a-font-size:22px;--e-global-typography-8e0af63-font-size:18px;--e-global-typography-0fe3b72-font-size:16px;--e-global-typography-5b9bafb-font-size:14px;color:var( --e-global-color-73f78ac );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 p{margin-block-end:0px;}.elementor-kit-11 a{font-family:"PP Neue Montreal", Sans-serif;}.elementor-kit-11 h1{font-family:"PP Neue Montreal", Sans-serif;}.elementor-kit-11 h2{font-family:"PP Neue Montreal", Sans-serif;}.elementor-kit-11 h3{font-family:"PP Neue Montreal", Sans-serif;}.elementor-kit-11 h4{font-family:"PP Neue Montreal", Sans-serif;}.elementor-kit-11 h5{font-family:"PP Neue Montreal", Sans-serif;}.elementor-kit-11 h6{font-family:"PP Neue Montreal", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;--container-default-padding-top:0px;--container-default-padding-right:32px;--container-default-padding-bottom:0px;--container-default-padding-left:32px;}.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-11{--e-global-typography-17ecf91-font-size:40px;--e-global-typography-1da1551-font-size:32px;--e-global-typography-13b2343-font-size:28px;--e-global-typography-62a1b4d-font-size:24px;--e-global-typography-8c0d5ff-font-size:20px;--e-global-typography-4473975-font-size:18px;--e-global-typography-131515a-font-size:18px;--e-global-typography-8e0af63-font-size:18px;--e-global-typography-0fe3b72-font-size:16px;--e-global-typography-5b9bafb-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}/* Start custom CSS *//* =========================================
   DÉFINITION DES VARIABLES (DESKTOP)
   ========================================= */
:root {
    /* --- Elements Spacing (Marge entre widgets) --- */
    --space-tiny: 8px;
    --space-small: 24px;
    --space-medium: 40px;
    --space-large: 64px;
    --space-xlarge: 88px;
    --space-xxl: 120px;

    /* --- Section Padding (Padding interne des sections) --- */
    --section-pad-xs: 0px; /* xsmall */
    --section-pad-s: 48px;  /* small */
    --section-pad-m: 80px;  /* medium */
    --section-pad-l: 112px; /* large */

    /* --- Max Widths (Largeurs de contenu) --- */
    --width-xxs: 320px;
    --width-xs: 400px;
    --width-s: 480px;
    --width-m: 560px;
    --width-l: 768px;
    --width-xl: 1024px;
    --width-xxl: 1280px;
}

/* =========================================
   AJUSTEMENT AUTOMATIQUE MOBILE (Tablette/Mobile)
   ========================================= */
/* Elementor change généralement le breakpoint mobile à 767px */
@media (max-width: 767px) {
    :root {
        /* --- Elements Spacing (Valeurs Mobile) --- */
        --space-tiny: 8px;     /* Reste 8 */
        --space-small: 16px;   /* 24 -> 16 */
        --space-medium: 24px;  /* 40 -> 24 */
        --space-large: 40px;   /* 64 -> 40 */
        --space-xlarge: 64px;  /* 88 -> 64 */
        --space-xxl: 88px;     /* 120 -> 88 */

        /* --- Section Padding (Valeurs Mobile) --- */
        --section-pad-xs: 24px; /* 0 -> 24 (Attention ici, ton tableau dit 24 pour mobile) */
        --section-pad-s: 40px;  /* 48 -> 40 */
        --section-pad-m: 64px;  /* 80 -> 64 */
        --section-pad-l: 80px;  /* 112 -> 80 */
    }
}
.color-text {
    color: var(--e-global-color-secondary);
}

/* =========================================
   CLASSES UTILITAIRES (Pour aller plus vite)/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'PP Neue Montreal';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://optioncourtier.com/wp-content/uploads/2025/12/PPNeueMontreal-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */