html,
body,
.liste_tous_titres_class {
  background: url("../../Images/Images_for_backgrounds/Images_for_backgrounds_avif/notes-1417670_multicolors.avif") !important;
  background-size: 10% !important;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed !important;
  background-position-y: top 0% left 0%;
}

div::-webkit-scrollbar {
  width: 12px;
}

div::-webkit-scrollbar-button {
  background: rgb(14, 13, 8);
}

div::-webkit-scrollbar-thumb {
  background: #060060;
  border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
  background: #09008a;
}

div::-webkit-scrollbar-track {
  background: rgb(1, 1, 1);
  border-radius: 10px;
}

div::-webkit-scrollbar-corner {
  background: #121;
}

div::-webkit-resizer {
  background: rgb(57, 161, 68);
}

audio::-webkit-media-controls-panel {
  background-color: #003090;
}

audio::-webkit-media-controls-mute-button {
  background-color: #0019bd;
  border-radius: 50%;
}

audio::-webkit-media-controls-play-button:hover {
  background-color: rgba(177, 212, 224, 0.7);
}

audio::-webkit-media-controls-timeline {
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

audio::-webkit-media-controls-timeline {
}

.progress_bar_p {
  height: 5px;
  background-color: #001f87;
  cursor: pointer;
}

.progress_bar_fill_p {
  position: absolute;
  height: 100%;
  background-color: #0010eb;
}
button:hover {
  color: #0010eb;
}
