body{
    background-image:url(src/ciel2.png);
    background-attachment: scroll;
    background-size: cover;

    color: aliceblue;
    font-family: 'Courier New', Courier, monospace;
    
}

.bat01 {
    max-width: 100vw;
    transform: rotate(180deg);
    
}
.foret {
    max-width: 100vw;
    
}

header h1{
    text-align: center;
    font-size: 100pt;


}
.vid{
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 1000px;
    margin-bottom: 15vh;
}

.vid iframe{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 1000px;
    align-items: center;
    justify-content: center;
}
.homme{
    display: flex;
  position: sticky;
  bottom: 0;
  justify-content: flex-end;

}
.homme img{
   
    width: 10vw;

}