.Uncommun,
.Uncommon,
.uncommon {
    /* background-image: url(https://fnactus.fr/Assets/img/rarity/uncommon.png); */
    /* background-size: cover;
    background-repeat: no-repeat; */
    background-position: center;
    background: radial-gradient(rgb(117, 255, 98), rgb(43 92 5));
}

.Commun,
.Common,
.common {
    /* background-image: url(https://fnactus.fr/Assets/img/rarity/common.png); */
    /* background-size: cover;
    background-repeat: no-repeat; */
    background-position: center;
    background: radial-gradient(rgb(83, 83, 83), rgb(26 26 26));
}

.Rare,
.rare {
    /* background-image: url(https://fnactus.fr/Assets/img/rarity/rare.png); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    background-position: center;
    background: radial-gradient(rgb(15, 215, 255, 254), rgb(6 45 183));
}

.Epique,
.Epic,
.epic {
    /* background-image: url(https://fnactus.fr/Assets/img/rarity/epic.png); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    background-position: center;
    background: radial-gradient(rgb(197, 96, 255, 254), rgb(63 20 112));
}

.Legendaire,
.Legendary,
.legendary {
    /* background-image: url(https://fnactus.fr/Assets/img/rarity/legendary.png); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    background-position: center;
    background: radial-gradient(rgb(234, 140, 34, 254), rgb(116 39 8));
}

.Marvel,
.marvel,
.MarvelSeries {
    background-image: url(https://fnactus.fr/Assets/img/rarity/marvel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.starwars,
.StarWars,
.Colombus,
.colombus,
.ColombusSeries,
.ColumbusSeries {
    background-image: url(https://fnactus.fr/Assets/img/rarity/starwars.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Sombre,
.Cube,
.cube,
.CUBESeries,
.dark {
    background-image: url(https://fnactus.fr/Assets/img/rarity/dark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Dc,
.dc,
.DCUSeries {
    background-image: url(https://fnactus.fr/Assets/img/rarity/dc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon,
.Icone,
.CreatorCollab,
.creatorcollab,
.CreatorCollabSeries {
    background-image: url(https://fnactus.fr/Assets/img/rarity/icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Frozen,
.frozen,
.FrozenSeries {
    background-image: url(https://fnactus.fr/Assets/img/rarity/frozen.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Lave,
.lava,
.Lava,
.LavaSeries {
    background-image: url(https://fnactus.fr/Assets/img/rarity/lava.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Ombre,
.Shadow,
.shadow,
.ShadowSeries {
    background-image: url(https://fnactus.fr/Assets/img/rarity/shadow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Slurp,
.slurp,
.SlurpSeries {
    background-image: url(https://fnactus.fr/Assets/img/rarity/slurp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Platform,
.platform,
.PlatformSeries,
.gaminglegends,
.GamingLegends {
    background-image: url(https://fnactus.fr/Assets/img/rarity/gaminglegends.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Crew,
.crew,
.CrewSeries {
    background: url(https://fnactus.fr/Assets/img/rarity/crew.png), linear-gradient(to bottom, #6278CF, #20203A);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Uncommun-text,
.Uncommon-text,
.uncommon-text {
    color: #016604;
}

.Commun-text,
.Common-text,
.common-text {
    color: #40464d;
}

.Rare-text,
.rare-text {
    color: #008DD4;
}

.Epique-text,
.Epic-text,
.epic-text {
    color: #8A2BE2;
}

.Legendaire-text,
.Legendary-text,
.legendary-text {
    color: #de6e0e;
}

.Marvel-text,
.marvel-text,
.MarvelSeries-text {
    color: #ef3537;
}

.StarWars-text,
.Colombus-text,
.colombus-text,
.ColombusSeries-text {
    color: #fddc00;
}

.Sombre-text,
.Cube-text,
.cube-text,
.CUBESeries-text {
    color: #ff42e7;
}

.Dc-text,
.dc-text,
.DCUSeries-text {
    color: #6094ce;
}

.Icone-text,
.CreatorCollab-text,
.creatorcollab-text,
.CreatorCollabSeries-text {
    color: #40b8c7;
}

.Frozen-text,
.frozen-text,
.FrozenSeries-text {
    color: #aad0ee;
}

.Lave-text,
.lava-text,
.Lava-text,
.LavaSeries-text {
    color: #a03035;
}

.Ombre-text,
.Shadow-text,
.shadow-text,
.ShadowSeries-text {
    color: #6e6e6e;
}

.Slurp-text,
.slurp-text,
.SlurpSeries-text {
    color: #008bde;
}

.Plaftorm-text,
.platform-text,
.PlatformSeries-text,
.gaminglegends-text {
    color: #7f78f9;
}

.crew-text,
.Crew-text,
.CrewSeries-text {
    color: #6278CF;
}