.gradiente {
    background: linear-gradient(to right, rgba(153,161,163,.2), rgba(0,0,0,.5))
}
.gradiente-invert {
    background: linear-gradient(to left, rgba(153,161,163,.2), rgba(0,0,0,.5))
}

.paraHead {
    position: relative;
    width: 100%;
    z-index: 100;
    color: #fff;
    padding: 2px 0px 0px 0px;
}

.btn-custom {
  font-size: 21px;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#037AC1", endColorstr="#00598E");
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
  padding-left: 0px;
}

.btn-img {
  width: 25px;
  height: 25px;
}

.navbar-brand-custom {
    padding: 8px 0px 0px 0px;
}

.navbar-custom {
    position: relative;
    background-color: black !important;
    border-color: black;
    width: 100%;
    z-index: 100;
    color: #fff;
    border-radius: 0px;
    padding-left: 0px;
    padding: 10px 0px 10px 0px;


    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
    -webkit-font-smoothing: antialiased;
}

.navbar-custom-img {
    height: 40px;
}

.img-thumbnail-custom {
    border-radius: 0px;
}

.img-fotograma {
    max-width:280px;
}

.img-afiche {
    min-width: 260px;
}



.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #00598e;
}
