/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.sg-event-hero {
  position: relative;
  overflow: hidden;
  color: var(--wp--preset--color--txt-white);
  border-bottom: 1.5rem solid var(--wp--preset--color--bg-pale-sky);
  padding-top: 6.5rem;
}
@media screen and (max-width: 991px) {
  .sg-event-hero {
    padding-top: 3.75rem;
  }
}
.sg-event-hero .l-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 2;
}
.sg-event-hero .l-container {
  padding-top: 10.125rem;
  padding-bottom: 4.5rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .sg-event-hero .l-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .sg-event-hero .l-container {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .sg-event-hero .l-container {
    padding-top: 6rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.sg-event-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.sg-event-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--wp--preset--color--bg-black) 100%, transparent) 0%, color-mix(in srgb, var(--wp--preset--color--bg-black) 50%, transparent) 45%, color-mix(in srgb, var(--wp--preset--color--bg-black) 55%, transparent) 100%);
}
.sg-event-hero__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sg-event-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 41.125rem);
  gap: 2.5rem;
  align-items: end;
}
@media screen and (max-width: 1024px) {
  .sg-event-hero__inner {
    grid-template-columns: 1fr;
  }
}
.sg-event-hero__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
.sg-event-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.sg-event-hero__tag {
  text-decoration: none;
}
.sg-event-hero__title {
  margin: 0;
  max-width: 62.4375rem;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 200;
  color: var(--wp--preset--color--txt-white);
}
.sg-event-hero__title {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .sg-event-hero__title {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .sg-event-hero__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sg-event-hero__title {
    font-weight: 200;
    color: var(--wp--preset--color--txt-white);
  }
  .sg-event-hero__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .sg-event-hero__title {
    font-size: calc(48px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .sg-event-hero__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .sg-event-hero__title {
    font-weight: 200;
    color: var(--wp--preset--color--txt-white);
  }
  .sg-event-hero__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 580px) and (min-width: 569px) {
  .sg-event-hero__title {
    font-size: calc(28px + 12 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 580px) and (min-width: 1440px) {
  .sg-event-hero__title {
    font-size: 2.5rem;
  }
}
.sg-event-hero__infos {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
  padding: 1.5rem 2rem 2rem;
  border: 1px solid var(--wp--preset--color--txt-white);
  border-radius: 0.25rem;
  background: color-mix(in srgb, var(--wp--preset--color--txt-white) 4%, transparent);
  backdrop-filter: blur(0.9375rem);
}
@media screen and (max-width: 1024px) {
  .sg-event-hero__infos {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .sg-event-hero__infos {
    gap: 1.5rem 2rem;
    padding: 1.25rem 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .sg-event-hero__infos {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.sg-event-hero__info {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.sg-event-hero__info-label {
  margin: 0;
  opacity: 0.5;
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
  line-height: 1.5;
}
.sg-event-hero__info-label {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .sg-event-hero__info-label {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .sg-event-hero__info-label {
    font-size: 0.875rem;
  }
}
.sg-event-hero__info-value {
  margin: 0;
  white-space: nowrap;
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
  line-height: 1.5;
}
.sg-event-hero__info-value {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .sg-event-hero__info-value {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .sg-event-hero__info-value {
    font-size: 0.875rem;
  }
}
.sg-event-hero__info-value--body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
}
.sg-event-hero__info-value--body {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .sg-event-hero__info-value--body {
    font-size: calc(14px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .sg-event-hero__info-value--body {
    font-size: 1rem;
  }
}
.sg-event-hero__info-value--location {
  white-space: normal;
  text-decoration: underline;
  text-underline-offset: 12%;
}
.sg-event-hero__location-link {
  color: inherit;
  text-decoration: inherit;
}
.sg-event-hero__footer {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 0.5rem;
}
.sg-event-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.sg-event-hero__actions .c-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sg-event-hero__actions .c-btn {
  min-height: 2.1875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.sg-event-hero__actions .c-btn--bg-deep-purple-medium.c-btn--fill {
  background-color: var(--wp--preset--color--bg-deep-purple-medium);
  border-color: var(--wp--preset--color--bg-deep-purple-medium);
}
.sg-event-hero__actions .c-btn--bg-white.c-btn--outline,
.sg-event-hero__actions .c-btn--outline.c-btn--bg-white {
  border-color: var(--wp--preset--color--txt-white);
  color: var(--wp--preset--color--txt-white);
}
.sg-event-hero__actions .c-btn--bg-white.c-btn--outline path,
.sg-event-hero__actions .c-btn--outline.c-btn--bg-white path {
  fill: var(--wp--preset--color--txt-white);
}
.sg-event-hero__share {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .sg-event-hero__share {
    margin-left: 0;
  }
}
.sg-event-hero__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  border-radius: 4rem;
  color: var(--wp--preset--color--txt-white);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.sg-event-hero__share-btn svg {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
.sg-event-hero__share-btn svg path {
  fill: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .sg-event-hero__share-btn:hover {
    opacity: 0.75;
  }
}