main {
    padding-top: 6.5em;
    padding-bottom: 12em;
    display: flex;
    flex-direction: column;
}

main > h1 {
    font-size: 48px;
    padding-top: 1em;
    padding-left: 3em;
    padding-right: 3em;
}

#retour {
    height: 48px;
    position: absolute;
    transition: 0.25s ease-out;
}

#retour:hover {
    transform: scale(1.3);
}

main section {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 20px black;
    border-radius: 20px;
    padding: 3em;
    margin: 3em;
    background-color: white;
    max-width: 900px;
    margin: 0 auto;
}

.img_full {
    height: 300px;
    transition: 0.25s ease-out;
}

.img_full:hover {
    transform: scale(1.02);
}


.case {
    border: 1px solid black;
    margin-bottom: 1.2em;
    border-radius: 10px;
    width: 14em;
}

.ref {
    font-weight: 700;
}

.case > p {
    margin-left: 3em;
}

.pokemon {
    margin-top: 4.5em;
    text-align: center;
    margin-right: 3em;
}

.pokemon > p{
    font-weight: 700;
    font-size: 32px;
}

.tte_case {
    margin-top: 3em;
}

.souligne {
    border-bottom: 3px solid #FFCB05;
}