.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#1E2329;--e-global-color-text:#9BA3A6;--e-global-color-accent:#EBEBEB;--e-global-color-8226fdd:#FFC800;--e-global-typography-primary-font-family:"greycliff-cf";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"greycliff-cf";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"greycliff-cf";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"greycliff-cf";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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);}.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 */@media screen and (max-width: 1440px) {
    .e-con-inner {
        max-width: 96% !important;
    }
}

.bouton_effet .elementor-button-content-wrapper {
    align-items: center;
    position: relative;
}

.bouton_effet a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.bouton_bleu a::before {
    background: #1E2329;
}

.bouton_jaune a::before {
    background: #FFC800;
}

.bouton_effet a::before {
    content: '';
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    position: absolute;
    top: 0;
    height: 100%;
}

.bouton_effet a:hover::before {
    transform: translate3d(100%, 0, 0);
}/* End custom CSS */