.wp-block-button.bouton-primaire .wp-block-button__link,
.wp-block-button.bouton-secondaire .wp-block-button__link {
    width: 280px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    padding: 0 24px;
}
.cta-box {
  position: relative;
  overflow: visible;
}

.cta-info-badge {
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.cta-info-badge span {
  width: 50px;
  height: 50px;
  background: #f36a36; /* ton orange */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
}