#cookies {
    position: absolute;
    bottom: 2%;
    right: 2%;
}

#image_saint {
    height: 75vh;
    display: none;
    position: absolute;
    right: 10%;
}

.resultat {
    color: #824402;
    font-size: x-large;
    font-weight: bold;
    display: none;
}

.p_resultat {
    width: 90%;
    position: absolute;
    bottom: 10%;
}

#vie {
    display: block;
    width: 30%;
    max-height: 50%;
    text-align: left;
    overflow: auto;
}

h2 {
    display: none;
}

@media screen and (max-width : 780px) {
    select {
        width: 80%;
        text-align: center;
    }

    #image_saint {
        height: 60vh;
        right: auto;
        left: 0%;
    }

    #vie {
        position: absolute;
        width: 80%;
        left: auto;
        right: 5%;
        background-color: #ffffffde;
    }
}