.news-banner-component {
  margin: 0;
}

.news-banner-component {
  height: 100%;
  background: #562C80;
}
@media all and (min-width: 768px) {
  .news-banner-component {
    max-height: 400px;
    height: 400px;
    max-width: 1816px !important;
    margin: auto;
  }
}
.news-banner-component__img {
  height: 300px;
}
@media all and (min-width: 768px) {
  .news-banner-component__img {
    min-height: inherit;
    height: 100%;
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .news-banner-component__img {
    flex: 1;
  }
}
.news-banner-component__img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  margin: 0 auto;
  min-width: 100%;
  width: auto;
  display: block;
}
.news-banner-component__infos {
  position: relative;
  color: #FFFFFF;
  background-color: #562C80;
  padding: 0 20px 20px 20px;
}
@media all and (min-width: 768px) {
  .news-banner-component__infos {
    padding: 1.25rem 1.875rem;
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .news-banner-component__infos {
    width: 36%;
  }
}
.news-banner-component__infos__title {
  font-size: 1.375rem;
  font-weight: 500;
}
.news-banner-component__infos:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: #562C80;
  width: 100%;
  height: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media all and (min-width: 768px) {
  .news-banner-component__infos:before {
    display: none;
  }
}
.news-banner-component__infos__tags {
  min-height: 30px;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (768px < width < 992px) {
  .news-banner-component__infos__tags {
    overflow-x: scroll;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }
}
.news-banner-component__infos__tags a {
  width: max-content;
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  height: 100%;
  border-radius: 0.25rem;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
  transition: transform 0.3s ease;
  text-decoration: none;
  transition: background 0.2s 0s ease;
}
.news-banner-component__infos__tags a:hover {
  background: #7A5C9F;
}
.news-banner-component__infos .cta-read-more {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF !important;
  color: #7A5C9F !important;
  margin: 2.1875rem auto 0 0 !important;
  padding: 0.625rem 1.25rem;
  transition: background 0.2s 0s ease;
}
.news-banner-component__infos .cta-read-more:hover {
  background-color: #A692BF !important;
  color: #FFFFFF !important;
}
.news-banner-component__infos .component-category a {
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  padding-block: 5px;
  display: inline-block;
  width: max-content;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.news-banner-component__infos .component-category a::after {
  content: "";
  width: 100%;
  max-width: 30%;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  transition: 0.3s;
}
.news-banner-component__infos .component-category a:hover::after {
  max-width: 100%;
}
.news-banner-component .component-category-notre-ecole a,
.news-banner-component .component-category-our-school a {
  color: color-mix(in srgb, #7A5C9F 54%, white 46%);
}
.news-banner-component .component-category-notre-ecole a::after,
.news-banner-component .component-category-our-school a::after {
  background: color-mix(in srgb, #7A5C9F 54%, white 46%);
}
.news-banner-component .component-category-vie-des-programmes a,
.news-banner-component .component-category-school-life a {
  color: color-mix(in srgb, #0168B0 50%, white 50%);
}
.news-banner-component .component-category-vie-des-programmes a::after,
.news-banner-component .component-category-school-life a::after {
  background: color-mix(in srgb, #0168B0 50%, white 50%);
}
.news-banner-component .component-category-vie-etudiante a,
.news-banner-component .component-category-student-life a {
  color: color-mix(in srgb, #9C1964 42%, white 58%);
}
.news-banner-component .component-category-vie-etudiante a::after,
.news-banner-component .component-category-student-life a::after {
  background: color-mix(in srgb, #9C1964 42%, white 58%);
}
.news-banner-component .component-category-nos-diplomes a,
.news-banner-component .component-category-our-alumni a {
  color: color-mix(in srgb, #E84E0F 59%, white 41%);
}
.news-banner-component .component-category-nos-diplomes a::after,
.news-banner-component .component-category-our-alumni a::after {
  background: color-mix(in srgb, #E84E0F 59%, white 41%);
}
.news-banner-component .component-category-avis-dexpert a,
.news-banner-component .component-category-insights a {
  color: color-mix(in srgb, #E1AF5D 100%, white 0%);
}
.news-banner-component .component-category-avis-dexpert a::after,
.news-banner-component .component-category-insights a::after {
  background: color-mix(in srgb, #E1AF5D 100%, white 0%);
}
.news-banner-component .component-category-notre-recherche a,
.news-banner-component .component-category-our-research a {
  color: color-mix(in srgb, #00A683 71%, white 29%);
}
.news-banner-component .component-category-notre-recherche a::after,
.news-banner-component .component-category-our-research a::after {
  background: color-mix(in srgb, #00A683 71%, white 29%);
}

#views-exposed-form-actualites-le-monde-de-neoma-block-1 .neoma-world-categories-form {
  margin: auto;
  float: none;
}

/*# sourceMappingURL=news-banner-component-style.css.map */
