/* importations des fonts */

@font-face {
  font-family:'FuturaStdLight';
  src:url(../fonts/FuturaStd-Light.otf);
}

@font-face {
  font-family:'FuturaStdLightOb';
  src:url(../fonts/FuturaStd-LightOblique.otf);
}

@font-face {
  font-family:'FuturaStdBold';
  src:url(../fonts/FuturaStd-Bold.otf);
}

@font-face {
  font-family:'FuturaStdBoldOb';
  src:url(../fonts/FuturaStd-BoldOblique.otf);
}

@font-face {
  font-family:'FuturaStdMedium';
  src:url(../fonts/FuturaStd-Medium.otf);
}

#header_arte{
  display:block;
}

#homomachina {
  width:100%; 
  height:100%; 
  margin:0; 
  padding:0;
}



/* propriétés des typographies */
#homomachina p{
  font-family: 'FuturaStdLight';
  font-size: 14px;
  color:white;
  text-align: center;
  line-height: 28px;
}

#homomachina h1 {
  font-family: 'FuturaStdBold';
  font-size: 22px;
  color:white;
  text-align: center;
  letter-spacing : 5px;
}

#homomachina h2 {
  font-family: 'FuturaStdLight';
  font-size: 18px;
  color:white;
  text-align: center;
  letter-spacing : 5px;
}

#homomachina h3 {
  font-family: 'FuturaStdLight';
  font-size: 12px;
  color:white;
  text-align: center;
  letter-spacing : 10px;
}

@media only screen and (max-width: 700px) {
    #homomachina h3 {font-size:14px;}
    #homomachina h2 {font-size:20px;}
    #homomachina h1 {font-size:24px;}
    #homomachina p {font-size:16px;}
}

#homomachina hr {border: 1px solid white;}

#homomachina a {text-decoration: none;}





/* propriétés de la page */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: 'FuturaStd';
  background-color: #29202a;

}

body {
  padding: 0 0;
  background-color: #29202a;
}











      /* ÉLÉMENTS DE LA PAGE */



/* filtre effet papier */
#filter {
  position:fixed;
  width:100%;
  height:100%;
  background-image: url('../img/img/background.jpg');
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  z-index: 30;
  pointer-events: none;
}




/* création du breadcrumb */
.wrapper {
  width:3%;
  height:90%;
  margin-left: 0;
  position:fixed;
  display:flex;
  z-index: 50;
}

@media only screen and (max-width: 768px) {
    .wrapper {display:none;}
}

.line {
  width:1px;
  height:80%;
  background-color: white;
  margin:auto;
  display:flex;
  flex-flow: column wrap;
  justify-content: space-between;
}


.step {
  width:10px;
  height:10px;
  background-color: white;
  border-radius: 50%;
  margin-left: -5px;
}

.step:hover {
  background-color: #29202a;
  -webkit-transition: 0.3s; /* Safari */
  transition: 0.3s;
}



.navigation {
  width:20px;
  height:20px;
  position:fixed;
  margin-left:-10px;
  margin-top:-5px;
  background-image: url('../img/button/item-breadcrumb.svg');
  background-position: center;
  background-size: center;
  z-index: 50;
  -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1); /* Safari */
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}

.where {
  opacity:0;
  width:100px;
  padding:10px;
  margin-left: 30px;
  margin-top: 10px;
  position: absolute;
  background-color: white;
  color:#29202a;
  font-family: 'FuturaStdLight';
  font-size: 10px;
  text-align: center;
  -webkit-transition: 0.3s; /* Safari */
  transition: 0.3s;
}

.step:hover .where {opacity:1; margin-top: -5px;}






/* éléments de parallaxe */
.parallax {
  width:100%;
  height:65%;
  background-color: #29202a;
  position: relative;
  }


.plans {
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  }

#plan1 {
  margin: 0% 0% 30% 0%;
  width:65%;
  margin-left: 17.5%;
  margin-top: 0px;
  z-index: 3;
  }

#plan2 {
  margin: 0% 0% 30% 0%;
  width:65%;
  margin-left: 17.5%;
  margin-top: 0px;
  z-index: 2;
  }

#plan3 {
  margin: 0% 0% 30% 0%;
  width:65%;
  margin-left: 17.5%;
  margin-top: 0px;
  z-index: 2;
  }

#plan4 {
  margin: 0% 0% 30% 0%;
  width:65%;
  margin-left: 17.5%;
  margin-top: 0px;
  z-index: 0;
  opacity:0.8;
  }


/* en version ipad / mobile */

@media only screen and (max-width: 1024px) {
    .parallax {display:none;}
}






/* bloc réseaux hp */
#reseaux {
  width:3%;
  top:15%;
  margin-left: 95%;
  position:fixed;
  z-index: 50;
}

#reseaux img {width:100%;opacity:0.5; -webkit-transition: 0.3s; transition: 0.3s;}
#reseaux img:hover {opacity:1;}

@media only screen and (max-width: 700px) {
    #reseaux {width:10%; margin-left: 90%;}
}


#artworks-link {
  width:220px;
  height:50px;
  position:fixed;
  bottom:0; right:0;
  background-image:url('../img/button/icon-illu.svg');
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s; /* Safari */
  transition: 0.3s;
  z-index: 20;
}

#artworks-link:hover {background-image:url('../img/button/icon-illu-hover.svg');}


.text-illu {
  font-family: 'FuturaStdBold';
  text-align: right;
  font-size: 12px;
  font-style: bold;
  color:white;
  margin-right: 10px;
  margin-top: 15px;
  line-height: 15px;
  -webkit-transition: 0.3s; /* Safari */
  transition: 0.3s;
}
.text-illu:hover {color:#ffce76;}






/* homepage : premier écran */
#screen-one {
  width:100%;
  height:100%;
  background-color: #29202a;
}

@media only screen and (max-width: 1024px) {
    #screen-one {height:auto;}
}



/* bloc titre */

#title {
  padding-bottom:30px;
  padding-top: 0px;
  padding-left: 20%;
  padding-right: 20%;
  z-index: 20;
  background-color: #29202a;
}

#title h3 {margin-top:10px;margin-bottom:10px;}

#title img {width:20%; margin-left:5px; margin-top: -20px;float:left;}

@media only screen and (max-width: 900px) {
    #title {padding:10%; background-color:#29202a;}
}





/* background du titre */
.imgfixe {
  width:100%;
  height:100%;
  background-image: url('../img/img/HM-test-bg1.png');
  background-size: cover;
  background-position: center;
  position:fixed;
  margin:0;
  padding:0;
  z-index: -10;
}





/* bloc vidéo/img */
#univers {
  width:100%;
  height:70%;
  padding:0px;
  margin:0;
  z-index: -10;
  background-image: url('../img/img/img01.jpg');
  background-size: cover;
  background-position: center;
}

#video-teaser {
  width:100%;
  height:90%;
  min-height: 400px;
  
  padding-top: 50px;
  padding-bottom: 50px;

  margin:0;
  background: radial-gradient(circle, #eacd8d, #d69b5e);
}

#video-teaser-alt{
  min-width: 600px;
  width:60%;

  margin:auto;
  padding-top:50px;
  padding-bottom:50px;
}

#video-teaser-alt iframe {
  width:100%;
  height:100%;
  min-height: 400px;
  display: block;
  margin:auto;
  border:none;
  border-style: solid;
  border-width: 2px;
  border-color:#333;
}

.yellow-background
{
  background: radial-gradient(circle, #eacd8d, #d69b5e);
}

  @media only screen and (max-width: 900px) {
      #video-teaser {height:40%; padding-top: 20px; padding-bottom: 20px;}
      #video-teaser iframe {width:100%; height:100%;margin-left: 0;}
  }




/* 1er bloc texte */

#text1 {
  padding-left:24%;
  padding-right:24%;
  padding-bottom:1px;
  padding-top:50px;
  background-color: #29202a;
  margin:0;
  padding-bottom: 30px;
}
#text1 p{
  color:#29202a;
}
#text1 h2{
  color:#29202a;
  font-weight: bold;
}

#text1 img {width:7%; margin-left:46.5%;}

@media only screen and (max-width: 900px) {
  #text1 img {width:20%; margin-left:40%;}
  #text1 {padding-left: 20%; padding-right:20%;}
}


.festival {background-color: #29202a; padding-bottom: 30px; margin-top: 30px;}
.festival h2 {margin:0;}
.festival img {
  width:50%;
  margin-left: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: 0.3s; /* Safari */
  transition: 0.3s;
  }
.festival img:hover {width:51%;margin-left:24.5%;}

@media only screen and (max-width: 900px) {
  .festival img {width:90%; margin-left:5%;}
}




/* 2eme bloc texte */

#text2 {
  padding-left:30%;
  padding-right:30%;
  padding-bottom:50px;
  padding-top:50px;
  background-color: #29202a;
  margin:0;
}

#text2 img {width:20%; margin-left:40%;}


@media only screen and (max-width: 700px) {
    #text2 img {width:30%; margin-left:35%;}
    #text2 {padding:20%;}
}


.button-FK {
    flex:1 0 0%;
    border: 2px solid white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: 'FuturaStdLight';
    -webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;
}

.button-FK:hover {
  color : #473228;
  background-color: white;
}


/* bloc galerie pour Fritz Kahn */
#galery {
  padding:0px;
  margin:0;
}

.dark {background-color: #29202a;}
.light {background: radial-gradient(circle, #eacd8d, #d69b5e);}

.autoplay4 img {
  width:100%;
}


.autoplay3 img {
  width:100%;
}

.autoplay img {width:100%;}
.autoplay-cont {display:inline;}

.img-100 {display:none; float:left;}
.img-100 img {width:100%;}

@media only screen and (max-width: 500px) {
    .autoplay-cont {display:none;}
    .img-100 {display:inline;}
}



/* bloc press kit */
#presskit {
  padding:50px;
  background-color: #d69b5e;
  display:flex;
  flex-wrap :nowrap;
  justify-content: center;
}

.button-presskit {
    flex:1 0 0%;
    border: 2px solid white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'FuturaStdLight';
    -webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;
}

.button-presskit:hover {
  color : #473228;
  background-color: white;
}





/* bloc contact */
#contact {
  padding:0px;
  padding-top:30px;
  padding-bottom:30px;
  background-color: #29202a;
}

#contact p {font-family: 'FuturaStdLightOb'; font-size: 14px; margin-top:20px;}

.imgcontact img {width:5%; margin-left:47.5%;}

@media only screen and (max-width: 700px) {
    .imgcontact img {width:10%; margin-left:45%; margin-top:30px;}
}





/* newsletter / mailchimp */

.wrapper-mail {
    width: 30%;
    margin-left: 35%;
    font-family: 'FuturaStdLight';
    }

@media only screen and (max-width: 1000px) {
    .wrapper-mail {width:80%; margin-left:10%;}
    }


.box {text-align: center;}



input {
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 13px;
    padding: 10px;
    color: #29202a;
    transition: all .15s ease-in;
}

input[type=email] {
    width: 60%;
}

input[type=submit] {
    background-color: #29202a;
    color: #fff;
    border: 1px solid #fff;
}

input[type=submit]::focus {
    border: 1px solid #fff;
}

input:focus {
    border-color: #fff;
    box-shadow: 0px 0px 8px 2px rgba(53, 114, 210, .5);
    outline: none;
}

input::placeholder {
    color: #29202a;
}

#subscribe-result p {
    margin-top: 35px;
}








/* mise en page des logos etc */
.gost {display:inline;}

.contener-flex {
  display:flex;
  flex-wrap :wrap;
  justify-content: center;
}

.item-flex {
  margin:4%;
  flex:1 0 0%;
  opacity:0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-flex img {width:60%; margin-left:20%;}

.item-flex:hover {opacity:1;}

.icon {
  width:50%;
  margin:none;
  float:left;
}
.icon img {width:60%;}




@media only screen and (max-width: 700px) {
    .item-flex {flex: 1 0 0%; opacity:1;}
    .item-flex img {width:90%; margin-left: 5%;}
    .gost {display:none;}
}
