* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(180deg, #f8f9fb 0%, #eef4fb 45%, #ffffff 100%);
  color: #112233;
  line-height: 1.65;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea, select {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.wo-column-block {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 2rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 249, 251, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(17, 34, 51, 0.08);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  font-weight: 700;
  letter-spacing: -0.03em;
}
.brand span {
  color: #f28f1b;
}

.menu-toggle, .nav-toggle {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.main-nav a {
  color: #000000;
  font-weight: 600;
  transition: color 0.2s ease;
}
.main-nav a:hover, .main-nav a[aria-current=page] {
  color: #004ab9;
}

.hero {
  padding: 5rem 0 3rem;
  background-image: linear-gradient(135deg, #004ab9, #10be67);
  color: #fff;
}
.hero .container {
  max-width: 1040px;
}
.hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  line-height: 0.98;
}
.hero p {
  max-width: 720px;
  margin: 1.4rem 0 2rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
}

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

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.6rem;
  font-weight: 700;
  transition: transform box-shadow ease;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-primary {
  background: #f28f1b;
  color: #112233;
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 1.25rem;
  margin-top: 2.2rem;
}

.mini-card {
  padding: 1.5rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.number-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: #fff2df;
  color: #f28f1b;
  font-weight: 800;
  margin-bottom: 1rem;
}

.section {
  padding: 4rem 0;
  background-image: linear-gradient(135deg, #004ab9, #10be67);
}
.section-light {
  background: linear-gradient(135deg, #004ab9, #10be67);
  border-top: 3px solid #004ab9;
  border-bottom: 3px solid #10be67;
}
.section-title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
}
.section-subtitle {
  max-width: 780px;
  color: #000000;
  margin-bottom: 2rem;
}
.section-offset {
  margin-top: 2rem;
}

.secondary-index {
  display: flex;
}

.card-mission {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card, .feature-card, .priority-card, .person-card, .contact-card {
  background: #10be67;
  border: 1px solid #004ab9;
  border-radius: 24px;
  box-shadow: 0 25px 100px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 1.5rem;
}
.card h2, .feature-card h2, .priority-card h2, .person-card h2, .contact-card h2 {
  color: #004ab9;
}

.card-content, .priority-card-content, .person-content, .contact-card {
  padding: 1.7rem;
}

.card h3, .feature-card h3, .priority-card h3, .person-card h3, .contact-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.25rem;
}
.card .video-date, .card time.video-date, .feature-card .video-date, .feature-card time.video-date, .priority-card .video-date, .priority-card time.video-date, .person-card .video-date, .person-card time.video-date, .contact-card .video-date, .contact-card time.video-date {
  margin: 0 0 0.6rem;
  color: rgb(163, 2, 2);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.card p, .feature-card p, .priority-card p, .person-card p, .contact-card p {
  margin: 0;
  color: white;
}

.feature-card p {
  margin: 0;
  color: white;
}

.contact-card p {
  margin: 0;
  color: white;
}

.content-text {
  margin: 0;
  color: white;
}

.priority-card img, .feature-card img, .person-card img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-card figure {
  margin: 0;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
}
.feature-card figure iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.person-card {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.section-light .grid {
  counter-reset: priority;
}

.hero-h1 {
  display: flex;
  align-items: center; /* Aligne le logo verticalement au milieu des 2 lignes */
  gap: 1.5rem; /* Espace entre le logo et le texte */
}
.hero-h1 img {
  width: clamp(150px, 16vw, 240px);
}
.hero-h1 h1 {
  font-size: 6.6rem;
  line-height: 1.1; /* Ajuste l'espace entre les deux lignes de texte */
  display: flex;
  flex-direction: column;
}
.hero-h1 .hero-title-line {
  display: block;
  font-size: 1em;
  white-space: nowrap;
}
.hero-h1 .hero-title-line:first-child {
  font-size: 1em;
  line-height: 1;
}
.hero-h1 .hero-title-line:last-child {
  font-size: 0.58em;
  line-height: 1.05;
}

.section-light .priority-card {
  position: relative;
}
.section-light .priority-card::before {
  counter-increment: priority;
  content: counter(priority);
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #004ab9;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.section-light .priority-card:nth-of-type(2n)::before {
  color: #10be67;
}

.section-intro-card {
  width: 100%;
  margin-bottom: 1.5rem;
}

.section-intro-card .section-title {
  margin-bottom: 1rem;
}

.section-intro-card .section-subtitle {
  max-width: none;
  margin-bottom: 0;
}

.section-intro-card figure {
  margin: -1.5rem -1.5rem 1.25rem;
}

.section-intro-card figure img {
  width: 100%;
  height: auto;
  display: block;
}

.actualites-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.actualites-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
  transition: background 0.2s ease;
}
.actualites-chip:hover {
  background: rgba(255, 255, 255, 0.22);
}

.actualites-section-card {
  width: 100%;
  margin-bottom: 1.75rem;
}

.actualites-section-head {
  margin-bottom: 1.25rem;
}
.actualites-section-head .section-title {
  margin-bottom: 0.5rem;
}
.actualites-section-head .section-subtitle {
  max-width: none;
  margin: 0;
  color: #000000;
}

.flyers-grid .flyer-card {
  padding: 0;
}
.flyers-grid .flyer-card .flyer-link {
  display: block;
  cursor: zoom-in;
}
.flyers-grid .flyer-card img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.actualites-section-card .flyers-grid .priority-card::before {
  display: none;
  content: none;
}

.flyer-lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  opacity: 0;
  pointer-events: none;
  z-index: 90;
}
.flyer-lightbox:target {
  opacity: 1;
  pointer-events: auto;
}

.flyer-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.flyer-lightbox-content {
  position: relative;
  z-index: 1;
  margin: 0;
  width: min(92vw, 980px);
  max-height: 90vh;
  padding: 0.9rem;
  border-radius: 18px;
  background: rgba(17, 34, 51, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.flyer-lightbox-content img {
  width: 100%;
  max-height: calc(90vh - 3.5rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.flyer-lightbox-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  background: rgba(0, 74, 185, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.documents-grid .document-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 100%;
}
.documents-grid .document-card p {
  flex: 1;
}
.documents-grid .document-card .btn {
  align-self: flex-start;
}

.videos-grid .video-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.videos-grid .video-card figure {
  min-height: auto;
  margin: 0;
}
.videos-grid .video-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  padding: 1.2rem 1.2rem 1.4rem;
}

.home-videos-grid .home-video-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-videos-grid .home-video-card figure {
  order: 0;
  margin: 0;
  min-height: auto;
}
.home-videos-grid .home-video-card .card-content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  padding: 1.2rem 1.2rem 1.4rem;
}

.programme-priorite-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 100%;
}

.programme-priorite-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #004ab9;
  background: #fff2df;
  border: 1px solid rgba(0, 74, 185, 0.25);
}

.programme-assise-card {
  width: 100%;
  padding: 1.5rem;
}

.programme-timeline {
  margin: 1.2rem 0 0;
  padding-left: 1.2rem;
  color: #ffffff;
}
.programme-timeline li {
  margin-bottom: 0.75rem;
}

.programme-depliant-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  align-items: center;
  width: 100%;
}

.programme-depliant-preview {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
}
.programme-depliant-preview img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.programme-depliant-content p {
  color: #ffffff;
  margin: 0 0 1rem;
}

.programme-equipe-grid .programme-colistier-card {
  overflow: hidden;
  padding: 0;
  transition: transform box-shadow ease;
}
.programme-equipe-grid .programme-colistier-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.22);
}
.programme-equipe-grid .programme-colistier-card img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.programme-role {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(0, 74, 185, 0.2);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.programme-cta-section {
  padding-top: 2.5rem;
}

.programme-cta-card {
  text-align: center;
  width: 100%;
}
.programme-cta-card h2 {
  margin: 0 0 0.75rem;
}
.programme-cta-card p {
  color: #ffffff;
  margin: 0 auto 1.2rem;
  max-width: 700px;
}
.programme-cta-card .hero-actions {
  justify-content: center;
}

.team-hero {
  overflow: hidden;
}

.team-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.5rem;
  align-items: center;
}

.team-hero-photo {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}
.team-hero-photo img {
  width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-section .section-subtitle {
  max-width: 900px;
}

.team-profile-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.3rem;
  align-items: stretch;
  width: 100%;
  padding: 0;
}

.team-profile-photo {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(0, 74, 185, 0.14);
  overflow: hidden;
}
.team-profile-photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team-profile-content {
  padding: 1.5rem;
}
.team-profile-content p {
  color: #ffffff;
  margin: 0 0 0.85rem;
}

.team-profile-content > p:last-of-type {
  font-size: 0.92rem;
  line-height: 1.58;
  max-height: 30rem;
  overflow-y: auto;
  padding-right: 0.45rem;
  overscroll-behavior: contain;
}

.team-profile-content > p:last-of-type::-webkit-scrollbar {
  width: 8px;
}

.team-profile-content > p:last-of-type::-webkit-scrollbar-thumb {
  background: rgba(0, 74, 185, 0.36);
  border-radius: 999px;
}

.team-subtitle {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 74, 185, 0.22);
  color: #ffffff;
  font-weight: 700;
}

.team-list-grid {
  gap: 1.25rem;
}

.team-member-card {
  padding: 0;
  overflow: hidden;
  transition: transform box-shadow ease;
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-lg);
}
.team-member-card::before {
  content: attr(data-number);
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  min-width: 3rem;
  height: 3rem;
  padding: 0 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(140deg, #0a4fae 0%, #0f66cc 58%, #12ad68 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 24px rgba(6, 24, 46, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  text-shadow: 0 1px 2px rgba(4, 18, 33, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.team-member-card:nth-child(2n)::before {
  border-radius: 14px;
  background: linear-gradient(135deg, #094594 0%, #0e5fbe 62%, #14b06a 100%);
}
.team-member-card:nth-child(3n)::before {
  background: linear-gradient(135deg, #0d64c0 0%, #0f8c8c 50%, #10be67 100%);
}
.team-member-card img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  transform: none;
}
.team-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.2);
}
.team-member-card:hover::before {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 14px 28px rgba(6, 24, 46, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  filter: saturate(1.08);
}

.team-member-role {
  display: inline-block;
  margin: 0 0 0.6rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 74, 185, 0.2);
  font-size: 0.82rem;
  font-weight: 700;
}

.team-member-card .person-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 0.75rem;
  padding: 1.25rem 1.25rem 1.35rem;
}

.team-member-card .person-content h3 {
  grid-column: 1/-1;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
  text-align: center;
}

.team-member-card .person-content .team-member-role {
  grid-column: 1/-1;
  margin-bottom: 0;
}

.team-member-card .person-content p:nth-of-type(2),
.team-member-card .person-content p:nth-of-type(3) {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 74, 185, 0.12);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
}

.team-member-card .person-content p:nth-of-type(2) {
  grid-column: 1;
  background: rgba(0, 74, 185, 0.08);
  color: #004ab9;
}

.team-member-card .person-content p:nth-of-type(3) {
  grid-column: 2;
  background: rgba(16, 190, 103, 0.08);
  border-color: rgba(16, 190, 103, 0.16);
  color: #112233;
}

@media (max-width: 560px) {
  .team-member-card .person-content {
    grid-template-columns: 1fr;
  }
  .team-member-card .person-content p:nth-of-type(2),
  .team-member-card .person-content p:nth-of-type(3) {
    grid-column: 1;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.team-reveal {
  animation: fadeUp 0.7s ease both;
}

.team-scroll {
  animation: fadeUp 0.75s ease both;
  animation-range: entry 0% cover 35%;
}

@media (prefers-reduced-motion: reduce) {
  .team-reveal,
  .team-scroll,
  .team-member-card {
    animation: none;
    transition: none;
  }
}
.engagement-hero {
  overflow: hidden;
  background-image: linear-gradient(140deg, rgba(0, 74, 185, 0.98), rgba(16, 190, 103, 0.92));
  background-attachment: fixed;
}

.engagement-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.5rem;
  align-items: center;
}

.engagement-hero-photo {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
}
.engagement-hero-photo img {
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.engagement-section .section-subtitle {
  max-width: 920px;
}

.engagement-join-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.3rem;
  align-items: stretch;
  width: 100%;
  padding: 0;
}

.engagement-join-content {
  padding: 1.6rem;
}

.engagement-join-photo {
  margin: 0;
}
.engagement-join-photo img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}

.engagement-don-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.25rem;
  width: 100%;
}

.engagement-don-note {
  margin: 1rem 0 1.1rem;
  padding: 1rem;
  border-left: 4px solid #f28f1b;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}
.engagement-don-note h3 {
  margin: 0 0 0.45rem;
}

.engagement-payment-box {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem;
}
.engagement-payment-box p {
  color: #ffffff;
  margin: 0 0 0.8rem;
}

.engagement-payment-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  background: rgba(0, 74, 185, 0.2);
  color: #ffffff;
  font-weight: 700;
}

.engagement-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.25rem;
}

.engagement-contact-info {
  width: 100%;
}

.engagement-map {
  margin-top: 0.9rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.engagement-map iframe {
  width: 100%;
  height: 250px;
  border: 0;
  display: block;
}

.engagement-final-cta {
  padding-top: 2.8rem;
}

.engagement-final-card {
  text-align: center;
  width: 100%;
}
.engagement-final-card h2 {
  margin: 0 0 0.8rem;
}
.engagement-final-card p {
  margin: 0 auto 1.2rem;
  max-width: 720px;
  color: #ffffff;
}
.engagement-final-card .hero-actions {
  justify-content: center;
}

.engagement-reveal {
  animation: fadeUp 0.7s ease both;
}

.engagement-scroll {
  animation: fadeUp 0.75s ease both;
  animation-range: entry 0% cover 35%;
}

@supports (animation-timeline: view()) {
  .engagement-scroll {
    animation-timeline: view();
  }
}
@media (prefers-reduced-motion: reduce) {
  .engagement-reveal,
  .engagement-scroll {
    animation: none;
  }
}
.grid {
  display: grid;
  gap: 1.5rem;
}
.grid.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 2rem;
  align-items: center;
}

.form-field {
  margin-bottom: 1.5rem;
}
.form-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.form-control {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #004ab9;
  border-radius: 12px;
  font-size: 1rem;
}
.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 74, 185, 0.12);
  border-color: #004ab9;
}

h3 {
  color: #004ab9;
}
article h3 {
  margin-top: 0;
}

article {
  min-height: 100%;
}

.donation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.donation-list li {
  padding: 0.5rem 0;
  color: #112233;
}

.qui-sommes-nous-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact-note {
  padding: 0.5rem 0;
  color: #112233;
}
.contact-note--spaced {
  margin-top: 0.8rem;
}

.footer {
  padding: 4rem 0 2rem;
  background-image: linear-gradient(135deg, #004ab9, #10be67);
  color: #e6eef8;
}
.footer h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.05rem;
}
.footer p {
  color: #c9d6e6;
}
.footer p:not(.footer-brand p) {
  margin: 0.55rem 0;
  line-height: 1.75;
}
.footer a {
  color: #c9d6e6;
  transition: color 0.2s ease;
}
.footer a:hover {
  color: #ffffff;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.4fr 1fr 1fr;
  min-width: 0;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-brand p {
  max-width: 38rem;
  margin: 0;
  color: #c9d6e6;
  line-height: 1.8;
}

.footer-logo {
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 1.5rem;
}

.footer-nav {
  display: grid;
  gap: 0.75rem;
}

.footer-section {
  min-width: 0;
}
.footer-section p {
  margin: 0.55rem 0;
  line-height: 1.75;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #eef4fb;
  transition: background 0.2s ease;
}
.footer-social a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.footer-bottom {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  min-width: 0;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.96rem;
  color: #9bb5d4;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 620px) {
  .footer {
    padding: 3rem 0 1.5rem;
  }
  .footer a,
  .footer p {
    overflow-wrap: anywhere;
  }
  .footer-brand p,
  .footer-section p,
  .footer-bottom p {
    font-size: 0.95rem;
  }
}
.contact-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-text {
  margin-bottom: 1.25rem;
}

ul.list-bullet {
  padding-left: 1.25rem;
  color: #000000;
}

ul.list-bullet li {
  margin-bottom: 0.85rem;
}

.legal-doc-page .hero {
  padding: 4.6rem 0 3rem;
  background-image: linear-gradient(135deg, #004ab9, #10be67);
}
.legal-doc-page .hero .container {
  max-width: 1000px;
}
.legal-doc-page .hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  letter-spacing: -0.03em;
  line-height: 1;
}
.legal-doc-page .hero p {
  margin: 1.2rem 0 0;
  max-width: 760px;
  font-size: 1.04rem;
  color: rgba(255, 255, 255, 0.92);
}
.legal-doc-page .section.section-light {
  padding: 3rem 0 4rem;
  background: linear-gradient(135deg, #004ab9, #10be67);
  border-top: 3px solid #004ab9;
  border-bottom: 3px solid #10be67;
}
.legal-doc-page .section.section-light .container {
  max-width: 980px;
  display: grid;
  gap: 1.1rem;
  counter-reset: legal-section;
}
.legal-doc-page .section.section-light .card {
  position: relative;
  background: rgba(16, 190, 103, 0.95);
  border: 1px solid rgba(0, 74, 185, 0.95);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  padding: 1.2rem 1.35rem 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.legal-doc-page .section.section-light .card::before {
  counter-increment: legal-section;
  content: counter(legal-section);
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #004ab9;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
}
.legal-doc-page .section.section-light .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}
.legal-doc-page .section.section-light .card h2 {
  margin: 0 0 0.65rem;
  padding-right: 2.9rem;
  font-size: clamp(1.06rem, 2vw, 1.25rem);
  color: #004ab9;
}
.legal-doc-page .section.section-light .card p {
  margin: 0;
  color: #ffffff;
  line-height: 1.72;
}
.legal-doc-page .section.section-light .card a {
  color: #fff2df;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
.legal-doc-page .section.section-light .card a:hover {
  color: #ffffff;
}
.legal-doc-page .section.section-light .section-offset {
  margin-top: 0;
}

@media (max-width: 950px) {
  .hero-grid,
  .page-intro,
  .contact-grid,
  .footer .container {
    grid-template-columns: 1fr;
  }
  .team-hero-grid,
  .team-profile-card {
    grid-template-columns: 1fr;
  }
  .engagement-hero-grid,
  .engagement-join-card,
  .engagement-don-card,
  .engagement-contact-grid {
    grid-template-columns: 1fr;
  }
  .team-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .programme-priorites-grid,
  .programme-equipe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .programme-depliant-card {
    grid-template-columns: 1fr;
  }
  .flyers-grid,
  .videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 780px) {
  .site-header .container {
    align-items: flex-start;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    border: 1px solid #004ab9;
    background: #ffffff;
    cursor: pointer;
    color: #112233;
  }
  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: 1rem;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(17, 34, 51, 0.08);
  }
  .main-nav a {
    display: block;
    padding: 0.65rem 0;
  }
  .menu-toggle:checked ~ .main-nav {
    display: flex;
  }
}
@media (max-width: 560px) {
  .hero {
    padding-top: 3rem;
  }
  .hero h1 {
    font-size: 2.6rem;
  }
  .section {
    padding: 3rem 0;
  }
  .flyers-grid,
  .documents-grid,
  .videos-grid,
  .home-videos-grid,
  .grid.columns-3 {
    grid-template-columns: 1fr !important;
  }
  .videos-grid .card-content p,
  .home-videos-grid .card-content p,
  .priority-card p,
  .programme-priorite-card p {
    display: none;
  }
  .team-list-grid {
    grid-template-columns: 1fr !important;
  }
  .engagement-join-content,
  .engagement-payment-box {
    padding: 1rem;
  }
  .programme-priorites-grid,
  .programme-equipe-grid {
    grid-template-columns: 1fr !important;
  }
}
:root {
  --bg-soft: #f4f7fb;
  --surface: #ffffff;
  --surface-alt: #f7f9fc;
  --line: #d9e3ef;
  --text-main: #102133;
  --text-soft: #516274;
  --brand-blue: #004ab9;
  --brand-green: #10be67;
  --brand-orange: #f28f1b;
  --shadow-soft: 0 14px 36px rgba(9, 26, 46, 0.08);
  --radius-lg: 20px;
}

body {
  background: radial-gradient(circle at 12% 8%, rgba(0, 74, 185, 0.08) 0, rgba(0, 74, 185, 0) 38%), radial-gradient(circle at 88% 0%, rgba(16, 190, 103, 0.08) 0, rgba(16, 190, 103, 0) 32%), linear-gradient(180deg, var(--bg-soft) 0%, #ffffff 44%, #f8fafc 100%);
  color: var(--text-main);
}

.site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.brand {
  color: var(--text-main);
  font-size: 1.1rem;
}

.brand span {
  color: var(--brand-blue);
}

.main-nav {
  gap: 0.4rem;
}

.main-nav a {
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 650;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  border: 1px solid transparent;
}

.main-nav a:hover,
.main-nav a[aria-current=page] {
  color: var(--brand-blue);
  background: rgba(0, 74, 185, 0.08);
  border-color: rgba(0, 74, 185, 0.18);
}

.hero,
.engagement-hero,
.legal-doc-page .hero {
  background: linear-gradient(125deg, #073877 0%, #0f5db7 56%, #11a862 100%);
}

.hero {
  padding: 4.6rem 0 3.2rem;
}

.hero h1 {
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero p,
.legal-doc-page .hero p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-grid {
  gap: 1rem;
}

.hero-focus {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.hero-focus .hero-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.hero-focus .hero-h1 img {
  order: 2;
}
.hero-focus .hero-h1 h1 {
  margin: 0;
  order: 1;
}
.hero-focus p {
  margin-left: auto;
  margin-right: auto;
}
.hero-focus .hero-actions {
  justify-content: center;
}

.mini-card {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 28px rgba(4, 18, 33, 0.2);
}

.btn {
  min-height: 44px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(9, 26, 46, 0.15);
}

.btn-primary {
  background: var(--brand-orange);
  color: #1c2735;
}

.hero .btn-primary,
.engagement-hero .btn-primary,
.legal-doc-page .hero .btn-primary {
  min-height: 40px;
  padding: 0.72rem 1.2rem;
  font-size: 0.92rem;
}

.btn-primary:hover {
  background: #e9820f;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.section {
  background: transparent;
  padding: 3.7rem 0;
}

.section-light {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

.section-title {
  color: var(--text-main);
  letter-spacing: -0.02em;
}

.section-subtitle,
.content-text,
.card p,
.priority-card p,
.person-card p,
.contact-card p,
.feature-card p,
.programme-depliant-content p,
.team-profile-content p,
.engagement-payment-box p,
.engagement-final-card p,
.engagement-contact-info p,
.legal-doc-page .section.section-light .card p {
  color: var(--text-soft);
}

.card,
.feature-card,
.priority-card,
.person-card,
.contact-card,
.legal-doc-page .section.section-light .card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-lg);
}

.card h2,
.feature-card h2,
.priority-card h2,
.person-card h2,
.contact-card h2,
.card h3,
.feature-card h3,
.priority-card h3,
.person-card h3,
.contact-card h3,
.programme-role,
.team-subtitle,
.team-member-role,
.legal-doc-page .section.section-light .card h2 {
  color: var(--brand-blue);
}

.priority-card,
.feature-card,
.person-card,
.team-member-card,
.programme-equipe-grid .programme-colistier-card {
  overflow: hidden;
}

.priority-card img,
.feature-card img,
.person-card img,
.team-member-card img {
  height: clamp(350px, 28vw, 250px);
}

.team-list-grid .team-member-card img {
  -o-object-position: center 20% !important;
     object-position: center 20% !important;
  transform: none !important;
}

.section-light .priority-card::before {
  background: transparent;
  color: var(--brand-blue);
  border: 0;
  box-shadow: none;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 0;
}

.section-light .priority-card:nth-of-type(2n)::before {
  background: transparent;
  color: var(--brand-green);
  border-color: transparent;
}

.actualites-chip {
  color: var(--brand-blue);
  border-color: rgba(0, 74, 185, 0.22);
  background: rgba(0, 74, 185, 0.07);
}

.actualites-chip:hover {
  background: rgba(0, 74, 185, 0.12);
}

.programme-role,
.team-subtitle,
.team-member-role {
  background: rgba(0, 74, 185, 0.1);
}

.engagement-payment-box,
.engagement-payment-placeholder,
.engagement-don-note,
.team-profile-photo {
  background: var(--surface-alt);
  border-color: var(--line);
}

.engagement-payment-placeholder {
  color: var(--brand-blue);
}

.engagement-map {
  border-color: var(--line);
}

.flyer-lightbox-content {
  background: rgba(16, 33, 51, 0.92);
}

.footer {
  background: linear-gradient(145deg, #072e64 0%, #0b4b93 55%, #0d8f56 100%);
}

.footer p,
.footer a,
.footer-bottom p,
.footer-brand p {
  color: rgba(236, 244, 252, 0.86);
}

.footer a:hover {
  color: #ffffff;
}

.engagement-hero {
  background-attachment: scroll;
}

.menu-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-toggle {
  display: none;
}

@media (max-width: 950px) {
  .hero-h1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
  }
  .hero-focus .hero-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-h1 h1 {
    font-size: clamp(2.4rem, 8.6vw, 3.8rem);
  }
}
@media (max-width: 780px) {
  .site-header .container {
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    flex-wrap: wrap;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 74, 185, 0.3);
    background: #ffffff;
    color: var(--brand-blue);
    font-weight: 700;
    cursor: pointer;
  }
  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    margin-top: 0.7rem;
    padding: 0.4rem 0;
    border-top: 1px solid rgba(0, 74, 185, 0.14);
    overflow: visible;
    scrollbar-width: auto;
  }
  .main-nav a {
    white-space: normal;
    width: 100%;
    padding: 0.62rem 0.72rem;
  }
  .menu-toggle:checked + .nav-toggle + .main-nav {
    display: flex;
  }
}
@media (max-width: 560px) {
  .container {
    padding: 0 1rem;
  }
  .hero {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .hero p {
    margin-bottom: 1.4rem;
  }
  .hero-actions {
    gap: 0.7rem;
  }
  .btn {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */