/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);*/
@import url(https://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400&display=swap);
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');


/***********************/
/*       General       */
/***********************/


/*div {
  border: 1px solid red; !important
}*/



* {
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 960px;
  min-height: 100px;
  padding: 0;
  margin: 0;
  
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #EEE;
  
  background-color: #15161c;
  /*transition: background 2s, color 2s;*/
}

a {
  color: inherit;
}

.wrapper {
  width: 860px;
  margin: 0 auto;
  display: block;
}

.cb {
  clear: both;
}



/********************/
/*       Home       */
/********************/



.wrapperhome {
  position: absolute;
  margin-top: 0;
  margin-left: -220px;
  width: 440px;
  top: 50%;
  left: 50%;

  text-align: center;
}

.homePannel {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 440px;
  height: 64px;

  user-select: none;
  cursor: pointer;
  /*transition: transform .2s;*/
}

.homeTitle {
  display: block;
  position: absolute;
  left: 90px;
  top: 0;
  bottom: 0;
  width: 260px;

  /*font-family: "Roboto", sans-serif;*/
  color: #EEE;
  font-weight: 900;
  font-size: 26px;
  line-height: 50px;
  letter-spacing: .7px;
  white-space: nowrap;
  text-align: left;
}

.homeSubtitle {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;

  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: left;

  opacity: 0.4;
}

.homeLogo {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 85px;
  height: 85px;

  background: url("/img/logo.png");
  background-size: 85px 85px;
  background-repeat: no-repeat;
  background-position: 0;

  transition: all .2s;
}

.homePannel:hover .homeLogo {
  transform: scale(0.9);
}

.homeLanguages {
  margin-top: 40px;
  word-spacing: 40px;
  user-select: none;
}

.homeLanguage {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0.5;
}

.homeLanguage:hover {
  opacity: 1;
}



/***********************/
/*       Headers       */
/***********************/



.headers {
  position: relative;
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 74px;
}

.headersLogo {
  display: block;
  position: absolute;
  left: 0;
  top: 47px;
  width: 60px;
  height: 60px;

  background: url("/img/logo.png");
  background-size: 60px 60px;
  background-position: -2px;
  border: 2px solid #000;
  opacity: 0.3;
}

.headersTitle {
  margin-top: 20px;

  /*font-family: "Roboto", sans-serif;*/
  font-weight: 900;
  font-size: 25px;
  letter-spacing: .7px;
  white-space: nowrap;
  user-select: none;
}

.headersTitleLink {
  text-decoration: none;
}

/*.headersTitleLink:hover {
  opacity: 0.5;
}*/

.headersLanguages {
  position: absolute;
  display: block;
  top: 24px;
  right: 0;

  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  word-spacing: 10px;

  user-select: none;
}

.headersLanguage {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0.3;
}

.headersLanguage:hover {
  opacity: 0.6;
}

.navbar {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 4px;

  font-size: 15px;
  font-weight: 400;
  word-spacing: 0;

  user-select: none;
}

.navbarLink {
  margin-right: 22px;

  text-decoration: none;
  opacity: 0.5;
}

.navbarLink.active {
  opacity: 0.3 !important;
  cursor: default;
}

.navbarLink:hover {
  opacity: 0.3;
}



/*******************/
/*       Bio       */
/*******************/



.wrapperbio {
  font-size: 13px;
}

.bioContent {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}

.bioPhoto {
  position: absolute;
  display: block;
  width: 430px;
  height: 521px;
  top: 0;
  left: 0;

  background: url("/img/bioPhoto.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bioParagraph {
  position: absolute;
  display: block;
  width: 400px;
  margin: 0;
  top: 0;
  right: 0;

  text-align: justify;
}

.paragraphLink {
  font-weight: 600;
  text-decoration: none;
}

.paragraphLink:hover {
  text-decoration: underline;
}

.bioPrix {
  position: absolute;
  display: block;
  right: 0;
  top: 316px;
  width: 400px;
}

.bioPrixTitle {
  padding-left: 70px;
  font-weight: 600;
  font-size: 20px;
}

.bioPrixElement {
  width: 400px;
  margin: 15px 0;
}

.bioPrixDate {
  float: left;
  width: 69px;

  font-weight: 700;
}

.bioPrixName {
  text-align: justify;
  font-style: italic;
}

.bioPrixName {
  float: right;
  width: 330px;
}



/***********************/
/*       Contact       */
/***********************/



.wrappercontact {
  font-size: 13px;
}

.contactContent {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}

.contactInfo {
  position: absolute;
  display: block;
  width: 400px;
  margin: 0;
  top: 0;
  left: 0;

  text-align: justify;
}

.contactForm {
  position: absolute;
  display: block;
  width: 300px;
  margin: 0;
  top: 0;
  right: 0;

  text-align: justify;
}

.formButton, .formInput {
  display: block;
  width: 100%;
  padding: 5px;

  font-family: inherit;
  font-weight: 400;
  font-size: 13px;

  appearance: none;
  border: 1px solid #DDD;
  outline: none;
}

.formInput {
  margin-bottom: 0px;

  background-color: #fff;
  border-bottom: none;
}

.formTextarea {
  height: 76px;
  min-height: 76px;
  max-height: 300px;
  resize: vertical;
}

.formButton {
  background-color: #EEE;
  cursor: pointer;
}

.formButton:hover {
  background-color: #DDD;
}

.formButton:active {
  background-color: #CCC;
}

.contactRequis {
  margin-bottom: 16px;

  font-size: 12px;
  text-align: right;
  color: #AAA;
}

.linkBar {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.linkBarEmail {
  background: url("/img/email.png");
}

.linkBarFacebook {
  background: url("/img/facebook.png");
}

.linkBarLinkedin {
  background: url("/img/linkedin.png");
}

.linkBarYoutube {
  background: url("/img/youtube.png");
}

.linkBarSoundcloud {
  background: url("/img/soundcloud.png");
}

.linkBarLink {
  display: block;
  float: left;
  margin-right: 16px;
  width: 32px;
  height: 32px;

  background-size: 32px 96px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.linkBarLink:hover {
  background-position: 0px -32px;
}

.linkBarLink:active {
  background-position: 0px -64px;
}