*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	font-family: "SciFly-Sans", SciFly-Sans;
	font-size: 11px;
	line-height: 1.67;
	color: #444;	
}
@-webkit-keyframes slidein {
  0% {
    top: -400px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes slidein {
  0% {
    top: -590px;
    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;
  }
}
body {
  background: #eee;
  font-family: "SciFly-Sans";
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body #scene {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 200px;
  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;
}

.Title_left{
    color:rgba(15,32,81,0.84); padding:45px;top:0px;text-align:center; font: 3em SciFly-Sans;
}

body #scene #left-zone {
  background: #fff;
  height: 100%;
  flex-grow: 0;
  display: flex;
  width: 350px;
  align-items: center;
  justify-content: left;
}
body #scene #left-zone .list {
  display: flex;
  list-style: none;
  align-content: stretch;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
.item{
    display: flex;
    align-content: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
body #scene #left-zone .list li.item input[type=radio] {
  display: none;
}
body #scene #left-zone .list li.item input[type=radio] ~ label {
  display: block;
  opacity: 0.5;
  height: 50px;
  text-align: left;
  line-height: 50px;  
  margin-left: 80px;
  padding-right: 70px;
}
body #scene #left-zone .list li.item input[type=radio] ~ label:first-letter {
  text-transform: uppercase;
}
body #scene #left-zone .list li.item input[type=radio] ~ label:hover {
  opacity: 0.75;
  cursor: pointer;
}
body #scene #left-zone .list li.item input[type=radio] ~ label.label_fgr:before {
  content: " ";
  display: block;
  position: absolute;
  align-content: left;
  width: 65px;
  height: 50px;
  left: 15px;
  background-image: url("../img/avatar/fgr.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type=radio] ~ label.label_agh:before {
  content: " ";
  display: block;
  position: absolute;
  width: 65px;
  height: 50px;
  left: 15px;
  background-image: url("../img/avatar/agd.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type=radio] ~ label.label_aca:before {
  content: " ";
  display: block;
  position: absolute;
  width: 65px;
  height: 50px;
  left: 15px;
  background-image: url("../img/avatar/ac.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type=radio] ~ label.label_lel:before {
  content: " ";
  display: block;
  position: absolute;
  width: 65px;
  height: 50px;
  left: 15px;
  background-image: url("../img/avatar/lel.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content {
  position: absolute;
  left: 550px;
  top: -590px;
  width: 650px;
  height: 100%;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-name: slideout;
          animation-name: slideout;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_fgr .picto {
  height: 180px;
  width: 180px;
  background-image: url("../img/avatar/fgr.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 35px;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_fgr h1 {
  color: #D64541;

}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_agh .picto {
  height: 180px;
  width: 180px;
  background-image: url("../img/avatar/agd.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_agh h1 {
  color: #F5D76E;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_aca .picto {
  height: 180px;
  width: 180px;
  background-image: url("../img/avatar/ac.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_aca h1 {
  color: #00B16A;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_lel .picto {
  height: 180px;
  width: 180px;
  background-image: url("../img/avatar/lel.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_lel h1 {
  color: #F27935;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content h1:first-letter {
  text-transform: uppercase;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content p {
  max-width: 75%;
  text-align: justify;
}
body #scene #left-zone .list li.item input[type=radio]:checked ~ label {
  opacity: 1;
  -webkit-animation: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_fgr {
  color: #D64541;
  border-right: solid 2px #D64541;  
}
body #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_agh {
  color: #F5D76E;
  border-right: solid 2px #F5D76E;
}
body #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_aca {
  color: #00B16A;
  border-right: solid 2px #00B16A;
}
body #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_lel {
  color: #F27935;
  border-right: solid 2px #F27935;
}
body #scene #left-zone .list li.item input[type=radio]:checked ~ .content {
  -webkit-animation-duration: 1.65s;
          animation-duration: 1.65s;
  -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);
}
body #scene #middle-border {
  background-color: #66D8F7;
  height: 90%;
  flex-grow: 1;
  max-width: 2px;
  z-index: 0;
}
body #scene #right-zone {
  background: white;
  height: 80%;
  flex-grow: 3;
  display: flex;
  align-items: center;
  
}
/* **************************** MOVIL **********/

@media screen and (max-width: 768px) {

  .list{
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-family: "SciFly-Sans";
    z-index: 1;
    
  }

  body #scene #left-zone .list li.item input[type=radio] ~ .content {
  position: absolute;
  padding-top: 0px;
  left: 10px;
  font-size: 0.6em;
  top: -700px;
  width: 350px;
  height: 95%;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-name: slideout;
          animation-name: slideout;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 0;

}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_lel .picto {
  opacity: 0;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_fgr .picto {
  opacity: 0;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_agh .picto {
  opacity: 0;
}
body #scene #left-zone .list li.item input[type=radio] ~ .content.content_aca .picto {
  opacity: 0;
}

body #scene #left-zone .list li.item input[type=radio] ~ label {
    display: block;
    opacity: 0.5;
    height: 40px;
    text-align: left;
    line-height: 50px;
    margin-left: 80px;
    padding-right: 70px;
    z-index: 999;
}

body #scene #left-zone {
  background: #fff;
  height: 100%;
  flex-grow: 0;
  display: flex;
  width: 350px;
  align-items: left;
  justify-content: left;
  margin: 0px;
}

body #scene #middle-border {
  opacity: 0;
}
body #scene #right-zone {
 opacity: 0;
}


}
