#srg-location-html {
  --srg-ink: #080b13;
  --srg-ink-rgb: 8,11,19;
  --srg-panel: #111623;
  --srg-white: #f7f8fc;
  --srg-muted: #aeb7ca;
  --srg-yellow: #ffd52a;
  --srg-cyan: #20d8eb;
  --srg-violet: #7d3cff;
  --srg-magenta: #ff2aa5;
  --srg-line: rgba(var(--srg-line-rgb, 255,255,255), .16);
  --srg-soft: #c1c9d8;
  --srg-yellow-hover: #ffe269;
  --srg-blue: #2d6bff;
  --srg-body-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --srg-heading-font: "Barlow Condensed", Impact, sans-serif;
  --srg-body-size: 20px;
  --srg-h1-size: 88px;
  --srg-h2-size: 50px;
  --srg-hero-height: 720px;
  --srg-hero-height-mobile: 620px;
  --srg-band-height: 520px;
  --srg-band-height-mobile: 600px;
  --srg-wide: 2200px;
  --srg-s1: 16px;
  --srg-s2: 26px;
  --srg-s3: 42px;
  --srg-s4: 68px;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 -50vw;
  overflow: hidden;
  isolation: isolate;
  background: var(--srg-ink);
  color: var(--srg-white);
  font-family: var(--srg-body-font);
  font-size: clamp(16px, .82vw, var(--srg-body-size));
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#srg-location-html,
#srg-location-html * { box-sizing: border-box; }
#srg-location-html img { display: block; width: 100%; max-width: none; }
#srg-location-html a { color: inherit; }
#srg-location-html h1,
#srg-location-html h2,
#srg-location-html h3,
#srg-location-html p { margin: 0; }
#srg-location-html h1,
#srg-location-html h2,
#srg-location-html h3,
#srg-location-html .srg-loc-label,
#srg-location-html .srg-loc-button {
  font-family: var(--srg-heading-font);
}

/* Annule les limites du conteneur Elementor uniquement autour de ce widget. */
body .elementor-element:has(#srg-location-html) {
  --width: 100% !important;
  --content-width: 100% !important;
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
body .elementor-widget-html:has(#srg-location-html) > .elementor-widget-container,
body .elementor-widget-shortcode:has(#srg-location-html) > .elementor-widget-container,
body .elementor-shortcode:has(> #srg-location-html),
body .elementor-widget-container:has(> #srg-location-html) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

#srg-location-html .srg-loc-shell {
  width: min(calc(100% - clamp(48px, 5vw, 128px)), var(--srg-wide));
  margin-inline: auto;
}

/* HERO — 61,8 % de largeur pour le contenu, 38,2 % laissé au visuel. */
#srg-location-html .srg-loc-hero {
  position: relative;
  min-height: clamp(500px, 37.7vw, var(--srg-hero-height));
  overflow: hidden;
  border-bottom: 0;
}
#srg-location-html .srg-loc-hero__media,
#srg-location-html .srg-loc-hero__shade {
  position: absolute;
  inset: 0;
}
#srg-location-html .srg-loc-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: var(--srg-image-x, 50%) var(--srg-image-y, 52%);
  opacity: var(--srg-image-opacity, 1);
  filter: saturate(.88) contrast(1.04);
}
#srg-location-html .srg-loc-hero__shade {
  background:
    linear-gradient(90deg, rgba(var(--srg-ink-rgb),.89) 0%, rgba(var(--srg-ink-rgb),.69) 46%, rgba(var(--srg-ink-rgb),.28) 100%),
    linear-gradient(0deg, rgba(var(--srg-ink-rgb),.52), rgba(var(--srg-ink-rgb),.06) 54%, rgba(var(--srg-ink-rgb),.28));
}
#srg-location-html .srg-loc-hero__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-block: var(--srg-s3);
}
#srg-location-html .srg-loc-hero__copy { width: min(61.8%, 1120px); }
#srg-location-html .srg-loc-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: var(--srg-s2);
  color: var(--srg-cyan);
  font: 800 clamp(14px, .75vw, 17px)/1 var(--srg-heading-font);
  letter-spacing: .2em;
  text-transform: uppercase;
}
#srg-location-html .srg-loc-kicker::before {
  content: "";
  width: 36px;
  height: 2px;
  flex: none;
  background: var(--srg-cyan);
}
#srg-location-html .srg-loc-hero h1 {
  color: var(--srg-white);
  font-size: clamp(58px, 4.5vw, var(--srg-h1-size));
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
#srg-location-html .srg-loc-yellow { color: var(--srg-yellow); }
#srg-location-html .srg-loc-hero__intro {
  max-width: 850px;
  margin-top: var(--srg-s2);
  color: var(--srg-soft);
  font-size: clamp(17px, .92vw, 21px);
  line-height: 1.58;
}
#srg-location-html .srg-loc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--srg-s1);
  margin-top: var(--srg-s3);
}
#srg-location-html .srg-loc-button {
  min-width: 250px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 26px;
  border: 1px solid var(--srg-yellow) !important;
  border-radius: 0 !important;
  background: var(--srg-yellow) !important;
  background-image: none !important;
  color: var(--srg-ink) !important;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
#srg-location-html .srg-loc-button:hover { background: var(--srg-yellow-hover) !important; }
#srg-location-html .srg-loc-button--ghost {
  border-color: rgba(255,255,255,.65) !important;
  background: rgba(var(--srg-ink-rgb),.18) !important;
  color: var(--srg-white) !important;
}
#srg-location-html .srg-loc-button--ghost:hover {
  border-color: var(--srg-white) !important;
  background: rgba(255,255,255,.1) !important;
}
#srg-location-html .srg-loc-kanji {
  position: absolute;
  top: 50%;
  right: clamp(24px, 4.5vw, 110px);
  transform: translateY(-50%);
  color: rgba(255,255,255,.16);
  font: 800 clamp(28px, 2vw, 44px)/1 var(--srg-heading-font);
  letter-spacing: .28em;
  writing-mode: vertical-rl;
  user-select: none;
}
#srg-location-html .srg-loc-gradient-rule {
  height: 2px;
  background: linear-gradient(90deg, var(--srg-cyan), var(--srg-violet), var(--srg-magenta));
}
#srg-location-html .srg-loc-gradient-rule.is-animated {
  background-size: 220% 100%;
  animation: srg-loc-led 8s linear infinite;
}
@keyframes srg-loc-led { to { background-position: -220% 0; } }

/* BANDES D'INFORMATION PLEINE LARGEUR. */
#srg-location-html .srg-loc-grid {
  display: grid;
  width: 100%;
  border-bottom: 1px solid var(--srg-line);
}
#srg-location-html .srg-loc-grid > article {
  min-width: 0;
  border-right: 1px solid var(--srg-line);
}
#srg-location-html .srg-loc-grid > article:last-child { border-right: 0; }
#srg-location-html .srg-loc-formats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
#srg-location-html .srg-loc-formats > article {
  min-height: 220px;
  padding: var(--srg-s3) clamp(26px, 3.2vw, 68px);
}
#srg-location-html .srg-loc-label {
  display: block;
  color: var(--srg-cyan);
  font-size: clamp(14px, .72vw, 17px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}
#srg-location-html .is-accent-cyan .srg-loc-label { color: var(--srg-cyan); }
#srg-location-html .is-accent-violet .srg-loc-label { color: var(--srg-violet); }
#srg-location-html .is-accent-magenta .srg-loc-label { color: var(--srg-magenta); }
#srg-location-html .is-accent-yellow .srg-loc-label { color: var(--srg-yellow); }
#srg-location-html .is-accent-blue .srg-loc-label { color: var(--srg-blue); }
#srg-location-html .srg-loc-formats h2 {
  margin-top: 14px;
  color: var(--srg-white);
  font-size: clamp(22px, 1.15vw, 28px);
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}
#srg-location-html .srg-loc-formats p {
  max-width: 560px;
  margin-top: 12px;
  color: var(--srg-muted);
  font-size: clamp(15px, .78vw, 18px);
  line-height: 1.55;
}

#srg-location-html .srg-loc-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
#srg-location-html .srg-loc-facts > article {
  min-height: 142px;
  padding: var(--srg-s2) clamp(20px, 2.6vw, 54px);
}
#srg-location-html .srg-loc-facts h2 {
  color: var(--srg-yellow);
  font-size: clamp(18px, .9vw, 22px);
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}
#srg-location-html .srg-loc-facts p {
  margin-top: 10px;
  color: var(--srg-muted);
  font-size: clamp(14px, .72vw, 17px);
  line-height: 1.48;
}

/* GRANDE PHOTO — fond 61,8 %, texte utile 38,2 %. */
#srg-location-html .srg-loc-photo-band {
  position: relative;
  height: clamp(400px, 31.8vw, var(--srg-band-height));
  overflow: hidden;
}
#srg-location-html .srg-loc-photo-band > img {
  height: 100%;
  object-fit: cover;
  object-position: var(--srg-image-x, 50%) var(--srg-image-y, 48%);
  opacity: var(--srg-image-opacity, 1);
  filter: brightness(.72) saturate(.9);
}
#srg-location-html .srg-loc-photo-band__panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: 61.8%;
  display: flex;
  align-items: center;
  padding: var(--srg-s3) clamp(26px, 4vw, 84px);
  background: linear-gradient(90deg, rgba(var(--srg-ink-rgb),0), rgba(var(--srg-ink-rgb),.93) 34%);
}
#srg-location-html .srg-loc-photo-band__copy {
  width: 61.8%;
  margin-left: auto;
}

#srg-location-html .srg-loc-photo-band.is-panel-left .srg-loc-photo-band__panel {
  inset: 0 auto 0 0;
  background: linear-gradient(270deg, rgba(var(--srg-ink-rgb),0), rgba(var(--srg-ink-rgb),.93) 34%);
}
#srg-location-html .srg-loc-photo-band.is-panel-left .srg-loc-photo-band__copy {
  margin-right: auto;
  margin-left: 0;
}

#srg-location-html .srg-loc-photo-band__eyebrow {
  margin-bottom: var(--srg-s1);
  color: var(--srg-cyan);
  font: 800 clamp(13px, .68vw, 16px)/1 var(--srg-heading-font);
  letter-spacing: .18em;
  text-transform: uppercase;
}
#srg-location-html .srg-loc-photo-band h2 {
  color: var(--srg-white);
  font-size: clamp(34px, 2.1vw, var(--srg-h2-size));
  font-weight: 800;
  line-height: 1.08;
  text-transform: none;
}
#srg-location-html .srg-loc-photo-band__text {
  margin-top: var(--srg-s1);
  color: var(--srg-muted);
  font-size: clamp(16px, .86vw, 20px);
  line-height: 1.5;
}
#srg-location-html .srg-loc-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px var(--srg-s2);
  margin: var(--srg-s2) 0 0;
  padding: 0;
  list-style: none;
}
#srg-location-html .srg-loc-checks li {
  color: var(--srg-soft);
  font-size: clamp(14px, .72vw, 17px);
  line-height: 1.35;
}
#srg-location-html .srg-loc-checks li::before { content: "✓ "; color: var(--srg-yellow); }

/* SECTIONS BASSES — rythme vertical 42 / 68. */
#srg-location-html .srg-loc-section { padding-block: var(--srg-s3); }
#srg-location-html .srg-loc-section + .srg-loc-section { border-top: 1px solid rgba(255,255,255,.08); }
#srg-location-html .srg-loc-section__title {
  margin-bottom: var(--srg-s2);
  color: var(--srg-white);
  font-size: clamp(36px, 2vw, var(--srg-h2-size));
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.01em;
  text-transform: none;
}

#srg-location-html .srg-loc-selection {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--srg-line);
  border-bottom: 1px solid var(--srg-line);
}
#srg-location-html .srg-loc-selection article {
  min-height: 150px;
  padding: var(--srg-s2) clamp(16px, 1.8vw, 38px);
  border-right: 1px solid var(--srg-line);
}
#srg-location-html .srg-loc-selection article:last-child { border-right: 0; }

#srg-location-html .srg-loc-selection h3 {
  margin-top: 11px;
  color: var(--srg-white);
  font-size: clamp(18px, .9vw, 22px);
  font-weight: 800;
  line-height: 1.14;
  text-transform: uppercase;
}
#srg-location-html .srg-loc-selection p {
  margin-top: 9px;
  color: var(--srg-muted);
  font-size: clamp(14px, .72vw, 17px);
  line-height: 1.45;
}

#srg-location-html .srg-loc-audiences {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
#srg-location-html .srg-loc-audiences div {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: var(--srg-s1) var(--srg-s2);
  border: 1px solid rgba(255,255,255,.24);
  background: transparent;
  color: var(--srg-white);
  font: 800 clamp(17px, .88vw, 21px)/1.15 var(--srg-heading-font);
  text-transform: uppercase;
}

#srg-location-html .srg-loc-faq-section {
  padding-top: var(--srg-s3);
  padding-bottom: var(--srg-s4);
}
#srg-location-html .srg-loc-faq {
  border-top: 1px solid var(--srg-line);
}
#srg-location-html .srg-loc-faq details {
  border: 0;
  border-bottom: 1px solid var(--srg-line);
  border-radius: 0;
  background: transparent;
}
#srg-location-html .srg-loc-faq summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--srg-s1);
  padding: var(--srg-s1) 0;
  color: var(--srg-white);
  cursor: pointer;
  list-style: none;
  font-size: clamp(16px, .84vw, 20px);
  font-weight: 600;
  line-height: 1.35;
}
#srg-location-html .srg-loc-faq summary::-webkit-details-marker { display: none; }
#srg-location-html .srg-loc-faq summary::after {
  content: "+";
  flex: none;
  color: var(--srg-yellow);
  font: 800 22px/1 var(--srg-heading-font);
}
#srg-location-html .srg-loc-faq details[open] summary::after { content: "−"; }
#srg-location-html .srg-loc-faq p {
  max-width: 1000px;
  padding: 0 42px var(--srg-s1) 0;
  color: var(--srg-muted);
  font-size: clamp(15px, .78vw, 18px);
  line-height: 1.55;
}

#srg-location-html a:focus-visible,
#srg-location-html summary:focus-visible {
  outline: 3px solid var(--srg-cyan);
  outline-offset: 3px;
}

@media (min-width: 701px) and (max-width: 1024px) {
  #srg-location-html .srg-loc-shell { width: calc(100% - 52px); }
  #srg-location-html .srg-loc-hero { min-height: clamp(520px, 61.8vw, 640px); }
  #srg-location-html .srg-loc-hero__copy { width: 76%; }
  #srg-location-html .srg-loc-hero h1 { font-size: clamp(48px, 6.8vw, 66px); }
  #srg-location-html .srg-loc-formats > article { padding-inline: 24px; }
  #srg-location-html .srg-loc-facts,
  #srg-location-html .srg-loc-selection { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #srg-location-html .srg-loc-facts > article:nth-child(2),
  #srg-location-html .srg-loc-selection > article:nth-child(2) { border-right: 0; }
  #srg-location-html .srg-loc-facts > article:nth-child(-n+2),
  #srg-location-html .srg-loc-selection > article:nth-child(-n+2) { border-bottom: 1px solid var(--srg-line); }
  #srg-location-html .srg-loc-photo-band__panel { width: 72%; }
  #srg-location-html .srg-loc-photo-band__copy { width: 61.8%; }
}

@media (max-width: 700px) {
  #srg-location-html { left: 0; width: 100%; margin-left: 0; }
  #srg-location-html .srg-loc-shell { width: calc(100% - 32px); }
  #srg-location-html .srg-loc-hero {
    min-height: var(--srg-hero-height-mobile);
  }
  #srg-location-html .srg-loc-hero__inner {
    align-items: flex-end;
    padding-block: var(--srg-s3);
  }
  #srg-location-html .srg-loc-hero__copy { width: 100%; }
  #srg-location-html h1,
  #srg-location-html h2,
  #srg-location-html h3,
  #srg-location-html p,
  #srg-location-html summary {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: break-word;
  }
  #srg-location-html .srg-loc-hero h1 { font-size: clamp(38px, 10.5vw, 48px); }
  #srg-location-html .srg-loc-hero__intro { font-size: 16px; }
  #srg-location-html .srg-loc-actions { margin-top: var(--srg-s2); }
  #srg-location-html .srg-loc-button { width: 100%; min-width: 0; min-height: 56px; }
  #srg-location-html .srg-loc-kanji { display: none; }
  #srg-location-html .srg-loc-formats,
  #srg-location-html .srg-loc-facts,
  #srg-location-html .srg-loc-selection,
  #srg-location-html .srg-loc-audiences { grid-template-columns: 1fr; }
  #srg-location-html .srg-loc-grid > article,
  #srg-location-html .srg-loc-selection article {
    min-height: 0;
    padding: var(--srg-s2) var(--srg-s1);
    border-right: 0;
    border-bottom: 1px solid var(--srg-line);
  }
  #srg-location-html .srg-loc-grid > article:last-child,
  #srg-location-html .srg-loc-selection article:last-child { border-bottom: 0; }
  #srg-location-html .srg-loc-photo-band { height: var(--srg-band-height-mobile); }
  #srg-location-html .srg-loc-photo-band__panel {
    inset: auto 0 0;
    width: 100%;
    min-height: 61.8%;
    align-items: flex-end;
    padding: var(--srg-s4) var(--srg-s1) var(--srg-s3);
    background: linear-gradient(0deg, rgba(var(--srg-ink-rgb),.98) 55%, rgba(var(--srg-ink-rgb),0));
  }
  #srg-location-html .srg-loc-hero__media img,
  #srg-location-html .srg-loc-photo-band > img {
    object-position: var(--srg-image-x-mobile, 50%) var(--srg-image-y-mobile, 50%);
  }
  #srg-location-html .srg-loc-photo-band.is-panel-left .srg-loc-photo-band__panel {
    inset: auto 0 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(var(--srg-ink-rgb),.98) 55%, rgba(var(--srg-ink-rgb),0));
  }
  #srg-location-html .srg-loc-photo-band.is-panel-left .srg-loc-photo-band__copy {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #srg-location-html .srg-loc-photo-band__copy { width: 100%; }
  #srg-location-html .srg-loc-checks { grid-template-columns: 1fr; }
  #srg-location-html .srg-loc-section__title { font-size: clamp(32px, 9vw, 42px); }
  #srg-location-html .srg-loc-audiences div { min-height: 62px; }
}

@media (prefers-reduced-motion: reduce) {
  #srg-location-html *,
  #srg-location-html *::before,
  #srg-location-html *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Protection locale contre les styles globaux Elementor et du thème. */
#srg-location-html h1,
#srg-location-html h2,
#srg-location-html h3 { font-family: var(--srg-heading-font) !important; }
#srg-location-html .srg-loc-hero h1,
#srg-location-html .srg-loc-formats h2,
#srg-location-html .srg-loc-facts h2,
#srg-location-html .srg-loc-photo-band h2,
#srg-location-html .srg-loc-section__title,
#srg-location-html .srg-loc-selection h3 { color: var(--srg-white) !important; }
#srg-location-html .srg-loc-facts h2 { color: var(--srg-yellow) !important; }
#srg-location-html .srg-loc-yellow { color: var(--srg-yellow) !important; }
#srg-location-html p { font-family: var(--srg-body-font) !important; }
#srg-location-html .srg-loc-image-placeholder { min-height: 280px; background: var(--srg-panel); }
