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

#image_saint {
    height: 75vh;
}

#retour {
    width: 40px;
    height: 40px;
    font-size: 50px;
    font-weight: 1000;
    position: absolute;
    text-decoration: none;
    top: 3%;
    left: 3%;
    color: #43d0ff;
}

.resultat {
    font-weight: bold;
    display: none;
}

#vie {
    display: none;
    position: absolute;
    background-color: #fefefe;
    border: solid;
    border-style: inset;
    border-color: #d4a405;
    border-width: 2px;
    width: 30%;
    border-radius: 5px;
    text-align: left;
    overflow-y: auto;
    top: 15%;
    max-height: 50%;
    padding: 5px;
    left: 60%;
}

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

    #image_saint {
        height: 60vh;
    }

    #vie {
        width: 45%;
        left: auto;
        right: 1%;
        background-color: #ffffffde;
    }
}