.hey{
  color: white;
  font-weight: bold;
}

.hey:hover{
  color: black;
  font-weight: bold;
}

.hey:active{
  color: black;
  font-weight: bold;
}

.nav-tabs > li.active >a{
    color: black;
    background: #ddd;
}

.nav-tabs > li.active > a >h3{
    color: black;
}

.nav-tabs > li.active > a >h3:hover{
    color: black;
}

.nav-tabs {
      border-bottom: 3px solid #ddd;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

h2, h3, h4{
  color: white;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

#content{
   width:100px; /*largeur de ton div*/
   height:100px; /*hauteur de ton div*/
}

#liste a{
  text-decoration: none;
  color:white;

}

#liste li{
  list-style: none;
}







#liste_film{
  background-color: rgba(0, 0, 255, 0);
  opacity:0;
  align-content: center;
  padding-left:90px;
}

#film1{
     display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: -100px;
}

/*b:hover{
color:black;
background-color: white;
border:6px solid white;
}*/

h5{
font-weight: bold;

}


/*h1{
 font-size: 90px;
}*/

.img-films{
    border-style:solid;
    border-width:4px;
    border-color:white;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.img-films:hover{
    border-style:solid;
    border-width:4px;
    border-color:rgba(255, 255, 255, .1);
    filter: none ;
    -webkit-filter: grayscale(0);

}
