.salsa-regular {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-style: normal;
}

  body{
    background-color: rgb(225, 169, 181);
    margin: 0;
    font-family: "Salsa", cursive;
}

nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    padding: 10px;
}

table{
    max-width: fit-content;
}



main{
    background-color: rgba(216, 255, 217, 0.449);
    
}


form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header, footer{
    background-image: url('../images/Banner.jpg');
    background-size: cover;
}
h1{
    font-size: 20px;
    display: inline-block;
    text-align: center;
}

img {
    height: 200px;
}
header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#valid{
    border-radius: 15px;
    border:solid rgb(92, 46, 18);
    padding: 8px;
    margin:-8px;

}

footer{
    color: rgb(92, 46, 18);
    text-align: center;
    width : 100%;
    position: absolute;
    margin-top: 200px;

}
a{
    text-decoration: none;
}
#en-tete {
    display : flex;
    flex : 800px;
    text-align: center;
    justify-content: space-around;
    list-style-type: none;
    color: rgb(92, 46, 18);
    
}

.test:visited, a{
    color : rgb(92, 46, 18); 
    padding: 4px;
    margin:4px;

}

#genshin{
    height: 200px;
}

.test:hover{
    background-color:rgb(92, 46, 18);
    color: lightgray;
    border-radius: 20px;
    padding: 8px;
    margin:8px;
}

#en-tete{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (min-width:480px) {
    .test:visited, a{
        color : rgb(92, 46, 18); 
        padding: 8px;
        margin:8px;
    
    }
    #valid{
        border-radius: 15px;
        border:solid rgb(92, 46, 18);
        padding: 8px;
        margin:-8px;
    
    }
    .test:hover{
        background-color:rgb(92, 46, 18);
        color: lightgray;
        border-radius: 20px;
        padding: 8px;
        margin:8px;
    }
    nav{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: auto;
        padding: 20px;
    }
    body{
        margin : 0;
    }
    .pictos{
        height: 30px;
        display: inline-block;
    }
    h1{
        font-size: 30px;
        display: inline-block;
    }
    main{
        display: flex;
        flex-direction: row;
    justify-content: space-between;
}
    }
    


  