.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#0F0F0F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#961E12;--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;font-family:"Arial", Sans-serif;font-size:30px;font-weight:400;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-primary );border-radius:15px 15px 15px 15px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{color:var( --e-global-color-secondary );font-family:"Arial", Sans-serif;font-size:30px;font-weight:400;}.elementor-kit-8 h6{color:var( --e-global-color-secondary );font-family:"Arial", Sans-serif;font-size:15px;font-weight:bold;line-height:25px;letter-spacing:5%;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Arial", Sans-serif;font-size:57px;font-weight:700;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.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);}@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 *//* Ajoutez ce CSS dans la section CSS personnalisée d'Elementor */

/* Style normal du bouton */
.my-button-class {
    /* Vos styles de base ici */
}

/* Style au survol du bouton */
.my-button-class:hover {
    /* Vos styles de survol ici */
    /* Par exemple: */
    background-color: #ff6b6b;
    color: white;
}

/* Style pour le bouton actif - identique au style de survol */
.my-button-class.button-active {
    /* Copiez ici les mêmes styles que ceux du :hover */
    /* Par exemple: */
    background-color: #ff6b6b;
    color: white;
}/* End custom CSS */