
body {
  background-color:#000;
  background-repeat: repeat;
  background-position: center center;
  /*background-image: url("../images/background.jpg");*/
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */

  color:#FFF;
  text-align: center;
  font-size: 20px;
  height:100%;
  width:100%;
  overflow-x: hidden;
  overflow-y: auto;
 /* font-family: 'Rajdhani', sans-serif;*/
  font-family: 'Rajdhani', serif;

}
div.jp-type-playlist{
  /*font-family: 'Rajdhani', sans-serif;*/
  /*font-family: tahoma,arial, sans-serif;*/
  text-transform: none !important;
  font-size: 20px;

}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current{
  font-weight: bold;
  font-size: 18px;
  color:#099BC6 !important;
  
}

body,
.fadebg
{
  -webkit-animation: background 40s infinite;
  animation: background 40s  infinite;  
}

/* Newton Colors
#0000FE
#00FF01
#FFFF00
#FF7F00
#FE0000
#BE0040
#81007F
*/
@-webkit-keyframes background {
  0% { background-color: #0000FE; }
  14% { background-color: #00FF01; }  
  28% { background-color: #FFFF00; }
  42% { background-color: #FF7F00; }
  57% { background-color: #FE0000; }
  71% { background-color: #BE0040; }
  85% { background-color: #81007F; }
  100% { background-color: #0000FE; }
}

@keyframes background {
  0% { background-color: #0000FE; }
  14% { background-color: #00FF01; }  
  28% { background-color: #FFFF00; }
  42% { background-color: #FF7F00; }
  57% { background-color: #FE0000; }
  71% { background-color: #BE0040; }
  85% { background-color: #81007F; }
  100% { background-color: #0000FE; }
}
@-webkit-keyframes color {
  0% { color: #0000FE; }
  14% { color: #00FF01; }  
  28% { color: #FFFF00; }
  42% { color: #FF7F00; }
  57% { color: #FE0000; }
  71% { color: #BE0040; }
  85% { color: #81007F; }
  100% { color: #0000FE; }
}

@keyframes color {
  0% { color: #0000FE; }
  14% { color: #00FF01; }  
  28% { color: #FFFF00; }
  42% { color: #FF7F00; }
  57% { color: #FE0000; }
  71% { color: #BE0040; }
  85% { color: #81007F; }
  100% { color: #0000FE; }
}


.btn-info{
  border:none;
}

.jp-audio{

}

h1{
  font-size: 55px;
  font-weight: bold;
  margin:0px auto 0px auto;
  width:100%;
  text-align: center;
/*  text-shadow: 5px 5px 5px rgba(0,0,0,0.5);*/
  font-family: 'Rajdhani', serif;
}


h2{
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  margin: auto;
  padding-top: auto;
}
h3{
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin: auto;
  padding-top: auto;
}
.carousel-caption{
  right:auto;
  left:1%;
  bottom: 1%;
  padding-bottom: 0;
}
.carousel-indicators{
  bottom:1%;
}

.border-bottom{
  padding-bottom: 10px ;
  border-bottom: 1px solid #FFF;
}

.box-1{
  text-align: justify;
  /*background-color:  rgba(255,255,255,0.2);*/
  background-color:rgba(150,150,150,0.9);/*#4092A5;*/
  padding:1em 0.3em;
  margin:auto;
  margin-top: 1em;
  margin-bottom: 1em;
  width:100%;
}

.box-2{
  text-align: justify;
  background-color:  rgba(0,0,0,0.5);
  padding:1em;
  margin:auto;
  margin-top: 1em;
  width:100%;
}


blockquote {
  
  font-size: 16px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 20px;
  line-height: 1.2;
  position: relative;
  border: none;
  
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #009ABB;
}

blockquote cite {
color: #009ABB;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}


/*
#main-container{
  position:relative;
  width:100%;
  margin:auto;
  text-align: justify;
  max-width: 900px;
}
*/
.main-container{  
  width:100%;
  margin:auto;
  max-width: 1000px;
}

a,a:hover,a:visited {color:#FFF;text-decoration:none;}

.img-responsive {
    margin: 0 auto;
}
footer{
  /*border-top:1px solid #FFF !important;*/
  margin-top:2em;
  /*padding-top:1em;
  margin-bottom:1em;
  background: rgba(255,255,255,0.5);*/
}
footer img{
  display: inline-block;
}
.logo{
  max-height:45px;
}

.credits{
  font-size: 10px;
  text-align: left;
}
/*
.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}*/

@media screen and (max-width: 728px) {
  /*.videocontainer{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
  .videocontainer.r1{
    padding-bottom: 100%;
  }
  .videocontainer iframe, .videocontainer embed, .videocontainer object{
    width: 100%!important; height: 100%!important;
    position: absolute;
    top: 0; left: 0;
  }*/
  .btn{
    font-size: 14px ! important;
  }
  #main-container{
    padding:0;
    margin:0;    
  }
  .box-1{
    padding:0 0 1em 0;
    
  }
  .box-2{
    padding:1em 0em; 
  }
  .box-1,.box-2{    
    font-size: 14px;
    margin:0 auto;
  }
  h3{
    font-size: 22px;
  }
}