@font-face {
  font-family: 'gotham_mediumregular';
  src: url('../../warner_base/fonts/gotham-medium-webfont.eot');
  src: url('../../warner_base/fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../../warner_base/fonts/gotham-medium-webfont.woff2') format('woff2'), url('../../warner_base/fonts/gotham-medium-webfont.woff') format('woff'), url('../../warner_base/fonts/gotham-medium-webfont.ttf') format('truetype'), url('../../warner_base/fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_bookregular';
  src: url('../../warner_base/fonts/gotham-book-webfont.eot');
  src: url('../../warner_base/fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('../../warner_base/fonts/gotham-book-webfont.woff2') format('woff2'), url('../../warner_base/fonts/gotham-book-webfont.woff') format('woff'), url('../../warner_base/fonts/gotham-book-webfont.ttf') format('truetype'), url('../../warner_base/fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: 'gotham_bookregular', sans-serif;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'gotham_bookregular', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #020b14;
  color: #FFF;
}
* {
  font-family: 'gotham_bookregular', sans-serif;
  margin: 0;
  padding: 0;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-lg-12::before,
.col-lg-12::after,
.row::before,
.container::before {
  content: none;
  display: none;
}
#navbar {
  pointer-events: none;
}
#navbar ul {
  pointer-events: all;
}
.box {
  overflow: auto;
}
.content-image.img {
  float: right;
}
.img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}
#disco-wrapper {
  color: #888;
  background: none;
  margin: 10px 0 0 0 !important;
}
#disco-wrapper .disco-title {
  padding-bottom: 20px;
}
#disco-wrapper .disco-title h4 {
  color: #FFF;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
#disco-wrapper .disco-title p {
  color: #FFF;
}
#disco-wrapper .disco-tracklist {
  margin-top: 20px;
  text-transform: uppercase;
  color: #ddd;
  line-height: 30px;
}
#disco-wrapper ul li {
  list-style: none;
  height: 80px;
  display: inline-block;
}
#disco-wrapper ul li:first-child {
  padding-right: 10px;
  line-height: 22px;
}
#disco-wrapper ul li:nth-child(2) {
  padding-left: 10px;
  border-left: 2px solid #e6e6e6;
}
#disco-wrapper ul li p {
  font-size: 12px;
  font-weight: normal;
}
#disco-wrapper .columns {
  font-family: 'gotham_bookregular', sans-serif;
  font-size: 14px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  text-transform: uppercase;
  color: #FFF;
  min-height: inherit;
}
.disco-block {
  width: 95%;
}
.main-container {
  z-index: 100;
  min-height: 500px;
}
.main-container .row {
  background-color: #020b14;
  background: "none";
  position: relative;
  z-index: 10;
}
.btnlarge {
  background: #000;
  font-family: 'gotham_mediumregular', sans-serif;
  color: #FFF;
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-size: 13px;
}
.btnsmall {
  background: #000;
  font-family: 'gotham_mediumregular', sans-serif;
  color: #FFF;
  padding: 12px 20px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-size: 13px;
}
.btnsmall a {
  color: #FFF;
  text-decoration: none;
}
.block {
  width: 300px;
  padding: 0 0 30px 0;
  margin: 0 10px 20px 10px;
  background: #FFF;
  color: #999;
  position: relative;
  float: left;
  transition-property: box-shadow;
  transition-duration: 0.5s;
}
.center-column {
  padding: 10px;
}
.center-column h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
a:hover {
  color: #ddd;
  text-decoration: none;
}
p a:hover {
  color: #ddd;
  text-decoration: none;
}
#releaseCarousel .carousel-indicators {
  z-index: 100;
}
#releaseCarousel .carousel-indicators li {
  border-color: transparent;
  background-color: #FFF;
}
#releaseCarousel .carousel-indicators .active {
  background-color: #000;
}
#myCarousel .carousel-indicators {
  z-index: 0;
}
#myCarousel .carousel-indicators li {
  border-color: transparent;
  background-color: #FFF;
}
#myCarousel .carousel-indicators .active {
  background-color: #000;
}
.slider_content {
  width: auto;
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
}
.slider_content .text a {
  background-color: #000;
  color: #000;
  text-decoration: none;
  padding: 10px;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
.slider_content .text a:hover {
  text-decoration: none;
}
.slider_content .text a h2 span {
  float: left;
  clear: both;
  width: auto;
  background-color: #FFF;
  padding: 6px;
  text-transform: uppercase;
  font-weight: bold;
}
.slider_content .text .line {
  background-color: #000;
  color: #000;
  text-decoration: none;
  padding: 10px;
  line-height: 45px;
  margin: 0;
  text-align: center;
}
.logoCarousel {
  display: block;
  z-index: 10;
  position: absolute;
  right: 30%;
  left: 30%;
  top: 33%;
}
.logoCarousel img {
  width: 100%;
  height: auto;
}
.logoCarousel.logoCarousel-hidden {
  display: none;
}
.round-button {
  width: 49px;
  height: 0;
  padding-bottom: 49px;
  border-radius: 50%;
  overflow: hidden;
  background: #464646;
}
.round-button:hover {
  background: #262626;
}
.round-button img {
  display: block;
  padding: 12px;
  height: auto;
}
#carousel_wrapper {
  height: 93%;
}
.carousel-inner {
  height: 100%;
}
.carousel-inner .item.next.left {
  height: 100%;
}
.carousel-caption {
  color: #FFF;
  display: block;
  height: 100px;
  left: 0;
  padding: 0;
  right: 0;
  text-shadow: none;
  width: 100% !important;
}
.carousel-caption > span {
  background-color: #000;
  clear: both;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
.carousel-caption > span a {
  color: #000;
  text-decoration: none;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.navbar-toggle {
  float: left;
  background-color: transparent;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 0;
  background-color: #000;
}
.navbar {
  background-color: transparent;
  margin: 0 auto;
}
.navbar .navbar-toggle {
  position: relative;
  padding: 15px 0 0 11px;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.navbar .navbar-brand {
  text-shadow: none;
  color: #000;
}
.navbar-static-top {
  z-index: 10;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 25px 0;
  font-size: 24px;
  line-height: 20px;
}
ul.filter li {
  list-style-type: none;
  display: inline;
  padding: 3px;
}
ul.filter li:not(:first-child):before {
  content: " | ";
}
.pager {
  width: 100% !important;
}
.pagerTarget:after {
  content: '';
  display: block;
  clear: both;
}
.element-item {
  position: relative;
  float: left;
  width: auto;
  height: auto;
}
.current_filter {
  font-weight: bold;
  text-decoration: underline;
}
.filter {
  text-align: center;
  padding: 10px;
}
.news-item {
  padding: 15px;
  background-color: #FFF;
}
.news-item a {
  text-decoration: none;
  color: #000;
}
.news-item a:hover {
  text-decoration: none;
}
.news-item a h2 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  margin: 0;
}
.news-item p {
  text-decoration: none;
  color: #000;
}
.news-item p a:hover {
  text-decoration: none;
}
.news-item .news-date {
  font-size: 14px;
  color: #ddd;
}
.content-view-line-release h5 {
  font-family: 'gotham_mediumregular', sans-serif;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.content-view-line-release .element-item {
  margin: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
  width: 254px;
  height: 340px;
}
.content-view-embed-release .release-detail .commercial-links-container .commercial-link {
  display: inline-block;
}
.content-view-embed-release .element-item {
  float: none;
}
.content-view-full-page_biographie img {
  width: 100%;
}
.content-view-full-page_biographie a {
  text-decoration: none;
  color: #000;
}
.content-view-full-rubrique_news .col-lg-4 {
  padding: 7px;
}
.content-view-line-evenement .element-item {
  float: none;
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 5px;
  text-decoration: none;
  color: #ddd;
}
.content-view-line-evenement .element-item a {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 5px;
  text-decoration: none;
  color: #ddd;
}
.content-view-full .col-lg-12,
.content-view-full .col-lg-3,
.content-view-full .col-lg-9 {
  z-index: 100;
}
.content-view-embed-evenement .news-item {
  z-index: 100;
}
.content-view-full-video .content-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.content-view-full-video .content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-view-full-evenement .col-lg-3 {
  padding: 0;
}
.content-view-full-evenement .col-lg-9 {
  padding: 5px;
}
.content-view-full-evenement .news-date {
  font-size: 14px;
  color: #ddd;
}
.content-view-full-evenement .content-header img {
  float: left;
}
.content-view-full-evenement .content-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.content-view-full-evenement .content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-view-full-evenement .content-body {
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-view-full-evenement .content-comments {
  padding-top: 30px;
}
.content-view-full-evenement h1 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
.content-view-full-evenement .content-header img {
  padding-right: 10px;
}
.content-view-full-site .col-lg-8 {
  padding: 0;
}
.content-view-line-media .element-item {
  padding: 7px;
}
.social_links img {
  padding: 3px;
}
.right-column .social_links {
  margin-bottom: 30px;
}
.content-view-full-rubrique_videos {
  padding-top: 15px;
}
.col-lg-12.pagerTarget.row.isotope.center-block {
  padding: 0;
}
.biography .content-image img {
  width: 100%;
}
#releaseCarousel {
  z-index: 100;
}
.big-cover {
  padding: 0;
}
.isotope {
  margin: 0 auto;
}
.bit-rsvp {
  display: none;
}
.bit-notify {
  display: none;
}
.bit-header {
  display: none;
}
.bit-header-overflow-fix {
  display: none;
}
.bit-tickets a {
  background-color: #000;
  padding: 5px;
  color: #ddd;
}
table.bit-events {
  padding-bottom: 20px;
}
table.bit-events th {
  display: none;
}
table.bit-events td {
  border-color: #000 !important;
}
table.bit-events td.bit-date {
  width: 100px;
}
.bit-invert {
  display: none;
}
.submitField {
  background: #ddd;
  font-family: 'gotham_mediumregular', sans-serif;
  color: #ddd;
  padding: 12px 20px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-size: 13px;
}
.cookiebar {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 20px;
  line-height: 20px;
  z-index: 99999;
  text-align: center;
  font-size: 14px;
}
.cookiebar a {
  color: #FFF !important;
  font-weight: bold;
  text-decoration: none !important;
}
.cookiebar a:hover {
  text-decoration: none !important;
}
.close-cookie {
  position: absolute;
  right: 10px;
  top: 10px;
}
.lf-app-embed {
  padding-bottom: 30px;
}
.fancybox-skin {
  background-color: #FFF;
}
.fancybox-wrap.fancybox-newsletter {
  background-color: #020b14;
}
.fancybox-wrap.fancybox-newsletter .fancybox-skin {
  background-color: #020b14;
}
.hub-list * {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (max-width: 785px) {
  #disco-wrapper .big-cover {
    margin-top: 20px;
  }
  #disco-wrapper .big-cover img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #disco-wrapper {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    width: 960px;
  }
  .col-md-push-1 {
    left: 2px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    width: 1640px;
  }
  .tracklist {
    margin-bottom: 55px;
  }
  .col-lg-push-1 {
    left: 1%;
  }
}
@media (min-width: 1200px) and (max-width: 1023px) {
  .container-fluid {
    width: 954px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  .container-fluid {
    width: 1200px;
  }
  .tracklist {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 10px;
  }
  .col-sm-push-1 {
    left: 2px;
  }
  #navbar-social {
    display: none;
  }
  .navbar-brand {
    display: none;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-nav > li > a {
    text-shadow: none;
    padding: 0 4px 0 4px;
    color: #ddd;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .top-navbar .navbar-nav li {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #000;
    margin: 5px;
    padding: 5px;
  }
  .top-navbar .navbar-nav li:hover {
    background-color: #f0ece0;
    color: #000;
  }
  .top-navbar .navbar-nav li:hover a {
    color: #000;
  }
  .selected .navbar-nav li {
    background-color: #f0ece0;
    color: #000000;
  }
  .last.column {
    padding-left: 20px !important;
  }
  .bottom-navbar {
    text-align: center;
  }
  .bottom-navbar li {
    padding: 10px;
  }
  .bottom-navbar .navbar-nav > li > a {
    padding: 0;
    color: #000;
  }
  .bottom-navbar .nav > li > a:focus {
    color: #000;
    text-decoration: none;
    background-color: transparent;
  }
  .bottom-navbar .nav > li > a:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
  }
  .biography {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }
  .biography p {
    break-inside: avoid-column;
  }
  .content-view-line-release .element-item img {
    height: 250px;
    width: 250px;
  }
  .content-view-line-video {
    z-index: 0;
  }
  .content-view-line-video:first-child img {
    width: 561px;
    height: auto;
  }
  .content-view-line-video:first-child .title {
    font-size: 24px;
    margin-top: -40px;
  }
  .content-view-line-video .video-item {
    margin: 5px;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }
  .content-view-line-video img {
    z-index: -1;
    display: block;
    position: relative;
    width: 275px;
    height: auto;
  }
  .content-view-line-video .title {
    font-family: 'gotham_mediumregular', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px;
    text-decoration: none;
    color: #FFF;
    margin-top: -25px;
  }
  #releaseCarousel {
    height: 520px;
  }
  .isotope {
    max-width: 1200px;
    margin: 0 auto;
  }
  footer {
    margin: 50px 0;
  }
}
@media (min-width: 767px) and (max-width: 815px) {
  .slider_content {
    font-size: 20px;
  }
  .navbar-nav li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .right {
    display: none;
  }
  .navbar {
    position: absolute;
    width: 100%;
    top: 0;
    margin: 0;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-nav > li > a {
    padding: 0;
    color: #FFF;
  }
  .top-navbar .navbar-nav li {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #000;
    padding: 10px;
  }
  .top-navbar .navbar-nav li:hover {
    background-color: #f0ece0;
    color: #000;
  }
  .top-navbar .top-navbar .selected .navbar-nav li {
    background-color: #f0ece0;
    color: #FFF;
  }
  .bottom-navbar {
    position: relative;
    display: inline-block;
    background-color: #000;
    color: #FFF;
    text-align: center;
    width: 100%;
    left: 0px;
    bottom: 0px;
  }
  .bottom-navbar .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
  }
  .bottom-navbar .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
  }
  #navbar-social {
    display: block;
    width: 100px;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
  }
  #navbar-social img {
    width: 30px;
  }
  .logoCarousel {
    display: none;
  }
  footer {
    width: 100%;
  }
  ul#credits {
    list-style: none;
    margin: 0 auto;
    display: block;
    font-size: 10px;
    bottom: 0;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    height: 46px;
  }
  ul#credits li a {
    color: #ddd;
  }
  #carousel_wrapper {
    margin-top: 70px;
    height: 350px;
  }
  #myCarousel {
    margin-top: 70px;
    height: 350px;
  }
  .carousel-inner {
    margin-top: 70px;
    height: 350px;
  }
  .newsdate {
    padding-top: 5px;
    font-size: 12px;
    color: #000000;
  }
  .newscomments {
    display: none;
  }
  .carousel-caption {
    background-color: #000;
    height: 80px;
    padding: 0;
    text-shadow: none;
    width: 100% !important;
    display: block;
    margin: 0 auto;
    bottom: 0;
    left: 0 !important;
    right: 0;
    text-align: center;
    max-width: 100%;
    top: 270px !important;
    padding-top: 5px;
  }
  .slider_content {
    font-size: 22px;
  }
  .slider_content .text a {
    background-color: #000;
    font-size: 13px;
    color: #e9e4d4;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    line-height: 22px;
  }
  .slider_content .text .line {
    background-color: #000;
    color: #e9e4d4;
    text-decoration: none;
    padding: 0;
    line-height: 22px;
    margin: 0;
    text-align: center;
  }
  .slider_content a h2 span {
    float: none;
  }
  .clearer {
    margin-top: 0;
  }
  .carousel-indicators {
    display: none !important;
  }
  .content-view-line-video {
    z-index: 0;
  }
  .content-view-line-video .video-item {
    margin: 5px;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }
  .content-view-line-video img {
    z-index: -1;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .content-view-line-video .title {
    font-family: 'gotham_mediumregular', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px;
    text-decoration: none;
    color: #FFF;
    margin-top: -25px;
  }
  .content-view-full-rubrique_discographie #releaseMain {
    display: none;
  }
  .content-view-full-page_concerts .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-view-full-rubrique_photos img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .content-view-full-release #releaseOthers {
    display: none;
  }
  #disco-wrapper {
    text-align: center;
  }
  #releaseCarousel img {
    width: 100%;
  }
  .isotope {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  .content-view-line-video .video-item img {
    width: 100%;
  }
  .content-view-line-release img {
    width: 100%;
  }
  .content-view-line-release .element-item {
    max-width: 130px;
    max-height: 200px;
  }
  .content-view-line-release h5 {
    font-size: 9px;
  }
  .btnsmall {
    padding: 9px 8px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 8px;
  }
  .isotope {
    max-width: 400px;
    margin: 0 auto;
  }
  .slider_content {
    font-size: 16px;
  }
}
/* bug fixes below */
/* Mixins */
/* specific rules */
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar .navbar-brand {
  color: #fff;
}
@media (max-width: 767px) {
  #navbar-social img {
    width: 25px;
  }
}
@media (max-width: 480px) {
  .content-view-line-release img {
    width: 100%;
    height: auto;
  }
}
/* white backgrounds for desktop view */
@media (min-width: 767px) {
  .content-view-full-video .col-lg-12 {
    padding-top: 20px;
    background-color: #FFFFFF;
    color: #000000;
  }
  .content-view-full-page_biographie .col-lg-12 {
    padding-top: 20px;
    background-color: #FFFFFF;
    color: #000000;
  }
  .content-view-full-rubrique_videos .col-lg-12 {
    padding-top: 20px;
    background-color: #FFFFFF;
    color: #000000;
  }
  .content-view-full-rubrique_videos {
    padding-top: 0px;
  }
  .content-view-full-rubrique_discographie .ezimage-field,
  .content-view-line-release .ezimage-field,
  .content-view-full-release .ezimage-field {
    border-color: #FFF;
    border: 2px;
    border-style: solid;
  }
  .content-view-full-rubrique_photos .col-lg-12 {
    background-color: #FFFFFF;
    color: #000000;
  }
  .content-view-full-page_concerts .col-lg-12 {
    background-color: #FFFFFF;
    color: #000000;
  }
  /* black text for bit widget */
  a.bit-event-data {
    color: black !important;
  }
  .bottom-navbar .navbar-nav > li > a {
    color: #ddd;
  }
  .bottom-navbar .navbar-nav > li > a:hover {
    color: #fff;
  }
}
/* release title color */
#disco-wrapper .disco-title h4 {
  color: #000;
}
/*# sourceMappingURL=artist.css.map */