﻿.autosize-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

@media screen and (max-width : 1920px) {
    .autosize-container {
        max-width: 1280px;
    }
}

@media screen and (max-width : 1280px) {
    .autosize-container {
        padding: 0 10px
    }
}

.pc-assembles_main {
    background: #F5F5F5;
    padding-bottom: 18dvh;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.ug-hero {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ug-hero__head {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .ug-hero__head h1 {
        font-size: 24px;
        font-weight: 500
    }

.ug-hero__cat-list {
    width: 100%;
    display: flex;
    gap: 8px;
}

.ug-hero__cat-list__el {
    height: 150px;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: 0 4px 4px 0 rgba(128, 128, 128, 0.25);
    flex: 1;
    padding-left: 18px;
    position: relative;
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/univers-gaming/ug-cat-bg-pattern2.png);
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden
}

    .ug-hero__cat-list__el::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #000 60.27%, rgba(0, 0, 0, 0.00) 80.46%);
        z-index: 2
    }

    .ug-hero__cat-list__el span {
        font-size: 20px;
        font-weight: 600;
        color: white;
        max-width: 150px;
        text-transform: uppercase;
        z-index: 3
    }

    .ug-hero__cat-list__el img {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 65%;
        object-fit: cover;
        z-index: 1
    }
/*Surcouche bloc PAE Vignettes top ventes */
#listePc_BlocIdPAE .swiper-slide-active .cyb-uc-CompVignetteLifeConfig__pcSimi--unPcSimi {
    background: rgba(0, 0, 0, 0.87) !important
}

#listePc_BlocIdPAE .cyb-uc-CompVignetteLifeConfig__pcSimi--unPcSimi {
    background: rgba(62, 61, 61, 0.80) !important
}

#listePc_BlocIdPAE .cyb-uc-CompVignetteLifeConfig__pcSimi__options {
    background: #FDFDFD !important;
}

#listePc_BlocIdPAE .cyb-uc-CompVignetteLifeConfig__pcSimi__options {
    color: black !important
}

#listePc_BlocIdPAE .cyb-uc-CompVignetteLifeConfig__pcSimiDispo {
    color: #0B5 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.cyb-uc-CompVignetteLifeConfig__pcSimi__line cyb-uc-CompVignetteLifeConfig__pcGamerPaiement36Fois {
    color: #FFF !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.cyb-uc-BlocConfigPreteALemploi__gpcgamer__line {
    display: none !important
}

p.cyb-uc-BlocConfigPreteALemploi__gpcgamer_titre1pc {
    display: none !important
}

.ug-pae h2 {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

#listePc_BlocIdPAE .wrapperListeVignette {
    padding: 15px 0 30px 0 !important
}

#listePc_BlocIdPAE .swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    background: #000 !important;
}

.cyb-uc-BlocConfigPreteALemploi__gpcgamer__caracteristiques__fiche {
    padding: 0 !important
}

/*Surcouche bloc PAE Vignettes top ventes */
.cyb-uc-blocfaq__faq__accordion__el {
    background: white !important
}

.cyb-uc-blocfaq__faq__accordion__el__question h3, .cyb-uc-blocfaq__faq__accordion__el__question h2 {
    color: #2B2B2B !important
}

.cyb-uc-blocfaq__faq__accordion__el p, .cyb-uc-blocfaq__faq__accordion__el ul li {
    color: #2B2B2B !important
}

.cyb-uc-blocfaq__faq__accordion__el__question svg rect {
    fill: #010101
}

.bandeau-highlight {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/univers-gaming/honeycomb-pattern1.png) !important;
    background-size: cover;
    border-radius: 10px;
}

.pa-personnalisation {
    display: flex;
    flex-direction: column;
    gap: 20px
}

    .pa-personnalisation .ug-hero__cat-list__el {
        padding-left: 48px !important
    }

.cyb-uc-blocfaq__section {
    padding: 0 !important
}

.ug-pae {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.ug-hero__cat-list__wrapper {
    display: flex;
    gap: 8px;
    width: 100%;
    flex: 1
}

    .ug-hero__cat-list__wrapper:nth-child(3) {
        flex: 0.5 !important
    }

@media screen and (max-width: 1280px) {
    .ug-hero__cat-list__el {
        padding-left: 28px;
    }

        .ug-hero__cat-list__el span {
            font-size: 16px;
        }
}

@media screen and (max-width: 850px) {
    .main-container {
        gap: 27px;
        padding-top: 0px;
    }

    .ug-hero {
        gap: 10px
    }

    .ug-hero__head {
        gap: 10px
    }

    .ug-hero__cat-list {
        flex-direction: column;
    }

    .ug-hero__cat-list__el {
        flex: 1;
        height: 100px
    }

    .second-cat-list {
        flex: none !important
    }
        .second-cat-list .ug-hero__cat-list__el {
            flex: none !important
        }
}
