.elementor-kit-5{--e-global-color-primary:#D44545;--e-global-color-secondary:#D9D9D9;--e-global-color-text:#202020;--e-global-color-accent:#F4F3F3;--e-global-color-bf5f2b6:#FFFFFF;--e-global-color-7a06ea3:#B6D04C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:300;--e-global-typography-accent-letter-spacing:1.5px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#D34442;color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-size:50px;}.elementor-kit-5 h2{font-size:48px;}.elementor-kit-5 h3{font-size:28px;}.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 */body{
    overflow-x: hidden !important;
}

/* Arriere plan fixe*/
.arriere_plan_fixe {
    background-attachment: fixed;
}

/* 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: #F4F3F3; /* Couleur de la poignée de la barre de défilement */
    border-radius: 6px; /* Bordures arrondies pour la poignée */
    border: 3px solid #F4F3F3;
}

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

.liens_rouge a{
    text-decoration: underline;
    text-decoration-color: #d44545;
}/* End custom CSS */