.footer-reward-blocks, .footer-infos-blocks {
  display: grid;
  grid-template-columns: 1fr;
  margin: auto;
  padding-bottom: 2rem;
}
.footer-reward-blocks .reward-block {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
}
.footer-reward-blocks .reward-block:first-child {
  background: #f9f9f9;
}
.footer-reward-blocks .reward-block:last-child {
  background: #118377;
}
.footer-reward-blocks .bfcta-media img {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer-reward-blocks .bfcta-text {
  font-size: 1rem;
  line-height: 1.5;
}
.footer-reward-blocks .bfcta-actions .bfcta-button {
  display: inline-block;
  background: #0f172a;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  text-decoration: none;
}
.footer-reward-blocks .bfcta-actions .bfcta-button:hover,
.footer-reward-blocks .bfcta-actions .bfcta-button:focus {
  opacity: .9;
}

.footer-payment, .footer-reviews {
}

.footer-payment .title, .footer-reviews .title {
  color: #464646;
  font-size: .9375rem;
  font-weight: 700;
  margin-bottom: .5rem;
  text-align: center;
  text-transform: uppercase;
}

.reviews-global {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.footer-payment-logos {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer-reward-blocks,.footer-infos-blocks {
    grid-template-columns: 1fr 1fr;
  }
}

/* -- Front HP --*/
.groud-infos-article {
  .group-titre {
    min-height: 40px;
  }
  .group-tag {
    min-height: 28px;
  }
}