@font-face {
    font-family: 'quick';
    src: url('font/Quicksand/Quicksand-VariableFont_wght.ttf');
}

@font-face {
  font-family: 'grand';
  src: url("../font/Grand_Hotel/GrandHotel-Regular.ttf");
}

@font-face {
  font-family: 'opensans';
  src: url('font/opensans/OpenSans-Regular.ttf');
  }

* {
  margin: 0;
  padding: 0;
  font-size: 10px;

}

*:focus {
  outline: none;
}

.general {
  background-color: black;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube-video {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#yt-video {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.rotation-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 40; 
    visibility: hidden;
    text-align: center;
}

/*.rotation-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  z-index: 4;
  visibility: hidden;
  text-align: center;
}*/

/*
.ytp-pause-overlay()
{
	visibility: hidden;
}

.ytp-scroll-min()
{
	visibility: hidden;
}
*/


.rotation-image {
  display: block;
  margin-left: auto;
  margin-right: auto;

  /*position: fixed;*/
  width: 30%;
  /*height: 100%;*/
  /*left: 0;*/
  z-index: 1;
  text-align: center;
}

.black-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    z-index: 1; 
    visibility: visible;
    text-align: center;
}

.black-pause-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    z-index: 1;
    visibility: hidden;
    text-align: center;
}

.block-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  z-index: 1;
  visibility: hidden;
  text-align: center;
}

.block-panel img {
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
}

.pause-image {
  position: fixed;
  width: 100%;
  /*height: 100%;*/
  left: 0;
  z-index: 1;
  text-align: center;
}

.block-no-more-video-zone {
  position: absolute;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  bottom: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
  background-color: rgba(0, 0, 0, 1);
}

.block-no-more-video {
  cursor: pointer;
  font-size: 1.8em;
  font-weight: normal;
  border: none;
  color: white;
  width: 100%;
  height: 10em;
}

/* QUESTIONS */

.question-zone {  
  display: flex;
  justify-content: center;
  flex-direction: column;  
  text-align: center;

  bottom: 0;
  position: absolute;
  align-items: stretch;
  align-content: stretch;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.23s cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
  width: 100%;
  margin-bottom: 30px;
  opacity: 0.0;  

  /*  
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 70px;
  align-items: stretch;
  align-content: stretch;
  opacity: 1;
  transition: opacity 0.23s cubic-bezier(0.4, 0, 1, 1);
  text-align: center;
  visibility: hidden;
  z-index: 12;
  margin-top: 50px;
  opacity: 0.0;
  */
}

.question-panel {
  font-weight: 700;
  font-size: 30px;
  color: white;
  width: 100%;
  /*visibility: hidden;*/
  padding-top: 0px;
  font-family: 'quick';
  margin-bottom: 5px;
  transition:
    border-top 0.23s ease-in-out,
    border-bottom 0.23s ease-in-out;    
}

.rotation-note {
  font-weight: 700;
  font-size: 30px;
  color: white;
  width: 100%;
  /*visibility: hidden;*/
  padding-top: 0px;
  font-family: 'quick';
  transition:
    border-top 0.23s ease-in-out,
    border-bottom 0.23s ease-in-out;    
}

.instruction-panel {
  /*font-family: 'avenir';*/
  margin-top: -10px;
  font-weight: 700;
  font-size: 20px;
  color: white;
  font-weight: 1;
  width: 100%;
  /*visibility: hidden;*/
  font-family: 'quick';
  padding-top: 20px;
  margin-bottom: 40px;
  transition:
    border-top 0.23s ease-in-out,
    border-bottom 0.23s ease-in-out;    
}


.mainText {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  z-index: 10;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  /*visibility: hidden;*/
}

/*  CHOICES  */

.choices-zone {
  visibility: hidden;
  
  /*
  bottom: 0;
  position: absolute;
  align-items: stretch;
  align-content: stretch;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.23s cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
  width: 100%;
  margin-bottom: 30px;
  opacity: 0.0;
  */
}

.choices-zone1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
} 

.choices-zone2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
} 

.choices-zone[data-state=hidden] {
  opacity: 0;
  z-index: 0;
  /* INFO disable choices completely */
  display: none;
}

.choice-button {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  cursor: pointer;
  /*font-family: Arial, Helvetica, sans-serif;*/
  /*font-size: 1.8em;*/
  font-size: 19px;
  color: rgb(255, 255, 255);
  border-top: hidden 0 transparent;
  border-bottom: hidden 0 transparent;
  transition:    border-top 0.23s ease-in-out,    border-bottom 0.23s ease-in-out;
  border: 3px white solid;
  margin: 0 40px 0 40px;
  width: 100%;
  /*height: 100%;*/
  height: 80px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  font-family: 'opensans';
  /*font-family: 'avenir';*/
  /*font-family: 'quick';*/
}

.choice-faux {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  cursor: pointer;
  /*font-family: Arial, Helvetica, sans-serif;*/
  /*font-size: 1.8em;*/
  font-size: 19px;
  color: rgb(255, 255, 255);
  border-top: hidden 0 transparent;
  border-bottom: hidden 0 transparent;
  transition:    border-top 0.23s ease-in-out,    border-bottom 0.23s ease-in-out;
  border: 3px rgb(255, 41, 41) solid;
  margin: 0 40px 0 40px;
  width: 100%;
  /*height: 100%;*/
  height: 80px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  font-family: 'opensans';
  /*font-family: 'avenir';*/
  /*font-family: 'quick';*/
}

/*
.choice-button[data-state=selected] {
  border-top: solid 0.2em transparent;
  border-bottom: solid 0.2em white;
}
*/

.choice-button:hover {
  background-color: rgba(0, 0, 0, 0.473);
  border: 3px solid rgba(255, 255, 255, 0.651);
}
/* COMMENT  */

.comment-zone {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  margin-bottom: 230px;
  width: 100%;
  height: 20%;
  text-align: center;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.23s cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
  opacity: 0.0;
}

.comment-reussi
{
  font-family: 'quick';
  font-weight: 600;
  color: rgb(181, 255, 39);
    padding-top: 10px;
    font-size: 25px;
    border: none;
    width: 100%;
    border-radius:20px;
    border-top: hidden 0 transparent;
    border-bottom: hidden 0 transparent;
    transition:    border-top 0.23s ease-in-out,    border-bottom 0.23s ease-in-out;
    -webkit-border-radius:10px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}

.comment-panel {
  display: flex;
  justify-content: center;
  font-family: 'opensans';
  /*font-family: 'avenir';*/
  padding-top: 10px;

  border: none;
  color: rgba(255, 255, 255, 0.829);
  width: 100%;
  text-align: center;
  border-radius:20px;
  border-top: hidden 0 transparent;
  border-bottom: hidden 0 transparent;
  transition:    border-top 0.23s ease-in-out, border-bottom 0.23s ease-in-out;
  -webkit-border-radius:10px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
}

.comment-text {
	width: 70%;
	font-size: 20px;
  	font-weight: normal;
}

.ytp-pause-overlay {
  visibility: hidden;
  /*bottom:-200px; //give !important if not working*/
}

.ytp-suggestions {
  visibility: hidden;
  /*bottom:-200px; //give !important if not working*/
}

/*  CONTINUE  */

.continue-zone {
  font-family: 'opensans';
  /*font-family: 'avenir';*/
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.32));
  bottom: 0;
  width: 100%;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.23s cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
  opacity: 0.0;
}

.continue-pov-zone {
  font-family: 'opensans';
  /*font-family: 'avenir';*/
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.32));
  bottom: 0;
  width: 100%;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.23s cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
  opacity: 0.0;
}

.continue-zone[data-state=hidden] {
  opacity: 0;
  z-index: 0;
  /* INFO disable choices completely */
  display: none;
}

.continue-button {
  cursor: pointer;
  font-family: 'opensans';
  /*font-family: 'avenir';*/
  font-size: 18px;
  font-weight: normal;
  border: 3px solid white;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0);
  border-radius:20px;
  padding: 10px 0;
  width: 15%;
  margin-bottom: 50px;
  transition: 0.2s ease-in;
  transition:    border-top 0.23s ease-in-out,    border-bottom 0.23s ease-in-out;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-border-radius:50px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  box-shadow: 4px 4px 2px 1px rgba(63, 63, 63, 0.712);
}

.continue-button[data-state=selected] {
  border-top: solid 0.2em transparent;
  border-bottom: solid 0.2em white;
}

.continue-button:hover {
  background-color: rgba(0, 0, 0, 0.76);
  border: 3px solid rgba(255, 255, 255, 0.438);
}

/*  FULLSCREEN  */
.fullscreen-zone {
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.308);
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1;
  border-radius: 30%;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  -ms-border-radius: 30%;
  -o-border-radius: 30%;
  margin-right: 20px;
  opacity: 80%;
  /*box-shadow: 4px 4px 2px 1px rgba(63, 63, 63, 0.712);*/
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  cursor: pointer;
  border: 3px rgb(255, 255, 255) solid;
}

.fullscreen-zone:hover {
  opacity: 0.5;
}

.fullscreen-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

/*.main-iframe
{
  position: fixed;
    width: 100%;
    height: 100%;
}*/

/* POV Text */

.pov-zone {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  margin-bottom: 180px;
  width: 100%;
  height: 50%;
  text-align: center;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.23s cubic-bezier(0.4, 0, 1, 1);
  background-color: rgba(0, 0, 0, 0.829);
  visibility: hidden;
  opacity: 0.0;
}

.pov-title
{
  font-family: 'quick';
  font-weight: 600;
  color: white;
    padding-top: 10px;
    font-size: 18px;
    border: none;
    width: 100%;
    border-radius:20px;
    border-top: hidden 0 transparent;
    border-bottom: hidden 0 transparent;
    transition:    border-top 0.23s ease-in-out,    border-bottom 0.23s ease-in-out;
    -webkit-border-radius:10px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}

.pov-comment {
  display: flex;
  justify-content: center;
  font-family: 'opensans';
  /*font-family: 'avenir';*/
  padding-top: 10px;

  border: none;
  color: rgba(255, 255, 255, 0.829);
  width: 100%;
  text-align: center;
  border-radius:20px;
  border-top: hidden 0 transparent;
  border-bottom: hidden 0 transparent;
  transition:    border-top 0.23s ease-in-out, border-bottom 0.23s ease-in-out;
  -webkit-border-radius:10px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
}

.pov-text {
	font-family: 'opensans';
	/*font-family: 'avenir';*/
	width: 70%;
	font-size: 15px;
  	font-weight: normal;
}

/**************************** LOGOS MENU *******************************/
.menu p {
  font-family: 'avenir';
  font-size: 24px;
  text-align: center;
}

.logos {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logos__1 img {
  width: 120px;
  margin: 10px;
}

.size {
  width: 70px;
  margin: 10px;
  margin-left: 40px;
}

.hr {
  margin-top: 30px;
}

.logoadele {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 130px;
}


/**************************** MENU BURGER *******************************/

#menuToggle {
  position: absolute;
  display: block;
  /*position: relative;*/
  top: 50px;
  left: 50px;
  width: 90%;
  z-index: 14;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #ffffff;
  font-family: 'opensans';
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: #505050;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: #000000c2;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 24px;
  font-weight: 500;
}

#menuToggle input:checked ~ ul {
  -webkit-transform: none;
          transform: none;
}

/**************************** MOBILE AND SMALL SCREENS *******************************/

@media screen and (max-width: 1025px) {
  .choice-button {
    font-size: 16px;
  }  
  .choice-faux {
    font-size: 16px;
  }

  #menu li {
	padding: 10px 0;
	font-size: 12px;
	font-weight: 250;
  }

  #menu {
    position: absolute;
    width: 150px;
    margin: -100px 0 0 -50px;
    padding: 25px;
    padding-top: 100px;
  }

  .hr {
    margin-top: 15px;
  }

  .logos {
    margin-top: 25px;
  }

  .logos__1 img {
    width: 40px;
    margin: 5px;
  }

  .size {
    width: 25px;
    margin: 5px;
    margin-left: 15px;
  }

  .logoadele {
    margin-left: 15px;
    margin-bottom: 20px;
    width: 75px;
  }
}