  .store-card {
    transition: transform .08s ease-in-out, box-shadow .08s ease-in-out;
    height: 100%;
    height: 280px;
    border: #4B712B 1px solid;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }


  .store-card .store-logo-wrap {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    /* bg-light */

    background-color: #f0f0f0;
  }

  .store-card .store-logo {
    max-height: 70px;
    max-width: 90%;
    object-fit: contain;
  }

  .store-card .store-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: .25rem;
  }

  .store-card .store-address,
  .store-card .store-phone {
    font-size: .9rem;
  }

  .store-card .text-2lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Boutons compacts */
  .store-card .btn-slim {
    padding: .35rem .6rem;
    font-size: .875rem;
  }


  .store-card .link-wrap {
    height: 30px;
  }