/** Search style **/

/* confirmation page */
.recherche-annuaire-export-complete {
  background: none;
  padding: 0;
  margin: 0;
}
.recherche-annuaire-export-complete .confirmation-message {
  position: relative;
  color: #23a2a8;
  border: 1px solid #23a2a8;
  padding: 18px 10px 16px 50px;
  vertical-align: top;
  background: #fff;
  margin: 0 0 12px 15px;
}
.recherche-annuaire-export-complete .confirmation-message:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("images/sprite-a.png") no-repeat 0 -160px;
  left: 10px;
  top: 13px;
}
.recherche-annuaire-export-complete .confirmation-message label {
  font-weight: normal;
  margin: 0;
}
.recherche-annuaire-export-complete .links a {
  margin-left: 15px;
  background: #23a2a8;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 13px 15px 13px 25px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
.recherche-annuaire-export-complete .links a:hover {
  background: #009292;
}
.recherche-annuaire-export-complete .links a:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 10px;
  display: block;
  width: 9px;
  height: 13px;
  z-index: 1;
  background: url("images/sprite-left-nav.png") 0 -420px no-repeat;
}

.form-block textarea[disabled],
.form-block input[disabled] {
  background: #F5F5F5;
}

.page-recherche .facet-wrapper-links .facetapi-limit-link {
  display: inline-block;
  padding-right: 32px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #c3c3c3;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 0 0.25em 1.5em;
}

.page-recherche .facet-wrapper-links .facetapi-limit-link:after {
  position: absolute;
  right: 10px;
  width: 7px;
  height: 13px;
  content: '';
  top: 2px;
  background: url('images/sprite-a.png') no-repeat -126px -224px;
}
.page-recherche .facet-wrapper-links .facetapi-limit-link:hover:after {
  background: url("images/arrow-block-links.png") no-repeat -1px 0;
}

.page-recherche .facet-wrapper-links .facetapi-limit-link:hover {
  color: #213a83;
}
.page-recherche .facet-wrapper-links .facetapi-limit-link.open {
  color: #213a83;
}
.page-recherche .facet-wrapper-links .facetapi-limit-link.open:after {
  width: 13px;
  height: 7px;
  top: 5px;
  right: 6px;
  background: url('images/sprite-a.png') no-repeat -19px -144px;
}