body {
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0);
}
.video {
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}
header {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
video {
  width: 100%;
  height: auto;
}
a {
  color: #EB661B;
}
.player {
  width: 240px;
  height: 240px;
  z-index: 100;
  position: absolute;
  right: 10%;
  bottom: 0%;
}
h1 {
  text-align: center;
  font: normal 12vw 'flama';
  color: #ffffff;
  opacity: 1;
}
/*Artist name*/
h2 {
  text-align: center;
  font: normal 3vw'flama';
  color: #ffffff;
  opacity: 1;
}
.text {
  font: normal 25px/30px 'Pattaya', sans-serif;
  opacity: 1;
  box-sizing: border-box;
  margin: 0px;
  padding: 1px 0px;
  transform: translateY(-90px);
}
.text span {
  font: normal 20px/30px 'flama';
}
.image-ai{
    height: 100vh;
}
/*-----------------------------------*/
/*MENU FRAGMENTS*/
/*-----------------------------------*/
.menu-retour {
  background-color: #000;
  font-family: 'flama';
  font-size: 30px;
}
.menu-retour a {
  float: left;
  font-size: 30px;
  color: white;
  text-align: center;
  padding: 40px 40px;
  text-decoration: none;
}
.menu-retour a:hover, .menu-retour:hover {
  border-bottom: 4px solid #1B6A30;
}
/*-----------------------------------*/
/*STRUCTURE*/
/*-----------------------------------*/
/*Container principal*/
.container {
  width: 100vw;
  height: 100vh;
}
/*Second container*/
.blocHorizontal {
  width: 100vw;
  height: 100vh;
}
.slide {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.video {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  scrollbar-width: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: -1;
}
.descr {
  position: absolute;
  left: 10%;
  bottom: 0%;
  color: #1B6A30;
  opacity: 1;
  font: normal 20px/30px 'Lancelot', cursive;
  box-sizing: border-box;
  margin: 0px;
  padding: 10px 30px 50px 0px;
  z-index: 20;
  width: 90%;
  height: 120vh;
}
.descr span {
  font: normal 20px/30px 'Pattaya', sans-serif;
}
.video .button {
  position: absolute;
  top: 10%;
  left: 10%;
  font: normal 40px/30px 'flama';
  opacity: 1;
  color: #1B6A30;
  box-sizing: border-box;
  z-index: 20;
  padding: 0px 0px 30px;
  text-decoration: none;
}
/*Texts-poems*/
.text {
  position: absolute;
  left: 10%;
  bottom: 10%;
  color: #1B6A30;
  opacity: 1;
  font: normal 25px/40px 'Pattaya', sans-serif;
  box-sizing: border-box;
  margin: 0px;
  padding: 10px 20px 10px 0px;
  z-index: 20;
  width: 85%;
}
.player{
    padding: 20px;
}
.button{
    

    display: none;
}
/*-----------------------------------*/
/*IMAGE EFFECT*/
/*-----------------------------------*/
img {
  max-width: 100%;
  height: auto;
    z-index: 30;
position: absolute;
    padding-bottom: 100px;
}
#f24 .video {
  display: block
}
#f24 img {
  flex: 0 0 100%;
  height: auto;
  display: block;
}
@media screen and (min-width:768px) {
.button{
    display: inline-block;
}
  h3 {
    display: none;
  }
  #f24 .video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #f24 img {
    width: 50%;
    flex: 0 0 50%;
  }
img {
    padding-bottom: 0px;
}
    .descr {
  width: 100%;
  height: 100vh;
}
}
/*-----------------------------------*/
/*CURSOR EFFECT*/
/*-----------------------------------*/
/*Video cursor*/
.cursor-vert {
  cursor: url("data/cursor/cursor-V2.png"), 25%;
  -moz-transition: cursor 500ms ease-in-out;
  -o-transition: cursor 500ms ease-in-out;
  -webkit-transition: cursor 500ms ease-in-out;
  transition: cursor 500ms ease-in-out;
}
.cursor-horiz {
  cursor: url("data/cursor/cursor-V2.png"), auto;
  -moz-transition: cursor 500ms ease-in-out;
  -o-transition: cursor 500ms ease-in-out;
  -webkit-transition: cursor 500ms ease-in-out;
  transition: cursor 500ms ease-in-out;
}
img {
  cursor: url("data/cursor/cursor-V2.png"), auto;
  -moz-transition: cursor 500ms ease-in-out;
  -o-transition: cursor 500ms ease-in-out;
  -webkit-transition: cursor 500ms ease-in-out;
  transition: cursor 500ms ease-in-out;
}
h2:hover {
  cursor: none;
}
h3:hover {
  cursor: url("data/cursor/cursor-V2.png"), auto;
  -moz-transition: cursor 500ms ease-in-out;
  -o-transition: cursor 500ms ease-in-out;
  -webkit-transition: cursor 500ms ease-in-out;
  transition: cursor 500ms ease-in-out;
}
.p-icon, .icon-scroll:before, .icon-scroll:hover {
  cursor: none;
}
.menu {
  cursor: pointer;
  cursor: auto;
  background-color: yellow;
}
#home {
  cursor: none;
  background: rgba(255, 255, 255, 0);
}

/*-----------------------------------*/
/*MEDIA SCREEN POUR ÉCRAN LARGE*/
/*-----------------------------------*/
@media screen and (min-width:992px) {
  html, body {
    height: 100vh;
  }
  body {
    overflow: hidden;
  }
  .video {
    background: rgba(255, 255, 255, 0);
    width: 100vw;
  }
.video {
  padding: 0px 30px;
}
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  a:hover {
    border-bottom: 4px solid #1B6A30;
    display: block;
  }
  .text {
    font: normal 40px/50px 'Pattaya', sans-serif;
    padding: 10px 30px;
  }
  .descr {
    padding: 20px 30px;
  }
  .blocHorizontal {
    display: flex;
    flex-direction: row;
    width: 2500vw;
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
  }
  .container {
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  ::-webkit-scrollbar {
    display: none;
    width: 0 !important
  }
  img {
    max-width: 100%;
    height: 100%;
  }
}
/*-----------------------------------*/
/*PLAY BUTTON FOR CHROME*/
/*-----------------------------------*/
.video .button {
  text-decoration: none;
  display: inline-block;
  width: 20rem;
}
.video .button:hover, video .button:focus {
  text-decoration: none;
  border: none;
}
.button .comment {
  display: none;
}
.button:hover .replies {
  display: none;
}
.button:hover .comment {
  display: inline;
}