.encartshp-container {
  width: 100%;
  margin-bottom: 1.5rem;
}

.encartshp-grid-grands {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.encartshp-grand {
  width: calc(50% - 10px);
}

.encartshp-grid-petits {
  display: flex;
  justify-content: space-between;
}

.encartshp-petit {
  width: calc(33.333% - 14px);
}

.encartshp-item a {
  display: block;
}

.encartshp-img {
  display: block;
  width: 100%;
  height: auto;
}

.encartshp-placeholder--grand {
  width: 100%;
  aspect-ratio: 545 / 340;
  border: 1px solid #000;
  box-sizing: border-box;
}

.encartshp-placeholder--petit {
  width: 100%;
  aspect-ratio: 300 / 183;
  border: 1px solid #000;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .encartshp-grid-grands {
    flex-direction: column;
    margin-bottom: 0;
  }
  .encartshp-grid-petits {
    flex-direction: column;
  }
  .encartshp-grand,
  .encartshp-petit {
    width: 100%;
    margin-bottom: 15px;
  }
}
