.card_activite_container {
    display: flex;
    max-width:  1440px; ;
    height: 439px;
    gap: 30px; /* Espace de 30px entre chaque card */
    margin-bottom: 60px;
    max-width: 1440px;
    
  }

  .card_activite {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .card_activite_image {
    width: 324px;
    height: 380px;
    object-fit: cover;
    flex: 1;
  }

  .card_activite_titre {
    background: white;
    padding: 12px;
    font-weight: bold;
  }