
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* Fin normalize */

/* ------------------------------------------
  GLOBAL STYLES
--------------------------------------------- */
html {
	height: 100%;
	margin:0;
	padding:0
}
/* Switching box model for all elements */
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #000;
	background:#EDEDED;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
}



a:active,
a:hover {
	outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 3;
	width: 100%;
	left: 0;
	top: 0;
}

.logo-top {
	float: left;
	font-weight:400;
	font-size:36px;
    padding:6px 0 0 0;
}
.logo-top a {
	color:#fff;
	text-decoration:none;
}
.logo-top a:hover {
	color:#ffb148;
}


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 5px 20px 0 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.logo-top {
	margin: 0 0 0 20px;
}

@media screen and (min-width: 54em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  .logo-top {
	margin: 5px 0 0 20px;
}
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 54em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}

/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 54em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 54em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  padding: 0.7em 1em;
  font-size:20px;
  font-weight:600;
  color: #fff;
  width: 100%;
  float: left;
}
.nav-collapse a:hover {
  color: #ffb148;
}
.nav-collapse a:active,
.nav-collapse .active a {
  color:#ffb148;
}

@media screen and (min-width: 54em) {
  .nav-collapse a {
    padding: 20px 15px;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 54em) {
  .nav-collapse ul ul a {
    display: none;
  }
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}


/* ------------------------------------------
  ACCUEIL
--------------------------------------------- */

#home {
	padding-top:68px;

}
.bio {
	max-width: 800px;
	width:90%;
	margin:50px auto;
}
.bio p {
	text-align: justify;
}
.biocitation {
	margin: 10px 20px 30px 20px;
	padding: 0;
	font-size: 18px;
	font-style: italic;
}
.biopict {
	width:200px;
	margin: 0 auto;
}
.biopict img {
	width:100%;
	height:auto;
	border-radius: 50%;
}


/* ------------------------------------------
  COMMUN
--------------------------------------------- */


.titre-1 {
	font-size:36px;
	font-weight:400;
	color: #454545;
	letter-spacing:4px;
	text-align:center;
	margin: 0;
}
.titre-2 {
	font-size:28px;
	font-weight:400;
	color: #454545;
	letter-spacing:1px;
	text-align:center;
	margin: 10px 0 0 0;
}
.soustitre-1 {
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:6px;
	margin: 0 0 15px 0;
}
.soustitre-2 {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:6px;
	margin: 0 0 25px 0;
}



/* ------------------------------------------
  MUSIC
--------------------------------------------- */


#music {
	padding: 80px 0 60px 0;
}

.music-copyright {
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	color:#828282;
	text-align:center;
	margin: 15px 5px 30px 5px;
}


#soundcloud {
	width:100%;
	max-width:800px;
	margin: 0 auto;
}


/* ------------------------------------------
  VIDEO
--------------------------------------------- */

#video {
	min-height:980px;
	padding: 80px 0 60px 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videolyam {
    margin: 30px auto;
    max-width: 80%;
}


/* ------------------------------------------
  photo-transition1
--------------------------------------------- */


#photo-transition1 {
	width: 100%;
	height: 800px;
	position: relative;
	overflow: hidden;
	background-image: url(../img/background1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	margin: 0 auto;
}


/* ------------------------------------------
  CONTACT
--------------------------------------------- */



#contact {
	min-height: 600px;
	padding: 80px 0 60px 0;
}
.contacttitre {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	margin: 60px 0 10px 0;
}

.mailcontact {
	text-align:center;
	font-size:24px;
}
.mailcontact a {
	color:#4B4B4B;text-decoration: none;
}
.mailcontact a:hover {
	color:#000;
}
.social {
	text-align:center;
}
.social ul {
	list-style:none;
	padding:0;
}
.social li {
	display:inline;
	margin: 10px;
}
.social a img {
	opacity:0.6;
}
.social a:hover img {
	opacity:1;
}
.lienzic {
    text-align: center;
}
.lienzic ul {
    list-style: none;
    padding: 0;
    margin:0;
}
.lienzic li {
    padding: 0;
    margin:10px 0;
}
.lienzic a {
    color:#000;
    font-size: 24px;
    text-decoration: none;
}
.lienzic a:hover {
    text-decoration: underline;
}


/* ------------------------------------------
  FOOTER
--------------------------------------------- */


footer {
	background-color:#1b1b1b;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	color:#8d8d8d;
	padding: 15px 0 40px 0;
}
.logo-footer {
    font-size: 32px;
    font-weight: 100;
	margin: 20px 0 0 0;
}
.logo-footer2 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 6px;
	margin: 0px 0 50px 0;
}
#bt-haut a img {
	opacity:0.5;
}
#bt-haut a:hover img {
	opacity:1;
}
footer a {
	color:#8d8d8d;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
}




/* ------------------------------------------
  RESPONSIVE
--------------------------------------------- */


@media screen and (max-width: 1180px) {

.band-profil {
	margin: 20px 20px;
}

}



@media screen and (max-width: 1000px) {
	
.band-profil {
	margin: 20px 10px;
}
	
}


@media screen and (max-width: 900px) {
	
.band-profil {
	width:100%;
	margin: 20px 0;
}

}


@media screen and (max-width: 767px) {


#band-bio {
	width:88%;
}
#photo-transition1 {
	height: 500px;
	background-attachment: scroll;
}

}


@media screen and (max-width: 400px) {




}