.elementor-kit-9{--e-global-color-primary:#FF0000;--e-global-color-secondary:#FCF5F2;--e-global-color-text:#000000;--e-global-color-accent:#C90014;--e-global-color-f453844:#340D11;--e-global-color-9383889:#98111C;--e-global-color-401d24e:#FF4F10;--e-global-typography-primary-font-family:"Intro-rust";--e-global-typography-primary-font-size:59px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"neue-hass-display";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"neue-hass-display";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"neue-hass-display";--e-global-typography-accent-font-weight:500;--e-global-typography-95d460c-font-family:"Intro-rust";--e-global-typography-95d460c-font-size:20px;--e-global-typography-95d460c-font-weight:700;--e-global-typography-95d460c-text-transform:uppercase;--e-global-typography-95d460c-letter-spacing:5px;--e-global-typography-7a32917-font-family:"Intro-rust";--e-global-typography-7a32917-font-size:20px;--e-global-typography-7a32917-font-weight:700;--e-global-typography-7a32917-text-transform:uppercase;--e-global-typography-7a32917-letter-spacing:5px;}.elementor-kit-9 e-page-transition{background-color:var( --e-global-color-primary );}.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-kit-9{--e-global-typography-95d460c-letter-spacing:0.3px;--e-global-typography-7a32917-font-size:12px;--e-global-typography-7a32917-letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* On cache la source (le loop grid) */
.smt-promo-source {
  display: none;
}

/* Marquee */
.smt-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  white-space: nowrap;
}

.smt-marquee__inner {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  animation: smt-marquee-scroll 25s linear infinite;
  -webkit-animation: smt-marquee-scroll 25s linear infinite;
  will-change: transform;
}

.smt-marquee__item {
  font: inherit;
}

.smt-marquee__star {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@keyframes smt-marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Marquee – version mobile */
@media (max-width: 767px) {

  /* Limiter la largeur + centrage dans ton bandeau rouge */
  .promo-marquee {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Rapprocher le texte et adapter la typo */
  .promo-marquee .smt-marquee__item {
    font-size: 16px !important;          /* plus petit que le desktop */
    letter-spacing: 0.12em;   /* un peu moins d’espacement */
    padding: 0 0.75rem;       /* moins de marge droite/gauche */
    white-space: nowrap;      /* garder sur une ligne */
  }

  /* Réduire l’étoile */
  .promo-marquee .smt-marquee__star {
    width: 32px !important;
    height: auto;
    margin: 0 0rem !important;
  }

  /* Légèrement plus rapide sur mobile pour éviter la sensation de “blocage” */
  .promo-marquee .smt-marquee__inner {
    animation-duration: 22s;  /* ajuste si tu veux plus/moins rapide */
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Intro-rust';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dev.santamariatacos.com/wp-content/uploads/2025/09/IntroRust.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'neue-hass-display';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://dev.santamariatacos.com/wp-content/uploads/2025/09/NeueHaasDisplay-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */