.commentaires
{
    height: 480px;
    overflow: hidden;
    overflow-y: auto;
}
.commentaire-container
{
    max-width: 500px;
    padding: 5px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.commentaire-blue-arrow::after
{
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    bottom: -20px;
    background-image: url("../images/ihm/comment_blue_arrow.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.commentaire-gray-arrow::after
{
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    bottom: -20px;
    background-image: url("../images/ihm/comment_gray_arrow.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.bg-commentaire-auteur
{
    background-color: rgba(170, 207, 255, 0.25) !important;
}
.commentaire-contenu p
{
    font-size: 85%;
    margin-bottom: 5px;
}

.img-h-fluid
{
    height: 100%;
    width: auto;
}

.custom-div-icon:hover::before
{
    background-color: rgba(220, 53, 59, 0.25);
    border: 2px solid rgb(220, 53, 59);
    border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    bottom: -20px;
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.5);
    content: "Lieu de la prise de vue";
    font-size: 10pt;
    left: -57px;
    position: absolute;
    text-align: center;
    width: 150px;
}
