/* 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);
}
/* === 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;
}
.g-header-hero > .g-grid {
  position: relative;
  z-index: 1;
}
/* 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;
}
/* === 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: flex;
  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 {
  flex: 0 0 auto;
  min-width: 110px;
  font-weight: 700;
  color: #24408F;
  font-size: 0.95rem;
}
.schedule-card-time i {
  color: #EFBC33;
  margin-right: 0.35rem;
}
.schedule-card-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.schedule-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}
.schedule-card-location {
  flex-shrink: 0;
  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;
}
/* === 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.35rem 0.75rem;
  border-radius: 20px;
  display: inline-block;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}
@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 img {
  max-height: 80px;
  max-width: 200px;
  width: auto;
}
.partner-logo-main {
  padding: 1.5rem 2.5rem;
}
.partner-logo-main img {
  max-height: 100px;
  max-width: 280px;
}
/* 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;
}
/* Tier accent colors */
.partner-tier-diamant h2 {
  color: #5c6bc0;
}
.partner-tier-platine h2 {
  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 */
.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 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: 80px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.footer-sponsor-logo:hover {
  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;
}
/* 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;
}
/*# sourceMappingURL=custom_13.css.map */