.desc-dresseur, .desc-pokemon{
    display: block;
    gap: 20px;
    padding: 20px;
    background-color:#dcdcdc;;
    color: #000000;
    margin-bottom: 20px;
    border: solid 2px #000000;
    width: 50vw;
}

.pokemon:not(:first-child){
    border-top: solid 2px #000000;
}

section{
    display: flex;
    justify-content: space-between;
}

section img{
    width: auto;
    height: auto;
    /* border: solid 2px #000000;
    border-radius: 10px; */
    /* background-color: aqua; */
}

@media screen and (width <=880px){
    section{
        flex-direction: column;
        align-items: center;
    }

    .desc-dresseur, .desc-pokemon{
        width: 90vw;
    }

    section img{
        width: auto;
        height: auto;
    }

}

@media screen and (width <= 720px){
    section{
        flex-direction: column;
        align-items: center;
    }

    .desc-dresseur, .desc-pokemon{
        width: 80vw;
    }

    section img{
        width: 80vw;
        height: auto;
    }
}

.retour{
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 1.25rem;
    margin-top: 50px;
    margin-left: 50px;
    font-weight: 400;
    font-style: normal;
}

.retour a{
    color: #000000;
    text-decoration: none;
}
