.no-more-results::before {
  content: "No more results to load.";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eb0028;
  font-weight: 600;
}
.lang-fr .no-more-results::before {
  content: "Aucun autre résultat"!important;
}

.search-result-filter-item a {
  display: block;
  position: relative;
  padding-right: 27px;
  color: #54595f;
}
.search-result-filter-item a.active::after {
  background-image: url(../assets/checkmark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0065b7;
}
.search-result-filter-item a::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 24px;
  height: 24px;
  border: solid 1.5px #0065b7;
}
.search-result-filter-item a span {
  display: inline-block;
  margin-left: 3px;
  color: #999fa3;
}
.search-result-count {
  width: 100%;
  max-width: 682px;
  font-size: 18px;
  line-height: 32px;
  color: #333f48;
  border-bottom: solid 1px #ccd4e0;
  padding-bottom: 22px;
  margin-bottom: 38px;
}

.search-item {
  position: relative;
  border-bottom: solid 1px #ccd4e0;
  padding-bottom: 33px !important;
  margin-bottom: 35px !important;
}
.search-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.search-item-parent {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #333f48;
}
.search-item-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #013a80;
  margin-bottom: 20px;
}
.search-item-excerpt {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #333f48;
  margin-bottom: 9px;
}
.search-item-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #333f48;
}

.load-more-search.search-loading {
  position: relative;
  min-height: 100px;
}
.load-more-search.search-loading::before,
.search-results-con.search-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url(../assets/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(245, 246, 245, 0.5);
}
.button-icon.no-found {
  display: none !important;
}
.load-more-search.no-found {
  width: 100% !important;
}
.load-more-search.no-found a {
  display: none !important;
}
.load-more-search.no-found::before {
  content: "No results to load.";
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #eb0028;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.search-results-con {
  min-height: 100px;
}
/* .search-results-con.no-found {
  display: none !important;
} */

.search-applied-filter {
  overflow: hidden;
  margin-bottom: 50px;
}
.search-applied-filter h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #013a80;
  margin-bottom: 12px;
}
.search-applied-filter .applied-item {
  font-size: 0%;
  position: relative;
}
.search-applied-filter .applied-item span {
  position: relative;
  display: inline-block;
  border: solid 2px #363f47;
  border-radius: 100px;
  padding: 8px 40px 10px 24px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #333f48;
  margin-right: 13px;
  margin-bottom: 13px;
  cursor: pointer;
  overflow: hidden;
}
.search-applied-filter .applied-item span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/x-icon.svg);
  background-repeat: no-repeat;
  background-position: right 21px center;
}
.applied-item span:hover {
  background-color: #e4e4e8;
}

.filter-wrap::-webkit-scrollbar {
  width: 1px;
}

.filter-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}

.filter-wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
  box-shadow: none;
  border: none;
  outline: none;
  border: solid 1px #ccc;
}
.filter-popup {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999999999999999999999999999999999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: rgba(54, 63, 71, 0.85);
  transition: all 1s;
}
.filter-popup .filter-wrap {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 577px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  transition: right 0.5s;
}
.filter-popup.close {
  visibility: hidden;
  opacity: 0;
}
.filter-popup.close .filter-wrap {
  right: -200%;
}
.filter-popup .filter-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: solid 1px #ccd4e0;
  padding: 30px 35px 28px 85.5px;
  background-color: #fff;
  margin-bottom: auto;
}
.filter-header h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.filter-popup #search-keyword {
  width: 100% !important;
  background-color: #fff;
  border: solid 1px #ccc;
}
.filter-popup #search-keyword::placeholder {
  color: #666;
}
.filter-header button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #ccd4e0;
  padding: 0;
  width: 46px;
  height: 46px;
  margin-left: auto;
  transition: all 1s;
}
.filter-header button:hover {
  background-color: rgb(25, 57, 123);
  border-color: rgb(25, 57, 123);
}
.filter-header button:hover #Path_3930,
.filter-header button:hover #Path_3931 {
  fill: #fff;
}
.filter-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: solid 1px #ccd4e0;
  padding: 30px 92.5px 51.42px 85.5px;
  margin-top: auto;
}
.filter-footer button {
  padding: 0;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #eb0028;
  background-color: #fff;
  transition: all 1s;
}
.filter-footer button.clear-all {
  margin-right: 10.5px;
  color: #333f48;
}
.filter-footer button.clear-all:hover {
  background-color: #eb0028;
  color: #fff;
}
.filter-footer button.view {
  margin-left: 10.5px;
  color: #fff;
  background-color: #eb0028;
}
.filter-footer button.view:hover {
  background-color: #99001a;
  border-color: #99001a;
}
.filter-fields {
  padding: 188px 85px;
  overflow-y: auto;
}
.filter-fields::-webkit-scrollbar {
  width: 0px;
}
.filter-fields::-webkit-scrollbar-track {
  background-color: #ecf0f1;
  box-shadow: none;
}
.filter-fields::-webkit-scrollbar-thumb {
  background-color: #bdc3c7;
  box-shadow: none;
  border: none;
  outline: none;
  border: none;
}
.filter-fields select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.filter-toggle {
  border-top: solid 1px #ccd4e0;
  padding: 31px 0 32px;
}
.filter-toggle-header {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.filter-toggle .filter-toggle-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(../assets/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
  transition: all 1s;
}
.filter-toggle.active .filter-toggle-header::after {
  transform: rotate(-90deg);
}
.filter-toggle-header span {
  display: block;
}
.filter-toggle-header .selected {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #333f48;
  margin-top: -3px;
}
.filter-toggle-header .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}
.filter-toggle.active .title {
  text-decoration: underline;
}
.filter-toggle .filter-field {
  display: none;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .filter-popup .filter-header {
    padding: 30px 20px 28px;
  }
  .filter-fields {
    padding: 188px 20px;
  }
  .filter-footer {
    padding: 30px 20px 50px;
  }
}
