@-webkit-keyframes slidein {
  0% {
    top: -400px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes slidein {
  0% {
    top: -400px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes slideout {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -400px;
    opacity: 0;
  }
}
@keyframes slideout {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -400px;
    opacity: 0;
  }
}

#section_scene {
    width:100%;
    height: 100%;
    display: none;
}

 #scene {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-item2s: center;
  -webkit-box-pack: left;
          justify-content: left;
  width: 96%;
  height: 96%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  padding: 40px 0;
}
 #scene #left-zone {
  background: #fff;
  height: 100%;
  -webkit-box-flex: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: flex;
  width: 8%;
  -webkit-box-align: center;
          align-item2s: center;
  -webkit-box-pack: left;
          justify-content: left;
}
 #scene #left-zone .list {
  display: -webkit-box;
  display: flex;
  list-style: none;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin: 100% 0 0 0;
  padding: 0;
}
 #scene #left-zone .list li.item2 input[type="radio"] {
  display: none;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ label {
  display: block;
  opacity: 0.5;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ label:first-letter {
  text-transform: uppercase;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ label:hover {
  opacity: 0.75;
  cursor: pointer;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_strawberry:before {
  content: " ";
  display: block;
  position: absolute;
  width: 4.5%;
  height: 11%;
  margin: -7px 1.5%;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/83067-200.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_banana:before {
  content: " ";
  display: block;
  position: absolute;
  width: 4.5%;
  height: 11%;
  margin: -7px 1.5%;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/53209-200.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_apple:before {
  content: " ";
  display: block;
  position: absolute;
  width: 4.5%;
  height: 11%;
  margin: -7px 1.5%;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/14333-200.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_orange:before {
  content: " ";
  display: block;
  position: absolute;
  width: 4.5%;
  height: 11%;
  margin: -7px 1.5%;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/9636-200.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ .content {
  position: absolute;
  margin-left: 8%;
  top: -800px;
  width: 92%;
  height: 100%;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: slideout;
          animation-name: slideout;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-item2s: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          /*flex-direction: column;*/
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_strawberry .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/83067-200.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_strawberry h1,
 #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_banana h1,
 #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_apple h1,
 #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_orange h1 {
    color: #292929;
    font-size: 40px;
    font-weight: 600;
    font-family: "open sans",arial,sans-serif;
    text-align: left;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_banana .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/53209-200.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

 #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_apple .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/14333-200.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
 
 #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_orange .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/9636-200.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

 #scene #left-zone .list li.item2 input[type="radio"] ~ .content h1:first-letter {
  text-transform: uppercase;
}
 #scene #left-zone .list li.item2 input[type="radio"] ~ .content p {
    max-width: 70%;
    margin: 0 10%;
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'WonderUnitSans-Regular', sans-serif;
}
 #scene #left-zone .list li.item2 input[type="radio"]:checked ~ label {
  opacity: 1;
  -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-bottom: 0;
}
 #scene #left-zone .list li.item2 input[type="radio"]:checked ~ label.label_strawberry {
  color: #D64541;
  border-right: solid 4px #D64541;
}
 #scene #left-zone .list li.item2 input[type="radio"]:checked ~ label.label_banana {
  color: #F5D76E;
  border-right: solid 4px #F5D76E;
}
 #scene #left-zone .list li.item2 input[type="radio"]:checked ~ label.label_apple {
  color: #00B16A;
  border-right: solid 4px #00B16A;
}
 #scene #left-zone .list li.item2 input[type="radio"]:checked ~ label.label_orange {
  color: #F27935;
  border-right: solid 4px #F27935;
}
 #scene #left-zone .list li.item2 input[type="radio"]:checked ~ .content {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 #scene #middle-border {
  background-color: #eee;
  height: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 2px;
  z-index: 0;
}
 #scene #right-zone {
  background: #fff;
  height: 100%;
  -webkit-box-flex: 3;
          flex-grow: 3;
}

.item2 {
  margin: 22px 0;
  position: initial;
  padding-left: 0;
}

.item2:before {
  background: none!important;
}

/* -------------------------------- CUSTOMIZED CSS --------------------------------*/
.scene_content_left {
  width: 70%;
  height: 100%;
  text-align: center;
}

.section_content_left p {
  text-align: center;
}

.scene_content_right {
  width: 30%;
  height: 100%;
  text-align: center;
}

video {
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 420px) {

  #scene {
    width: 100%;
  }

  .scene-title {
    display: none;
  }

  #scene #left-zone {
    width: 5%;
  }

  #scene #left-zone .list li.item2 input[type="radio"] ~ .content {
    position: absolute;
    left: 0px;
    width: 92%;
    margin-left: 15px;
  }

  #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_strawberry h1,
  #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_banana h1,
  #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_apple h1,
  #scene #left-zone .list li.item2 input[type="radio"] ~ .content.content_orange h1 {
    margin: 0;
  }

  #scene #left-zone .list li.item2 input[type="radio"] ~ .content p {
    max-width: 100%;
    margin: 0 10%;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    display: none;
  }

  #scene #left-zone .list li.item2 input[type="radio"] ~ .content {
    position: absolute;
    left: 0px;
    width: 78%;
    margin-left: 22%;
  }

  #scene #middle-border {
    margin-left: 16%;
  }

  .scene_content_left, .scene_content_right {
    float: none;
    width: 100%;
  }

  #scene #left-zone .list li.item2 input[type="radio"] ~ .content {
    display: grid;
  }
}

@media only screen and (max-width: 375px) and (max-height: 668px) {

  #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_strawberry:before,
  #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_apple:before,
  #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_banana:before,
  #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_orange:before {
    width: 16%;
    height: 12%;
    margin: -3px 3.5% 0px;
  }

}

@media only screen and (max-width: 375px) and (min-height: 668px) {

  #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_strawberry:before,
  #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_apple:before,
  #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_banana:before,
  #scene #left-zone .list li.item2 input[type="radio"] ~ label.label_orange:before {
    width: 15%;
    height: 12%;
    margin: -7px 3.5% 0px;
  }

}