/* =========================================================
   Page : Nos activités
   ========================================================= */

.activities-page .activities-list {
  position: relative;
  margin-top: -4px;
  padding: 18px 42px 22px;
  background:
    radial-gradient(circle at 7% 0%, rgba(248, 222, 196, 0.24), transparent 20%),
    radial-gradient(circle at 96% 18%, rgba(224, 232, 206, 0.22), transparent 16%),
    #fffdf8;
}

.activities-page .activities-list::before {
  position: absolute;
  z-index: 0;
  top: -16px;
  left: 0;
  width: 100%;
  height: 40px;
  content: "";
  background: #fffdf8;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.activities-page .activity-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 420px 98px minmax(0, 1fr) 92px;
  gap: 18px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 0 14px;
  border-bottom: 1px solid rgba(189, 142, 101, 0.35);
}

.activities-page .activity-row:last-of-type {
  border-bottom: 0;
}

.activities-page .activity-photo {
  position: static;
  display: block;
  width: 420px;
  height: 165px;
  margin: 0;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(53, 35, 23, 0.08);
}

.activities-page .activity-icon {
  position: static;
  top: auto;
  left: auto;
  display: block;
  width: 86px;
  height: 86px;
  margin: 0;
  transform: none;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(59, 43, 28, 0.12));
}

.activities-page .activity-text {
  min-width: 0;
  width: auto;
  padding: 4px 8px 4px 0;
  text-align: left;
}

.activities-page .activity-text h2 {
  position: relative;
  margin: 0 0 12px;
  font-family: var(--script);
  font-size: clamp(2.2rem, 3vw, 3.35rem);
  font-weight: 700;
  line-height: 1;
  white-space: normal;
}

.activities-page .activity-text p {
  max-width: 650px;
  margin-top: 8px;
  color: #1f302d;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.42;
}

.activities-page .activity-decor {
  position: static;
  display: block;
  width: 78px;
  height: 108px;
  object-fit: contain;
  opacity: 0.85;
  mix-blend-mode: multiply;
}

/* BOTTOM CARDS */

.activities-page .activity-closing-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
  align-items: stretch;
  max-width: 1320px;
  margin: 12px auto 0;
}

.activities-page .participation-card,
.activities-page .material-card {
  position: relative;
  overflow: hidden;
  min-height: auto;
  align-self: stretch;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(63, 47, 31, 0.04);
}

.activities-page .participation-card {
  padding: 22px 34px 28px;
  background: linear-gradient(135deg, #fff2e8, #fff8ef);
  border: 1px solid rgba(201, 91, 61, 0.28);
}

.activities-page .material-card {
  padding: 22px 36px 24px;
  background: linear-gradient(135deg, #edf4e6, #fff9ef);
  border: 1px solid rgba(43, 98, 91, 0.22);
}

.activities-page .participation-card h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
  color: var(--terracotta);
  font-family: var(--script);
  font-size: clamp(2.05rem, 2.45vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
}

.activities-page .participation-card ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  max-width: 560px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.activities-page .participation-card li {
  position: relative;
  padding-left: 28px;
  color: #1f302d;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.activities-page .participation-card li::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "♡";
  color: var(--terracotta);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.activities-page .participation-card strong {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 455px;
  margin-top: 26px;
  margin-left: 28px;
  color: var(--terracotta);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.48;
}

.activities-page .participation-decor {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 75px;
  width: 175px;
  height: auto;
  opacity: 0.95;
  object-fit: contain;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.activities-page .material-title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.activities-page .material-title h2 {
  margin: 0 0 10px;
  color: var(--green);
  font-family: var(--script);
  font-size: clamp(2.2rem, 2.8vw, 3.25rem);
  font-weight: 700;
  line-height: 1;
}

.activities-page .material-title-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.activities-page .material-text {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding-right: 170px;
}

.activities-page .material-text p {
  margin: 0 0 13px;
  color: #1f302d;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.42;
}

.activities-page .material-text p:last-child {
  margin-bottom: 0;
}

.activities-page .material-leaf {
  position: absolute;
  z-index: 1;
  right: 34px;
  top: 75px;
  width: 105px;
  height: auto;
  object-fit: contain;
  opacity: 0.82;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* CTA stretched horizontally */
.activities-page .activities-cta {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 12px auto 0;
  padding: 8px 14px;
  background: linear-gradient(90deg, #fff0df, #fff7ec);
  border: 1px dashed rgba(201, 91, 61, 0.42);
  border-radius: 12px;
}

.activities-page .activities-cta-inner {
  display: grid;
  grid-template-columns: 280px 1fr auto;
  gap: 26px;
  align-items: center;
}

.activities-page .activities-cta img {
  width: 280px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.activities-page .activities-cta .btn {
  min-width: 265px;
  min-height: 64px;
}

.activities-page .activities-hero {
  position: relative;
  width: 100%;
  height: 360px;
  min-height: 360px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #1f1710;
}

.activities-page .activities-hero img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}