@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700;900&display=swap");
body {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-attachment: fixed;
  color: white;
  font-family: "Roboto Condensed";
}

.text-danger {
  color: red !important;
}

@media (min-width: 1200px) {
  .container-left {
    margin-left: 0;
    margin-right: calc(50vw - 578px);
  }
}
html:not(#__):not(#___) .page-editor__layout-viewport, html:not(#__):not(#___) .page-editor__layout-viewport .page-editor__layout-viewport__resizer {
  background-color: inherit !important;
}

.sheet.sheet-lg {
  color: black;
}

#carouselHome .event-item {
  font-family: "Roboto Condensed";
  border-top: 2px solid white;
  height: 50vh;
  min-height: 440px;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
#carouselHome .event-item .name.smallTitle {
  font-size: 170px;
  font-weight: 900;
  letter-spacing: -20px;
  margin-top: -36px;
  padding-right: 10px;
}
#carouselHome .event-item .name.mediumTitle {
  font-size: 100px;
  font-weight: 900;
  letter-spacing: -5px;
  margin-top: -8px;
  padding-right: 5px;
  margin-bottom: 32px;
}
#carouselHome .event-item .name.longTitle {
  font-size: 80px;
  font-weight: 900;
  letter-spacing: -5px;
  margin-top: 0px;
  padding-right: 5px;
  margin-bottom: 50px;
}
#carouselHome .event-item .name.mobileTitle {
  font-size: 22px;
  text-align: center;
}
#carouselHome .event-item .date {
  text-transform: uppercase;
  text-align: right;
  margin-top: -54px;
  font-size: 28px;
}
#carouselHome .event-item .category {
  text-align: right;
  text-transform: uppercase;
  background-color: WHITE;
  float: right;
  color: black;
  font-size: 28px;
  font-weight: 700;
}
#carouselHome .event-item .description {
  width: 30vw;
  max-width: 400px;
  font-weight: 400;
  color: #a9a9a9;
  text-align: justify;
}
#carouselHome .event-item.d-flex {
  height: 20vh !important;
  background-size: cover;
  min-height: inherit;
  padding-right: 10px;
}

.height-100 {
  /* ADMIN */
}
.height-100 > .row {
  align-items: initial !important;
}
.height-100 > .row > .col > div {
  height: 100%;
}
.height-100 > .row > .col > div > .row {
  height: 100%;
}
.height-100 [aria-label=Grille] {
  height: 100%;
}
.height-100 [aria-label=Grille] .lfr-layout-structure-item-row {
  height: 100%;
}
.height-100 [aria-label=Grille] .lfr-layout-structure-item-row > .row {
  height: 100%;
}
.height-100 .space-between .row {
  align-content: space-between;
}

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
