.btn-fill {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: transparent;
  transition: color 0.3s ease;
  transform: translateZ(0);
}

.btn-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  z-index: -1;
  transition: width 0.3s ease;
  will-change: width;
  /* border-radius: inherit; */
}

.btn-fill:hover::before {
  width: 100%;
}

.btn-fill-primary::before {
  background: var(--color-primary);
}

.btn-fill-secondary::before {
  background: var(--color-secondary);
}

.btn-fill-tertiary::before {
  background: var(--color-tertiary);
}

.btn-fill-white::before {
    background: var(--color-white);
}

.btn-text-primary:hover {
  color: var(--color-primary) !important;
}

.btn-text-secondary:hover {
  color: var(--color-secondary) !important;
}

.btn-text-tertiary:hover {
  color: var(--color-tertiary) !important;
}

.btn-text-white:hover {
  color: var(--color-white) !important;
}

.btn-fill-primary:hover {
  border-color: var(--color-primary) !important;
}

.btn-fill-secondary:hover {
  border-color: var(--color-secondary) !important;
}

.btn-fill-calendar-header:hover {
  border-color: #98be1f !important;
}

/* Petit lien sur le mail de la page de politique de confidentialité */
#brxe-digqao a:hover {
    color: #E54528;
    transition: color 0.3s ease;
}

#brxe-stgzjr a:hover {
    color: #E54528;
    transition: color 0.3s ease;
}

#brxe-gotprq a:hover {
    color: #E54528;
    transition: color 0.3s ease;
}

#brxe-rpqsbe a:hover {
    color: #E54528;
    transition: color 0.3s ease;
}
