/* === Responsive pour tablette (<= 1024px) === */
@media (max-width: 1024px) {
  .hero-section {
    flex-direction: column;
    height: auto;
    min-height: calc(100vh - 80px);
  }

  .left-half,
  .right-half {
    width: 100%;
    min-height: 600px;
    padding: 40px 8vw;
  }

  .left-half {
    align-items: flex-start;
    text-align: left;
    justify-content: center;
  }

  .right-half {
    height: 800px;
    min-height: 600px;
    padding: 0;
  }

  .hero-image {
    height: 100%;
    min-height: 600px;
    max-height: 800px;
    position: relative;
  }

  .facettes-section {
    padding: 60px 2vw;
  }

  .facettes-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-section {
    padding: 60px 2vw;
  }

  .map-section {
    padding: 50px 0 0 0;
  }

  .footer {
    padding: 100px 2vw 50px 2vw;
  }
}
