#earth {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (min-width: 768px) {
    #earth {
        flex-direction: row;

        #peut_defiler {
            max-width: 70vw;
        }
    }
}
