.recherche-formulaire {
  margin: 25px 0;
}

.resultat-items {
  margin-bottom: 75px;
}

.resultat-item {
  margin-bottom: 26px;
}

.resultat-titre, .resultat-titre a:hover {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #444871;
  margin-bottom: 10px;
}

.search-input {
  background-color: #f0f0f0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: none;
}

.search-input:active, .search-input:focus {
  background-color: #e0e0e0;
  outline: none !important;
  border: none;
  box-shadow: none !important;
}

.recherche-formulaire-submit {
  background-color: #f0f0f0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #000;
}

.search-input:active + span > .recherche-formulaire-submit, .search-input:focus + span > .recherche-formulaire-submit {
  background-color: #e0e0e0;
}

.recherche-formulaire-submit:hover {
  text-decoration: none;
}

.resultat-ligne {
  padding: 15px 30px;
  background-color: #fafafa;
}

.resultat-ligne {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.resultat-ligne ~ .resultat-ligne {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: solid 1px rgba(0, 0, 0, 0.16);
}

.resultat-ligne:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.resultat-lien, .resultat-lien:hover .resultat-url, .resultat-lien:hover .resultat-url, .resultat-url a:hover {
  text-decoration: none !important;
}

.resultat-lien:hover .resultat-titre, .resultat-titre a:hover {
  text-decoration: underline;
}

.resultat-url, .resultat-url a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  margin-bottom: 10px;
}

.resultat-date {
  color: #808080;
  font-size: 14px;
  margin: 0;
  padding-top: 1px;
}

.resultat-resume {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  max-width: 730px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}

.resultat-aucun h3 {
  font-size: 18px;
  color: #444871;
  font-weight: 300;
}

#search-content h2, .search-title {
  margin-top: 30px;
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #444871;
}

.page-item.active .page-link {
  background-color: #444871;
  border-color: #444871;
}

.page-link {
  color: #444871;
}

.page-link:hover {
  color: #444871;
}
