.elementor-kit-14{--e-global-color-primary:#F9D20D;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F9D20D;--e-global-color-c97fd04:#FFFFFF;--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:"Work Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;font-family:"Work Sans", Sans-serif;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 a{color:var( --e-global-color-primary );font-family:"Work Sans", Sans-serif;}.elementor-kit-14 h1{color:var( --e-global-color-primary );font-family:"Big Shoulders Display", Sans-serif;font-size:49px;font-weight:800;text-transform:uppercase;}.elementor-kit-14 h2{color:var( --e-global-color-primary );font-family:"Big Shoulders Display", Sans-serif;font-size:38px;font-weight:800;text-transform:uppercase;}.elementor-kit-14 h3{color:var( --e-global-color-primary );font-family:"Work Sans", Sans-serif;font-size:22px;font-weight:700;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{color:var( --e-global-color-secondary );}.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-kit-14 h1{font-size:33px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.custom_street_button .elementor-button {
  position: relative;
  overflow: hidden; /* évite que l’image déborde du bouton */
}

.custom_street_button .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.streetsmile.fr/wp-content/uploads/2025/08/65c3486447854fd555c08bdc_Mask-group-scaled.png") center/cover no-repeat;
  opacity: 0.5; /* règle la transparence de l’image */
  pointer-events: none; /* laisse le bouton cliquable */
  z-index: 0;
}

.custom_street_button .elementor-button-text, .custom_street_button .elementor-button-icon {
  position: relative;
  z-index: 1; /* garde le texte au-dessus de l’image */
}

.logo_lp_street {
 opacity: 0.4; 
 transition: ease 500ms
}

.logo_lp_street:hover {
 opacity: 1;   
}

.ti-widget-container a {
    padding:0!important;
}/* End custom CSS */