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

.main-neoma-news {
  background: #562C80;
}
@media all and (min-width: 768px) {
  .main-neoma-news {
    max-height: 400px;
    max-width: 1816px !important;
    margin: auto;
  }
}
.main-neoma-news__img {
  min-height: 300px;
}
@media all and (min-width: 768px) {
  .main-neoma-news__img {
    min-height: inherit;
    height: 100%;
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .main-neoma-news__img {
    flex: 1;
  }
}
.main-neoma-news__infos {
  position: relative;
  color: #FFFFFF;
  background-color: #562C80;
  padding: 0 20px 20px 20px;
}
@media all and (min-width: 768px) {
  .main-neoma-news__infos {
    padding: 1.25rem 1.875rem;
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .main-neoma-news__infos {
    width: 36%;
  }
}
.main-neoma-news__infos__title {
  font-size: 1.375rem;
  font-weight: 500;
}
.main-neoma-news__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) {
  .main-neoma-news__infos:before {
    display: none;
  }
}
.main-neoma-news__infos__tags {
  min-height: 30px;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  gap: 5px;
  border-radius: 0.5rem;
}
.main-neoma-news__infos__tags a {
  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;
}
.main-neoma-news__infos__tags a:hover {
  background: #7A5C9F;
}
.main-neoma-news__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;
}
.main-neoma-news__infos .cta-read-more:hover {
  background-color: #A692BF !important;
  color: #FFFFFF !important;
}
.main-neoma-news__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;
}
.main-neoma-news__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;
}
.main-neoma-news__infos .component-category a:hover::after {
  max-width: 100%;
}

#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 */
