/* tout ce qui est en général */
@font-face {
    font-family: deltarune;
    src: url("/fonts/deltarune.ttf");
}
@font-face {
    font-family: 'PixelOperator8';
    src: url("/fonts/PixelOperator8.ttf");
}


body{
    background-color:black;
    margin: 0;
    padding: 0;
    
}



p{
    color:white;
    font-family: "PixelOperator8";
}


h1{
    font-family:deltarune;
    color:white;

}




    #deltarune_background {
        display: flex; 
        justify-content: center;
        align-items: center; 
        height: 100vh;
        margin: 0; 
        padding: 0;
    }

    
    #deltarune_background img {
        width: 100%;
        height: 850px;
        z-index:0;
        position:relative;
        top:-65;
        left:0;
        margin-bottom:30px;
    }
    

nav{
    position:fixed;
    top:0;
    width: 100%;           
    background-color: rgba(0, 0, 0, 0.3);
    height: 170px;
    display: flex;           
    justify-content: space-between; 
    align-items: center;  
    color: white;
    text-decoration:none;
    padding: 0 20px;
    z-index:2;


}



.logoone{
    width: 7vw;
    height:auto;
    position:relative;
    left: 60px;

}

#liens ul{

    list-style-type: none;
    display: flex; 
    padding-right: 50px; 
}

#liens ul li{
    margin-left: 47px;
    transition: text-shadow 0.3s ease-in-out; 
    transition: transform 0.3s ease-in-out;
    
}

#liens a{
    text-decoration: none;
    font-size:3vw;
    font-family: deltarune; 
    color: #ffffff; 
}


#liens ul li:hover {
    text-shadow: 0 0 10px rgba(210, 191, 247, 0.8), 0 0 20px rgba(214, 153, 214, 0.6), 0 0 30px rgba(196, 199, 255, 0.4);
    transform: scale(1.2); 
    
}



a:visited {
    color: inherit;
    text-decoration: none;
}


#rouxls_kaard_box{
    margin-top:5%;
    
}

#rouxls_kaard_gif img{
    position:relative;
    width:55vw;
    height:auto;
    margin-left:15%;


}


#rouxls_kaard_text{
    width:80vw;
    height:auto;
    margin-top:3%;
    margin-left: 10%;
    margin-right: 10%;
    border-style: solid;
    border: 2px solid #ffffff;
    padding:2%;
    margin-bottom:10%;

}



#rouxls_kaard_text a{
    color:rgb(142, 142, 249);
    text-decoration:none;margin-bottom:10%;
}


iframe {
    position:absolute;
    margin-left: 55%;
    margin-top:7%;
    width:30%;
    z-index:1;
  }

  #deltarune_introgifs {
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 50px; 
    margin-bottom:5%;
}

.introgif {
    width: 40vw; 
    height: auto;
}

.roaringgif{
    width: 33vw; 
    height: auto;
    border-radius:45px;

}

#gifone, #gifone p{
    margin-left:10%;
}


#heroesgif{
    margin-left:20%;
    margin-top:5%;

}
.heroesgif{
    
    width:55vw;
    
}

#boxintrogifs p{
    width:80%;
    margin-top:5%;
    margin-bottom:10%;

}


#footer {
    position: relative;  
    bottom: 0;  
    width: 100%;         
    background-color: rgba(0, 0, 0, 0.3);
    height: 170px;
    display: flex;           
    justify-content: center; 
    align-items: center;   
    overflow:hidden;
    font-family:deltarune;
    color:white;
    text-align:center;
    
} 


form{
    color:white;
    font-family: 'PixelOperator8';
}
#conteneur{
    justify-content: center;
    align-items: center;
}
#formdiv{
    text-align: center;
    margin-top:20%;

}

#information_bloc{

    display:flex;
    flex:column;
    border-style: solid;
    border: 2px solid #ffffff;
    padding:2%;
    width:20vw;
    display: inline-block;
    margin-left: 10%;
    margin-bottom:5%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    
}




#information_bloczone{

    display:flex;
    flex:column;
    border-style: solid;
    border: 2px solid #ffffff;
    padding:2%;
    width:35vw;
    display: inline-block;
    margin-left: 10%;
    margin-bottom:5%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    
}


#information_bloc:hover{
    transform: scale(1.2);
    box-shadow: 0 0 55px 5px rgba(173, 216, 230, 0.9); 

}

#information_bloczone:hover{
    transform: scale(1.2);
    box-shadow: 0 0 55px 5px rgba(173, 216, 230, 0.9); 

}


#sprite img{

    width:180px;
    height:200px;
    margin-right:45px;

}

#spritezone img{

    width: 370px;
    height: 300px;
    margin-right:45px;
    margin-bottom:15px;

}

#nom_et_pv{
    display:flex;
    flex:wrap;
    gap:20%;
}

#boitesadata{
    border-style: dashed;
    border-color: black;
}



#zonesdiv{

    position:relative;
    margin-left:40%;
    margin-bottom:10%;


}

#zonesdiv h1{

    font-size:100px;


}

#persosdiv{

    position:relative;
    margin-left:30%;
    margin-bottom:10%;


}

#persosdiv h1{

    font-size:100px;


}

#research{
    width:50%;
}

@media screen and (max-width: 576px) {

    #container{
        object-fit:contain;
    
    }
    
    #deltarune_background {
        display: flex; 
        justify-content: center;
        align-items: center; 
        height: 50%;
        margin: 0; 
        padding: 0;
    }

#deltarune_background img {
    width: 100%;
    height: auto;
    position:relative;
    top:5%;;
    z-index:0;
    }


nav {
    position:relative;
    flex-direction: column;
    height: auto;
    padding: 10px;
    z-index:1;
    }

.logoone{
    position: relative;
    left: 0;
    margin-bottom: 20px;
    }

#liens ul{
    flex-direction: column;
    width: 100%;
    padding-right: 0;
    align-items: center;
    }

#liens ul li{
    margin-left: 0;
    margin-bottom: 10px;   
    }

#liens a {
    font-size:120%;
    }


#rouxls_kaard_gif img{
    position:relative;
    width:70vw;
    height:auto;
    margin-left:10%;
    margin-top:0%;


    }


iframe{
    position:absolute;
    margin-left: 57%;
    margin-top:7%;
    width:40%;
    height:122px;
    z-index:1;
  }

  #responsiveintrogifs{
    display:flex;
    flex-direction:column;
    }


#deltarune_introgifs{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 5%;
    }

.introgif, .roaringgif, .heroesgif{
    width: 80vw; 
    height: auto;
    }

#heroesgif {
    margin-left: 0; 
    margin-top: 5%; 
    }
.roaringgif, .heroesgif, #heroesgif p, #giftwo p{
    margin-left:10%;
    }


    
    #information_bloc {
        flex-direction: column; 
        align-items: center;
        width: 90%;
        margin-left: 5%; 
        margin-right: 5%; 
    }

 
    #sprite img {
        width: 50%; 
        height: auto;
    }

    #information_bloczone {
        flex-direction: column; 
        align-items: center;
        width: 90%;
        margin-left: 5%; 
        margin-right: 5%; 
    }

 
    #spritezone img {
        width: 50%; 
        height: auto;
    }

    #stats {
        width: 100%; 
        text-align: center; 
    }

  
    #stats p {
        font-size: 14px; 
    }

    #nom_et_pv p {
        font-size: 16px;
    }

    #zonesdiv{

        position:relative;
        margin-left:20%;
        margin-bottom:10%;
    
    
    }
    
    #zonesdiv h1{
    
        font-size:50px;
    
    
    }
    
    #persosdiv{
    
        position:relative;
        margin-left:20%;
        margin-bottom:10%;
    
    
    }
    
    #persosdiv h1{
    
        font-size:50px;
    
    
    }

    #information_bloc:hover{
        transform: none;
        box-shadow: none;
    
    }
    
    #information_bloczone:hover{
        transform: none;
        box-shadow: none;
    
    }


}


table {
    width: 80%;
    border-collapse: collapse;
    margin-left:10%;
    text-align: center;
}


thead {
    background-color: #444;
    color: #fff;
    font-family: deltarune;
    font-size: 1.2em;
}

th, td {
    padding: 15px;
    border: 1px solid #ddd;
}

tr:hover {
    background-color: #333;
    transition: background-color 0.3s ease;

}


a {
    color: #ffffff;

}



td p {
    margin: 0;
    font-size: 1.1em;
}
