.our-news-section {
	margin-bottom: 64px;
}

.our-news-section .article-item {
	display: flex;
	justify-content: start;
	align-content: center;
	align-items: start;
	margin-bottom: 64px;
}

.our-news-section .article-item .img-container {
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.our-news-section .article-item .img-container .link a {
	border-bottom: 2px solid #b9d9eb;
	display: inline-block;
}
.our-news-section .article-item .img-container .link a {
	color: #00254b;
	cursor: pointer;
	transition: all 0.3s;
	font-weight: 600 !important;
}
/* .our-news-section .content-article {
  padding-bottom: 34px;
} */
.our-news-section .content-article  .category-brow {
	color: #FF9900;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 1.5;
}
.our-news-section .content-article  .category-brow + p {
	line-height: 27.5px;
}
.our-news-section .content-article h5 {
    color: #00254b !important;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 0 !important;
    font-family: inherit;
    line-height: 28px;
    line-height: 1.571428571428571em;
    letter-spacing: 0;
}
.our-news-section .content-article h5 a {
	border-bottom: 2px solid #b9d9eb;
	margin-right: 5px;
	text-transform: uppercase;
	color: #00254b;
	font-weight: 600;
}
.our-news-section .field--name-field-news-item .field__item:nth-child(9) .content-article {
	padding: 0 !important;
}
.our-news-section .article-item .img-container .link a[href$=".pdf"] {
    position: relative;
    padding-right: 15px !important;
}

.our-news-section .article-item .img-container .link a[href$=".pdf"]:after {
    content: "";
    background: url(/sites/default/files/img/button-download-icon.svg);
    background-size: cover;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
}
.our-news-section .article-item .img-container .link a[href$=".pdf"]:hover:after {
	background: url(/sites/default/files/img/Download_orange.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 0px;
  top: 7px;
  background-repeat: no-repeat;
}


html[lang="fr"] .news-content .field.field--name-field-news-item > .field__item:nth-child(1), 
html[lang="fr"] .news-content .field.field--name-field-news-item > .field__item:nth-child(4), 
html[lang="fr"] .news-content .field.field--name-field-news-item > .field__item:nth-child(5), 
html[lang="fr"] .news-content .field.field--name-field-news-item > .field__item:nth-child(6) {
	display: none;
}


@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .our-news-section {
    padding: 0 32px;
  }
  .our-news-section .article-item {
    gap: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .our-news-section .article-item {
    gap: 32px;
    flex-wrap:wrap;
  }
  .our-news-section .article-item .img-container {
    flex: 0 0 100%;
  }
  .our-news-section .article-item .link {
    padding-bottom: 0;
  }
}