.elementor-kit-10{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#363837;--e-global-color-f04ad9c:#1D1D1D;--e-global-color-2056891:#FFFFFF;--e-global-color-2a18941:#F0F0F0;--e-global-color-e682d6f:#F7F6F5;--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-d4ade8c-font-family:"Open Sans";--e-global-typography-d4ade8c-font-weight:600;--e-global-typography-d4ade8c-text-transform:uppercase;--e-global-typography-d4ade8c-line-height:1em;--e-global-typography-d4ade8c-letter-spacing:0.15em;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-accent );}.elementor-kit-10 a:hover{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//*Spinner*/
/* Masquer le loader par défaut */
#page-exit-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Fond semi-transparent */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Animation du spinner */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Afficher le loader lorsqu'il est activé */
.show-exit-loader {
    visibility: visible !important;
    opacity: 1 !important;
}
/*Spinner end*/


/* Style pour la barre de défilement sur tout le document */
::-webkit-scrollbar {
    width: 8px; /* Largeur de la barre de défilement */
}

::-webkit-scrollbar-track {
    background: #202020; /* Couleur de fond de la piste */
    /*border-left: 4px solid #222*/
}

::-webkit-scrollbar-thumb {
    background: #7A7A7A; /* Couleur de la poignée de la barre de défilement */
    border: 3px solid #7A7A7A;
}

::-webkit-scrollbar-thumb:hover {
    background: #54595F;
    border-color: #54595F/* Couleur de la poignée au survol */
}

.jet-form-builder-message--success{
    display: none;
}/* End custom CSS */