#search-bar-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  position: relative;
}
.hdr-srch-col {
  display: flex;
  height: 40px;
  padding: 16px 24px 16px 20px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
@media screen and (min-width: 1200px) {
  .hdr-srch-col {
    margin-left: 0 !important;

  }
}
#search-bar-col .hdr-srch-col button, #search-bar-col .hdr-srch-col input {
  border: none;
  background: 0 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .rechercher-border {
    width: 350px;
  }
}

.cross-close {
  cursor: pointer;
  padding-top: 10px;
  font-size: 18px;
  display: inline-block;
}
.inline-result-item > p > em {
  font-weight: bold;
}
.inline-results:empty {
  display: none;
}
.inline-search-container {
  position: relative;
}

.inline-results {
  display: block;
  border: 1px solid #697277;
  height: auto;
  background-color: white !important;
  position: absolute;
  top: 59px;
  z-index: 9;
  padding: 24px;
  min-width: 560px;
}

.inline-results-close {
  display: none; /* will be shown by JS */
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background: none;
  border: none;
  font-size: 1.2em;
  line-height: 1;
  cursor: pointer;
}

.inline-results-close {
  display: none;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
}

/* When you populate results in JS: */
.inline-results-wrapper .inline-results-close {
  display: block;
}
