#invocateur {
    padding-bottom: 20px;
}

.form-select {
    width: 200px;
    height: 35px;
}

.mp-manuel {
    width: 300px;
    height: 30px;
    padding-top: 5px;
}

.inputPlayer {
    width: 19%;
}

.player {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    width: 100%;
}

.playerInfos {
    padding-bottom: 25px;
    padding-top: 10px;
}

.playerName {
    padding-bottom: 30px;
}

.playerLvIcon {
    padding-bottom: 30px;
}

.imgIcon {
    padding-top: 10px;
    width: 150px;
    border-radius: 100%;
}

.titreMatches {
    padding-bottom: 50px;
}

input[type="text"]:focus{
    box-shadow: 0 0 0 rgb(255, 255, 255);
}

.btn {
    background-color: #005A82;
}

.championImage {
    border-radius: 20%;
}

.victory {
    color: #4c87d4;
}

.defeat {
    color: #de4053;
}

.participantChamps img {
    max-width: 50%;
    height: auto;
    border-radius: 100%; /* Rend l'image ronde */
}

.participantNameYes {
    color: #C89B3C;
}

.participantNameYes,
.participantNameNo {
    text-align: left; /* Aligner le texte à gauche */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80px; /* Ajustez la largeur maximale selon vos besoins */
}

.playerRank {
    text-align: center;
}

#rank {
    width: 60%;
    position: relative;
    top: -45px;
}