html {
	background: #131313;
	font-family: verdana;
	height: 100%;
	overflow: hidden;
}
* {
	box-sizing: border-box;
}
.swal2-popup {
	background: #0b0b0beb !important;
	width: 94% !important;
}
.categorie img {
  border-radius: 5px;
}
.favoris-result.playing {
    background: linear-gradient(135deg, rgb(228, 20, 27) 0%, #531717 60%);
    padding: 5px;
    border-radius: 5px;
}
.categorie {
  margin-bottom: 7%;
}
.favoris-result.playing .equalizer {
    position: relative;
    display: inline-block;
    top: auto;
    border-radius: 0;
}
.favoris-result .track {
	display: flex;
	background: linear-gradient(138deg, rgb(2, 0, 36) 0%, rgb(0, 0, 0) 0%, rgb(10, 28, 47) 100%);
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
}
#swal2-title {
	color: #fff;
	font-size: 24px;
}
#swal2-html-container {
	color: #fff;
	font-size: 16px;
}
.artist-image {
	width: 100%;
	border-radius: 10px;
}
.favoris #main-content, .gestionplaylist #main-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.track-details p {
	margin: 0;
	font-size: 10px;
	color: #fff;
}
.favoris-result img {
	border-radius:5px;
	margin-right: 10px;
}
.content-action-track {
	display: flex;
	margin-top: 10px;
}
.infos-artist {
	position: relative;
}
.paroles {
	color: #999;
	font-size: 12px;
	line-height: 19px;
	background: #111;
	padding: 10px;
}
.track-image {
	width: 50px;
	height: 50px;
}
img.equalizer {
	position: absolute;
	top: -19px;
	border-radius: 0 0 0 5px;
}
.parole-no,.parole-yes {
	background: linear-gradient(138deg, rgba(2,0,36,1) 0%, rgba(179,0,0,1) 0%, rgba(107,0,0,1) 100%);
	display: block;
	width: 100%;
	height: 34px;
	border-radius: 5px;
	border: none;
	color: #fff;
	margin: 10% 0;
	text-transform: uppercase;
	font-size: 12px;
}
#sidebarlecture-musique {
	color: #fff;
	margin-left: auto;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
}
.favoris-result.sidebar {
	width: 100%;
	max-width: 100%;
}
.favoris-result.sidebar {
	max-width: 100%;
}
.favoris-result span.addto-favoris-user {
	height: 20px;
	width: 20px;
	line-height: 22px;
	font-size: 11px;
	color: #fff;
}
.favoris-result span.addto-playlist-user i {
	height: 20px;
	width: 20px;
	line-height: 19px;
	font-size: 16px;
	color: #fff;
}
.track-details {
	width: 100%;
}
.date-artist p {
	margin: 0;
	color: #fff;
	font-size: 10px;
}
.favoris-result span#lecture-musique i {
	height: 20px;
	width: 20px;
	line-height: 22px;
	font-size: 11px;
	color: #fff;
}
.body-vibe {
	padding: 10px 10px 100px 10px;
	margin: 0 auto;
	display: flex;
	gap: 2%;
	height: 100%;
}
.container-vibe {
	width: 63%;
	overflow: auto;
	background: #090909;
	border-radius: 10px;
	max-width: 100%;
	overflow-x: hidden;
}
.swal2-cancel.swal2-styled.swal2-default-outline {
	background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
}
.swal2-confirm.swal2-styled.swal2-default-outline,.swal2-confirm.swal2-styled {
	background: linear-gradient( -57deg, rgb(62, 165, 255) 0%, rgb(0, 255, 195) 100%) !important;
}
.playlist-count-track {
	color: #9f9f9f;
}
.titre-menu {
	color: #9f9f9f;
	margin: 0 0 6px 0;
	font-size: 14px;
}
.toggle-menu i {
	background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
	border-radius: 50px;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
}
.separateur {
	border-bottom: 1px solid #1c1c1c;
	display: block;
	width: 100%;
	height: 1px;
	margin: 25px 0;
}
.last-playlist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient( -57deg, rgb(32, 17, 40) 0%, rgb(2, 15, 40) 100%);
	border-radius: 5px;
	padding: 0 10px;
}
.last-playlist .ajax-link.autoplay {
	background: none;
	border: 1px solid;
	line-height: 25px;
	font-size: 14px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.last-playlist .titre-counter {
	font-size: 14px;
}
.img-decouverte {
	width: 100%;
}
.ajax-link.close-popup {
	text-align: center;
	text-decoration: none;
	display: block;
	color: #fff;
	background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
	padding: 10px;
	border-radius: 3px;
}
.owl-nav {
	position: absolute;
	top: -45px;
	right: 0;
}

.owl-prev span {
	font-size: 26px;
	background: #bd1a48b2;
	width: 26px;
	display: block;
	margin-right: 10px;
	height: 26px;
	line-height: 21px;
	border-radius: 50px;
}
.owl-next span {
	font-size: 26px;
	background: #bd1a48b2;
	width: 26px;
	display: block;
	margin-right: 10px;
	height: 26px;
	line-height: 21px;
	border-radius: 50px;
}
.decouverte-musique {
	width: 250px;
	overflow: hidden;
}
.content-lastitre .addto-favoris-user {
	position: absolute;
	background: rgba(0,0,0,0.5);
	border-radius: 0 0 5px 0;
}
.content-decouverte {
	.content-decouverte {
	position: relative;
}
}
.name-titre {
	margin: 0;
	font-size: 13px;
	
}
.artiste-titre {
	font-size: 12px;
	color: #ff105e;
	margin: 0;
}
.content-lastitre {
	display: flex;
	gap: 2%;
	margin-bottom: 7%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.derniere-musique img {
	width: 100%;
	border-radius: 5px;
}
.derniere-musique {
	width: 23%;
	position: relative;
}
.btn.btn-link {
	margin-top: 15px !important;
	color: #9f2a2a !important;
}
.menu a:hover, .menu .btn:hover, .menu-playlist a:hover, .menu-playlist .btn:hover {
	color: #ff4844;
	transition: all ease 0.3s;
	cursor : pointer ;
}
.menu a, .menu .btn, .menu-playlist a, .menu-playlist .btn {
	color: #9f9f9f;
	transition: all ease 0.3s;
	background: none;
	border: none;
	text-decoration: none;
	font-size: 16px;
	margin: 0px 0 20px 0;
	display: block;
	padding: 0;
}
.deco {
	margin-top: 40px;
}
.menu {
	margin-left: 20px;
	margin-top: 20px;
}
.margin-body{
	width: 15%;
	min-width: 280px;
	
}
.head {
	padding: 10px;
	overflow: auto;
	position: fixed;
	width: 15%;
	min-width: 280px;
	background: #090909;
	border-radius: 10px;
	max-height: 100%;
	bottom: 99px;
	top: 10px;
}
.info-artist {
	padding: 10px;
	width: 18%;
	min-width: 280px;
	background: #090909;
	border-radius: 10px;
	max-height: 100%;
	overflow: auto;
}
.counter-track {
	margin-bottom: 6px;
	color: #999;
	font-size: 10px;
}
.content-right-artist {
	display: flex;
	justify-content:space-between ;
}
.info-artist {
	padding: 10px;
	width: 18%;
	min-width: 280px;
	background: #090909;
	border-radius: 10px;
	max-height: 100%;
	overflow: auto;
}
.form-login {
	background: #fff;
	max-width: 550px;
	margin: 0 auto;
	padding: 5%;
	border-radius: 5px;
}
.content-login .logo {
	margin: 5% auto 5% auto;
	width: 60%;
	display: block;
}
.content-login {
	margin: auto;
}
.titre-m {
	color: #fff;
	margin: 0;
	font-size: 12px;
}
.content-login svg {
	transform: rotate(0deg);
	color: #fff;
	background: #131313;
	height: 40px;
	width: 39px;
	padding: 8px;
	margin-right: -5px;
	border-radius: 3px 0 0 3px;
}
.bi.bi-envelope-fill {
	height: 39px;
}
.artist-t {
	margin: 0;
	color: #f8004b;
	font-size: 12px;
}
.form-group, .form-group.form-check {
	display: flex;
	width: 100%;
	align-items: flex-start;
	margin-bottom: 20px;
	font-size: 12px;
	align-items: center;
}
input#email, input#password {
	width: 100%;
	height: 40px;
	border-radius: 0 3px 3px 0;
	border: 1px solid #b0b0b0;
	padding-left: 10px;
	font-size: 12px;
}
.form-group.form-check a {
	margin-left: auto;
	text-decoration: none;
	color: #0b1929;
}
.content-playlist .playlist-track-count {
	color: #fff;
}
.close-list {
	background: #710000;
	padding: 10px;
	border-radius: 3px;
	color: #fff;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	margin-left: auto;
	cursor: pointer;
}
.form-group i {
	background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
	color: #fff;
	padding: 7px;
	border-radius: 3px 0 0 3px;
	margin-right: -1px;
	z-index: 9;
}
.rapid-nav i {
	font-size: 22px;
}
input:focus{
    outline:0;
 }
 .fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
    color: #fff;
	width: 100%;
}
img.equalizer {
    margin-right: 10px;
}
.btn.btn-primary {
	width: 100%;
	background: linear-gradient( -85deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
	padding: 10px;
	font-size: 22px;
	color: #fff;
	border: none;
	border-radius: 3px;
}
.rapid-nav {
	display: flex;
	justify-content: space-around;
	padding: 0px;
	background: #0d101c;
}
.rapid-nav a {
	color: #999;
	width: 20%;
	padding: 10px;
	text-align: center;
}
#progress-container {
    width: 100%;
    background: #eee;
    position: relative;
    height: 10px;
    margin: 10px 0;
    cursor: pointer; /* Change the cursor to indicate clickable area */
}
.result-search {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
#progress-bar {
    height: 100%;
    background: #333;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#slider {
    width: 100%;
}

#time {
    font-size: 14px;
}
#slider {
	appearance: none;
	width: 100%;
	height: 2px;
	border-radius: 9999px;
	background: linear-gradient(90deg, #fb324f 0%, #dddddd 0%);
	cursor: pointer;
	border-top: 8px solid #090909;
	padding: 1px;
	border-bottom: 8px solid #090909;
}
/* Thumb: for Chrome, Safari, Edge */
#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  box-shadow: 0px 0px 1px 5px #fb324f61;
  height: 18px;
  border-radius: 9999px;
  background: #fb324f;
}

/* Thumb: for Firefox */
#slider::-moz-range-thumb {
  border: none;
  width: 14px;
  height: 14px;
  border-radius: 9999px;
  background: #fb324f;
}
.control-player {
	width: 40%;
}

span.removeto-playlist-user {
    margin-left: auto;
}
.menu-playlist a.ajax-link i {
    margin-right: 10px;
}
span.btn.btn-link.trash i {
    margin-right: 10px;
}
#time {
	font-size: 10px;
	color: #999;
	margin-top: 2px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.img-player img {
	width: 50px;
	border-radius: 3px;
	margin-right: 10px;
}
#controls {
	display: flex;
	justify-content: space-around;
	max-width: 280px;
	margin: auto;
	align-items: center;
}
#playPause i {
  font-size: 30px;
  color: #fff;
}
#playPause {
	border-radius: 50%;
	height: 38px;
	width: 38px;
	position: relative;
	border: none;
	background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
	text-align: center;
	line-height: 36px;
}
#next, #prev, #shuffle, #repeat {
	height: 30px;
	width: 30px;
	font-size: 14px;
	border-radius: 50%;
	border: 0px;
	background: #282f46;
	color: #fff;
	opacity: 1;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Couleur du texte pour shuffle-on */
.shuffle-on i , .repeat-on i{
    color: #ff3f48 !important;
}
#next.clicked::before, #prev.clicked::before  {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    z-index: -1; /* Derrière l'icône */
    animation: borderAnimationOn 0.6s ease forwards; /* Reutilisation de l'animation */
}
/* Animation de bordure pour shuffle-on */
.shuffle-on::before,.repeat-on::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    z-index: -1; /* Derrière l'icône */
    animation: borderAnimationOn 0.6s ease forwards; /* Animation spécifique à l'état shuffle-on */
}

/* Animation de bordure pour shuffle-off */
.shuffle-off::before, .repeat-off::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    z-index: -1; /* Derrière l'icône */
    animation: borderAnimationOff 0.6s ease forwards; /* Animation spécifique à l'état shuffle-off */
}
.play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid rgba(255, 59, 74, 0.30);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    z-index: -1; /* Derrière l'icône */
    animation: borderAnimationOn 0.6s ease forwards; /* Animation spécifique à l'état shuffle-on */
}

/* Animation de bordure pour shuffle-off */
.pause::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid rgba(255, 59, 74, 0.30);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    z-index: -1; /* Derrière l'icône */
    animation: borderAnimationOff 0.6s ease forwards; /* Animation spécifique à l'état shuffle-off */
}
/* Animation pour passer à shuffle-on */
@keyframes borderAnimationOn {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* Animation pour revenir à shuffle-off */
@keyframes borderAnimationOff {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

#main-content {
	color: #fff;
	padding: 2%;
}
.show-player {
	display: block;
	text-align: center;
}
.show-player .openclose {
	background: #161e31;
	border-radius: 10px;
	height: 45px;
	width: 100px;
	display: block;
	margin: 0 auto;
	line-height: 20px;
	font-size: 20px;
	margin-bottom: -15px;
	color: #999;
	transition: all ease 0.3s;
	position: relative;
	z-index: -1;
}
.container-player {
	background: #090909;
	padding: 12px;
	display: flex;
}
.title-page {
	font-size: 14px;
	color: #ff4744;
	margin-top: 0;
	width: 100%;
	text-align: right;
}
.show-player.close i {
	transform: rotate(180deg) !important;
	position: absolute;
	left: 37px;
	transition: all ease 0.3s;
	top: 2px;
}
#popup-youtube {
	background: #990707;
	text-align: center;
	padding: 0 1px 0px 0;
	margin-left: 20px;
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 35px;
}
.show-player i {
	transform: rotate(0deg) !important;
	position: absolute;
	left: 37px;
	transition: all ease 0.3s;
	top: 6px;
	color: #fff;
	font-size: 24px;
}
.imgyoutube {
	width: 25%;
	border-radius: 10px;
	margin-right: 15px;
}
.btn-musique {
	width: 69%;
	display: flex;
	flex-wrap: wrap;
}
.imgsearch {
	width: 100%;
	border-radius: 5px;
}
.ariste-music-server {
	margin: 0;
	font-size: 12px;
	color: #ff0037;
}
.downyou i {
	background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	border-radius: 50px;
}
.video-result {
	margin-bottom: 2%;
	width: 23%;
}
.favoris-result {
	max-width: 155px;
	position: relative;
}
.btn-search {
	display: flex;
	margin-top: 10px;
}
.imgfav {
border-radius: 5px;
	max-width: 100%;
}
.link-youtube, .title-music-server {
	text-decoration: none;
	color: #fff;
	margin: 0 0 15px 0;
	font-size: 12px;
	width: 100%;
	display: block;
}
.title-music-server {
	margin: 0;
}
.btn-musique {
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	align-items: center;
	position: absolute;
	top: 60%;
	padding: 5px;
	background: #090909;
	border-radius: 50px;
	right: 2.5%;
	opacity: 0;
	cursor: pointer;
}
.favoris-result:hover .btn-musique{
	opacity: 100%;
	top: 55%;
	transition: all ease 0.3s;
}
span.addto-favoris-user {
    background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
    height: 35px;
    width: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
}
.titre-home {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #9f9f9f;
}
span.addto-playlist-user i {
	background: #0b0d13;
	height: 37px;
	width: 37px;
	font-size: 18px;
	display: block;
	line-height: 35px;
	text-align: center;
	border-radius: 50px;
	margin-left: 10px;
}
span#lecture-musique {
	margin-left: auto;
}
span#lecture-musique i {
	background: linear-gradient( -57deg, rgb(62, 165, 255) 0%, rgb(0, 255, 195) 100%);
	margin-left: auto;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	display: block;
	line-height: 35px;
	font-size: 28px;
	text-align: center;
}
.autoplay{
	font-size: 24px;
	background: linear-gradient( -57deg, rgb(62, 165, 255) 0%, rgb(0, 255, 195) 100%);
	width: 35px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50px;
	margin-right: 10px;
	color: #fff;
}

#search-input, #playlist {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    background: rgb(32, 32, 32);
    border: none;
    color: #999;
    padding-left: 10px;
    font-size: 14px;
    transition: all ease 0.3s;
}
.content-input {
	position: relative;
	width: 100%;
}
.counter-pink {
	color: #ff4744;
	font-size: 10px;
}
.add-playlist,.name-playlist{
	position: relative;
	margin-bottom: 15px;
	width: 100%;
}
.content-search {
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.imgserv {
    width: 19%;
    margin-right: 4%;
    border-radius: 10px;
}
.gosearch, .soumettre, .rename-btn {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 22px;
}
#track-info {
	width: 30%;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
}
#page-title {
	margin-left: auto;
}
#track-artist {
	margin-right: 10px;
	color: #ff005f;
}
.info-player {
	font-size: 12px;
}
#videoModal {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #080b13eb;
	top: 0;
	z-index: 9999;
	left: 0;
}
#youtubeVideo {
	border: none;
	width: 100%;
	min-width: 100%;
	height: 100%;
}
.modal-body {
	position: absolute;
	top: 5%;
	transform: translate(-50%);
	max-width: 650px;
	height: 450px;
	left: 55%;
	width: 100%;
}
.close-preview {
	background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
	position: absolute;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	width: 40px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	border-radius: 35px;
	top: -20px;
	right: 20px;
}
.icon-playlmist {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 19px;
	background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
	border-radius: 50px;
	text-align: center;
	margin-right: 20px !important;
}
.playlist-item p {
	margin: 0;
	align-items: center;
}
.modify-playlist {
	margin-left: auto !important;
	font-size: 20px;
	padding: 10px;
	background: #0f101c;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 21px;
}
.right-list {
	width: 48%;
	display:flex ;
	align-items: center;
}
.playerlist {
	background: #0f101c;
	color: #d5d5d5;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
}
.left-list {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.playlist-item {
	background: #16192d;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	justify-content: space-between;
	display: flex;
}

.titre-counter {
	font-size: 18px;
	color: #fff;
}
.playing .imgserv {
    width: 26%;
    margin-right: 15px;
    border-radius: 100%;
    border: 18px solid #111111;
    animation: rotation 8s infinite linear;
}
.downyou.loading {
	animation: rotation 2s infinite linear;
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.img-compte {
	position: relative;
	width: 20%;
	min-width: 220px;
}
.info-txt-compte {
	width: 25%;
}
.info-compte {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 2%;
}
.changeinfo {
	display: inline;
	padding: 5px 20px;
	background: #00805c;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
}
.name {
	margin: 0;
}
.response {
	margin-top: 10px;
	color: green;
}
.inputinfo {
	background: #1e1e1e;
	padding: 10px;
	width: 49%;
	border-radius: 5px;
	border: 1px solid #3e3e3e;
	margin-left: auto;
}
.imgprof {
	color: #ff1c58;
	font-size: 12px;
}
.update-profil {
	background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
	display: block;
	text-align: center;
	margin-top: 30px;
	height: 40px;
	line-height: 41px;
	font-size: 17px;
	border-radius: 5px;
}
.modifier-img-compte {
	position: absolute;
	top: 0;
	left: 0;
	background: #23bf85;
	padding: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 21px;
	border-radius: 5px 0 5px 0;
	cursor: pointer;
}
#nameform {
	height: 40px;
	width: 100%;
	background: #111;
	border: 1px solid #222;
	border-radius: 5px;
	color: #999;
	padding: 0 0 0 10px;
}
.img-compte img {
	border-radius: 10px;
	width: 100%;
}
.black-playlist {
	background: #000000b8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
}
.goyoutube {
	display: block;
	text-align: center;
	background: linear-gradient( -217deg, rgb(178, 0, 0) 0%, rgb(109, 0, 0) 100%);
	padding: 10px;
	font-size: 13px;
	border-radius: 10px;
	color: #fff;
	width: 26%;
	margin-left: 2%;
	cursor: pointer;
	height: 49px;
	line-height: 31px;
	text-transform: uppercase;
	font-weight: bold;
}
.popup-playlist {
	position: fixed;
	top: 10%;
	width: 95%;
	max-height: 80%;
	max-width: 450px;
	background: #0a0c15;
	left: 50%;
	transform: translateX(-50%);
	overflow: auto;
	border-radius: 3px;
	color: #fff;
	padding: 15px;
}
.playlist-user-ajax {
	display: flex;
	background: #151b26;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 12px;
}
.playlist-user-ajax p {
	margin: 0 10px 0 0;
}
#countdownVideo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}
.body-vibe-blindtest:before {
	content: "";
	background: linear-gradient( -22deg, #0a0d13 48%, #95185e 129%);
	position : fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}
.vjs-default-skin.vjs-paused .vjs-big-play-button 
{
display: none;
}
.video-js.vjs-playing .vjs-tech {
  pointer-events: none;
}
.body-vibe-blindtest {
	margin-top: 30%;
}
.form-blind label {
	display: block;
	color: #fff;
	margin-bottom:20px
}
#category, #timeLimit, #date {
	width: 100%;
	height: 45px;
	font-size: 22px;
	background: #0a0d13;
	border: none;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #71193a;
	margin-bottom: 20px;
	box-shadow: 0px 4px 11px -4px rgba(255, 80, 64, 0.3);
}
#startBlindTest {
	background: linear-gradient( -57deg, rgb(255,85,62) 0%, rgb(255,0,101) 100%);
	border: none;
	color: #fff;
	width: 100%;
	height: 40px;
	font-size: 20px;
	border-radius: 5px;
	margin-top: 10%;
}
.image-album .blurred {
	filter: blur(30px);
	border-radius: 10px;
}
.image-album {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.Titre-music {
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 6% auto 0 auto;
	font-size: 20px;
}
.artiste {
	margin: 0 auto;
	text-align: center;
	color: #ff0078;
	font-size: 20px;
	margin-top: 20px;
}
.album-art {
	border-radius: 10px;
}
.vinyl {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 380px;
}
.fond-music {
	position: absolute;
	width: 100%;
	opacity: 0.5;
}
.vinyl-music {
	animation: rotation 6s infinite linear;
	position: absolute;
	width: 100%;
}
.album-vinyl img {
	position: absolute;
	width: 25%;
	height: 25%;
	top: 37%;
	left: 50%;
	transform: translate(-50%);
	filter: blur(10px);
}
.item {
	position: relative;
	color: #fff;
	text-align: center;
}

.item h2 {
	text-align: center;
	position: absolute;
	line-height: 96px;
	width: 100%;
	font-size: 40px;
}

svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
    stroke-dasharray: 442;
    /* stroke-width: 5px; */
    /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 442;
    transition: all 1s linear;
}
.favoryte.animated {
	position: absolute;
	border: 0;
	bottom: 5%;
	right: 5%;
	padding: 10px;
	background: #ff115d;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	transition:all ease 0.3s;
	
}
.favoryte {
	position: absolute;
	border: 0;
	bottom: 5%;
	right: 5%;
	padding: 10px;
	z-index: -1;
	background: #ff3c493d;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	transition:all ease 0.3s;
}
.hearth-fav.animated{
-webkit-animation:heartBeat 1s ease infinite 0s;
  -moz-animation:heartBeat 1s ease infinite 0s;
  -o-animation:heartBeat 1s ease infinite 0s;
  -ms-animation:heartBeat 1s ease infinite 0s;
  animation:heartBeat 1s ease infinite 0s;
  }
@-webkit-keyframes heartBeat { 
    0% { zoom:100%; }
    15% { zoom:140%; }
    25% { zoom:120%; }
    35% { zoom:140%; }
    100% { zoom:100%; }
}
/*tested on opera 12*/
@-o-keyframes heartBeat { 
    0% { zoom:100%; }
    15% { zoom:140%; }
    25% { zoom:110%; }
    35% { zoom:140%; }
    100% { zoom:100%; }
}
/*
tested on IE9, should work but doesn't :(
https://developer.mozilla.org/en-US/docs/CSS/transform
*/
@-ms-keyframes heartBeat { 
    0% { transform:scale(1); }
    15% { transform:scale(1.4); }
    25% { transform:scale(1.1); }
    35% { transform:scale(1.4); }
    100% { transform:scale(1); }
}
/*tested on FF 18*/
@keyframes heartBeat { 
    0% { transform:scale(1); }
    15% { transform:scale(1.4); }
    25% { transform:scale(1.1); }
    35% { transform:scale(1.4); }
    100% { transform:scale(1); }
}


.conten-item {
	position: relative;
	height: 390px;
	overflow: hidden;
}
.conten-item .addto-favoris-user {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	border-radius: 0 0 5px 0px;
}
.caroussel {
	height: 310px;
	object-fit: cover;
	border-radius : 5px ;
	object-position: center;
}