.pi-search-infos
{
    width: 250px;
    height: 40px;
    background-color: white;
    font-size: 12pt;
    text-align: center;
    padding: 5px;
    opacity: 0;
    transition: all 0.5s;
}

.pi-bulle-stand
{
    cursor: pointer;
}

.pi-bulle-stand:hover
{
    text-decoration: underline;
}

.pi-bookmark-icon
{
    color:#46C02B;
}
