.shadow-1 {
  box-shadow: 2px 2px 2px #0a3a65;
}
.shadow-2 {
  box-shadow: 4px 4px 16px #434d56;
}
.shadow-3 {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.shadow-4 {
  box-shadow: 0 24px 28px -12px black;
}
.shadow-5 {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.shadow-6 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.text-shadow-1 {
  text-shadow: 2px 2px 2px #484848bf;
}
/* Title */
#title {
  text-align: center;
  margin: 20px 4% 0 4%;
  padding: 10px 4%;
  color: #333333;
  background-color: #fdfdfd;
  font-size: 3em;
}
/* Criteria */
#criteria {
  text-align: center;
  margin: 20px 4% 0 4%;
  padding: 10px 4%;
  color: #333333;
  background-color: #fdfdfd;
  font-size: 1.2em;
}
/* Body search */
/*
 * Categories
 */
#ehl-container-filter-section {
  display: flex;
  flex-direction: column;
  z-index: 444;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}
#ehl-category-hamburger {
  display: none;
  padding: 0;
  cursor: pointer;
  justify-content: end;
}
#ehl-category-hamburger-label {
  font-family: Roboto, Helvetica;
  display: inline-block;
  padding: 0 0 0 10px;
}
#ehl-category-section {
  padding: 50px;
  z-index: 666;
  overflow: auto;
  font-family: "Inter";
  background-color: #FFFDF8;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.ehl-filter-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFDF8;
}
.close-filter-button-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.close-filter-button {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #004C3B;
  font-family: "Inter";
  font-size: 0.8em;
  background-color: transparent;
  color: #004C3B;
}
.close-filter-button-help {
  font-size: 0.8em;
}
.ehl-filter-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  height: 100vh;
  background-color: #FFFDF8;
}
.ehl-filter-search-title,
.ehl-filter-item-count {
  font-family: "FoeDidotModern";
  font-size: 1.7em;
}
.ehl-category-big-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ehl-category-block {
  cursor: pointer;
  background-color: #FFFDF8;
}
#ehl-category-nb-voix {
  max-height: 125px;
  width: 100px;
  overflow: auto;
}
#ehl-category-difficulte-block {
  max-height: 150;
  width: 100px;
  overflow: auto;
}
#ehl-category-theme {
  max-height: 125px;
  overflow: auto;
}
#ehl-category-genre {
  max-height: 125px;
  overflow: auto;
}
.ehl-category-header {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.ehl-category-title-block {
  display: flex;
  flex-direction: column;
}
.ehl-category-title {
  color: #040404;
  font-size: 0.8em;
}
.ehl-category-title-tiny {
  color: #004C3B;
  font-size: 0.8em;
}
.ehl-category-name-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.ehl-category-name {
  color: #040404;
}
.ehl-category-remove {
  color: #040404;
  font-size: 0.8em;
  cursor: pointer;
}
.ehl-category-toggle {
  color: #040404;
}
.ehl-category {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FFFDF8;
}
/* Body content */
#ehl-body-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  padding: 40px 0;
}
/*
 * Content
 */
.ehl-section {
  text-align: right;
}
.ehl-section-title {
  color: #333333;
  text-align: left;
  font-size: 1.4em;
}
/* Search message */
#result-message-block {
  background-color: #FFFDF8;
  text-align: center;
  padding: 15px;
}
#result-message {
  padding: 15px;
  font-size: 1.5em;
  color: #333333;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #333333;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #333333;
}
/* Search result */
#ehl-search-result-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#ehl-result-title-section {
  display: flex;
  flex-direction: column;
}
#ehl-result-title-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
#ehl-search-result-title {
  font-family: "FoeDidotModern";
}
.ehl-section-title {
  font-size: 2.4em;
}
#ehl-item-count::before {
  content: ":";
  padding-right: 10px;
}
#ehl-generate-search-url {
  color: #333333;
  text-align: left;
  font-size: 0.6em;
  cursor: pointer;
}
#ehl-item-list-section {
  position: relative;
}
#ehl-item-list {
  color: #333333;
}
.ehl-item-list-audio {
  display: none;
  width: 100%;
  height: 40px;
  opacity: 0.8;
}
.ehl-item-list-audio:hover {
  opacity: 1;
}
.ehl-item-list-link-container {
  position: absolute;
  bottom: 125px;
  left: 80px;
  width: 130px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
  display: none;
}
.ehl-item-list-copy-link {
  font-size: 0.8em;
  cursor: pointer;
}
.ehl-item-list-score {
  font-size: 1.2em;
  color: #ff0202;
  cursor: pointer;
}
.ehl-item-list-order-by-mail {
  padding: 10px 15px;
  font-size: 0.9em;
  cursor: pointer;
  color: #004C3B;
  border: 1px solid #004C3B;
}
/* Item detail */
#item-link-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.ehl-item-score {
  font-size: 1.8em;
}
.close-icon {
  font-style: normal;
}
/* Other version */
.item-other-version-item-container {
  font-family: "Inter";
  padding: 20px 0;
  border-top: 1px solid #333333;
  flex-grow: 1;
  display: flex;
  background-color: #FFFDF8;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}
.item-other-version-item-container:last-child {
  border-bottom: 1px solid #333333;
}
.item-other-version-item-code {
  width: 200px;
}
.item-other-version-item-name {
  flex-grow: 1;
  flex-basis: 100px;
}
.item-other-version-item-description {
  flex-grow: 1;
  flex-basis: 100px;
}
.item-other-version-item-link-button {
  width: 100px;
}
/* References */
.item-reference-item-container {
  cursor: pointer;
  max-width: 200px;
  align-items: center;
}
.item-reference-item-name,
.item-reference-item-composer {
  font-family: "Portonovo";
  font-size: 0.8em;
  text-align: left;
}
.item-reference-item-name {
  padding-top: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  #ehl-body-content {
    padding: 0;
  }
  #ehl-minicart {
    font-size: 2.4em;
  }
  #ehl-cart-section {
    width: 100%;
  }
  #ehl-category-hamburger {
    display: inline-block;
    left: 20px;
    top: 90px;
  }
  #ehl-category-section {
    width: 100%;
    padding: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .ehl-filter-header {
    justify-content: start;
    gap: 20px;
  }
  .close-filter-button {
    padding: 5px 15px;
  }
  .ehl-filter-search-title,
  .ehl-filter-item-count {
    font-size: 1em;
  }
  .ehl-filter-body {
    flex-direction: column;
    height: 60vh;
  }
  #ehl-category-genre,
  #ehl-category-nb-voix {
    max-height: 100%;
  }
  .ehl-category-block {
    margin: 4px 0;
    width: initial;
  }
  .ehl-category {
    position: relative;
    top: 0;
  }
  .detail-audio {
    position: absolute;
    width: 100%;
    top: 475px;
    left: 0;
  }
  .detail-copy-link {
    top: 542px;
    left: 140px;
    font-size: 1.5em;
  }
  .detail-score {
    top: 542px;
    left: 175px;
    font-size: 1.6em;
  }
  #detail-modal {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .ehl-section-title {
    font-size: 1em;
  }
  .item-other-version-item-container {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .item-other-version-item-name {
    flex-basis: 0;
  }
  .item-other-version-item-description {
    flex-basis: 50px;
  }
}
