@font-face {
    font-family: "Pokemon Solid";
    src: url("Pokemon\ Solid.ttf");
}

body{
    background-image: url(fond.jpg);
    background-size: cover;
    background-attachment: fixed;
}

#logo{
    height: 200px;
    width: 500px;
}

#titre{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

input{
    width: 175px;
    height: 30px;
    background-color: #ffcb05;
    color: #2a75bb;
    border: 2px solid #2a75bb;
    border-radius: 10px;
}

section{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#infos{
    width: 500px;
    height: auto;
    background-color: #ffcb05;
    border: 2px solid #2a75bb;
    margin: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2a75bb;
}
#pokemons{
    width: 500px;
    height: auto;
    background-color: #ffcb05;
    border: 2px solid #2a75bb;
    margin: 35px;
    color: #2a75bb;
}

#pokemons div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.pasvue{
    visibility: hidden;
}

.vue{
    visibility: inherit
}