#champion {
    position: relative;
    text-align: center;
}

.imgSplash {
    margin-top : 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
}

.info-champs {
    color : white;
    font-family: Arial, Helvetica, sans-serif;
}

.entete {
    position: absolute;
    top: 450px;
    left: 0;
    right: 0;
}

.description {
    margin-right: 175px;
    margin-left: 175px;
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid white;
}

#type {
    color: #C89B3C;
    text-transform: uppercase;
    font-weight: 600;
}

#_difficulte {
    color: #C89B3C;
    text-transform: uppercase;
    font-weight: 600;
}

#champion-h1 {
    font-size: 100px;
    font-weight: bold;
}

#champion-h2 {
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
}

#carre {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-right: 4%;
    opacity: 1;
    background-color: rgb(8, 215, 247);
    transform: skewX(-40deg);
    margin-top: 50px;
}
#carreEmpty {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-right: 4%;
    opacity: 0.2;
    background-color: rgb(8, 215, 247);
    transform: skewX(-40deg);
    margin-top: 50px;
}

.roleDiff {
    padding-bottom: 30px;
}

