.elementor-13803 .elementor-element.elementor-element-f596bca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}body.elementor-page-13803:not(.elementor-motion-effects-element-type-background), body.elementor-page-13803 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS */.swiper-container.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-backface-hidden {
    overflow-y: scroll !important;
    overflow-y: hidden !important;
}

/* Scrollbar pour les navigateurs basés sur WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 8px; /* Réduit la largeur de la scrollbar */
    height: 8px; /* Réduit la hauteur de la scrollbar pour les barres horizontales */
    border-radius: 15px;
}

::-webkit-scrollbar-horizontal {
    height: 8px!important; /* Hauteur de la scrollbar horizontale */
}

::-webkit-scrollbar-track {
    background: transparent; /* Fond de la zone de défilement */
}

::-webkit-scrollbar-thumb {
    background: #000; /* Couleur de la scrollbar */
    border-radius: 8px; /* Coins arrondis pour la scrollbar */
}

::-webkit-scrollbar-thumb:hover {
    background: #333; /* Couleur de la scrollbar au survol */
}/* End custom CSS */