@charset "UTF-8";
/* ========================================== */
/* ================= Reset ================= */
/* ======================================== */
* {
  border: 0;
  padding: 0;
  margin: 0;
}

/* ========================================== */
/* ================ Polices ================ */
/* ======================================== */
@font-face {
  font-family: 'actionman_regular';
  src: url("../fonts/ActionMan/action_man-webfont.eot");
  src: url("../fonts/ActionMan/action_man-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ActionMan/action_man-webfont.woff2") format("woff2"), url("../fonts/ActionMan/action_man-webfont.woff") format("woff"), url("../fonts/ActionMan/action_man-webfont.ttf") format("truetype"), url("../fonts/ActionMan/action_man-webfont.svg#action_manregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'major_snafuregular';
  src: url("../fonts/MajorSnafu/major_shift-webfont.eot");
  src: url("../fonts/MajorSnafu/major_shift-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/MajorSnafu/major_shift-webfont.woff2") format("woff2"), url("../fonts/MajorSnafu/major_shift-webfont.woff") format("woff"), url("../fonts/MajorSnafu/major_shift-webfont.ttf") format("truetype"), url("../fonts/MajorSnafu/major_shift-webfont.svg#major_snafuregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ========================================== */
/* ================= Global ================ */
/* ======================================== */
#app {
  overflow: hidden !important;
  background: url("../images/background/cds.jpg") no-repeat center center fixed !important;
}

#main {
  transition: background 0.5s ease-in-out;
}

.pusher {
  background: url("../images/background/neutral.jpg") no-repeat center center fixed !important;
  background-size: cover !important;
  height: 100%;
}

.red {
  color: #F04A3C;
}

.green {
  color: #5AA628;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#dzplayer {
  margin: auto;
}

#top-wrapper {
  position: relative;
  z-index: 100;
}

#loading-text {
  font-weight: bold;
  font-size: x-large;
  font-variant: small-caps;
  position: relative;
  z-index: 10;
}

#vinyl {
  width: 200px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: loading 7s linear infinite;
}

#top-wrapper h1 {
  font-family: major_snafuregular, sans-serif;
  font-weight: normal;
}

#logo {
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-style: solid;
  border-width: 10px;
  border-color: #188AE3 #131619 #F04A3C #131619;
  transition: border-width .5s ease;
}
#logo:hover {
  cursor: pointer;
  border-top-width: 15px;
  border-bottom-width: 15px;
}

.mCSB_container {
  margin-right: 0 !important;
}

area {
  cursor: pointer;
}

#about {
  font-size: x-large !important;
  font-family: actionman_regular, sans-serif;
  text-align: center !important;
}

.ajs-message {
  cursor: pointer;
}

.flowing.popup {
  z-index: 20 !important;
}

/* ========================================== */
/* ================= Search ================ */
/* ======================================== */
form#search {
  justify-content: center;
  background-color: #131619 !important;
}

#search > div {
  height: 72px !important;
}

#search input {
  font-family: actionman_regular, sans-serif;
  font-size: xx-large;
  padding: 15px !important;
  border: 0 !important;
  border-bottom: solid 3px #A2A2A2 !important;
  border-radius: 0 !important;
  transition: border-color .5s ease;
  position: relative;
  z-index: 100;
}
#search input:focus {
  border-bottom-color: white !important;
}

#search input + .icon {
  margin-right: 25px;
}

#autocomplete {
  background-color: white;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  width: 243px;
  border: solid 10px #EEEEEE;
  position: absolute;
  top: 72px;
}
#autocomplete div {
  cursor: pointer;
  padding: 5px;
  font-size: 14px;
  font-weight: normal;
  border-bottom: solid 1px #EEEEEE;
}
#autocomplete div:hover {
  background-color: #EEEEEE;
}

/* ========================================== */
/* ================ Résultats ============== */
/* ======================================== */
.owl-carousel {
  background-color: #131619;
  border-bottom: solid 2px white;
}

.owl-item, #harmonic-tracks {
  width: 250px !important;
}
.owl-item figure, #harmonic-tracks figure {
  margin: 0;
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
}
.owl-item figure figcaption, #harmonic-tracks figure figcaption {
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  width: 250px;
  height: 250px;
  color: white;
  padding: 10px 20px;
  opacity: 0;
  left: 0;
  bottom: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.owl-item figure figcaption h3, #harmonic-tracks figure figcaption h3 {
  font-family: actionman_regular, sans-serif;
}
.owl-item figure figcaption:hover, #harmonic-tracks figure figcaption:hover {
  opacity: 1;
  cursor: pointer;
}

.owl-wrapper-outer {
  height: 250px;
}

.owl-controls {
  display: none !important;
}

.owl-item figure:hover figcaption {
  opacity: 1;
}

@keyframes slide {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
#toggle-carousel {
  display: flex;
  justify-content: center;
}
#toggle-carousel i {
  color: white;
  background-color: #131619;
  padding-top: 4px;
  height: 30px;
  width: 250px;
  margin: 0;
  font-size: x-large;
  float: right;
  cursor: pointer;
  border: solid 3px #F04A3C;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  animation: slide 2s ease 1;
}

/* ========================================== */
/* ================== iPod ================= */
/* ======================================== */
#ipod-wrapper {
  position: absolute;
  top: 85px;
  right: 15px;
  z-index: 10;
  width: 125px;
  height: 208px;
}
#ipod-wrapper #ipod {
  position: absolute;
}
#ipod-wrapper #player {
  width: 105px;
  height: 80px;
  background-color: #212129;
  border-radius: 2px;
  position: relative;
  top: 10px;
  left: 10px;
}

#ipod-wrapper:hover {
  cursor: move;
}

/* ========================================== */
/* =============== Background ============== */
/* ======================================== */
.vegas-timer {
  height: 5px !important;
}

.vegas-timer-progress {
  background: white none repeat scroll 0 0 !important;
}

/* video {
    position: fixed; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background: url('../images/equalizer.png') no-repeat;
    background-size: cover;
}

@media screen and (max-device-width: 800px) {
    html { background: url('../images/equalizer.png') #000 no-repeat center center fixed; }
    video { display: none; }
} */
/* ========================================== */
/* ================ Sidebars =============== */
/* ======================================== */
.sidebar {
  border: 0 !important;
}

.sidebar .item h3 {
  color: white;
  font-family: actionman_regular, sans-serif;
  font-size: 17px;
}
.sidebar .title {
  cursor: default !important;
}

.vertical.sidebar {
  z-index: 10 !important;
}

@keyframes changeColor {
  0% {
    background-color: #131619;
  }
  20% {
    background-color: #188AE3;
  }
  40% {
    background-color: #F04A3C;
  }
  60% {
    background-color: #5AA628;
  }
  80% {
    background-color: #AE63E4;
  }
  100% {
    background-color: #B66F2F;
  }
}
#menu-btn {
  cursor: pointer;
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  left: 0;
  transition: bottom 0.5s;
}
#menu-btn i {
  color: white;
  background-color: #131619;
  border-radius: 100px 100px 0 0;
  border-top: solid 2px black;
  border-left: solid 2px black;
  border-right: solid 2px black;
  animation: changeColor 10s ease-in-out infinite;
}

.blue-item {
  background-color: #188AE3 !important;
}

.red-item {
  background-color: #F04A3C !important;
}

.green-item {
  background-color: #5AA628 !important;
}

.violet-item {
  background-color: #AE63E4 !important;
}

.maroon-item {
  background-color: #B66F2F !important;
}

.bottom.sidebar {
  background-color: #131619;
  justify-content: center;
  z-index: 100;
}
.bottom.sidebar .item:first-of-type {
  border-top: solid 3px #188AE3 !important;
}
.bottom.sidebar .item:first-of-type:hover {
  background-color: #188AE3 !important;
}
.bottom.sidebar .item:nth-of-type(2) {
  border-top: solid 3px #F04A3C !important;
}
.bottom.sidebar .item:nth-of-type(2):hover {
  background-color: #F04A3C !important;
}
.bottom.sidebar .item:nth-of-type(3) {
  border-top: solid 3px #5AA628 !important;
}
.bottom.sidebar .item:nth-of-type(3):hover {
  background-color: #5AA628 !important;
}
.bottom.sidebar .item:nth-of-type(4) {
  border-top: solid 3px #AE63E4 !important;
}
.bottom.sidebar .item:nth-of-type(4):hover {
  background-color: #AE63E4 !important;
}
.bottom.sidebar .item:last-of-type {
  border-top: solid 3px #B66F2F !important;
}
.bottom.sidebar .item:last-of-type:hover {
  background-color: #B66F2F !important;
}

#menu {
  height: 74px;
}

#playlist, #favorites {
  margin-top: 71px !important;
  padding-bottom: 150px !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes warn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
#playlist {
  border-right: solid 3px #188AE3 !important;
}
#playlist .title {
  justify-content: space-between;
  align-items: center;
  padding-right: 10px !important;
}
#playlist .title h3 {
  margin: 0;
}
#playlist .title #options span {
  color: white;
  cursor: pointer;
  margin-left: 3px;
}
#playlist .title #options .warning {
  animation: warn 1s ease infinite;
}
#playlist #controls {
  padding: 0;
  text-align: center;
  background-color: silver;
}
#playlist #controls div {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#playlist #controls div:hover {
  color: white;
}
#playlist .item {
  text-align: left;
  display: flex !important;
  align-items: center;
}
#playlist .item img {
  width: 45px !important;
  height: 45px !important;
  margin-right: 20px !important;
}
#playlist .item .playlist-track {
  width: 100%;
}
#playlist .item .spinner {
  animation: spin 1s linear infinite;
}
#playlist .item .remove.circle {
  color: #188AE3;
  margin-left: 10px;
}

#favorites {
  border-left: solid 3px #F04A3C !important;
}
#favorites .item:not(.title) {
  padding: 0;
}
#favorites .item:not(.title) .field {
  width: 100%;
}
#favorites .item:not(.title) .field .ui.checkbox {
  width: 100%;
}
#favorites .item:not(.title) .field .ui.checkbox label {
  margin: 13px;
}
#favorites input[type='range'] + span {
  border: 1px solid gray;
  padding: 15px;
  position: relative;
  top: -20px;
  left: 60px;
}

#atmospheres {
  height: 72px !important;
  border-bottom: solid 3px #5AA628 !important;
}
#atmospheres a {
  font-family: major_snafuregular, sans-serif;
  font-size: 20px;
  font-weight: normal;
}

#no-tracks {
  color: white;
  text-align: center;
  font-size: xx-large;
  font-family: major_snafuregular, sans-serif;
  padding-top: 80px;
  width: 100%;
  height: 100%;
  border-right: solid 3px white;
  background-image: url("../images/background/equalizer.png");
}

#harmonic-tracks {
  background-color: #131619;
  box-shadow: 0 0 25px black;
}
#harmonic-tracks h2 {
  color: white;
  background-color: #131619 !important;
  padding: 20px 0;
  text-align: center;
  font-family: actionman_regular, sans-serif;
}
#harmonic-tracks #tracks-help {
  color: white;
  background-color: #AE63E4;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#harmonic-tracks #tracks-help:hover i {
  transform: rotate(360deg) scale(1.3);
}
#harmonic-tracks #tracks-help i {
  font-size: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .5s ease;
}

#user {
  border-top: solid 3px #B66F2F !important;
  height: 150px !important;
  padding-bottom: 74px;
  background-color: white;
  font-family: actionman_regular;
  font-size: x-large;
  overflow: hidden !important;
  z-index: 10;
}
#user #user-connected {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
#user #user-not-connected {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
#user #user-not-connected #user-msg {
  margin: 0 20px;
}
