/* general */


*{
  margin: 0;
  padding: 0;
}

.content{
  padding: 0px !important;
}

section{
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.container{
  margin: 0;
  padding: 0;
  width: 100vw;
  max-width: 100%;
}

.row{
  height: 100vh;
  align-items: center;
  margin: 0 auto;
}

.content{
  padding: 0;
}

a:hover{
  color: #08FFF2;
}

/* background */

.global{
  position: absolute;
  height: 120vh;
  width: 100vw;
  z-index: -3000;
  background-image: url("../img/LazerBean_fonds-07.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* nav */

nav{
  display: table;
  width: 100%;
  height: 5vh;
  padding: 30px;
  position: absolute;
  z-index: 2000;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.logo{
	height: auto;
	float: left;
	display: inline-block;
}

.PictoMenu{
  float: right;
	display: inline-block;
}


/* section 1 - Intro */

section.intro1{
  background-image: url(../img/fond_004.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100vh;
}

.centrVertical {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
}

@media only screen and (min-width: 992px) {
.centrVertical {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
}

/* section 2 - Brand */

.brand{
  position: relative;
}

@media only screen and (min-width: 992px) {
.centrVertical2 {
  height: 100vh;
  display: block;
  float: none;
}
}

.neon{
  position: relative;
  margin: 0 auto;
  width: 70vw;
  text-align: center;
  bottom: 3vh;
}

.scroll {
  position:absolute;
  bottom: 3vh;
  width: 10vw;;
  text-align: center;
  color: #E05AD0;
  z-index: 3;
  left: 50%;
  /* la propriété transform:translate(x,y) */
  transform: translate(-50%, 0);
}



.text{
  color: #E05AD0;
  margin: auto;
  width: 35vh;
  font-size: calc(0.3vw + 13px);
  line-height: calc(0.3vw + 22px);
}

h1{
  color: #E05AD0;
  font-size: calc(50px + 6vw);
  z-index: 0;
  margin-top: 6vh;
}

h2{
  color: #E05AD0;
  width: 20vw;
  margin: auto;
  font-size: 55px;
  font-weight: 100;
  line-height: 45px;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 30px;
}

.divacacher p{
  width: 20vw;
}


/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
  .brand h1{
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    right: -12vw;
    bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    color: #08FFF2;
    z-index: 1;
  }
}


/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
  .blends h1{
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    right: -17vw;
    bottom: 30vh;
    margin-block-start: 0;
    margin-block-end: 0;
    z-index: 0;
  }
}

@media only screen and (min-width: 992px) {
  #blend2 {
    right: -7vw;
    bottom: 0;
    color: #08FFF2;
  }
}

/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
  .gear h1{
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    left: -15vw;
    bottom: -12vh;
    color: #08FFF2;
  }
}

.bichro{
  width: calc(200px + 15vw);
  justify-content: flex-end;
  align-items: baseline;
}


.pink{
  background-color: #E05AD0;
}

.ticoSuave{
  background-image: url(../img/LazerBean_fond-09.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.white{
  background-color: white;
}

.logoBlend{
  width: 90%;
}


.buttonShop{
  width: 110px;
  position: absolute;
  z-index: 2;
  bottom: 20vh;
  background-color: #08FFF2;
  font-size: 15px;
  height: 40px;
  width: 120px;
}

#coffeePackaging{
  height: 40vh;
  text-align: center;
}

.blends .scroll{
  color: #09FFF2;
}

.gear img{
  width: 80vw;
}

.blends h1{
  position: absolute;
  top: 2vh;
}

/* Radio buttons */

#radios{
  position:absolute;
  width:25%;
  margin: auto;
  bottom: 4vh;
  left: 16vw;
}
input[type="radio"]{
  position:absolute;
  right:1000%;
}
label{
  float:left;
  width:15%; padding-bottom:15%;
  margin:0 2.5%;
  background: white;
  border-radius:50%;
  cursor:pointer;
}
#slider{
  position:absolute;
  left:0%; top:0;
  width:10%; padding-bottom:10%;
  margin:2.5% 0 0 5%;
  background:#E05AD0;
  transition:transform 1s;
  border-radius:50%;
  animation-timing-function: ease-in-out;
  animation-duration:.3s;
  animation-fill-mode: forwards;
  transition: 0.2s left .05s ease-in-out;
}
#input1:checked  ~ #slider{ animation-name: input1; left:0; }
#input2:checked  ~ #slider{ animation-name: input2; left:20%; }
#input3:checked  ~ #slider{ animation-name: input1; left:0; }
#input4:checked  ~ #slider{ animation-name: input2; left:20%; }


@keyframes input1{ 30%, 70% { transform:scale(0.5); } }
@keyframes input2{ 30%, 70% { transform:scale(0.5); } }
@keyframes input3{ 30%, 70% { transform:scale(0.5); } }
@keyframes input4{ 30%, 70% { transform:scale(0.5); } }

.detailsDivacacher{
  display: none;
}

/* End of radio buttons */

/* close window */
.pinkCross{
  width: 12%;
  line-height: 1.5;
  vertical-align: text-top;
  margin: 0 2.5%;
}



/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
  .gear img{
    width: 48vw;
  }
}

.buttonDetails{
  width: 110px;
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #08FFF2;
  bottom: 15vh;
  border: 1px solid #08FFF2;
  font-size: 15px;
  height: 40px;
  width: 120px;
  background: none;
  cursor: pointer;
}

#testaroastaDetails1{
  width: 35vw;
  position: absolute;
  z-index: 2;
  bottom: 0vh;
  left: 0;
  display: none;
}

#ticoSuaveDetails{
  width: 35vw;
  position: absolute;
  z-index: 2;
  bottom: 0vh;
  left: 0;
  display: none;
}

.divacacher{
  display: none;
  position: relative;
  background-color: #C7FFFC;
  width: 30vw;
  height: 60vh;
  padding: 5vh;
  align-items: center;
}

.textDivacacher{
  position: relative;
  height: 40vh;
  align-self: center;
  margin: 0 auto;
}

.detailsDivacacher{
  width: 60%;
  margin: auto;
  position: absolute;
  top : 50%;
  left : 50%;
  /* la propriété transform:translate(x,y) */
  transform: translate(-50%, -50%);
  /* où x et y sont relatif à l’élément lui-même (pas son parent) */
 /* compatibilités vieux navigateurs */
 -webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}


/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
  #coffeePackaging{
    height: 60vh;
  }
}

a{
  color: #08FFF2;
  cursor: pointer;
}

#bestCoffee{
  position: relative;
  width: 100%;
  z-index: 1;
}

.bichro2{
  width: 30vw;
  z-index:0;
  position: absolute;
  bottom: 15vh;
  right: 0;
}

/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
  .shops h1{
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    left: -5vw;
    bottom: -12vh;
  }
}

/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
  .spirit h1{
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    right: -23vh;
  }
}

.bichro3{
  width: calc(200px + 15vw);
	float: right;
}

.gallery{
  height: 100vh;
  margin: auto;
  width: 100vw;
  align-items: center;
  float: none;
}

.grid{
  margin: 0 auto;
  width: 70vh;
}


/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
  .gallery h1{
    color: #09FFF2;
    position: absolute;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    right: 14vw;
    top: 25vh;;
    z-index: ;
  }
}

section.contact{
  background-color: #E05AD0;
}

.contact h1{
  color: white;
  z-index: 1;
  position: relative;
}

/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
  .contact h1{
    position: absolute;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    right: 14vw;
    bottom: 25vh;;
  }
}

.contact .text{
  color: white;
  font-size: 30px;
  z-index: 1;
}

.contact .bichro{
  position: absolute;
}

.contact .scroll{
  color: white;
}



/* Menu */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

*::selection {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

body {
  display: flex;
  padding: 0;
}

.groupMenu{
  display: none;
  position: relative;
  z-index: 100000;
}

.menu{
  position: relative;
  background-color: white;
  z-index: 110000;
}


header {
  z-index: 5;
  opacity: 0;
}
header .nav {
  position: fixed;
  left: 5vw;
  top: 8vh;
  width: 100%;
  height: 20px;
  z-index: 10000;
}

header .nav .toggle {
  position: absolute;
  margin: auto;
  width: 46px;
  height: 46px;
  right: 10vw;;
  color: #09FFF2;
  top: 3vh;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
header .nav .toggle .bar {
  position: relative;
  width: 40px;
  height: 2px;
  background: #08FFF2;
}
header .nav .toggle .bar:before, header .nav .toggle .bar:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: top .25s ease, bottom .25s ease, -webkit-transform .25s ease;
  transition: transform .25s ease, top .25s ease, bottom .25s ease;
  transition: transform .25s ease, top .25s ease, bottom .25s ease, -webkit-transform .25s ease;
}
header .nav .toggle .bar:before {
  top: -10px;
}
header .nav .toggle .bar:after {
  bottom: -10px;
}
header .nav .toggle.clicked .bar {
  background: transparent;
}
header .nav .toggle.clicked .bar:before, header .nav .toggle.clicked .bar:after {
  background: #000;
}
header .nav .toggle.clicked .bar:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
header .nav .toggle.clicked .bar:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}
header .nav nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  opacity: 0;
  z-index: 5;
  transition: opacity .5s ease;
}
header .nav nav .showcase {
  background: #000;
  flex: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav nav .showcase .showcase-container {
  width: 50vw;
  position: relative;
  overflow: hidden;
}
header .nav nav .showcase .showcase-container:before {
  content: '';
  display: block;
  padding-top: 100%;
}
header .nav nav .showcase .showcase-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: visible;
  list-style-type: none;
  transition: top .25s ease;
}
header .nav nav .showcase .showcase-menu li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
header .nav nav .showcase .showcase-menu li.overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
header .nav nav .menu {
  background: #fff;
  flex: 1;
}
header .nav nav .menu ul {
  width: 100%;
  padding: 80px 48px 24px 48px;
  list-style-type: none;
  max-height: 100%;
  overflow-y: auto;
}
header .nav nav .menu ul::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}
header .nav nav .menu ul::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
header .nav nav .menu ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border: 0px none #ffffff;
  border-radius: 3px;
}
header .nav nav .menu ul::-webkit-scrollbar-thumb:hover {
  background: #000;
}
header .nav nav .menu ul::-webkit-scrollbar-thumb:active {
  background: #000;
}
header .nav nav .menu ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border: 0px none #ffffff;
  border-radius: 0;
}
header .nav nav .menu ul::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.1);
}
header .nav nav .menu ul::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.1);
}
header .nav nav .menu ul::-webkit-scrollbar-corner {
  background: transparent;
}
header .nav nav .menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .nav nav .menu ul li .number {
  display: inline-block;
  padding: 0 0 0 80px;
  overflow: hidden;
}
header .nav nav .menu ul li .number span {
  display: block;
  font-size: 48px;
  font-weight: 400;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
header .nav nav .menu ul li a {
  display: inline-block;
  font-size: 48px;
  color: #000;
  line-height: 1;
  padding: 24px 0 24px 80px;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}
header .nav nav .menu ul li:hover a {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
header .nav nav .menu ul li.hover .number span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .nav nav.hidden {
  display: none;
}
header .nav nav.open {
  opacity: 1;
}
header .nav nav.open .showcase {
  -webkit-animation: slideInLeft 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slideInLeft 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
header .nav nav.open .menu {
  -webkit-animation: slideInRight 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slideInRight 0.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

@-webkit-key0s slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.content {
  position: relative;
  flex: 1;
  padding: 80px 40px 40px;
}

.showcase{
  background: #08FFF2 !important;
}

.showcase-container{
  height: 100%
}

#photoMiami{
  position: relative;
  height: 110%;
  width: auto;
}

#miamiBeach {
  position: relative;
  height: 120%;
  width: auto;
}

#synthe{
  position: relative;
  height: 100%;
  width: auto;
}

#gearImage{
  width: auto;
  height: 100%;
}

#tasseDuotone{
  width: auto;
  height: 100%;
  align-items: flex-start;
}

.tasseDuotone1{
  width: auto;
  height: 10%;
}


.socialNetworks{
  z-index: 10000;
  margin-top: 20px;
}

.icon{
  width: calc(20px + 2vw);
}

.infos{
  display: block;
  margin: auto;
  width: 35vh;
  margin: auto;
  width: 35vh;
  z-index: 1;
}

/* media queries mobile */

/* Small devices (991px and less) */
@media (max-width: 991px) {
  .col-sm-12{
  height: 50vh;
  text-align: -webkit-center;
  }

  .bichro3{
  	float: none;
  }

  header .nav{
    top: 3vh;
  }
  .logo{
  position: fixed;
  }
  .showcase-container{
    display:none;
  }
  header .nav nav .menu ul li .number{
    display:none;
  }
  header .nav nav .showcase{
    display:none;
  }
  header .nav nav .menu ul li a {
    font-size: 30px;
    padding-left: 0;
  }
  header .nav nav .menu ul{
    padding: 24px;
  }
  .intro1 .centrVertical{
    height: 100vh;
  }

  .blends .container .white .row {/*conteneur des  divs */
    display:flex;
    flex-flow:column;
  }
  .div2 {
    order:-1;
  }

  .gear .container .white .row {/*conteneur des  divs */
    display:flex;
    flex-flow:column;
  }
  .div2 {
    order:-1;
  }

  .centrVertical.div2{
    display: flex;
  }

  #testaroastaDetails1, #ticoSuaveDetails{
   width: 100%;
   height: 100%;
  }

  .blends .div2{
    height: 100%;
  }

  h1{
    margin-bottom: 4vh;
  }

  .blends h1{
    position: absolute;
    top: 2vh;
    z-index: 3;
  }

  h2{
    width: 60vw;
    font-size: 30px;
    line-height: 35px;
    margin-top: 20vh;
    z-index: 1;
  }

  .divacacher p{
    width: 60vw;
    padding: 0;
  }

  .spirit.text{
  background-color: red;
  }

  nav{
    padding: 0;
  }

  header .nav nav .menu ul li a{
    line-height: 0.5;
  }

  #radios{
    bottom : 12.5%;
    left : 50%;
    /* la propriété transform:translate(x,y) */
    transform: translate(-12.5%, -50%);
  }

  .spirit.col-sm-12{
    height: 100vh;
  }

  .spirit .text{
    position: relative;
    top: 15vh;
  }

  .gear .buttonDetails{
    position: absolute;
    top: 0vh;
  }

  .gallery h1{
    position: absolute;
    top: 0;
  }

  .contact h1{
    position: absolute;
    top: 0;
  }


}
