/*
	243 Stars Corp
	Designed by : Lunar.
*/
body {
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	font-size: 90%;
	font-family: "Roboto", Arial, sans-serif;
	width: 100%;
	min-width: 250px
}

* {
	box-sizing: border-box !important;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	font-size: 30%;
}

video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

small {
	font-weight: 100;
}

/*
	Containers
*/
.container {
	display: flex !important;
	flex-wrap: wrap;
}

.alwaysFlex {
	display: flex;
}

.flex-flex {
	display: flex;
}

.space-between {
	justify-content: space-between !important;
	align-content: space-between;
}

.fullContainer {
	width: 95%;
	max-width: 1300px;
	margin: auto;
}

.alwaysFull {
	min-width: 1200px;
}

.block100 {
	width: 100% !important;
}

.block70 {
	width: 70%
}

.block30 {
	width: 30%;
}

.block50 {
	width: 50%
}

.hidden {
	display: none;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.zIndexFirst {
	z-index: 10;
}

.zIndexLast {
	z-index: 0;
}

.overHide {
	overflow: hidden;
}

.overAuto {
	overflow: auto;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.alignCenter {
	 align-items: center !important;
}

.alignBase {
	align-items: baseline !important;
}

.alignInit {
	align-items: initial !important;
}

.rad100 {
	 border-radius: 100% !important;
}

.show_mob{
	display: none;
}

/*
	Colors
*/
.bg224-0-16 {
	background: rgb(224, 0, 16) !important;
}

.bg184-0-16 {
	background: rgb(184, 0, 16) !important;
}

.bg5-167-5 {
	background: rgb(5, 167, 5) !important;
}

.bg0-160-255 {
	background: rgb(0, 160, 255) !important;
}

.bg255-224-0 {
	background: rgb(255, 224, 0) !important;
}

.bg255-255-255 {
	background: rgb(255, 255, 255) !important;
}

.bg240-240-250 {
	background: rgb(240, 240, 255) !important;
}

.bg240-240-240 {
	background: rgb(240, 240, 240);
}

.bg50-50-50 {
	background: rgb(50, 50, 50);
}

.bg0-0-0 {
	background: rgb(0, 0, 0);
}

.col0-160-255 {
	color: rgb(0, 160, 255) !important;
}

.col255-224-0 {
	color: rgb(255, 224, 0) !important;
}

.col255-255-255 {
	color: rgb(255, 255, 255) !important;
}

.col150-150-150 {
	color: rgb(150, 150, 150) !important;
}

.col100-100-100 {
	color: rgb(100, 100, 100) !important;
}

.col90-3-3 {
	color: rgb(90, 3, 3) !important;
}

.col36-36-36 {
	color: rgb(36, 36, 36) !important;
}

.col0-0-0 {
	color: rgb(0, 0, 0) !important;
}

.white {
	color: rgb(255, 255, 255)
}

.white a {
	color: rgb(255, 255, 255)
}

.black {
	color: rgb(0, 0, 0)
}

.black a {
	color: rgb(0, 0, 0)
}

.fontW700 {
	font-weight: 700 !important;
}

.fontW200 {
	font-weight: 200 !important;
}

.absoluteBg {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.hexagon {
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.25' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right top, #343a40, #2b2c31, #211f22, #151314, #000000);
}

/*
	Paddings & Margins & line-height
*/
.pad5 {
	padding: 5px !important;
}

.pad-t5 {
	padding-top: 5px !important;
}

.pad-tb5 {
	padding: 5px 0 !important;
}

.pad10 {
	padding: 10px !important;
}

.pad-tb10 {
	padding: 10px 0 !important;
}

.pad-tb20 {
	padding: 20px 0 !important;
}

.pad30 {
	padding: 30px;
}

.pad-tb30 {
	padding: 30px 0 !important;
}

/* Margins */
.mar5 {
	margin: 5px !important;
}

.mar-tb5 {
	margin: 5px 0 !important;
}

.mar10 {
	margin: 10px !important;
}

.mar-tb10 {
	margin: 10px 0 !important;
}

.mar-tb20 {
	margin: 20px 0 !important;
}

.mar-tb30 {
	margin: 30px 0 !important;
}

.mar-l5 {
	margin-left: 5px !important;
}

.mar-r5 {
	margin-right: 5px !important;
}

.mar-t5 {
	margin-top: 5px !important;
}

.mar-b5 {
	margin-bottom: 5px !important;
}

.multipleSpace {
	line-height: 150% !important;
}

.multipleSpace br {
	margin-top: 8px;
	display: block;
	width: 100%;
	height: 5px;
}

/* Borders & Fonts */
.borBottom {
	border-bottom: 1px solid rgba(50, 50, 50, 0.2);
}

.borLeft {
	border-left: 1px solid rgba(50, 50, 50, 0.2);
}

.borRight {
	border-right: 1px solid rgba(50, 50, 50, 0.2);
}

.borFull {
	border: 1px solid rgba(50, 50, 50, 0.2);
}


.largeSize {
	font-size: 150% !important;
}

.mediumSize {
	font-size: 125% !important;
}

.op2 {
	opacity: 0.2 !important;
}

.op7 {
	opacity: 0.7 !important;
}

.op9 {
	opacity: 0.9 !important;
}

/*
	Headers
*/
#header {
	min-height: 50px;
	padding: 15px 0;
	vertical-align: middle;
}

#logo {
	display: block;
	height: 40px;
	margin-right: 10px
}

#logo img {
	display: block;
	height: 40px;
}

#menus {
	display: inline-block;
	position: relative;
	z-index: 3;
}

#logMenu {
	max-width: 600px;
	align-items: center;
}

.menus {
	display: inline-table;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 20px 5px 5px 5px;
	font-weight: 700;
}

.menus:hover {
	outline: 0;
	color: rgb(0, 160, 255) !important;
}

.menus:focus {
	outline: 0;
	color: rgb(224, 0, 16) !important;
}

#search {
	height: 40px;
	width: 120px;
	border: 1px solid rgba(220, 220, 250, 0.5);
	position: relative;
	z-index: 4;
	border-radius: 2px;
}

#searcher {
	height: 38px;
	border: none;
	display: block;
	width: 60%;
	font-size: 15px;
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	background: transparent;
}

#searcher:focus {
	outline: 0;
	color: rgb(0, 160, 255) !important;
	font-size: medium;
	font-weight: bolder;
}

#submit {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 3px;
	right: 0;
	z-index: 5;
	text-indent: -3000px;
	border: none;
	background: transparent url(../images/search.png) center no-repeat;
}

/*
	Headings
*/
.barHeading {
	width: fit-content;
	position: relative;
}

.barHeading:before {
	content: "";
	display: block;
	width: 25%;
	max-width: 150px;
	height: 3px;
	background: rgb(0, 0, 0);
	top: -10px;
	position: absolute;
	right: 0;
}

.barHeading:after {
	content: "";
	display: block;
	width: 30%;
	max-width: 150px;
	height: 5px;
	background: rgb(224, 0, 16);
	margin-top: 10px
}

.sm-btn {
	padding: 3px;
	display: inline-block;
}

.bg-red {
	background : rgb(224, 0, 16);
	color:  rgb(255,255,255);
	border-radius: 2px;
}

/*
	Sliders
*/
#slider {
	height: 450px;
	background-image: linear-gradient(to right, rgb(0, 160, 255), rgb(224, 0, 16), rgb(255, 224, 0));
	margin: 0;
}

#slid404 {
	padding: 15px 0;
	box-sizing: border-box;
	color: rgb(240, 240, 255);
}

#slidImg {
	width: 100%;
	max-width: 585px;
	background: url(../images/musics.png) no-repeat bottom center;
	height: 450px;
	border-radius: 100%;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	position: absolute;
	left: 5%;
	top: 30px;
}

#slidImg div {
	position: relative;
	height: 100%;
	width: 100%;
}

#slidImg div span {
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/gradient.png)
}

#slidText {
	width: 45%;
	min-width: 500px;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

#slidText h1 {
	font-size: 48px;
	color: rgb(255, 255, 255);
	font-weight: 400;
	width: 100%
}

#slidText p {
	width: 100%
}


/*
	Features
*/
.rythms {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 47%;
	border-radius: 4px;
	padding-top: 80px;
	background: radial-gradient(circle farthest-corner at 35% 90%, rgb(255, 224, 0), transparent 50%), radial-gradient(circle farthest-corner at 0 140%, rgb(224, 0, 16), transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, rgb(0, 160, 255), transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d);
	background-position: center;
	background-size: cover;
	opacity: 1;
	height: 150px;
	min-width: 150px;
	font-size: 18px;
	font-weight: 200;
	text-decoration: none;
}

.rythms:hover {
	opacity: 0.7;
}

/* Best downloads */
.bestList {
	height: 320px;
	width: 100%;
}

.best {
	height: 300px;
	border: 1px solid rgba(20, 20, 20, 0.1);
	width: 18%;
	max-width: 230px;
	transition: all 0.2s ease 0s;
	border-radius: 2px;
}

.best:hover {
	box-shadow: 2px 2px 18px rgba(255, 224, 0, 0.7);
	border-color: rgba(20, 20, 20, 0.2);
	transform: scale(1.05);
	transition: all 0.3s ease 0s
}

.bimg {
	width: 60%;
	height: auto;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid rgb(230, 230, 230);
	line-height: 50px;
	overflow: hidden;
}

.bimg img {
	display: block;
	width: 100%;
}

.btitle {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}

.btitle:hover {
	text-decoration: underline
}

.bdown {
	left: 0;
}

.bowners a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400
}

.bowners a:hover {
	text-decoration: underline;
	color: rgb(0, 0, 0);
	text-decoration-color: rgb(224, 0, 16)
}

/* Block items */
.musics,
.artists {
	display: flex;
	align-items: center;
	transition: all 0.3s ease 0s;
	margin-bottom: 2px;
	margin-right: 2px;
}

.musics_img,
.artists_img {
	width: 100px;
	margin-right: 5px
}

.musics_img img,
.artists_img img {
	display: block;
	width: 100%;
	height: auto
}

.musics_text,
.artists_text {
	width: 90%;
}

.musics_title,
.artists_name {
	display: block;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}

.musics_owners,
.artists_town {
	display: block;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
}

.musics_owners a,
.artists_town a {
	text-decoration: none
}

.musics_owners a:hover,
.artists_town a:hover {
	text-decoration: underline
}

.music_numero {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-weight: 700;
}

/* Les vidéos */
.clips {
	width: 280px;
	height: 200px;
	transition: all 0.2s ease 0s
}

.clips .play {
	opacity: 0.9;
	display: block;
	width: 41px;
	height: 53px;
	top: 80px;
	left: 45%;
	background: url(../images/play.png);
	transition: all 0.8s ease 0s;
	z-index: 1;
}

.clips:hover .play {
	opacity: 0.1;
	transition: all 0.3s ease 0s;
	z-index: -1;
}

.clips a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	display: block;
	height: 100%;
}

.clips a:hover {
	color: rgb(0, 160, 255);
	font-weight: 400
}

.clips img {
	display: block;
	height: auto;
	width: 100%;
}

.clips .video_title {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 45px;
}

.vPlayer {
	height: 200px;
	width: 100%;
}

/* Les villes */
.villes {
	height: 200px;
}

.villes a {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

/* Audio headers */
#audio-header {
	min-height: 200px;
}

#artwork-container {
	min-height: 200px;
	z-index: 8;
}

#artwork {
	display: block;
	height: 200px;
	width: 200px;
	top: 50px;
	left: 0;
}

#artist-infos {
	left: 210px;
	top: 90px;
	width: 60%;
}

#audio-infos {
	left: 210px;
	top: 50px;
	width: 60%;
}

#audio-infos .title {
	margin: 0;
}

#owner a {
	text-decoration: none;
	font-size: 16px
}

#owner a:hover {
	text-decoration: underline;
}

#down {
	width: fit-content;
	font-size: 14px;
	height: 24px;
	line-height: 150%;
	opacity: 0.7;
}

#down .audio, #down .album {
	padding-left: 30px;
	display: block;
	width: 100%;
	height: 24px;
}

.black #down .audio {
	background: url(../images/icons/down_black.png) left no-repeat;
}

.white #down .audio {
	background: url(../images/icons/down_white.png) left no-repeat;
}

.black #down .album {
	background: url(../images/icons/al_black.png) left no-repeat;
}

.white #down .album {
	background: url(../images/icons/al_white.png) left no-repeat;
}

#audio-owners {
	top: 0;
	right: 0;
	height: 100%;
	z-index: 5;
	padding: 1% 2%;
	font-weight: 700;
	font-size: 18px;
	display: flex;
	align-items: center;
}

#blackShadow {
	width: 50%;
	left: 50%
}

.ucomposer {
	display: inline-block;
	height: 80px;
	margin-bottom: 8px;
	min-width: 90%
}

.ucomposer img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	float: left;
	overflow: hidden;
}

.ucomposer a {
	display: block;
	font-size: 16px;
	margin-left: 90px;
	margin-top: 15px;
	text-decoration: none;
	font-weight: 600;
	text-align: left
}

.ucomposer a:hover {
	text-decoration: underline;
}

.ucomposer span {
	display: block;
	font-size: 12px;
	margin-left: 90px;
	margin-top: 5px;
	text-align: left;
	font-weight: 300
}

.mcomposer {
	display: inline-block;
	height: 40px;
	margin-bottom: 3px
}

.mcomposer img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	float: left;
}

.mcomposer a {
	display: block;
	font-size: 14px;
	margin-left: 45px;
	margin-top: 9px;
	text-decoration: none;
}

.mcomposer a:hover {
	text-decoration: underline;
}

.location img {
	display: block;
	width: 36px;
	transition: all 0.5s ease 0s;
}

.location:hover img {
	transform: scale(0.8);
	transition: all 0.5s ease 0s
}

.location a {
	display: block;
	text-decoration: none;
}

/* Audio Download, Description & Player */
#downloadBlock {
	min-height: 80px;
	align-items: center;
}

#shareButtons {
	margin: 0;
	margin-left: 200px;
	display: flex;
	justify-content: center;
}

#shareButtons a {
	font-weight: 300;
	display: block;
	margin: 2px
}

#downloaderP {
	display: none;
}

.downloader {
	cursor: pointer;
}

.inactif {
	cursor: grab;
}

.downloader,
.inactif {
	align-items: center;
}

.downloader span,
.inactif span {
	float: inline-start;
}

.downloader img,
.inactif img {
	width: 16px;
	margin: 0 0 0 5px;
}

.spinner {
	display: block;
	width: 30px;
}


/*
	Buttons
*/
.btn-small {
	display: inline-block;
	padding: 5px;
	font-weight: 500;
}

.btn {
	padding: 20px;
	display: block;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgb(50, 50, 50);
	width: fit-content;
}

/*
	Footer
*/
#footer {
	border-top: 4px solid rgb(224, 0, 16);
}

#foot-left {
	font-size: 11px;
	font-weight: 700;
}

#footer_logo {
	display: block;
	width: 50%;
	max-width: 210px;
}

#foot-left ul li {
	min-height: 25px;
	text-transform: uppercase
}

#foot-left ul li a {
	text-decoration: none;
}

#foot-left ul li a:hover {
	text-decoration: underline;
	color: rgb(255, 255, 255) !important;
}

#foot-right ul li {
	display: block;
	width: 24%;
	min-width: 150px;
	transition: all 0.5s ease 0s;
	height: 25px;
	padding: 3px;
}

#foot-right ul li:hover {
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease 0s
}

#foot-right ul li a {
	text-decoration: none;
	height: 100%;
}

#foot-right ul li a:hover {
	text-decoration: underline;
	color: rgb(255, 255, 255) !important;
}

#socials a {
	outline: none;
	border: none;
	display: inline-block;
}


/* Media Queries */

@media screen and (max-width: 600px) {

	.show_mob{
		display: block;
	}

	.block30,
	.block50,
	.block70 {
		width: 100%;
	}

	.fullContainer {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}

	.flex-flex {
		flex-wrap: wrap;
	}

	.moro {
		text-align: center;
		justify-content: center;
	}

	#header {
		padding: 5px 0;
	}

	#logo {
		display: block;
		width: auto;
		margin: 5px auto;
		height: auto
	}

	#logo img {
		display: block;
		width: 90%;
		height: auto;
		margin: auto
	}

	#menus {
		display: flex;
		width: 98%;
		margin: 5px auto;
		justify-content: space-around;
	}

	#search {
		width: 98%;
		margin: 5px auto;
	}

	#slider {
		height: auto;
	}

	#slidImg {
		display: none;
	}

	#slidText {
		width: 100%;
		position: relative;
		padding: 5px;
		min-width: initial;
	}

	#slidText h1 {
		font-size: 22px;
	}

	#callBtn {
		margin: 15px auto;
	}

	.bestList {
		height: auto;
	}

	.best {
		height: auto;
		width: 100%;
		max-width: initial;
		display: flex;
		align-items: center;
		margin: 3px 0;
	}

	.best:hover {
		box-shadow: 0;
		transform: none;
	}

	.bimg {
		display: block;
		width: 100px;
		height: auto;
		border-radius: 0;
	}

	.besText {
		width: 90%;
		text-align: left;
		margin-left: 5px;
	}

	.btitle {
		display: block;
		width: 100%;
		margin: 5px 0;
	}

	.btitle:hover {
		text-decoration: underline
	}

	.bdown {
		position: relative;
		display: inline-block;
		margin: 0 !important;
		width: 60% !important;
		padding: 0 !important;
	}

	.bowners a {
		padding: 0;
	}


	#foot-right ul li {
		min-width: 100px;
		width: fit-content;
	}
}

@media screen and (max-width: 480px) {
	.largeSize {
		font-size: 110% !important;
	}

	.rythms {
		width: 98%;
	}

	#audio-header {
		min-height: initial;
	}

	#audio-infos {
		width: 100%;
		left: 0;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
		top: 5px;
		min-height: initial;
		height: fit-content;
		margin: 5px 0;
	}

	#audio-owners, #blackShadow {
		display: none;
	}

	#artwork {
		display: block;
		height: 200px;
		width: 200px;
		top: 5px;
		margin: auto;
		position: relative !important;
		border: 1px solid rgb(200, 200, 200)
	}

	#shareButtons {
		margin: 5px auto !important;
		width: 100%;
	}

	#down {
		display: inline-block;
		opacity: 1;
	}

	#downloadBlock {
		min-height: initial;
		padding: 0;
	}

	.btn {
		display: block;
		width: 100%;
		margin: 5px auto;
		text-align: center;
	}

	#foot-right ul, #foot-left ul {
		padding: 0;
		width: 100%;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}
	
	#foot-right ul li, #foot-left ul li {
		width: fit-content !important;
		margin: 5px 10px;
		min-width: initial;
		height: auto;
		border-radius: 3px;
	}

	#foot-right ul li {
		border: 1px solid rgb(100, 100, 100);
		margin: 3px;
	}

	#foot-right ul li a {
		padding: 5px 15px !important;
		display: block;
		width: 100%
	}

	#footer_logo {
		width: 70%;
		margin: auto !important;
	}

	#copyright, #copy {
		text-align: center;
	}
}