.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF80;--e-global-color-23da4b8:#02010100;--e-global-typography-primary-font-family:"neue-haas-grotesk-display";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"neue-haas-grotesk-display";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"neue-haas-grotesk-display";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.3em;--e-global-typography-text-letter-spacing:0.1em;--e-global-typography-accent-font-family:"neue-haas-grotesk-text";--e-global-typography-accent-font-size:11px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:none;--e-global-typography-7a550e2-font-family:"neue-haas-grotesk-display";--e-global-typography-7a550e2-font-size:18px;--e-global-typography-7a550e2-font-weight:300;--e-global-typography-7a550e2-text-transform:uppercase;--e-global-typography-7a550e2-line-height:1.3em;--e-global-typography-7a550e2-letter-spacing:0.3em;--e-global-typography-be64c4d-font-family:"neue-haas-grotesk-display";--e-global-typography-be64c4d-font-size:16px;--e-global-typography-be64c4d-font-weight:300;--e-global-typography-be64c4d-letter-spacing:0.05em;--e-global-typography-e1726d4-font-family:"neue-haas-grotesk-text";--e-global-typography-e1726d4-font-size:17px;--e-global-typography-e1726d4-font-weight:400;--e-global-typography-e1726d4-line-height:1.3em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#FFFFFF;--lightbox-ui-color:#000000;--lightbox-ui-color-hover:#000000;--lightbox-text-color:#000000;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:24px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:14px;--e-global-typography-7a550e2-font-size:15px;--e-global-typography-e1726d4-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:20px;--e-global-typography-e1726d4-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

* {
    outline: none !important;
}

body[data-elementor-device-mode="tablet"] header[data-elementor-type="header"],
body[data-elementor-device-mode="mobile"] header[data-elementor-type="header"]{
    position: sticky;
    top: 0;
    z-index: 9999;
}


.elementor-widget-text-editor p:last-child{
    margin-bottom:0;
}

.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a{
    color:var(--e-global-color-primary);
    text-decoration:underline;
}

.elementor-widget-text-editor a:hover,
.elementor-widget-theme-post-content a:hover{
    text-decoration:none;
}

.elementor-widget-theme-post-content p:last-child{
    margin:0;
}

div[data-barba="container"] a{
    text-decoration:underline;
}

.logo-txt a{
    text-decoration:none!important;
}

div[data-barba="container"] a:hover,
div[data-barba="container"] a:active,
div[data-barba="container"] a:focus{
    text-decoration:none!important;
}

.transition-fade {
    /* Cette règle définit la durée de la transition en CSS.
       Même si l'animation se fait via le plugin fade-theme,
       cette propriété permet d'éviter l'avertissement de Swup. */
    transition: opacity 0.5s ease;
}/* End custom CSS */