body {
	background-color: rgb(50, 50, 50);
	margin: 0px;
	font-family: Roboto, Noto Naskh Arabic UI, Arial, sans-serif;
}

header {
	background-color: rgb(40, 40, 40);
	position: fixed;
	top: 0px;
	width: 100%;
}

header div.other button {
	margin-top: 7px;
	margin-right: 10px;
	background-color: rgb(6, 95, 212);
	border-style: hidden;
	height: 30px;
	width: 100px;
	border-radius: 5px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100px;
  background: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-ms-track {
  width: 100px;
  cursor: pointer;
  background: transparent; 
  border-color: transparent;
  color: transparent;
}


input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  border-radius: 50%;
  width: 15px;
  background: rgb(225, 225, 225);
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-top: -5px;
}

input[type=range]::-moz-range-thumb {
  height: 10px;
  border-radius: 50%;
  width: 10px;
  background: rgb(225, 225, 225);
  cursor: pointer;
}

input[type=range]::-ms-thumb {
  height: 10px;
  border-radius: 50%;
  width: 10px;
  background: rgb(225, 225, 225);
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: rgb(200, 200, 200);
  border-radius: 2px;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: rgb(200, 200, 200);
  border-radius: 2px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: rgb(200, 200, 200);
  border-radius: 2px;
}

::-webkit-scrollbar {
	width: 4px;
	background-color: rgb(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgb(20, 20, 20);
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(80, 80, 80);
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

div.left {
	float:left;
}

div.right {
	float: right;
}

div.logo {
	padding: 5px;
	width: 25%;
}

div.search {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 50%;
}

div.search input {
	border-style: hidden;
	background-color: rgb(255, 255, 255, 0.1);
	height: 100%;
	width: 100%;
	padding: 0px;
	float: left;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	color: rgb(200, 200, 200);
	padding-left: 20px;
}

div.search form {
	height: 98%;
	width: 85%;
	float: left;
}

div.search button {
	height: 30px;
	border-style: hidden;
	padding: 0px;
	width: 80%;
	border-radius: 20px;
	background-color: rgb(0, 0, 0, 0.3);
}

div.search button hr {
	margin-top: -2px;
	border-style: none;
}

div.search button i {
	color: rgb(200, 200, 200);
	margin-left: 3%;
	margin-top: 3px;
}

div.other {
	padding: 10px;
}

div.other img {
	cursor: pointer;
}


div.player {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: rgb(0, 0, 0);
	color: rgb(200, 200, 200);
}

div.player .track {
	padding: 10px;
	width: 35%;
}

div.player .track div.pochette {
	float: left;
	height: 50px;
	width: 50px;
}

div.player .track div.pochette i {
	font-size: 50px;
}

div.player .track div.infos p {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

div.player .track div.timer {
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 20px;
	border-color: rgb(100, 100, 100);
}

div.player .track div.infos {
	margin-left: 80px;
}

div.player .controls {
	width: 250px;
}

div.player .controls i {
	font-size: 30px;
	height: 100%;
	margin: 20px;
}

div.player .options {
	height: 100%;
	margin-right: 10px;
}

div.player .options svg {
	height: 30px;
	margin: 20px;
}

div.player-page .pochette {
	width: 45%;
}

div.player-page .pochette i {
	font-size: 65%;
}

div.player-page  .list {
	width: 45%;
}

div.player-page .list div {
	width: 80%;
}

div.player-page .list div .title {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 80%;
}

div.player-page .list div .waiting {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 70%;
}

div.player-page .list div .waiting .wait {
	width: 85%;
	height: 60px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	border-bottom-style: solid;
	border-bottom-color: rgb(40, 40, 40);
}

div.player-page .list div .waiting .wait .poch {
	margin-top: 5px;
	width: 50px;
}

div.player-page .list div .waiting .wait .poch i {
	font-size: 50px;
}

div.player-page .list div .waiting .wait .track {
	margin-left: 80px;
}

div.player-page .list div .waiting .wait .track p {
	margin: 0px;
}

div.player-page .list div .waiting .wait .options {
	width: 30px;
	margin-top: 15px;
}

div.player-page .list div .waiting .wait .options svg {
	height: 30px;
}

div.alert {
	position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
	height: auto;
	background-color: rgb(0, 0, 0, 0.7);
}

div.alert div {
	position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 100px;
    background-color: rgb(50, 50, 50);
    border-radius: 10px;
}

div.alert div.log {
	height: 70%;
	width: 40%;
	overflow-y: scroll;
}

div.alert div.log input {
	border-style: hidden;
	background-color: rgb(0, 0, 0, 0);
	width: 85%;
	height: 20px;
	padding: 0px;
	color: rgb(200, 200, 200);
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.t-ligne {
	height: 2px;
	width: 100%;
	background-color: rgb(75, 75, 75);
}

div.t-ligne div.t {
	height: 2px;
	background-color: rgb(200, 0, 0);
}

div.alert div.log button {
	background-color: rgb(6, 95, 212);
	border-style: hidden;
	height: 30px;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

div.options div div.vl {
	margin-top: -80px;
	background-color: rgb(0, 0, 0, 0.3);
	margin-right: -110px;
	transform: rotate(270deg);
	border-radius: 10px;
}

div.options div div.vl input {
	padding: 20px;
	padding-left: 30px;
}

div.home div {
	
}