#right {
  padding-top: 150px;
}

#left {
  padding-top: 150px;
}

a.navbar-brand {
  font-family: 'Belleza';
  font-size: 3rem;
  padding-left: 20px;
  line-height: 3rem;
  padding-top: 0;
}

@media (min-width: 992px) {
  a.navbar-brand {
    font-size: 3rem;
    padding-left: 70px;
    line-height: 3rem;
    padding-top: 0;
  }
}

body {
  font-family: 'Hero New Regular';
}

#sound-footer {
  /*display: block;*/
  /*position: fixed;*/
  /*bottom: 0;*/
  /*width: 100%;*/
}

.social {
  font-size: 1.5rem;
}

#listen:focus {
  background-color: #222222;
  border-radius: 5px;
  border-color: #000;
  box-shadow: none;
}

#listen:hover {
  background-color: #222222;
  border-radius: 5px;
  border-color: #000;
}

#listen {
  background-color: #465765;
  border-radius: 5px;
  border-color: #222222;
  font-size: 0.7rem;
}

@media (min-width: 992px) {
.social {
  font-size: 1.7rem;
}
#listen {font-size: 0.8rem;}
}

a {color:#465765;}
a:hover {color:#222222;;}
.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #000;
  box-shadow: none;
  background: none;
  pointer-events: none;
  font-family: 'Hero New Medium';
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: transparent;
  border-radius: 2px;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

strong {
  font-family: 'Hero New Bold';
}

.date-projet {
  font-family: 'Hero New Medium';
  font-size: 1.1rem;
}

.date-concert {
  font-family: 'Hero New Bold';
}

.date-concert, .date-lieu, .date-projet, .date-lien{
  clear: both;
  display: block;
}

.date-lien {font-size: 0.8rem;}



.date-item {
  padding-bottom: 15px;
}

#main {
  padding-top: 150px;
}

.navbar-nav {
  text-align: right;
}


#main {
  padding-top: 100px;
  position: relative;
}

@media (min-width: 992px) {
  #main {
    padding-top: 150px;
    position: relative;
  }
}

#footer-spacer {
  height: 100px;
}

.page-background{opacity:0.6;}
@media (min-width: 992px) {
.page-background{opacity:1;}
}

.alert-success .close {
  border: none;
  color: var(--bs-green);
  background-color: #d1e7dd;
  padding-right: 20px;
}
.alert-dismissable .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.5rem 1rem;
}

.help-block.with-errors {
    font-size: 0.85rem;
    color: #D60000;
}
h1 {font-size: 1.25rem;
font-family: 'Hero New Medium';
}
h3 {font-size: 1.1rem;
font-family: 'Hero New Medium';
}

.mention-link {font-size: 0.70rem; }
