.elementor-kit-6{--e-global-color-primary:#1A1614;--e-global-color-secondary:#F4F0EC;--e-global-color-text:#E6E0DA;--e-global-color-accent:#CFB498;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--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:"Georgia";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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;}}/* Start custom CSS *//* =========================================
   1. CONFIGURATION DE BASE & TYPO
   ========================================= */

html {
    font-size: 62.5%; 
}

body {
    font-size: 1.6rem; 
    overflow-x: hidden; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =========================================
   2. SCROLLBAR
   ========================================= */

::-webkit-scrollbar {
    width: 0.6rem;
}

::-webkit-scrollbar-track {
    background: #1A1614; 
}

::-webkit-scrollbar-thumb {
    background: #CFB498;
}

::-webkit-scrollbar-thumb:hover {
    background: #F4F0EC; 
}


/* =========================================
   3. ESTHÉTIQUE DE LA SÉLECTION
   ========================================= */

::selection {
    background-color: #CFB498;
    color: #1A1614;
}

::-moz-selection {
    background-color: #CFB498;
    color: #1A1614;
}

/* =========================================
   4. LOGIQUE DE SÉLECTION
   ========================================= */

body, 
img, 
.elementor-section, 
.elementor-column,
.elementor-widget-image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* On ré-autorise la sélection UNIQUEMENT sur le contenu textuel et interactif */
p, h1, h2, h3, h4, h5, h6, 
li, a, span, blockquote, 
input, textarea, select,
.elementor-widget-text-editor {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

button, 
input[type="submit"], 
.elementor-button, 
.elementor-button-content-wrapper, 
.elementor-button span, 
.elementor-button svg {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    cursor: pointer !important;
}

.link {
    cursor:pointer;
}

/* =========================================
   4. RECAPTCHA V3
   ========================================= */
   
.grecaptcha-badge {
    visibility: hidden;
}/* End custom CSS */