* {
    font-family: "Yu Gothic Light", sans-serif ;
    list-style-type: none;
    margin: 0;
}
@font-face {
    font-family: "Yu Gothic Light";
    src: local("Yu Gothic Light"),
        local("YuGothL.ttc");
        
}
@font-face {
    font-family: "Yu Mincho Light";
    src: local("Yu Mincho Light"),
        local("yuminl.ttf");

}


body {
    overflow: auto;
    background-color: #222A30;
}

.display{
  height: 100vh;
  width: 74vw;
  position: fixed;
  display: flex;
  top: 0;  
  left: 0;
  align-items: center;
  justify-content: center;
  background-color: #222A30;
}

header{
  display: flex;
  flex-direction: column;
  align-self: end;
  width: 100%;
  animation: slide 4s;
}

@keyframes slide{
  from{
      
      margin-left: -100%;
      opacity: 0.01;
  }

  
  to{
      margin-left: 0;
      opacity: 1;
  }
}

h1{
  z-index: 0;
  position: relative;
  font-weight: lighter;
  color: #ffffff;
  margin: 0;
  text-align: center;
  width: 50%;
  line-height: 1.2;
  font-size: 2.4vw;
  align-self: end;
}

h2{
  z-index: 0;
  text-align: center;
  font-weight: normal;
  font-size: 2vw;
  border-top: #57B7FF solid 2px;
  line-height: 0.8;
  padding: 1%;
  color: #ABABAB;
  width: 50%;
  align-self: end;
}

.screen{
  align-items: end;
  display: flex;
  width: 73vw;
  position: absolute;
  justify-content: end;
  height: 87vh;
  align-self: start;
}

#imageshow{
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}

.galerie{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  left: 74vw;
  width: 25vw;
  justify-content: space-between;
  background-color: #ffffff;
  animation: colorchange 5s;
}

@keyframes colorchange{
  from{
    background-color: #222A30 ;
  }
50%{
  background-color: #222A30 ;
}
  to{
    background-color: #ffffff;
  }
}

.galerie img{
    height: 12vh;
    animation-name: Showing;
    animation-duration: 8s;
  }  
  
  @keyframes Showing{
    from{
         opacity: 0;
    }
  45%{
    opacity: 0;
  }
    to{
      opacity: 1;
    }
  }

picture{
    background: transparent;
}  


 /*animation間*/

 .anim間{
  width: 15vw;
  height: 15vw;
  position: fixed; 
  display: inline-flex;  
  bottom: 1vh;
  left: 10vw;
  background: none;
  z-index: 11;
}

#Calque1{
  transform: translateX(70%);
  align-self: baseline;
height: 100%;
animation: calque1 infinite 5s alternate;
fill: none;
stroke-width: 2px;
animation-delay: 4s;


}

@keyframes calque1 {
  from {
      transform: translate(70%,0) scale(1);
      stroke: #57B7FF;
      opacity: 0;
  }
  50%{
      transform: translate(-20%,-20%) scale(0.7);
      filter: blur(7px);
     
  }
  to {
      transform: translate(70%,0) scale(1);
      stroke: #57B7FF;
    
  }
}


#Calque2{
  align-self: end;
  height: 38%;
transform: translate(12%,-56%);
animation: calque2 infinite 5s alternate;
fill: none;
stroke-width: 2px;
animation-delay: 4s;
}

@keyframes calque2 {
  from {
      transform: translate(12%,-56%) scale(1);
      stroke: #57B7FF;
      opacity: 0;
      
  }
  50%{
      transform: translate(12%,-46%) scale(1.2);
      filter: blur(7px);
      
  }
  to {
      transform: translate(12%,-56%) scale(1);
      stroke: #57B7FF;
     
  }
}


#Calque3{
  transform: translateX(-64%);
align-self: end;
height: 100%;
animation: calque3 infinite 5s alternate;
fill: none;
stroke-width: 2px;
animation-delay: 4s;
}   

@keyframes calque3 {
  from {
      transform: translate(-64%,0) scale(1);
      stroke: #57B7FF;
      opacity: 0;
      
  }
  50%{
      transform: translate(-20%,20%) scale(0.8);
      filter: blur(7px);
      
  }
  to {
      transform: translate(-64%,0) scale(1);
      stroke: #57B7FF;
      
  }
}
  





  




  /*Mobile Portrait*/
  @media screen and (max-width:440px) and (orientation: portrait) {

h1{
  text-align: center;
  padding-right: 3%;
  font-size: 6vw;
  width: 60%;
}

h2{
  padding: 3%;
  width: 60%;
  font-size: 5vw;
}

.screen{
  align-items: start;
}

.galerie{
  width: 26vw;
  justify-content: center;
  flex-direction: none;
}

.galerie img{
  max-width: 100%;
  max-height: 100%;
  height: auto;
  
}
.anim間{
 
  display:none;  
  
}
  }
  
  
  
  
  
  
  
  
  
  /*Tablette portrait*/
  @media screen and (min-width:441px) and (max-width:1279px) and (orientation: portrait){
  
    h1{
      text-align: end;
      font-size: 5.5vw;
      width: 100%;
      padding-right: 3%;

    }
    
    h2{
      padding: 3%;
      width: 85.5%;
      font-size: 4.5vw;
      padding-top: 2%;
      text-align: end;
    }
    
    .screen{
      align-items: start;
      height: 82vh;
    }
    
    .galerie{
      width: 26vw;
      justify-content: center;
      flex-direction: none;
    }
    
    .galerie img{
      max-width: 100%;
      max-height: 100%;
      height: 13vh;
    }
  
    .anim間{
 
      display:none;  
      
    }
  
  }
  
  
  
  
  
  
  /*mobile paysage*/
  @media screen and (max-width:940px) and (orientation: landscape) {
  

  .galerie{
    justify-content: center;
    width: 26vh;
  }  
  .galerie img{
    height: 30vh;
  }
  .anim間{
 
    display:none;  
    
  }
  }
  
  
  
  
  
  /*Tablette Paysage*/
  @media screen and (min-width:940px) and (max-width:1260px) and (orientation: landscape), (not(hover)){
  
  
    h1{
      text-align: end;
      font-size: 4.5vw;
      width: 100%;
      padding-right: 3%;

    }
    
    h2{
      padding: 3%;
      width: 69.5%;
      font-size: 3.5vw;
      padding-top: 2%;
      text-align: end;
    }
    
    .screen{
      align-items: start;
      height: 82vh;
    }
    
    .galerie{
      width: 26vw;
      justify-content: center;
      flex-direction: none;
    }
    
    .galerie img{
      max-width: 100%;
      max-height: 100%;
      height: 13vh;
    }
  
    .anim間{
 
      display:none;  
      
    }
 
  
  }