/* breakpoints */
.pageheader__badge {
  width: 240px;
  height: 240px;
  background-color: var(--clr-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  margin-bottom: 1rem;
}
.pageheader__badge a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  background-color: var(--clr-secondary);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.pageheader__badge a:hover {
  background-color: #DDD7A5;
}
@media (max-width: 767.98px) {
  .pageheader__badge {
    width: 120px;
    height: 120px;
    right: 1rem;
  }
}
.pageheader__badge-text {
  transform: rotate(15deg);
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 2.5rem;
  font-size: 1.875rem;
}
@media (max-width: 767.98px) {
  .pageheader__badge-text {
    line-height: 1.375rem;
    font-size: 1rem;
  }
}
.pageheader__badge-label--small {
  transform: rotate(15deg);
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 2.5rem;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .pageheader__badge-label--small {
    line-height: 1rem;
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fheimattage%2Fscss%2Fcomponents%2F_pageheader.scss%22%2C%22%2Fthemes%2Fheimattage%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BACaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACbE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */