* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border:  0;
  margin:  0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #464646;
}

::-webkit-scrollbar-thumb:hover {
  background: #818181;
}

::-webkit-scrollbar-track {
  background: white;
}

@font-face {
  font-family: "khand";
  src: url("../fonts/khand-medium.woff2") format("woff2"),
       url("../fonts/khand-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;

}

@font-face {
  font-family: "abel";
  src: url("../fonts/abel-regular.woff2") format("woff2"),
       url("../fonts/abel-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  width: 100%;
  height: 100%;
  font-family:"abel";
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  color: #121212;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #464646;
}

em {
  font-family:"BaskervilleMTW01-SmBdIt";
}

em.avenir {
  font-family:'Avenir LT W01_55 Roman';
  font-style: italic;
}


/* helpers */

.alwaysHidden {
  opacity: 0 !important;
  visibility: hidden !important;
}

.loading,
.loading * {
  pointer-events: none !important
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.vertical-center {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-center > div {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}

html,
body,
body > div {
  width: 100%;
  height: 100%;
}

body > div {
  position: absolute;
  top: 0;
  left: 0
}

#home {
  z-index: 100;
  background: #faf5e8;
}

#home__lines{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  z-index: -1;
}

#home__lines > div{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #121212;
  opacity: .05;
}

#home__lines > div:nth-child(1){
  left: 6.39%;
}

#home__lines > div:nth-child(2){
  left: 36.94%;
}

#home__lines > div:nth-child(3){
  left: 67.5%;
}

#home__content{
  position: absolute;
  top: 33.33%;
  left: 34.72%;
}

#home__logo {
  position: absolute;
  top: 14.44%;
  left: 9.03%;
  width: 373px;
  height: 73px;
  display: block;
}

#home__title{
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "khand";
  font-weight: 500;
  font-size: 40px;
  line-height: 1em;
}

#home__title::before{
  content: "";
  display: inline-block;
  height: 1px;
  width: 60px;
  margin-right: 10px;
  background-color: #121212;
}

#home__form {
  width: 360px;
  margin-left: 70px;
}

#home form > input {
  font-size: 15px;
  line-height: 20px;
  font-family: "Abel";
  color: #121212;
}

#home form > input[type=text] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 10px 0 0;
  border-bottom: 1px solid #121212;
  background-color: transparent;
  font-size: 15px;
}

#home form > input:focus {
  outline: none;
}

#home form > input[type=submit] {
  position: relative;
  right: -10px;
  display: block;
  padding: 10px;
  margin-top: 15px;
  float: right;
  background: transparent;
  cursor: pointer;
}

#home__contact{
  position: absolute;
  top: 62.22%;
  left: 65.69%;
}

#home__contact__title{
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "khand";
  font-weight: 500;
  font-size: 40px;
  line-height: 1em;
}

#home__contact__title::before{
  content: "";
  display: inline-block;
  height: 1px;
  width: 60px;
  margin-right: 10px;
  background-color: #121212;
}

#home__contact__phone,
#home__contact__email{
  margin-left: 70px;
}

#home__contact__email{
  margin-top: 10px;
  text-decoration: none;
}

#lecteur {
  display: none;
  z-index: 10;
}

.intro {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  display: none;
}

.intro .text  {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto
}

.intro .text > * {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.intro .text > *:first-child {
  padding: 1em 1.5em 1em 0em;
}

.intro .text > *:first-child + * {
  padding: 1em 0em 1em 1.5em;
}

.intro h1 {
  margin-bottom: 45px;
  font-size: 90px;
  line-height: 90px;
  text-transform: uppercase;
  font-weight: normal;
}

.intro h1 + p {
  color: #818181;
  font-family: "BaskervilleMTW01-SmBdIt";
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.intro p {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 12px;
}

.intro a {
  text-decoration: none;
}

a.soul {
  text-decoration: underline;
}

.intro .text > *:first-child {
 text-align: right;
}


.intro .text > *:first-child + * > p:first-child {
  padding-top: 5px;
}

.liens > a {
  display: block;
  height: 30px;
  margin-bottom: 10px;
  line-height: 32px;
  padding-left: 22px;
  background: url('imgs/dl.svg') no-repeat center left;
  background-size: contain;
}

.liens > a > span {
  position: relative;
}

.liens > a > span:before,
.liens > a > span:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #414141;
  -webkit-transition: width 350ms linear;
  transition: width 350ms linear;
}

.liens > a > span:before {
  left: 50%;
}

.liens > a > span:after {
  right: 50%;
}

.liens > a > span:hover:before,
.liens > a > span:hover:after {
  width: 50%;
}


.diapo {
  z-index: 10;
  width: 100%;
  height: 100%;
  background: white;
  padding: 5%;
}

.diapo > div  {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.diapo > div> div  {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: white
 -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

}

.diapo> div  > div:first-child {
  top: 0;
  left: 0%;

}

.diapo > div > div > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.controles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.controles__arrow{
  position: absolute;
  top: 50%;
  left: 4.51%;
  display: block;
  width: 60px;
  height: 50px;
  margin-top: -25px;
  z-index: 1000;
}

.controles__arrow--next{
  left: auto;
  right: 4.51%;
  transform: scaleX(-1);
}

.controles__arrow__body{
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #121212;
}

.controles__arrow__peak{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

.controles__arrow__peak::before,
.controles__arrow__peak::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 11px;
  height: 1px;
  background-color: #121212;
  transform-origin: left center;
}

.controles__arrow__peak::before{
  transform: rotate(-30deg);
}

.controles__arrow__peak::after{
  transform: rotate(30deg);
}

.error input {
  color: red !important;
}

#lecteur__footer{
  position: absolute;
  bottom: 5%;
  left: 4.51%;
  color: #121212;
}

#lecteur__footer::before{
  content: "";
  display: inline-block;
  height: 1px;
  width: 60px;
  margin-right: 10px;
  background-color: #121212;
}

