@media (min-width: 1320px) {
  .container {
    max-width: 1236px;
  }
}

.display {
  display: list-item;
}

.displayOff {
  display: none;
}

.precise_search {
  display: flex;
  justify-content: start;
  padding-right: 1rem;
  max-height: 100px;
}

.recipes {
  display: flex;
}

.recipes.container {
  margin: 0 auto;
  padding: 4.31rem 0;
}

.row > * {
  padding: 0 0;
}

.brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand .logo {
  width: 16.75rem;
  height: auto;
}

.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
  margin-top: 1.25rem;
  height: 4.31rem;
  background-color: #e7e7e7;
  padding: 0.62rem;
  width: 100%;
  border-radius: 7px;
}

.search-input {
  color: #e7e7e7;
  border: 0;
  outline: 0;
  background: none;
  margin: auto 0;
}

.search .search-input {
  padding: 0 0.62rem;
  width: 100%;
  font-size: 1.12rem;
  font-weight: normal;
  color: black;
}

.search-img {
  height: 2.75rem;
  width: 2.75rem;
}

.results {
  height: 2.75rem;
  width: auto;
}

.filters {
  padding: 1rem 1rem;
  width: auto;
}

/* combobox css*/
.toomuch {
  column-count: 3;
  column-width: 240px;
  overflow-y: auto;
}

ul {
  list-style: none;
  padding: 0;
  padding-bottom: 10px;
  max-height: 360px;
  border-radius: 5px;
}

.various2 {
  column-count: 2;
  column-width: auto;
}

.various3 {
  column-count: 3;
  column-width: auto;
}

::-webkit-scrollbar {
  height: 6px; /* height of horizontal scrollbar*/
  border: 1px solid rgba(255, 255, 255, 0.63);
}

.autocomplete {
  position: relative;
  z-index: 25;
  width: auto;
  max-width: 667px;
  max-height: 407px;
  margin-right: 30px;
  border-radius: 5px;
}

.autocomplete label {
  display: flex;
  align-items: center;
  height: 4.31rem;
  color: #fff;
  border-radius: 5px;
}

.ingredient {
  border: 0.1px solid #3282f7;
  background-color: #3282f7;
}

.appliance {
  border: 0.1px solid #68d9a4;
  background-color: #68d9a4;
}

.ustensil {
  border: 0.1px solid #ed6454;
  background-color: #ed6454;
}

.searchInput {
  width: 80%;
  border: none;
  outline: none;
  padding: 0.2rem 0.5rem;
  color: white;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.searchInput:focus {
  outline: none;
}

.searchInput::placeholder {
  color: white;
}

.searchInput.neutre::placeholder {
  color: rgba(255, 255, 255, 0.692);
}

.searchInput:focus::placeholder {
  color: transparent;
}

.autocomplete[aria-expanded='true'] label i {
  transform: rotate(-180deg) translate(0%, 0%);
}

.strict {
  width: 170px;
}

.suggestions.ingredient,
.suggestions.appliance,
.suggestions.ustensil {
  position: relative;
  top: -2%;
  left: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
}

.badge {
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 0.375rem 0.5625rem;
  margin-top: 1rem;
  margin-right: 1rem;
}

.badge.badge-pill {
  border-radius: 5px;
}

.suggestions > li {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  padding: 0.1rem 1rem;
  border-radius: 5px;
  width: 223px;
  margin: 0.4rem 0;
  color: #e7e7e7;
}

.suggestions > li.current {
  border-radius: 5px;
}

/* cards */

.card {
  width: 380px;
  height: 364px;
  margin: 2rem 1rem;
}

.card-body {
  width: 100%;
  background-color: #e7e7e7;
  height: 50%;
  overflow-y: hidden;
}

.heading {
  display: flex;
  justify-content: space-between;
  margin: 0 0.5rem;
}

.heading_left {
  width: 75%;

  line-height: 20px;
}

.heading_right {
  width: 25%;
  text-align: end;
}

.card-title {
  font-size: 18px;
  font-weight: normal;
  color: black;
  display: block;
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  line-height: 19px;
}

.fa-clock {
  width: 20px;
  height: 20px;
  margin-right: 0.2rem;
}

.specifications {
  margin: 0.7rem 0.5rem;
}

.ingredients {
  font-size: 12px;
}

.manual {
  height: 109px;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.manual {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  max-height: 109px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.filterButton {
  width: 20px;
  border: none;
  text-align: center;
  color: white;
  margin-left: 30px;
}

.message {
  background-color: #e7e7e7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px auto;
  width: 60%;
}

.phrase {
  padding-top: 30px;
}

.subPhrase {
  padding-top: 15px;
  padding-bottom: 30px;
}
