.project {
    padding: 10rem 2rem 5rem 2rem; /* plus d’espace */
  }

  .project-container {
    max-width: 1000px;
    border-radius: 1.5rem;
    padding: 5rem;
    gap: 2rem;
  }

  .project-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .project-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .project-tech {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 1.5rem;
  }

  .project-tech h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    letter-spacing: 1px;
  }

  .tech-list {
    gap: 2.5rem;
  }

  .tech-item img {
    width: 60px;
    height: 60px;
  }

  .tech-item span {
    font-size: 1rem;
  }

  .project-swiper {
    max-width: 700px;
    border-radius: 1.5rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  }

  .project-swiper img {
    border-radius: 1.5rem;
  }