.recherche {
  overflow: auto;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 103px 0;
  background: #ffffff;
  display: none;
}
.recherche-open .recherche {
  display: block;
}
.recherche .view-filters {
  max-width: 666px;
}
@media (min-width: 768px) {
  .recherche .view-filters {
    margin-bottom: 65px;
  }
}
.recherche .form-item-search-api-fulltext {
  position: relative;
  margin-bottom: 20px;
}
.recherche .form-item-search-api-fulltext label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
  outline-offset: 0;
}
.recherche .form-item-search-api-fulltext [type=text] {
  width: 100%;
  border: solid gray;
  border-width: 0 0 1px;
  padding: 14px 32px 17px 0;
  font-size: 1.5rem;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
}
.recherche .form-item-search-api-fulltext [type=text]::placeholder {
  color: #b3b3b3;
}
.recherche .form-item-search-api-fulltext .recherche-phony-submit-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  width: 50px;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  background: none;
}
.recherche .form-item-search-api-fulltext .icon {
  font-size: 2.5rem;
  color: #b3b3b3;
  pointer-events: none;
}
.recherche .header_recherche_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 20px;
  width: 100%;
  background-color: #ffffff;
}
.recherche .header_recherche {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #4d4d4d;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  text-transform: none;
  font-family: inherit;
  font-size: 100%;
  background: none;
}
.recherche .header_recherche .icon {
  font-size: 1.25rem;
  margin-right: 15px;
}
.recherche .view-header {
  margin-bottom: 1em;
}
.recherche .view-content .card-personnalite_image-wrapper img {
  aspect-ratio: 413/300;
}
@media (max-width: 767px) {
  .recherche .form-item-search-api-fulltext {
    width: auto;
    margin: 0 10px;
  }
}

.recherche-open {
  overflow: hidden;
}