
/* --------------------
 * GENERALE
 * -------------------- */


body {
  background-color: #1A1A1A;
  color: #333;
  padding: 0 !important;
  margin: 0 !important;
  font-family: 'Roboto', sans-serif;
  width: 100%;

  min-width: 1024;
  min-height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.container {
  max-width: 900px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.container-link {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.titre-principal {
  text-align: center;
  font-size: 35px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 5px;
}
._lime {
  color: #9AF10B;
}

/* --------------------
 * HEADER
 * -------------------- */

.fj-intro {
  background: #242424;
  background-image: url(https://florianjacoby.be/image/header-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh;
  position: relative;
  margin-top: auto;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.container-menu {

}

.container-menu a {
  float: right;
  display: block;
  text-align: ;
  text-decoration: none;
  transition: opacity .3s ease-in;

}

.menu-logo img {
  float: left;
  max-width: 4rem;
  width: 100%;
  height: auto;
  margin: 0 0 1rem 0;
}
.menu-logo a {
  transition: opacity .3s ease-in;
}
.menu-logo :hover {
opacity: .8;
}

.nav-tabs li a {
  color: #777;
}

.navbar {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  border: 0;
  font-size: 11px !important;
  letter-spacing: 4px;
  opacity: 0.5;
  text-decoration: none;

}
.navbar li a, .navbar .navbar-brand {
  color: #d5d5d5 !important;
}
.navbar-brand img {
  max-width: 4rem;
  width: 100%;
  height: auto;
}
.navbar-nav li a:hover {
  color: #fff !important;
}
.navbar-nav li.active a {
  color: #fff !important;
  background-color: #29292c !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}

 /* --------------------
  * ABOUT
  * -------------------- */

.container-about {
  background: #242424;
  background-image: url(https://florianjacoby.be/image/background-2.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 40vh;
  position: relative;
  margin-top: auto;

}

.about {
  color: #fff;
  text-align: center;
  padding: 3rem 0;
  position: relative;

}
.about p {
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-music {
  text-decoration: none;
  color: #9AF10B;
}
.about-music a {
 transition: opacity .3s ease-in;
}
.about-music :hover {
 opacity: .8;
}


/* --------------------
* MUSIC
* -------------------- */


.music {
  color: #fff;
  text-align: center;
  padding: 3rem 0;
  position: relative;

}
.music p {
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.titre-music {
  text-align: center;
  font-size: 35px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.music-link {
  color: #fff;
  text-align: center;

  position: relative;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #9AF10B;
}


/* --------------------
 * TOUR DATES
 * -------------------- */

.container-dates {
 background: #242424;
 background-image: url(https://florianjacoby.be/image/background-2.jpg);
 background-size: cover;
 background-position: top center;
 background-repeat: no-repeat;
 height: auto;

 position: relative;
 margin-top: auto;
}

.tourdates {
 color: #fff;
 text-align: center;
 padding: 3rem 0;
 margin: inherit;
 position: relative;
 height: 20vh;
 width: 40%;
/* margin: 1rem 5.5rem 4rem 1rem;*/
}

.tourdates-old li {
 display: inline-block;
 margin: 0 6rem 0 1rem;
 font-size: 15px;
 font-weight: 100;

 text-transform: uppercase;
 text-decoration: line-through;
 letter-spacing: 1px;
}

.tourdates-up li {
 display: inline-block;
 margin: 0 6rem 0 1rem;
 font-size: 15px;
 font-weight: 100;
 text-transform: uppercase;

 letter-spacing: 1px;
}

.tourdates p {
 font-size: 15px;
 font-weight: 100;
 text-transform: uppercase;
 letter-spacing: 1px;
}

.tourdates a {
 font-size: 15px;
 font-weight: 100;
 text-transform: uppercase;
 letter-spacing: 1px;
}

.tourdates {
 font-size: 15px;
 font-weight: 100;
 text-transform: uppercase;
 letter-spacing: 1px;

}

.container-tourdates {
 background: #242424;
 background-image: url(image/background-2.jpg);
 background-size: cover;
 background-position: top center;
 background-repeat: no-repeat;
 min-height: 40vh;
 position: relative;
 margin-top: auto;
 /* max-width: 900px; */
 width: 100%;S
 height: auto;
 margin: 0 auto;
}


/* --------------------
* CONTACT
* -------------------- */

.contact {
  color: #fff;
  text-align: center;
  padding: 2rem 0;
  position: relative;

}
.contact-mail {S
  list-style: none;
  display: inline-block;
}
.contact-booking {
  display: inline-block;
  margin: 30px;
}
.contact-general {
  display: inline-block;
  margin: 30px;
}
.contact-promo {
  display: inline-block;
  margin: 30px;
}
.contact-press {
  display: inline-block;
  margin: 30px;
}
.contact-titre {
  font-size: 1rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.contact-link {
  font-size: 13px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mail {
  text-decoration: none;
  color: #fff;
}
.mail a {
 transition: opacity .3s ease-in;
}
.mail :hover {
 opacity: .8;
}
.bar {
  opacity: 0.7;
}

/* --------------------
* SOCIAL
* -------------------- */


.fj-social {
 color: #fff;
 text-align: center;
 padding: 1rem 0;
 position: relative;

}
.fj-social-logo {
 display: inline;
 list-style: none;
 text-align: center;
}
.fj-social-logo li {
 display: inline-block;
 margin: 0 1rem 1rem 1rem;
}
.fj-social-logo img {
	 max-width: 3rem;
	 width: 100%;
	 height: auto;
	 margin: 0 0 1rem 0;
	}
.fj-social-logo a {
 transition: opacity .3s ease-in;
}
.fj-social-logo :hover {
 opacity: .8;
}


/* --------------------
* FOOTER
* -------------------- */

.footer{
 text-align: center;
 padding: 2rem 0;
 color: #fff;

}
.footer img {
	max-width: 6rem;
	width: 100%;
	height: auto;
	margin: 0 0 1rem 0;
	}
.footer a {
 transition: opacity .3s ease-in;
 }
.footer a :hover {
 opacity: .8;
 }
