
@font-face {
    font-family: 'apercu-mono';
    src: url('https://quinzequinze.com/content/protos/dv_taa/css/fonts/apercu-mono-webfont.woff2') format('woff2'), url('https://quinzequinze.com/content/protos/dv_taa/css/fonts/apercu-mono-webfont.woff') format('woff');
}

@font-face {
    font-family: 'eurostile_extended_2bold';
    src: url('https://quinzequinze.com/content/protos/dv_taa/css/fonts/eurostile_bold_extended_2-webfont.ttf') format('ttf'),
         url('https://quinzequinze.com/content/protos/dv_taa/css/fonts/eurostile_bold_extended_2-webfont.woff2') format('woff2'),
         url('https://quinzequinze.com/content/protos/dv_taa/css/fonts/eurostile_bold_extended_2-webfont.woff') format('woff');
         
    font-weight: normal;
    font-style: normal;

}


body {
    background-color: #000000;
    margin: 0px;
    overflow: hidden;
}

.hidden{
        display: none;

}

p {
    color: white;
    font-family: eurostile_extended_2bold;
    font-size: 10px;
}


#info {
    position: absolute;
    top: 0px;
    width: 100%;
    color: #ffffff;
    padding: 5px;
    font-family: Monospace;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

a {
    color: #ffffff;
   text-decoration: none;
}

#interface {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index:1;
}

#overlay {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

#title {
    display: block;   
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index:2;
}

#playlist {
    position: fixed;
    color: white;
    font-family: eurostile_extended_2bold, sans-serif;
    top: 200px;
}

#playlist .active {
    font-weight: bold;
}

#covers {
    position: absolute;
    right: 30px;
    top: 15px;

}

.coverlink {
    width: 70px;
    height: 70px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -4px;
    vertical-align: top;
    z-index: 99999999;
}

.coverlink img {
    width: 100%;
    height: 100%;
    border: 4px solid rgba(0,0,0,0);

}

.coverlink img:hover {
    border: 4px solid gold;
}

.coverlink.active img{
    border: 4px solid #abFFcc;
}

#back {
    position: absolute;
    display: inline-block;
    top: 30px;
    vertical-align: middle;
    display: inline-block;
}

#mr_quinzequinze {
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -10px;
    vertical-align: top;
}

#mr_quinzequinze img {
    width: 100%;
    height: 100%;
    margin-left: 10px;
    border-radius: 200px;
    border: 4px solid #888888;
    margin-top: 0px;
}

#mr_quinzequinze img:hover {
    width: 100%;
    height: 100%;
    border-radius: 200px;
}

.tracks {
    position: absolute;
    width: 700px;
    left: 400px;
    z-index: 2;
}

.cases {
    opacity: 0;
    position: absolute;
}

.singe {
    position: absolute;
    display: block;
    z-index: 999
}

#close {
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    position: fixed;
    cursor: pointer;
    z-index: 999;
}

.tracklist {
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index:2;
}


.tracklist_button {
  
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index:1;
}


#center {
    width: 400px;
    height: 100px;
    font-family: eurostile_extended_2bold, sans-serif;
    font-size: 10px;
    text-align: center;
    border-radius: 300px;
    position: fixed;
    margin-left: 0px;
    display: block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index:9999;
}

#center img {
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: 0px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index:9999;
}

#center img:hover {
    width: 50px;
    height: 50px;
    margin-top: -5px;
    margin-left: -25px;
    cursor: pointer;
}

#gocover {
    text-align: center;
    position: absolute;
    text-align: center;
    display: inline-block;
    width: auto;
    width: 40px;
    height: 40px;
}

#gocover p {
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    display: inline-block;
    width: auto;
    display: none;
}

/*
LA LUGE
*/

svg #laluge [type="button"]:hover{
cursor:pointer;
}
svg #laluge [type="button"]{
opacity: 0;
}

svg #laluge [type="hover"]{
opacity: 0;

}

svg #laluge [type="hover"][hover="true"]{
opacity: 1; !important
}

svg #laluge [type="active"] {
opacity: 0;
}

svg #laluge [type="active"][active="true"] {
opacity: 1; !important
}

/*
JOHN PDF
*/

svg #johnpdf [type="button"]:hover{
cursor:pointer;
}
svg #johnpdf [type="button"]{
opacity: 0;
}

svg #johnpdf [type="hover"]{
opacity: 0;

}

svg #johnpdf [type="hover"][hover="true"]{
opacity: 1; !important
}

svg #johnpdf [type="active"] {
opacity: 0;
}

svg #johnpdf [type="active"][active="true"] {
opacity: 1; !important
}

svg #johnpdf [type="idle"][idle="false"] {
opacity: 0;
}

svg #johnpdf [type="idle"][idle="true"] {
opacity: 1; !important
}

svg #johnpdf #center:hover {
cursor:pointer;
}

svg #johnpdf [type="track_name"][track_name="true"]{
opacity: 1; !important
}

svg #johnpdf [type="track_name"][track_name="false"] {
opacity: 0;
}

/*
TAA
*/ 

svg #taa:hover{
cursor:pointer;
}

svg #taa [type="button"]{
opacity: 0;
}

svg #taa [type="hover"] .st0{
    fill:#FFFFFF;
}

svg #taa [type="hover"] .st1{
        fill:#ED1C24;
}


svg #taa [type="hover"][hover="true"] .st0{
fill:#67ffb3;
}



svg #taa [type="hover"][active="true"] .st0{
fill:blue;
}


#white {
    fill:#FFFFFF;

}

quinzequinze_logo {
width: 30px;
}

#center {display:none;}

svg #johnpdf #center {
    position: absolute;
    z-index:999;
    opacity:0;
}

#center0 {
    opacity:1;
    display: none;
position: absolute;
z-index:1;
}


#playbar {
position: fixed;
z-index:2;

}

#share {
    font-family: eurostile_extended_2bold, sans-serif;
    text-decoration: none;
position: absolute;
top:15px;
right:20px;

}

#share:hover {


    
}

#share img {
width:60px;
       -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
opacity:0.5;
}


#share img:hover {
opacity:1;
}
