@charset "utf-8";
/* CSS Document */

html, body {
  padding:0;
	margin:0;
  width:100%;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
  background-color: #EEEEEE;
}

body {
  position: relative;
  z-index: 0;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

#titleMobile {
  display: none;
}

.parallax-wrapper {
  scroll-behavior: smooth !important;
}

a {
  color:white;
  text-decoration:none;
}

a:hover {
  color:black;
  text-decoration:none;
}

section {
  display:block;
  align-items: center;
  flex-direction: column;
  height:100%;
  width:100%;
  position: relative;
  filter: drop-shadow(0px 0px 7px #101010);
}

#top, #hugo, #hugo2, #hugo3, #hugo4 {
  background: #101010;
}

section .tzine-logo {
  width: 336px;
  height: 121px;
  margin: 0 auto 90px;
  text-indent: -999px;
  overflow: hidden;
  display: block;
}

.home {
  display:flex;
  width:100%;
  height:100%;
  position: relative;
}

.logo {
  display: block;
  z-index:999;
  width:100%;
  height:100%;
  position: absolute;
}

.logoMobile {
  display:none;
}

.logo img {
  width:30%;
  display:block;
  position: relative;
  margin:auto;
  margin-top:13%;
  filter: drop-shadow(0px 0px 7px #000000);
}

#blockLeft {
  display:flex;
  flex-direction: column;
  width:50%;
  height:100%;
  background: #101010;
}

#blockLeft img {
  width:70%;
  text-align: left;
  margin-left: 5%;
  margin-top: 42%;
  color:#ffffff;
  font-family: 'Newake';
  font-weight: bolder;
}

#blockRight {
  display:flex;
  right:0;
  width:50%;
  height:100%;
  overflow: hidden;
  background-color:#101010;
  box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.75);
}

#bandeauMobile {
  display: none;
}

.bandeauVideoMobile {
  display: none;
}

#blockRight video {
  height:100%;
	position:relative;
  opacity: 0.6;
  margin-left:-300px;
}

.parallax-wrapper {
	 perspective: 1px;
	 transform-style: preserve-3d;
	 height: 100vh;
	 overflow-y: scroll;
}

 .background {
	 background-position: center;
	 background-size: cover;
	 display: flex;
	 flex: 1 0 auto;
	 position: relative;
	 z-index: -1;
	 height: 45vh;
	 width: 100vw;
	 justify-content: center;
	 align-items: center;
	 transform: translateZ(-1px) scale(2);
}

.background .title {
  color:white;
}

 .background--spring {
	 background-image: url('../images/bckgrnd1.jpg');
   background-position: top;
}

 .background--summer {
	 background-image: url('../images/bckgrnd2.jpg');
   background-position: center;
}

 .background--fall {
	 background-image: url('../images/bckgrnd3.jpg');
   background-position: top;
}

 .background--winter {
	 background-image: url('../images/bckgrnd4.jpg');
   background-position: top;
}

 .season-desc {
	 z-index: 1;
	 position: relative;
	 background: #282e34;
	 color: white;
	 font-size: 1.1rem;
	 letter-spacing: 2px;
	 line-height: 2em;
	 padding: 3rem;
	 height: 100vh;
	 margin: 0;
	 display: flex;
}

 .season-desc .desc-wrapper {
	 margin: auto;
	 box-sizing: border-box;
}

 .season-desc .season--title {
	 text-align: center;
	 font-size: 4rem;
	 letter-spacing: 5px;
	 text-transform: uppercase;
	 margin: 20px 0;
}

 .season-desc .season--about {
	 margin-top: 50px;
	 padding: 0;
}

.containerGallery {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height:100%;
  width:90%;
  padding-top:;
  margin:auto;
}

.flecheDown {
  transform: rotate(180deg);
  font-family:'Creo';
  font-weight: bold;
  font-size:4em;
  margin:0 0 0 0;
  z-index:4;
  position: relative;
}

.flecheUp {
  font-family:'Creo';
  font-weight: bold;
  font-size:4em;
  margin:0 0 0 0;
  z-index:4;
  position: relative;
}

.flecheMobile {
  display: none;
}

.gallery {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.img-c {
  width: 200px;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}

.img-w {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
}

.img-w img {
  display: none;
}

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index:3;
  //transform: translateX(-50%);
}

.img-c.postactive {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.img-c.active.positioned {
  left: 0 !important;
  top: 0 !important;
  transition-delay: 50ms;
}

.news, .news2 {
  display:flex;
  height:100%;
  margin: auto;
}

.news p, .news2 p {
  display:flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

.news h1, .news2 h1 {
  font-size: 3.5em;
  text-align: left;
  color:#ffffff;
  font-family: 'Creo';
  font-weight: bolder;
  position: relative;
  margin:7% 0 0 5%;
}

a:hover {
  color:#ffffff;
}

.underlined1, .underlined2 {
	display: inline-block;
  position: relative;
}

.underlined1:after, .underlined2:after {
	content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 20px;
  bottom: 33%;
  left: 0;
  background-color: #101010;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.underlined1:hover:after, .underlined2:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.news span img, .news2 span img {
  z-index:99;
  width:25vw;
  position: absolute;
  transition-duration: 0.8s;
}

.news span img:hover, .news2 span img:hover {
  z-index: 999;
  width:30vw;
  transition-duration: 0.8s;
}

.newsImg1, .news2Img1 {
  margin:17% 0 0 -22%;
  transform: rotate(-7deg);
}

.newsImg2 {
  margin:30% 0 0 12%;
  transform: rotate(-2deg);
}

.news2Img2 {
  margin:29% 0 0 15%;
  transform: rotate(-2deg);
}

.newsImg3, .news2Img3 {
  margin:13% 0 0 7%;
  transform: rotate(4deg);
}

.newsMobile {
  display: none;
}

#works {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  height:100%;
  width:100%;
}

.work1 {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  font-size: 1.2em;
  font-family: 'Creo';
  font-weight: bolder;
  color:#ffffff;
  margin:4% 0 0 5%;
  width:10%;
  height:10%;
}

.work1 p {
  display: flex;
  margin:0 0 0 5%;
  width:25vw;
}

.work1 img {
  display: flex;
  width:25vw;
}

.workImg1 img {
  transition-duration: 0.8s;
}

.workImg1 img:hover {
  z-index: 99;
  width:30vw;
  transition-duration: 0.8s;
}

.workImg1 {
  margin:0 0 0 5%;
}

.logoannecy img {
  margin:-14% 0 0 -6%;
  width:17vw;
}

.work2 {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  font-size: 1.2em;
  font-family: 'Creo';
  font-weight: bolder;
  color:#ffffff;
  margin:4% 0 0 20%;
  width:10%;
  height:10%;
}

.work2 p {
  display: flex;
  margin:5% 0 0 5%;
  width:25vw;
}

.work2 img {
  display: flex;
  width:25vw;
}

.workImg2 img {
  transition-duration: 0.8s;
}

.workImg2 img:hover {
  z-index: 99;
  width:30vw;
  transition-duration: 0.8s;
}

.workImg2 {
  margin:0 0 0 5%;
}

.logokeymex img {
  margin:-15% 0 0 2%;
  width:15vw;
}

.work3 {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  font-size: 1.2em;
  font-family: 'Creo';
  font-weight: bolder;
  color:#ffffff;
  margin:4% 0 0 20%;
  width:10%;
  height:10%;
}

.work3 p {
  display: flex;
  margin:2% 0 0 5%;
  width:25vw;
}

.work3 img {
  display: flex;
  width:25vw;
}

.workImg3 img {
  transition-duration: 0.8s;
}

.workImg3 img:hover {
  z-index: 99;
  width:30vw;
  transition-duration: 0.8s;
}

.workImg3 {
  margin:0 0 0 5%;
}

.logoPanic img {
  margin:-25% 0 0 4%;
  width:10vw;
}

.work4 {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  font-size: 1.2em;
  font-family: 'Creo';
  font-weight: bolder;
  color:#ffffff;
  margin:28% 0 0 -10%;
  width:10%;
  height:10%;
}

.work4 p {
  display: flex;
  margin:0 0 0 5%;
  width:25vw;
}

.work4 img {
  display: flex;
  width:25vw;
}

.workImg4 img {
  transition-duration: 0.8s;
}

.workImg4 img:hover {
  z-index: 99;
  width:30vw;
  transition-duration: 0.8s;
}

.workImg4 {
  margin:0 0 0 5%;
}

.logometaltitude img {
  margin:-45% 0 0 0%;
  width:6vw;
}

.work5 {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  font-size: 1.2em;
  font-family: 'Creo';
  font-weight: bolder;
  color:#ffffff;
  margin:28% 0 0 -10%;
  width:10%;
  height:10%;
}

.work5 p {
  display: flex;
  margin:0 0 0 5%;
  width:25vw;
}

.work5 img {
  display: flex;
  width:25vw;
}

.workImg5 img {
  transition-duration: 0.8s;
}

.workImg5 img:hover {
  z-index: 99;
  width:30vw;
  transition-duration: 0.8s;
}

.workImg5 {
  margin:0 0 0 5%;
}

.logo5 img {
  margin:-14% 0 0 -6%;
  width:17vw;
}

.work6 {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  font-size: 1.2em;
  font-family: 'Creo';
  font-weight: bolder;
  color:#ffffff;
  margin:28% 0 0 -10%;
  width:10%;
  height:10%;
}

.work6 p {
  display: flex;
  margin:0 0 0 5%;
  width:25vw;
}

.work6 img {
  display: flex;
  width:25vw;
}

.workImg6 img {
  transition-duration: 0.8s;
}

.workImg6 img:hover {
  z-index: 99;
  width:30vw;
  transition-duration: 0.8s;
}

.workImg6 {
  margin:0 0 0 5%;
}

.logo6 img {
  margin:-14% 0 0 -6%;
  width:17vw;
}

nav {
  padding:0;
  margin:0;
}

.social {
	display:flex;
	flex-direction:column;
	align-items: center;
	position: fixed;
  bottom:4%;
	z-index:999;
  padding-top:5px;
}

.social span {
  display:flex;
  flex-direction:column;
  align-items: center;
}

.social #gotop img {
  margin-left:-25%;
  margin-top:15%;
  max-height:40px;
}

.social img {
	max-height:30px;
  padding: 0 5px 0 5px;
  filter: invert(1);
}

.social span img:hover {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;

  -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
  transform:rotate(360deg);
}


footer span {
	bottom:0;
	right:0;
	font-family: 'Newake';
	font-size: 1em;
	color:#fff;
	padding:10px;
	position: fixed;
	z-index: 9999;
}

footer span a:hover {
  color:#999999;
}

.titleMobile {
  display:none;
}

.contactMobile {
  display:none;
}

.socialMobile {
  display:none;
}

@font-face {
    font-family:'Newake';
    src: url('Newake.otf');
}

@font-face {
    font-family:'Lovelo';
    src: url('Lovelo.ttf');
}

@font-face {
	font-family:'Creo';
	src: url('Creo-ExtraBold.ttf'),
  url('Creo-ExtraBold.otf'),
  url('Creo-ExtraBold.woff');

}

@media (min-width: 320px) and (max-width: 768px) {

  body, html {
    background:#101010;
    width:100%;
    header:100%;
  }

  .logoMobile {
    display: flex;
    text-align: center;
    align-items: center;
  }

  .logoMobile img {
    width:80%;
    display:block;
    position: relative;
    margin:auto;
    filter: drop-shadow(0px 0px 7px #000000);
  }

  #titleMobile {
    display: flex;
    align-items: center;
    align-content: center;
    font-family:'creo';
    font-size: 2.5em;
    color:#FFFFFF;
    position: fixed;
    text-align: left;
    background:#101010;
    width:100%;
    header:100%;
    margin: 70% 0 0 5%;
  }

  #blockLeft {
    display: none;
  }

  #blockRight {
    display: none;
  }

  section {
    display: none;
  }

  .parallax-wrapper {
    display: none;
  }

/*

  body {
      overflow-x: hidden;
      position: relative;
      width:100%;
  }

  header {
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    float:left;
    padding:6% 0 0 6%;
    height:6%;
  }

  .background--fall {
    display: none;
 }

  .home {
    display:flex;
    flex-direction: column;
  }

  .title {
    display:none;
  }

  .titleMobile {
    display:flex;
    flex-direction: column;
    font-weight: bold;
    float:left;
    margin:0 55% 0 0;
    padding:-20% 0 0 0;
  }

  #bandeauDesktop {
    display: none;
  }

  #bandeauMobile {
    display: inherit;
    width:70%;
    height:45%;
    position: absolute;
    overflow: hidden;
    margin:60% 0 0 30%;
    float:right;
  }

  #bandeauMobile video {
    margin-left: -180px;
  }

  .bandeauVideoMobile {
    display: inherit;
  }

  .contactMobile {
    display:flex;
    justify-content: flex-end;
    flex-direction: column;
    float:right;
    padding:2% 6% 0 0;
    color:black;
    font-size:2.5em;
    font-family:'Newake';
    z-index: 1;
    margin:145% 0 0 0;
  }

  .contactMobile span {
    font-family:'Newake';
  }

  .contact {
    display:none;
  }

  .cm {
    display:flex;
    flex-direction: column;
    align-items: flex-end;
    float:right;
  }

  .social {
    display:none;
  }

  .socialMobile {
  	display:flex;
  	flex-direction:column;
  	align-items: center;
  	position: absolute;
    left:-3%;
    bottom:9%;
  	z-index: 2;
  }

  .socialMobile span {
    display:flex;
    flex-direction:column;
    align-items: center;
  }

  .socialMobile .gotop {
    margin-left:-12%;
    max-height:50px;
  }

  .socialMobile .gotop {
    position: fixed;
  }

  .socialMobile img {
  	max-height:50px;
    padding: 5px 5px 0 5px;
  }

  .containerGallery {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:100%;
    width:100%;
    margin:auto;
  }

  .gallery {
    width: 280px;
    height: 560px;
    margin: auto;
    overflow: hidden;
    position: relative;
  }

  .img-c {
    width: 140px;
    height: 140px;
    float: left;
    position: relative;
    overflow: hidden;
  }

  .img-w {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform ease-in-out 300ms;
  }

  .img-w img {
    display: none;
  }

  .img-c {
      transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
  }

  .img-c:hover .img-w {
    transform: scale(1.08);
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  }

  .img-c.active {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index:3;
    //transform: translateX(-50%);
  }

  .img-c.postactive {
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }

  .img-c.active.positioned {
    left: 0 !important;
    top: 0 !important;
    transition-delay: 50ms;
  }

  .flecheDown {
    display: none;
  }

  .flecheMobile {
    transform: rotate(180deg);
    font-family:'Creo';
    font-size:4em;
    font-weight: bold;
    margin:0 0 5% 0;
    z-index: 4;
    position: relative;
    display: inherit;
  }

  .news {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:100%;
    width:90%;
  }

  .news img {
    width:90%;
    text-align: center;
  }

  .titleNews, .textNews {
    text-align: center;
  }

  .newsDesktop {
    display: none;
  }

  .newsMobile {
    display: inherit;
  }

  .videosContainer {
    display: none;
  }

  .videosContainerMobile {
    display: none;
  }

  #hugo3 {
    display: none;
  }

#footer {
  display:none;
}
*/
}
