.salsa-regular {
    font-family: "Salsa", cursive;
    font-weight: 400;
    font-style: normal;
}



  body{
    background-image: url('../images/genshin_wp.jpg');
    background-size: cover;
    margin: 0;
    min-height: 100vh;
    font-family: "Salsa", cursive;
}



nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 10px;
}

main{
    background-color: rgba(216, 255, 217, 0.449);
    
}

.presentation{
    background-color: rgba(216, 255, 217, 0.633);
    width : 50%;
    text-align: center;
    margin: auto;
    
}
form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

header, footer{
    background-image: url('../images/Banner.jpg');
    background-size: cover;
}
.pictos{
    height: 20px;
    display: inline-block;
}
h1{
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin: auto;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#tableau{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);

}

img {
    height: 200px;
}
header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

form{
    background-color:  rgba(216, 255, 217, 0.633);
}

#valid{
    border-radius: 15px;
    border:solid rgb(92, 46, 18);
    padding: 4px;
    margin:-4px;

}

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;
    padding:20px;
    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;
    
    }

    nav{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: auto;
        padding: 10px;
    }
    .test:hover{
        background-color:rgb(92, 46, 18);
        color: lightgray;
        border-radius: 20px;
        padding: 8px;
        margin:8px;
    }
    
    body{
        background-image: url(../images/genshin-bg.jpg);
        background-size: cover;
        min-height: 100vh;
    }
    .pictos{
        height: 30px;
        display: inline-block;
    }
    h1{
        font-size: 30px;
        display: inline-block;
    }
    main{
        display: flex;
        flex-direction: row;
    justify-content: space-between;
}
    }
    
    @media screen and (min-height:2000px) {
        body{
            background-image: url(../images/genshin-wp.jpg);
            background-size: cover;
            min-height: 100vh;
        }
        }


  