@font-face {
  font-family: "heure";
  src: url("FreePixel.ttf");
}


  .draggable {cursor:pointer; }

html { 
 
	#background_container {
		position: absolute;
		background-size:100% 100%;
		/*width: 100%;
		height: 100%;
		display: block;
		z-index: 0 */
	} 
	
	
	 /*background: url("../web/testingsexyone.png") no-repeat center fixed;  
     background-color: #83BFD6; */
  -webkit-background-size: cover;  pour anciens Chrome et Safari *
	background-size: cover;  version standardisée 
	 margin:0;
  padding:0;
  height: 100%;
  }
#backgroundmobile {background: url("../web/wallpapermobile.png")no-repeat center center fixed; 
display: none;
	webkit-background-size: cover;
  moz-background-size: cover;
  o-background-size: cover;
  background-size: cover;

}

body {
	cursor: auto;
    height: 100%;
    margin: 0;
    padding: 0;
}

footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #171717;
   color: white;
   border: 3px #181818 outset;
   z-index:99999; 
}

.start {
	top: 3px;
    left: 2px;
    position: relative;
	float:left;
	cursor:pointer;
}
.startmobile {display: none}

.shopIcon, .archivesIcon, .ss20Icon {
	width: 165px;
    display: none;
    cursor: pointer;
    position: relative;
    top: 4px;
    left: 13px;
    box-shadow: 2px 2px 4px -1px black;
}
.duoPlayerIcon {
	width: 165px;
    display: none;
    cursor: pointer;
    position: relative;
    top: 4px;
    left: 13px;
    box-shadow: 2px 2px 4px -1px black;
}
.musicmobile{display: none}
.shopmobile, .archivesMobile, .ss20Mobile {display: none}

.headerinternet {
	width: 100%;
	height: 35px;
	border: 4px black outset;
	background: linear-gradient( #000000,#000000, #000000);
	
}

.headerinternet img {
	width: 35px;
    float: left; 
	cursor:pointer;
}

.headerinternet span {
	float: left;
    color: white;
    font-family: monospace;
    font-size: 18px;
    position: relative;
    top: 4px;
    left: 17px;
}

#internet, #archives, #ss20 {
	background:black;
	width: 100%;
    height: 90vh;	
	display:none;
	position:absolute;
	border-right: 0;
}

#internet iframe, #archives iframe, #ss20 iframe {	
    width: 100%;
	height: 90vh;
}

#heure {
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	float: right;
    width: 130px;
    font-size: 30px;
    top: 5px;
    right: 7px;
    position: relative;
    text-align: center;
    border: 3px #232323 inset;
    color: white;
}

.media {
	width: 522px;
    height: 428px;
	position:absolute;
    background: url("../web/mediaplayer/playerdbgrey.png");
	left:50%;
	top:10%;
	
}

#error {
	width: 500px;
}
#box {
	width: 511px;
    height: 307px;
    background: black;
    position: absolute;
    top: 40px;
    left: 3px;
    border: 2px white inset;
}

video {
	position:fixed;
    top: 50%; left: 50%;
    min-width: 100%;
    min-height: 100%;
    width:auto;
    height:auto;
    transform: translate(-50%,-50%);
	
} 

#boxerror {
	  position:absolute;left:20%;top:30%;
  }
  
#menustart {
	bottom: 53px;
    position: absolute;
    width: 320px;
    height: 465px;
    border: 5px #181818 outset;
    background: #000000;
}

#linestart {
	height: 100%;
    width: 43px;
    background: linear-gradient(black, #a0a0a0);
	writing-mode: tb;
	transform: rotate(180deg);
	font-size: 24px;
	display:inline-block;
}

#linestart span {
	position: relative;
    right: 8px;
    font-family: sans-serif;
    top: 19px;
    font-weight: 600;
}

#listblock {
	display:inline-block;
	width: 86%;
    float: right;
}

.blockstart {
	
    width: 100%;
    height: 64px;
    color:white;
    position: relative;
	display: -webkit-inline-box;
	cursor:pointer;
	
}
.blockstart:hover {
	color: white;
	background:blue;
}
.blockstart img {
	width: 50px;
    margin: 5px;
    margin-left: 20px;
	cursor:pointer;
}

.blockstart p {
	margin-top: 19px;
    font-size: 20px;
    margin-left: 22px;
    font-family: monospace;
}

#startduo {
	width: 100%;
    height: 100%;
    background: black;
    z-index: 1200000000;
    position: absolute;
	display:none;
}

#startduo img {
    width: 211px;
    position: absolute;
    top: 38%;
    left: 43%;
}

#_xpbar0 {
	visibility: visible;
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 15px;
    background-color: white;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    top: 60%;
    left: 41%;
    font-size: 1px;
}

.play {
	position: absolute;
    top: 336px;
    left: 5px;
}

.stop {
	position: absolute;
    top: 337px;
    left: 50px;
}

.pause {
	position: absolute;
    top: 337px;
    left: 28px;
}

.precedent {
	position: absolute;
    top: 336px;
    left: 103px;
}

.suivant {
	position: absolute;
    top: 338px;
    left: 126px;
}

.volumedown {
	position: absolute;
    top: 338px;
    left: 465px;
}
.volumeup {
	position: absolute;
    top: 338px;
    left: 490px;
}
.boutoncroixp {
	position: absolute;
	top: -36px;
	left:495px;
	}
	 

@media screen and (max-width: 800px) and (orientation:portrait) {
	/*#background-container{display: none;}*/
#startduo img {
    width: 200px!important;
    position: absolute!important;
    top: 18%!important;
    left: 18%!important;
}
	#_xpbar0 {
    
	visibility: visible!important;
    position: relative!important;
    overflow: hidden!important;
    width: 297px!important;
    height: 15px!important;
    background-color: white;
    border-color: black;
    border-width: 1px!important;
    border-style: solid!important;
    top: 60%!important;
    left: 3%!important;
    font-size: 1px!important;
}
	
	video {display: block}
	#heure{display: none}
	footer {
    position: fixed;
    left: -3px;
    bottom: 0px;
    width: 100%;
    background-color: #171717;
    color: white;
    border: 3px #181818 outset;
	z-index:99999; 
}
	.start{ display: none}
	
	#menustart {
    bottom: 53px!important;
    position: absolute!important;
    width: 310px!important;
    height: 380px!important;
    border: 5px white outset!important;
    background: ##000000;
}
	.shopIcon, .archivesIcon, .ss20Icon{display: none}
	.duoPlayerIcon{display: none !important;} 
	.startmobile{display: block;
	top: 3px;
    left: 2px;
    position: relative;
	float:left;
	cursor:pointer;}
	.musicmobile{display: none;
	top: 3px;
    left: 3px;
    position: relative;
    float: left;
    cursor: pointer;
		box-shadow: 2px 2px 4px -1px black;}
	.shopmobile, .archivesMobile, .ss20Mobile {display: none}
	.shopmobile, .archivesMobile, .ss20Mobile {width: 77px;
    display: none;
    cursor: pointer;
    position: relative;
    top: 3px;
    left: 3px;
		box-shadow: 2px 2px 4px -1px black;}
		
	.media {
	  display:/*20%;20%;*/ none;}
	
	
#dcomputer{position: relative;
    left: -2px!important;
    top: 140px!important;
    width: 111px!important;
}
	#dshop{position: absolute;
   left: 9px !important;
    top: 254px !important;
    width: 90px;
}
	#dmusic{position: relative;
	 display:none!important;
    left: 15px ;
    top: 180px;
    width: 56px;
}

#dss20{position: relative;
   left: -5px !important;
    top: 314px !important;
    width: 116px !important;
}
	
#internet iframe, #archives iframe, #ss20 iframe {
    width: 100%;
    height: 75vh;
}

.headerinternet {
	border-right: 0px;
}

.blockstart.duoPlayer {
	display:none!important;
}

#hack {
	margin-top:5px !important;
}
  }
 


  #error {
	  width:150px;
  }
  
  #boxerror{
	  left:5%;
	
	 top:80%;
}
	 
 .blockstart {
	
    width: 100%!important;
    height: 73px!important;
    color:white!important;
    position: relative!important;
	display: -webkit-inline-box!important;
	cursor:pointer!important;
	
}



@media screen and (max-width: 800px) and (orientation:landscape) {
	/*#background-container{display: none;}*/
#startduo img {
    width: 200px;
    position: absolute;
    top: 22%;
    left: 18%;
}

	
	video {display: block}
	#heure{display: none}
	footer {
    position: fixed;
    left: -3px;
    bottom: 0px;
    width: 100%;
    background-color: #171717;
    color: white;
    border: 3px #181818 outset;
	z-index:99999; 
}
	.start{ display: none}
	
	#menustart {
    bottom: 53px;
    position: absolute;
    width: 616px;
    height: 250px;
    border: 5px white outset;
    background: ##000000;
}
	.shopIcon, .archivesIcon, .ss20Icon{display: none}
	.duoPlayerIcon{display: none !important;} 
	.startmobile{display: block;
	top: 3px;
    left: 2px;
    position: relative;
	float:left;
	cursor:pointer;}
	.musicmobile{display: none;
	top: 3px;
    left: 3px;
    position: relative;
    float: left;
    cursor: pointer;
		box-shadow: 2px 2px 4px -1px black;}
	.shopmobile, .archivesMobile, .ss20Mobile {display: none}
	.shopmobile, .archivesMobile, .ss20Mobile {width: 77px;
    display: none;
    cursor: pointer;
    position: relative;
    top: 3px;
    left: 3px;
		box-shadow: 2px 2px 4px -1px black;}
		
	.media {
	  display:/*20%;20%;*/ none;}
	
	
#dcomputer{position: relative;
    left: -11px;
    top: 75px;
    width: 111px;
}
	#dshop{position: absolute;
   left: 9px;
    top: 254px;
    width: 90px;
}
	#dmusic{position: relative;
	 display:none;
    left: 15px ;
    top: 180px;
    width: 56px;
}

#dss20{position: relative;
   left: -5px ;
    top: 328px ;
    width: 116px ;
}

#internet iframe, #archives iframe, #ss20 iframe {
    width: 100%;
    height: 75vh;
}

.headerinternet {
	border-right: 0px;
}

.blockstart.duoPlayer {
	display:none!important;
}

#hack {
	margin-top:5px !important;
}
  }
 


  #error {
	  width:150px;
  }
  
  #boxerror{
	  left:5%;
	
	 top:80%;
}
	 
 
	
   .blockstart {
   width: 49%;
    height: 85px;
    color: white;
    position: relative;
    display: -webkit-inline-box;
    cursor: pointer;
	
}
#linestart span {
    position: relative;
    right: 8px;
    font-family: sans-serif;
    top: 3px!important;
    font-weight: 600;
}
	
	*
  
}
  
}