﻿.cbk_gamer__gamme-container {
    display: flex;
    flex-direction: column;
}

.cbk_gammer__titre-princ {
    width: fit-content;
    cursor: help !important;
    display: flex;
    display: flex;
    justify-content: flex-start;
    gap: var(--val_10);
    align-items: center;
}

.gamme_custom_title {
    display: flex;
    padding-bottom: 5px;
    gap: 5px;
    row-gap: 5px
}

.gamme_pcgamer {
    cursor: help !important;
}

.cbk_gamer__image-gamme-container {
    height: 61px;
    width: 51px
}

.gamer_title-desktop {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: relative
}

    .gamer_title-desktop p {
        color: white;
    }

.img_gamme_principale {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.fiche-pc strong {
    font-weight: 600
}

.gamme_pcgamer {
    width: fit-content;
    cursor: help !important;
    display: flex;
    flex-direction: row;
    row-gap: 5px
}

.gamer_avismoyen {
    cursor: pointer;
    color: white;
    font-size: 20px;
    margin: 0 4px !important;
    padding: 0px;
    text-transform: uppercase
}

.tous_avis__total_avis {
    text-decoration: underline;
}

.titre_gamme {
    font-size: 20px;
    font-weight: var(--bold);
    text-transform: uppercase
}

.titre_gamme_expert {
    color: #1481e1 !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: var(--bold);
}

.titre_gamme_maitre {
    color: #8642c2 !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: var(--bold);
}

.titre_gamme_legendaire {
    color: #FFE178 !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: var(--bold);
}

.titre_gamme_initie {
    color: #7acf02 !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: var(--bold);
}

.cbk_gamer_intro p {
    color: white;
    font-weight: 300;
    line-height: 1.3;
    font-size: 12px;
}

.gamer_h1 {
    font-size: 28px;
    font-weight: var(--semibold);
    text-transform: uppercase;
    color: white
}

    .gamer_h1 span {
        display: none
    }

.avis_description__etoiles {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    max-width: 390px;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .cbk_gamer__image-gamme-container {
        width: 38px;
        height: 45px
    }

    .titre_gamme {
        font-size: 16px !important;
    }

    .gamer_h1 {
        font-size: 24px;
    }
}
