/* ----- Mario Pelchat 2014 / Author: Kevin Fulford; ------------------------ */

#news_index > h2,
#events_index > h2 {
  display: inline-block;
  margin: 0 auto 50px auto;
  font-family: "Marlene Stencil Light 3";
  font-size: 2em;
  font-weight: normal;
  line-height: 0.8em;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
#events_index > h2 {
  color: #353535;
}
#news_index > h2 span,
#events_index > h2 span {
  display: block;
  position: relative;
  font-size: 0.6em;
}
#news_index > h2 span:after,
#events_index > h2 span:after,
#news_index > h2 span:before,
#events_index > h2 span:before {
  content: " ";
  display: block;
  height: 2px;
  width: 35%;
  position: absolute;
  top: 50%;
  background: #fff;
}
#events_index > h2 span:after,
#events_index > h2 span:before {
  background: #fff;
}

#news_index > h2 span:before,
#events_index > h2 span:before {
  left: 0.05em;
}
#news_index > h2 span:after,
#events_index > h2 span:after {
  right: 0.5em;
}

@media only screen and (min-width: 480px) {
  #news_index > h2,
  #events_index > h2 {
    font-size: 2.5em;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  #news_index > h2,
  #events_index > h2 {
    font-size: 3em;
  }
}

/* ----- Intro -------------------------------------------------------------- */

.main-intro {
  /*background: url(../images/bck/intro-background.jpg) no-repeat center top #9bb1a4;*/
  background-size: cover;
  background-color: #000;
  background-image: url(../images/bck/intro-comme-au-premier-rdv-background.jpg); /* index-background-tournee-40e */
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  /*max-width: 1800px;*/
  min-height: 500px;
  overflow: hidden;
  z-index: 500;
}

.parallax.mario {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../images/bck/intro-comme-au-premier-rdv-mario.png);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 502;
}

/* 
.main-intro .pelchat {
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translateX(-40%);
}
@media only screen and (min-width: 768px) {
  .main-intro .pelchat {
    bottom: 30%;
  }
}

.main-intro .pelchat svg {
  position: relative;
  width: 325px;
  height: 176px;
}
@media only screen and (min-width: 768px) {
  .main-intro .pelchat svg {
    width: 500px;
    height: 271px;
  }
} */

/* background-size: 325px 176px; */

/* Music single player */

.main-intro .jp-audio {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  z-index: 999;
}
.main-intro .jp-audio .title {
  font-family: "ITCGaramondStd-LtIta";
  font-size: 1.1em;
}
.main-intro .jp-control {
  display: inline-block;
  width: 30px;
  text-align: center;
}
.main-intro .jp-control a {
  margin: 0 auto;
  padding: 0 5px;
  cursor: pointer;
  color: #fff;
}
.main-intro .jp-control a i {
  line-height: 60px !important;
}
.main-intro .jp-no-solution {
  display: none;
}

/* Social navigation */

.main-intro .nav-social {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
.main-intro .nav-social li {
  list-style: none;
  float: left;
}
.main-intro .nav-social li a {
  display: block;
  padding: 10px;
  font-size: 1.75em;
  color: #fff;
}

.v-center {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 80%;
  max-width: 450px;
  transform: translateX(-50%);
  font-family: "ITCGaramondStd-LtIta";
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .v-center {
    bottom: 14%;
    max-width: 550px;
  }
}
.v-center img {
  width: 100%;
  height: auto;
}
.v-center .derouler span i {
  font-size: 48px;
}
.v-center h1,
.v-center h2 {
  display: none;
}

.v-center-title {
  position: absolute;
  top: 70%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 999;
}
.v-center-title img {
  width: 80%;
  max-width: 400px;
}

@media only screen and (min-width: 480px) {
  .v-center .derouler {
    display: block;
    /* padding: 60px 20px; */
    /*background: url(../images/feuille-saule-index.png) right bottom no-repeat;*/
  }
  /* .v-center-title {
    top: 30%;
    z-index: 0;
  } */
}

@media screen and (min-width: 768px) {
  .main-intro,
  .main-intro .parallax.mario {
    background-attachment: fixed;
  }
  .main-intro .jp-audio {
    padding: 0 0 0 15px;
  }
  .main-intro .jp-audio.jp-state-playing {
    background: url(../images/music_eq.gif) left center no-repeat;
  }
  .main-intro .jp-audio .title {
    font-size: 1.4em;
  }
  .main-intro .jp-audio {
    left: 5%;
  }
  .main-intro .nav-social {
    right: 5%;
  }
}

@media only screen and (min-width: 992px) {
  .v-center-title img {
		-webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
	}
}

/* @media only screen and (min-width: 1200px) {
  .v-center-title {
    top: 30%;
    z-index: 0;
  }
} */

/* ----- Paroles ------------------------------------------------------------ */

#quotes_index {
  text-align: center;
  background: url(../images/bck/index-feuilles.jpg) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.quote_list {
  position: relative;
}
#skrollr-body {
  width: 225px;
  height: 225px;
  margin: 0 auto;
  background: url(../images/bck/index-quotes.png) no-repeat;
  background-size: 100%;
}
.quote {
  width: 100%;
  /*left: 50%;
    margin-left: -112px;
    width: 225px;*/
  height: 225px;
  font-size: 1.5em;
  letter-spacing: 3px;
  line-height: 0.9em;
  text-align: center;
  color: #000;
}
.quote span {
  display: block;
  text-transform: uppercase;
}
.quote-1 {
  margin-top: 2.5em;
}
.quote-1 .line1 {
  font-size: 1em;
}
.quote-1 .line1 em {
  font-family: "ITCGaramondStd-LtIta";
  font-style: none;
  text-transform: none;
}
.quote-1 .line2 {
  margin: 0.5em 0 1em 0;
  font-size: 0.7em;
  line-height: 1em;
}
.quote-1 .line3 {
  font-size: 2em;
  font-family: "Marlene Stencil Light 3", Georgia, serif;
}
.quote-2 {
  margin-top: 3em;
}
.quote-2 .line1 {
  font-size: 1em;
}
.quote-2 .line2 {
  margin: 0.1em 0 0 0.3em;
  font-size: 1.8em;
  line-height: 0.8em;
  font-family: "Marlene Stencil Light 3", Georgia, serif;
  letter-spacing: 0.3em;
}
.quote-2 .line3 {
  font-size: 0.9em;
  font-family: "ITCGaramondStd-LtIta";
  text-transform: none;
}
.quote-3 {
  margin-top: 2.2em;
}
.quote-3 .line1 {
  font-size: 0.9em;
  text-transform: none;
  font-family: "ITCGaramondStd-LtIta";
}
.quote-3 .line2 {
  margin: 0.1em 0;
  font-size: 1.6em;
  line-height: 0.8em;
  font-family: "Marlene Stencil Light 3", Georgia, serif;
  letter-spacing: 0.2em;
}
.quote-3 .line3 {
  font-size: 0.9em;
}
.quote-3 .line4 {
  margin: 0.1em 0 0 0;
  font-family: "ITCGaramondStd-LtIta";
  font-size: 1.5em;
  text-transform: none;
}

@media only screen and (min-width: 480px) {
  #quotes_index {
    /*height: 320px;*/
    background-attachment: fixed;
  }
  #skrollr-body {
    width: 320px;
    height: 320px;
  }
  .quote {
    /*margin-left: -160px;
        width: 320px;*/
    height: 320px;
    font-size: 2.2em;
    letter-spacing: 5px;
  }
}

@media only screen and (min-width: 768px) {
  #quotes_index {
    /*height: 600px;*/
  }
  #skrollr-body {
    width: 600px;
    height: 600px;
  }
  .quote {
    height: 600px;
    font-size: 4em;
    letter-spacing: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .quote {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* ----- Nouvelles ---------------------------------------------------------- */

#news_index {
  padding: 50px 0;
  text-align: center;
  background: #6d0617;
  background: -webkit-radial-gradient(circle, rgb(108, 7, 23), rgb(38, 3, 7));
  background: radial-gradient(circle, rgb(108, 7, 23), rgb(38, 3, 7));
}
#news_index_list {
  text-align: left;
}
.news_index_list_container {
  padding: 40px 0;
  margin: 0 0 50px 0;
  /*background: rgba(0,0,0,0.5);*/
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media only screen and (min-width: 768px) {
  #news_index {
    padding: 100px 0;
    background-color: #171d2b;
  }
  /*background: url(../images/bck/index-nouvelles.jpg) center no-repeat #335642 fixed;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;*/
}

.button.index.white {
  padding: 0;
  background: none;
}
.button.index.white .inner-btn {
  display: block;
  margin: 4px;
  padding: 10px 25px;
  font-size: 1.2em;
  font-weight: normal;
  background: #fff;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.button.index.white:hover .inner-btn {
  background: #353535;
}
.button.index.white .inner-btn em {
  display: block;
  font-style: normal;
  line-height: 0.9em;
  font-family: "ITCGaramondStd-LtIta";
  text-transform: lowercase;
}
.button.index.white .inner-btn strong {
  display: block;
  font-size: 1.5em;
  line-height: 0.9em;
  font-weight: normal;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.button.index.white .inner-btn span {
  display: block;
  font-size: 0.7em;
  line-height: 0.9em;
  letter-spacing: 4px;
}
.button.index.white:hover .inner-btn {
  color: #fff;
  background: #000;
}

@media only screen and (min-width: 768px) {
  .button.index.white .inner-btn {
    font-size: 2em;
  }
}

/* ----- Événements --------------------------------------------------------- */

#events_index {
  background: linear-gradient(250deg, #111729 15%, #05070E 75%);
}

@media only screen and (min-width: 768px) {
  #events_index {
    padding: 48px 0;
    /* background: url(../images/bck/index-events-agnusdei.jpg) center no-repeat #000 fixed;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
        -moz-background-size: cover; */
  }
  #events_index h2 {
    color: #fff;
  }
  #events_index > h2 span:after,
  #events_index > h2 span:before {
    background: #fff;
  }
}

/* ----- Vidéo (spécial) ---------------------------------------------------- */

#video_index {
  padding: 15px 0;
  background: #000;
}

/*#video_index p:first-child {
	margin-bottom: 4em;
}*/

#video_index #featured-video {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

@media only screen and (min-width: 768px) {
  #video_index {
    padding: 75px 0;
  }
}

/* ----- Twitter ------------------------------------------------------------ */

#tweet_index {
  text-align: center;
  color: #fff;
  background: url(../images/bck/intro-background.jpg) center no-repeat #335642;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.tweet_index_container {
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.75);
}
#tweet_index h2 {
  margin: 0;
  font-size: 3em;
}
#myTweet {
  padding: 20px 5%;
  font-size: 1.2em;
  font-family: "ITCGaramondStd-LtIta";
  z-index: 4;
}
#myTweet ul {
  margin: 0;
  padding: 0;
}
#myTweet ul li {
  list-style-type: none;
}
#myTweet a {
  color: #c3121c;
}
#myTweet p {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
p.user,
p.timePosted,
p.interact {
  display: none;
}

#tweet_index .button {
  padding: 0;
  background: none;
}
#tweet_index .button .inner-btn {
  display: block;
  margin: 3px;
  padding: 10px 25px;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: normal;
  background: #fff;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
#tweet_index .button:hover .inner-btn {
  background: #000;
}
#tweet_index .button .inner-btn em {
  display: block;
  font-family: "ITCGaramondStd-LtIta";
  font-size: 1.5em;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: none;
}
#tweet_index .button .inner-btn strong {
  display: block;
  margin: -0.3em 0 0.3em 0;
  font-weight: normal;
  font-size: 0.8em;
}
#tweet_index .button .inner-btn span {
  font-size: 2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .tweet_index_container {
    padding: 100px 0;
  }
  #myTweet {
    padding: 25px 40px;
    font-size: 2em;
  }
}

/* ----- Promo Album -------------------------------------------------------- */

.section-latest-album {
  padding: 50px 0;
  background: #000; /* Old browsers */
  background: -webkit-linear-gradient(
    top,
    #280000 0%,
    #000 100%
  ); /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #280000 0%, #000 100%); /* W3C */
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

.promo-album-aznavour {
  padding: 1rem;
}

.promo-album-aznavour {
  text-align: center;
}

.promo-album-aznavour .album-cover {
  padding: 2rem;
}

.promo-album-aznavour .album-cover img {
  width: 100%;
  max-width: 600px;
  box-shadow: 10px 8px 20px rgba(40, 0, 0, 1);
}

.promo-album-aznavour .album-details {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
}

.promo-album-aznavour .album-details p > * {
  display: block;
  margin: -0.25em 0;
  letter-spacing: 0.05em;
}

.promo-album-aznavour .album-details span {
  font-family: "ITCGaramondStd-LtIta";
  font-weight: 700;
  letter-spacing: 2px;
}

.promo-album-aznavour .album-details em {
  text-transform: lowercase;
}

#promo_index {
  padding: 50px 0;
  /*background: url(../images/bck/index-feuilles2.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;*/
  border-bottom: 1px solid #d4d4d4;
}
#promo_index h2 {
  color: #333;
}
.promo-album {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.promo-album img {
  width: 50%;
  height: auto;
}
.promo-album .promo-album-data {
  /* max-width: 500px; */
  /* margin: 0 auto; */
  /*margin: 0 4em;*/
  min-width: 50%;
  font-size: 0.8em;
  text-align: center;
}
.promo-album .promo-album-data .album-details {
  /*width: 60%;
	max-width: 250px;
	margin: 0 auto;*/
  font-size: 2em;
  text-align: center;
  line-height: 1.2;
  color: #000;
}
.promo-album .promo-album-data .album-details img {
  margin: 0 0 20px 0;
}
.promo-album .promo-album-data .album-details strong {
  font-weight: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.promo-album .promo-album-data .album-details em {
  display: block;
  margin-right: 0.1em;
  font-family: "ITCGaramondStd-LtIta";
  font-style: normal;
  font-size: 1.35em;
  line-height: 0.8em;
  text-transform: uppercase;
}
.promo-album .promo-album-data .album-details > span {
  font-family: "ITCGaramondStd-LtIta";
  font-size: 1em;
}
.album-buy {
  margin-top: 0.25em;
}
.album-buy .button {
  margin: 0 2%;
  padding: 0;
  width: 75%;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border-color: #353535;
  background: none;
  white-space: normal;
}
.album-buy .button .inner-btn {
  display: block;
  margin: 2px;
  padding: 10px 0;
  font-family: "ITCGaramondStd-LtIta";
  letter-spacing: 2px;
  background: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.album-buy .button:hover .inner-btn {
  color: #000;
  background: #fff;
}
.album-buy .button .inner-btn strong {
  display: block;
  font-weight: normal;
  text-transform: none;
}

@media only screen and (min-width: 480px) {
  /*#promo_index {
		background-attachment: fixed;
	}
	.promo-album .promo-album-data {
		font-size: 1em;
	}*/
}

@media only screen and (min-width: 992px) {
  .promo-album {
    width: 50%;
    float: left;
  }

  .promo-album-aznavour {
    display: flex;
    align-items: center;
    padding: 2rem;
  }

  .promo-album-aznavour > div {
    flex: 0 0 50%;
  }

  .promo-album-aznavour .album-details p {
    font-size: 2.5rem;
  }
  /*.promo-album {
		position: relative;
		background: url(../images/album-3d-unhommequivousressemble.png) no-repeat;
		background-size: contain;
		-webkit-background-size: contain;
		-o-background-size: contain;
		-moz-background-size: contain;
	}
	.promo-album > img {
		width: 60%;
		float: left;
	}
	.promo-album .promo-album-data {
		float: left;
		width: 25%;
		margin: 0 0 0 -3%;
		font-size: 0.8em;
	}
	.promo-album .promo-album-data .album-details {
		width: 100%;
    }*/
}

@media only screen and (min-width: 1200px) {
  /*.promo-album {
		width: 980px;
		margin: 0 auto;
	}
	.promo-album .promo-album-data {
		font-size: 1em;
	}*/
}
