
/*aspect*/
body{
    display: flex;
    flex-direction: column;
    color:rgb(255, 255, 255);
    background-color: black;
    margin: 0;
    padding: 0;
}
body::-webkit-scrollbar{
    width: 12px;
}
body::-webkit-scrollbar-track{
    background-color: transparent;
}
body::-webkit-scrollbar-thumb{
    background-color: rgba(255, 255, 255, 0.521);
    border: rgba(255, 255, 255, 0.521);
    border-radius: 3px;
}
.shinda{
    display: flex;
    flex-direction:row;
    font-size: 196px;
    text-shadow: 10px 10px 50px black;
    z-index: 1;
}
.s1{
    display: flex;
    flex-direction:column;
    align-items:center;
    transition: 0.5s;
}


.s1:hover{
    padding-top:200px ;
    padding-bottom: -300px;
    transition: 0.5s;
    margin-bottom: 200px;
}
.s1:hover .video{
  top:-150px;
  transition: 0.5s;
}


.s1:hover .shinda{
    color: rgb(255, 255, 255);
}
.s1>div{
    margin-bottom: -200px;
    margin-top: -200px;
}

.s11{
  background-image: url(images/bgcvc.png);
  justify-content: center;
  background-blend-mode:normal;
  background-repeat:repeat;
  background-position: 0rem -91px;
  background-size: 175px;
  background-color:#383838;
  padding-bottom: -30px;
  padding-top : 0px;
  transition : 0.5s;
z-index: 1;
}

.s11:hover {
  background-size: 175px;
  animation: bgRota1 4s;
  animation-timing-function:linear;
  animation-iteration-count: infinite;
}

.s11:hover {
  padding-bottom: 40px;
  transition: 0.5s;
}

.s11 h2{
  padding-bottom: 0px;
  margin-top: 10px;
  opacity: 0%;
  transition: 0.5s;
}

.s11:hover h2{
  padding-bottom: 5px;
  opacity: 100%;
  transition: 1s;
}

.video {
  position: fixed;
  top: -400px;
  z-index: 0;
  overflow: hidden;
  transition: 0.5s;
}

.CV{
  padding: 20px 50px 110px 20px ;
  border-image: url(images/tv.webp) 400 fill/ 100px / 20px ;
}

.s2{
    background-image: url(images/bg1c.png);
    background-blend-mode:normal;
    background-repeat:repeat;
    background-position: 0rem -91px;
    background-size: 175px;
    background-color:#461313;
  z-index: 1;
}

.s2:hover{
    background-size: 175px;
    animation: bgTrav1 linear 3s;
    animation-iteration-count: infinite;
}

.s3{
    justify-content: flex-end;
    background-color:#311212;
    background-image: url(images/bg2c.png);
    background-blend-mode:normal;
    background-repeat:repeat;
    background-position: 0rem -91px;
    background-size: 175px;
    z-index: 1;
}

.s3:hover{
    background-size: 175px;
    animation: bgTrav2 4s;
    animation-timing-function:linear;
    animation-iteration-count: infinite;
}

.s4{
    background-color: rgb(43, 13, 18);
    background-image: url(images/bg3c.png);
    background-blend-mode:normal;
    background-repeat:repeat;
    background-position: 0rem -91px;
    background-size: 175px;
    z-index: 1;
}

.s4:hover{
    background-size: 175px;
    animation: bgTrav3 2s;
    animation-timing-function:ease-in-out;
    animation-iteration-count: infinite;
}

.s4:hover .input{
    font-size: 32px;
    padding: 12px 24px;
}

.mur{
    height: 50px;
    background-image: url(images/pilar.png);
    background-repeat: repeat-x;
    background-size: 150px;
    background-blend-mode:darken;
    z-index: 1;
}

.section{
    display: flex;
    margin-bottom: -4px;
}
.section img{
    height: 500px;
    transition: 0.5s;
}

.s2 img, .s4 img{
  margin-right: -150px;
  transition: 0.25s;
}

.s3 img{
  margin-left: -150px;
  transition: 0.25s;
}

.CV {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section:hover img{
    transition: 0.25s;
    height: 550px;

}
.parag{
    display: flex;
    align-items: center;
    align-self: center;
    flex-direction: column;
    width: 70rem;
    background: transparent;
    transition: 1s;
    z-index: 2;
    
}

.parag>h2{
    font-size: 36px;
}

.parag>p{
    padding-left: 80px;
    padding-right: 80px;
    text-align: justify;
    font-size: 19px;
}

.input{
    font-size: 28px;
    font-weight: bold;
    color:rgb(116, 0, 0);
    background-color: azure;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 15px;
    border: none;
    transition: 0.25s;
}

.input2{
  font-size: 28px;
  padding: 20px 30px;
  border-radius: 20px;
}

.input:hover{
    background-color: rgba(240, 255, 255, 0.747);
    transition: 0.25s;
    padding: 15px 25px;
}

.input2:hover{
  font-size: 28px;
  padding: 20px 30px;
  border-radius: 20px;
}

.parag{
    background: radial-gradient(closest-side,rgba(0,0,0,0.5),rgba(0,0,0,0));
    transition: 1s;
}


.s1:hover .l1{
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.55s;
  
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
  }
  .s1:hover .l2{
    animation: shake 0.5s;
    animation-iteration-count: infinite;
  }
  
  .s1:hover .l3{
    animation: shake 0.45s;
    animation-iteration-count: infinite;
  }
  
  .s1:hover .l4{
    animation: shake 0.6s;
    animation-iteration-count: infinite;
  }
  
  .s1:hover .l5{
    animation: shake 0.4s;
    animation-iteration-count: infinite;
  }






/* galerie */

.galerie a{
  color: rgb(255, 200, 127);
  overflow: visible;
}
.tableau img,.tableau iframe{
  border-image: url(images/png-2663750_1280.webp) 40 fill / 20px / 10px round;
  height: 400px;
  image-rendering:optimizeSpeed;
  filter:brightness(80%);
  transition: 0.5s;
}

.tableau:hover img{
  filter:brightness(100%);
  transition: 0.5s;
}

.t6 img{
  height: 350px;
}

.galerie{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  background: url(images/bggb.webp);
  background-color: #3b1d1d;
  background-blend-mode:normal;
  background-repeat:repeat;
  background-position: 0rem -91px;
  background-size: 125px;
  padding: 0 55px ;
  padding-top: 100px;
  animation: bgTrav22 linear 10s;
  animation-iteration-count: infinite;
}

.navbarre{
  z-index: 5;
  position: sticky;
}

.tableau h3{
  font-family: lobster;
  font-size: 24px;
}

.row h3,.row .tableau{
  margin-top: 0px;
}
.row .tableau{
 margin-bottom: 0px;
}
.tt1{
  margin: 15px;
  font-family: churek;
  font-size: 42px;
  color: #f9fad9;
}

.tt2{
  margin: 20px 0px 0px 0px;
  font-family: sourcer;
  text-decoration: underline;
  font-size: 36px;
  padding-left:25px ;
}

.row{
  display: flex;
  justify-content:left;
  align-items: center;
  flex-direction: row;
  flex-wrap:nowrap;
  transition: 0.5s;
  width: 95vw;
  overflow: hidden;
  overflow-x: scroll;
}

.row::-webkit-scrollbar{
  width: 12px;
  height: 10px;
}

.row::-webkit-scrollbar-track {
  background-color: transparent;
} 

.row::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.521);
  border: rgba(255, 255, 255, 0.521);
  border-radius: 3px;
} 


.row:hover{
  background: content-box radial-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0));
  transition: 0.5s;
  backdrop-filter: blur(2px);
}

.row>div{
  margin: 20px;
}

.SecPhot, .SecDes, .SecInf{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.tableau p{
  font-family: sourcel;
  width: 100%;
  text-align:justify;
  margin-top: 30px;
}

.tableau{
  margin:30px;
  width:min-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
  background: radial-gradient(closest-side,rgba(0,0,0,0.7),transparent);
  transition: 0,5s;
}
.tableau:hover{
  background: radial-gradient(closest-side,rgba(251, 255, 194, 0.7),transparent);
  transition: 0,5s;
}

.sword>img{
  height: 250px;
  margin: 15px;
  border-image-width: 7px;
  border-image-outset: 10px;
  transition: 0,5s;
}

.sword>img:hover{
  height: 300px;
  transition: 0,5s;
}

.sword{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 85vw;
  transition: 0.5s;
}

.plaquette{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.plaquette>img{
  height: 400px;
  border-image-outset: 10px;
  margin: 15px;
}






/* Footer */

footer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color:#311313;
  background-image: url(images/bgfc.png);
  background-blend-mode:normal;
  background-repeat:repeat;
  background-position: 0rem -91px;
  background-size: 175px;
  transition: 0.5s;
  z-index: 1;
}
footer:hover{
  animation: bgTrav4 6s infinite linear;
  transition: 0.5s;
}


  .footer{
    margin:30px;
    font-size: 20px;
    
  }
  .footer>a{
    color: azure;
    font-weight: bold ;
    text-decoration: none;
    transition: 0.5s;
  }
  .footer>a:hover{
    color: rgb(223, 42, 42);
    transition: 0.5s;
  }
  





  /*animations*/

  @keyframes shake {
    0% { transform: translate(2px, 2px); }
    10% { transform: translate(-2px, -3px); }
    20% { transform: translate(-4px, 0px); }
    30% { transform: translate(4px, 3px); }
    40% { transform: translate(2px, -2px); }
    50% { transform: translate(-2px, 3px); }
    60% { transform: translate(-4px, 2px) ; }
    70% { transform: translate(4px, 2px) ; }
    80% { transform: translate(-2px, -2px); }
    90% { transform: translate(2px, 3px); }
    100% { transform: translate(2px, -3px); }
  }
  @keyframes bgRota1 {
    0%{
      background-position-x:22rem;
  }

  100%{
    background-position-x:0rem;
  }
    
  }

  @keyframes bgTrav1 {
    0%{
        background-position-y:-91px;
        background-position-x:0rem;
    }
    
    100%{
        background-position-y:-406px;
        background-position-x:11rem;
    }
    
  }

  @keyframes bgTrav2 {
    0%{
        background-position-y:91px;
        background-position-x:0rem;
    }
    
    100%{
        background-position-y:-67px;
        background-position-x:-22rem;
    
  }}
  @keyframes bgTrav22 {
    0%{
        background-position-y:91px;
        background-position-x:0rem;
    }
    
    100%{
        background-position-y:-135px;
        background-position-x:-23.5rem;
    
  }}

  @keyframes bgTrav3 {
    0%{
        background-position-y:91px;
        background-position-x:0rem;
    }
    
    50%{
        background-position-y:35px;
        background-position-x:5.5rem;
    }
    100%{
        background-position-y:91px;
        background-position-x:11rem;
    }
    
  }

  @keyframes bgTrav4 {
    0%{
        background-position-y:-406px;
        background-position-x:11rem ;
    }
    
    100%{
        background-position-y:-91px;
        background-position-x:0rem ;
    }
    
  }






/*police*/

@font-face{
    font-family: storm;
    src: url(/fonts/Storm\ Gust.otf);
  }
  @font-face{
    font-family: lobster;
    src: url(fonts/Lobster\ 1.4.otf);
  }
  @font-face{
    font-family: sourcel;
    src: url(fonts/SourceSansPro-Light.ttf);
  }
  @font-face{
    font-family: sourcer;
    src: url(fonts/SourceSansPro-Regular.ttf);
  }
  @font-face{
    font-family: churek;
    src: url(fonts/Churek.ttf);
  }

  .shinda {
    font-family: storm;
  }

  .parag>h2{
    font-family: lobster;
  }
  .parag>p,.parag>button{
    font-family: sourcel;
  }
  .footer{
    font-family: sourcer;
  }





/* Responsive */

@media (min-width:1920px){
  .s2 .parag, .s4 .parag {
    padding-left: 10vw;
  }
  .s3 .parag{
    padding-right: 10vw;
  }
  .video{
    width: 100%;
  }
}

@media (max-width:1600px){
  .parag>p{
    font-size: 16px;
    padding: 0 50px;
  }
}
@media (max-width:1200px){
  .htmlmain{
    width: 130vw;
  }
  .mur{
    height: 50px;
  }
  .s11{
    height: 800px;
  }
  .s11:hover h2{
    margin-bottom: 40px;
  }
  .s11:hover{
    height: 900px;
  }
  .parag{
    margin: 0 65px;
  }

  .section{
    display: run-in;
    box-sizing: border-box;
  }

  .section:hover img{
    height: 99.5%;
    transition: 0.25s;
  }
  .s4:hover img{
    height: 99.5%;
  }
  .section:hover .parag p{
    font-size: 36px;

  }.section:hover .parag h2{
    font-size: 64px;
  }
  .parag h2{
    font-size: 52px;
    margin: 0;
  }
  .s3:hover img{
    margin-left: -1450px;
    transition: 0.25s;
  }
  .section img{
    z-index: 2;
    opacity: 33%;
    height: 1000px;
    transition: 0.25s;
  }
  .s2 img, .s4 img{
    margin-right: -10000px;
    transition: 0.25s;
  }
  .s3 img{
    margin-left: -1220px;
    transition: 0.25s;
  }

  .parag p{
    font-size: 32px;
    padding-bottom: 20px;
  }
  .tableau p{
    font-size: 32px;
  }
  .tableau h3{
    font-size: 40px;
  }
  .footer{
    margin : 20px;
    font-size: 45px;
  }
  .footergal{
    margin : 30px;
    font-size: 38px;
  }
  .tableau{
    width:80%;
  }
  .input{
    font-size: 50px;
    padding: 20px;
    border-radius: 25px;
  }
  .input2{
    font-size: 50px;
    padding: 30px;
    border-radius: 30px;
  }
  .section:hover .input{
    font-size: 60px;
    padding: 30px;
    margin-bottom: 10px;
  }

}

@media (max-width:800px){
  
  .shinda{
    font-size: 128px;
    padding-bottom: 100px;
  }
  .s1{
    padding-top: 100px;
  }
  .s1:hover{
    padding-top: 200px;
    margin-bottom: 100px;
  }
  
}

