.fccq-block-cards-event-container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 0 4%;
}

.fccq-block-index-event__card__info {
  height: 100%;
  padding: 24px;
  background-color: var(--wp--preset--color--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fccq-block-index-event__card {
  width: 48%;
  margin-bottom: 20px;
}

.fccq-block-cards-event__break {
  flex-basis: 100%;
  width: 0;
}

.fccq-block-index-event__wrapper__image {
  position: relative;
  overflow: hidden;
}
.fccq-block-index-event__image_square {
  position: absolute;
  width: 500px;
  height: 500px;
  top: calc(-500px + 50px);
  right: calc(-500px + 200px);
  z-index: 1;
  rotate: 15deg;
  background-color: var(--wp--preset--color--bleu-fond);
}
.fccq-block-index-event__card__image {
  padding-bottom: 48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.fccq-block-index-event__card__info__date {
  color: var(--wp--preset--color--primary);
  display: block;
}

.fccq-block-index-event__card__info__description {
  color: var(--wp--preset--color--primary);
  font-size: 18px;
}

.fccq-block-index-event__card__info__title {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 7px;
}

.fccq-block-index-event__card__info__link__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 640px) {
  .fccq-block-cards-event-container {
    display: block;
  }
  .fccq-block-index-event__card {
    margin-bottom: 20px;
    width: 100%;
  }
  .fccq-block-index-event__card__info {
    height: 100%;
    width: 100vw;
    max-width: 100%;
    padding: 24px;
    background-color: var(--wp--preset--color--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .fccq-block-index-event__card__image {
    max-width: none;
    height: clamp(120px, 40vw, 240px);
    max-height: 500px;
  }

  .fccq-block-cards-event__break {
    display: none;
  }
}
