#czchifclecmsblock {
  margin-bottom: var(--fd-gap);
  margin-top: var(--fd-gap);
}

#czchifclecmsblock .chifcle-grid {
  position: relative;
  display: grid;
  background-color: var(--fd-color-bg);

  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, 10rem);
}

#czchifclecmsblock .chifcle-chifcle {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#czchifclecmsblock .chifcle-chiffre {
  font-size: 2.75rem;
  line-height: 1;
  font-weight: bold;
  color: var(--fd-color-primary);
}
#czchifclecmsblock .chifcle-texte {
  font-size: 1.25rem;
  color: var(--fd-color-primary);
}
#czchifclecmsblock .chifcle-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

/* Tablet */
@media (min-width: 768px) {
}

/* Desktop */
@media (min-width: 992px) {
  #czchifclecmsblock .chifcle-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 20rem);
  }
}
