body {
	width: 100%;
	margin: 0;
	overflow-x: auto;
	font-family: "Open Sans";
	background-color: #eee;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
}

#nonoco_logo {
	height: 40px;
	position: absolute;
	top: 5px;
	left: 10%;
}

#nonoco_logo img {
	height: 40px;
}

#search {
	position: absolute;
	top: 13px;
	right: 10%;
	width: 200px;
	height: 24px;
	border-radius: 5px;
	background-image: url('search.png');
	background-repeat: no-repeat;
	background-position: right;
	background-color: rgba(200, 200, 200, 0.8);
	border: 1px solid #cccccc;
	padding-left: 5px;	
	padding-right: 40px;	
}

#btn_connect {
	position: absolute;
	top: 13px;
	right: calc(10% + 250px);
	width: 220px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid white;
	color: white;
	cursor: pointer;
	display: flex;
	justify-content: space-around;
	padding: 2px;
}

#btn_connected {
	position: absolute;
	top: 13px;
	height: 22px;
	line-height: 22px;
	color: white;
	cursor: pointer;
	display: flex;
}

#pn {
	position: absolute;
	top: 13px;
	width: 200px;
	height: 24px;
	color: white;
	line-height: 24px;
	display: flex;
	justify-content: right;
	align-items: center;
}

#toProfil, #logout {
	display: inline-block;
	background-color: #76b32e;
}

#toProfil {
	border-radius: 5px 0 0 5px;
	height: 22px;
	line-height: 22px;
	padding: 2px 10px;
	color: white;
	text-decoration: none;
}

#logout {
	border-radius: 0 5px 5px 0;
	border-left: 1px solid white;
	height: 22px;
	line-height: 22px;
	padding: 2px 5px;
}

#logout i {
	font-size: 20px;
	line-height: 22px;
}

#container {
	width: 100%;
	height: 626px;
	background-color: black;
	position: relative;
}

#container_profil {
	width: 100%;
	height: 338px;
	background-color: black;
	position: relative;
}

#container_emission {
	width: 100%;
	height: 656px;
	background-color: black;
	position: relative;
}

.slide {
	width: 1024px;
	height: 576px;
	position: absolute;
	top: 50px;
	left: calc(50% - 512px);
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}

.slide_img {
	height: 576px;
}

.slide_profil {
	width: 1024px;
	height: 288px;
	position: absolute;
	top: 50px;
	left: calc(50% - 512px);
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}

.slide_profil_img {
	height: 576px;
	margin-top: -144px;
}

.slide_img_crop {
	height: 768px;
	margin-top: -96px;
}

.slide_titre {
	position: absolute;
	bottom: 80px;
	left: 20px;
	font-size: 40px;
	color: white;
	font-weight: 300;
	text-shadow: 2px 2px #222;
	text-transform: uppercase;
	text-align: left;
}

.slide_profil_titre {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 40px;
	color: white;
	font-weight: 300;
	text-shadow: 2px 2px #222;
	text-transform: uppercase;
	text-align: left;
}

.slide_soustitre {
	position: absolute;
	bottom: 40px;
	left: 20px;
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px #222;
}

#list {
	width: 100%;
	/*height: 2000px;
	min-height: 200%;*/
	background-color: #eee;
	position: relative;
}

#list_container {
	position: relative;
}

.titre {
	color: grey;
	font-size: 42px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

#hasard_container {
	width: 100%;
	height: 238px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

#hasard_list {
	position: absolute;
	left: 0;
	width: 7200px;
	height: 238px;
	transition: all 500ms;
}

#hasard_prev, #hasard_next {
	width: 20px;
	height: 238px;
	line-height: 238px;
	font-size: 32px;
	text-align: center;
	color: grey;
	cursor: pointer;
	position: absolute;
	display: inline-block;
}

#hasard_prev {
	left: -20px;
}

#hasard_next {
	right: -20px;
}

.card {
	width: 290px;
	height: 238px;
	margin: 5px;
	background-color: white;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.card.currentPlaylist {
	background-color: #64b5f6;
}

.card_famille {
	width: 290px;
	height: 200px;
	margin: 5px;
	background-color: white;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.card_img {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 270px;
	border-radius: 2px;
	max-height: 152px;
	object-fit: contain;
	height: 152px;
	background-color: black;
}

.card_duree {
	position: absolute;
	right: 15px;
	top: 135px;
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	text-decoration: none;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}

.card_titre {
	position: absolute;
	left: 5px;
	top: 168px;
	width: calc(100% - 10px);
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: grey;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.card_soustitre {
	position: absolute;
	left: 5px;
	top: 200px;
	width: calc(100% - 10px);
	height: 30px;
	font-size: 14px;
	color: grey;
	display: flex;
	align-items: center;
}

.cardPlaylist {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 5px;
	background-color: white;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	align-items: center;
}

.cardPlaylist_titre {
	width: calc(100% - 20px);
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: grey;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 5px 10px;
	display: flex;
	justify-content: space-between;
}

.cardPlaylist_thumbnails {
	width: calc(100% - 20px);
	height: 80px;
	font-size: 14px;
	color: grey;
	display: flex;
	align-items: center;
	overflow: hidden
}

.playlist_delete {
	cursor: pointer;
}

.playlist_delete i {
	line-height: 30px;
}

.playlist_thumbnail {
	height: 60px;
	padding: 10px;
}

.card_vu, .card_removeHistory {
	position: absolute;
	left: 15px;
	top: 15px;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 2px;
	text-align: center;
	color: white;
	background-color: #64b5f6;
	opacity: 0.9;
}

.card_removeHistory {
	background-color: #e57373;
	overflow: hidden;
}

.card_addAttente, .card_addPlaylist {
	display: flex;
	position: absolute;
	right: 15px;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 2px;
	text-align: center;
	color: white;
	background-color: black;
	opacity: 0.9;
	overflow: hidden;
	cursor: pointer;
}
.attenteAdd, .attenteRemove {
	display: flex;
}

.card_addAttente .addPlus, .card_addPlaylist .addPlus, .card_removeHistory .addPlus {
	display: none;
	padding-right: 5px;
}

.card_addAttente:hover .addPlus, .card_addPlaylist:hover .addPlus, .card_removeHistory:hover .addPlus {
	display: inline;
}

.card_addAttente {
	top: 15px;
}

.card_addAttente .attenteRemove {
	display: none;
}

.card_addAttente.checked {
	background-color: #76b32e;
}

.card_addAttente.checked .attenteRemove {
	display: flex;
}

.card_addAttente.checked .attenteAdd {
	display: none;
}

.card_addPlaylist {
	top: 40px;
}

.card_vu i, .card_addAttente i, .card_addPlaylist i, .card_removeHistory i {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	width: 20px;
}

#familles_container, #familles_container_pn, #search_familles_container, #search_emissons_container, #attente_container, #vu_container, #playlist_container {
	display: flex;
	flex-wrap: wrap;
}

#playlist_container {
	flex-direction: column;
}

#profil_menu {
	position: relative;
	background-color: #ddd;
	height: 60px;
	border-radius: 0 0 30px 30px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.profil_menu_button, #play_attente, #clear_attente, #clear_historique {
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background-color: #76b32e;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
}

#titre_attente, #titre_historique {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#buttons_attente, #buttons_historique {
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#buttons_historique {
	width: 200px;
}

.info_vide {
	width: 100%;
	text-align: center;
}

.profil_menu_button.selected {
	background-color: #588721;
}

#profil_playlist, #profil_historique {
	display: none;
}

#infos_video {
	position: relative;
	background-color: #ddd;
	height: 150px;
	border-radius: 0 0 30px 30px;
}

#infos_titre {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 40px;
	text-transform: uppercase;
	color: #64b5f6;
}

#infos_soustitre {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 2px;
	padding-left: 20px;
	font-size: 20px;
	color: grey;
}

#infos_duree {
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 2px;
	padding-left: 20px;
	font-size: 16px;
	color: grey;
}

#player_container {
	width: 1024px;
	height: 576px;
	position: absolute;
	left: calc(50% - 512px);
	top: 65px;
}

#player {
	height: 100%;
}

#logo {
	position: absolute;
	top: 6.2%;
	left: 4.75%;
	width: 13.25%;
	opacity: 0.65;
	display: none;
}

#logo img {
	width: 212px;
}

#plein {
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: 212px;
	transform: skew(21.5deg);
	height: 71px;
}


#plein.pleinR {
	background-image: url('https://prof-farnsworth.fr/Nolifes/images/logo/R_bar.png');
}

#plein.pleinG {
	background-image: url('https://prof-farnsworth.fr/Nolifes/images/logo/G_bar.png');
}

#plein.pleinB {
	background-image: url('https://prof-farnsworth.fr/Nolifes/images/logo/B_bar.png');
}

#plein.pleinM {
	background-image: url('https://prof-farnsworth.fr/Nolifes/images/logo/M_bar.png');
}

#plein.pleinP {
	background-image: url('https://prof-farnsworth.fr/Nolifes/images/logo/P_bar.png');
}

#plein.pleinJ {
	background-image: url('https://prof-farnsworth.fr/Nolifes/images/logo/J_bar.png');
}

#plein.pleinV {
	background-image: url('https://prof-farnsworth.fr/Nolifes/images/logo/V_bar.png');
}

#plein.pleinGR {
	background-image: url('https://prof-farnsworth.fr/Nolifes/images/logo/GR_bar.png');
}

#plein.pleinGB {
	background-image: url('https://prof-farnsworth.fr/Nolifes/images/logo/GB_bar.png');
}

#plein.pleinN {
	background-image: url('https://prof-farnsworth.fr/Nolifes/images/logo/N_bar.png');
}


#stock {
	position: absolute;
	top: -225px;
	left: 10px;
	width: 1600px;
	height: 225px;

}

#stock img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1600px;
	height: 225px;

}

#img {
	position: absolute;
	top: 67.56%;
	left: 0;
	width: 100%;
	/*height: 225px;*/
	opacity: 1;
	display: none;
}
@font-face {
	font-family: bh;
	src: url('https://prof-farnsworth.fr/Nolifes/blue highway rg.ttf');
}
@font-face {
	font-family: bhb;
	src: url('https://prof-farnsworth.fr/Nolifes/blue highway bd.ttf');
}

#title {
	display: inline-block;
	position: absolute;
	top: 73.1%;
	left: 21%;
	font-family: bh;
	font-size: 36px;
	letter-spacing: 0.015em;
	color: white;
	transform: skew(-12deg, 0deg);
}

#artist {
	display: inline-block;
	position: absolute;
	top: 78.33%;
	left: 22.5%;
	font-family: bh;
	font-size: 38px;
	letter-spacing: -1px;
}

#label {
	display: inline-block;
	position: absolute;
	top: 765px;
	left: 390px;
	font-family: bh;
	font-size: 36px;
	letter-spacing: 0.01em;
	color: #aa1123;
}

.label_indies {
	color: #e69d00 !important;
}

#year {
	display: inline-block;
	position: absolute;
	top: 660px;
	left: 1315px;
	font-family: bhb;
	font-size: 36px;
	letter-spacing: 0.04em;
}

#author {
	display: inline-block;
	position: absolute;
	top: 715px;
	right: 205px;
	font-family: bh;
	font-size: 26px;
	letter-spacing: 0.02em;
}

.text {
	opacity: 0;
}

#title_cart {
	position: absolute;
	top: 83.33%;
	right: 12.9%;
	font-family: bh;
	font-size: 22px;
	letter-spacing: 0.06em;
	transform: skew(-12deg, 0deg);
	text-shadow: 2px 2px grey;
}

#artist_cart {
	position: absolute;
	top: 86.4%;
	right: 12.8%;
	font-family: bh;
	font-size: 22px;
	letter-spacing: 0.07em;
	color: #dddddd;
	text-shadow: 2px 2px black, -2px 2px black, 2px -2px black, -2px -2px black;
}

.text_cart {
	display: none;
}

#player_click {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#player_controls {
	position: absolute;
	width: calc(100% - 30px);
	height: 36px;
	border-radius: 15px;
	left: 15px;
	bottom: 15px;
	background-color: rgba(0, 0, 0, 0.6);
}

#icon_play {
	position: absolute;
	top: 0;
	left: 10px;
	width: 50px;
	text-align: center;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#icon_play i {
	color: #64b5f6;
}

#progress_bar_container {
	position: absolute;
	top: 0;
	left: 70px;
	width: calc(100% - 390px);
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#progress_bar_out {
	position: relative;
	width: 100%;
	height: 16px;
	background-color: #eee;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

#progress_bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 16px;
	background-color: #64b5f6;
	transition: width 40ms;
}

#player_timer {
	position: absolute;
	top: 0;
	right: 200px;
	width: 120px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #64b5f6;
}

#icon_volume {
	position: absolute;
	top: 0;
	right: 160px;
	width: 30px;
	text-align: center;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#icon_volume i {
	color: #64b5f6;
}

#volume_container {
	position: absolute;
	top: 0;
	right: 50px;
	width: 100px;
	text-align: center;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #64b5f6;
}

#volume {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 2px;
	background: #d3d3d3;
	outline: none;
}

#volume::-webkit-slider-thumb, #volume::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #64b5f6;
	cursor: pointer;
	border: none;
}

#volume:disabled::-webkit-slider-thumb, #volume:disabled::-moz-range-thumb {
	background-color: #d3d3d3;
}

#icon_fullscreen {
	position: absolute;
	top: 0;
	right: 10px;
	width: 30px;
	text-align: center;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#icon_fullscreen i {
	color: #64b5f6;
}

#tooltip_time {     
	position:absolute;
	color: grey;
	background-color:white;
	height:16px;
	line-height: 16px;
	font-size: 14px;
	padding: 4px;
	bottom: 51px;
	display: none;
	border-radius: 4px;
}

#tooltip_time:after {
	content:'';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-top: solid 5px white;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}

#login {
	display: flex;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	background-color: #eee;
	/*z-index: 999;*/
	justify-content: space-evenly;
	align-items: center;
	opacity: 0;
}

#login_create, #login_log {
	width: 400px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

#login_sep {
	width: 1px;
	height: 500px;
	background-color: grey;
}

.login_button {
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background-color: #64b5f6;
	cursor: pointer;
	border-radius: 3px;
}

#addPlaylist_add_btn {
	width: 20%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	background-color: #64b5f6;
	cursor: pointer;
	border-radius: 3px;
}

.login_input, #addPlaylist_add_name {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #888;
	padding: 10px;
}

#addPlaylist_add_name {
	width: 70%;
}

#addPlaylist_add {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

#addPlaylist {
	display: flex;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	background-color: rgba(20, 20, 20, 0.5);
	/*z-index: 999;*/
	justify-content: space-evenly;
	align-items: center;
	opacity: 0;
}

#addPlaylist_container {
	width: 500px;
	max-height: calc(100% - 70px);
	background-color: #eee;
	border-radius: 5px;
	padding: 10px;
}

#addPlaylist_list {
	padding: 10px 0;
}

#switch_pn{
	height: 0;
	width: 0;
	visibility: hidden;
}

#label_pn {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 24px;
	background: grey;
	display: block;
	border-radius: 24px;
	position: relative;
}

#label_pn:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 3px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 30px;
	transition: 0.2s;
}

#switch_pn:checked + #label_pn {
	background: #76b32e;
}

#switch_pn:checked + #label_pn:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

#label_pn:active:after {
	width: 30px;
}