<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card-list-item {
  overflow: hidden;
}

.card-list-item .details-hover {
  position: absolute;
  height: calc(100% - 100px);
  width: 100%;
  bottom: -100%;
  transition: all 0.5s ease-out;
}

.card-list-item:hover .details-hover {
  bottom: 0;
}

.active &gt; .page-link, .page-link.active{
  /*background-color: var(--bs-yellow);*/
  background-color:#fcea10;
  color:#212529;
}
.page-link{
  /*background-color: var(--bs-yellow);*/
  color:#212529;
}
.card-shop-item img {
  border-radius: 6px;
}

.card-shop-item h5 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Jost';
  font-weight: 800;
  margin-top: 30px !important;
}

.card-shop-item h5 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Jost';
  font-weight: 800;
  margin-top: 30px !important;
}

.card-shop-item .details h5 ,
.card-shop-item .details .lieu {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

select#pages ,
#sortSelect {
  font-weight: bold;
  background: transparent;
  border: 2px solid #212529;
  padding: 2px 1px;
  border-radius: 0;
}
</pre></body></html>