.elementor-kit-7{--e-global-color-primary:#C1121F;--e-global-color-secondary:#16120F;--e-global-color-text:#16120F;--e-global-color-accent:#C9A227;--e-global-color-538918b:#FBF7F1;--e-global-color-722fc0c:#F1EAE0;--e-global-color-cce55ad:#6E655C;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Mulish";--e-global-typography-accent-font-weight:700;color:#16120F;font-family:"Mulish", Sans-serif;font-size:16px;font-weight:400;line-height:1.55em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:16px;}.elementor-kit-7 a{color:#C1121F;}.elementor-kit-7 a:hover{color:#8B0D17;}.elementor-kit-7 h1{color:var( --e-global-color-secondary );font-family:"Oswald", Sans-serif;font-size:48px;font-weight:700;text-transform:uppercase;line-height:1.05em;}.elementor-kit-7 h2{color:var( --e-global-color-secondary );font-family:"Oswald", Sans-serif;font-size:36px;font-weight:600;text-transform:uppercase;line-height:1.1em;letter-spacing:1px;}.elementor-kit-7 h3{color:var( --e-global-color-secondary );font-family:"Oswald", Sans-serif;font-size:21px;font-weight:600;line-height:1.15em;}.elementor-kit-7 h4{color:var( --e-global-color-secondary );font-family:"Oswald", Sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:1.2em;}.elementor-kit-7 h5{color:var( --e-global-color-text );font-family:"Oswald", Sans-serif;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:1px;}.elementor-kit-7 h6{color:var( --e-global-color-cce55ad );font-family:"Oswald", Sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;}.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 */.elementor-button{ color:#fff; }
.elementor-button:hover{ color:#fff; }

/* === FC Saillon redesign kit CSS (applied via agent) === */
/* FC Saillon — CSS custom Elementor
   Coller dans : Elementor → Réglages du site → CSS personnalisé
   Compatible Hello Elementor + kit couleurs existantes (#C1121F / #16120F / #C9A227)
*/

:root {
  --fcs-red: #c1121f;
  --fcs-ink: #16120f;
  --fcs-accent: #c9a227;
  --fcs-paper: #f6f5f2;
  --fcs-stone: #eceae6;
  --fcs-muted: #6b645c;
}

/* ---- Header allégé ---- */
.fcs-header-slim {
  background: rgba(246, 245, 242, 0.94) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(22, 18, 15, 0.1);
}

/* Masquer une éventuelle top-bar réseaux sur mobile */
@media (max-width: 767px) {
  .fcs-topbar-social {
    display: none !important;
  }
}

/* ---- Hero plein écran ---- */
.fcs-hero {
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
}

.fcs-hero .elementor-widget-heading .elementor-heading-title {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.fcs-hero-title-accent {
  color: var(--fcs-red) !important;
}

/* Overlay sombre recommandé : appliquer aussi en Background Overlay Elementor.
   Ce fallback renforce le contraste si une classe est posée sur le conteneur. */
.fcs-hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(22, 18, 15, 0.45) 0%, rgba(22, 18, 15, 0.62) 40%, rgba(22, 18, 15, 0.9) 100%),
    linear-gradient(90deg, rgba(193, 18, 31, 0.3) 0%, transparent 58%);
}

.fcs-hero-overlay > .e-con-inner,
.fcs-hero-overlay > .elementor-container {
  position: relative;
  z-index: 1;
}

/* Pages intérieures (Partenaires / Le Club) — contraste critique */
.fcs-page-hero {
  min-height: 48vh;
}

.fcs-page-hero.fcs-hero-overlay::before {
  background:
    linear-gradient(180deg, rgba(22, 18, 15, 0.55) 0%, rgba(22, 18, 15, 0.72) 45%, rgba(22, 18, 15, 0.92) 100%),
    linear-gradient(90deg, rgba(193, 18, 31, 0.25) 0%, transparent 55%);
}

/* ---- Bande prochain match (carte blanche, texte noir) ---- */
.fcs-match-bar {
  background: var(--fcs-ink) !important;
  border-top: 3px solid var(--fcs-red);
}
.elementor-element-2cbb66d {
  --fcs-ink: #16120f;
  color: var(--fcs-ink);
  overflow: hidden;
  box-shadow: 0 18px 48px -28px rgba(22, 18, 15, 0.35);
}
.elementor-element-2cbb66d .elementor-heading-title { color: #16120f !important; }
.elementor-element-2cbb66d .elementor-element-04f8763 .elementor-heading-title { color: #c1121f !important; }
.elementor-element-2cbb66d .elementor-element-2daed93 .elementor-heading-title,
.elementor-element-2cbb66d .elementor-element-afa65b8 .elementor-heading-title { color: #ffffff !important; }
.elementor-element-2cbb66d .elementor-element-092bfff { background-color: #f1eae0 !important; }
.fcs-match-label {
  color: #c1121f !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.8rem !important;
}

/* ---- Classement : surligner Saillon ---- */
.fcs-standings tr.fcs-us,
.fcs-standings .fcs-us {
  background: rgba(193, 18, 31, 0.08);
  font-weight: 600;
}

.fcs-standings table {
  width: 100%;
  border-collapse: collapse;
}

.fcs-standings th,
.fcs-standings td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(22, 18, 15, 0.1);
  text-align: left;
}

.fcs-standings th:last-child,
.fcs-standings td:last-child,
.fcs-standings th:nth-child(3),
.fcs-standings td:nth-child(3) {
  text-align: right;
}

/* ---- Stats club : labels sous les chiffres ---- */
.fcs-stat-value {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

.fcs-stat-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

/* Version claire (page Le Club sur fond clair) */
.fcs-stat-on-light .fcs-stat-value {
  color: var(--fcs-red);
}

.fcs-stat-on-light .fcs-stat-label {
  color: var(--fcs-muted);
}

/* ---- Logos partenaires ---- */
.fcs-logo-grid .elementor-widget-image {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.fcs-logo-grid .elementor-widget-image:hover {
  transform: translateY(-3px);
}

.fcs-logo-grid img {
  filter: grayscale(1) contrast(1.05);
  opacity: 0.85;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.fcs-logo-grid .elementor-widget-image:hover img {
  filter: none;
  opacity: 1;
}

/* ---- Newsletter ---- */
.fcs-newsletter {
  background: var(--fcs-red) !important;
  color: #fff;
}

.fcs-newsletter .elementor-heading-title,
.fcs-newsletter .elementor-widget-text-editor {
  color: #fff !important;
}

/* ---- Boutons outline blanc (hero) ---- */
.fcs-btn-ghost .elementor-button {
  background: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
}

.fcs-btn-ghost .elementor-button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #fff !important;
}

/* ---- Réduire le bruit décoratif éventuel ---- */
.fcs-hide-decor {
  display: none !important;
}

/* Accessibilité focus */
a:focus-visible,
.elementor-button:focus-visible {
  outline: 2px solid var(--fcs-accent);
  outline-offset: 3px;
}

/* FCS header logo size */
.elementor-location-header .elementor-widget-theme-site-logo img {
  width: 64px !important;
  height: auto !important;
  max-height: 84px;
}
@media (max-width: 1024px) {
  .elementor-location-header .elementor-widget-theme-site-logo img {
    width: 56px !important;
    max-height: 74px;
  }
}
@media (max-width: 767px) {
  .elementor-location-header .elementor-widget-theme-site-logo img {
    width: 48px !important;
    max-height: 64px;
  }
}
/* /FCS header logo size *//* End custom CSS */