﻿#cyb-uc-BlocConfigPreteALemploi__liste-configurations-similaires {
    margin-top: -80px;
}

#_ctl0_ContentPlaceHolder1_BlocConfigPreteALemploi1_TexteAucuneVignette {
    color: white;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
}

.cyb-uc-BlocConfigPreteALemploi__gpcgamer__caracteristiques__fiche {
    padding: 30px 0px 0px;
}

.cyb-uc-BlocConfigPreteALemploi__pcSimi--listePc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    align-items: flex-start;
}

.cyb-uc-BlocConfigPreteALemploi__pcSimi--AucuneVignette {
    display: flex;
    justify-content: center;
}

.cyb-uc-BlocConfigPreteALemploi__gpcgamer_titre {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.cyb-uc-BlocConfigPreteALemploi__gpcgamer_titre1pc {
    color: var(--blanc) !important;
    font-size: 40px;
    line-height: initial;
    position: relative;
    width: fit-content;
    text-transform: none;
    font-weight: 600 !important;
}

.cyb-uc-BlocConfigPreteALemploi__gpcgamer_titre2pc {
    color: var(--blanc) !important;
    font-size: 40px;
    line-height: initial;
    position: relative;
    width: fit-content;
    text-transform: none;
    font-weight: 600 !important;
}

.cyb-uc-BlocConfigPreteALemploi__gpcgamer__line {
    height: 4px;
    width: 50%;
    max-width: 250px;
    min-width: 150px;
    background: var(--jaune);
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    width: auto;
    flex-shrink: 0;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
}

    .swiper-slide a {
        display: none
    }

    .swiper-slide.swiper-slide-active a {
        display: block
    }

.swiper-container.swiper-few-slides .swiper-wrapper {
    display: flex;
    justify-content: center;
    transform: none;
    transition: none;
}

.swiper-container.swiper-few-slides .swiper-slide {
    width: auto;
    margin: 0 0px;
}

.swiper-container:not(.swiper-few-slides) .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
    transform: scale(0.9);
}

.swiper-wrapper {
    padding: 50px 0;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    width: 30px !important;
    border-radius: 24px !important;
    background: #ffcf00 !important;
}

.swiper-pagination-bullet {
    width: 15px !important;
    border-radius: 24px !important;
    background: #C2C2C2 !important;
}

@media screen and (max-width: 768px) {
    .swiper-disabled .swiper-slide {
        flex-shrink: 1 !important;
    }

    .swiper-disabled .swiper-wrapper {
        display: block;
        width: fit-content;
        padding: 0 !important;
    }
}


@media screen and (max-width:1440px) {
    .swiper-slide {
        width: auto;
        flex-shrink: 0;
        box-sizing: border-box;
        transition: transform 0.3s ease-in-out;
    }

    .swiper-wrapper {
        padding: 20px 0;
    }

    .cyb-uc-BlocConfigPreteALemploi__gamer_titrepc,
    .cyb-uc-BlocConfigPreteALemploi__gamer_titrepc span {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 1300px) {
    .cyb-uc-BlocConfigPreteALemploi__pcSimi--listePc {
        justify-content: center;
        gap: var(--val_20);
    }
}
