/* ===========================
   ACTUALITÉ / BLOG PAGE
   =========================== */

.actualite-page {
  font-family: 'Montserrat', sans-serif;
  background: #000;
  color: #fff;
  margin: 0;
}

.actualite-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.actualite-page .act-expert-photo img,
.actualite-page .act-card-img img {
  max-width: none;
}

/* Image placeholders — swap for <img> when ready */
.act-img-placeholder,
.act-promo-media,
.act-jobs-photo {
  background: #111;
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.act-img-placeholder img,
.act-promo-media img,
.act-jobs-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.act-card-img {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  background: #111;
  align-self: stretch;
}

.act-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* --- Hero --- */
.act-hero {
  padding: 24px 10% 40px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.act-hero-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.act-breadcrumb {
  color: #aaa;
  text-decoration: none;
}

.act-breadcrumb:hover { color: #fff; }

.act-community {
  color: #888;
  font-size: 14px;
  text-decoration: none;
}

.act-hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 400;
  margin: 0 0 12px;
}

.act-subtitle {
  font-size: 15px;
  color: #888;
  margin: 0 0 32px;
}

.act-boutique-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #333;
  border: 1px solid #444;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.act-boutique-btn:hover {
  background: #444;
  color: #fff;
}

/* --- Tabs --- */
.act-tabs {
  display: flex;
  justify-content: center;
  background: #0a0a0a;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.act-tab {
  flex: 1;
  max-width: 280px;
  text-align: center;
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 13px;
  border-right: 1px solid #222;
  transition: background 0.2s, color 0.2s;
}

.act-tab:last-child { border-right: none; }

.act-tab--active,
.act-tab:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

/* --- Featured --- */
.act-featured {
  padding: 56px 10% 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.act-featured-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.act-featured-images {
  position: relative;
  height: 340px;
}

.act-img-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 280px;
}

.act-img-front {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 250px;
  border: 3px solid #000;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.act-date {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
}

.act-featured-text h2 {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 1.3;
}

.act-featured-lead {
  font-size: 14px;
  color: #ccc;
  margin: 0 0 16px;
}

.act-featured-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #aaa;
  margin: 0 0 28px;
}

/* --- Sections --- */
.act-section {
  padding: 60px 10% 80px;
  color:#000000;
  max-width: 1200px;
  margin: 0 auto;
}

.act-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
  color: #fff;
}

/* --- 2x2 card grid --- */
.act-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.act-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  color: #111;
  border-radius: 10px;
  overflow: hidden;
  min-height: 200px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.act-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
}

/* Nouveautés — uniform image column, full bleed photos */
.act-card-grid--nouveautes .act-card {
  min-height: 220px;
}

.act-card-grid--nouveautes .act-card-img {
  width: 210px;
  min-width: 210px;
  max-width: 210px;
}

/* Derniers blogs — wider images, roomy text */
.act-card-grid--blogs .act-card {
  min-height: 240px;
}

.act-card-grid--blogs .act-card-img {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}

.act-card-grid--blogs .act-card-body {
  padding: 22px 28px 22px 24px;
  flex: 1;
  min-width: 0;
}

.act-card--linked {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.act-card--linked:visited {
  color: inherit;
}

.act-card--linked .act-card-body h3,
.act-card--linked .act-card-body p {
  color: inherit;
}

.act-card--linked .act-card-body p {
  color: #555;
}

.act-card-img img {
  transition: transform 0.35s ease;
}

.act-card:hover .act-card-img img {
  transform: scale(1.04);
}

.act-card-body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.act-card-body h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.act-card-body p {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  flex: 1;
}

/* --- Buttons --- */
.act-btn-white {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  align-self: flex-start;
  border: none;
  cursor: pointer;
}

.act-btn-white:hover { background: #ddd; }

.act-btn-dark {
  display: inline-block;
  padding: 8px 18px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  align-self: flex-end;
  margin-top: auto;
}

.act-btn-dark:hover { background: #333; }

/* --- Vidéos et promotions --- */
.act-promo {
  padding: 60px 10%;
  max-width: 1200px;
  margin: 0 auto;
}

.act-promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.act-promo-card {
  display: flex;
  flex-direction: column;
}

.act-promo-media {
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
}

.act-promo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.act-promo-footer h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

/* --- Jobs --- */
.act-jobs {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 80px 10%;
  background: linear-gradient(180deg, #1e1e1e 0%, #141414 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.act-jobs-text {
  max-width: 640px;
  text-align: center;
}

.act-jobs-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 400;
  margin: 0 0 16px;
}

.act-jobs-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #aaa;
  margin: 0 0 24px;
}

.act-jobs-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.act-jobs-photo {
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
}

/* --- Team / experts --- */
.act-experts {
  padding: 80px 10% 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.act-team-section-title {
  margin-bottom: 48px;
}

.act-expert-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.act-expert-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  color: #111;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.act-expert-card--reverse {
  flex-direction: row-reverse;
}

.act-expert-photo {
  width: 42%;
  min-width: 280px;
  flex-shrink: 0;
  padding: 28px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
}

.act-expert-photo img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  max-height: 420px;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  border-radius: 14px;
  border: 1px solid #d4d4d4;
  display: block;
}

.act-expert-photo--empty {
  background: #f3f3f3;
  min-height: 340px;
  border-right: 1px solid #ececec;
}

.act-expert-card--reverse .act-expert-photo--empty {
  border-right: none;
  border-left: 1px solid #ececec;
}

.act-expert-photo--empty::after {
  content: 'Photo à ajouter';
  position: absolute;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
}

.act-expert-info {
  padding: 36px 40px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid #ececec;
}

.act-expert-card--reverse .act-expert-info {
  border-left: none;
  border-right: 1px solid #ececec;
}

.act-expert-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 18px;
  color: #111;
}

.act-expert-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.act-expert-lead,
.act-expert-section-label,
.act-expert-objective,
.act-expert-body {
  font-size: 14px;
  line-height: 1.85;
  color: #444;
  margin: 0 0 12px;
  font-family: 'Montserrat', sans-serif;
}

.act-expert-lead strong,
.act-expert-section-label strong,
.act-expert-objective strong,
.act-expert-missions strong {
  font-weight: 600;
  color: #111;
}

.act-expert-missions {
  margin: 0 0 16px;
  padding-left: 1.35em;
  font-size: 14px;
  line-height: 1.85;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  list-style: decimal;
}

.act-expert-missions li {
  margin-bottom: 8px;
  padding-left: 0.25em;
}

.act-expert-missions li::marker {
  font-weight: 600;
  color: #111;
}

/* --- Newsletter --- */
.act-newsletter {
  text-align: center;
  padding: 64px 24px;
  max-width: 560px;
  margin: 0 auto;
}

.act-newsletter h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  margin: 0 0 12px;
}

.act-newsletter p {
  font-size: 14px;
  color: #888;
  margin: 0 0 24px;
}

.act-newsletter-form {
  display: flex;
  gap: 0;
  max-width: 420px;
  margin: 0 auto;
}

.act-newsletter-form input {
  flex: 1;
  padding: 14px 18px;
  background: #fff;
  border: none;
  font-family: inherit;
  font-size: 14px;
  color: #111;
}

.act-newsletter-form button {
  padding: 14px 22px;
  background: #fff;
  border: 1px solid #ccc;
  border-left: none;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.5px;
  cursor: pointer;
  white-space: nowrap;
}

/* --- Agent CTA --- */
.act-agent-cta {
  text-align: center;
  padding: 60px 24px 100px;
}

.act-agent-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  margin: 0 0 24px;
}

/* --- Responsive --- */
@media (max-width: 1100px) {
  .act-card-grid--nouveautes .act-card-img {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
  }

  .act-card-grid--blogs .act-card-img {
    width: 175px;
    min-width: 175px;
    max-width: 175px;
  }
}

@media (max-width: 992px) {
  .act-featured-inner {
    grid-template-columns: 1fr;
  }

  .act-featured-images {
    height: 280px;
  }

  .act-card-grid,
  .act-promo-grid {
    grid-template-columns: 1fr;
  }

  .act-expert-card,
  .act-expert-card--reverse {
    flex-direction: column;
  }

  .act-expert-photo {
    width: 100%;
    min-width: 0;
    padding: 20px 20px 0;
  }

  .act-expert-photo img {
    min-height: 280px;
    max-height: 360px;
  }

  .act-expert-photo--empty {
    min-height: 280px;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ececec;
  }

  .act-expert-info {
    border-left: none;
    border-right: none;
    padding: 28px 24px;
  }

  .act-expert-card--reverse .act-expert-info {
    border-right: none;
  }

  .act-hero-bar {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .act-tabs { flex-direction: column; }

  .act-tab {
    max-width: none;
    border-right: none;
    border-bottom: 1px solid #222;
  }
}

@media (max-width: 600px) {
  .act-newsletter-form {
    flex-direction: column;
  }

  .act-card {
    flex-direction: column;
  }

  .act-card-grid--nouveautes .act-card-img,
  .act-card-grid--blogs .act-card-img {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 220px;
    align-self: auto;
  }
}
