/* My Style Sheet */
* {
        margin: 0;
        padding: 0;
/*
        border: 0;
        outline: 0;
*/
        font-size: 100%;
        vertical-align: baseline;
/*         background: transparent; */
    }


body
{	
	width:100%;
	margin:0;
	font-family:'Droid Sans', arial, sans-serif;
	font-size:20px;
	color:#000;
	line-height:1.9em;
	padding: 1px;
	background-size: 2000px auto;
}

.showOnlyOnPhone
{display: none;}

.dontShowOnPhone
{display: block;}

@media only screen and (max-width: 1081px) {
  body {
    font-size:30px;
  }
  .showOnlyOnPhone
  {display: block;}
  
  .dontShowOnPhone
{display: none;}
}

input[type=range]{width: 50%; 
/*
  ::-moz-range-thumb: 300%;
  ::-moz-range-track: 300%;
  ::-webkit-slider-thumb: 300%;
   ::-webkit-slider-runnable-track: 300%;
  ::-ms-thumb : 300%; 
  ::-ms-track: 300%;
*/
/*   transform-origin: 0 0; */}
 
 
 @media only screen and (max-width: 1081px) {
input[type=range]{width: 80%; margin-left: 10%; margin-right: 10%; }
body{background-size: auto 2500px;}
} 
  

div.white
{
  
  padding: 20px;
  color: #111;
  line-height:1.5em;
  background-color: white; 
  position: absolute; 
  margin: 0px; 
  width: 1024px; 

}

div.white h1, div.white p
{
  
  color: #111;
  padding: 0 0 20px 0;
  
}

/*
@media only screen and (max-width: 600px) {
  div.white h3 {
    
    line-height:0.8em;
    margin-bottom: 0;


  }
  div.white h4
  {
    font-size:125%;
    line-height:0.1em;
    margin: 0px 0 70px 0;
  }
}
*/


div.wrap
{
/* 	background-image: url(img/Visuallong.jpg); */
/* 	background-repeat: no-repeat; */
	width: 500px;
	margin: 50px auto;
  padding: 20px;
  background-color:rgba(255, 255, 255, 0.6);
}

/*
@media only screen and (max-width: 740px) {
  div.wrap {
margin-bottom: 1000px;
  }
}
*/

.first.ligneDePoeme,  .ligneDePoeme.first
{
  display: none; opacity:0;
}

/* The animation code */
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
.fade-in_40 {
animation:             fadeIn 40s normal forwards ease-in-out;
-webkit-animation:     fadeIn 40s normal forwards ease-in-out;
-moz-animation:        fadeIn 40s normal forwards ease-in-out;
-o-animation:          fadeIn 40s normal forwards ease-in-out;
-ms-animation:         fadeIn 40s normal forwards ease-in-out;
animation-iteration-count: 1;
}

.fade-in_60 {
animation:             fadeIn 60s normal forwards ease-in-out;
-webkit-animation:     fadeIn 60s normal forwards ease-in-out;
-moz-animation:        fadeIn 60s normal forwards ease-in-out;
-o-animation:          fadeIn 60s normal forwards ease-in-out;
-ms-animation:         fadeIn 60s normal forwards ease-in-out;
animation-iteration-count: 1;
}

.fade-in_4 {
animation:             fadeIn 4s normal forwards ease-in-out;
-webkit-animation:     fadeIn 4s normal forwards ease-in-out;
-moz-animation:        fadeIn 4s normal forwards ease-in-out;
-o-animation:          fadeIn 4s normal forwards ease-in-out;
-ms-animation:         fadeIn 4s normal forwards ease-in-out;
animation-iteration-count: 1;
}

.fade-in_2 {
animation:             fadeIn 2s normal forwards ease-in-out;
-webkit-animation:     fadeIn 2s normal forwards ease-in-out;
-moz-animation:        fadeIn 2s normal forwards ease-in-out;
-o-animation:          fadeIn 2s normal forwards ease-in-out;
-ms-animation:         fadeIn 2s normal forwards ease-in-out;
animation-iteration-count: 1;
}

.fade-in_9 {
animation:             fadeIn 9s normal forwards ease-in-out;
-webkit-animation:     fadeIn 9s normal forwards ease-in-out;
-moz-animation:        fadeIn 9s normal forwards ease-in-out;
-o-animation:          fadeIn 9s normal forwards ease-in-out;
-ms-animation:         fadeIn 9s normal forwards ease-in-out;
animation-iteration-count: 1;
}


.fade-in_1 {
animation:             fadeIn 0.4s normal forwards ease-in-out;
-webkit-animation:     fadeIn 0.4s normal forwards ease-in-out;
-moz-animation:        fadeIn 0.4s normal forwards ease-in-out;
-o-animation:          fadeIn 0.4s normal forwards ease-in-out;
-ms-animation:         fadeIn 0.4s normal forwards ease-in-out;
animation-iteration-count: 1;
}






/* The animation code */
@keyframes fadeOut {
0% {opacity:1;}
100% {opacity:0;}
}

@-moz-keyframes fadeOut {
0% {opacity:1;}
100% {opacity:0;}
}

@-webkit-keyframes fadeOut {
0% {opacity:1;}
100% {opacity:0;}
}

@-o-keyframes fadeOut {
0% {opacity:1;}
100% {opacity:0;}
}

@-ms-keyframes fadeOut {
0% {opacity:1;}
100% {opacity:0;}
}
.fade-out_40 {
animation:             fadeOut 40s normal forwards ease-in-out;
-webkit-animation:     fadeOut 40s normal forwards ease-in-out;
-moz-animation:        fadeOut 40s normal forwards ease-in-out;
-o-animation:          fadeOut 40s normal forwards ease-in-out;
-ms-animation:         fadeOut 40s normal forwards ease-in-out;
animation-iteration-count: 1;
}

.fade-out_10 {
animation:             fadeOut 10s normal forwards ease-in-out;
-webkit-animation:     fadeOut 10s normal forwards ease-in-out;
-moz-animation:        fadeOut 10s normal forwards ease-in-out;
-o-animation:          fadeOut 10s normal forwards ease-in-out;
-ms-animation:         fadeOut 10s normal forwards ease-in-out;
animation-iteration-count: 1;
}

.fade-out_100 {
animation:             fadeOut 100s normal forwards ease-in-out;
-webkit-animation:     fadeOut 100s normal forwards ease-in-out;
-moz-animation:        fadeOut 100s normal forwards ease-in-out;
-o-animation:          fadeOut 100s normal forwards ease-in-out;
-ms-animation:         fadeOut 100s normal forwards ease-in-out;
animation-iteration-count: 1;
}


/*
div.inner
{
  background-color: red;
  padding: 0;
}
*/


    audio {width:100%; margin-bottom: 20px; text-align: left; color: black;}
    audio::-webkit-media-controls-enclosure {
    max-width: 100%; /*or inherit*/
}

button 
{
  background-color: #ccc;
  font-weight: normal;
	font-family:'Beth Ellen',sans-serif;
	font-size:100%;
  padding: 0px 8px;
  border-radius: 6px;
  border-color: #eee #aaa #aaa #eee;
  border-style: solid;
  border-width: 4px;
  cursor: pointer;
}

button:focus 
{
 outline-style: none;
  
}

button:active, button.clicked
{
border-color: #aaa #eee #eee #aaa;
color: #fff;
}

.music button
{
  font-family: sans-serif;
  font-size:150%;
  padding: 0px 8px;
  border-radius: 50%;
  margin: 10px 80px 0 80px;
}

strong
{
  text-transform: uppercase;
  color: #009BC2;
  font-weight: bold;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	color: #000;
	padding: 0.3em 0;
}

h1
{
	font-size:55px;
	font-weight: normal;
/* 	margin-left: -8px; */
}

h2
{
  font-weight: normal;
	font-size: 33px;
	line-height: 1.2;
	margin: 2px 0 0 0;

}

h3
{
	font-size:20px;
	font-weight: normal
}

@media only screen and (max-width: 740px) {
  h3 {
font-size:20px;
  }
}

h4
{
	font-size:160%;
	font-weight: normal
}

h5
{
	font-size:100%;
}

h6
{
	font-size:75%;
	font-weight: normal;
}

hr
{padding: 0;margin: 0; background-color: #000; border-style: solid;}

a:link,a:visited
{
	color:#222;
	text-decoration:none;
	font-weight: bold;
}

a:active,a:hover
{
	color:white;
	text-decoration:none;
}


 a.by:link, a.by:visited
{
	color: #aaa; 
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
}

@media only screen and (max-width: 1081px) {
   
  a.by:link, a.by:visited
{

	font-size: 12px;

}
   
   
   }



 a.by:active,  a.by:hover
{
	color:white;
	text-decoration:none;
}



/* Images */
a img
{
	border:0;
}

p
{
	margin:0;
	padding:5px 5px;
	font-size: 100%;
}

ul,ol
{
	margin:0;
	padding: 5px 15px;
	list-style-position:inside;
	line-height:1.5em;
}

li
{
  margin: 0;
  padding: 0;
  list-style-type: square;
}

div.site
{background-color: #616469; width: 800px; margin:0 auto;}

div.text{padding: 20px;}

div.clickable:hover, div.alwaysShown:hover
{
   background-color:#bbb;
   cursor: pointer;
   
   
}
div.enlarge
{
   background-color:#bbb;
}

div.extendable
{
text-align: justify;
background-color: #bbb;
}
div.alwaysShown
{
font-size: 60%;
margin: -12px 0 0 0;
padding: 0 !important;
text-align: center;
line-height: 0.7em;
}

div.alwaysShown p
{
  font-weight: bold;
  padding: 2px;
}

div.enlarge div.alwaysShown
{
display: none;
margin: -8px 0 0 0;
text-align: center;
}

div.hidenOnLoad
{display: none; padding: 10px 25px 25px 25px; margin-bottom: 10px;}

div.enlarge div.hidenOnLoad
{
  display: block;
}




div.ligneDePoeme p
{
  
  text-align: center; display: table-cell; vertical-align: middle; height:120px; width: 1024px;
  padding: 20px 0 15px 0;

}



@media only screen and (max-width: 1081px) {
  div.ligneDePoeme p {
    height:320px; 
  }
}

div.ligneDePoeme

{
    display: none;
}



.slider {
  margin-top: 30px;
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #999;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

@media only screen and (max-width: 1081px) {
  .slider {
margin-bottom: 20px;
  }
}



.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  background: #ccc;
  cursor: pointer;
  border-radius: 6px;
  border-color: #eee #aaa #aaa #eee;
  border-style: solid;
  border-width: 4px;
  
  
  
}

@media only screen and (max-width: 1081px) {
  .slider::-webkit-slider-thumb {
      width: 100px;
  height: 100px;
  }
}


.slider::-moz-range-thumb {
  width: 50px;
  height: 50px;
  background: #ccc;
  cursor: pointer;
  border-radius: 6px;
  border-color: #eee #aaa #aaa #eee;
  border-style: solid;
  border-width: 4px;
}


@media only screen and (max-width: 1081px) {
  .slider::-moz-range-thumb {
      width: 100px;
  height: 100px;
  }
}


.slider:hover::-webkit-slider-thumb {  
border-color: #aaa #eee #eee #aaa;
}

.slider:hover::-moz-range-thumb  {  
border-color: #aaa #eee #eee #aaa;
}


iframe {padding: 0; margin: 0; border-collapse: collapse; border-style: none;}


div#sidebar {width: 100%; margin: 0px 0 20px 0px;}
div#sidebar div{display: inline; font-size: 150%;}
div#sidebar div a{text-decoration:none; font-weight: normal;}
div#signet {background-color: #717171;}
div.signettext {background-color:#bbb; padding: 4px 10px; margin: 0 15px 0 0;}
div.last {margin-right: 0 !important;}
div.lastv#signet {margin-right: 0 !important;}

#player
{
  border:none; margin:0; width: 1024px; height: 576px;  
}

@media only screen and (max-width: 1081px) {
  #player
  {
    height: 2000px;  
  }
}

 

