/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* === 1. CSS Variables === */
:root {
  --mdn-blue: #24408F;
  --mdn-blue-dark: #1c3270;
  --mdn-blue-darker: #0f1d3a;
  --mdn-gold: #EFBC33;
  --mdn-rose: #E0195F;
  --mdn-orange: #E47F38;
  --mdn-cyan: #71CBD0;
  --mdn-white: #ffffff;
  --mdn-bg: #EDF3F8;
  --mdn-text: #1a1a2e;
  --mdn-text-light: #4a5568;
}
/* === 2. Base Styles === */
body {
  background-color: #EDF3F8 !important;
  color: #1a1a2e;
  font-family: "Raleway", "Lato", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  color: #24408F;
  font-weight: 700;
}
a {
  color: #24408F;
  transition: color 0.2s ease;
}
a:hover {
  color: #E0195F;
}
/* === 3. Navigation === */
#g-navigation, .g-navigation {
  background: #0f1d3a !important;
  padding: 0.75rem 0;
  border-bottom: 3px solid #EFBC33;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.g-logo img {
  max-height: 120px;
  width: auto;
}
.g-main-nav .g-toplevel {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.g-main-nav .g-menu-item > a, .g-main-nav .g-menu-item > .g-menu-item-container {
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  transition: color 0.2s;
  text-decoration: none;
  font-size: 0.9rem;
}
.g-main-nav .g-menu-item > a:hover, .g-main-nav .g-menu-item > .g-menu-item-container:hover {
  color: #EFBC33;
}
.g-main-nav .g-menu-item.active > a, .g-main-nav .g-menu-item.active > .g-menu-item-container {
  color: #EFBC33;
}
/* Dropdown menus */
.g-main-nav .g-dropdown {
  background: #1c3270 !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0;
  min-width: 220px;
}
.g-main-nav .g-dropdown .g-menu-item > a:hover {
  background: rgba(239, 188, 51, 0.15);
  color: #EFBC33;
}
/* Navigation layout */
#g-navigation .g-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}
#g-navigation .g-grid > .g-block:first-child {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 200px;
}
#g-navigation .g-grid > .g-block:nth-child(2) {
  flex: 1 1 auto !important;
  display: flex;
  justify-content: center;
}
#g-navigation .g-grid > .g-block:last-child {
  flex: 0 0 auto !important;
  margin-left: auto;
}
/* === 4. Language Switcher === */
.g-lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.g-lang-switcher .lang-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  transition: all 0.2s;
  text-decoration: none;
}
.g-lang-switcher .lang-link:hover {
  color: #EFBC33;
}
.g-lang-switcher .lang-link.active {
  color: #fff;
  background: rgba(239, 188, 51, 0.2);
}
.g-lang-switcher .lang-divider {
  color: rgba(255, 255, 255, 0.3);
}
/* Language switcher mobile positioning */
@media (max-width: 768px) {
  #g-header.g-header-hero {
    position: relative;
  }
  #g-header.g-header-hero .g-lang-switcher {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(15, 29, 58, 0.7);
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
  }
}
/* === 5. Hero Section (via g-header) === */
#g-header.g-header-hero {
  position: relative;
  min-height: 85vh;
  background: url('../../../../images/magie-neiges/hero-bg.jpg') center top / cover no-repeat !important;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
#g-header.g-header-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 29, 58, 0.5) 0%, rgba(36, 64, 143, 0.3) 50%, rgba(15, 29, 58, 0.6) 100%) !important;
  opacity: 1 !important;
  z-index: 0;
  pointer-events: none;
}
/* Snowflakes container */
.g-header-hero .snowflakes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
/* Individual snowflake styling */
.g-header-hero .snowflake {
  position: absolute;
  top: -10px;
  background: white;
  border-radius: 50%;
  animation: snowfall-vertical linear infinite, snowfall-sway ease-in-out infinite;
}
/* Small snowflakes */
.g-header-hero .snowflake.small {
  width: 3px;
  height: 3px;
  opacity: 0.4;
}
/* Medium snowflakes */
.g-header-hero .snowflake.medium {
  width: 6px;
  height: 6px;
  opacity: 0.7;
}
/* Large snowflakes */
.g-header-hero .snowflake.large {
  width: 10px;
  height: 10px;
  opacity: 0.95;
}
/* Vertical fall - linear */
@keyframes snowfall-vertical {
  0% {
    top: -10px;
  }
  100% {
    top: 100%;
  }
}
/* Horizontal sway - sinusoidal */
@keyframes snowfall-sway {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(var(--drift, 20px));
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(calc(var(--drift, 20px) * -1));
  }
  100% {
    transform: translateX(0);
  }
}
.g-header-hero > .g-grid {
  position: relative;
  z-index: 2;
}
/* Hide system messages row when empty on homepage */
.g-header-hero .system-messages .g-grid {
  margin: 0;
}
/* Hero particle inside header */
.g-header-hero .g-hero {
  background: none !important;
  padding: 4rem 0;
  min-height: auto;
}
.g-header-hero .g-hero-overlay {
  display: none;
}
.g-header-hero .g-hero .g-container, .g-header-hero .g-content > .g-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.g-hero-content {
  padding: 3rem 3.5rem;
  background: rgba(15, 29, 58, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(239, 188, 51, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  text-align: center;
}
.g-hero-tagline {
  font-size: 1rem;
  font-weight: 700;
  color: #EFBC33 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1rem;
}
.g-hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.g-hero-subtitle {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.95) !important;
  margin-bottom: 0.75rem;
  font-weight: 400;
}
.g-hero-description {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}
.g-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.g-hero-ctas .button {
  min-width: 180px;
}
/* === 6. Buttons === */
.button, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.button-primary, .button.button-primary {
  background: #E0195F !important;
  border-color: #E0195F !important;
  color: #fff !important;
}
.button-primary:hover, .button.button-primary:hover {
  background: #c01050 !important;
  border-color: #c01050 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(224, 25, 95, 0.4);
}
.button-secondary, .button.button-secondary {
  background: transparent !important;
  border: 2px solid #EFBC33 !important;
  color: #EFBC33 !important;
}
.button-secondary:hover, .button.button-secondary:hover {
  background: #EFBC33 !important;
  color: #24408F !important;
}
.button-large {
  padding: 1rem 2rem;
  font-size: 1.1rem;
}
/* CTA Button for content areas */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  background: #E0195F;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #c01050;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(224, 25, 95, 0.4);
  color: #fff !important;
}
.cta-center {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
/* Features section CTA button */
.features-cta {
  text-align: center;
  padding: 1rem 0 2rem;
}
/* Quotes section on home page - 2x2 grid */
.quotes-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
}
.quote-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(36, 64, 143, 0.08);
  border-top: 3px solid #EFBC33;
}
.quote-card h3 {
  color: #24408F;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.quote-card blockquote {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.quote-card blockquote p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1a1a2e;
  font-style: italic;
  margin: 0 0 1rem;
}
.quote-card blockquote footer {
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 600;
  color: #24408F;
}
.quote-president {
  border-top-color: #EFBC33;
}
.quote-sponsor {
  border-top-color: #E0195F;
}
.quote-city {
  border-top-color: #24408F;
}
.quote-club {
  border-top-color: #E47F38;
}
@media (max-width: 768px) {
  .quotes-section {
    grid-template-columns: 1fr;
  }
}
/* === 7. 30e Badge === */
.badge-30e {
  display: inline-block;
  background: #E0195F;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
}
/* === 8. Carousel Section === */
.g-carousel-section {
  background: #24408F;
  padding: 3rem 0;
}
.g-owlcarousel .owl-stage-outer {
  border-radius: 12px;
  overflow: hidden;
}
.g-owlcarousel-item-title {
  color: #EFBC33 !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  font-weight: 700;
}
.g-owlcarousel-item-desc {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .g-owlcarousel-item-desc {
    font-size: 1rem;
  }
}
.g-owlcarousel-item-img img {
  border-radius: 8px;
}
.owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.4) !important;
}
.owl-dots .owl-dot.active span {
  background: #EFBC33 !important;
}
.owl-nav button {
  color: #EFBC33 !important;
}
/* Carousel inside header hero */
.g-header-hero .g-owlcarousel {
  min-height: 70vh;
}
.g-header-hero .g-owlcarousel-item {
  min-height: 70vh;
}
/* Make carousel slide images invisible (keep layout) so section bg shows */
.g-header-hero .g-owlcarousel-item-img img {
  opacity: 0;
}
/* Disable the carousel's own color overlay — the ::before on g-header-hero handles the tint */
.g-header-hero .g-owlcarousel.has-color-overlay .g-owlcarousel-item-img::after {
  display: none !important;
}
/* === 9. Feature Cards Section === */
.g-features-section {
  background: #EDF3F8;
  padding: 4rem 0;
}
.g-feature-cards {
  padding: 3rem 0;
}
.g-feature-cards--bg-transparent {
  background: transparent;
}
.g-feature-cards-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.g-feature-cards-title {
  font-size: 2rem;
  font-weight: 700;
  color: #24408F;
  margin-bottom: 1rem;
}
.g-feature-cards-title.has-accent::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #EFBC33;
  margin: 0.75rem auto 0;
}
.g-feature-cards-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
}
.g-feature-cards-grid {
  display: grid;
  gap: 1.5rem;
}
.g-feature-cards-grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.g-feature-cards-grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.g-feature-card {
  padding: 2rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-align: center;
  border-top: 3px solid #EFBC33;
}
.g-feature-card--elevated {
  background: #fff;
  box-shadow: 0 4px 16px rgba(36, 64, 143, 0.1);
}
.g-feature-card--elevated:hover {
  box-shadow: 0 8px 32px rgba(36, 64, 143, 0.2);
  transform: translateY(-4px);
}
.g-feature-card--bordered {
  background: #fff;
  border: 1px solid #d0dce8;
}
.g-feature-card--bordered:hover {
  border-color: #EFBC33;
  transform: translateY(-4px);
}
.g-feature-card-icon {
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
}
.g-feature-card-icon i {
  font-size: 1.75rem;
  color: #24408F;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 64, 143, 0.08);
  border-radius: 50%;
}
.g-feature-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #24408F;
  margin-bottom: 0.5rem;
}
.g-feature-card-description {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.g-feature-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #E0195F;
  font-weight: 600;
  font-size: 0.9rem;
}
.g-feature-card-link:hover {
  color: #c01050;
}
.g-feature-card-link i {
  font-size: 0.75em;
  transition: transform 0.2s;
}
.g-feature-card-link:hover i {
  transform: translateX(4px);
}
/* === 10. Schedule Card Styles === */
.schedule-day {
  background: #24408F;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  margin: 12px 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
}
.schedule-day h2, .com-content-article .schedule-day h2 {
  margin: 0;
  padding: 0;
  border: none;
  color: #fff;
  font-size: inherit;
}
.schedule-subtitle {
  margin-top: 0.25rem;
}
.schedule-new {
  color: #E0195F;
  font-weight: 700;
}
.schedule-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.schedule-card {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border-radius: 10px;
  padding: 0.85rem 1.25rem;
  box-shadow: 0 2px 8px rgba(36, 64, 143, 0.08);
  border-left: 4px solid #EFBC33;
  transition: box-shadow 0.2s ease;
}
.schedule-card:hover {
  box-shadow: 0 4px 16px rgba(36, 64, 143, 0.15);
}
.schedule-card-time {
  font-weight: 700;
  color: #24408F;
  font-size: 0.95rem;
  white-space: nowrap;
}
.schedule-card-time i {
  color: #EFBC33;
  margin-right: 0.35rem;
}
.schedule-card-body {
  display: contents;
}
.schedule-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  white-space: nowrap;
}
.schedule-card-info {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
  font-style: italic;
  text-align: center;
}
.schedule-card-info a {
  color: #24408F;
  text-decoration: underline;
}
.schedule-card-location {
  font-size: 0.9rem;
  color: #4a5568;
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
.schedule-card-location i {
  color: #E0195F;
  margin-right: 0.3rem;
  font-size: 0.85rem;
}
/* Map icon link (inline with label) */
.map-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(36, 64, 143, 0.08);
  border-radius: 20px;
  padding: 0.2rem 0.65rem 0.2rem 0.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  vertical-align: middle;
  font-size: 0.7rem;
  font-weight: 600;
  color: #24408F;
  text-decoration: none;
  white-space: nowrap;
}
.map-icon-link i {
  color: #24408F;
  font-size: 0.7rem;
}
.map-icon-link:hover {
  background: rgba(36, 64, 143, 0.18);
  transform: scale(1.02);
}
.activity-map-link {
  margin: 0.5rem 0 0.4rem 0 !important;
}
/* Mobile: stack layout */
@media (max-width: 768px) {
  .schedule-card {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .schedule-card-time, .schedule-card-title, .schedule-card-location {
    white-space: normal;
  }
  .schedule-card-title {
    font-size: 1rem;
  }
  .schedule-card-info {
    text-align: left;
  }
  .schedule-card-location {
    text-align: left;
  }
}
/* === 10b. Activities Page Styles === */
.activities-intro {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.05rem;
  color: #4a5568;
  line-height: 1.7;
}
.activities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.activity-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 2px 10px rgba(36, 64, 143, 0.08);
  border-top: 3px solid #EFBC33;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.activity-card:hover {
  box-shadow: 0 6px 24px rgba(36, 64, 143, 0.16);
  transform: translateY(-4px);
}
.activity-icon {
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.activity-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #24408F;
  margin: 0 0 0.5rem;
}
.activity-card p {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.6;
  margin: 0 0 0.75rem;
  flex: 1;
}
.activity-when {
  font-size: 0.8rem !important;
  font-weight: 600;
  color: #24408F !important;
  background: rgba(36, 64, 143, 0.06);
  padding: 0 0.75rem;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-top: auto !important;
  margin-bottom: 0.5rem !important;
}
.activity-where {
  font-size: 0.75rem !important;
  font-weight: 500;
  color: #666 !important;
  margin: 0 0 0.4rem 0 !important;
  padding-left: 0.75rem;
}
.activity-where::before {
  content: "📍 ";
}
.activity-info {
  font-size: 0.75rem !important;
  color: #666 !important;
  margin: 0 0 0.4rem 0 !important;
  padding-left: 0.75rem;
}
.activity-info a {
  color: #24408F;
  text-decoration: underline;
}
.badge-new {
  display: inline-block;
  background: #EFBC33;
  color: #0f1d3a;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.activity-new {
  border-top-color: #EFBC33;
  background: linear-gradient(to bottom, rgba(239, 188, 51, 0.08) 0%, #fff 30%);
}
@media (max-width: 1023px) {
  .activities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .activities-grid {
    grid-template-columns: 1fr;
  }
}
/* === 11. Partner Grid === */
.partners-intro {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: 1.05rem;
  color: #4a5568;
  line-height: 1.7;
}
.partner-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.partner-tier {
  margin-bottom: 2.5rem;
  text-align: center;
}
.partner-tier h2 {
  color: #24408F;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 2px solid #EFBC33;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2rem;
}
.partner-logo {
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 8px rgba(36, 64, 143, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.partner-logo:hover {
  box-shadow: 0 4px 16px rgba(36, 64, 143, 0.15);
  transform: translateY(-2px);
}
.partner-logo-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: #24408F;
  text-align: center;
  line-height: 1.3;
}
.partner-logo img {
  height: 50px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}
.partner-logo-main {
  padding: 1.5rem 2.5rem;
}
.partner-logo-main img {
  height: 100px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
}
/* Presentateur tier */
.partner-tier-presentateur {
  margin-bottom: 3rem;
}
.partner-tier-presentateur h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #4a5568;
  border-bottom-color: #EFBC33;
}
/* Cristal tier - top tier (largest) */
.partner-tier-cristal {
  margin-bottom: 2rem;
}
.partner-tier-cristal h2 {
  color: #00bcd4;
  border-bottom-color: #00bcd4;
  font-size: 1.3rem;
}
.partner-tier-cristal .partner-logo-main img {
  height: 220px;
}
/* Présenté par tier */
.partner-tier-presentateur .partner-logo-main img {
  height: 160px;
}
/* Platine tier */
.partner-tier-platine .partner-logo img {
  height: 110px;
  max-width: 280px;
}
/* Or tier */
.partner-tier-or .partner-logo img {
  height: 80px;
  max-width: 220px;
}
/* Argent tier */
.partner-tier-argent .partner-logo img {
  height: 60px;
  max-width: 180px;
}
/* Tier accent colors */
.partner-tier-platine h2 {
  color: #78909c;
  border-bottom-color: #78909c;
}
.partner-tier-or h2 {
  color: #bf8c00;
  border-bottom-color: #bf8c00;
}
.partner-tier-argent h2 {
  color: #78909c;
  border-bottom-color: #b0bec5;
}
.partner-tier-bronze h2 {
  color: #8d6e63;
  border-bottom-color: #a1887f;
}
/* Silver tier: smaller cards in a tighter grid */
.partner-logos-list {
  gap: 0.75rem 1rem;
}
.partner-logos-list .partner-logo {
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  min-height: auto;
}
/* Bronze tier: multi-column list */
.partner-bronze-list {
  columns: 3;
  column-gap: 2rem;
  list-style: disc;
  padding-left: 1.25rem;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}
.partner-bronze-list li {
  padding: 0.25rem 0;
  break-inside: avoid;
  font-size: 0.95rem;
  color: #1a1a2e;
}
/* Activity partners and media sections */
.partner-section {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(36, 64, 143, 0.1);
}
.partner-section h2 {
  color: #24408F;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.partner-activity-list {
  list-style: none;
  padding: 0;
}
.partner-activity-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(36, 64, 143, 0.06);
  font-size: 0.95rem;
}
.partner-activity-list li:last-child {
  border-bottom: none;
}
/* CTA section */
.partner-cta {
  margin-top: 2.5rem;
  padding: 2rem;
  background: rgba(36, 64, 143, 0.04);
  border-radius: 12px;
  text-align: center;
}
.partner-cta h2 {
  color: #24408F;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .partner-bronze-list {
    columns: 2;
  }
  .partner-logos-list {
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .partner-bronze-list {
    columns: 1;
  }
}
/* === 12. Footer CTA === */
.g-footer-top {
  background: linear-gradient(135deg, #24408F 0%, #1c3270 100%) !important;
  padding: 3rem 0;
}
.g-footer-top .g-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.footer-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.footer-cta-content {
  flex: 1;
  min-width: 300px;
}
.footer-cta-title {
  color: #ffffff !important;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.footer-cta-desc {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1.1rem;
  margin: 0;
}
.footer-cta-action .button {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
}
/* === 13. Footer Main === */
.g-footer-main {
  background: #0f1d3a !important;
  padding: 3rem 0;
  border-top: 3px solid #EFBC33;
}
.g-footer-main > .g-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.g-footer-main .g-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 2rem;
}
.g-footer-main .g-block {
  flex: 1;
  min-width: 220px;
}
.footer-section-title {
  color: #EFBC33 !important;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #EFBC33;
  display: inline-block;
}
/* Footer Brand */
.footer-brand-wrapper .footer-logo {
  margin-bottom: 1rem;
}
.footer-logo-img {
  max-height: 60px;
  width: auto;
}
.footer-brand-wrapper .footer-tagline {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
/* Footer Links (Gantry Menu Particle) */
.footer-links-col {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.footer-links-col > .g-content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-links-col .g-particle {
  margin: 0 !important;
  padding: 0 !important;
}
/* Reduce spacing between title and menu in footer links */
.footer-links-col .footer-section-title {
  margin-bottom: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.footer-links-col .g-block, .footer-links-col > .g-grid, .footer-links-col > .g-grid > .g-block {
  margin: 0 !important;
  padding: 0 !important;
}
.footer-links-col .g-main-nav, .footer-links-col .g-menu, .footer-links-col nav {
  display: block !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  margin-top: 0 !important;
}
.footer-links-col .g-standard > .g-main-nav {
  margin: 0 !important;
  padding: 0 !important;
}
.footer-links-col .g-main-nav > ul, .footer-links-col .g-menu > ul, .footer-links-col nav > ul {
  display: block !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}
.footer-links-col .g-menu-item, .footer-links-col li {
  display: block !important;
  float: none !important;
  margin-bottom: 0.6rem !important;
  padding: 0 !important;
  text-align: left !important;
}
.footer-links-col .g-menu-item > .g-menu-item-container, .footer-links-col .g-menu-item-content {
  padding: 0 !important;
  text-align: left !important;
}
.footer-links-col .g-menu-item a, .footer-links-col li a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  font-size: 0.95rem !important;
  transition: all 0.2s ease !important;
  padding: 0 !important;
  background: none !important;
  display: inline !important;
  text-align: left !important;
}
.footer-links-col .g-menu-item:hover a, .footer-links-col li:hover a {
  color: #EFBC33 !important;
  padding-left: 5px !important;
}
.footer-links-col .g-dropdown, .footer-links-col .g-sublevel, .footer-links-col .g-menu-item::before, .footer-links-col .g-menu-item::after, .footer-links-col .g-menu-item-container::before, .footer-links-col .g-menu-item-container::after {
  display: none !important;
}
/* Legacy Footer Links */
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-list li {
  margin-bottom: 0.6rem;
}
.footer-links-list li a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.footer-links-list li a:hover {
  color: #EFBC33 !important;
  padding-left: 5px;
}
/* Footer Contact */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}
.footer-contact-list li i {
  color: #EFBC33;
  width: 20px;
  margin-right: 0.75rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.footer-contact-list li a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
}
.footer-contact-list li a:hover {
  color: #EFBC33 !important;
}
/* === 14. Footer Bottom === */
.g-footer-bottom {
  background: #1c3270 !important;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.g-footer-bottom > .g-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.g-footer-bottom .g-grid {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.g-footer-bottom .g-grid > .g-block {
  flex: 0 0 auto !important;
  width: auto !important;
}
.g-footer-bottom .g-grid > .g-block:first-child {
  flex: 1 1 auto !important;
}
/* Reset footer block styling */
#g-footer-bottom .g-block, #g-footer-main .g-block, #g-footer-cta .g-block {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.footer-copyright-wrapper .copyright-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0;
}
/* Footer Mini Map */
.footer-mini-map {
  margin-top: 0.75rem;
}
.footer-mini-map img {
  max-width: 100%;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
  transition: opacity 0.3s;
}
.footer-mini-map img:hover {
  opacity: 1;
}
.footer-map-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin: 0.75rem 0 0.35rem 0;
}
.footer-map-caption {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0.3rem 0 0 0;
  font-style: italic;
}
.map-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.map-modal-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 8px;
}
.map-modal-overlay .map-modal-close {
  position: fixed;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
/* Footer Social */
.footer-social-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.75rem;
}
.footer-social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-social-list li a i {
  font-size: 1rem;
}
.footer-social-list li a:hover {
  background: #EFBC33;
  color: #24408F !important;
  transform: translateY(-3px);
}
/* Footer Sponsor */
.footer-sponsor-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-sponsor-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  font-style: italic;
}
.footer-sponsor-logo {
  max-height: 45px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.footer-sponsor-logo:hover {
  opacity: 1;
}
/* Footer Powered By */
.footer-poweredby-wrapper {
  display: flex;
  align-items: center;
}
.footer-poweredby-wrapper a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.footer-poweredby-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-style: italic;
}
.footer-poweredby-logo {
  height: 40px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.footer-poweredby-wrapper a:hover .footer-poweredby-logo {
  opacity: 1;
}
/* === 15. To Top Button === */
.g-totop a, .g-totop #g-totop {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 0.5rem 1rem !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  font-size: 0.75rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  text-decoration: none;
  white-space: nowrap;
}
.g-totop a:hover, .g-totop #g-totop:hover {
  background: #EFBC33 !important;
  color: #24408F !important;
  border-color: #EFBC33 !important;
}
.g-totop a::before, .g-totop a::after, #g-totop::before, #g-totop::after {
  display: none !important;
  content: none !important;
}
/* === 16. Article Content Styles === */
.com-content-article h2 {
  color: #24408F;
  border-bottom: 3px solid #EFBC33;
  padding-bottom: 8px;
  margin-top: 2rem;
}
.com-content-article h3 {
  color: #24408F;
}
.com-content-article ul {
  padding-left: 1.5rem;
}
.com-content-article ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
/* President Quote */
.president-quote {
  background: linear-gradient(135deg, rgba(36, 64, 143, 0.05) 0%, rgba(239, 188, 51, 0.08) 100%);
  border-left: 4px solid #EFBC33;
  padding: 1.5rem 2rem;
  margin: 1rem 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}
.president-quote p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #1a1a2e;
  margin: 0 0 1rem;
}
.president-quote footer {
  font-style: normal;
  font-weight: 600;
  color: #24408F;
  font-size: 0.95rem;
}
/* Main content area */
#g-mainbar, .g-mainbar {
  background: #EDF3F8;
  padding: 2rem 0;
}
.g-container-main {
  max-width: 1200px;
  margin: 0 auto;
}
/* === 17. Hide Article Metadata === */
.article-info, .article-info-term, .com-content-article__info {
  display: none !important;
}
.createdby, .created-by, .com-content-article__created-by, .category-name, .com-content-article__category, .published, .publish-date, .com-content-article__publish-date, .create-date, .com-content-article__create-date, .modified-date, .com-content-article__modified-date, .hits, .com-content-article__hits {
  display: none !important;
}
.com-content-article__tags, .article-tags, .tags {
  display: none !important;
}
.com-content-article__navigation, .article-navigation, .pager, .pagenav {
  display: none !important;
}
dl.article-info {
  display: none !important;
}
/* === 18. Header (system messages) === */
#g-header, .g-header {
  background: #EDF3F8;
}
/* Hide empty system messages but NOT the entire header (hero lives there too) */
.g-system-messages:empty, #system-message-container:empty {
  display: none;
}
/* On non-hero pages, hide header if only system messages (empty) */
.g-header:not(.g-header-hero):has(.g-system-messages:empty), .g-header:not(.g-header-hero):has(#system-message-container:empty) {
  display: none;
}
/* === 19. Offcanvas (Mobile Menu) === */
.g-offcanvas {
  background: #24408F !important;
}
.g-offcanvas .g-menu-item > a, .g-offcanvas .g-menu-item > .g-menu-item-container {
  color: rgba(255, 255, 255, 0.8);
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.g-offcanvas .g-menu-item > a:hover, .g-offcanvas .g-menu-item > .g-menu-item-container:hover {
  color: #EFBC33;
}
.g-offcanvas .g-menu-item.active > a {
  color: #EFBC33;
}
/* === 20. Font Awesome Fixes === */
.fa {
  font-family: FontAwesome !important;
  font-weight: normal !important;
}
.fa-map-marker:before {
  content: "" !important;
}
.fa-phone:before {
  content: "" !important;
}
.fa-envelope:before {
  content: "" !important;
}
.fa-facebook:before {
  content: "" !important;
}
.fa-music:before {
  content: "" !important;
}
.fa-futbol-o:before {
  content: "" !important;
}
.fa-university:before {
  content: "" !important;
}
.fa-chevron-up:before {
  content: "" !important;
}
.fa-bars:before {
  content: "" !important;
}
.fa-arrow-right:before {
  content: "" !important;
}
.fa-clock-o:before {
  content: "" !important;
}
.fa-calendar:before {
  content: "" !important;
}
.fa-star:before {
  content: "" !important;
}
.fa-snowflake-o:before {
  content: "" !important;
}
.fa-ticket:before {
  content: "" !important;
}
.fa-users:before {
  content: "" !important;
}
.fa-trophy:before {
  content: "" !important;
}
.fa-fire:before {
  content: "" !important;
}
.fa-child:before {
  content: "" !important;
}
.fa-paint-brush:before {
  content: "" !important;
}
.fa-tree:before {
  content: "" !important;
}
.fa-paw:before {
  content: "" !important;
}
/* === 21. Responsive === */
@media (max-width: 768px) {
  /* Reorder: sponsor(3) → copyright(1) → social(2) + totop(4) */
  /* Logo: absolutely centered on mobile viewport */
  /* Language switcher: always fully visible */
  .g-hero-title {
    font-size: 2rem;
  }
  .g-hero-subtitle {
    font-size: 1.1rem;
  }
  .g-hero-content {
    padding: 2rem 1.5rem;
  }
  .g-hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  .g-header-hero {
    min-height: 70vh;
  }
  .g-hero-ctas .button {
    width: 100%;
    max-width: 300px;
  }
  .g-feature-cards-grid {
    grid-template-columns: 1fr !important;
  }
  .g-footer-main .g-block {
    flex: 0 0 100% !important;
    min-width: 100%;
  }
  .footer-cta-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .g-footer-bottom {
    padding: 0.75rem 0;
  }
  .g-footer-bottom .g-grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
  }
  .g-footer-bottom .g-grid > .g-block {
    width: auto !important;
    flex: none !important;
  }
  .g-footer-bottom .g-grid > .g-block:nth-child(1) {
    order: 2;
    flex: 0 0 100% !important;
    text-align: center;
  }
  .g-footer-bottom .g-grid > .g-block:nth-child(2) {
    order: 3;
  }
  .g-footer-bottom .g-grid > .g-block:nth-child(3) {
    order: 1;
    flex: 0 0 100% !important;
    text-align: center;
  }
  .g-footer-bottom .g-grid > .g-block:nth-child(4) {
    order: 4;
  }
  .footer-sponsor-wrapper {
    justify-content: center;
    white-space: nowrap;
  }
  .footer-sponsor-logo {
    max-height: 35px;
  }
  .footer-copyright-wrapper .copyright-text {
    font-size: 0.8rem;
  }
  .g-totop a, .g-totop #g-totop {
    white-space: nowrap;
    padding: 0.4rem 0.75rem !important;
    font-size: 0.7rem !important;
  }
  .schedule-day {
    font-size: 1.1rem;
  }
  .schedule-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .schedule-card-time {
    min-width: auto;
  }
  .schedule-card-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .schedule-card-location {
    white-space: normal;
    text-align: left;
  }
  #g-navigation .g-grid > .g-block:nth-child(2) {
    display: none !important;
  }
  #g-navigation .g-grid {
    position: relative;
  }
  #g-navigation .g-grid > .g-block:first-child {
    flex: 0 0 auto !important;
    width: auto !important;
  }
  #g-navigation .g-grid > .g-block:first-child .g-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .g-logo img {
    max-height: 80px;
  }
  #g-navigation .g-grid > .g-block:last-child {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: fit-content;
    overflow: visible;
  }
  #g-navigation .g-container {
    overflow: visible;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .g-hero-title {
    font-size: 2.5rem;
  }
  .g-feature-cards-grid--cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  #g-navigation .g-grid > .g-block:nth-child(2) {
    display: none !important;
  }
  .g-offcanvas-toggle {
    display: flex !important;
  }
}
/* === 22. Contact Page Map === */
.contact-map-container {
  width: 100%;
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 2px solid #d0dce8;
}
.contact-map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}
/* === 23. Hamburger Menu === */
.g-menu-toggle {
  color: #fff;
  background: transparent;
  border: none;
  padding: 0.5rem;
}
.g-menu-toggle .g-menu-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: all 0.2s;
}
.g-menu-toggle:hover .g-menu-toggle-bar {
  background: #EFBC33;
}
/* === 24. Page Header Hide === */
.com-content-article > .page-header {
  display: none !important;
}
/* === 25. Photos Preview (Home Page) === */
.g-photos-preview {
  background: linear-gradient(135deg, #24408F 0%, #0f1d3a 100%);
  padding: 3rem 0;
}
.photos-preview-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
.photos-preview-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.photos-preview-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  margin: 0 0 2rem;
}
.photos-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.photos-preview-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  aspect-ratio: 1.3333333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.photos-preview-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.photos-preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.photos-preview-card:hover img {
  transform: scale(1.1);
}
.photos-preview-cta {
  margin-top: 1rem;
}
.photos-preview-cta .button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.photos-preview-cta .button:hover {
  background: #fff;
  color: #24408F;
}
@media (max-width: 768px) {
  .photos-preview-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .photos-preview-title {
    font-size: 1.5rem;
  }
  .g-photos-preview {
    padding: 2rem 0;
  }
}
/* === 26. Photo Gallery === */
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  padding: 1rem 0;
}
.photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(36, 64, 143, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  aspect-ratio: 1.3333333333;
}
.photo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(36, 64, 143, 0.2);
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.photo-card:hover img {
  transform: scale(1.05);
}
/* Lightbox Modal */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
.lightbox-content img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
}
.lightbox-close {
  position: fixed;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  z-index: 10001;
  transition: color 0.2s;
  line-height: 1;
}
.lightbox-close:hover {
  color: #EFBC33;
}
.lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  z-index: 10001;
  padding: 20px;
  transition: color 0.2s;
  user-select: none;
}
.lightbox-nav:hover {
  color: #EFBC33;
}
.lightbox-prev {
  left: 20px;
}
.lightbox-next {
  right: 20px;
}
@media (max-width: 768px) {
  .photo-gallery {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.5rem;
  }
  .lightbox-nav {
    font-size: 30px;
    padding: 10px;
  }
  .lightbox-prev {
    left: 5px;
  }
  .lightbox-next {
    right: 5px;
  }
  .lightbox-close {
    top: 10px;
    right: 15px;
    font-size: 30px;
  }
}
/*# sourceMappingURL=custom_13.css.map */