#image_saint {
    height: 60vh;
}

#image_saint:hover {
    cursor: pointer;
}

#bravo {
    position: absolute;
    right: 20%;
    top: 50%;
}

#reponse {
    display: none;
}

#suivant {
    display: none;
    position: absolute;
    right: calc(20% + 30px);
    top: calc(50% + 80px);
}

#enfants_priant {
    height: 50vh;
}

#commentaire {
    display: none;
    position: absolute;
    width: 50%;
    max-height: 8%;
    bottom: 0.5%;
    right: 25%;
}

@media screen and (max-width : 780px) {
    #bravo {
        bottom: 7%;
        top: auto;
    }

    #suivant {
        bottom: 5%;
        top: auto;
    }

    #commentaire {
        width: 45%;
        left: 50%;
        max-height: 50%;
        top: 30%;
        bottom: auto;

    }

    div.popup {
        width: 80%;
        left: 5%;
    }
}