﻿/*===== Benchmark ======*/
.grb_fch-prod__title-rubrique {
    font-size: 24px !important;
    font-weight: var(--medium) !important;
    position: relative;
    text-transform: none;
    width: fit-content;
    line-height: 1.4;
    padding-left: 17px;
    color: var(--noir);
}

    .grb_fch-prod__title-rubrique::before {
        content: "";
        width: 10px;
        height: 10px;
        background: url(https://www.grosbill.com/images/options/point.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        bottom: 10px
    }

    .grb_fch-prod__title-rubrique::after {
        content: " ";
        width: 100%;
        height: 2px;
        background: #EE3C34 !important;
        left: 0;
        bottom: -5px;
        position: absolute;
    }

.benchmark {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    row-gap: 40px;
}

.pcgamer__benchmark__image-container {
    display: flex;
    width: 100%;
    justify-content: center;
    column-gap: 5px;
}

    .pcgamer__benchmark__image-container .swiper-button-disabled {
        opacity: 0;
        z-index: 0
    }

.grb_fch-prod__titre_desc {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: var(--noir);
}

.pcgamer__benchmark__sub-title {
    font-size: 24px;
    font-weight: var(--bold);
}

.pcgamer__benchmark__all-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.pcgamer__benchmark__api {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
    margin-left: auto
}

.pcgamer__benchmark__api-text {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

.pcgamer__benchmark__api-logo {
    width: 117px;
}

.pcgamer__benchmark__note-container {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    position: relative;
    z-index: 5
}

.benchmarkOptionContainer {
    display: flex;
    gap: 15px;
}

.benchmarkOptionMediumUltraContainer {
    display: flex;
    gap: 5px;
}

.benchmarkOptionMediumUltra {
    cursor: pointer;
    color: #f2928d;
    width: fit-content;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background: #FFB9B9;
    font-size: 16px;
    font-weight: 600;
}

.benchmarkOptionMediumUltraActive {
    color: var(--blanc);
    background: #EE2D24;
}

.benchmarkOptionContent {
    display: flex;
    gap: 10px;
}

.checkboxBenchmarkOption {
    display: flex;
    gap: 5px;
    align-items: center;
}

    .checkboxBenchmarkOption input[type='checkbox'] {
        accent-color: #EE2D24;
    }

    .checkboxBenchmarkOption label {
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
    }

.checkboxBenchmark {
    width: 17px !important;
    height: 17px !important;
}

.radioBenchmarkOption {
    display: flex;
    gap: 5px;
    align-items: center;
}

    .radioBenchmarkOption label {
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
    }

    .radioBenchmarkOption input[type='radio'] {
        accent-color: #EE2D24;
    }

.radioBenchmark {
    width: 17px !important;
    height: 17px !important;
}

.pcgamer_benchmark__wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.pcgamer_benchmark__image-container {
    cursor: pointer;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
}

.pcgamer_benchmark__image--jeux-container {
    height: 170px;
    width: auto;
    position: relative;
    left: -3px;
    bottom: 3px;
}

.pcgamer_benchmark__image-jeux {
    display: flex;
    cursor: pointer
}

.pcgamer_benchmark__item {
    display: flex;
    border-radius: 20px 20px 20px 10px;
    height: 168px;
    max-width: 137px;
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer
}

.pcgamer_benchmark__image {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.pcgame__benchmark__titre-jeux {
    color: var(--blanc);
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
    z-index: 10
}

.pcgame__benchmark__titre-jeux--content {
    font-size: 14px;
    font-weight: 900 !important;
    text-transform: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    position: absolute;
    bottom: 10% !important;
    transform: none !important;
    padding: 0 10px;
}

.fiche_strong ul li {
    border-radius: 20px 20px 20px 10px !important;
}

.pcgamer_benchmark__item--active {
    transform: scale(1.1);
    max-width: 152px;
    height: 175px;
    margin: 0 5px !important;
    z-index: 10;
    position: relative;
}

.pcgamer_benchmark__item--border-active {
    width: 100%
}

.pcgamer_benchmark__item--active .pcgamer_benchmark__item--border-active {
    border: 3px solid var(--rouge) !important;
    position: relative;
    border-radius: 20px 20px 20px 10px;
    width: 100%;
    overflow: hidden;
}

.pcgamer_benchmark__item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(179.93deg, rgba(105, 14, 14, 0) 54.75%, #000000 89.5%);
    bottom: 0;
}

.pcgamer_benchmark__item--active::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(170, 64, 18, 0) 46.52%, #EE2D24 85.97%);
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

.pcgamer_benchmark__resolution--affichage {
    width: 100%;
    max-width: 226px;
    height: 40px;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #BDBDBD;
    border-radius: 14px 12px 12px 5px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    color: #333333;
    position: relative;
    z-index: 10;
    background: var(--blanc);
    align-items: center;
}

.pcgamer__benchmark__note-reco-container {
    background: #F6F6F6;
    border-radius: 20px 20px 20px 10px;
    width: 100%;
    display: flex;
    column-gap: 20px;
    padding: 20px 10px;
    justify-content: space-evenly;
}

.pcgamer_benchmark__score {
    overflow: hidden;
    position: relative;
    display: flex;
    row-gap: 10px;
    width: 70%;
    flex-direction: column;
    align-items: center;
}

.pcgamer__benchmark__vertical-rule {
    position: relative;
    height: auto
}

    .pcgamer__benchmark__vertical-rule::after {
        content: "";
        position: absolute;
        height: 280px;
        width: 2px;
        background: #CCCCCC;
        bottom: 0
    }

.pcgamer_benchmark__resolution {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 100px;
    justify-content: center;
    align-items: start;
    width: 100%;
    justify-items: center;
}

.pcgamer_benchmark__level {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    transition: opacity 0.3s ease, height 0.3s ease;
    width: 100%
}

.pcgamer_benchmark__level--active {
    transform: translateY(0);
    display: flex;
}

.pcgamer_benchmark__resolution-container {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

.rts-hidden {
    display: none;
}

.rts-active {
    display: flex
}

.pcgamer_benchmark__resolution-content {
    display: flex;
    align-items: center;
    z-index: 15;
    column-gap: 5px
}

.pcgamer_benchmark__resolution--note-terme {
    text-transform: uppercase;
}

.pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
    font-size: 20px;
    color: #000000;
    font-weight: 700
}

.pcgamer__benchmark__options {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 30;
    justify-content: space-between
}

.pcgamer__benchmark__recommandations {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 35px;
    width: fit-content;
    align-items: center;
}

.pcgamer__benchmark__recommandations-titre {
    font-size: 20px;
    font-weight: 600;
    color: #333333
}

.pcgamer__benchmark__container-texte-reco {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.pcgamer__benchmark__texte-reco {
    background: #CCCCCC;
    color: #333;
    padding: 8px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 14px 12px 12px 5px;
    text-align: center;
}

.pcgamer__benchmark__recommandations-titre, .pcgamer__benchmark__texte-reco {
    font-family: 'Montserrat', sans-serif !important;
}

svg:not(:root) {
    overflow: visible !important
}

.pcgamer_benchmark__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .pcgamer_benchmark__svg svg {
        transform: rotate(-90deg);
    }

.pcgamer_benchmark__resolution--icone {
    stroke-dasharray: 180;
    stroke-dashoffset: 180;
}

.grb_swiper__wrapper {
    overflow: visible !important;
    column-gap: 5px
}

.grb_swiper__container {
    margin: 0;
}

.grb_swiper-content {
    padding: 10px;
    width: 100%;
    overflow: hidden;
}

.swiper-button-prev-benchmark, .swiper-button-next-benchmark {
    position: absolute;
    z-index: 99999;
    top: 0px;
    height: 100%;
    width: 80px;
    border: none !important
}

.swiper-button-prev-benchmark {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) -2%, var(--blanc) 40%);
    left: 0;
}

.swiper-button-next-benchmark {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) -2%, var(--blanc) 40%);
    right: 0;
}

.swiper-button-prev-benchmark--chevron-left {
    background: #EE2D24;
    padding: 10px 0px;
    border-radius: 10px 2px 5px 10px;
    left: 0;
    top: 50%;
    position: absolute;
    transition: all 0.8s;
    transform: translateY(-50%);
    cursor: pointer;
}

.grb-chevron--left {
    transform: rotate(180deg);
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #C2C2C2;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #333333;
    opacity: 1;
}

.swiper-button-next-benchmark--chevron-right {
    background: #EE2D24;
    padding: 10px 0px;
    border-radius: 2px 10px 10px 5px;
    right: 0;
    top: 50%;
    position: absolute;
    transition: all 0.8s;
    transform: translateY(-50%);
}

    .swiper-button-next-benchmark--chevron-right .grb-chevron--right, .swiper-button-prev-benchmark--chevron-left .grb-chevron--left {
        width: 40px;
    }

@media screen and (max-width: 1024px) {
    .benchmarkOptionContainer {
        flex-direction: column;
    }

    .benchmark {
        width: 100%;
    }

    .pcgamer_benchmark__resolution {
        column-gap: 20px;
    }

    .pcgamer_benchmark__svg svg {
        width: 170px;
        height: 170px
    }

    .pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
        font-size: 28px
    }

    .pcgamer_benchmark__resolution--affichage {
        font-size: 20px
    }

    .pcgamer__benchmark__recommandations-titre {
        font-size: 20px
    }
}

@media screen and (max-width: 960px) {
    .pcgamer__benchmark__note-reco-container {
        padding: 10px;
        column-gap: 15px
    }

    .pcgamer__benchmark__container-texte-reco {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .pcgamer_benchmark__svg svg {
        width: 150px;
        height: 150px;
    }

    .pcgamer__benchmark__texte-reco {
        font-size: 16px
    }

    .pcgamer_benchmark__resolution--affichage {
        font-size: 18px
    }

    .pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
        font-size: 24px
    }

    .pcgamer__benchmark__recommandations-titre {
        font-size: 18px
    }

    .grb_fch-prod__container-img-produit {
        flex-direction: column-reverse;
        row-gap: 10px;
    }

    .swiper-pagination {
        position: absolute;
        text-align: center;
        transition: 0.3s opacity;
        transform: translate3d(0, 0, 0);
        display: flex;
        justify-content: center;
        bottom: 0;
        column-gap: 10px;
        width: 100% !important
    }

    .swiper-pagination-bullet {
        border-radius: 50%
    }
}

@media screen and (max-width: 769px) {
    .benchmark {
        row-gap: 20px;
        width: 100%
    }

    .benchmarkOptionMediumUltra {
        padding: 5px;
    }

    .pcgamer__benchmark__api-logo {
        width: 83px;
        height: 17px
    }

    .pcgamer__benchmark__image-container {
        padding: 10px 5px 30px;
        flex-direction: column;
        align-items: center;
    }

    .pcgamer__benchmark__note-container {
        row-gap: 30px
    }

    .grb_swiper-content {
        overflow: visible;
        padding: 10px 0;
        position: relative;
    }

    .pcgamer__benchmark__next, .pcgamer__benchmark__prev {
        width: 9px
    }

    .swiper-button-prev-benchmark, .swiper-button-next-benchmark {
        display: flex;
    }

    .swiper-button-next-benchmark--chevron-right, .swiper-button-prev-benchmark--chevron-left {
        height: 33px;
        width: 24px;
        padding: unset;
    }

    .grb_fch-prod__titre_desc {
        font-size: 18px;
    }

    .swiper-button-next-benchmark--chevron-right {
        border-radius: 0 10px 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-button-prev-benchmark--chevron-left {
        border-radius: 10px 0 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pcgamer__benchmark__image-container .grb-chevron--right, .pcgamer__benchmark__image-container .grb-chevron--left {
        height: unset;
        position: unset;
        top: unset;
    }

    .swiper-button-next-benchmark, .swiper-button-prev-benchmark {
        background: unset;
    }

    .pcgamer_benchmark__item {
        height: 140px;
        max-width: 115px;
        border-radius: 18px;
    }

    .pcgamer_benchmark__item--active {
        margin: 0 7px !important;
    }

    .grb_swiper__wrapper {
        column-gap: 5px;
    }

    .pcgamer_benchmark__item::after {
        border-radius: 14px 12px 12px 5px;
    }

    .pcgamer_benchmark__item--active::after {
        border-radius: 14px 12px 12px 5px;
    }

    .pcgamer_benchmark__item--active::after, .pcgamer_benchmark__item::after {
        height: 110px
    }

    .pcgamer_benchmark__image--jeux-container {
        height: 100%;
        width: 100%;
    }

    .pcgamer_benchmark__image {
        border-radius: 18px
    }

    .pcgame__benchmark__titre-jeux {
        display: none;
    }

    .pcgame__benchmark__titre-jeux--active {
        display: flex;
        border-radius: 0 0 14px 14px;
        bottom: -10px
    }

    .pcgame__benchmark__titre-jeux--content {
        position: absolute;
        font-size: 13px;
        font-weight: 600 !important;
    }

    .pcgamer__benchmark__all-container {
        row-gap: 5px;
    }

    .pcgamer__benchmark__api {
        justify-content: flex-start;
        margin-left: unset;
        height: 14px;
    }

    .pcgamer__benchmark__note-reco-container {
        flex-direction: column;
        row-gap: 10px;
        padding: 15px 10px;
    }

    .pcgamer_benchmark__score {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        width: 100%
    }

    .pcgamer_benchmark__resolution {
        width: 100%;
        row-gap: 8px;
        column-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "resolution1 resolution2 resolution3"
            "options options options";
    }

    .pcgamer_benchmark__resolution--affichage {
        font-size: 14px;
        padding: 4px 0
    }

    .pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
        font-size: 15px;
    }

    .pcgamer_benchmark__svg svg {
        width: 104px;
        height: 104px
    }

    .pcgamer_benchmark__resolution-container {
        height: 100px;
    }

    .pcgamer__benchmark__vertical-rule {
        display: none
    }

    .pcgamer__benchmark__recommandations {
        flex-direction: column;
        padding: 0;
        width: 100%;
        align-items: flex-start;
        row-gap: 10px
    }

    .pcgamer__benchmark__container-texte-reco {
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 10px;
    }

    .pcgamer__benchmark__options {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        row-gap: 15px;
    }

    .pcgamer__benchmark__texte-reco {
        display: flex;
        width: 145px;
        height: 34px;
        text-align: center;
        padding: 5px 0;
        font-size: 14px;
        background: #CCCCCC;
        align-items: center;
        justify-content: center;
    }

    .pcgamer__benchmark__api-text {
        font-size: 10px
    }
}

@media screen and (max-width: 390px) {
    .grb_fch-prod__title-rubrique {
        font-size: 18px;
    }
}
