/**
 * Block : Présentation chiffres
 * =================================
 *
 *
 *
 */

.presentation-chiffres .wp-block-button__link {
  color: white !important;
  border-color: white !important;
  margin-top: 40px;
}

.presentation-chiffres .wp-block-button__link:before {
  background-color: #ffffff !important;
}

.presentation-chiffres .wp-block-button__link:hover {
  color: var(--wp--preset--color--bleu-fonce) !important;
}
