@charset "UTF-8";
/**
* @license
*
* Font Family: Panchang
* Designed by: MB-DEV+ SOUND TALK
* URL: https://www.fontshare.com/fonts/panchang
* © 2025 MB-DEV+ SOUND TALK
*
* Panchang Extralight 
* Panchang Light 
* Panchang Regular 
* Panchang Medium 
* Panchang Semibold 
* Panchang Bold 
* Panchang Extrabold 
* Panchang Variable (Variable font)

*
*/
@font-face {
  font-family: "Panchang-Extralight";
  src: url("../fonts/Panchang/Panchang-Extralight.woff2") format("woff2"), url("../fonts/Panchang/Panchang-Extralight.woff") format("woff"), url("../fonts/Panchang/Panchang-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang-Light";
  src: url("../fonts/Panchang/Panchang-Light.woff2") format("woff2"), url("../fonts/Panchang/Panchang-Light.woff") format("woff"), url("../fonts/Panchang/Panchang-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang-Regular";
  src: url("../fonts/Panchang/Panchang-Regular.woff2") format("woff2"), url("../fonts/Panchang/Panchang-Regular.woff") format("woff"), url("../fonts/Panchang/Panchang-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang-Medium";
  src: url("../fonts/Panchang/Panchang-Medium.woff2") format("woff2"), url("../fonts/Panchang/Panchang-Medium.woff") format("woff"), url("../fonts/Panchang/Panchang-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang-Semibold";
  src: url("../fonts/Panchang/Panchang-Semibold.woff2") format("woff2"), url("../fonts/Panchang/Panchang-Semibold.woff") format("woff"), url("../fonts/Panchang/Panchang-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang-Bold";
  src: url("../fonts/Panchang/Panchang-Bold.woff2") format("woff2"), url("../fonts/Panchang/Panchang-Bold.woff") format("woff"), url("../fonts/Panchang/Panchang-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Panchang-Extrabold";
  src: url("../fonts/Panchang/Panchang-Extrabold.woff2") format("woff2"), url("../fonts/Panchang/Panchang-Extrabold.woff") format("woff"), url("../fonts/Panchang/Panchang-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 800.0;
*
* available axes:
'wght' (range from 200.0 to 800.0
*/
@font-face {
  font-family: "Panchang-Variable";
  src: url("../fonts/Panchang/Panchang-Variable.woff2") format("woff2"), url("../fonts/Panchang/Panchang-Variable.woff") format("woff"), url("../fonts/Panchang/Panchang-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.limite-1lignes {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Ajoute "..." à la fin */
}

.limite-2lignes {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Ajoute "..." à la fin */
}

.limite-3lignes {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Ajoute "..." à la fin */
}

.limite-4lignes {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Ajoute "..." à la fin */
}

.limite-5lignes {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limite-6lignes {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limite-7lignes {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* === GLOBAL LAYOUT CORRECTIONS === */
body {
  padding-top: 80px;
}

@media (max-width: 768px) {
  body {
    padding-top: 120px;
  }
}
/* === HEADER PRINCIPAL === */
.header {
  height: 80px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  width: 100%;
}

.header-container {
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 80px;
  box-sizing: border-box;
  min-width: 0;
}

.header-brand {
  flex-shrink: 0;
}

.brand-logo {
  height: 75px;
  width: auto;
}

.brand-name {
  font-size: 1.5rem;
  font-weight: 800;
  color: #2d3748;
  margin: 0;
}

/* === NAVIGATION DESKTOP === */
.header-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
  justify-content: center;
  min-width: 0;
  flex-wrap: wrap;
  width: 100%;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #4a5568;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 0.5rem 0.5rem;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-link img {
  display: flex;
  height: 35px;
  width: auto;
}
.nav-link:hover {
  color: #667eea;
}
.nav-link.router-link-active {
  color: #667eea;
}
.nav-link.router-link-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #667eea;
  border-radius: 1px;
}

/* === DROPDOWN MENUS === */
.nav-dropdown {
  position: relative;
  display: inline-block;
}
.nav-dropdown.active .nav-dropdown-toggle {
  color: #667eea;
}
.nav-dropdown.active .nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #667eea;
  border-radius: 1px;
}

.nav-dropdown-toggle {
  background: none;
  border: none;
  color: #4a5568;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  font-family: inherit;
}
.nav-dropdown-toggle:hover {
  color: #667eea;
}

.dropdown-arrow {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
  color: #667eea;
}
.dropdown-arrow.rotated {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
  min-width: 250px;
  z-index: 1000;
  margin-top: 0.5rem;
  animation: slideDown 0.3s ease-out;
  overflow: hidden;
}
.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  color: #4a5568;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f7fafc;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:hover {
  background: #f7fafc;
  color: #667eea;
  transform: translateX(5px);
}
.dropdown-item.router-link-active {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  font-weight: 600;
}

.dropdown-icon {
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
  opacity: 0.8;
}

/* === ACTIONS (LOGIN, PROFIL...) === */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.user-section {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn {
  display: inline-flex;
  margin: 10px;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn.btn-outline {
  background: transparent;
  color: #667eea;
  border-color: #667eea;
}
.btn.btn-outline:hover {
  background: #667eea;
  color: #fff;
  transform: translateY(-2px);
}
.btn.btn-primary {
  background: #667eea;
  color: #fff;
  border-color: #667eea;
}
.btn.btn-primary:hover {
  background: #553c9a;
  border-color: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

/* === BURGER SVG ANIMÉ === */
.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #111827;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1001;
}
.burger:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}

.burger__icon {
  position: absolute;
  width: 28px;
  height: 28px;
  stroke: currentColor;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.burger__icon--bars {
  display: block;
  opacity: 1;
}

.burger__icon--close {
  display: block;
  opacity: 0;
  transform: rotate(90deg);
}

.is-mobile-open .burger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10001;
  color: #fff;
}

.is-mobile-open .burger__icon--bars {
  opacity: 0;
  transform: rotate(-90deg);
}

.is-mobile-open .burger__icon--close {
  opacity: 1;
  transform: rotate(0deg);
}

/* responsive */
@media (max-width: 992px) {
  .burger {
    display: inline-flex;
  }
  .header-nav {
    display: none;
  }
}
/* === MENU MOBILE === */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  padding: 80px 20px 20px;
  z-index: 10000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu[hidden] {
  display: none !important;
}

.mobile-menu__section {
  padding: 12px 0;
  max-width: 600px;
  margin: 0 auto;
}

.mobile-menu__title {
  margin: 16px 0 12px;
  font-weight: 800;
  color: #111827;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mobile-menu__link {
  display: block;
  padding: 14px 12px;
  color: #4a5568;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.mobile-menu__link:hover {
  background: #f7fafc;
  color: #2563eb;
  transform: translateX(4px);
}

.mobile-menu__emoji {
  margin-right: 8px;
}

.mobile-menu__icon {
  height: 20px;
  width: auto;
  vertical-align: -4px;
  margin-right: 6px;
}

.mobile-menu__btn {
  width: 100%;
  margin: 6px 0;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .burger {
    display: inline-flex;
  }
  .header-nav {
    display: none;
  }
  body {
    padding-top: 120px;
  }
  body.is-mobile-open {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .header {
    height: auto;
    border-bottom: 1px solid #eef2ff;
  }
  .header-container {
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    min-height: 100px;
  }
  .brand-logo {
    height: 44px;
  }
  .header-nav {
    gap: 0.75rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.25rem;
  }
  .nav-link,
  .nav-dropdown-toggle {
    font-size: 0.9rem;
    padding: 0.35rem 0.25rem;
  }
  .btn {
    padding: 0.55rem 1rem;
    font-size: 0.9rem;
    margin: 0.25rem;
  }
}
@media (max-width: 480px) {
  .brand-logo {
    height: 38px;
  }
  .nav-link img + * {
    display: none;
  }
  .header-actions {
    gap: 0.5rem;
  }
  .btn {
    padding: 0.5rem 0.9rem;
    font-size: 0.85rem;
  }
}
.footer {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: footerFloat 30s ease-in-out infinite;
}

.footer-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem 2rem;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-wrap: break-word;
}

.footer-brand-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
}

.footer-brand-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  opacity: 0.9;
}

.footer-brand-description {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.5;
}

.footer-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.8rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1rem;
}
.footer-links a:hover {
  color: #fff;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.social-links .social-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}
.social-links .social-link:hover {
  color: #fff;
}

.contact-info {
  margin-bottom: 1.5rem;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
}

.contact-email, .contact-phone {
  margin: 0.5rem 0;
  font-size: 0.95rem;
  opacity: 0.9;
  text-decoration: none;
  color: #1a4591;
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  line-height: 1.6;
}

.contact-email:hover, .contact-phone:hover {
  color: #ffd700;
}

.map-container {
  margin-top: 1rem;
}

.map-placeholder {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.map-content {
  text-align: center;
}

.map-address {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  opacity: 0.9;
  line-height: 1.4;
}

.map-link {
  color: #ffd700;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.map-link:hover {
  color: #ffed4e;
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}

.footer-bottom-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.copyright, .credits {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
}

.credits-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #ff6d9b;
  font-weight: 500;
}
.credits-link:hover {
  color: #ffd700;
}

@keyframes footerFloat {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0.5deg);
  }
}
/* Responsive */
@media (max-width: 1024px) {
  .footer-columns {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .footer-content {
    padding: 3rem 1.5rem 2rem;
  }
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    padding: 1rem 1.5rem;
  }
  .contact-email {
    font-size: 0.85rem;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    display: inline-block;
    text-align: center;
    line-height: 1.6;
    padding: 0 0.5rem;
  }
  .contact-info {
    text-align: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 480px) {
  .footer-content {
    padding: 2rem 1rem 1.5rem;
  }
  .footer-brand-name {
    font-size: 1.5rem;
  }
  .footer-title {
    font-size: 1.2rem;
  }
}
.hero-carousel {
  position: relative;
  width: 100%;
  height: clamp(380px, 70vh, 800px);
  overflow: hidden;
  background: #0f1f37;
  --cap-bg: rgba(0,0,0,.35);
  --cap-blur: blur(6px);
}

.hero-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-track {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease;
  will-change: transform;
}

.hero-slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(1.05);
}

.hero-caption {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
}

.hero-caption::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--cap-bg);
  backdrop-filter: var(--cap-blur);
}

.hero-caption h1 {
  position: relative;
  font-family: "Panchang", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: clamp(1.8rem, 3.8vw + 0.5rem, 4.2rem);
  line-height: 1.05;
  color: #fff;
  margin: 0 0 1rem;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.55);
}

.hero-cta {
  position: relative;
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: #fff;
  color: #0f1f37;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.hero-cta:hover {
  transform: translateY(-1px);
}

.hero-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 28px;
  cursor: pointer;
  transition: background 0.2s ease, scale 0.2s ease;
  z-index: 3;
}

.hero-nav:hover {
  background: rgba(0, 0, 0, 0.55);
  scale: 1.04;
}

.hero-nav.prev {
  left: 24px;
}

.hero-nav.next {
  right: 24px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  translate: -50% 0;
  display: flex;
  gap: 8px;
  z-index: 3;
}

.hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
}

.hero-dots button.active {
  background: #fff;
}

@media (max-width: 640px) {
  .hero-nav {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
}
/* ---------- Auth Login ---------- */
.auth--login {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 3rem 1rem;
}
.auth--login .auth__header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.auth--login .auth__header h1 {
  font-weight: 800;
  font-size: 2rem;
  margin: 0 0 0.25rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auth--login .auth__header p {
  color: #718096;
}
.auth--login .auth__card {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.auth--login .alert {
  max-width: 640px;
  margin: 0 auto 1rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-weight: 600;
}
.auth--login .alert--success {
  background: rgba(46, 204, 113, 0.1);
  color: #2ecc71;
}
.auth--login .alert--error {
  background: rgba(231, 76, 60, 0.08);
  color: #e74c3c;
}
.auth--login .form--auth .form__group {
  margin-bottom: 1rem;
}
.auth--login .form--auth .form__label {
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.25rem;
  display: block;
}
.auth--login .form--auth .form__input {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
}
.auth--login .form--auth .form__input:focus {
  outline: 0;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}
.auth--login .form--auth .form__actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}
.auth--login .form--auth .form__actions .btn {
  flex: 1;
}
.auth--login .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}
.auth--login .btn--primary {
  background: #667eea;
  color: #fff;
}
.auth--login .btn--primary:hover {
  background: rgb(75.0931034483, 103.3137931034, 230.3068965517);
}
.auth--login .btn--ghost {
  background: transparent;
  color: #667eea;
  border: 2px solid #667eea;
}
.auth--login .btn--ghost:hover {
  background: rgba(102, 126, 234, 0.08);
}
@media (max-width: 480px) {
  .auth--login {
    padding: 2rem 1rem;
  }
  .auth--login .auth__card {
    padding: 1.25rem;
  }
}

/* ---------- Auth Register (formulaire complet) ---------- */
.auth--register {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 3rem 1rem 4rem;
}
.auth--register .auth__header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.auth--register .auth__header h1 {
  font-weight: 800;
  font-size: 2rem;
  margin: 0 0 0.25rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auth--register .auth__header p {
  color: #718096;
}
.auth--register .auth__card {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.auth--register .alert {
  max-width: 1100px;
  margin: 0 auto 1rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-weight: 600;
}
.auth--register .alert--success {
  background: rgba(46, 204, 113, 0.1);
  color: #2ecc71;
}
.auth--register .alert--error {
  background: rgba(231, 76, 60, 0.08);
  color: #e74c3c;
}
.auth--register .form--register .form__fieldset {
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background: #fff;
}
.auth--register .form--register .form__fieldset legend {
  padding: 0 0.5rem;
  font-weight: 800;
  color: #2d3748;
}
.auth--register .form--register .form__group {
  margin-bottom: 1rem;
}
.auth--register .form--register .form__label {
  display: block;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.35rem;
}
.auth--register .form--register .form__input, .auth--register .form--register .form__select, .auth--register .form--register .form__textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font: inherit;
}
.auth--register .form--register .form__input:focus, .auth--register .form--register .form__select:focus, .auth--register .form--register .form__textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}
.auth--register .form--register .form__textarea {
  min-height: 110px;
  resize: vertical;
}
.auth--register .form--register .check {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 0.35rem 0;
}
.auth--register .form--register .check input {
  margin-top: 0.35rem;
  accent-color: #667eea;
}
.auth--register .form--register .form__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1rem;
}
.auth--register .grid {
  display: grid;
  gap: 1rem;
}
.auth--register .grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.auth--register .grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.auth--register .grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.auth--register .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}
.auth--register .btn--primary {
  background: #667eea;
  color: #fff;
}
.auth--register .btn--primary:hover {
  background: rgb(75.0931034483, 103.3137931034, 230.3068965517);
}
.auth--register .btn--ghost {
  background: transparent;
  color: #667eea;
  border: 2px solid #667eea;
}
.auth--register .btn--ghost:hover {
  background: rgba(102, 126, 234, 0.08);
}
@media (max-width: 1024px) {
  .auth--register .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .auth--register .grid--3 {
    grid-template-columns: 1fr;
  }
  .auth--register .grid--2 {
    grid-template-columns: 1fr;
  }
  .auth--register .auth__card {
    padding: 1.25rem;
  }
}

.contact-view {
  /* supprime la ligne suivante si présente */
  /* margin-top: 215vh; */
  margin-top: 0;
  padding-top: calc(var(--header-height) + 24px); /* petit espace sous le header */
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float-bg 20s ease-in-out infinite;
}
.page-header .page-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.page-header .page-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  z-index: 2;
  position: relative;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.contact-info {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: -moz-fit-content;
  height: fit-content;
}
.contact-info .contact-info-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  text-align: center;
}
.contact-info .contact-methods {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.contact-info .contact-method {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-info .contact-method .contact-icon {
  font-size: 2rem;
  flex-shrink: 0;
}
.contact-info .contact-method .contact-method-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}
.contact-info .contact-method .contact-link {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.contact-info .contact-method .contact-link:hover {
  color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
}
.contact-info .contact-method .contact-address,
.contact-info .contact-method .contact-hours {
  color: #4a5568;
  line-height: 1.5;
}

.social-links {
  margin-bottom: 2.5rem;
}
.social-links .social-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 1rem;
  text-align: center;
}
.social-links .social-icons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.social-links .social-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}
.social-links .social-link.facebook {
  background: #1877f2;
}
.social-links .social-link.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.social-links .social-link.twitter {
  background: #1da1f2;
}
.social-links .social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.contact-form-section {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact-form-section .form-container {
  max-width: 600px;
  margin: 0 auto;
}
.contact-form-section .form-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
  text-align: center;
}
.contact-form-section .form-subtitle {
  color: #4a5568;
  text-align: center;
  margin-bottom: 2rem;
}
.contact-form-section form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-form-section .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .contact-form-section .form-row {
    grid-template-columns: 1fr;
  }
}
.contact-form-section .form-group {
  display: flex;
  flex-direction: column;
}
.contact-form-section .form-group .form-label {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.contact-form-section .form-group input,
.contact-form-section .form-group select,
.contact-form-section .form-group textarea {
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
}
.contact-form-section .form-group input:focus,
.contact-form-section .form-group select:focus,
.contact-form-section .form-group textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}
.contact-form-section .form-group input.error,
.contact-form-section .form-group select.error,
.contact-form-section .form-group textarea.error {
  border-color: #e53e3e;
}
.contact-form-section .form-group .error-message {
  color: #e53e3e;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}
.contact-form-section .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form-section .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #4a5568;
}
.contact-form-section .checkbox-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #667eea;
}
.contact-form-section .checkbox-label a {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
}
.contact-form-section .checkbox-label a:hover {
  text-decoration: underline;
}
.contact-form-section .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #667eea;
  color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  margin-top: 1rem;
}
.contact-form-section .btn-primary:hover:not(:disabled) {
  background: #764ba2;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.contact-form-section .btn-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.faq-section {
  margin-top: 4rem;
  text-align: center;
}
.faq-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  position: relative;
}
.faq-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}
.faq-section .faq-grid {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
.faq-section .faq-item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.faq-section .faq-item.active {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.faq-section .faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.5rem;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;
  color: #2d3748;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section .faq-question:hover {
  background: rgba(102, 126, 234, 0.05);
}
.faq-section .faq-icon {
  font-size: 1.5rem;
  color: #667eea;
}
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-section .faq-answer.open {
  max-height: 200px;
}
.faq-section .faq-answer p {
  padding: 0 1.5rem 1.5rem;
  color: #4a5568;
}

@keyframes float-bg {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
:root {
  --c-bg: #ffffff;
  --c-muted: #f7f7fb;
  --c-card: #ffffff;
  --c-text: #2d3748;
  --c-sub: #4a5568;
  --c-line: #e2e8f0;
  --c-primary: #667eea;
  --c-secondary: #764ba2;
  --shadow-1: 0 8px 25px rgba(0,0,0,0.08);
  --shadow-2: 0 15px 35px rgba(0,0,0,0.12);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-header {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-secondary) 100%);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.12) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.12) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.page-title {
  font-size: 3rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  position: relative;
  z-index: 1;
}

.page-subtitle {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  opacity: 0.95;
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}
.page-subtitle .pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-weight: 600;
}
.page-subtitle .news-date {
  opacity: 0.95;
}

.page-content {
  padding: 3rem 0;
  background: #fff;
}

.news-view {
  background: #fff;
}
.news-view .news-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.news-view .news-filters .chip {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: var(--c-muted);
  color: var(--c-text);
  text-decoration: none;
  border: 1px solid var(--c-line);
  font-weight: 600;
  transition: all 0.2s ease;
}
.news-view .news-filters .chip:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-1);
}
.news-view .news-filters .chip.active {
  background: #fff;
  border-color: var(--c-primary);
  color: var(--c-primary);
  box-shadow: var(--shadow-1);
}
.news-view .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.news-view .news-card {
  background: var(--c-card);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.news-view .news-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
}
.news-view .news-card .news-media {
  padding-top: 56%;
  background-size: cover;
  background-position: center;
}
.news-view .news-card .news-content {
  padding: 1.25rem 1.25rem 1.5rem;
}
.news-view .news-card .news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: var(--c-sub);
}
.news-view .news-card .news-meta .news-cat {
  color: var(--c-primary);
  font-weight: 700;
  background: rgba(102, 126, 234, 0.1);
  padding: 0.25rem 0.6rem;
  border-radius: 10px;
}
.news-view .news-card .news-title {
  font-size: 1.2rem;
  color: var(--c-text);
  font-weight: 800;
  margin: 0.35rem 0 0.5rem;
}
.news-view .news-card .news-excerpt {
  color: var(--c-sub);
  line-height: 1.6;
  margin: 0 0 1rem;
}
.news-view .news-card .news-link {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  color: var(--c-primary);
  text-decoration: none;
  font-weight: 700;
  transition: gap 0.2s ease;
}
.news-view .news-card .news-link .arrow {
  transition: transform 0.2s ease;
}
.news-view .news-card .news-link:hover {
  gap: 0.6rem;
}
.news-view .news-card .news-link:hover .arrow {
  transform: translateX(2px);
}
.news-view .empty {
  text-align: center;
  color: var(--c-sub);
  grid-column: 1/-1;
  padding: 2rem 0;
}
.news-view .pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.news-view .pagination .page {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid var(--c-line);
  color: var(--c-text);
  background: #fff;
  transition: all 0.2s ease;
}
.news-view .pagination .page:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-1);
}
.news-view .pagination .page.current {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
  font-weight: 700;
}
.news-view .pagination .page.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.article-view {
  background: #fff;
}
.article-view .article-hero {
  margin: 0 0 1.5rem;
}
.article-view .article-hero img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow-1);
}
.article-view .article-content {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  box-shadow: var(--shadow-1);
  padding: 2rem;
  margin-bottom: 2rem;
  color: var(--c-text);
}
.article-view .article-content h2, .article-view .article-content h3, .article-view .article-content h4 {
  color: var(--c-text);
  margin: 1.25rem 0 0.75rem;
}
.article-view .article-content p {
  line-height: 1.8;
  color: var(--c-sub);
  margin: 0 0 1rem;
}
.article-view .article-content ul, .article-view .article-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.article-view .article-content a {
  color: var(--c-primary);
  text-decoration: none;
  font-weight: 600;
}
.article-view .article-content blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  background: var(--c-muted);
  border-left: 3px solid var(--c-primary);
  border-radius: 8px;
}
.article-view .related-block {
  margin-top: 2rem;
}
.article-view .related-block .related-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--c-text);
  position: relative;
  margin-bottom: 1.25rem;
}
.article-view .related-block .related-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, var(--c-primary), var(--c-secondary));
  border-radius: 2px;
}
.article-view .related-block .related-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.article-view .related-block .related-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.article-view .related-block .related-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-2);
}
.article-view .related-block .related-card .related-media {
  padding-top: 52%;
  background-size: cover;
  background-position: center;
}
.article-view .related-block .related-card .related-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: var(--c-sub);
}
.article-view .related-block .related-card .related-meta .related-cat {
  color: var(--c-primary);
  font-weight: 700;
}
.article-view .related-block .related-card .related-title-text {
  padding: 0 1rem 1rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--c-text);
}
.article-view .article-actions {
  margin-top: 2rem;
  text-align: center;
}
.article-view .article-actions .btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
  background: transparent;
  transition: all 0.2s ease;
}
.article-view .article-actions .btn:hover {
  background: var(--c-primary);
  color: #fff;
  box-shadow: var(--shadow-1);
  transform: translateY(-1px);
}
/* Animations + responsive */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-18px) rotate(1deg);
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 2.2rem;
  }
  .container {
    padding: 0 1rem;
  }
  .news-view .news-grid {
    grid-template-columns: 1fr;
  }
  .article-view .article-content {
    padding: 1.25rem;
  }
}
/**
 * Styles pour l'affichage d'un article unique
 * 
 * @package    CDF_CHASSIEU
 * @subpackage CSS/Templates
 * @author     Maxime B. <maxime@comite-des-fetes-chassieu.com>
 * @copyright  2025 Comité des Fêtes de Chassieu
 */
.article-view .page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 3rem 0;
  text-align: center;
}
.article-view .page-header .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.article-view .page-header .page-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1rem;
  opacity: 0.9;
}
.article-view .page-header .page-subtitle .pill {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.article-view .page-header .page-subtitle .news-date {
  font-size: 0.875rem;
}
.article-view .page-content {
  padding: 3rem 0;
}
.article-view .page-content .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
.article-view .article-hero {
  margin: 0 0 2rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.article-view .article-hero img {
  width: 100%;
  height: auto;
  display: block;
}
.article-view .article-content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}
.article-view .article-content p {
  margin-bottom: 1.5rem;
  text-align: justify;
}
.article-view .article-content p:last-child {
  margin-bottom: 0;
}
.article-view .article-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem 0;
  color: #1a202c;
}
.article-view .article-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
  color: #2d3748;
}
.article-view .article-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem 0;
  color: #4a5568;
}
.article-view .article-content ul, .article-view .article-content ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.article-view .article-content ul li, .article-view .article-content ol li {
  margin-bottom: 0.5rem;
}
.article-view .article-content blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #667eea;
  background: #f7fafc;
  font-style: italic;
  color: #4a5568;
}
.article-view .article-content a {
  color: #667eea;
  text-decoration: underline;
  transition: color 0.2s;
}
.article-view .article-content a:hover {
  color: #764ba2;
}
.article-view .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}
.article-view .article-content code {
  background: #f7fafc;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #e53e3e;
}
.article-view .article-content pre {
  background: #2d3748;
  color: #f7fafc;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.article-view .article-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}
.article-view .article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.article-view .article-content table th, .article-view .article-content table td {
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
  text-align: left;
}
.article-view .article-content table th {
  background: #f7fafc;
  font-weight: 600;
}
.article-view .article-content table tr:nth-child(even) {
  background: #f7fafc;
}
.article-view .related-block {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 2px solid #e2e8f0;
}
.article-view .related-block .related-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #1a202c;
}
.article-view .related-block .related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}
.article-view .related-block .related-card {
  display: block;
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
}
.article-view .related-block .related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.article-view .related-block .related-card .related-media {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-color: #e2e8f0;
}
.article-view .related-block .related-card .related-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 0.875rem;
  color: #718096;
}
.article-view .related-block .related-card .related-meta .related-cat {
  background: #edf2f7;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
  color: #667eea;
}
.article-view .related-block .related-card .related-title-text {
  padding: 0 1rem 1rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1a202c;
  line-height: 1.4;
}
.article-view .article-actions {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
  text-align: center;
}
.article-view .article-actions .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.article-view .article-actions .btn.btn-outline {
  border: 2px solid #667eea;
  color: #667eea;
  background: transparent;
}
.article-view .article-actions .btn.btn-outline:hover {
  background: #667eea;
  color: white;
}

@media (max-width: 768px) {
  .article-view .page-header {
    padding: 2rem 0;
  }
  .article-view .page-header .page-title {
    font-size: 1.75rem;
  }
  .article-view .page-header .page-subtitle {
    flex-direction: column;
    gap: 0.5rem;
  }
  .article-view .article-content {
    font-size: 1rem;
    line-height: 1.7;
  }
  .article-view .article-content p {
    margin-bottom: 1.25rem;
    text-align: left;
  }
  .article-view .related-block .related-grid {
    grid-template-columns: 1fr;
  }
}
.events-page,
.manifs-view {
  min-height: 100vh;
  background: #fcfcfd;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #273046;
  padding-bottom: 6rem;
}
.events-page .container,
.manifs-view .container {
  width: min(1150px, 94vw);
  margin-inline: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.events-header {
  text-align: center;
  margin-bottom: 2.2rem;
}
.events-header .events-title {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #1d2949;
  margin-bottom: 0.5rem;
  letter-spacing: 1.2px;
  text-shadow: 0 2px 8px rgba(40, 44, 72, 0.1), 0 1px 0 #fff;
}
.events-header .events-title span {
  color: #e8415c;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.events-header .events-subtitle {
  font-size: 1.12rem;
  color: #4b556d;
  margin-bottom: 0.7rem;
  font-weight: 400;
  opacity: 0.93;
}

.events-filters-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.1rem;
}
.events-filters-bar .events-searchbar {
  flex: 2 1 270px;
}
.events-filters-bar .events-searchbar input[type=search], .events-filters-bar .events-searchbar input[type=text] {
  width: 100%;
  padding: 0.7rem 1.2rem;
  border-radius: 100px;
  border: 1.5px solid #d1d7ea;
  background: #fff;
  color: #222;
  font-size: 1.08rem;
  transition: border 0.2s;
}
.events-filters-bar .events-searchbar input[type=search]:focus, .events-filters-bar .events-searchbar input[type=text]:focus {
  outline: none;
  border-color: #e8415c;
}
.events-filters-bar .events-category-filter {
  flex: 1 0 195px;
  max-width: 220px;
}
.events-filters-bar .events-category-filter select {
  width: 100%;
  padding: 0.7rem 1.1rem;
  border-radius: 30px;
  border: 1.5px solid #d1d7ea;
  background: #fff;
  color: #384059;
  font-size: 1.08rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border 0.2s;
}
.events-filters-bar .events-category-filter select:focus {
  border-color: #e8415c;
}
.events-filters-bar .events-category-filter {
  position: relative;
}
.events-filters-bar .events-category-filter::after {
  content: "▼";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-55%);
  color: #b7bac9;
  font-size: 0.85em;
  pointer-events: none;
  z-index: 3;
}

@media (max-width: 670px) {
  .events-filters-bar {
    flex-direction: column;
    gap: 0.8rem;
    align-items: stretch;
  }
  .events-filters-bar .events-category-filter, .events-filters-bar .events-searchbar {
    max-width: 100%;
  }
}
.events-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
  gap: 2rem 1.8rem;
  width: 100%;
  margin-bottom: 3.5rem;
  align-items: stretch;
}

.events-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(50, 60, 90, 0.1), 0 1.5px 0px rgba(232, 65, 92, 0.02);
  border: 1.5px solid #eaeaf3;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 370px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.18s;
}
.events-card:hover, .events-card:focus-within {
  box-shadow: 0 14px 34px 0 rgba(236, 49, 73, 0.2), 0 4px 10px rgba(50, 60, 90, 0.08);
  transform: translateY(-3px) scale(1.01);
}
.events-card:hover .events-card-title, .events-card:focus-within .events-card-title {
  color: #e8415c;
  text-shadow: 0 2px 8px rgba(232, 65, 92, 0.1);
}
.events-card .events-card-img {
  width: 100%;
  aspect-ratio: 16/7;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f5f2f8;
  min-height: 140px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom: 1.5px solid #eaeaf3;
}
.events-card .events-card-body {
  flex: 1 1 auto;
  padding: 1.1rem 1.35rem 0.7rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.events-card .events-card-title {
  font-size: 1.32rem;
  font-weight: 800;
  color: #293564;
  margin-bottom: 0.15rem;
  transition: color 0.18s;
  max-width: 99%;
  word-break: break-word;
}
.events-card .events-card-meta {
  font-size: 0.99rem;
  color: #e8415c;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.13rem;
  display: flex;
  gap: 1.2em;
  flex-wrap: wrap;
}
.events-card .events-card-meta > span {
  display: flex;
  align-items: center;
  gap: 0.35em;
}
.events-card .events-card-meta > span svg, .events-card .events-card-meta > span i {
  font-size: 1.07em;
  vertical-align: -1.5px;
}
.events-card .events-card-highlights {
  margin: 0.7em 0 0.15em 0;
  font-size: 0.97rem;
  color: #445;
  padding-left: 0.2em;
}
.events-card .events-card-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.events-card .events-card-highlights ul li {
  display: inline-block;
  background: #ffe3ea;
  color: #d63952;
  border-radius: 16px;
  font-size: 0.98rem;
  font-weight: 600;
  padding: 0.15em 0.84em 0.15em 0.8em;
  margin-right: 0.5em;
  margin-bottom: 0.18em;
  vertical-align: top;
  letter-spacing: 0.3px;
}
.events-card .events-card-description {
  color: #515c77;
  font-size: 1.03rem;
  word-break: break-word;
  margin-bottom: auto;
  margin-top: 0.2em;
  text-align: left;
  line-height: 1.45;
  min-height: 2.4em;
}
.events-card .events-card-footer {
  margin-top: 1.1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8em;
}
.events-card .events-card-footer a, .events-card .events-card-footer button {
  border-radius: 40px;
  background: #e8415c;
  color: #fff;
  font-weight: 700;
  font-size: 1.01rem;
  padding: 0.47em 1.6em;
  border: 0;
  cursor: pointer;
  box-shadow: 0 1.5px 0 #c4253d, 0 4px 20px 0 rgba(236, 49, 73, 0.09);
  transition: background 0.16s, box-shadow 0.16s;
}
.events-card .events-card-footer a:hover, .events-card .events-card-footer a:focus, .events-card .events-card-footer button:hover, .events-card .events-card-footer button:focus {
  background: #cc2343;
  color: #fff;
  box-shadow: 0 2px 3px rgba(232, 65, 92, 0.2196078431);
}
.events-card .events-card-footer .secondary {
  background: #f8f8fa;
  color: #e8415c;
  font-weight: 700;
  border: 1px solid #f5b0c1;
}
.events-card .events-card-footer .secondary:hover, .events-card .events-card-footer .secondary:focus {
  background: #ffebf0;
}

#events-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2002;
  background: rgba(34, 36, 43, 0.14);
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
#events-modal .events-modal-content {
  background: #fff;
  border-radius: 22px;
  min-width: min(92vw, 410px);
  max-width: 540px;
  margin: 0 auto;
  box-shadow: 0 16px 36px 0 rgba(43, 30, 54, 0.16), 0 0.6px 0 rgba(232, 65, 92, 0.0588235294);
  padding: 1.6rem 2rem 2.1rem 2rem;
  position: relative;
  outline: none;
  animation: modal-pop 0.23s cubic-bezier(0.5, 0.85, 0.28, 1.1);
}
#events-modal .events-modal-content .events-modal-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.8em;
  margin-bottom: 0.3em;
}
#events-modal .events-modal-content .events-modal-header .close {
  border: 0;
  background: none;
  font-size: 2rem;
  color: #e8415c;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.25em;
}
#events-modal .events-modal-content .events-modal-header .events-modal-title {
  font-size: 1.34rem;
  font-weight: 800;
  flex: 1 1 auto;
  color: #253264;
  word-break: break-word;
}
#events-modal .events-modal-content .events-modal-body {
  padding-top: 0.2rem;
}
#events-modal .events-modal-content .events-modal-body .events-modal-info {
  font-size: 1.01rem;
  color: #384059;
  margin-bottom: 0.7em;
}
#events-modal .events-modal-content .events-modal-body .events-modal-info .events-info-item {
  margin-bottom: 0.08em;
}
#events-modal .events-modal-content .events-modal-body .events-modal-info .events-info-item strong {
  color: #e8415c;
  margin-right: 0.25em;
  font-weight: 700;
}
#events-modal .events-modal-content .events-modal-body .events-modal-description {
  margin-bottom: 0.65em;
}
#events-modal .events-modal-content .events-modal-body .events-modal-description p {
  font-size: 1.07rem;
  color: #444863;
  line-height: 1.47;
}
#events-modal .events-modal-content .events-modal-body .events-modal-highlights {
  margin-bottom: 0.48em;
}
#events-modal .events-modal-content .events-modal-body .events-modal-highlights h4 {
  font-size: 1.08rem;
  font-weight: 700;
  color: #e8415c;
  margin-bottom: 0.16em;
}
#events-modal .events-modal-content .events-modal-body .events-modal-highlights ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 0.7em;
}
#events-modal .events-modal-content .events-modal-body .events-modal-highlights ul li {
  background: #ffeeef;
  color: #e8415c;
  border-radius: 15px;
  padding: 0.18em 0.95em 0.18em 0.8em;
  font-weight: 600;
  font-size: 0.97rem;
  margin-bottom: 0.1em;
}
#events-modal .events-modal-content .events-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
  margin-top: 0.8em;
}
#events-modal .events-modal-content .events-modal-footer button {
  border-radius: 30px;
  background: #e8415c;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.43em 1.2em;
  border: 0;
  cursor: pointer;
  box-shadow: 0 0.2px 0 #c4253d, 0 2px 8px 0 rgba(236, 49, 73, 0.1);
  transition: background 0.16s;
}
#events-modal .events-modal-content .events-modal-footer button:hover, #events-modal .events-modal-content .events-modal-footer button:focus {
  background: #e3123c;
}
#events-modal .events-modal-content .events-modal-footer button.btn-outline {
  background: #f9f6fa;
  color: #e8415c;
  border: 1.5px solid #ffd6e0;
  box-shadow: none;
}
#events-modal .events-modal-content .events-modal-footer button.btn-outline:hover, #events-modal .events-modal-content .events-modal-footer button.btn-outline:focus {
  background: #ffeef1;
  color: #c10e30;
  border-color: #ffb7cc;
}

@media (max-width: 480px) {
  #events-modal .events-modal-content {
    padding: 1.05rem 0.7rem 1.3rem 0.7rem;
  }
  .events-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes modal-pop {
  0% {
    opacity: 0;
    transform: scale(0.98) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.manifs-view .content-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeaf3;
}
.manifs-view .content-card .card-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1d2949;
  margin-bottom: 1rem;
}
.manifs-view .content-card .card-content {
  color: #515c77;
  font-size: 1.05rem;
  line-height: 1.7;
}
.manifs-view .content-card .card-content p {
  margin: 0;
}
.manifs-view .manif-calendar-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
  align-items: start;
}
.manifs-view .manifestations-section {
  margin-bottom: 0;
}
.manifs-view .section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1d2949;
  margin-bottom: 2rem;
  text-align: center;
}
.manifs-view .manifestations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 0;
}
.manifs-view .manifestation-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1.5px solid #eaeaf3;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.manifs-view .manifestation-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.manifs-view .manifestation-card .manifestation-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.manifs-view .manifestation-card .manifestation-header .manifestation-icon {
  font-size: 2rem;
}
.manifs-view .manifestation-card .manifestation-header .manifestation-category {
  font-size: 0.9rem;
  color: #e8415c;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.manifs-view .manifestation-card .manifestation-content {
  flex: 1;
}
.manifs-view .manifestation-card .manifestation-content .manifestation-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #293564;
  margin-bottom: 0.75rem;
}
.manifs-view .manifestation-card .manifestation-content .manifestation-description {
  color: #515c77;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.manifs-view .manifestation-card .manifestation-content .manifestation-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.manifs-view .manifestation-card .manifestation-content .manifestation-details .detail-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #4b556d;
}
.manifs-view .manifestation-card .manifestation-content .manifestation-details .detail-item .detail-icon {
  font-size: 1.1rem;
}
.manifs-view .manifestation-card .manifestation-content .manifestation-highlights h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #e8415c;
  margin-bottom: 0.5rem;
}
.manifs-view .manifestation-card .manifestation-content .manifestation-highlights .highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.manifs-view .manifestation-card .manifestation-content .manifestation-highlights .highlights-list li {
  background: #ffe3ea;
  color: #d63952;
  border-radius: 12px;
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.manifs-view .manifestation-card .manifestation-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eaeaf3;
}
.manifs-view .manifestation-card .manifestation-footer .manifestation-status {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}
.manifs-view .manifestation-card .manifestation-footer .manifestation-status.upcoming {
  background: #fff3e0;
  color: #f57c00;
}
.manifs-view .manifestation-card .manifestation-footer .manifestation-status.ongoing {
  background: #e8f5e9;
  color: #388e3c;
}
.manifs-view .calendar-section {
  margin-bottom: 0;
  position: sticky;
  top: 2rem;
}
.manifs-view .calendar-section .calendar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.manifs-view .calendar-section .month-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeaf3;
}
.manifs-view .calendar-section .month-card .month-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #293564;
  margin-bottom: 1rem;
  text-align: center;
}
.manifs-view .calendar-section .month-card .month-events {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.manifs-view .calendar-section .month-card .month-event {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 8px;
  background: #f8f8fa;
}
.manifs-view .calendar-section .month-card .month-event .event-date {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e8415c;
  min-width: 35px;
}
.manifs-view .calendar-section .month-card .month-event .event-name {
  font-size: 0.95rem;
  color: #4b556d;
}
.manifs-view .stats-section {
  margin-bottom: 4rem;
}
.manifs-view .stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.manifs-view .stats-section .stat-card {
  background: linear-gradient(135deg, #3d4fb8 0%, #4a2d75 100%);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(61, 79, 184, 0.5);
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.manifs-view .stats-section .stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  pointer-events: none;
  z-index: 0;
}
.manifs-view .stats-section .stat-card > * {
  position: relative;
  z-index: 1;
}
.manifs-view .stats-section .stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(76, 95, 216, 0.5);
}
.manifs-view .stats-section .stat-card:hover::before {
  background: rgba(0, 0, 0, 0.4);
}
.manifs-view .stats-section .stat-card .stat-icon {
  font-size: 3.5rem;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
.manifs-view .stats-section .stat-card .stat-number {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  color: #ffffff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.manifs-view .stats-section .stat-card .stat-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8), 0 3px 6px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.manifs-view .action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.manifs-view .action-buttons .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.manifs-view .action-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.manifs-view .action-buttons .btn.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}
.manifs-view .action-buttons .btn.btn-secondary {
  background: #e8415c;
  color: #fff;
}
.manifs-view .action-buttons .btn.btn-outline {
  background: #fff;
  color: #667eea;
  border: 2px solid #667eea;
}
.manifs-view .modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.manifs-view .modal-overlay .modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  max-width: 600px;
  width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}
.manifs-view .modal-overlay .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.manifs-view .modal-overlay .modal-content .modal-header h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1d2949;
  margin: 0;
}
.manifs-view .modal-overlay .modal-content .modal-header .modal-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #e8415c;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 30px;
  height: 30px;
}
.manifs-view .modal-overlay .modal-content .modal-body .modal-info {
  margin-bottom: 1.5rem;
}
.manifs-view .modal-overlay .modal-content .modal-body .modal-info .info-item {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #4b556d;
}
.manifs-view .modal-overlay .modal-content .modal-body .modal-info .info-item strong {
  color: #e8415c;
  font-weight: 700;
}
.manifs-view .modal-overlay .modal-content .modal-body .modal-description {
  margin-bottom: 1.5rem;
}
.manifs-view .modal-overlay .modal-content .modal-body .modal-description h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1d2949;
  margin-bottom: 0.75rem;
}
.manifs-view .modal-overlay .modal-content .modal-body .modal-description p {
  color: #515c77;
  line-height: 1.7;
  font-size: 1.05rem;
}
.manifs-view .modal-overlay .modal-content .modal-body .modal-highlights h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #e8415c;
  margin-bottom: 0.75rem;
}
.manifs-view .modal-overlay .modal-content .modal-body .modal-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.manifs-view .modal-overlay .modal-content .modal-body .modal-highlights ul li {
  background: #ffe3ea;
  color: #d63952;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.manifs-view .modal-overlay .modal-content .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eaeaf3;
}

@media (max-width: 1024px) {
  .manif-calendar-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .calendar-section {
    position: static;
  }
  .calendar-section .calendar-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 768px) {
  .manifs-view .manif-calendar-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .manifs-view .manifestations-grid {
    grid-template-columns: 1fr;
  }
  .manifs-view .calendar-section {
    position: static;
  }
  .manifs-view .calendar-section .calendar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .manifs-view .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .manifs-view .action-buttons {
    flex-direction: column;
  }
  .manifs-view .action-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}
.history-view,
.history-view * {
  box-sizing: border-box;
}

.history-view ul,
.history-view ol {
  padding: 0;
  list-style: none;
}

.history-view {
  background: #f8f9fb;
  min-height: 100vh;
  font-family: "DM Sans", "Poppins", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: #2d3748;
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12) 0%, transparent 50%), radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: bgFloat 20s ease-in-out infinite;
}

@keyframes bgFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.page-title {
  position: relative;
  z-index: 1;
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
}

.page-subtitle {
  position: relative;
  z-index: 1;
  opacity: 0.92;
}

.page-content {
  padding: 3rem 0 5rem;
}

.history-view .container {
  width: min(1200px, 90%);
  margin-inline: auto;
  padding: 0;
}

.section-title {
  text-align: center;
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  font-weight: 800;
  color: #2d3748;
  margin: 2rem 0 2rem;
  position: relative;
}
.section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.decade-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 2rem 0 3rem;
  padding: 1.5rem;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(102, 126, 234, 0.1);
}

.decade-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  background: white;
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 8px;
  border: 2px solid #667eea;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.decade-link:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.decade-link:active {
  transform: translateY(0);
}

.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
  max-width: 600px;
  scroll-margin-top: 120px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease-out forwards;
}
.timeline__event:nth-child(1) {
  animation-delay: 0.1s;
}
.timeline__event:nth-child(2) {
  animation-delay: 0.2s;
}
.timeline__event:nth-child(3) {
  animation-delay: 0.3s;
}
.timeline__event:nth-child(4) {
  animation-delay: 0.4s;
}
.timeline__event:nth-child(5) {
  animation-delay: 0.5s;
}
.timeline__event:nth-child(6) {
  animation-delay: 0.6s;
}
.timeline__event:nth-child(7) {
  animation-delay: 0.7s;
}
.timeline__event:nth-child(8) {
  animation-delay: 0.8s;
}
.timeline__event:nth-child(9) {
  animation-delay: 0.9s;
}
.timeline__event:nth-child(10) {
  animation-delay: 1s;
}
.timeline__event:nth-child(11) {
  animation-delay: 1.1s;
}
.timeline__event:nth-child(12) {
  animation-delay: 1.2s;
}
.timeline__event:nth-child(13) {
  animation-delay: 1.3s;
}
.timeline__event:nth-child(14) {
  animation-delay: 1.4s;
}
.timeline__event:nth-child(15) {
  animation-delay: 1.5s;
}
.timeline__event:nth-child(16) {
  animation-delay: 1.6s;
}
.timeline__event:nth-child(17) {
  animation-delay: 1.7s;
}
.timeline__event:nth-child(18) {
  animation-delay: 1.8s;
}
.timeline__event:nth-child(19) {
  animation-delay: 1.9s;
}
.timeline__event:nth-child(20) {
  animation-delay: 2s;
}
.timeline__event:nth-child(21) {
  animation-delay: 2.1s;
}
.timeline__event:nth-child(22) {
  animation-delay: 2.2s;
}
.timeline__event:nth-child(23) {
  animation-delay: 2.3s;
}
.timeline__event:nth-child(24) {
  animation-delay: 2.4s;
}
.timeline__event:nth-child(25) {
  animation-delay: 2.5s;
}
.timeline__event:nth-child(26) {
  animation-delay: 2.6s;
}
.timeline__event:nth-child(27) {
  animation-delay: 2.7s;
}
.timeline__event:nth-child(28) {
  animation-delay: 2.8s;
}
.timeline__event:nth-child(29) {
  animation-delay: 2.9s;
}
.timeline__event:nth-child(30) {
  animation-delay: 3s;
}
.timeline__event:nth-child(31) {
  animation-delay: 3.1s;
}
.timeline__event:nth-child(32) {
  animation-delay: 3.2s;
}
.timeline__event:nth-child(33) {
  animation-delay: 3.3s;
}
.timeline__event:nth-child(34) {
  animation-delay: 3.4s;
}
.timeline__event:nth-child(35) {
  animation-delay: 3.5s;
}
.timeline__event:nth-child(36) {
  animation-delay: 3.6s;
}
.timeline__event:nth-child(37) {
  animation-delay: 3.7s;
}
.timeline__event:nth-child(38) {
  animation-delay: 3.8s;
}
.timeline__event:nth-child(39) {
  animation-delay: 3.9s;
}
.timeline__event:nth-child(40) {
  animation-delay: 4s;
}
.timeline__event:nth-child(41) {
  animation-delay: 4.1s;
}
.timeline__event:nth-child(42) {
  animation-delay: 4.2s;
}
.timeline__event:nth-child(43) {
  animation-delay: 4.3s;
}
.timeline__event:nth-child(44) {
  animation-delay: 4.4s;
}
.timeline__event:nth-child(45) {
  animation-delay: 4.5s;
}
.timeline__event:nth-child(46) {
  animation-delay: 4.6s;
}
.timeline__event:nth-child(47) {
  animation-delay: 4.7s;
}
.timeline__event:nth-child(48) {
  animation-delay: 4.8s;
}
.timeline__event:nth-child(49) {
  animation-delay: 4.9s;
}
.timeline__event:nth-child(50) {
  animation-delay: 5s;
}
.timeline__event.animated.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: auto;
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #f6a4ec;
  font-size: 1.5rem;
  font-weight: 600;
  background: #9251ac;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
  min-width: 80px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9251ac;
  align-self: center;
  margin: 0 20px;
  background: #f6a4ec;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event__description .timeline-image {
  margin: 1rem 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 100%;
}
.timeline__event__description .timeline-image img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  cursor: pointer;
}
.timeline__event__description .timeline-image:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.timeline__event__description p {
  margin: 0 0 1.25rem;
  color: #2d3748;
  font-size: 1.05rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: left;
}
.timeline__event__description p:last-child {
  margin-bottom: 0;
}
.timeline__event__description p strong {
  font-weight: 700;
  color: #2d3748;
}
.timeline__event__description p em {
  font-style: italic;
  color: #4a5568;
}
.timeline__event__description ul {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}
.timeline__event__description ul li {
  margin: 0.25rem 0;
  position: relative;
}
.timeline__event__description ul li::before {
  content: "–";
  position: absolute;
  left: -1rem;
  color: #764ba2;
}
.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__icon {
  background: #87bbfe;
  color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__title {
  color: #555ac0;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__icon {
  background: #aff1b6;
  color: #24b47e;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event:last-child .timeline__event__icon:before {
  display: none;
}
.timeline__event.decade-highlight .timeline__event__content {
  animation: highlightPulse 2s ease-in-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes highlightPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 40px 80px -12px rgba(50, 50, 93, 0.35), 0 24px 48px -18px rgba(0, 0, 0, 0.4), 0 -16px 48px -8px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 992px) {
  .decade-navigation {
    gap: 0.5rem;
    padding: 1rem;
  }
  .decade-link {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .timeline__event {
    width: 80vw;
    max-width: none;
  }
}
@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column !important;
    align-self: center;
    width: 90vw;
  }
  .timeline__event__content {
    width: 100%;
    border-radius: 0 0 6px 6px !important;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 6px 6px 0 0;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0 !important;
    padding: 20px;
  }
  .timeline__event__description .timeline-image img {
    max-height: 250px;
  }
  .timeline__event__description p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media (max-width: 600px) {
  .page-header {
    padding: 3rem 1.2rem;
  }
  .page-title {
    font-size: 2rem;
  }
  .timeline__event__content {
    padding: 1rem;
  }
  .timeline__event__date {
    font-size: 1.25rem;
  }
  .timeline__event__title {
    font-size: 1rem;
  }
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox:not([hidden]) {
  display: flex;
}
.lightbox[hidden] {
  display: none;
}
.lightbox.active {
  opacity: 1;
}

.lightbox-content {
  position: relative;
  width: 95vw;
  height: 95vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  box-sizing: border-box;
}

.lightbox-image {
  max-width: 90vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  flex: 1;
  min-height: 0;
}

.lightbox-caption {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0;
  flex-shrink: 0;
  max-height: 5vh;
  overflow: hidden;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10001;
  backdrop-filter: blur(4px);
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgb(255, 255, 255);
  transform: scale(1.15);
}
.lightbox-close:active,
.lightbox-prev:active,
.lightbox-next:active {
  transform: scale(0.95);
}

.lightbox-close {
  top: 15px;
  right: 15px;
  font-size: 2.5rem;
  line-height: 1;
  z-index: 10001;
}

.lightbox-prev {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
}

.lightbox-next {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
}

.lightbox.active .lightbox-prev,
.lightbox.active .lightbox-next {
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .lightbox-content {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 3.5rem 0.5rem 0.5rem;
    gap: 0.5rem;
  }
  .lightbox-image {
    max-width: 100%;
    max-height: calc(100vh - 8rem);
    max-height: calc(100dvh - 8rem);
    width: auto;
    height: auto;
  }
  .lightbox-caption {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    max-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lightbox-prev {
    left: 8px;
    right: auto;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .lightbox-next {
    right: 8px;
    left: auto;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .lightbox-close {
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
    font-size: 2rem;
    line-height: 1;
  }
  .lightbox.active .lightbox-prev,
  .lightbox.active .lightbox-next {
    transform: translateY(-50%);
  }
}
.timeline-presidents-wrapper {
  margin: 60px 0;
  padding: 3rem 0;
  background: #ffffff;
  position: relative;
}

.timeline-presidents-wrapper .section-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1.5rem;
}
.timeline-presidents-wrapper .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
}

.timeline-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.timeline-presidents {
  position: relative;
  flex: 1;
  padding: 4rem 2rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin;
  scrollbar-color: rgba(102, 126, 234, 0.3) transparent;
  scroll-behavior: smooth;
}
.timeline-presidents::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  height: 3px;
  background: rgba(102, 126, 234, 0.4);
  z-index: 0;
  border-radius: 2px;
}
.timeline-presidents::-webkit-scrollbar {
  height: 8px;
}
.timeline-presidents::-webkit-scrollbar-track {
  background: transparent;
}
.timeline-presidents::-webkit-scrollbar-thumb {
  background: rgba(102, 126, 234, 0.3);
  border-radius: 4px;
}
.timeline-presidents::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 126, 234, 0.5);
}

.timeline-nav {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid rgba(102, 126, 234, 0.3);
  color: #667eea;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.timeline-nav:hover:not(:disabled) {
  background: #667eea;
  color: white;
  border-color: #667eea;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.timeline-nav:active:not(:disabled) {
  transform: scale(0.95);
}
.timeline-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.timeline-nav svg {
  width: 24px;
  height: 24px;
}

.timeline-item {
  position: relative;
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1rem;
  z-index: 1;
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeInLeft 0.6s ease-out forwards;
}
.timeline-item::after {
  display: none !important;
  content: none !important;
}
.timeline-item:nth-child(1) {
  animation-delay: 0.08s;
}
.timeline-item:nth-child(2) {
  animation-delay: 0.16s;
}
.timeline-item:nth-child(3) {
  animation-delay: 0.24s;
}
.timeline-item:nth-child(4) {
  animation-delay: 0.32s;
}
.timeline-item:nth-child(5) {
  animation-delay: 0.4s;
}
.timeline-item:nth-child(6) {
  animation-delay: 0.48s;
}
.timeline-item:nth-child(7) {
  animation-delay: 0.56s;
}
.timeline-item:nth-child(8) {
  animation-delay: 0.64s;
}
.timeline-item:nth-child(9) {
  animation-delay: 0.72s;
}
.timeline-item:nth-child(10) {
  animation-delay: 0.8s;
}
.timeline-item:nth-child(11) {
  animation-delay: 0.88s;
}
.timeline-item:nth-child(12) {
  animation-delay: 0.96s;
}
.timeline-item:nth-child(13) {
  animation-delay: 1.04s;
}
.timeline-item:nth-child(14) {
  animation-delay: 1.12s;
}
.timeline-item:nth-child(15) {
  animation-delay: 1.2s;
}
.timeline-item:nth-child(16) {
  animation-delay: 1.28s;
}
.timeline-item:nth-child(17) {
  animation-delay: 1.36s;
}
.timeline-item:nth-child(18) {
  animation-delay: 1.44s;
}
.timeline-item:nth-child(19) {
  animation-delay: 1.52s;
}
.timeline-item:nth-child(20) {
  animation-delay: 1.6s;
}

.timeline-card {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 200px;
  padding: 1.25rem 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
  margin-bottom: 1.5rem;
}
.timeline-card::before, .timeline-card::after {
  display: none !important;
  content: none !important;
}
.timeline-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.timeline-year {
  font-weight: 700;
  font-size: 1.1rem;
  color: #2d3748;
  margin-bottom: 0.75rem;
  display: inline-block;
  background: #e9ecef;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.timeline-name {
  font-size: 1.1rem;
  font-weight: 500;
  color: #2d3748;
  margin: 0;
  line-height: 1.5;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1200px) {
  .timeline-item {
    width: 180px;
    margin: 0 0.75rem;
  }
  .timeline-card {
    max-width: 180px;
    padding: 1rem 0.85rem;
  }
}
@media (max-width: 900px) {
  .timeline-container {
    gap: 0.5rem;
  }
  .timeline-nav {
    width: 40px;
    height: 40px;
  }
  .timeline-nav svg {
    width: 20px;
    height: 20px;
  }
  .timeline-presidents {
    padding: 3.5rem 1.5rem 2rem;
  }
  .timeline-presidents::before {
    top: 70px;
    height: 2px;
  }
  .timeline-item {
    width: 160px;
    margin: 0 0.5rem;
  }
  .timeline-card {
    max-width: 160px;
    padding: 1rem 0.75rem;
  }
}
@media (max-width: 600px) {
  .timeline-presidents-wrapper {
    margin: 40px 0;
    padding: 2rem 0;
  }
  .timeline-container {
    gap: 0.25rem;
  }
  .timeline-nav {
    width: 36px;
    height: 36px;
  }
  .timeline-nav svg {
    width: 18px;
    height: 18px;
  }
  .timeline-presidents {
    padding: 3rem 1rem 1.5rem;
  }
  .timeline-presidents::before {
    top: 60px;
  }
  .timeline-item {
    width: 140px;
    margin: 0 0.4rem;
  }
  .timeline-card {
    max-width: 140px;
    padding: 0.9rem 0.6rem;
  }
  .timeline-year {
    font-size: 0.95rem;
    padding: 0.4rem 0.75rem;
    margin-bottom: 0.5rem;
  }
  .timeline-name {
    font-size: 0.95rem;
  }
}
@media (min-width: 1400px) {
  .timeline-presidents {
    padding: 4rem 3rem 2rem;
  }
  .timeline-item {
    width: 220px;
    margin: 0 1.5rem;
  }
  .timeline-card {
    max-width: 220px;
    padding: 1.5rem 1.25rem;
  }
}
.error-404-view {
  min-height: 70vh;
  padding: 0;
  background: #f8f9fa;
}
.error-404-view .page-header {
  background: linear-gradient(135deg, #4a90e2 0%, #5a7fd8 50%, #6b6fce 100%);
  padding: 5rem 0 4rem;
  color: white;
  margin-bottom: 0;
  position: relative;
}
.error-404-view .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.1;
}
.error-404-view .page-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.error-404-view .page-header .error-404-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error-404-view .page-header .error-404-left {
  flex: 1;
  text-align: center;
}
.error-404-view .page-header .error-404-code-large {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.15;
  letter-spacing: -0.02em;
}
.error-404-view .page-header .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: white;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.error-404-view .page-header .page-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 1.6;
  max-width: 600px;
}
.error-404-view .page-content {
  padding: 4rem 0;
  background: #f8f9fa;
}
.error-404-view .page-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.error-404-view .error-404-main-layout {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 3rem;
}
.error-404-view .error-404-card {
  flex: 1;
  background: white;
  border-radius: 16px;
  padding: 4rem 3rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.error-404-view .error-404-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.error-404-view .error-404-card .error-404-content {
  position: relative;
}
.error-404-view .error-404-logo-section {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 2rem;
}
.error-404-view .error-404-logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.error-404-view .error-404-logo-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.error-404-view .error-404-logo {
  height: 150px;
  width: auto;
  display: block;
}
.error-404-view .error-404-icon-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.error-404-view .error-404-icon {
  width: 64px;
  height: 64px;
  color: #4a90e2;
  opacity: 0.8;
}
.error-404-view .error-404-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.error-404-view .error-404-desc .desc-line {
  margin-bottom: 1rem;
  display: block;
}
.error-404-view .error-404-desc .desc-line:last-child {
  margin-bottom: 0;
}

.error-404-actions {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.error-404-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 8px;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
.error-404-actions .btn .btn-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.error-404-actions .btn .btn-text {
  white-space: nowrap;
}
.error-404-actions .btn-404-home {
  background: linear-gradient(135deg, #4a90e2 0%, #5a7fd8 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
}
.error-404-actions .btn-404-home:hover {
  background: linear-gradient(135deg, #5a7fd8 0%, #4a90e2 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
}
.error-404-actions .btn-404-home:active {
  transform: translateY(0);
}
.error-404-actions .btn-404-contact {
  background: white;
  color: #4a90e2;
  border-color: #4a90e2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.error-404-actions .btn-404-contact:hover {
  background: #4a90e2;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}
.error-404-actions .btn-404-contact:active {
  transform: translateY(0);
}

.error-404-suggestions {
  margin: 3rem 0;
  padding: 0;
}
.error-404-suggestions .suggestions-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: -0.01em;
}
.error-404-suggestions .suggestions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
}
.error-404-suggestions .suggestion-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  background: white;
  border-radius: 12px;
  text-decoration: none;
  color: #4a5568;
  transition: all 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.error-404-suggestions .suggestion-card:hover {
  transform: translateY(-4px);
  border-color: #4a90e2;
  box-shadow: 0 8px 20px rgba(74, 144, 226, 0.15);
  color: #4a90e2;
}
.error-404-suggestions .suggestion-card .suggestion-icon {
  width: 32px;
  height: 32px;
  color: currentColor;
  flex-shrink: 0;
}
.error-404-suggestions .suggestion-card .suggestion-text {
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}

.error-404-footer-message {
  text-align: center;
  padding: 3rem 0 2rem;
  color: #718096;
  font-size: 0.95rem;
  line-height: 1.8;
}
.error-404-footer-message .footer-line-1 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #4a5568;
}
.error-404-footer-message .footer-line-2 {
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 968px) {
  .page-header {
    padding: 4rem 0 3rem;
  }
  .page-header .error-404-header-content {
    text-align: center;
  }
  .page-header .error-404-left {
    text-align: center;
  }
  .page-header .page-title {
    font-size: 2rem;
  }
  .page-header .page-subtitle {
    font-size: 1.05rem;
    max-width: 100%;
  }
  .error-404-main-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .error-404-logo-section {
    position: static;
    order: -1;
  }
  .error-404-logo-wrapper {
    padding: 1.5rem;
  }
  .error-404-logo {
    height: 120px;
  }
  .page-content {
    padding: 3rem 0;
  }
  .error-404-card {
    padding: 3rem 2rem;
  }
  .error-404-suggestions .suggestions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .page-header {
    padding: 3rem 0 2.5rem;
  }
  .page-header .error-404-code-large {
    font-size: 5rem;
  }
  .page-header .error-404-logo {
    height: 70px;
  }
  .page-header .error-404-logo-wrapper {
    padding: 1rem;
  }
  .page-header .page-title {
    font-size: 1.75rem;
  }
  .page-header .page-subtitle {
    font-size: 1rem;
  }
  .page-content {
    padding: 2.5rem 0;
  }
  .page-content .container {
    padding: 0 1.5rem;
  }
  .error-404-card {
    padding: 2.5rem 1.5rem;
  }
  .error-404-content .error-404-icon {
    width: 56px;
    height: 56px;
  }
  .error-404-content .error-404-desc {
    font-size: 1rem;
  }
  .error-404-actions {
    flex-direction: column;
    width: 100%;
  }
  .error-404-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .error-404-suggestions .suggestions-grid {
    grid-template-columns: 1fr;
  }
  .error-404-suggestions .suggestion-card {
    padding: 1.75rem 1.25rem;
  }
}
/* ====== HOME : HERO ====== */
.hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8f4ff 50%, #e8e0ff 100%);
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: home-float 20s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 2rem;
  animation: home-fadeInScale 1s ease-out;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #2d3748;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  color: #4a5568;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ====== HOME : FEATURES ====== */
.features-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.features-section .container,
.news-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 3rem;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.feature-card {
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  animation: home-fadeInUp 0.6s ease-out both;
}

.feature-card:nth-child(1) {
  animation-delay: 0.1s;
}

.feature-card:nth-child(2) {
  animation-delay: 0.2s;
}

.feature-card:nth-child(3) {
  animation-delay: 0.3s;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.feature-description {
  color: #718096;
  line-height: 1.6;
  font-size: 1.1rem;
}

/* ====== HOME : NEWS ====== */
.news-section {
  padding: 5rem 0;
  background: #fff;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  animation: home-slideInLeft 0.6s ease-out both;
}

.news-card:nth-child(1) {
  animation-delay: 0.1s;
}

.news-card:nth-child(2) {
  animation-delay: 0.2s;
}

.news-card:nth-child(3) {
  animation-delay: 0.3s;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.news-content {
  padding: 2rem;
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.news-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 20px;
  text-transform: capitalize;
}

.news-empty {
  text-align: center;
  color: #718096;
  font-size: 1.1rem;
  padding: 3rem 0;
  font-style: italic;
}

.news-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.news-date {
  color: #718096;
  font-size: 0.85rem;
  font-weight: 500;
}

.news-excerpt {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.news-link:hover {
  color: #764ba2;
  gap: 0.8rem;
}

.news-link .arrow {
  transition: transform 0.3s ease;
}

.news-link:hover .arrow {
  transform: translateX(3px);
}

.news-actions {
  text-align: center;
}

.btn-outline {
  display: inline-block;
  padding: 1rem 2rem;
  border: 2px solid #667eea;
  color: #667eea;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  background: transparent;
}

.btn-outline:hover {
  background: #667eea;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

/* ====== BOUTONS GLOBAUX (pour Hero & CTA) ====== */
.btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: #667eea;
  color: #fff;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6);
}

.btn-secondary {
  background: transparent;
  color: #667eea;
  border-color: #667eea;
}

.btn-secondary:hover {
  background: #667eea;
  color: #fff;
  transform: translateY(-3px);
}

/* ====== ANIMATIONS ====== */
@keyframes home-float {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
@keyframes home-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes home-slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes home-fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  .features-section {
    padding: 3rem 0;
  }
  .news-section {
    padding: 3rem 0;
  }
  .section-title {
    font-size: 2rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .feature-card {
    padding: 2rem 1.5rem;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .news-content {
    padding: 1.5rem;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .features-section .container,
  .news-section .container {
    padding: 0 1rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .feature-icon {
    font-size: 3rem;
  }
  .news-title {
    font-size: 1.2rem;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
}
.activites-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.page-title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.page-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.content-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}

.card-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.card-content p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 2rem;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.activity-item {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.activity-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.activity-icon {
  text-align: center;
  margin-bottom: 1.5rem;
}

.activity-icon .icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 0.5rem;
}

.activity-icon figcaption {
  font-size: 0.9rem;
  color: #718096;
  font-weight: 500;
}

.activity-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
  text-align: center;
}

.activity-description {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: center;
}

.activity-details {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.activity-frequency,
.activity-audience {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.activity-actions {
  text-align: center;
}

.upcoming-activities {
  display: grid;
  gap: 1.5rem;
}

.upcoming-activity {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  background: rgba(102, 126, 234, 0.05);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(102, 126, 234, 0.1);
}

.activity-date .date {
  background: #667eea;
  color: white;
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
}

.activity-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.highlight-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  margin: 3rem 0;
}

.highlight-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  color: white;
  font-size: 3rem;
  font-weight: 800;
  display: block;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1rem;
  opacity: 0.9;
}

.action-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-primary {
  background: #667eea;
  color: white;
}

.btn-primary:hover {
  background: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-secondary {
  background: #764ba2;
  color: white;
}

.btn-secondary:hover {
  background: #5a3d7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.4);
}

.btn-outline {
  background: transparent;
  color: #667eea;
  border-color: #667eea;
}

.btn-outline:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .activities-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 768px) {
  .page-content {
    padding: 2rem 0;
  }
  .container {
    padding: 0 1rem;
  }
  .content-card {
    padding: 2rem;
  }
  .upcoming-activity {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1rem;
  }
  .action-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .activities-grid {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .stat-number {
    font-size: 2rem;
  }
}
.activity-detail-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.breadcrumb a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.breadcrumb a:hover {
  opacity: 0.8;
}

.separator {
  margin: 0 0.5rem;
}

.current {
  opacity: 0.7;
}

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

.activity-icon {
  font-size: 4rem;
  display: block;
  margin-bottom: 1rem;
}

.page-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.page-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
}

.page-content {
  padding: 4rem 0;
}

.main-grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 3rem;
}

.main-content {
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.activity-image-placeholder {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 3rem;
}

.placeholder-icon {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.placeholder-text {
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 0.9;
}

.content-section {
  margin-bottom: 3rem;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #667eea;
}

.activity-full-description {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.schedule-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 12px;
  border-left: 4px solid #667eea;
}

.schedule-time {
  font-weight: 700;
  color: #667eea;
  font-size: 1.1rem;
  min-width: 150px;
}

.schedule-event {
  color: #4a5568;
  font-size: 1rem;
}

.highlights-list,
.requirements-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.highlight-item,
.requirement-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 12px;
}

.highlight-icon {
  background: #48bb78;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.requirement-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.highlight-text,
.requirement-text {
  color: #4a5568;
  line-height: 1.6;
}

/* Sidebar */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info-card,
.contact-card,
.actions-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
  text-align: center;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.info-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.info-label {
  font-size: 0.85rem;
  color: #718096;
  font-weight: 500;
}

.info-value {
  font-size: 1rem;
  color: #2d3748;
  font-weight: 600;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 12px;
  text-decoration: none;
  color: #4a5568;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: rgba(102, 126, 234, 0.1);
  transform: translateX(5px);
}

.contact-icon {
  font-size: 1.2rem;
}

.contact-text {
  font-size: 0.9rem;
  word-break: break-all;
}

.actions-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
}

.btn-primary {
  background: #667eea;
  color: white;
  border-color: #667eea;
}

.btn-primary:hover {
  background: #553c9a;
  border-color: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-outline {
  background: transparent;
  color: #667eea;
  border-color: #667eea;
}

.btn-outline:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .main-grid {
    grid-template-columns: 1fr;
  }
  .sidebar {
    order: -1;
  }
}
@media (max-width: 768px) {
  .page-content {
    padding: 2rem 0;
  }
  .container {
    padding: 0 1rem;
  }
  .main-content {
    padding: 2rem;
  }
  .activity-image-placeholder {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .schedule-item {
    flex-direction: column;
    gap: 0.5rem;
  }
  .schedule-time {
    min-width: auto;
  }
}
/* FAQ Styles */
.faq-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.page-title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.page-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.faq-intro {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem;
  text-align: center;
}

.faq-intro p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
}

.link-primary {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.link-primary:hover {
  border-bottom-color: #667eea;
}

/* Navigation catégories */
.faq-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 1.5rem;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 16px;
}

.faq-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.25rem;
  background: white;
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 8px;
  border: 2px solid #667eea;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-nav-link:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

/* Catégories */
.faq-category {
  margin-bottom: 3rem;
  scroll-margin-top: 100px;
}

.faq-category-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #667eea;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Items FAQ */
.faq-item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.faq-item[open] {
  box-shadow: 0 4px 16px rgba(102, 126, 234, 0.15);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: 1.1rem;
  color: #2d3748;
  transition: all 0.3s ease;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question:hover {
  background: #f7fafc;
  color: #667eea;
}

.faq-question-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.faq-question-text {
  flex: 1;
}

.faq-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #667eea;
  transition: transform 0.3s ease;
}

.faq-icon-open {
  display: none;
}

.faq-item[open] .faq-icon-closed {
  display: none;
}

.faq-item[open] .faq-icon-open {
  display: block;
}

.faq-item[open] .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 1.5rem 1.5rem 4.5rem;
  color: #4a5568;
  line-height: 1.8;
  font-size: 1.05rem;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* CTA Contact */
.faq-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 4rem;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.faq-cta-content {
  max-width: 600px;
  margin: 0 auto;
}

.faq-cta-title {
  color: white;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.faq-cta-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.faq-cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-primary {
  background: white;
  color: #667eea;
  border-color: white;
}

.btn-primary:hover {
  background: #f7fafc;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-outline {
  background: transparent;
  color: white;
  border-color: white;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
/* Responsive */
@media (max-width: 768px) {
  .page-content {
    padding: 2rem 0;
  }
  .container {
    padding: 0 1rem;
  }
  .faq-intro {
    padding: 1.5rem;
  }
  .faq-nav {
    padding: 1rem;
    gap: 0.5rem;
  }
  .faq-nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .faq-category-title {
    font-size: 1.5rem;
  }
  .faq-question {
    padding: 1rem;
    font-size: 1rem;
  }
  .faq-answer {
    padding: 0 1rem 1rem 3.5rem;
    font-size: 0.95rem;
  }
  .faq-cta {
    padding: 2rem 1.5rem;
  }
  .faq-cta-title {
    font-size: 1.5rem;
  }
  .faq-cta-actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
}
.reservations-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.resa-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.resa-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.resa-header__title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.resa-header__subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.resa-body {
  padding: 4rem 0;
}

.resa-body .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.resa-empty {
  text-align: center;
  padding: 5rem 2rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.resa-empty__icon {
  font-size: 5rem;
  margin-bottom: 1.5rem;
  opacity: 0.7;
}

.resa-empty__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.resa-empty__text {
  font-size: 1.1rem;
  color: #718096;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 2rem;
}

.resa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
}

.resa-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}

.resa-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.resa-card--complet {
  opacity: 0.7;
}

.resa-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 2;
  backdrop-filter: blur(8px);
}

.resa-card__img {
  height: 180px;
  background-size: cover;
  background-position: center;
  background-color: #e2e8f0;
}

.resa-card__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.resa-card__img--placeholder span {
  font-size: 4rem;
}

.resa-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.resa-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.75rem;
}

.resa-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
  color: #4a5568;
}

.resa-card__meta span {
  background: #f7fafc;
  padding: 0.3rem 0.7rem;
  border-radius: 15px;
}

.resa-card__desc {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex: 1;
}

.resa-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.resa-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.resa-card__prix {
  font-size: 1.2rem;
  font-weight: 700;
  color: #667eea;
}

.resa-card__prix--free {
  color: #10b981;
}

.resa-card__places {
  font-size: 0.82rem;
  font-weight: 600;
  color: #4a5568;
}

.resa-card__places--complet {
  color: #ef4444;
}

.reservations-view .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.reservations-view .btn-primary {
  background: #667eea;
  color: #fff;
}

.reservations-view .btn-primary:hover {
  background: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(102, 126, 234, 0.35);
}

.reservations-view .btn-disabled {
  background: #cbd5e0;
  color: #fff;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .resa-body {
    padding: 2rem 0;
  }
  .resa-body .container {
    padding: 0 1rem;
  }
  .resa-grid {
    grid-template-columns: 1fr;
  }
}
.reservation-form-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.resa-form-header {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  padding: 3rem 0 2rem;
  position: relative;
}

.resa-form-header .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.resa-form-back {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 1rem;
  transition: color 0.2s;
}

.resa-form-back:hover {
  color: #fff;
}

.resa-form-header__title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.resa-form-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

.resa-form-header__meta span {
  background: rgba(255, 255, 255, 0.15);
  padding: 0.35rem 0.8rem;
  border-radius: 15px;
}

.resa-form-body {
  padding: 3rem 0;
}

.resa-form-body .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Succes */
.resa-success {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.resa-success__icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.resa-success h2 {
  font-size: 1.8rem;
  color: #10b981;
  margin-bottom: 1rem;
}

.resa-success__details {
  background: #f0fdf4;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1.5rem auto;
  max-width: 400px;
  text-align: left;
}

.resa-success__details p {
  margin: 0.4rem 0;
}

.resa-success__info {
  font-size: 0.9rem;
  color: #718096;
  margin: 1.5rem 0;
}

.resa-success__actions {
  margin-top: 1.5rem;
}

/* Layout formulaire */
.resa-form-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
}

.resa-form-aside {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  align-self: start;
}

.resa-form-aside__img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.resa-form-aside__desc {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.resa-form-aside__places {
  background: #f0f4ff;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
  color: #4a5568;
}

.resa-form-aside__places strong {
  display: block;
  font-size: 2rem;
  color: #667eea;
}

.resa-progress {
  background: #e2e8f0;
  border-radius: 10px;
  height: 8px;
  margin-top: 0.5rem;
  overflow: hidden;
}

.resa-progress__bar {
  background: linear-gradient(90deg, #667eea, #764ba2);
  height: 100%;
  border-radius: 10px;
  transition: width 0.5s;
}

/* Formulaire */
.resa-form-main {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.resa-form__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
}

.resa-errors {
  background: #fee2e2;
  border-left: 4px solid #ef4444;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  color: #991b1b;
}

.resa-errors p {
  margin: 0.3rem 0;
}

.resa-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.resa-form__group {
  margin-bottom: 1.25rem;
}

.resa-form__group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #374151;
  font-size: 0.9rem;
}

.resa-form__group input,
.resa-form__group textarea,
.resa-form__group select {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: border 0.2s;
}

.resa-form__group input:focus,
.resa-form__group textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.resa-form__group small {
  display: block;
  margin-top: 0.3rem;
  color: #6b7280;
  font-size: 0.8rem;
}

.resa-form .btn-lg {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1.05rem;
  margin-top: 0.5rem;
}

.reservation-form-view .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.reservation-form-view .btn-primary {
  background: #667eea;
  color: #fff;
}

.reservation-form-view .btn-primary:hover {
  background: #553c9a;
}

@media (max-width: 768px) {
  .resa-form-layout {
    grid-template-columns: 1fr;
  }
  .resa-form__row {
    grid-template-columns: 1fr;
  }
}
.cancel-resa-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.cancel-header {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  padding: 3rem 0;
  text-align: center;
}

.cancel-header h1 {
  font-size: 2rem;
  font-weight: 800;
}

.cancel-body {
  padding: 3rem 0;
}

.cancel-body .container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2rem;
}

.cancel-card {
  background: #fff;
  border-radius: 16px;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.cancel-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.cancel-card h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #2d3748;
}

.cancel-card p {
  color: #4a5568;
  margin-bottom: 0.5rem;
}

.cancel-details {
  background: #f7fafc;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: left;
  margin: 1.5rem 0;
}

.cancel-details p {
  margin: 0.3rem 0;
}

.cancel-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.cancel-resa-view .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.cancel-resa-view .btn-primary {
  background: #667eea;
  color: #fff;
}

.cancel-resa-view .btn-danger {
  background: #ef4444;
  color: #fff;
}

.cancel-resa-view .btn-danger:hover {
  background: #dc2626;
}

.cancel-resa-view .btn-secondary {
  background: #6b7280;
  color: #fff;
}

.user-profile-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
}

.profile-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.profile-avatar {
  flex-shrink: 0;
}

.avatar-placeholder {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

.avatar-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-info {
  flex: 1;
}

.profile-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 0.5rem 0;
}

.profile-email {
  color: #718096;
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
}

.profile-role {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
}

.profile-details {
  margin-bottom: 2rem;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f7fafc;
}

.detail-item:last-child {
  border-bottom: none;
}

.detail-label {
  color: #718096;
  font-weight: 500;
}

.detail-value {
  color: #2d3748;
  font-weight: 600;
}

.profile-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-outline {
  background: transparent;
  color: #667eea;
  border-color: #667eea;
}

.btn-outline:hover {
  background: #667eea;
  color: #fff;
  transform: translateY(-2px);
}

.btn-primary {
  background: #667eea;
  color: #fff;
  border-color: #667eea;
}

.btn-primary:hover {
  background: #553c9a;
  border-color: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.login-prompt {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.login-prompt h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 1rem 0;
}

.login-prompt p {
  color: #718096;
  font-size: 1.1rem;
  margin: 0 0 2rem 0;
}

.prompt-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.profile-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.page-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.page-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
@media (max-width: 768px) {
  .user-profile-container {
    padding: 1rem;
  }
  .profile-card {
    padding: 1.5rem;
  }
  .profile-header {
    flex-direction: column;
    text-align: center;
  }
  .profile-actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
  .prompt-actions {
    flex-direction: column;
  }
  .page-title {
    font-size: 2.5rem;
  }
  .page-subtitle {
    font-size: 1.1rem;
  }
  .page-content {
    padding: 2rem 0;
  }
}
@media (max-width: 480px) {
  .profile-card {
    padding: 1rem;
  }
  .profile-name {
    font-size: 1.3rem;
  }
  .detail-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .page-title {
    font-size: 2rem;
  }
  .container {
    padding: 0 1rem;
  }
}
/* Réutilise les styles de la vue profil pour la cohérence */
.user-profile-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
}

.profile-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.profile-details {
  margin-bottom: 2rem;
}

.profile-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-outline {
  background: transparent;
  color: #667eea;
  border-color: #667eea;
}

.btn-outline:hover {
  background: #667eea;
  color: #fff;
  transform: translateY(-2px);
}

.btn-primary {
  background: #667eea;
  color: #fff;
  border-color: #667eea;
}

.btn-primary:hover {
  background: #553c9a;
  border-color: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.alert {
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}

.alert--success {
  background: rgba(72, 187, 120, 0.1);
  color: #2f855a;
  border: 1px solid rgba(72, 187, 120, 0.25);
}

.alert--error {
  background: rgba(245, 101, 101, 0.1);
  color: #9b2c2c;
  border: 1px solid rgba(245, 101, 101, 0.25);
}

.form__label {
  display: block;
  margin-bottom: 0.35rem;
  color: #2d3748;
  font-weight: 600;
}

.form__input {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f9fafb;
  outline: none;
  transition: border-color 0.2s;
}

.form__input:focus {
  border-color: #667eea;
  background: #fff;
}

.profile-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.page-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.page-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
@media (max-width: 768px) {
  .user-profile-container {
    padding: 1rem;
  }
  .profile-card {
    padding: 1.5rem;
  }
  .profile-actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
}
.partenaires-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.page-title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.page-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.content-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}

.card-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.card-content p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Section des partenaires */
.partners-section {
  margin-bottom: 4rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.section-subtitle {
  text-align: center;
  color: #718096;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.partner-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.partner-card.institutionnel {
  border-left: 4px solid #667eea;
}

.partner-card.culturel {
  border-left: 4px solid #764ba2;
}

.partner-card.commercial {
  border-left: 4px solid #f6ad55;
}

.partner-logo {
  flex-shrink: 0;
}

.logo-placeholder {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

.partner-info {
  flex: 1;
}

.partner-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.partner-description {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.partner-actions {
  text-align: left;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-outline {
  background: transparent;
  color: #667eea;
  border-color: #667eea;
}

.btn-outline:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

/* Section des statistiques */
.stats-section {
  margin-bottom: 4rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat-item {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: #667eea;
  display: block;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1rem;
  color: #4a5568;
  font-weight: 600;
}

/* Section devenir partenaire */
.become-partner-section {
  margin-bottom: 4rem;
}

.become-partner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.partner-benefits {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.benefits-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
  text-align: center;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.benefit-item:last-child {
  border-bottom: none;
}

.benefit-icon {
  background: #48bb78;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.benefit-text {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.5;
}

.partner-form {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.form-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
  text-align: center;
}

.partnership-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

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

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

.form-label {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.form-input,
.form-select,
.form-textarea {
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-primary {
  background: #667eea;
  color: white;
  border-color: #667eea;
  margin-top: 1rem;
  justify-content: center;
}

.btn-primary:hover:not(:disabled) {
  background: #553c9a;
  border-color: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Section des témoignages */
.testimonials-section {
  margin-bottom: 4rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
  position: relative;
}

.testimonial-content::before {
  content: '"';
  font-size: 4rem;
  color: rgba(102, 126, 234, 0.2);
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  font-family: serif;
}

.testimonial-text {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
  padding-left: 2rem;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.author-name {
  font-weight: 700;
  color: #2d3748;
}

.author-role {
  color: #718096;
  font-size: 0.9rem;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.btn-secondary {
  background: #764ba2;
  color: white;
  border-color: #764ba2;
}

.btn-secondary:hover {
  background: #5a3d7a;
  border-color: #5a3d7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.4);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .partners-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .become-partner-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .page-content {
    padding: 2rem 0;
  }
  .container {
    padding: 0 1rem;
  }
  .content-card {
    padding: 2rem;
  }
  .partners-grid {
    grid-template-columns: 1fr;
  }
  .partner-card {
    flex-direction: column;
    text-align: center;
  }
  .partner-actions {
    text-align: center;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .action-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .stat-number {
    font-size: 2rem;
  }
  .partner-benefits,
  .partner-form {
    padding: 1.5rem;
  }
  .benefits-title,
  .form-title {
    font-size: 1.3rem;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
/* Bureau View Styles */
.bureau-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.page-title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.page-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.content-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}

.card-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.card-content p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Section Membres du Bureau */
.bureau-members-section {
  margin-bottom: 4rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.bureau-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  width: 100%;
  overflow: hidden;
}

.bureau-member-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.bureau-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.member-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  min-width: 0;
  flex-wrap: wrap;
}

.member-avatar {
  flex-shrink: 0;
}

.avatar-placeholder {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.member-role-badge {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  flex-shrink: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
}

.member-info {
  flex: 1;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.member-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

.member-since {
  color: #718096;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.member-description {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

.member-responsibilities {
  margin-bottom: 1.5rem;
}

.responsibilities-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.responsibilities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.responsibilities-list li {
  color: #4a5568;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  position: relative;
  padding-left: 1rem;
}

.responsibilities-list li::before {
  content: "•";
  color: #667eea;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.member-contact {
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
}

.contact-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  width: 100%;
}

.contact-text {
  color: #4a5568;
  font-size: 0.9rem;
  word-break: break-word;
  overflow-wrap: break-word;
  min-width: 0;
  flex: 1;
}

.contact-icon {
  font-size: 1rem;
  flex-shrink: 0;
}

/* Section Élection */
.election-section {
  margin-bottom: 4rem;
}

.election-content {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.election-text p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.election-steps h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step-counter;
}

.steps-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e2e8f0;
  color: #4a5568;
  line-height: 1.6;
  counter-increment: step-counter;
  position: relative;
  padding-left: 2rem;
}

.steps-list li::before {
  content: counter(step-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #667eea;
}

.steps-list li:last-child {
  border-bottom: none;
}

.steps-list strong {
  color: #2d3748;
}

.election-calendar h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
}

.calendar-item {
  background: rgba(102, 126, 234, 0.1);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.calendar-date {
  font-weight: 700;
  color: #667eea;
  margin-bottom: 0.5rem;
}

.calendar-event {
  color: #4a5568;
  font-size: 0.9rem;
}

/* Section Réunions */
.meetings-section {
  margin-bottom: 4rem;
}

.meetings-info {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.meetings-schedule h3,
.meetings-stats h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.meetings-schedule p {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.schedule-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.schedule-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.schedule-frequency {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
}

.schedule-details h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.25rem;
}

.schedule-details p {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.stat-item {
  text-align: center;
  padding: 1rem;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 12px;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: #667eea;
  display: block;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.8rem;
  color: #4a5568;
  font-weight: 600;
}

/* Section Prise de Décisions */
.decision-making-section {
  margin-bottom: 4rem;
}

.decision-process {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.process-step {
  text-align: center;
  padding: 1.5rem;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.process-step:hover {
  border-color: #667eea;
  transform: translateY(-3px);
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.step-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.step-content p {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Section Transparence */
.transparency-section {
  margin-bottom: 4rem;
}

.transparency-content {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.transparency-text p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.transparency-commitments h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.transparency-commitments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.transparency-commitments li {
  padding: 0.5rem 0;
  color: #4a5568;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5rem;
}

.transparency-commitments li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: 700;
}

.transparency-commitments strong {
  color: #2d3748;
}

.communication-channels h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.channel-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 12px;
}

.channel-icon {
  font-size: 1.5rem;
}

.channel-info h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.25rem;
}

.channel-info p {
  color: #4a5568;
  font-size: 0.8rem;
  margin: 0;
}

/* Section Contact */
.contact-bureau-section {
  margin-bottom: 4rem;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.contact-option {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contact-option h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.contact-option p {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-label {
  font-weight: 600;
  color: #2d3748;
}

.contact-value {
  color: #667eea;
  font-weight: 600;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: #667eea;
  color: white;
  border-color: #667eea;
}

.btn-primary:hover {
  background: #553c9a;
  border-color: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-secondary {
  background: #764ba2;
  color: white;
  border-color: #764ba2;
}

.btn-secondary:hover {
  background: #5a3d7a;
  border-color: #5a3d7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.4);
}

.btn-outline {
  background: transparent;
  color: #667eea;
  border: 2px solid #667eea;
}

.btn-outline:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .election-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .meetings-info {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .transparency-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .decision-process {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  .bureau-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .bureau-member-card {
    padding: 1.5rem;
  }
  .member-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .member-role-badge {
    width: 100%;
    text-align: center;
  }
  .member-name {
    font-size: 1.3rem;
  }
  .contact-item {
    flex-wrap: wrap;
  }
  .page-content {
    padding: 2rem 0;
  }
  .container {
    padding: 0 1rem;
  }
  .content-card {
    padding: 2rem;
  }
  .bureau-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .bureau-member-card {
    padding: 1.5rem;
    overflow: hidden;
  }
  .member-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .member-role-badge {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .member-name {
    font-size: 1.3rem;
    word-break: break-word;
  }
  .contact-item {
    flex-wrap: wrap;
  }
  .channels-grid {
    grid-template-columns: 1fr;
  }
  .action-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .bureau-member-card {
    padding: 1.5rem;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .decision-process {
    grid-template-columns: 1fr;
  }
}
.conseil-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.page-title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.page-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.content-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}

.card-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.card-content p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Section Membres du Conseil */
.conseil-members-section {
  margin-bottom: 4rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.conseil-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.conseil-member-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.conseil-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.member-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.member-avatar {
  flex-shrink: 0;
}

.avatar-placeholder {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.member-role-badge {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  flex-shrink: 0;
}

.member-info {
  flex: 1;
}

.member-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.member-since {
  color: #718096;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.member-description {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.member-expertise {
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
}

.expertise-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

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

.expertise-tag {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Section Rôles */
.roles-section {
  margin-bottom: 4rem;
}

.roles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.role-item {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.role-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.role-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.role-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.role-description {
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

/* Section Processus de Décision */
.decision-process-section {
  margin-bottom: 4rem;
}

.process-timeline {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.process-step {
  text-align: center;
  padding: 1.5rem;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.process-step:hover {
  border-color: #667eea;
  transform: translateY(-3px);
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.step-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.step-content p {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Section Réunions */
.meetings-section {
  margin-bottom: 4rem;
}

.meetings-info {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.meetings-schedule h3,
.meetings-stats h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.schedule-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.schedule-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.schedule-frequency {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  flex-shrink: 0;
}

.schedule-details h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.25rem;
}

.schedule-details p {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.stat-item {
  text-align: center;
  padding: 1rem;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 12px;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: #667eea;
  display: block;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.8rem;
  color: #4a5568;
  font-weight: 600;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: #667eea;
  color: white;
  border-color: #667eea;
}

.btn-primary:hover {
  background: #553c9a;
  border-color: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-secondary {
  background: #764ba2;
  color: white;
  border-color: #764ba2;
}

.btn-secondary:hover {
  background: #5a3d7a;
  border-color: #5a3d7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.4);
}

.btn-outline {
  background: transparent;
  color: #667eea;
  border: 2px solid #667eea;
}

.btn-outline:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .meetings-info {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .process-timeline {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  .page-content {
    padding: 2rem 0;
  }
  .container {
    padding: 0 1rem;
  }
  .content-card {
    padding: 2rem;
  }
  .conseil-grid {
    grid-template-columns: 1fr;
  }
  .member-header {
    flex-direction: column;
    text-align: center;
  }
  .action-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .conseil-member-card {
    padding: 1.5rem;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .process-timeline {
    grid-template-columns: 1fr;
  }
  .conseil-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== MANIFESTATIONS GALLERY ===== */
.manifs-gallery-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* --- Header --- */
.manifs-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.manifs-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: manifsFloat 20s ease-in-out infinite;
}

.manifs-header__title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.manifs-header__subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

/* --- Body --- */
.manifs-body {
  padding: 4rem 0;
}

.manifs-body .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* --- État vide --- */
.manifs-empty {
  text-align: center;
  padding: 5rem 2rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.manifs-empty__icon {
  font-size: 5rem;
  margin-bottom: 1.5rem;
  opacity: 0.7;
}

.manifs-empty__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.manifs-empty__text {
  font-size: 1.1rem;
  color: #718096;
  line-height: 1.8;
  max-width: 550px;
  margin: 0 auto 2rem;
}

.manifs-empty__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- Statistiques --- */
.manifs-stats {
  margin-bottom: 3rem;
}

.manifs-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}

.manifs-stats__card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.manifs-stats__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.manifs-stats__icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.manifs-stats__number {
  font-size: 2.2rem;
  font-weight: 800;
  color: #667eea;
  margin-bottom: 0.25rem;
}

.manifs-stats__label {
  color: #4a5568;
  font-weight: 600;
  font-size: 0.95rem;
}

/* --- Albums --- */
.manifs-albums {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}

.manifs-album {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.manifs-album__header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #e2e8f0;
}

.manifs-album__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.manifs-album__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #4a5568;
}

.manifs-album__date,
.manifs-album__count {
  background: #f7fafc;
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  font-weight: 500;
}

.manifs-album__desc {
  font-size: 1.05rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* --- Grille photos --- */
.manifs-album__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.manifs-photo {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  background: #e2e8f0;
}

.manifs-photo:hover {
  transform: translateY(-4px);
}

.manifs-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.manifs-photo--broken img {
  display: none;
}

.manifs-photo--broken::after {
  content: "Image introuvable";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0aec0;
  font-size: 0.9rem;
  font-weight: 500;
}

.manifs-photo__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.manifs-photo:hover .manifs-photo__overlay {
  opacity: 1;
}

.manifs-photo__zoom {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
  backdrop-filter: blur(8px);
}

/* --- Actions --- */
.manifs-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- Boutons --- */
.manifs-gallery-view .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.8rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.manifs-gallery-view .btn-primary {
  background: #667eea;
  color: #fff;
  border-color: #667eea;
}

.manifs-gallery-view .btn-primary:hover {
  background: #553c9a;
  border-color: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.35);
}

.manifs-gallery-view .btn-secondary {
  background: #764ba2;
  color: #fff;
  border-color: #764ba2;
}

.manifs-gallery-view .btn-secondary:hover {
  background: #5a3d7a;
  border-color: #5a3d7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(118, 75, 162, 0.35);
}

/* --- Lightbox --- */
.manifs-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
}

.manifs-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  transition: transform 0.2s;
}

.manifs-lightbox__close:hover {
  transform: scale(1.2);
}

.manifs-lightbox__prev,
.manifs-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0.8rem 1rem;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s;
  z-index: 10;
}

.manifs-lightbox__prev {
  left: 1rem;
}

.manifs-lightbox__next {
  right: 1rem;
}

.manifs-lightbox__prev:hover,
.manifs-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.25);
}

.manifs-lightbox__img {
  max-width: 90vw;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.manifs-lightbox__caption {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

@keyframes manifsFloat {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-15px) rotate(0.5deg);
  }
}
/* --- Responsive --- */
@media (max-width: 768px) {
  .manifs-body {
    padding: 2rem 0;
  }
  .manifs-body .container {
    padding: 0 1rem;
  }
  .manifs-album {
    padding: 1.5rem;
  }
  .manifs-album__header {
    flex-direction: column;
    text-align: center;
  }
  .manifs-album__meta {
    justify-content: center;
  }
  .manifs-album__grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
  }
  .manifs-stats__grid {
    grid-template-columns: 1fr 1fr;
  }
  .manifs-actions,
  .manifs-empty__actions {
    flex-direction: column;
    align-items: center;
  }
  .manifs-gallery-view .btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .manifs-album__title {
    font-size: 1.3rem;
  }
  .manifs-album__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.presentation-view {
  /* supprime la ligne suivante si présente */
  /* margin-top: 215vh; */
  margin-top: 0;
  padding-top: calc(var(--header-height) + 24px); /* petit espace sous le header */
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  font-family: "DM Sans", sans-serif;
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float-bg 20s ease-in-out infinite;
}
.page-header .page-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.page-header .page-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  z-index: 2;
  position: relative;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.content-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.content-card .card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
  position: relative;
}
.content-card .card-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}
.content-card p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.mission-section {
  margin-bottom: 4rem;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.mission-item {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.mission-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.mission-item .mission-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.mission-item .mission-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}
.mission-item .mission-description {
  color: #4a5568;
  line-height: 1.6;
}

.values-section {
  margin-bottom: 4rem;
}
.values-section .values-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .values-section .values-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.values-section .values-text p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.values-section .values-list {
  list-style: none;
  padding: 0;
}
.values-section .values-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e2e8f0;
  color: #4a5568;
}
.values-section .values-list li:last-child {
  border-bottom: none;
}
.values-section .values-list li strong {
  color: #2d3748;
}
.values-section .image-placeholder {
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  text-align: center;
}

.history-section {
  margin-bottom: 4rem;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  transform: translateX(-50%);
}
.timeline .timeline-item {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.timeline .timeline-item:nth-child(odd) {
  flex-direction: row;
}
.timeline .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline .timeline-item .timeline-date {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.1rem;
  z-index: 2;
  position: relative;
}
.timeline .timeline-item .timeline-content {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 2rem;
  flex: 1;
  max-width: 300px;
}
.timeline .timeline-item .timeline-content .timeline-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}
.timeline .timeline-item .timeline-content p {
  color: #4a5568;
  line-height: 1.6;
}

.team-section {
  margin-bottom: 4rem;
}
.team-section .section-subtitle {
  text-align: center;
  color: #718096;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}
.team-section .team-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.team-section .stat-item {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.team-section .stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.team-section .stat-item .stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: #667eea;
  margin-bottom: 0.5rem;
}
.team-section .stat-item .stat-label {
  font-size: 1rem;
  color: #4a5568;
  font-weight: 600;
}
.team-section .team-description {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.team-section .team-description p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.events-section {
  margin-bottom: 4rem;
}
.events-section .section-subtitle {
  text-align: center;
  color: #718096;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.events-section .events-list {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}
.events-section .event-item {
  color: #667eea;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(102, 126, 234, 0.2);
  transition: color 0.3s ease;
}
.events-section .event-item:last-child {
  border-bottom: none;
}
.events-section .event-item:hover {
  color: rgb(146.8448275862, 163.8103448276, 240.1551724138);
}

.achievements-section {
  margin-bottom: 4rem;
}
.achievements-section .achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.achievements-section .achievement-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.achievements-section .achievement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.achievements-section .achievement-card .achievement-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.achievements-section .achievement-card .achievement-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}
.achievements-section .achievement-card .achievement-description {
  color: #4a5568;
  line-height: 1.6;
}

.action-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.action-buttons .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.action-buttons .btn-primary {
  background: #667eea;
  color: white;
  border-color: #667eea;
}
.action-buttons .btn-primary:hover {
  background: rgb(57.1551724138, 88.1896551724, 227.8448275862);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.action-buttons .btn-secondary {
  background: #764ba2;
  color: white;
  border-color: #764ba2;
}
.action-buttons .btn-secondary:hover {
  background: rgb(92.6075949367, 58.8607594937, 127.1392405063);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.4);
}
.action-buttons .btn-outline {
  background: transparent;
  color: #667eea;
  border: 2px solid #667eea;
}
.action-buttons .btn-outline:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

.president-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes float-bg {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 2.5rem;
  }
  .page-subtitle {
    font-size: 1.1rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .content-card {
    padding: 2rem;
  }
  .action-buttons {
    flex-direction: column;
    align-items: center;
  }
  .action-buttons .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
  .page-title {
    font-size: 2rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .team-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .stat-number {
    font-size: 2rem;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.presidence-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.page-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.page-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.president-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
}

.president-avatar img,
.president-avatar .avatar-placeholder {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.president-avatar img,
.president-avatar .avatar-placeholder {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 0%;
     object-position: center 0%;
}

.president-message-section {
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.president-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.president-avatar {
  flex-shrink: 0;
}

.avatar-placeholder {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

.president-info {
  flex: 1;
}

.president-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.president-role {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.president-period {
  color: #718096;
  font-size: 1rem;
}

.message-content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2.5rem;
}

.message-text {
  margin-bottom: 2rem;
}
.message-text p {
  font-size: 1.15rem;
  color: #2d3748;
  line-height: 1.9;
  margin-bottom: 1.75rem;
  text-align: justify;
}
.message-text p:last-of-type {
  margin-bottom: 0;
}

.message-signature {
  text-align: right;
  border-top: 2px solid #e2e8f0;
  padding-top: 1.5rem;
}
.message-signature .signature-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  display: block;
  margin-bottom: 0.25rem;
}
.message-signature .signature-title {
  color: #667eea;
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
}
.message-signature .signature-date {
  color: #718096;
  font-size: 0.9rem;
}

.vision-section {
  margin-bottom: 4rem;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.vision-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}
.vision-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.vision-item .vision-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.vision-item .vision-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}
.vision-item .vision-description {
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

.leadership-section {
  margin-bottom: 4rem;
}

.section-subtitle {
  text-align: center;
  color: #718096;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.leadership-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
  transition: all 0.3s ease;
}
.leadership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.member-avatar {
  text-align: center;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.member-avatar img.member-photo,
.member-avatar .avatar-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.member-avatar img.president-photo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 0%;
     object-position: center 0%;
}

.member-avatar .avatar-placeholder {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

.member-info {
  text-align: center;
}

.member-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.member-role {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.member-since {
  color: #718096;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.member-description {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.responsibilities-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.responsibilities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.responsibilities-list li {
  color: #4a5568;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  position: relative;
  padding-left: 1rem;
}
.responsibilities-list li::before {
  content: "•";
  color: #667eea;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.projects-section {
  margin-bottom: 4rem;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.project-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
  transition: all 0.3s ease;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.project-icon {
  font-size: 2rem;
}

.project-status {
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.project-status.in-progress {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.project-status.planning {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}
.project-status.development {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.project-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.project-description {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.project-details {
  margin-bottom: 1.5rem;
}

.project-progress {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.progress-bar {
  flex: 1;
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 4px;
  transition: width 0.3s ease;
}

.progress-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #667eea;
  min-width: 40px;
}

.project-timeline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.timeline-label {
  color: #718096;
  font-size: 0.9rem;
}

.timeline-date {
  color: #2d3748;
  font-weight: 600;
}

.project-team {
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
}

.team-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.team-member {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.achievements-section {
  margin-bottom: 4rem;
}

.achievements-timeline {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

.achievement-item {
  display: flex;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e2e8f0;
}
.achievement-item:last-child {
  border-bottom: none;
}

.achievement-date {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}

.achievement-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.achievement-description {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.achievement-impact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.impact-label {
  color: #718096;
  font-size: 0.9rem;
}

.impact-value {
  color: #667eea;
  font-weight: 600;
}

.transparency-section {
  margin-bottom: 4rem;
}

.transparency-content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.transparency-text p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.transparency-principles h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.transparency-principles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.transparency-principles li {
  padding: 0.5rem 0;
  color: #4a5568;
  line-height: 1.6;
}

.transparency-principles strong {
  color: #2d3748;
}

.transparency-stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 16px;
}

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #667eea;
  display: block;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9rem;
  color: #4a5568;
  font-weight: 600;
}

.contact-leadership-section {
  margin-bottom: 4rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.contact-info h3,
.contact-form h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.contact-info p {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-icon {
  font-size: 1.2rem;
}

.contact-text {
  color: #4a5568;
  font-weight: 600;
}

.leadership-form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.form-select,
.form-textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #667eea;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.action-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #667eea;
  color: #fff;
  border-color: #667eea;
}
.btn-primary:hover {
  background: #553c9a;
  border-color: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-secondary {
  background: #764ba2;
  color: #fff;
  border-color: #764ba2;
}
.btn-secondary:hover {
  background: #5a3d7a;
  border-color: #5a3d7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.4);
}

.btn-outline {
  background: transparent;
  color: #667eea;
  border-color: #667eea;
}
.btn-outline:hover {
  background: #667eea;
  color: #fff;
  transform: translateY(-2px);
}

.loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@media (max-width: 1024px) {
  .transparency-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 2.5rem;
  }
  .page-subtitle {
    font-size: 1.1rem;
  }
  .president-card {
    flex-direction: column;
    text-align: center;
  }
  .section-title {
    font-size: 2rem;
  }
  .vision-grid,
  .leadership-grid,
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .achievement-item {
    flex-direction: column;
    gap: 1rem;
  }
  .action-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
  .page-title {
    font-size: 2rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .president-card {
    padding: 1.5rem;
  }
  .message-content {
    padding: 1.5rem;
  }
  .leadership-form {
    padding: 1.5rem;
  }
}
.membres-view {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.page-title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.page-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.page-content {
  padding: 4rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.content-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}

.card-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.card-content p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Section des statistiques */
.stats-section {
  margin-bottom: 4rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 2px;
}

.section-subtitle {
  text-align: center;
  color: #718096;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.stat-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: #667eea;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.stat-description {
  color: #4a5568;
  line-height: 1.5;
  margin: 0;
}

/* Section du bureau */
.bureau-section {
  margin-bottom: 4rem;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.member-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.bureau-member {
  border-left: 4px solid #667eea;
}

.member-avatar {
  text-align: center;
  margin-bottom: 1.5rem;
}

.avatar-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
}

.member-info {
  text-align: center;
  margin-bottom: 1.5rem;
}

.member-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.member-role {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.member-specialty {
  color: #4a5568;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.member-since {
  color: #718096;
  font-size: 0.8rem;
  font-style: italic;
}

.member-actions {
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  background: none;
}

.btn-outline {
  background: transparent;
  color: #667eea;
  border-color: #667eea;
}

.btn-outline:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

/* Section des catégories */
.categories-section {
  margin-bottom: 4rem;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.category-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.category-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.category-icon {
  font-size: 2rem;
}

.category-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin: 0;
}

.category-description {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.category-count {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}

/* Section d'adhésion */
.adhesion-section {
  margin-bottom: 4rem;
}

.adhesion-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.step-number {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
}

.step-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.step-description {
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

/* Section des avantages */
.benefits-section {
  margin-bottom: 4rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.benefit-item {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 1rem;
}

.benefit-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.benefit-description {
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

/* Section des témoignages */
.testimonials-section {
  margin-bottom: 4rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
  position: relative;
}

.testimonial-content::before {
  content: '"';
  font-size: 4rem;
  color: rgba(102, 126, 234, 0.2);
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  font-family: serif;
}

.testimonial-text {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
  padding-left: 2rem;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.author-name {
  font-weight: 700;
  color: #2d3748;
}

.author-role {
  color: #718096;
  font-size: 0.9rem;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.btn-primary {
  background: #667eea;
  color: white;
  border-color: #667eea;
}

.btn-primary:hover {
  background: #553c9a;
  border-color: #553c9a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-secondary {
  background: #764ba2;
  color: white;
  border-color: #764ba2;
}

.btn-secondary:hover {
  background: #5a3d7a;
  border-color: #5a3d7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.4);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .categories-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  .page-content {
    padding: 2rem 0;
  }
  .container {
    padding: 0 1rem;
  }
  .content-card {
    padding: 2rem;
  }
  .adhesion-steps {
    grid-template-columns: 1fr;
  }
  .action-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .stat-number {
    font-size: 2rem;
  }
  .members-grid {
    grid-template-columns: 1fr;
  }
  .categories-grid {
    grid-template-columns: 1fr;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
}/*# sourceMappingURL=style.css.map */