.ctr-relative-img {
    position: relative;
    display: inline-block;
}

.avatar {
    border-radius: 50%;
    position: relative;
    top: 4px;
    margin-right: -15px;
    left: 5px;
    box-shadow: 0px 1px 8px #00000085;
    -webkit-animation: roll-in-left 0.8s 0.3s ease-out both;
    animation: roll-in-left 0.8s 0.3s ease-out both;
    z-index: 1;
}

.laurier {
    position: absolute;
    height: 75px;
    z-index: 2;
    left: -12px;
    -webkit-animation: bounce-in-fwd 1.1s 1s both;
    animation: bounce-in-fwd 1.1s 1s both;
}

.infos {
    width: 100%;
    -webkit-animation: slide-in-top 0.8s 0.5s ease-out both;
    animation: slide-in-top 0.8s 0.5s ease-out both;
    background: linear-gradient(180deg, rgba(186, 184, 178, 1) 0%, rgba(186, 184, 178, 1) 1%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 1) 5%, rgba(250, 250, 250, 1) 6%, rgba(209, 209, 209, 1) 96%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 98%, rgba(94, 94, 94, 1) 99%, rgba(88, 88, 88, 1) 100%);
}

.infos .pseudo {
    font-size: 115%;
    text-transform: uppercase;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.infos .score {
    font-size: 110%;
}