#ContentContainer.pageRecherche {
  width: 900px;
}

#zone-recherche {
  display: flex;
  width: 860px;
  position: relative;
}

#zone-recherche .recherche-gauche {
  width: 215px;
  margin-right: 20px;
}

#zone-recherche .recherche-gauche > div {
  background: #f6f6f6;
}

#zone-recherche .recherche-champs {
  padding: 15px 10px;
}

#zone-recherche .recherche-champs input {
  width: 100%;
}

#zone-recherche #champ-recherche {
  border: 1px solid #b1b1b1;
  padding: 3px;
  margin-bottom: 8px;
}

#zone-recherche #bouton-recherche-principale {
    background: #282630;
    border: 1px solid #707070;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.7em;
    padding: 2px 0;
    border-radius: 4px;  
    cursor: pointer;
}

#zone-recherche .recherche-droite {
  width: 625px;
}

#zone-recherche #resultats-recherche > h4 {
  color: #000;
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
    font-size: 14px;
    margin-bottom: 25px;
}

#zone-recherche .resultat h4 {
  font-size: 16px;
}

#zone-recherche .resultat p {
  color: #000;
  font-size: 16px
}

#zone-recherche .resultat p.url {
  margin: 25px 0;
  font-size: 14px;
  word-wrap: break-word  
}

#pages_container ul {
  text-align: center;
}

#pages_container ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 3px;
}

#pages_container a.current {
  font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
    color: #00648b !important;
}

#pages_container a {
  color: #000 !important;
  font-size: 16px;
}

#zone-recherche a.next, #zone-recherche a.prev  {
  font-size: 0;
}

#zone-recherche a.next:after {
    content: '';
    background: url(/fileadmin/images/chevron-right.svg);
    display: inline-block;
    width: 7px;
    height: 15px;
    background-repeat: no-repeat;
    top: 3px;
    position: relative;
    margin-left: 5px;    
}

#zone-recherche a.prev:before {
    content: '';
    background: url(/fileadmin/images/chevron-left.svg);
    display: inline-block;
    width: 7px;
    height: 15px;
    background-repeat: no-repeat;
    top: 3px;
    position: relative;
    margin-right: 2px;    
}

#zone-recherche .navigation-premiere {
  display: none;
}

#suggestions-recherche-thesaurus {
    background: #f6f6f6;
    padding: 12px;
}

#suggestions-recherche-thesaurus h2 {
  text-transform: none;
}

#suggestions-recherche-thesaurus h3 {
  font-weight: 400;
  margin: 10px 0 10px;
  font-size: 0.80em;
}

#suggestions-recherche-thesaurus .suggestion {
  margin: 0;
}

#suggestions-recherche-thesaurus .suggestion li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 18px;
}

#suggestions-recherche-thesaurus .suggestion-3-colonnes {
  display: flex;
}

#suggestions-recherche-thesaurus .suggestion-3-colonnes-colonne {
  display: inline-block;
  width: 33%;  
}

#suggestions-recherche-thesaurus .suggestion-3-colonnes-2 {
  margin: 0 10px;
}

#source-suggestion-recherche {
  margin: 0 !important;
  font-size: 0.7em !important;
  color: #000;
}

#source-suggestion-recherche:before {
  content: '';
  background: #000;
  width: 200px;
  height: 1px;
  display: block;
  margin-bottom: 5px;
}

#zone-recherche #spellCheck-recherche .no-result {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 0.75em;
    color: #000;
}

#zone-recherche #spellCheck-recherche .suggestion {
  margin-top: 15px;
  display: block;
  font-size: 0.85em;
}

.ui-state-focus {
  border: 1px solid #C7C7C7 !important;
    color: #00648B !important;
    background: #C6DAE1 !important;
}

.ui-menu .ui-menu-item {
  font-size: 14px;
}

.ui-widget-content {
  border: 1px solid #C7C7C7;
}

#erreur-recherche {
  width: 830px;
  margin-left: 0 !important;  
}

#erreur-recherche li {
  list-style-image: none !important;
  color: #CE0909;
  font-weight: bold;
  font-size: 16px;
}

/*** KE_SEARCH ***/
#zone-recherche div:last-child .tx-kesearch-pi1 {
	width: 625px;
}

.pageRecherche #PageContent {
	width: calc(100% - 40px);
}

.pageRecherche .together {
	display: flex;
}

#PageContent #form_kesearch_pi1 {
	width: 215px;
	margin-right: 20px;
}

#PageContent #form_kesearch_pi1 .kesearch_searchbox {
	background: #f6f6f6;
    text-align: center;
    padding: 15px 0px;
    border: 0;
}

.pageRecherche #ke_search_sword {
	border: 1px solid #b1b1b1;
    padding: 3px;
    margin-bottom: 8px;
    width: 195px;	
}

.pageRecherche .submitbutt input {
	background: #282630;
    border: 1px solid #707070;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.7em;
    padding: 2px 0;
    border-radius: 4px;
    cursor: pointer;
    width: 195px;
}

.pageRecherche #kesearch_num_results {
	color: #000;
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
    font-size: 14px;
    margin-bottom: 25px;
}