@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #3e9e9f;
}
h2 {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: uppercase;
}
br.break {
  display: none;
}
.nonmixe {
  font-style: italic;
  font-size: 22px;
  display: block;
  text-transform: none;
  font-weight: 400;
  color: #106263;
}
.partie {
  padding: 90px 0 80px;
}
.wrapper {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
#bio, #videos {
  background-color: #3e9e9f;
}
#audios, #photos {
  background-color: #57a9aa;
}
/*____________________________________________________ HEADER */
#header {
  height: 700px;
  background-image: url(../imgs/photo-header2.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: #57a9aa;
}
#header h1 {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
  background-color: rgba(9,61,68,0.65);
  text-transform: uppercase;
}
#header h1 img {
  width: 650px;
  height: auto;
}
#header h1 span {
  font-size: 1.3em;
}
#header h1 sup {
  font-size: 0.5em;
}
/*____________________________________________________ MENU cf-AnaZ */
#menu, #navigation {
  font-family: 'Playfair Display', serif;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
#menu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 101;
  color: #ffffff;
  background-color: rgba(9,61,68,0.95);
}
#menu .wrapper {
  width: 100%;
}
#navigation {
  width: 100%;
  position: absolute;
}
#navigation ul {
  padding: 0;
  margin: 0;
}
#navigation ul li {
  display: inline-block;
  list-style-type: none;
}
#navigation ul li a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px 0 8px;
  color: #ffffff;
}
#navigation ul li a:hover {
  color: #9FC8B5;
}
#navigation ul li::after {
  content: "•";
}
#navigation ul li:last-child::after {
  content: "";
}
/*_____________ Icon Hamburger */
#nav-icon {
  display: none;
  width: 30px;
  height: 70px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 18px;
}
#nav-icon span:nth-child(2) {
  top: 29px;
}
#nav-icon span:nth-child(3) {
  top: 39px;
}
#nav-icon.open span:nth-child(1) {
  top: 29px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon.open span:nth-child(3) {
  top: 29px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*____________________________________________________ AUDIO */
#audios {
  text-align: center;
  color: #646c7a;
  font-size: 24px;
}
#audios h2 {
  font-size: 24px;
}
#audios h2 .nonmixe {
  font-style: italic;
  font-size: 22px;
  display: block;
  text-transform: none;
  font-weight: 400;
  color: #4CBD91;
}
#cover, #audiosTxt {
  display: inline-block;
  width: 47%;
  margin: 0 3% 0 0;
  vertical-align: middle;
}
#audiosTxt {
 margin: 0 0 0 0;
}
#audiosTxt a {
  
}
#cover img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0;
}
#audiosTxt img {
  width: 100%;
  height: auto;
  max-width: 450px;
  margin: 0 auto;
}
#audioWrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#audioWrapper audio {
  width: 100%;
}
.mejs__container {
  /*couleur fond mediaplayer */
  background: #0A5F60;
}
#playlist {
  list-style-type: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 16px;
}
#playlist .active a {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  font-weight: 700;
}
#playlist li a {
  color: #ffffff;
  background-color: rgba(0,0,0,0.25);
  padding: 10px;
  margin: 1px 0;
  display: block;
  text-decoration: none;
}
#playlist li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0,0,0,0.4);
}
#playlist li.mentions {
  color: #A58802;
  line-height: 30px;
  font-size: 12px;
}
/*____________________________________________________ VIDEO */
#videos {
  display: block;
  text-align: center;
}
#videos h2 {
  margin-bottom: 10px;
  line-height: 30px;
}
#videos h2 span {
  font-weight: 400;
}
#videos h2 span:nth-child(3) {
  font-weight: 400;
  font-size: 26px;
}
/*#videos a {
  display: inline-block;
  height: auto;
  width: 98%;
  margin-right: 3%;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
}
#videos a:nth-child(2n+1) {
  margin-right: 0;
}
#videos img {
  height: auto;
  width: 100%;
  vertical-align: middle;Delete 3px bottom marge 
}*/
/*#videos a span {
  position: relative;
  width: 100%;
  border: 3px solid #ffffff;
  display: inline-block;
  margin-bottom: 10px;
}*/
.btn-play-corner {
  position: absolute;
  border: 0!important;
  bottom: 0;
  right: 0;
  width: 60px!important;
  height: auto;
}
#video1 {
  width:100%;
	max-width: 800px;
	margin: 0 auto 10px;
}
#video1 video {
  outline: 3px solid #fff;
}
/* video youtube --------------*/
#videoYoutube .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#videoYoutube .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* --------------/video youtube */
/*___
/*____________________________________________________ BIO */
#bio {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
#bio p {
  margin-bottom: 20px;
  font-weight: 400;
}
#bio p:last-child {
  margin-bottom: 0;
}
#bio strong {
  font-weight: 700;
}
#bio .txt-important {
  font-size: 24px;
  line-height: 30px;
}
/*____________________________________________________ PHOTOS */
#photos {
  text-align: center;
}
#photos a img {
  width: 30%;
  height: auto;
  display: inline-block;
  margin: 1% 2% 0 0;
  border: 3px solid #fff;
}
#photos a:nth-child(3) img {
  margin: 1% 0 0 0;
}
/*____________________________________________________ CONCERTS */
#concerts {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
}
.date strong {
  color: #D1B541;
}
.date img {
  vertical-align: middle;
}
/*____________________________________________________ Footer */
#footer {
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 11px;
  background-color: #000000;
  padding: 30px 0 30px;
  text-align: center;
  line-height: 14px;
  color: rgba(255,255,255,0.30);
}
#footer p {
  margin: 0 0 0 0;
}
#footer p#footLogo {
  margin: 0 0 0 0;
  opacity: 0.5;
}
#footer p#footLogo img {
  width: 38px;
  height: auto;
  vertical-align: middle;
}
#footer a {
  color: rgba(255,255,255,0.35);
}
#footer a:hover {
  color: rgba(255,255,255,0.55);
}
#footer p#credits {
  margin-top:15px;
}

/*--------------------------------------------------
------------------------------------------- 1280px
--------------------------------------------------*/
@media screen and (max-width : 1280px) {
#header {
  height: 650px;
}
}

/*--------------------------------------------------
------------------------------------------- 1000px
--------------------------------------------------*/
@media screen and (max-width : 1000px) {
#header {
  height: 600px;
}
}

/*--------------------------------------------------
------------------------------------------- 880px;
--------------------------------------------------*/
@media screen and (max-width : 880px) {
#header {
  height: 550px;
  background-position: 50% 50%;
}
.wrapper {
  width: 90%;
}
#header h1 img {
  width: 580px;
}
#audiosTxt h2 {
  font-size:22px;
  line-height:26px;
}
br.break {
  display: inline-block;
}
h2 {
  font-size: 30px;
}
#bio .p-50 {
  width: 95%;
  margin-bottom: 0;
}
}

/*--------------------------------------------------
------------------------------------------- 640px
--------------------------------------------------*/
@media screen and (max-width : 640px) {
#header {
  height: 480px;
  background-position: 50% 50%;
}
#header h1 {
  line-height:28px;
    font-size:26px;
}
#header h1 img {
  width: 480px;
}
#bio {
  font-size: 13px;
  line-height: 20px;
}
#bio .txt-important {
  font-size: 22px;
  line-height: 28px;
}
#cover, #audiosTxt {
  width: 75%;
}
#audiosTxt img {
  margin-top: 10px;
}
#audiosTxt {
  margin-top: 20px;
}
  #audiosTxt h2 {
    font-size:24px;
  }
#photos a img {
  width: 45%;
}
#photos a:nth-child(2) img {
  margin: 1% 0 0 0;
}
/* _____ Début Menu et Hamburger */
#navigation {
  display: none;
  opacity: 0;
  top: 60px;
  right: 0;
  width: 100%;
  height: auto;
  background-color: rgba(9,61,68,0.95);
}
#navigation ul {
  float: inherit;
  padding: 0;
}
#navigation ul li {
  display: block;
  line-height: 50px!important;
  border-top: 1px solid rgba(255,255,255,0.20);
}
#navigation ul li a {
  width: 100%;
  margin: 0;
}
#navigation ul li::after, #navigation ul li:last-child::after {
  content: "";
}
#nav-icon {
  display: block;
}
/* _____ Fin Menu et Hamburger */
}

/*--------------------------------------------------
------------------------------------------- 500px
--------------------------------------------------*/
@media screen and (max-width : 500px) {
#header {
  height: 430px;
  background-position: 50% 50%;
}
#header h1 {
  font-size:24px;
  line-height:26px;
}
#header h1 img {
  width: 300px;
}
#audios h2 {
  font-size: 22px;
}
br.break {
  display: none;
}
#cover, #audiosTxt {
  width: 95%;
}
#playlist li a {
  padding: 8px;
  font-size: 14px;
}
  #audiosTxt h2 {
    font-size:22px;
  }
h2 {
  font-size: 24px;
}
#bio {
  font-size: 12px;
  line-height: 18px;
}
#bio .txt-important {
  font-size: 20px;
  line-height: 26px;
}
#photos a img {
  width: 80%;
  margin:0 0 2% 0!important;
}
}

/*--------------------------------------------------
------------------------------------------- 320px
--------------------------------------------------*/
@media screen and (max-width : 320px) {
body {
  width: 320px;
}
.wrapper {
  width: 90%;
}
#menu .wrapper {
  width: 100%;
}
#header {
  height: 400px;
}
#bio {
  font-size: 12px;
  line-height: 18px;
}
#dates p {
  line-height: 35px;
  font-size: 10px;
}
#dates p strong {
  font-size: 11px;
}
}
