.breadcrumb {
  text-transform: uppercase;
}

.event-bottom-sponsor b::before {
  content: " | ";
}
.event-bottom-sponsor b:first-of-type::before {
  content: "";
}

.footer-partner .partner-secondary-container {
  justify-content: space-between;
}
.footer-partner .partner-secondary-container .partner.partner-xl {
  min-width: 33%;
}
@media screen and (min-width: 992px) {
  .footer-partner .partner-secondary-container .partner.partner-xl {
    max-width: 200px;
    min-width: 160px;
  }
}
.footer-partner .bottom-line {
  border-bottom: 1px solid #ededed;
}
.footer-partner .partner-secondary-container .partner {
  margin-bottom: 0;
}

.overlay-message {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 99;
  width: calc(100% - 2em);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  border-radius: 1em;
  overflow: hidden;
}
.overlay-message p {
  font-size: 14px;
}
.overlay-message .overlay-close {
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  font-size: 12px;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 20px;
  height: 20px;
  border: none;
  font-weight: bold;
  opacity: 0.75;
}
.overlay-message .overlay-close:hover {
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .overlay-message {
    width: 300px;
  }
  .overlay-message p {
    font-size: 18px;
  }
}
