.news-components-wrapper .news-component {
  margin-block: 0;
}

.news-component {
  width: 100%;
  height: 100%;
  max-width: 418px;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  margin-block: 0;
  border: 1px solid #F2F2F2;
  transition: 0.3s;
}
.news-component:hover {
  box-shadow: 2px 5px 17px 0 rgba(0, 0, 0, 0.15);
}
.news-component:hover picture img, .news-component:hover .image-placeholder {
  transform: scale(1.05);
}
.news-component .image {
  display: block;
  overflow: hidden;
}
.news-component .image:hover + .component-content .cta-component {
  background-color: #7A5C9F;
}
.news-component .image picture img {
  transition: transform 0.3s ease;
  height: 210px;
  width: 100%;
  object-fit: cover;
}
.news-component .image .image-placeholder {
  transition: transform 0.3s ease;
  height: 210px;
  width: 100%;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-component .image .image-placeholder svg {
  height: 50px;
  width: 50px;
}
.news-component .image .image-placeholder svg path {
  fill: #FFFFFF;
}
.news-component .component-content {
  padding: 20px;
  background-color: #FFFFFF;
  height: calc(100% - 210px);
  display: flex;
  flex-direction: column;
}
.news-component .component-content .news-release-date {
  color: #ABA09A;
  font-size: 0.875rem;
}
.news-component .component-content a {
  text-decoration: none;
}
.news-component .component-content .component-category a {
  white-space: nowrap;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  width: max-content;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.news-component .component-content .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-component .component-content .component-category a:hover::after {
  max-width: 100%;
}
.news-component .component-content .components-text {
  color: #2F2F2F;
  flex: 1;
}
.news-component .component-content .components-text h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.news-component .component-content .components-text p {
  margin-bottom: 20px;
}
.news-component .component-content .components-text:hover + footer .cta-component {
  background-color: #7A5C9F;
}
.news-component .component-content footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-component .component-content footer .cta-component {
  min-width: unset;
  margin: 0;
  height: 45px;
  width: 45px;
  background: #562C80;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-component .component-content footer .cta-component:hover {
  background-color: #7A5C9F;
}
.news-component .component-content footer .cta-component svg {
  fill: #FFFFFF;
  height: 20px;
  width: 20px;
}
.news-component .component-content footer .component-tags {
  min-height: 30px;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  gap: 5px;
}
.news-component .component-content footer .component-tags a {
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  height: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid rgba(47, 47, 47, 0.35);
  color: #2F2F2F;
  background-color: transparent;
  transition: transform 0.3s ease;
}
.news-component .component-content footer .component-tags a:hover {
  border-color: rgba(139, 104, 171, 0.35);
  color: #7A5C9F !important;
}

.component-category-notre-ecole a,
.component-category-our-school a {
  color: #7A5C9F;
}
.component-category-notre-ecole a::after,
.component-category-our-school a::after {
  background: #7A5C9F;
}

.component-category-vie-des-programmes a,
.component-category-school-life a {
  color: #0168B0;
}
.component-category-vie-des-programmes a::after,
.component-category-school-life a::after {
  background: #0168B0;
}

.component-category-vie-etudiante a,
.component-category-student-life a {
  color: #9C1964;
}
.component-category-vie-etudiante a::after,
.component-category-student-life a::after {
  background: #9C1964;
}

.component-category-nos-diplomes a,
.component-category-our-alumni a {
  color: #E84E0F;
}
.component-category-nos-diplomes a::after,
.component-category-our-alumni a::after {
  background: #E84E0F;
}

.component-category-avis-dexpert a,
.component-category-insights a {
  color: #E1AF5D;
}
.component-category-avis-dexpert a::after,
.component-category-insights a::after {
  background: #E1AF5D;
}

.component-category-notre-recherche a,
.component-category-our-research a {
  color: #00A683;
}
.component-category-notre-recherche a::after,
.component-category-our-research a::after {
  background: #00A683;
}

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