*:focus
{
    outline: none;
}

body,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial;
width: 100%;
    -webkit-font-smoothing: antialiased;
}
p.titre {
	text-align: center;
    margin: 0px auto;
    padding: 30px 0;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}
#logo {
	
    z-index: 10000;
    width: 430px;
    /* left: calc(50% - 215px); */
    /* top: 12%; */
	display: block;
	margin: auto;
}
#app-cover
{
    /* position: absolute;
    top: 50%;
    right: 0;
    left: 0; */
    width: 400px;
    height: 100px;
    margin: 50px auto;
}

#bg-artwork
{
    position: fixed;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
	/*background-color: #95c11f;*/
    /*background-image: url("https://raw.githubusercontent.com/himalayasingh/music-player-1/master/img/_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;*/
    filter: blur(40px);
    -webkit-filter: blur(40px);
    z-index: 1;
}

#bg-layer
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.51;
    z-index: 2;
}

#player
{
    position: relative;
    height: 100%;
    z-index: 3;
}

#player-track
{
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    padding: 13px 22px 10px 184px;
    background-color: #f2f4ed;
    border-radius: 15px 15px 0 0;
    transition: 0.3s ease top;
    z-index: 1;
}
#app-cover-2
{
    /* position: absolute;
    top: 50%;
    right: 0;
    left: 0; */
    width: 400px;
    height: 100px;
    margin: 50px auto;
}

#bg-artwork-2
{
    position: fixed;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
	/*background-color: #95c11f;*/
    /*background-image: url("https://raw.githubusercontent.com/himalayasingh/music-player-1/master/img/_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;*/
    filter: blur(40px);
    -webkit-filter: blur(40px);
    z-index: 1;
}

#bg-layer-2
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.51;
    z-index: 0;
}

#player-2
{
    position: relative;
    height: 100%;
    z-index: 1000;
}

#player-track-2
{
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    padding: 13px 22px 10px 184px;
    background-color: #f2f4ed;
    border-radius: 15px 15px 0 0;
    transition: 0.3s ease top;
    z-index: 1;
}
#app-cover-3
{
    /* position: absolute;
    top: 50%;
    right: 0;
    left: 0; */
    width: 400px;
    height: 100px;
    margin: 50px auto;
}

#bg-artwork-3
{
    position: fixed;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
	/*background-color: #95c11f;*/
    /*background-image: url("https://raw.githubusercontent.com/himalayasingh/music-player-1/master/img/_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;*/
    filter: blur(40px);
    -webkit-filter: blur(40px);
    z-index: 1;
}

#bg-layer-3
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.51;
    z-index: 0;
}

#player-3
{
    position: relative;
    height: 100%;
    z-index: 1000;
}

#player-track-3
{
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    padding: 13px 22px 10px 184px;
    background-color: #f2f4ed;
    border-radius: 15px 15px 0 0;
    transition: 0.3s ease top;
    z-index: 1;
}

.but_send { width:400px; background-color: #b92376; color: #fff; border-radius: 10px; padding: 15px; margin: 20px 0 10px 0; border: 0px; font-family: Ubuntu, sans-serif; font-size: 17px; -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease;	transition: all 1s ease; }
.but_send:hover { width:400px; background-color: #292929; color: #fff; border-radius: 10px; padding: 15px; margin: 20px 0 10px 0; border: 0px; font-family: Ubuntu, sans-serif; font-size: 17px; }

#download {
background-color: #1d1d1b;
    padding: 20px;
    border-radius: 10px;
    font-family: Helvetica, Arial;
    font-size: 12px;
    width: 180px;
    /* position: absolute; */
    z-index: 100;
    /* left: calc(50% - 90px); */
    display: block;
    margin: 20px auto;
    /* top: calc(50% + 180px); */
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#download:hover {
    background-color: #54576f;
}
#player-track.active
{
    top: -92px;
}

#album-name
{
    color: #54576f;
    font-size: 17px;
    font-weight: bold;
}

#track-name
{
    color: #acaebd;
    font-size: 13px;
    margin: 2px 0 13px 0;
}

#track-time
{
    height: 12px;
    margin-bottom: 3px;
    overflow: hidden;
}

#current-time
{
    float: left;
}

#track-length
{
    float: right;
}

#current-time, #track-length
{
    color: transparent;
    font-size: 11px;
    background-color: #c7e271;
    border-radius: 10px;
    transition: 0.3s ease all;
}

#track-time.active #current-time, #track-time.active #track-length
{
    color: #87b200;
    background-color: transparent;
}

#s-area, #seek-bar
{
    position: relative;
    height: 4px;
    border-radius: 4px;
}

#s-area
{
    background-color:#c7e271;
    cursor: pointer;
}

#ins-time
{
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    padding: 5px 6px;
    border-radius: 4px;
	display:none;
}

#s-hover
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
}

#ins-time, #s-hover
{
    background-color: #3b3d50;
}

#seek-bar
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #87b200;
    transition: 0.2s ease width;
    z-index: 1;
}

#player-content
{
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 30px 80px #656565;
    border-radius: 15px;
    z-index: 2;
}

#album-art
{
    position: absolute;
    top: -40px;
    width: 125px;
    height: 125px;
    margin-left: 40px;
    transform: rotateZ(0);
    transition: 0.3s ease all;
    box-shadow: 0 0 0 10px #fff;
    border-radius: 50%;
    overflow: hidden;
}

#album-art.active
{
    top: -60px;
    box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;
}

#album-art:before
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px auto 0 auto;
    background-color: #d6dee7;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    z-index: 2;
}

#album-art img
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

#album-art img.active
{
    opacity: 1;
    z-index: 1;
}

#album-art.active img.active
{
    z-index: 1;
    -webkit-animation: rotateAlbumArt 3s linear 0s infinite forwards;
            animation: rotateAlbumArt 3s linear 0s infinite forwards;
}
#player-track-2.active
{
    top: -92px;
}

#album-name-2
{
    color: #54576f;
    font-size: 17px;
    font-weight: bold;
}

#track-name-2
{
    color: #acaebd;
    font-size: 13px;
    margin: 2px 0 13px 0;
}

#track-time-2
{
    height: 12px;
    margin-bottom: 3px;
    overflow: hidden;
}

#current-time-2
{
    float: left;
}

#track-length-2
{
    float: right;
}

#current-time-2, #track-length-2
{
    color: transparent;
    font-size: 11px;
    background-color: #c7e271;
    border-radius: 10px;
    transition: 0.3s ease all;
}

#track-time-2.active #current-time-2, #track-time-2.active #track-length-2
{
    color: #87b200;
    background-color: transparent;
}

#s-area-2, #seek-bar-2
{
    position: relative;
    height: 4px;
    border-radius: 4px;
}

#s-area-2
{
    background-color:#c7e271;
    cursor: pointer;
}

#ins-time-2
{
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    padding: 5px 6px;
    border-radius: 4px;
	display:none;
}

#s-hover-2
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
}

#ins-time-2, #s-hover-2
{
    background-color: #3b3d50;
}

#seek-bar-2
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #87b200;
    transition: 0.2s ease width;
    z-index: 1;
}

#player-content-2
{
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 30px 80px #656565;
    border-radius: 15px;
    z-index: 2;
}

#album-art-2
{
    position: absolute;
    top: -40px;
    width: 125px;
    height: 125px;
    margin-left: 40px;
    transform: rotateZ(0);
    transition: 0.3s ease all;
    box-shadow: 0 0 0 10px #fff;
    border-radius: 50%;
    overflow: hidden;
}

#album-art-2.active
{
    top: -60px;
    box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;
}

#album-art-2:before
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px auto 0 auto;
    background-color: #d6dee7;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    z-index: 2;
}

#album-art-2 img
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

#album-art-2 img.active
{
    opacity: 1;
    z-index: 1;
}

#album-art-2.active img.active
{
    z-index: 1;
    -webkit-animation: rotateAlbumArt 3s linear 0s infinite forwards;
            animation: rotateAlbumArt 3s linear 0s infinite forwards;
}
#player-track-3.active
{
    top: -92px;
}

#album-name-3
{
    color: #54576f;
    font-size: 17px;
    font-weight: bold;
}

#track-name-3
{
    color: #acaebd;
    font-size: 13px;
    margin: 2px 0 13px 0;
}

#track-time-3
{
    height: 12px;
    margin-bottom: 3px;
    overflow: hidden;
}

#current-time-3
{
    float: left;
}

#track-length-3
{
    float: right;
}

#current-time-3, #track-length-3
{
    color: transparent;
    font-size: 11px;
    background-color: #c7e271;
    border-radius: 10px;
    transition: 0.3s ease all;
}

#track-time-3.active #current-time-3, #track-time-3.active #track-length-3
{
    color: #ba3366;
    background-color: transparent;
}

#s-area-3, #seek-bar-3
{
    position: relative;
    height: 4px;
    border-radius: 4px;
}

#s-area-3
{
    background-color:#eb87ac;
    cursor: pointer;
}

#ins-time-3
{
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    padding: 5px 6px;
    border-radius: 4px;
	display:none;
}

#s-hover-3
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
}

#ins-time-3, #s-hover-3
{
    background-color: #3b3d50;
}

#seek-bar-3
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #ba3366;
    transition: 0.2s ease width;
    z-index: 1;
}

#player-content-3
{
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 30px 80px #656565;
    border-radius: 15px;
    z-index: 2;
}

#album-art-3
{
    position: absolute;
    top: -40px;
    width: 125px;
    height: 125px;
    margin-left: 40px;
    transform: rotateZ(0);
    transition: 0.3s ease all;
    box-shadow: 0 0 0 10px #fff;
    border-radius: 50%;
    overflow: hidden;
}

#album-art-3.active
{
    top: -60px;
    box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;
}

#album-art-3:before
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px auto 0 auto;
    background-color: #d6dee7;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    z-index: 2;
}

#album-art-3 img
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

#album-art-3 img.active
{
    opacity: 1;
    z-index: 1;
}

#album-art-3.active img.active
{
    z-index: 1;
    -webkit-animation: rotateAlbumArt 3s linear 0s infinite forwards;
            animation: rotateAlbumArt 3s linear 0s infinite forwards;
}
@-webkit-keyframes rotateAlbumArt
{
    0%{ transform: rotateZ(0); }
    100%{ transform: rotateZ(360deg); }
}

@keyframes rotateAlbumArt
{
    0%{ transform: rotateZ(0); }
    100%{ transform: rotateZ(360deg); }
}

#buffer-box
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 13px;
    color: #1f1f1f;
    font-size: 13px;
    font-family: Helvetica;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
    margin: -12px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.19);
    opacity: 0;
    z-index: 2;
}

#album-art img, #buffer-box
{
    transition: 0.1s linear all;
}

#album-art.buffering img
{
    opacity: 0.25;
}

#album-art.buffering img.active
{
    opacity: 0.8;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

#album-art.buffering #buffer-box
{
    opacity: 1;
}

#player-controls
{
    width: 250px;
    height: 100%;
    margin: 0 5px 0 141px;
    float: right;
    overflow: hidden;
}
#buffer-box-2
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 13px;
    color: #1f1f1f;
    font-size: 13px;
    font-family: Helvetica;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
    margin: -12px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.19);
    opacity: 0;
    z-index: 2;
}

#album-art-2 img, #buffer-box-2
{
    transition: 0.1s linear all;
}

#album-art-2.buffering img
{
    opacity: 0.25;
}

#album-art-2.buffering img.active
{
    opacity: 0.8;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

#album-art-2.buffering #buffer-box
{
    opacity: 1;
}

#player-controls-2
{
    width: 250px;
    height: 100%;
    margin: 0 5px 0 141px;
    float: right;
    overflow: hidden;
}
#buffer-box-3
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 13px;
    color: #1f1f1f;
    font-size: 13px;
    font-family: Helvetica;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
    margin: -12px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.19);
    opacity: 0;
    z-index: 2;
}

#album-art-3 img, #buffer-box-3
{
    transition: 0.1s linear all;
}

#album-art-3.buffering img
{
    opacity: 0.25;
}

#album-art-3.buffering img.active
{
    opacity: 0.8;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

#album-art-3.buffering #buffer-box
{
    opacity: 1;
}

#player-controls-3
{
    width: 250px;
    height: 100%;
    margin: 0 5px 0 141px;
    float: right;
    overflow: hidden;
}
.control
{
    width: 50%;
    float: left;
    padding: 12px 60px;
}

.button
{
    width: 26px;
    height: 26px;
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.button i
{
    display: block;
    color: #d6dee7;
    font-size: 26px;
    text-align: center;
    line-height: 1;
}

.button, .button i
{
    transition: 0.2s ease all;
}

.button:hover
{
    background-color: #d6d6de;
}

.button:hover i
{
    color: #fff;
}

#ytd-url {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  margin: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background-color: #ae5f87;
  border-radius: 4px;
  box-shadow: 0 10px 20px -5px rgba(174, 95, 135, 0.86);
  z-index: 125;
}


ul {
  list-style: none;
  height: 100vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  scroll-snap-align: start;
  perspective: 1000px;
}

li img {
  --rotation-x: 66deg;
  --rotation-y: 33deg;
  max-width: 80vw;
  max-height: 80vh;
  margin-bottom: 5vh;
  border-radius: 24px;
  opacity: var(--panel-activation);
  transform: rotateX(calc( var(--rotation-x) - var(--panel-activation) * var(--rotation-x) )) rotateY(calc( var(--rotation-y) - var(--panel-activation) * var(--rotation-y) )) scale(calc(.5 + var(--panel-activation) / 2), calc(.5 + var(--panel-activation) / 2)) translateZ(0);
  transform-style: preserve-3d;
  will-change: transform opacity;
}

li:nth-child(1) {
  background: #ff9600;
}

li:nth-child(2) {
  background: #95c11f;
}

li:nth-child(3) {
  background: #c4c4d4;
}

li:nth-child(4) {
  background: #dbd9d7;
}

li:nth-child(5) {
  background: #d9bfc8;
}

li:nth-child(6) {
  background: #bfd9d9;
}

li:nth-child(7) {
  background: #fbe6a2;
}

li:nth-child(8) {
  background: #f0cec1;
}

li:nth-child(9) {
  background: #ecdfc6;
}

li:nth-child(10) {
  background: #f6bcce;
}

li:nth-child(11) {
  background: #d8e7cb;
}

li:nth-child(12) {
  background: white;
}

li:nth-child(13) {
  background: #fee44d;
}

li:nth-child(14) {
  background: #ccac9e;
}

li:nth-child(15) {
  background: #ded9d3;
}

li:nth-child(16) {
  background: #adbda8;
}