* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
}

/* Motif de points en arrière-plan - gradient multi-couleurs */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle at 20% 30%,
      rgba(187, 191, 65, 0.15) 2px,
      transparent 2px
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(2, 70, 89, 0.12) 2px,
      transparent 2px
    ),
    radial-gradient(
      circle at 40% 70%,
      rgba(214, 215, 137, 0.18) 2px,
      transparent 2px
    ),
    radial-gradient(
      circle at 60% 50%,
      rgba(187, 191, 65, 0.12) 2px,
      transparent 2px
    );
  background-size: 30px 30px, 35px 35px, 28px 28px, 32px 32px;
  background-position: 0 0, 15px 15px, 8px 8px, 20px 5px;
  z-index: -1;
  pointer-events: none;
}

/* Horizontal rules - lighter style */
hr {
  border: none;
  border-top: 1px solid rgba(2, 70, 89, 0.15);
  margin: 1.875rem 0;
  opacity: 0.5;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

/* Countdown Banner */
.countdown-banner {
  background: linear-gradient(135deg, #024659 0%, #035a72 100%);
  color: #fff;
  text-align: center;
  padding: 1rem 0.5rem;
}

.countdown-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
}

.countdown-date {
  font-size: 1.125rem;
  font-weight: 700;
  color: #bbbf41;
  margin-bottom: 0.75rem;
}

.countdown-timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  max-width: 20rem;
  margin: 0 auto;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0.25rem;
  border-radius: 0.375rem;
}

.countdown-value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #bbbf41;
}

.countdown-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 0.125rem;
  opacity: 0.9;
}

.countdown-ended {
  font-size: 1.25rem;
  font-weight: 700;
  color: #bbbf41;
}

@media (min-width: 48rem) {
  .countdown-banner {
    padding: 2rem;
  }

  .countdown-title {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }

  .countdown-date {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .countdown-timer {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    max-width: none;
  }

  .countdown-item {
    padding: 1rem 1.25rem;
    min-width: 5.5rem;
    border-radius: 0.5rem;
  }

  .countdown-value {
    font-size: 2.5rem;
  }

  .countdown-label {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
  }

  .countdown-ended {
    font-size: 1.5rem;
  }
}

/* Election Banner */
.election-banner {
  background: linear-gradient(135deg, #024659 0%, #035a72 100%);
  color: white;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.875rem;
}

.election-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.election-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.election-date sup {
  font-size: 0.6em;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  line-height: 0;
}

.election-date strong {
  color: #bbbf41;
  font-weight: 700;
}

.election-slogan,
.election-separator,
.election-date--second {
  display: none;
}

/* Hero Section */
.hero {
  background: #024659;
  padding: 3rem 0 10rem;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -1.75rem;
  left: 0;
  width: 100%;
  height: 10rem;
  background: url("../images/frise-frouzins.png") repeat-x center bottom;
  background-size: auto 100%;
  opacity: 0.3;
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle at 10% 20%,
      rgba(187, 191, 65, 0.12) 0%,
      transparent 20%
    ),
    radial-gradient(
      circle at 90% 30%,
      rgba(187, 191, 65, 0.08) 0%,
      transparent 15%
    );
  pointer-events: none;
}

/* Frise separator */
.frise-separator {
  display: block;
  width: 100%;
  height: 10rem;
  background: url("../images/frise-frouzins.png") repeat-x center;
  background-size: auto 100%;
  margin-top: 2rem;
}

.frise-separator.frise-footer {
  margin: 3rem 0 -1.75rem 0;
  position: relative;
  z-index: 1;
}

.hero-content {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.hero-photo {
  flex-shrink: 0;
}

.hero-photo img {
  width: 16rem;
  height: 16rem;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
  border: 0.375rem solid #bbbf41;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-photo:hover img {
  transform: scale(1.02);
  box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.4);
}

.hero-text {
  color: white;
}

.hero-subtitle {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #bbbf41;
  margin-bottom: 1rem;
  font-weight: 600;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.1;
}

.hero-slogan {
  font-size: 1.375rem;
  font-style: italic;
  color: #d4d84a;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.hero-description {
  font-size: 1.125rem;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 2rem;
  max-width: 32rem;
}

.hero-description strong {
  color: #bbbf41;
  font-weight: 600;
}

.hero-cta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Hero animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-photo {
  animation: fadeInUp 0.6s ease-out;
}

.hero-text > * {
  animation: fadeInUp 0.6s ease-out backwards;
}

.hero-subtitle {
  animation-delay: 0.1s;
}
.hero-title {
  animation-delay: 0.2s;
}
.hero-slogan {
  animation-delay: 0.3s;
}
.hero-description {
  animation-delay: 0.4s;
}
.hero-cta {
  animation-delay: 0.5s;
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .hero-photo,
  .hero-text > * {
    animation: none;
  }
}

@media (max-width: 48rem) {
  .hero {
    padding: 2rem 0 9rem;
  }

  .hero::after {
    height: 7rem;
    bottom: -1.25rem;
  }

  .frise-separator {
    height: 5rem;
  }

  .frise-separator.frise-footer {
    margin: 2rem 0 -0.9rem 0;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .hero-photo img {
    width: 12rem;
    height: 12rem;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-slogan {
    font-size: 1.25rem;
  }

  .hero-description {
    font-size: 1rem;
  }
}

/* Header */
header {
  background: white;
  padding: 0.9375rem 0;
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.08);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9375rem;
}

.logo {
  display: flex;
  align-items: center;
}

.logo a {
  display: flex;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo a:hover {
  opacity: 0.8;
}

.logo a:focus-visible {
  outline: 2px solid #024659;
  outline-offset: 4px;
  border-radius: 4px;
}

.logo svg {
  height: 3.75rem;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.contact-email {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #024659;
  font-size: 0.8125rem;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-email:hover {
  color: #bbbf41;
}

.contact-email:focus-visible {
  outline: 2px solid #024659;
  outline-offset: 4px;
  border-radius: 4px;
}

.icon-envelope {
  width: 1.5rem;
  height: 1.5rem;
  fill: #024659;
}

/* Header Social Icons */
.header-social-icons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.header-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #024659;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-social-icons a:hover {
  color: #bbbf41;
}

.header-social-icons a:focus-visible {
  outline: 2px solid #bbbf41;
  outline-offset: 2px;
}

.header-social-icons .iconify {
  font-size: 1.375rem;
}

.character-icon {
  font-size: 2.1875rem;
}

/* Navigation */
nav {
  background: #024659;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin: 0;
}

.nav-links a {
  color: #bbbf41;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 1.125rem 1.25rem;
  display: block;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links a:focus-visible {
  outline: 2px solid #bbbf41;
  outline-offset: -2px;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-links a.active {
  color: white;
}

/* Dropdown Navigation */
.nav-links li.has-dropdown {
  position: relative;
}

.nav-links .dropdown-arrow {
  font-size: 0.75rem;
  margin-left: 0.25rem;
  transition: transform 0.3s;
}

.nav-links li.has-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #024659;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  min-width: 12rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: all 0.3s;
  z-index: 101;
}

.nav-links li.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  text-transform: none;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.weather-btn {
  padding: 0.625rem 0.9375rem;
  font-size: 1.5rem;
}

/* Page Title */
.page-header {
  text-align: center;
  padding: 3.125rem 1.25rem 2.5rem;
  position: relative;
}

.page-header h1 {
  font-size: 2.25rem;
  color: #024659;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.archive-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: #bbbf41;
  color: #024659;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  font-weight: bold;
}

/* Articles Grid */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 2.1875rem;
  padding: 0 1.25rem 3.75rem;
}

.article-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.article-card {
  background: white;
  border: 3px solid #bbbf41;
  border-radius: 0;
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article-card-link:hover .article-card {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}

.article-badge {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  background: rgba(2, 70, 89, 0.9);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 0.75rem;
  font-size: 0.6875rem;
  font-weight: bold;
  transform: rotate(-5deg);
}

.article-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: bold;
  color: #024659;
  margin-bottom: 0.9375rem;
  font-size: 0.9375rem;
}

.article-image {
  width: 100%;
  height: 10rem;
  background: linear-gradient(135deg, #eef3f8 0%, #e0e9f0 100%);
  border-radius: 0;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.75rem;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-title {
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  min-height: 4rem;
  flex-grow: 1;
}

.btn-more {
  background: #bbbf41;
  color: #0a0a0a;
  padding: 0.625rem 1.875rem;
  border-radius: 1.25rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  margin-top: auto;
}

.btn-more:hover,
.article-card-link:hover .btn-more {
  background: #d6d789;
  color: #0a0a0a;
}

.btn-more.btn-cta {
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-more.btn-cta:hover {
  background: #ffffff;
  color: #024659;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-more.btn-cta:active {
  transform: translateY(0);
}

.btn-more.btn-cta:focus {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(187, 191, 65, 0.4);
}

.btn-more.btn-secondary {
  padding: calc(1rem - 2px) calc(2.5rem - 2px);
  font-size: 1.125rem;
  border-radius: 0.5rem;
  font-weight: 600;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-more.btn-secondary:hover {
  background: #ffffff;
  color: #024659;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-more.btn-secondary:active {
  transform: translateY(0);
}

/* Intro Text */
.intro-text {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto 2.5rem;
  padding: 0 1.25rem;
  color: #024659;
  line-height: 1.8;
  font-size: 1rem;
}

/* Contact Form */
.contact-form {
  max-width: 43.75rem;
  margin: 0 auto;
  padding: 0 1.25rem 3.75rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.form-row.two-cols {
  grid-template-columns: 1fr 1fr;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  color: #024659;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.form-group input,
.form-group textarea {
  padding: 0.75rem 0.9375rem;
  border: 2px dotted #024659;
  border-radius: 0;
  font-size: 0.875rem;
  font-family: inherit;
  background: white;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #024659;
  border-style: dotted;
}

.form-group textarea {
  min-height: 11.25rem;
  resize: vertical;
}

.form-submit {
  text-align: center;
  margin-top: 1.875rem;
}

.btn-submit {
  background: #bbbf41;
  color: #0a0a0a;
  padding: 0.875rem 3.125rem;
  border-radius: 1.875rem;
  border: none;
  font-weight: 700;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}

.btn-submit:hover {
  background: #d6d789;
  transform: scale(1.05);
}

/* About Section */
.about-content {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0 1.25rem 3.75rem;
}

.about-content h2 {
  color: #024659;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 2.5rem 0 1.5625rem;
  padding-bottom: 0.625rem;
  border-bottom: 3px solid #bbbf41;
}

.about-content h3 {
  color: #024659;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 1.875rem 0 1.25rem;
}

.about-content p {
  color: #333;
  font-size: 1.0625rem;
  line-height: 1.8;
  margin-bottom: 1.5625rem;
}

.about-content ul,
.about-content ol {
  margin-bottom: 1.5625rem;
  padding-left: 2.5rem;
  line-height: 1.8;
}

.about-content ul {
  list-style-type: disc;
}

.about-content ol {
  list-style-type: decimal;
}

.about-content li {
  margin-bottom: 0.75rem;
  color: #333;
  font-size: 1.0625rem;
}

.about-content a {
  color: #024659;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}

.about-content a:hover {
  color: #bbbf41;
}

.about-content strong {
  font-weight: 700;
  color: #024659;
}

.about-content em {
  font-style: italic;
}

.about-content details {
  background: white;
  border: 3px solid #bbbf41;
  padding: 1.25rem;
  margin: 1.875rem 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.about-content details summary {
  cursor: pointer;
  color: #024659;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.625rem;
  margin: -0.625rem;
  background: linear-gradient(
    135deg,
    rgba(187, 191, 65, 0.1) 0%,
    rgba(214, 215, 137, 0.15) 100%
  );
  border-radius: 0;
  transition: background 0.3s;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.about-content details summary::-webkit-details-marker {
  display: none;
}

.about-content details summary::before {
  content: "▶";
  font-size: 0.875rem;
  transition: transform 0.3s;
  display: inline-block;
  color: #024659;
}

.about-content details[open] summary::before {
  transform: rotate(90deg);
}

.about-content details summary:hover {
  background: linear-gradient(
    135deg,
    rgba(187, 191, 65, 0.2) 0%,
    rgba(214, 215, 137, 0.25) 100%
  );
}

.about-content details > *:not(summary) {
  margin-top: 1.25rem;
}

.about-content details p {
  text-align: left;
  margin-bottom: 0.9375rem;
}

.about-content details ol {
  margin-left: 1.25rem;
  color: #024659;
}

.about-content details ol li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.about-content details ul {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.about-content details a {
  color: #024659;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}

.about-content details a:hover {
  color: #bbbf41;
}

.about-content details code {
  background: #f5f5f5;
  padding: 0.1875rem 0.5rem;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.875rem;
  color: #024659;
  border: 1px solid #e0e0e0;
}

/* Download Button */
.download-section {
  margin-top: 1.5625rem;
  text-align: center;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: #bbbf41;
  color: #024659;
  padding: 0.875rem 1.875rem;
  border-radius: 1.5625rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.btn-download:hover {
  background: #d6d789;
  transform: translateY(-2px);
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
}

.btn-download svg {
  flex-shrink: 0;
}

/* Video Highlight Section */
.video-highlight {
  background: linear-gradient(135deg, #024659 0%, #035a72 100%);
  color: #ffffff !important;
  padding: 2rem;
  border-radius: 1rem;
  margin: 2rem 0;
  text-align: center;
}

.video-highlight,
.video-highlight p,
.video-highlight strong {
  color: #ffffff !important;
}

.video-highlight h2 {
  color: #bbbf41;
  margin-top: 0;
  font-size: 1.5rem;
}

.video-highlight h3 {
  color: #ffffff;
  font-size: 1.25rem;
}

.video-highlight p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.btn-video {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: #bbbf41;
  color: #024659;
  padding: 0.875rem 1.875rem;
  border-radius: 1.5625rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.btn-video:hover {
  background: #d6d789;
  transform: translateY(-2px);
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
}

/* Article Detail */
.article-detail {
  position: relative;
}

/* Back Link */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #024659;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
  transition: color 0.2s;
}

.back-link:hover {
  color: #bbbf41;
}

.back-link svg {
  flex-shrink: 0;
}

/* Breadcrumb */
.breadcrumb-wrapper {
  position: sticky;
  top: 3.5rem;
  z-index: 90;
  background: white;
  padding: 0.75rem 2.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  font-size: 0.875rem;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
  border-left: 3px solid #bbbf41;
}

.breadcrumb a {
  color: #024659;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #bbbf41;
  text-decoration: underline;
}

.breadcrumb-sep {
  color: #aaa;
  font-weight: 300;
}

.breadcrumb-current {
  color: #666;
  font-weight: 400;
}

.article-detail-header-fullwidth {
  background: #024659;
  color: white;
  width: 100%;
  padding: 3.125rem 0;
  margin: 0;
  border-bottom: 5px solid #c4d82e;
}

.article-detail-header-inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.article-detail-meta {
  margin-bottom: 1.25rem;
}

.article-detail-date {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0.95;
  display: inline-block;
}

.article-detail-icon {
  font-size: 5rem;
  margin-bottom: 1.25rem;
  line-height: 1;
}

.article-detail-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.article-detail-content-wrapper {
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem 2.5rem 5rem;
}

.article-detail-content {
  max-width: 50rem;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}

.article-detail-content p {
  margin-bottom: 1.5rem;
}

.article-detail-content h2 {
  color: #024659;
  font-size: 1.625rem;
  font-weight: 700;
  margin: 2.5rem 0 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 3px solid #bbbf41;
}

.article-detail-content h3 {
  color: #024659;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 1.875rem 0 0.9375rem;
}

.article-detail-content h4 {
  color: #024659;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 1.5625rem 0 0.75rem;
}

.article-detail-content ul,
.article-detail-content ol {
  margin-bottom: 1.5625rem;
  padding-left: 2.5rem;
  line-height: 1.8;
}

.article-detail-content ul {
  list-style-type: disc;
}

.article-detail-content ol {
  list-style-type: decimal;
}

.article-detail-content li {
  margin-bottom: 0.75rem;
  color: #333;
}

.article-detail-content blockquote {
  background: #f8f9fa;
  border-left: 5px solid #024659;
  padding: 1.25rem 1.5625rem;
  margin: 1.5625rem 0;
  font-style: italic;
  color: #555;
}

.article-detail-content blockquote p {
  margin-bottom: 0.75rem;
}

.article-detail-content blockquote p:last-child {
  margin-bottom: 0;
}

.article-detail-content blockquote ol,
.article-detail-content blockquote ul {
  margin-top: 0.9375rem;
  font-style: normal;
}

.article-detail-content a {
  color: #024659;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}

.article-detail-content a:hover {
  color: #bbbf41;
}

.article-detail-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5625rem 0;
  border-radius: 0.5rem;
}

.article-detail-content abbr {
  text-decoration: underline dotted;
  cursor: help;
}

.article-detail-content table,
.about-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.875rem 0;
  background: white;
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  overflow: hidden;
}

.article-detail-content table thead,
.about-content table thead {
  background: linear-gradient(135deg, #024659 0%, #035a72 100%);
  color: white;
}

.article-detail-content table th,
.about-content table th {
  padding: 0.9375rem 1.25rem;
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 3px solid #bbbf41;
}

.article-detail-content table td,
.about-content table td {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  font-size: 1rem;
}

.article-detail-content table tbody tr:nth-child(even),
.about-content table tbody tr:nth-child(even) {
  background: #f8f9fa;
}

.article-detail-content table tbody tr:hover,
.about-content table tbody tr:hover {
  background: rgba(187, 191, 65, 0.1);
  transition: background 0.2s;
}

.article-detail-content table tbody tr:last-child td,
.about-content table tbody tr:last-child td {
  border-bottom: none;
}

/* Bold rows (like TOTAL row) */
.article-detail-content table td strong,
.article-detail-content table td b,
.about-content table td strong,
.about-content table td b {
  color: #024659;
  font-weight: 700;
}

.article-detail-content strong {
  font-weight: 700;
  color: #024659;
}

.article-highlight {
  background: #fff9e6;
  border-left: 5px solid #c4d82e;
  padding: 1.5625rem;
  margin: 1.875rem 0;
}

.back-link {
  display: inline-block;
  margin: 1.875rem 0;
  color: #024659;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}

.back-link:hover {
  color: #bbbf41;
}

/* Modal Article */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow-y: auto;
  padding: 1.25rem;
}

.modal.active {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.modal-content {
  background: #024659;
  width: 100%;
  max-width: 56.25rem;
  border-radius: 0;
  position: relative;
  margin: 1.25rem auto;
  color: white;
}

.modal-header {
  padding: 1.875rem;
  border-bottom: 3px solid #c4d82e;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.modal-icon {
  font-size: 4.375rem;
  flex-shrink: 0;
}

.modal-header-text {
  flex: 1;
}

.modal-date {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #024659;
  font-weight: bold;
}

.modal-body {
  padding: 2.5rem 1.875rem;
  background: white;
  color: #333;
}

.modal-body p {
  line-height: 1.8;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.modal-highlight {
  background: #fff9e6;
  border-left: 4px solid #c4d82e;
  padding: 1.25rem;
  margin: 1.5625rem 0;
}

.modal-image {
  width: 100%;
  margin: 1.5625rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.modal-image img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-map {
  width: 100%;
  height: 18.75rem;
  margin: 1.5625rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.modal-footer {
  background: #c4d82e;
  padding: 1.25rem 1.875rem;
}

/* Footer */
footer {
  background: #024659;
  color: white;
  padding: 1.5rem 0;
  margin: 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer-links {
  display: flex;
  gap: 1.5625rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #bbbf41;
}

.copyright {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Gazettes Grid */
.gazettes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 2.1875rem;
  padding: 0 1.25rem 3.75rem;
}

.gazette-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.gazette-card {
  background: white;
  border: 3px solid #bbbf41;
  border-radius: 0;
  padding: 1.875rem 1.5625rem;
  text-align: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gazette-card-link:hover .gazette-card {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}

.gazette-icon {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gazette-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gazette-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #024659;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.gazette-date {
  font-size: 1.125rem;
  font-weight: 600;
  color: #024659;
  margin-bottom: 1.25rem;
}

.gazette-summary {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.5625rem;
  flex-grow: 1;
  text-align: center;
}

/* Tracts section header */
.tracts-section-header {
  text-align: center;
  padding: 2rem 1rem 0.5rem;
  max-width: 56.25rem;
  margin: 0 auto;
}

.tracts-section-header h2 {
  font-size: 1.75rem;
  color: #024659;
  margin-bottom: 0.5rem;
}

.tracts-section-header p {
  color: #333;
  font-size: 1rem;
}

/* Tracts Instagram */
.tracts-instagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  max-width: 75rem;
  margin: 1.5rem auto 2.5rem;
  padding: 0 1.25rem;
}

.tracts-instagram-item {
  display: block;
}

.tracts-instagram-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tracts-instagram-item:hover img {
  transform: scale(1.02);
  opacity: 0.85;
}

/* Tracts Grid */
.tracts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 22rem));
  gap: 1.875rem;
  padding: 2.5rem 1.25rem;
  max-width: 75rem;
  margin: 0 auto;
  justify-content: center;
}

.tract-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.tract-card {
  background: white;
  border: 3px solid #bbbf41;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tract-card-link:hover .tract-card {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}

.tract-cover {
  width: 100%;
  aspect-ratio: 210 / 297;
  overflow: hidden;
  background: #f5f5f5;
}

.tract-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.tract-info {
  padding: 1.25rem 1.5625rem 1.5625rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tract-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #024659;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.tract-date {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbbf41;
  margin-bottom: 0.75rem;
}

.tract-summary {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

/* Article cover image */
.article-cover {
  margin-bottom: 1.875rem;
  text-align: center;
}

.article-cover img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

/* PeerTube Sections */
.peertube-sections {
  padding: 3.75rem 0;
  background: rgba(187, 191, 65, 0.05);
}

.peertube-section {
  margin-bottom: 3.75rem;
}

.peertube-section:last-child {
  margin-bottom: 0;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #024659;
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.9375rem;
  border-bottom: 3px solid #bbbf41;
}

.section-title svg {
  color: #bbbf41;
  flex-shrink: 0;
}

.peertube-widget {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.peertube-widget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.peertube-link {
  margin-top: 1.25rem;
  text-align: right;
}

.peertube-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #024659;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.625rem 1.25rem;
  border-radius: 1.25rem;
  background: white;
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.peertube-link a:hover {
  background: #bbbf41;
  color: white;
  transform: translateX(5px);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.peertube-link svg {
  flex-shrink: 0;
}

/* Videos Sections */
.videos-sections {
  padding: 3.75rem 0;
  background: rgba(187, 191, 65, 0.05);
}

.videos-section {
  margin-bottom: 3.75rem;
}

.videos-section:last-child {
  margin-bottom: 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.btn-see-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #024659;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.625rem 1.25rem;
  border-radius: 1.25rem;
  background: white;
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.btn-see-all:hover {
  background: #bbbf41;
  color: white;
  transform: translateX(5px);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.btn-see-all svg {
  flex-shrink: 0;
}

.videos-grid-home,
.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 1.5625rem;
}

.video-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.video-card {
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.video-card-link:hover .video-card {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}

.video-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
}

.video-thumbnail-placeholder {
  background: linear-gradient(135deg, #eef3f8 0%, #e0e9f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}

.video-card-link:hover .video-play-overlay {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
  padding: 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.video-date {
  font-size: 0.8125rem;
  color: #024659;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.video-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.4;
  margin: 0;
}

.video-description {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
  margin-top: 0.625rem;
}

.no-videos {
  text-align: center;
  padding: 2.5rem 1.25rem;
  color: #666;
  font-style: italic;
}

/* Video Categories (Page liste) */
.videos-categories {
  padding: 2.5rem 0 3.75rem;
}

.video-category-section {
  margin-bottom: 5rem;
}

.video-category-section:last-child {
  margin-bottom: 0;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding-bottom: 0.9375rem;
  border-bottom: 3px solid #bbbf41;
}

.category-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #024659;
  margin: 0;
}

.btn-channel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #024659;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  border-radius: 1.25rem;
  background: white;
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.btn-channel:hover {
  background: #bbbf41;
  color: white;
  transform: translateX(5px);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.btn-channel svg {
  flex-shrink: 0;
}

.category-description {
  margin: 1.25rem 0 1.875rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

/* Video Detail Page */
.video-detail {
  position: relative;
}

.video-detail-header {
  background: #024659;
  color: white;
  padding: 3.125rem 0;
  border-bottom: 5px solid #c4d82e;
}

.video-detail-meta {
  margin-bottom: 0.9375rem;
}

.video-detail-date {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.95;
}

.video-detail-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.9375rem;
}

.video-detail-description {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.95;
  margin: 0;
}

.video-player-wrapper {
  padding: 2.5rem 0;
  background: #f5f5f5;
}

.video-player {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1.25rem;
}

.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.video-external-link {
  text-align: right;
}

.video-external-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #024659;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.625rem 1.25rem;
  border-radius: 1.25rem;
  background: white;
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.video-external-link a:hover {
  background: #bbbf41;
  color: white;
  transform: translateX(5px);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.video-external-link svg {
  flex-shrink: 0;
}

.video-note {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: #f5f5f0;
  border-left: 3px solid #bbbf41;
  border-radius: 0 0.25rem 0.25rem 0;
  font-size: 0.875rem;
  color: #555;
  font-style: italic;
}

.video-content-wrapper {
  padding: 2.5rem 0 3.75rem;
}

.video-content {
  max-width: 50rem;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #333;
}

.video-content h2 {
  color: #024659;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.875rem 0 0.9375rem;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #bbbf41;
}

.video-content p {
  margin-bottom: 1.25rem;
}

.video-content h3 {
  color: #024659;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}

.video-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0 0 1rem 0;
}

.video-content li {
  margin-bottom: 0.25rem;
}

/* Responsive Mobile */
@media (max-width: 48rem) {
  .gazettes-grid {
    grid-template-columns: 1fr;
    padding: 0 0.9375rem 2.5rem;
    gap: 1.5625rem;
  }

  .header-content {
    justify-content: center;
    text-align: center;
  }

  .header-right {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .nav-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    padding: 0.9375rem 0.75rem;
    font-size: 0.8125rem;
    white-space: nowrap;
  }

  /* Dropdown mobile - désactivé */
  .dropdown-menu {
    display: none !important;
  }

  .dropdown-arrow {
    display: none;
  }

  .weather-btn {
    padding: 0.9375rem 0.75rem;
  }

  .page-header h1 {
    font-size: 1.75rem;
  }

  .articles-grid {
    grid-template-columns: 1fr;
    padding: 0 0.9375rem 2.5rem;
  }

  .form-row.two-cols {
    grid-template-columns: 1fr;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .modal-content {
    margin: 0;
    border-radius: 0;
  }

  .modal-header {
    padding: 1.25rem;
    flex-direction: column;
    text-align: center;
  }

  .modal-title {
    font-size: 1.25rem;
  }

  .modal-body {
    padding: 1.5625rem 1.25rem;
  }

  /* Article Detail Mobile */
  .article-detail-header-fullwidth {
    padding: 1.875rem 0;
  }

  .article-detail-header-inner {
    padding: 0 1.25rem;
  }

  .article-detail-title {
    font-size: 1.625rem;
  }

  .article-detail-icon {
    font-size: 3.75rem;
  }

  .article-detail-content-wrapper {
    padding: 1.875rem 1.25rem 3.125rem;
  }

  .article-detail-content {
    font-size: 1rem;
  }
}

/* Social Icons in Footer */
.social-icons {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  flex-wrap: wrap;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}

.social-icons a:hover {
  background: #bbbf41;
  color: #024659;
  transform: scale(1.1);
}

.social-icons .iconify {
  font-size: 1.375rem;
}

@media (max-width: 48rem) {
  .social-icons {
    justify-content: center;
    width: 100%;
    order: -1;
    margin-bottom: 0.9375rem;
    gap: 0.5rem;
  }

  .social-icons a {
    width: 2rem;
    height: 2rem;
  }

  .social-icons .iconify {
    font-size: 1.125rem;
  }

  .header-social-icons {
    display: none;
  }
}

/* Campaign Cards */
.campaign-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
  margin: 2.5rem 0;
}

.campaign-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.875rem 1.25rem;
  background: white;
  border: 3px solid #bbbf41;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.campaign-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
  border-color: #024659;
}

.campaign-card-icon {
  font-size: 3.75rem;
  color: #024659;
  margin-bottom: 0.9375rem;
}

.campaign-card:hover .campaign-card-icon {
  color: #bbbf41;
}

.campaign-card h3 {
  color: #024659;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}

.campaign-card p {
  color: #333;
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 48rem) {
  .campaign-cards {
    grid-template-columns: 1fr;
  }
}

/* Social Icons Inline (for teaser pages) */
.social-icons-inline {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  flex-wrap: wrap;
  margin: 1.5625rem 0;
}

.social-icons-inline a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background: #024659;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}

.social-icons-inline a:hover {
  background: #bbbf41;
  color: #024659;
  transform: scale(1.1);
}

.social-icons-inline .iconify {
  font-size: 1.625rem;
}

@media (max-width: 48rem) {
  .social-icons-inline {
    gap: 0.5rem;
  }

  .social-icons-inline a {
    width: 2.25rem;
    height: 2.25rem;
  }

  .social-icons-inline .iconify {
    font-size: 1.25rem;
  }
}

/* Contact List with icons */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9375rem;
  font-size: 1.0625rem;
}

.contact-list .iconify {
  font-size: 1.5rem;
  color: #024659;
  flex-shrink: 0;
}

.contact-list a {
  color: #024659;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.contact-list a:hover {
  color: #bbbf41;
}

/* Facebook Embed */
.fb-embed-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.fb-embed-wrapper .fb-page,
.fb-embed-wrapper .fb-page iframe,
.fb-embed-wrapper .fb-page span {
  width: 100% !important;
}

/* Boussole démocratique */
.boussole-legend {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}

.boussole-status {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  white-space: nowrap;
}

.boussole-ok {
  background: #d4edda;
  color: #155724;
}

.boussole-partial {
  background: #fff3cd;
  color: #856404;
}

.boussole-no {
  background: #f8d7da;
  color: #721c24;
}

.boussole-point-detail {
  margin: 0.75rem 0;
  padding-left: 1rem;
  border-left: 3px solid #e0e0e0;
  font-size: 0.9375rem;
}

.boussole-point-detail .boussole-status {
  margin-right: 0.5rem;
}

/* Notice/callout box */
.notice {
  background: linear-gradient(
    135deg,
    rgba(187, 191, 65, 0.15) 0%,
    rgba(214, 215, 137, 0.2) 100%
  );
  border-left: 5px solid #bbbf41;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 0.5rem 0.5rem 0;
}

.notice strong {
  color: #024659;
}

/* Lead paragraph */
.lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
}

/* Boussole sections (accordions) */
details.boussole-section {
  background: white;
  border: 2px solid #e0e0e0;
  margin: 1rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
}

details.boussole-section[open] {
  border-color: #bbbf41;
}

details.boussole-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  background: linear-gradient(
    135deg,
    rgba(2, 70, 89, 0.03) 0%,
    rgba(2, 70, 89, 0.06) 100%
  );
  transition: background 0.3s;
  list-style: none;
}

details.boussole-section summary::-webkit-details-marker {
  display: none;
}

details.boussole-section summary::before {
  content: "▶";
  font-size: 0.75rem;
  color: #024659;
  transition: transform 0.3s;
  margin-right: 0.75rem;
}

details.boussole-section[open] summary::before {
  transform: rotate(90deg);
}

details.boussole-section summary:hover {
  background: linear-gradient(
    135deg,
    rgba(187, 191, 65, 0.1) 0%,
    rgba(187, 191, 65, 0.15) 100%
  );
}

.boussole-section-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #024659;
  flex-grow: 1;
}

details.boussole-section > *:not(summary) {
  padding: 0 1.25rem;
}

details.boussole-section > *:last-child {
  padding-bottom: 1.25rem;
}

details.boussole-section h3 {
  color: #024659;
  font-size: 1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  padding-top: 0.75rem;
}

details.boussole-section h3:first-of-type {
  margin-top: 0.5rem;
}

details.boussole-section hr {
  margin: 1.25rem 0;
  border: none;
  border-top: 1px dashed #e0e0e0;
}

details.boussole-section ul {
  margin: 0.5rem 0 1rem;
  padding-left: 2.5rem;
  list-style-position: outside;
}

details.boussole-section li {
  margin-bottom: 0.375rem;
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.6;
}

details.boussole-section p {
  margin: 0.5rem 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #333;
}

details.boussole-section strong {
  color: #024659;
}

/* Encart prochaines réunions */
.prochaines-reunions {
  background: linear-gradient(135deg, #024659 0%, #035a72 100%);
  color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  border-left: 5px solid #bbbf41;
}

.prochaines-reunions h2 {
  color: #bbbf41;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  border-bottom: none;
}

.prochaines-reunions .lieu {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.prochaines-reunions .lieu a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}

.prochaines-reunions .lieu a:hover {
  color: #bbbf41;
}

.about-content .prochaines-reunions .evenement p,
.about-content .prochaines-reunions .evenement li,
.about-content .prochaines-reunions .evenement strong {
  color: white;
}

.prochaines-reunions ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.prochaines-reunions li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.prochaines-reunions li:last-child {
  border-bottom: none;
}

.prochaines-reunions .date {
  color: #bbbf41;
  font-weight: 700;
}

.prochaines-reunions .horaire {
  color: white;
}

/* Responsive boussole */
@media (max-width: 48rem) {
  .boussole-legend {
    flex-direction: column;
    gap: 0.5rem;
  }

  .boussole-status {
    display: inline-block;
    width: fit-content;
  }

  details.boussole-section summary {
    flex-wrap: wrap;
  }

  .boussole-section-title {
    font-size: 1rem;
  }
}

/* ================================================
   ÉQUIPE - Grille et fiches membres
   ================================================ */

/* Grille équipe */
.equipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1.5rem;
  padding: 2.5rem 1.25rem;
  max-width: 75rem;
  margin: 0 auto;
}

/* Carte membre */
.membre-card {
  background: white;
  border: 1px solid rgba(2, 70, 89, 0.15);
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.membre-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
  border-color: #bbbf41;
}

.membre-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

/* Carte mise en avant (tête de liste) */
.membre-card--featured {
  grid-column: 1 / -1;
  max-width: 24rem;
  margin: 0 auto;
  border: 2px solid #024659;
  box-shadow: 0 0.25rem 1rem rgba(2, 70, 89, 0.12);
}

@media (min-width: 48rem) {
  .membre-card--featured {
    max-width: 28rem;
    padding: 2rem;
  }
}

/* Photo membre */
.membre-photo {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 3px solid rgba(187, 191, 65, 0.6);
  flex-shrink: 0;
  transition: border-color 0.3s;
}

.membre-card:hover .membre-photo {
  border-color: #bbbf41;
}

.membre-card--featured .membre-photo {
  width: 14rem;
  height: 14rem;
  border-width: 4px;
  border-color: #024659;
}

.membre-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

/* Placeholder pour membres sans photo */
.membre-photo--placeholder {
  background: linear-gradient(135deg, #eef3f8 0%, #e0e9f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.membre-photo--placeholder .iconify {
  font-size: 4rem;
  color: #024659;
  opacity: 0.4;
}

/* Nom du membre */
.membre-nom {
  font-size: 1.125rem;
  font-weight: 700;
  color: #024659;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.membre-card--featured .membre-nom {
  font-size: 1.5rem;
}

/* Âge du membre */
.membre-age {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.5rem;
  display: block;
}

/* Badge rôle */
.membre-role {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

.membre-role:last-child {
  margin-bottom: 0.75rem;
}

.membre-role--tete_liste {
  background: #024659;
  color: white;
}

.membre-role--adjoint {
  background: #bbbf41;
  color: #024659;
}

.membre-role--delegue {
  background: rgba(2, 70, 89, 0.1);
  color: #024659;
}

.membre-role--liste {
  background: #f5f5f5;
  color: #666;
}

/* Badge Muretain Agglo */
.membre-agglo {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  background: rgba(2, 70, 89, 0.08);
  color: #024659;
  border: 1px solid rgba(2, 70, 89, 0.2);
  margin: 0.5rem 0;
}

/* Domaine de responsabilité */
.membre-domaine {
  display: block;
  font-size: 0.8125rem;
  color: #024659;
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

/* Bouton En savoir plus */
.membre-card .btn-more {
  margin-top: auto;
}

/* ================================================
   FICHE MEMBRE INDIVIDUELLE
   ================================================ */

/* Header membre */
.membre-detail-header {
  background: #024659;
  color: white;
  padding: 3rem 0;
  border-bottom: 5px solid #bbbf41;
}

.membre-detail-header-inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

@media (max-width: 48rem) {
  .membre-detail-header-inner {
    flex-direction: column;
    text-align: center;
    padding: 0 1.25rem;
  }
}

.membre-detail-photo {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #bbbf41;
  flex-shrink: 0;
}

.membre-detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.membre-detail-photo--placeholder {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.membre-detail-photo--placeholder .iconify {
  font-size: 5rem;
  color: white;
  opacity: 0.5;
}

.membre-detail-info h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.membre-detail-meta {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}

.membre-detail-meta span:not(:last-child)::after {
  content: " · ";
  opacity: 0.5;
}

.membre-detail-role {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.membre-detail-role--tete_liste {
  background: #bbbf41;
  color: #024659;
}

.membre-detail-role--adjoint {
  background: #bbbf41;
  color: #024659;
}

.membre-detail-role--delegue {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.membre-detail-role--liste {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

/* Badge Muretain Agglo sur fond bleu */
.membre-detail-info .membre-agglo {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
  margin-top: 0.75rem;
}

/* Contenu fiche membre */
.membre-detail-content-wrapper {
  max-width: 75rem;
  margin: 0 auto;
  padding: 2.5rem 2.5rem 5rem;
}

@media (max-width: 48rem) {
  .membre-detail-content-wrapper {
    padding: 1.5rem 1.25rem 3rem;
  }
}

.membre-detail-content {
  max-width: 50rem;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}

.membre-detail-content p {
  margin-bottom: 1.5rem;
}

.membre-detail-content h2 {
  color: #024659;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #bbbf41;
}

.membre-detail-content ul {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.membre-detail-content li {
  margin-bottom: 0.5rem;
}

/* ================================================
   PODCASTS - Liste et lecteur audio
   ================================================ */

/* Liste podcasts (version simplifiée) */
.podcast-list {
  max-width: 50rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2.5rem;
}

.podcast-episode {
  background: white;
  border-left: 4px solid #bbbf41;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.06);
}

.podcast-episode-header {
  margin-bottom: 1rem;
}

.podcast-episode-info {
  display: flex;
  gap: 1rem;
  font-size: 0.8125rem;
  color: #666;
  margin-bottom: 0.375rem;
}

.podcast-episode-duration {
  color: #bbbf41;
  font-weight: 600;
}

.podcast-episode-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #024659;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.podcast-episode-description {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.podcast-episode-player audio {
  width: 100%;
  height: 2.5rem;
}

/* Boutons plateformes podcast */
.podcast-platforms {
  margin-top: 1.5rem;
  text-align: center;
}

.podcast-platforms p {
  margin-bottom: 1rem;
  color: #333;
}

.podcast-platform-buttons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.podcast-platforms-note {
  font-size: 0.8125rem;
  color: #888;
  margin-top: 1rem;
  margin-bottom: 0;
}

.platform-btn,
.about-content .platform-btn,
.about-content .platform-btn:hover {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.2s;
  color: white;
}

.platform-btn .iconify {
  font-size: 1.25rem;
}

.platform-btn--spotify {
  background: #1db954;
}

.platform-btn--spotify:hover {
  background: #1aa34a;
  transform: translateY(-2px);
}

.platform-btn--apple {
  background: #fc3c44;
}

.platform-btn--apple:hover {
  background: #e0353c;
  transform: translateY(-2px);
}

.platform-btn--deezer {
  background: #a238ff;
}

.platform-btn--deezer:hover {
  background: #8a2be2;
  transform: translateY(-2px);
}

.platform-btn--rss {
  background: #f26522;
}

.platform-btn--rss:hover {
  background: #d9581e;
  transform: translateY(-2px);
}

@media (max-width: 30rem) {
  .podcast-platform-buttons {
    flex-direction: column;
    align-items: center;
  }

  .platform-btn {
    width: 100%;
    max-width: 14rem;
    justify-content: center;
  }
}

/* Grille podcasts (version cartes) */
.podcasts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 1.5rem;
  padding: 2.5rem 1.25rem;
  max-width: 75rem;
  margin: 0 auto;
}

/* Carte podcast */
.podcast-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.podcast-card {
  background: white;
  border: 3px solid #bbbf41;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.podcast-card-link:hover .podcast-card {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}

/* Cover podcast */
.podcast-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
}

.podcast-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.podcast-cover--placeholder {
  background: linear-gradient(135deg, #024659 0%, #035a72 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-cover--placeholder .iconify {
  font-size: 5rem;
  color: #bbbf41;
  opacity: 0.8;
}

/* Info podcast */
.podcast-info {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.podcast-date {
  font-size: 0.8125rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.podcast-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #024659;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.podcast-duration {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #bbbf41;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.podcast-duration .iconify {
  font-size: 1rem;
}

.podcast-summary {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.podcast-card .btn-more {
  margin-top: auto;
  align-self: flex-start;
}

/* Plateformes */
.podcast-platforms {
  margin-top: 2rem;
  text-align: center;
}

.podcast-platforms p {
  margin-bottom: 1rem;
}

.no-podcasts {
  text-align: center;
  padding: 2.5rem;
  color: #666;
  font-style: italic;
}

/* Promo podcast sur page 2026 */
.podcast-promo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: linear-gradient(135deg, #024659 0%, #035a72 100%);
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}

.podcast-promo-icon {
  font-size: 3rem;
  color: #bbbf41;
  flex-shrink: 0;
}

.podcast-promo-content {
  flex: 1;
}

.podcast-promo h3 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}

.podcast-promo p {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
}

.podcast-promo .btn-more {
  margin-top: 0.75rem;
  display: inline-block;
}

.podcast-promo .btn-more:hover {
  background: white;
  color: #024659;
}

@media (max-width: 48rem) {
  .podcast-promo {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem;
  }

  .podcast-promo-icon {
    font-size: 2.5rem;
  }
}

/* ================================================
   FICHE PODCAST INDIVIDUELLE
   ================================================ */

/* Header podcast */
.podcast-detail-header {
  background: #024659;
  color: white;
  padding: 3rem 0;
  border-bottom: 5px solid #bbbf41;
}

.podcast-detail-header-inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}

@media (max-width: 48rem) {
  .podcast-detail-header-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1.25rem;
  }
}

.podcast-detail-cover {
  width: 12rem;
  height: 12rem;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
}

.podcast-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.podcast-detail-cover--placeholder {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-detail-cover--placeholder .iconify {
  font-size: 5rem;
  color: #bbbf41;
  opacity: 0.8;
}

.podcast-detail-info {
  flex: 1;
}

.podcast-detail-info .membre-nav {
  margin-bottom: 1rem;
  padding: 0;
}

.podcast-detail-date {
  font-size: 0.9375rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.podcast-detail-info h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.podcast-detail-duration {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  color: #bbbf41;
  font-weight: 600;
  margin-bottom: 1rem;
}

.podcast-detail-duration .iconify {
  font-size: 1.25rem;
}

.podcast-detail-description {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.95;
  margin: 0;
}

/* Lecteur audio */
.podcast-player-wrapper {
  background: #f5f5f5;
  padding: 2rem 0;
}

.audio-player {
  max-width: 50rem;
  margin: 0 auto;
}

.audio-player audio {
  width: 100%;
  height: 3.5rem;
  border-radius: 0.5rem;
}

.audio-player audio::-webkit-media-controls-panel {
  background: white;
}

.no-audio {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 1rem;
}

/* Liens plateformes sur fiche */
.podcast-platforms-detail {
  max-width: 50rem;
  margin: 1.5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  color: #666;
}

.podcast-platform-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.podcast-platform-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  background: white;
  color: #024659;
  text-decoration: none;
  border-radius: 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.podcast-platform-links a:hover {
  background: #024659;
  color: white;
  transform: translateY(-2px);
}

.podcast-platform-links .iconify {
  font-size: 1.125rem;
}

/* Contenu podcast */
.podcast-content-wrapper {
  padding: 2.5rem 0 3.75rem;
}

.podcast-content {
  max-width: 50rem;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #333;
}

.podcast-content h2 {
  color: #024659;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 3px solid #bbbf41;
}

.podcast-content p {
  margin-bottom: 1.25rem;
}

.podcast-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0 0 1rem 0;
}

.podcast-content li {
  margin-bottom: 0.5rem;
}

/* Responsive podcasts */
@media (max-width: 48rem) {
  .podcasts-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }

  .podcast-cover {
    aspect-ratio: 16 / 9;
  }

  .podcast-detail-header {
    padding: 2rem 0;
  }

  .podcast-detail-cover {
    width: 10rem;
    height: 10rem;
  }

  .podcast-detail-info h1 {
    font-size: 1.5rem;
  }

  .podcast-platforms-detail {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* Navigation retour */
.membre-nav {
  margin-bottom: 2rem;
  padding: 1rem 2.5rem;
}

.membre-nav .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #bbbf41 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: color 0.2s;
}

.membre-nav .back-link:hover {
  color: white !important;
}

/* Responsive équipe */
@media (max-width: 48rem) {
  .equipe-grid {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 1rem;
    padding: 1.5rem 1rem;
  }

  .membre-card {
    padding: 1rem;
  }

  .membre-photo {
    width: 7rem;
    height: 7rem;
  }

  .membre-card--featured .membre-photo {
    width: 10rem;
    height: 10rem;
  }

  .membre-nom {
    font-size: 1rem;
  }

  .membre-card--featured .membre-nom {
    font-size: 1.25rem;
  }

  .membre-role {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
  }

  .membre-detail-header {
    padding: 2rem 0;
  }

  .membre-detail-photo {
    width: 10rem;
    height: 10rem;
  }

  .membre-detail-info h1 {
    font-size: 1.75rem;
  }
}

/* ==========================================================================
   Comprendre - Articles pédagogiques
   ========================================================================== */

.comprendre-wrapper {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Tags filter */
.comprendre-tags-filter {
  margin-bottom: 2rem;
  padding: 1rem 1.25rem;
  background: rgba(2, 70, 89, 0.03);
  border-radius: 0.5rem;
}

.tags-label {
  font-weight: 600;
  color: #024659;
  margin-right: 1rem;
  display: block;
  margin-bottom: 0.75rem;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag-filter {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background: #fff;
  border: 2px solid #bbbf41;
  border-radius: 1.25rem;
  color: #024659;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tag-filter:hover,
.tag-filter.active {
  background: #bbbf41;
  color: #024659;
}

.tag-filter.tag-clear {
  background: #024659;
  border-color: #024659;
  color: #fff;
}

.tag-filter.tag-clear:hover {
  background: #035a72;
  border-color: #035a72;
}

@media (min-width: 48rem) {
  .tags-label {
    display: inline;
    margin-bottom: 0;
  }

  .tags-list {
    display: inline-flex;
  }
}

/* Grid */
.comprendre-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
}

@media (min-width: 36rem) {
  .comprendre-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 64rem) {
  .comprendre-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Card */
.comprendre-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.comprendre-card {
  background: white;
  border: 3px solid #bbbf41;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.comprendre-card-link:hover .comprendre-card {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}

.comprendre-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
}

.comprendre-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comprendre-info {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.comprendre-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}

.comprendre-tag {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background: #bbbf41;
  color: #024659;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 1rem;
  text-transform: capitalize;
}

.comprendre-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #024659;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.comprendre-date {
  font-size: 0.8125rem;
  color: #666;
  margin-bottom: 0.75rem;
}

.comprendre-summary {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

/* Article detail - tags in header */
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.article-tag {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  background: rgba(187, 191, 65, 0.2);
  border: 1px solid #bbbf41;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 1.25rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.article-tag:hover {
  background: #bbbf41;
  color: #024659;
}

/* Article navigation */
.article-navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  max-width: 75rem;
  margin: 3rem auto 0;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #024659 0%, #035a72 100%);
  border-radius: 0.5rem;
}

.article-nav-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  padding: 1rem 0;
  transition: all 0.2s ease;
}

.article-nav-link:hover {
  color: #bbbf41;
}

.article-nav-prev {
  text-align: left;
  padding-left: 0.5rem;
}

.article-nav-next {
  text-align: right;
  padding-right: 0.5rem;
  grid-column: 3;
}

.article-nav-link .nav-direction {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
  margin-bottom: 0.375rem;
}

.article-nav-prev .nav-direction::before {
  content: "←";
  font-size: 1rem;
}

.article-nav-next .nav-direction {
  justify-content: flex-end;
}

.article-nav-next .nav-direction::after {
  content: "→";
  font-size: 1rem;
}

.article-nav-link .nav-title {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
}

.article-nav-back {
  color: #fff;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2rem;
  font-size: 0.875rem;
  white-space: nowrap;
}

.article-nav-back:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

@media (max-width: 48rem) {
  .article-navigation {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }

  .article-nav-back {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    margin-bottom: 0.5rem;
  }

  .article-nav-prev {
    grid-column: 1;
    grid-row: 2;
  }

  .article-nav-next {
    grid-column: 2;
    grid-row: 2;
  }

  .article-nav-link .nav-title {
    font-size: 0.875rem;
  }
}

/* === Propositions === */

.proposition-probleme {
  background: rgba(2, 70, 89, 0.05);
  border-left: 4px solid #bbbf41;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 0 0.5rem 0.5rem 0;
}

.proposition-probleme h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #024659;
  margin-bottom: 0.5rem;
}

.proposition-probleme p {
  font-size: 1.125rem;
  color: #333;
  margin: 0;
}

.proposition-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(2, 70, 89, 0.15);
}

@media (min-width: 36rem) {
  .proposition-details {
    grid-template-columns: repeat(2, 1fr);
  }
}

.proposition-detail-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  background: rgba(187, 191, 65, 0.08);
  border-radius: 0.5rem;
  border: 1px solid rgba(187, 191, 65, 0.3);
}

.proposition-detail-item .iconify {
  font-size: 1.5rem;
  color: #024659;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.proposition-detail-item strong {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #024659;
  margin-bottom: 0.25rem;
}

.proposition-detail-item p {
  font-size: 1rem;
  color: #333;
  margin: 0;
}

/* Election Banner — countdown inline */
.election-separator {
  opacity: 0.5;
}

.election-countdown {
  font-weight: 700;
  color: #bbbf41;
  background: rgba(187, 191, 65, 0.15);
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

/* Section découverte */
.section-decouverte {
  background: #f5f7f0;
  padding: 2.5rem 0;
}

.section-decouverte-titre {
  font-size: 1.5rem;
  font-weight: 700;
  color: #024659;
  text-align: center;
  margin-bottom: 1.5rem;
}

.chaque-voix {
  background: linear-gradient(135deg, #024659 0%, #035a72 100%);
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  text-align: center;
  margin: 1.5rem 0 0;
}

.chaque-voix-titre {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.chaque-voix-texte {
  font-size: 0.9375rem;
  margin: 0;
  opacity: 0.95;
}

.chaque-voix-texte strong {
  color: #bbbf41;
}

.section-decouverte-sous-titre {
  font-size: 1.125rem;
  font-weight: 600;
  color: #024659;
  text-align: center;
  margin: 2rem 0 1rem;
}

.points-cles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  max-width: 40rem;
  margin: 0 auto;
}

.point-cle {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: #fff;
  border: 2px solid #bbbf41;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
}

.point-cle-icone {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.point-cle-texte {
  font-size: 0.9375rem;
  color: #0a0a0a;
  line-height: 1.3;
}

.formats-decouverte {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.format-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 1rem;
  text-decoration: none;
  color: #0a0a0a;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.format-card:hover {
  box-shadow: 0 4px 12px rgba(2, 70, 89, 0.12);
  border-color: #bbbf41;
}

.format-card--featured {
  border-color: #bbbf41;
  background: #fafaf0;
}

.format-card-icone {
  font-size: 1.75rem;
  flex-shrink: 0;
}

.format-card-contenu {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.format-card-badge {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: #bbbf41;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  align-self: flex-start;
}

.format-card-titre {
  font-size: 1rem;
  font-weight: 700;
  color: #024659;
}

.format-card-desc {
  font-size: 0.8125rem;
  color: #555;
}

@media (min-width: 48rem) {
  .points-cles {
    grid-template-columns: repeat(4, 1fr);
    max-width: none;
  }

  .formats-decouverte {
    grid-template-columns: repeat(4, 1fr);
  }
}
