.content {
    position: relative;
    top: 14px;
}

/** ANIMATION */
.ctr-player:nth-of-type(1) {
    -webkit-animation: 0.5s linear 0s normal forwards 1 fadeIn;
       animation: 0.5s linear 0s normal forwards 1 fadeIn;
}
.ctr-player:nth-of-type(2) {
-webkit-animation: 1.25s linear 0s normal forwards 1 fadeIn;
    animation: 1.25s linear 0s normal forwards 1 fadeIn;
    position: relative;
    top: -6px;
}
.ctr-player:nth-of-type(3) {
-webkit-animation: 2s linear 0s normal forwards 1 fadeIn;
    animation: 2s linear 0s normal forwards 1 fadeIn;
    position: relative;
    top: -12px;
}

.ctr-list {
    width: 90%;
    margin: 0px auto;
}
.ctr-player .place {
    float: left;
    position: relative;
    top: 1px;
    font-weight: bold;
    font-size: 110%;
    width: 34px;
    margin-right: 7px;
    background: red;
    text-align: center;
    height: 26px;
}

.ctr-player .place span {
    position: relative;
    top: 3px;
}

.info-non-dispo {
    text-align: center;
    font-style: italic;
}

.ctr-player {
    padding-right: 14px;
    background: rgb(186,184,178);
    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%);
    clear: both;
}
.player {
    padding: 5px;
    height: 18px;
    width: 100%;
}

.player .image {
    float: left;
    width: 25px;
    text-align: left;
    margin-right: 6px;
    position: relative;
    top: -3px;
}

.player .nom {
    text-align: left;
    position: relative;
    font-size: 75%;
    top: -3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    text-transform: uppercase;
}

.player .valeur {
    float: right;
    position: relative;
    padding: 0 4px;
    font-weight: bold;
    font-size: 75%;
}

.player .club {
    text-align: left;
    position: relative;
    font-size: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    top: -4px;
}
