@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;
}

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

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

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

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

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

h1 {
  font-size: 3.2em;
  font-family:'Newake';
  color:black;
  font-weight: normal;
  padding:0;
  margin:0;
}

.title p {
  font-size:1.25em;
  margin:0;
  padding:0;
}

h2 {
  font-size:2.5em;
  color:black;
  font-family:'Newake';
  font-weight: normal;
  padding:0;
  margin:0;
}

section {
  display:block;
  align-items: center;
  flex-direction: column;
  height:100%;
  width:100%;
  background:white;
  position: relative;
}

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

.home {
  margin: auto;
  width:100%;
  height:100%;
}

header {
  display:flex;
  justify-content: center;
  align-items: center;
  padding:3% 0 2% 0;
  height:30%;
}

.title {
  height:4%;
  padding-bottom:8%;
}

.title span {
  font-family:'Lovelo';
  font-size:1.5em;
}

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

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

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

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

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

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

.archives {
  margin:5% 0 0 20%;
}

.archives ul {
  font-family: 'Newake';
  font-size: 2em;
  margin-left:5%;
  vertical-align: middle;
}

.archives li img {
  vertical-align: middle;
}

.archives h2 span {
  font-family:'Lovelo';
  font-size: 1em;
}

#bandeauMobile {
  display: none;
}

#bandeauDesktop {
  width:100%;
  height:40%;
  position: absolute;
  overflow: hidden;
  background-color:#000;
}

.bandeauVideo {
  width:100%;
  opacity: 0.7;
}

.bandeauVideoMobile {
  display: none;
}

#bandeauDesktop video {
  margin-top:-250px;
  width:100%;
	position:relative;
}

.contact {
  display:flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin:15% 0 0 0;
  height:30%;
}

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

.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 {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height:100%;
  margin auto;
}

.titleNews {
	font-family:'Newake';
	font-size:2.5em ;
}

.textNews {
	font-family:'Newake';
	font-size:1.5em ;
}

.news img {
  width:100%;
  padding-top:2%;
}

.newsMobile {
  display: none;
}

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

* {
  box-sizing: border-box;
  }

.slides {
  display: flex;
  justify-content: center;
}

.slides img {
  vertical-align: middle;
  max-height:500px;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.prev {
  transform: rotate(-90deg);
}

.next {
  transform: rotate(90deg);
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: ;
  color: #AAAAAA;
  font-size: 4em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  font-family:'Creo';
  font-weight: bold;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  filter: drop-shadow(0 0 5px grey);
}

.text {
  color: #000;
  font-size: 2em;
  position: absolute;
  width: 100%;
  text-align: center;
  font-family:'Newake';
  z-index: 5;
  margin-top:-5%;
}

.numbertext {
  color: #ffffff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dots {
  text-align: center;
  margin-bottom:8%;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activeDot, .dot:hover {
  background-color: #fff;
  border: black 5px solid;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
}
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.underlined3 {
	display: inline-block;
  position: relative;
}

.underlined3:after {
	content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 8px;
  bottom: 40%;
  left: 0;
  background-color: #8B0000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

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

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

#brvme img {
  height:30%;
  margin:0 0 0 0;
}

.videosContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height:100%;
  width:80%;
  margin:-2% 0 0 0;
  overflow-y: scroll;
}

.videosContainerMobile {
  display: none;
}

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;
}

.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: 0.7em;
	color:black;
	padding:10px;
	position: fixed;
	z-index: 9999;
}

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


footer img {
  width:15px;
  vertical-align: baseline;
}
  */

footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  height: 245px;
  color: #ccc;
  font-size: 12px;
  position: relative;
  z-index: -99;
  background:#eeeeee;
  overflow: hidden;
  width:100%;
  padding:0 5%;
}

footer form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Newake';
  color:black;
  font-size: 1.5em;
  padding:2% 0;
}

footer input {
  margin:0;
}

footer .btn {
  font-family: 'Newake';
  color:#eeeeee;
  font-size: 1.2em;
  background:black;
  border: solid 0.5px black;
  border-radius: 5px 5px 5px 5px;
  margin-top: 10px;
 }

 footer .btn:hover {
   color:black;
   background:#eeeeee;
   border: solid 0.5px #eeeeee;
 }

.credits {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Newake';
  font-size: 2em;
  color:black;
}

.credits a:hover {
  color:#aaaaaa;
}

.locked {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Newake';
  font-size: 2em;
  color:black;
}

.locked img {
  width:35px;
}

.closeFooter {
  width: 120px;
  height: 40px;
  background: url("../images/X.png") no-repeat;
  margin:-100px -10px 0 0;
  transition: all 1s;
  position: relative;
}

.closeFooter:hover {
  background: url("../images/close.png") no-repeat;
}

.closeFooter a {
  width:120px;
  height:40px;
}

.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 {
      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;
}

}
