.catalog-action-card {
  color: white;
  /* max-width: 420px; */
  height: 460px;
  position: relative;
  overflow:auto;
  margin: 0 auto;
  min-width: 100%;
  max-width: 395px;
  display: flex;
  flex-direction: column;
}

.catalog-action-img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: top;
}

.catalogue-action-thematique {
  display: block;
  margin-bottom: 55%;
  background: var(--pes-green);
  width: fit-content;
  padding: 5px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Archivo';
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--pes-blue-dark);
}

.action-card-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.action-card-row {
  display: flex;
  justify-self: center;
  justify-content: left;
  padding-bottom: 1rem;
}

.view-catalogue-action, .view-catalogue-ilf {
  width: 65%;
  margin: auto auto;
  margin-bottom: 10rem;
}

#blazy-views-catalogue-action-block-vue-catalog-action-1 {
  border-radius: 0;
}

#blazy-views-catalogue-action-block-vue-catalog-action-1 .grid {
  background: transparent;
  border: transparent 0;
}

@media screen and (max-width: 992px) {
  .carousel-action-text {
    width: 90%;
    overflow: hidden;
  }

  .carousel-action-title > b > a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width: 600px) {
  .view-catalogue-action, .view-catalogue-ilf {
    width: 96%;
  }

  .catalog-action-card {
    height: 340px;
    width: 340px;
  }

  .catalogue-action-thematique {
    margin-bottom: 25%;
  }

}
