body {
  margin: 0;
  font-family: "Questrial", sans-serif;

}
*,*:before,*:after {box-sizing:inherit;margin:0; padding:0; border:0 none; position: relative;transition-property: all;
  
  transition-timing-function: ease;}
html {
    background: #FFFFFF;
    box-sizing:border-box;
    font-family: 'Questrial', sans-serif;
    color: #000;
	width:100vw;
	overflow:hidden;
}
nav {
		background: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
	height:10vh;
}
nav a {
    text-decoration: none;
    letter-spacing: 0px;
	font-size: calc(1vmin + 1.5vmax);
	color: #313A3D;
	margin:auto;
    width: 100%;
	transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
}

nav .sel:hover,
nav .sel:active {
  letter-spacing: 5px;
}

nav .sel:after {
  backface-visibility: hidden;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

nav .sel:hover:after {
  backface-visibility: hidden;
  border-color: #313A3D;
  transition: width 350ms ease-in-out;
  width: 70%;
}


.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70vh;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	animation: bounce 20s ease infinite alternate;
}

@keyframes bounce{
     from {
		 -moz-transform: scale(1.0) translate(-50%, -50%);
  -webkit-transform: scale(1.0) translate(-50%, -50%);
  transform: scale(1.0)translate(-50%, -50%);}
     to   { -moz-transform: scale(1.1) translate(-50%, -50%);
  -webkit-transform: scale(1.1) translate(-50%, -50%);
  transform: scale(1.1) translate(-50%, -50%);}
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  color: #000;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.noir:before{
	color:#000!important;
	background:#000!important;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: '';
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute!important;
  top: 37vh;
  left: -5%;
  z-index: 100;
  font-size: 40px;
  width: 100vw;
  text-align: center;
  font-family: 'Questrial', sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
  text-align:right;
}

.slideshow-text2 {
  position: relative!important;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0%, 72vH);
          transform: translate(0%, 72vH);
  z-index: 100;
  font-size: 20px;
  width: 80vw;
  font-family: 'Questrial', sans-serif;
  font-weight: 100;
  pointer-events: none;
  letter-spacing: 2px;
  line-height: 1;
}


@media screen and (max-width: 700px) {
  .slideshow-text {
    font-size: 2rem!important;
  }
  .slideshow-text2 {
    font-size: 1rem!important;
  }
}


.centrer>img
{
  /*
  Bounce 
  -webkit-animation: loader 2.5s infinite cubic-bezier(0.5, -0.5, 0.75, 1.25);
  */
  margin: 50px 0;
  display: block;
  width: 147px;
  height: 116px;
}

.centrer {
  width: 100%;
  height: 100vh;
  Position:fixed;
  z-index:999;
  display:flex;
  background: #fff;
  justify-content:center;
  align-items:center;
}