﻿.project-card--reconnexion-divine {
  display: grid;
  grid-template-columns: minmax(240px, 420px) 1fr;
  gap: 24px;
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(49, 87, 213, 0.16);
  box-shadow: 0 18px 45px rgba(20, 34, 70, 0.10);
}

.project-card--reconnexion-divine img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

.project-card__category {
  color: #3157d5;
  font-weight: 800;
  margin-bottom: 8px;
}

.project-card__content h3 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.08;
}

.project-card__content p,
.project-card__skills li {
  color: #63708a;
  line-height: 1.7;
}

.project-card__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
  margin: 16px 0;
}

.project-card__skills li {
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #3157d5;
  font-weight: 700;
}

.project-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-card__links a {
  display: inline-flex;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #3157d5;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 820px) {
  .project-card--reconnexion-divine {
    grid-template-columns: 1fr;
  }
}