@font-face {
  font-family: "National Medium";
  src: url("../../../../src/assets/fonts/national/national-medium.otf") format("opentype");
}
@font-face {
  font-family: "National Regular";
  src: url("../../../../src/assets/fonts/national/national-regular.otf") format("opentype");
}
@media all and (width < 768px) {
  .homepage_section:not(.homepage__eligibles) .container-xl.p-xl-0 {
    padding: 0 !important;
  }
  .homepage_section:not(.homepage__eligibles) .container-xl.p-xl-0 > .title-component {
    padding-inline: 16px;
  }
  .homepage_section:not(.homepage__eligibles) .container-xl.p-xl-0 > .cta-component.cta-homepage {
    margin-right: 16px;
  }
}

.homepage__hero {
  display: flex;
  flex-direction: column;
}
@media all and (width > 992px) {
  .homepage__hero {
    flex-direction: row;
  }
}
.homepage__hero__image {
  height: 100%;
  overflow-y: clip;
  background-color: #FCD70A;
}
@media all and (width < 992px) {
  .homepage__hero__image {
    overflow-x: hidden;
  }
}
.homepage__hero__image img {
  max-width: none;
  object-fit: cover;
}
.homepage__hero__information {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.homepage__hero__information__text {
  display: flex;
}
@media all and (width > 992px) {
  .homepage__hero__information__text {
    height: 44%;
  }
}
.homepage__hero__information__text__empty {
  background-color: #562C80;
  flex: 1;
}
@media all and (width > 992px) {
  .homepage__hero__information__text__empty {
    display: none;
  }
}
.homepage__hero__information__text__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 9;
  height: unset;
  background-color: #9C1964;
}
.homepage__hero__information__text__container__title {
  display: flex;
  align-items: center;
  position: relative;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  margin-top: 32px;
  padding: 0;
}
@media all and (width > 1200px) {
  .homepage__hero__information__text__container__title {
    font-size: 2.25rem;
  }
}
@media all and (width > 1600px) {
  .homepage__hero__information__text__container__title {
    font-size: 2.75rem;
  }
}
.homepage__hero__information__text__container__title .hemisphere {
  width: 72.5px;
  height: 72.5px;
  transform: translateX(-50%);
}
@media all and (width > 992px) {
  .homepage__hero__information__text__container__title .hemisphere {
    width: 100px;
    height: 100px;
  }
}
@media all and (width > 1200px) {
  .homepage__hero__information__text__container__title .hemisphere {
    width: 110px;
    height: 110px;
  }
}
@media all and (width > 1600px) {
  .homepage__hero__information__text__container__title .hemisphere {
    width: 132px;
    height: 132px;
  }
}
.homepage__hero__information__text__container a {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  margin-left: 0 !important;
  font-size: 14px;
  transform: translateX(72px);
}
@media all and (width > 992px) {
  .homepage__hero__information__text__container a {
    margin-top: 0 !important;
    font-size: 12px !important;
    transform: translateX(100px);
  }
}
@media all and (width > 1200px) {
  .homepage__hero__information__text__container a {
    font-size: 14px !important;
    transform: translateX(110px);
  }
}
@media all and (width > 1600px) {
  .homepage__hero__information__text__container a {
    font-size: 18px !important;
    transform: translateX(132px);
  }
}
.homepage__hero__information__finder {
  background-color: #4EC0EF;
  flex: 1;
  align-content: center;
}
.homepage__hero__information__finder__grid h2 {
  display: none;
}
@media all and (width > 992px) {
  .homepage__hero__information__finder__grid h2 {
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
@media all and (width > 992px) {
  .homepage__hero__information__finder__grid {
    margin: auto 1rem;
    padding: 20px 30px;
    background: rgba(86, 44, 128, 0.5);
    border-radius: 0.75rem;
  }
}
@media all and (width > 1065px) {
  .homepage__hero__information__finder__grid {
    margin: auto 80px;
  }
}
@media all and (width > 1200px) {
  .homepage__hero__information__finder__grid {
    margin: auto 80px;
  }
}
@media all and (width > 1600px) {
  .homepage__hero__information__finder__grid {
    margin: auto 102px;
  }
}
.homepage__hero__information__finder__grid ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  margin: 30px auto;
}
@media all and (width > 992px) {
  .homepage__hero__information__finder__grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
  }
}
.homepage__hero__information__finder__grid a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  max-width: 450px;
  margin: 0 auto !important;
  padding: 14px !important;
  font-size: 1.125rem !important;
  height: 74px;
}
@media all and (width > 992px) {
  .homepage__hero__information__finder__grid a {
    max-width: none;
  }
}
.homepage__eligibles {
  padding-block: 48px;
}
.homepage__eligibles > div {
  gap: 32px;
}
.homepage__eligibles__image img {
  border-radius: 0.75rem;
  height: revert-layer;
  object-fit: cover;
}
.homepage__eligibles__informations__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media all and (width > 768px) {
  .homepage__eligibles__informations__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (578px < width < 768px) {
  .homepage__eligibles__informations__grid a {
    width: 50% !important;
  }
}
.homepage__meet-us {
  padding-block: 48px;
  background-color: #F2F2F2;
}
.homepage__meet-us .title-component {
  margin-block: 0 24px;
}
.homepage__meet-us .view-content {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 32px;
  background-color: #F2F2F2;
  margin-block: -16px;
}
@media all and (width < 768px) {
  .homepage__meet-us .view-content {
    padding-inline: 16px;
  }
}
.homepage__meet-us .view-content .views-row {
  min-width: 370px;
  scroll-snap-align: start;
  margin-block: 16px;
}
.homepage__meet-us .view-content .views-row .event-card-component {
  margin-block: 0;
}
@media all and (width > 768px) {
  .homepage__meet-us .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-x: visible;
  }
  .homepage__meet-us .view-content .views-row {
    min-width: auto;
  }
}
@media all and (width > 992px) {
  .homepage__meet-us .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage__meet-us .views-element-container {
  background-color: #F2F2F2;
}
.homepage__meet-us .cta-component.cta-events {
  margin: 48px 0 0 auto;
}
.homepage__news {
  padding-block: 48px;
}
.homepage__news .title-component {
  margin-block: 0 24px;
}
.homepage__news .news-components-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 32px;
}
@media all and (width < 768px) {
  .homepage__news .news-components-wrapper {
    padding-inline: 16px;
  }
}
.homepage__news .news-components-wrapper .views-row {
  min-width: 370px;
  scroll-snap-align: start;
  width: 100%;
  margin-block: 16px;
}
@media all and (width > 768px) {
  .homepage__news .news-components-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-x: visible;
  }
  .homepage__news .news-components-wrapper .views-row {
    min-width: auto;
    margin-block: 0;
  }
}
@media all and (width > 992px) {
  .homepage__news .news-components-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage__news .views-element-container {
  background: #FFFFFF;
}
.homepage__news .cta-component.cta-news {
  margin: 48px 0 0 auto;
}
.homepage__key-figures {
  font-family: "National Regular", serif;
  font-style: normal;
  background-color: #9C1964;
  color: #FFFFFF;
  text-align: center;
}
.homepage__key-figures > div {
  padding-block: 35px 48px;
}
.homepage__key-figures__grid-container {
  display: grid;
  justify-content: space-around;
  gap: 32px;
}
@media all and (width > 992px) {
  .homepage__key-figures__grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage__key-figures .key-figures {
  position: relative;
  font-size: 60px;
  margin: 0 auto;
  line-height: 1;
}
@media all and (width > 992px) {
  .homepage__key-figures .key-figures {
    font-size: 112px;
  }
}
.homepage__key-figures .key-figures__counter {
  font-family: "National Medium", serif;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  min-width: 350px;
  letter-spacing: -2px;
}
.homepage__key-figures .key-figures__title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.homepage__key-figures .cta-key-figures {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF !important;
  color: #562C80 !important;
  margin: 35px 0 0 auto !important;
}
.homepage__key-figures .cta-key-figures:hover {
  background-color: #7A5C9F !important;
  color: #FFFFFF !important;
}
.homepage__network {
  padding-block: 48px;
}
.homepage__network .title-component {
  margin-block: 0 24px;
}
.homepage__network__grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 32px;
  margin-block: -16px;
}
@media all and (width < 768px) {
  .homepage__network__grid {
    padding-inline: 16px;
  }
}
.homepage__network__grid .home-shortcut-component {
  scroll-snap-align: start;
  margin-block: 16px;
}
@media all and (width < 768px) {
  .homepage__network__grid .home-shortcut-component {
    min-width: 370px;
  }
}
@media all and (width > 768px) {
  .homepage__network__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-x: visible;
  }
  .homepage__network__grid > div {
    min-width: auto;
  }
}
@media all and (width > 992px) {
  .homepage__network__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage__testimonials {
  padding-block: 48px;
  background-color: #F2F2F2;
}
.homepage__testimonials .title-component {
  margin-block: 0 24px;
}
.homepage__testimonials .view-content {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 32px;
  background-color: #F2F2F2;
  margin-block: -16px;
}
@media all and (width < 768px) {
  .homepage__testimonials .view-content {
    padding-inline: 16px;
  }
}
.homepage__testimonials .view-content .views-row {
  scroll-snap-align: start;
  min-width: 370px;
  margin-block: 16px;
}
@media all and (width > 768px) {
  .homepage__testimonials .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-x: visible;
  }
  .homepage__testimonials .view-content .views-row {
    min-width: auto;
  }
}
@media all and (width > 992px) {
  .homepage__testimonials .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage__testimonials .cta-component.cta-testimonials {
  margin: 48px 0 0 auto;
}

.title-component h2 {
  margin-block: 0;
  color: #562C80;
}

.view-footer a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-weight: 300 !important;
  font-size: 0.813rem !important;
  height: 45px;
  max-width: max-content;
  min-width: 0.375rem;
  color: #FFFFFF !important;
  background-color: #562C80 !important;
  border: none !important;
  padding: 0 20px !important;
  transition: color 0.2s 0s ease;
  margin-left: auto !important;
}
.view-footer a:before {
  display: none;
}
.view-footer a:hover {
  background-color: #7A5C9F !important;
}

.cta-homepage:hover {
  background-color: #7A5C9F !important;
}

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