@import url('fonts.css');
@import url('gradientBackground.css');
@import url('like.heart.css');

:root {
  --colDark: rgba(25,25,25,1.00);
  --colLight: rgba(255,255,255,1.00);
  --colPink: rgb(248, 18, 207);
}

.hidden {
  opacity: 0;
}
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  padding: 0 0 100px 0;
	
  font-family: 'GothamRounded', sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size: 14px;
}
.pageContent {
  position: relative;
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.airBar {
  position: relative;
  width: 1500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  border: none;
  background-color: rgba(69, 95, 198, 1.00);
  margin-top: 50px;
  margin-bottom: 50px;
}
a {
  text-decoration: inherit;
  color: inherit;
}
h1, h2, h3 {
  background: rgb(248, 18, 207);
  background: -webkit-linear-gradient(330deg, rgba(248, 18, 207, 1) 20%, rgba(164, 2, 89, 1) 100%);
  background: -o-linear-gradient(330deg, rgba(248, 18, 207, 1) 20%, rgba(164, 2, 89, 1) 100%);
  background: linear-gradient(60deg, rgba(248, 18, 207, 1) 20%, rgba(164, 2, 89, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
  font-family: 'Poetsen One Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
}
h1 {
	letter-spacing: -1px;
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
p {
	
}
#loadingPage {
  display: none;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  filter: invert(1);
}
#loadingPage img {
  width: 100%;
}
div.notselected {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

div::-webkit-scrollbar, div::-webkit-scrollbar-thumb {
  height: 7px;
  width: 7px;
  background: rgba(61, 61, 61, 0);
  border-radius: 20px;
  transition-duration: 0.2s;
}
div::-webkit-scrollbar-track {
  background-color: transparent;
}
div:hover::-webkit-scrollbar-thumb {
  background: rgba(61, 61, 61, 0.15);
  border-radius: 20px;
}
div::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 181, 0);
  background: -webkit-linear-gradient(324deg, rgba(255, 181, 0, 1) 0%, rgba(255, 120, 0, 1) 25%, rgba(255, 46, 181, 1) 50%, rgba(89, 13, 158, 1) 75%, rgba(5, 217, 247, 1) 100%);
  background: -o-linear-gradient(324deg, rgba(255, 181, 0, 1) 0%, rgba(255, 120, 0, 1) 25%, rgba(255, 46, 181, 1) 50%, rgba(89, 13, 158, 1) 75%, rgba(5, 217, 247, 1) 100%);
  background: linear-gradient(54deg, rgba(255, 181, 0, 1) 0%, rgba(255, 120, 0, 1) 25%, rgba(255, 46, 181, 1) 50%, rgba(89, 13, 158, 1) 75%, rgba(5, 217, 247, 1) 100%);
}





/* Forms */

label.switch {
	width: 40px;
	height: 20px;
	border-radius: 15px;
	background-color: rgba(144,144,144,0.72);
	display: inline-block;
	cursor: pointer;
}	
label.switch .slider {
	position: absolute;
	height: 80%;
	padding-left: 40%;
	margin: 5%;
	background-color: rgba(255,255,255,0.9);
	border-radius: 50%;
	transition-duration: 0.2s;
	right: 50%;
}
label.switch.active {
	background-color: rgba(242,101,215,1.00);
}	
label.switch.active .slider {
	right: 0;
}





/* PLAYER */

#audioPlayer {
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  z-index: 100;
  transition-duration: 0.5s;
  left: 0;
  opacity: 0;
  bottom: -130px;
  background: rgb(255, 181, 0);
  background: -webkit-linear-gradient(324deg, rgba(255, 181, 0, 0.5) 0%, rgba(255, 120, 0, 0.7) 25%, rgba(255, 46, 181, 1) 50%, rgba(89, 13, 158, 0.7) 75%, rgba(5, 217, 247, 0.5) 100%);
  background: -o-linear-gradient(324deg, rgba(255, 181, 0, 0.5) 0%, rgba(255, 120, 0, 0.7) 25%, rgba(255, 46, 181, 1) 50%, rgba(89, 13, 158, 0.7) 75%, rgba(5, 217, 247, 0.5) 100%);
  background: linear-gradient(324deg, rgba(255, 181, 0, 0.5) 0%, rgba(255, 120, 0, 0.7) 25%, rgba(255, 46, 181, 1) 50%, rgba(89, 13, 158, 0.7) 75%, rgba(5, 217, 247, 0.5) 100%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#audioPlayer .pageContent {
  height: 80px;
	overflow: visible;
}
#audioPlayer.open {
  bottom: -1px;
	opacity: 1;
}
.audioPlayerControlsButtons {
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  width: 80px;
  margin-right: -4px;
  position: relative;
  transition-duration: 0.5s;
}
.audioPlayerControlsButtons:hover {
	background-color: rgba(0,0,0,0.10);
}
.audioPlayerControlsButtons img, .audioPlayerControlsButtons svg {
  height: 60%;
  padding: 20%;
  position: relative;
  transition-duration: 0.2s;
  cursor: pointer;
}
.audioPlayerControlsButtons img:hover, .audioPlayerControlsButtons svg:hover {
  transform: scale(1.1);
}
#audioPlayerControls {
	padding: 0 10px;
}
#audioPlayerLike {
}
#audioPlayer #audioPlayerCover {
	height: 100%;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	margin: 0;
}
#audioPlayer #audioPlayerCover img {
  height: calc(100% + 30px);
	margin-top: -25px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	transform: rotate(-2deg);
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	transition-duration: 0.2s;
}
#audioPlayer #audioPlayerCover img:hover {
	transform: rotate(-3deg) translate(0, -5px) scale(1.03);
}
#audioPlayer #audioPlayerCover #titleCover {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 25px 20px;
	color: rgba(255,255,255,1.00);
	line-height: 1.2;
	padding: 0;
	max-width: 300px;
	padding-right: 30px;
  cursor: default;
}
#audioPlayer #audioPlayerCover #titleCover p {
	margin: 7px 0 0 0;
}
#audioPlayer #audioPlayerCover #titleCover:before {
	content:"En direct";
	padding: 4px 7px 3px;
	border: solid 1px rgba(255,255,255,1.00);
	border-radius: 7px;
	position: relative;
	
	font-size: 65%;
	text-transform: uppercase;
}
#audioPlayer #audioPlayerCover #titleCover.noCover:before {
	content:"En direct";
}

#audioPlayerButtonSettings {
}
#audioPlayerButtonSettings img {
	height: 40%;
	padding: 30%;
}
#audioPlayerSettings {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 270px;
  background-color: rgba(39, 39, 39, 0.90);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 10px 15px;
  color: rgba(255, 255, 255, 1.00);
  border-radius: 7px 7px 0 0;
  font-weight: 400;
  font-size: 13px;
  white-space:normal;
}
#audioPlayerSettings h3 {
  padding: 5px 10px 15px 10px;
  margin: 0 0 10px 0;
  color: rgba(255, 255, 255, 1.00);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: none;
  text-align: right;
  border-bottom: solid 1px rgba(241, 241, 241, 0.1);
  opacity: 0.7;
}
#audioPlayerSettings h3 img {
  height: 18px;
  margin-right: 7px;
  margin-bottom: -3px;
}
#audioPlayerSettings .toggle {
  position: relative;
  display: inline-block;
  width: calc(100% - 20px);
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(241, 241, 241, 0.1);
}
#audioPlayerSettings .toggle label.switch {
  position: absolute;
  right: 10px;
}
#audioPlayerSettings .toggle a {
  cursor: pointer;
  display: block;
  padding: 4px 5px;
  color: rgba(204, 204, 204, 1.00);
  transition-duration: 0.3s;
  transform-origin: center left;
}
#audioPlayerSettings .toggle a:hover {
  transform: scale(1.05);
}
#audioPlayerSettings .toggle a:before {
	content:">";
	margin-right: 5px;
	font-family: 'Poetsen One Regular';
    font-style: normal;
    font-weight: normal;
}
#audioPlayerSettings .toggle a.active {
  color: rgba(250, 140, 229, 1.00);
}
#audioPlayer #audioPlayerVolume {
  height: 100%;
	position: absolute;
	right: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  transition-duration: 0.4s;
	top:0;
}
#audioPlayer #audioPlayerVolume img {
  height: 13px;
  margin-bottom: -2px;
  margin-right: 3px;
  cursor: pointer;
}
#audioPlayer #audioPlayerVolume div {
  padding: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition-duration: 0.2s;
}
#audioPlayer #audioPlayerVolume div .dot {
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #FFFFFF;
}
#audioPlayerWebcam {
	display: none;
	width: 300px;
	height: 170px;
	padding-bottom: 0;
	background-color: black;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 5px;
	transition-duration: 0.4s;
	box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}
#audioPlayerWebcam .buttonBigger {
	filter: invert(1);
	height: 20px;
	padding: 10px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition-duration: 0.2s;
	cursor: pointer;
}
#audioPlayerWebcam:hover .buttonBigger {
	opacity: 1;
}
#audioPlayerWebcam.open {
	width: calc(70% - 20px);
	padding-bottom: calc(39% - 147px);
	height: 140px;
	box-shadow: 0 5px 40px 10px rgba(0,0,0,0.8);
	border: solid 2px rgba(0,0,0,1.00);
}
#audioPlayerWebcam.open .buttonBigger {
	height: 30px;
	padding: 15px;
}
#audioPlayerWebcam iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
	background: transparent;
	border-radius: 5px;
}

section#audioPlayer.small {
  width: 180px;
  white-space: nowrap;
}
#audioPlayer.small #audioPlayerLike,
#audioPlayer.small #audioPlayerCover #titleCover {
	display: none;
}
#audioPlayer.small #audioPlayerSettings {
  width: 230px;
  font-size: 12px;
	border-radius: 0 7px 7px 0;
}
#audioPlayer.small #audioPlayerCover img {
	margin-top: -25px;
	transform: rotate(2deg) translate(-3px,15px);
}
section#audioPlayer.small #audioPlayerWebcam {
	bottom: -300px;
}



/* HEADER */

section.headerLinks {
  text-align: right;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 5px 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.60);
  border-style: solid;
  border-image-slice: 1;
  border-width: 0;
  border-bottom-width: 1px;
  border-image-source: linear-gradient(to right, rgba(255,255,255,0.00) 10%, rgba(210,210,210,1.00));
}
section.headerLinks a {
  display: inline-block;
  height: 15px;
  width: 15px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 20px;
  margin: 2px;
  transition-duration: 0.3s;
}
section.headerLinks a img {
  height: 100%;
  width: 100%;
}
section.headerLinks a:hover {
  transform: scale(1.2);
  background: rgb(248, 18, 207);
  background: -webkit-linear-gradient(330deg, rgba(248, 18, 207, 1) 20%, rgba(164, 2, 89, 1) 100%);
  background: -o-linear-gradient(330deg, rgba(248, 18, 207, 1) 20%, rgba(164, 2, 89, 1) 100%);
  background: linear-gradient(60deg, rgba(248, 18, 207, 1) 20%, rgba(164, 2, 89, 1) 100%);
}
section.headerLinks a:hover img {
  transform: scale(0.9);
  filter: invert(100%);
}
menu#menuMain {
  position: relative;
  padding: 0;
  z-index: 10;
  vertical-align: top;
}
menu#menuMain #menuMainOpen {
  display: none;
  font-weight: bold;
  padding: 0 20px;
  position: absolute;
  right: 10px;
  top:0;
  margin-top: -10px;
}
menu#menuMain #menuMainOpen img {
  height: 30px;
}
menu#menuMain ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
}
menu#menuMain ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 9px 15px;
  position: relative;
  border-radius: 7px;
  transition-duration: 0.3s;
}
menu#menuMain ul li.menuMain_list {}
menu#menuMain ul li.menuMain_list:after {
  content: "‹";
  position: relative;
  transform: rotate(-90deg);
  display: inline-block;
  margin-top: -10px;
  font-size: 110%;
}
menu#menuMain ul li ul.menuMain_ul {
  padding: 7px;
  position: absolute;
  left: 0;
  margin-top: 30px;
  top: -400px;
  opacity: 0;
  transition-duration: 0.3s;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 7px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 85%;
}
menu#menuMain ul li:hover ul.menuMain_ul {
  top: 0;
  opacity: 1;
}
menu#menuMain ul li:hover {
  background-color: white;
}
menu#menuMain ul li:hover span {
  position: relative;
  z-index: 1;
  background: rgb(254, 14, 89);
  background: -webkit-linear-gradient(339deg, rgba(254, 14, 89, 1) 0%, rgba(251, 229, 30, 1) 100%);
  background: -o-linear-gradient(339deg, rgba(254, 14, 89, 1) 0%, rgba(251, 229, 30, 1) 100%);
  background: linear-gradient(69deg, rgba(254, 14, 89, 1) 0%, rgba(251, 229, 30, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
menu#menuMain ul li ul.menuMain_ul li {
  display: block;
  padding: 5px;
  border-radius: 7px;
}
menu#menuMain ul li ul.menuMain_ul li:hover {
  background-color: rgba(0, 0, 0, 0.07)
}
menu#menuMain ul li.menuMain_live {
  color: rgba(255, 255, 255, 1.00);
  border-radius: 20px;
  padding: 7px 15px;
  margin-left: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.0);
  border: solid 2px rgba(255, 255, 255, 1.00);
  z-index: 5;
  transition-duration: 0.5s;
	cursor: pointer;
}
menu#menuMain ul li.menuMain_live img {
  height: 12px;
  margin-left: 5px;
}
menu#menuMain ul li.menuMain_live .background {
  transform-origin: center;
  z-index: -1;
  position: absolute;
  width: 120%;
  padding-bottom: 120%;
  top: -300%;
  left: -10%;
  transition-duration: 0.5s;
}
menu#menuMain ul li.menuMain_live:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  transition-duration: 0.2s;
}
menu#menuMain ul li.menuMain_live:hover .background {
  transform: rotate(180deg);
}





/* Header pages */

header.headerPages {
  position: relative;
}
header.headerPages .pageContent {
  overflow: visible;
}
header.headerPages #headerLogo {
  width: 230px;
  margin: -20px 20px 0 20px;
  position: relative;
  display: inline-block;
	vertical-align: middle;
  z-index: 3;
  transition-duration: 0.3s;
  transition-delay: 0.2s;
  transform-origin: bottom left;
}
header.headerPages #headerLogo img.mainLogo {
  display: inline-block;
  vertical-align: middle;
  width: 250%;
}
header.headerPages #headerLogo:hover {
  transform: rotate(-1deg);
}
header.headerPages menu#menuMain {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: calc(100% - 350px);
	vertical-align: middle;
}





/* Footer */

.footerLegals {
	text-align: right;
	font-size: 11px;
	padding: 20px;
	color: rgba(128,128,128,1.00);
}
.footerLegals a {
	overflow: visible;
	margin: 0 0 0 5px;
	padding-left: 7px;
	border-left: solid 1px rgba(128,128,128,1.00);	
    white-space: nowrap;
}
.footerLegals a:hover {
	color: rgba(224,94,168,1.00);
}
.footerLegals a img {
	width: 50px;
	margin-left: 3px;
	margin-bottom: -8px;
}





/* Responsive Design */

@media only screen and (max-width : 650px ){
  #audioPlayer #audioPlayerCover #titleCover, div#audioPlayerSettings, #audioPlayer #audioPlayerButtonSettings {
	  display: none;
  }
  menu#menuMain, header#headerIndex #menuMain {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .headerPages  #menuMain #menuMainOpen {
      margin-top: -30px;
  }
  menu#menuMain #menuMainOpen {
    display: inline-block;
  }
  menu#menuMain .menuMain_ul {
    position: fixed;
    top: -400px;
    left: 0;
    padding: 20px 0;
    width: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  menu#menuMain:hover .menuMain_ul {
    top: 0;
  }
  menu#menuMain ul li {
    display: block;
    padding: 15px 30px;
    border-radius: 0;
  }
  menu#menuMain ul li.menuMain_list:after {
    content: "";
    display: none;
  }
  menu#menuMain ul li ul.menuMain_ul {
    display: none;
  }
  menu#menuMain ul li.menuMain_live {
	  width: auto;
	  display: inline-block;
  }
}


@media only screen and (min-width : 1500px ){
}



/* Dark mode */
@media (prefers-color-scheme: dark) {
  body {
    background-color: var(--colDark);
    color: rgba(221, 221, 221, 1.00);
  }
  #loadingPage {
      filter:invert(0);
  }
  section.headerLinks {
   	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
    border-bottom: solid 1px rgba(0, 0, 0, 1);
  }
  
  
  #menuMain #menuMainOpen {
    filter: invert(1);
    z-index: 100;
  }
  menu#menuMain ul li:hover {
    background-color: rgba(0, 0, 0, 0.40);
  }
  menu#menuMain ul li ul.menuMain_ul {
    background-color: rgba(0, 0, 0, 0.40);
  }
  menu#menuMain ul li ul.menuMain_ul li:hover {
    background-color: rgba(0, 0, 0, 0.3)
  }
  
  
  @media only screen and (max-width : 650px ){
	  menu#menuMain {
		color: rgba(1,1,1,1.00);
	  }
  }
}
