/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(469,1): run-time error CSS1019: Unexpected token, found '}'
 */
.pic_main {
    background-color: #000;
    font-size: 16px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    overflow: hidden;
}

.rtx40__container {
    width: 100%;
    position: relative;
    background: #000000;
}

.rtx40__partie-container {
    width: 100%;
    max-width: 1300px;
    padding: 40px 20px;
    margin: auto;
    /*ajout sl pour le bouton ancre*/
    display: flex;
    flex-direction: column;
}

.rtx40__img-mobile {
    display: none;
    width: 100%;
}

.cyb-bandeau-attention-temporaire {
    display: none;
}
/* ------ Textes ------ */
.rtx40__h-titre {
    color: #FFFFFF;
    font-weight: 600;
    padding-bottom: 20px;
}

.rtx40__h1 {
    font-size: 2.9em;
    font-weight: 700;
    padding-bottom: 30px;
}

.rtx40__h2 {
    font-size: 1.8em;
}

.rtx40__h3 {
    font-size: 1.3em;
    line-height: 1.3;
}

.rtx40__titre-h3 {
    color: #FFFFFF;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 1.1em;
}

.rtx40__h2-tc {
    font-size: 2.1em;
}

.rtx40__texte {
    font-size: 1em;
    color: white;
    line-height: 1.5;
    padding-bottom: 40px;
}

.rtx40__texte--notes {
    color: #888888;
    padding-bottom: 30px;
}

/* ------ Btn ------ */
.rtx40__btn {
    display: block;
    background: #76b900;
    width: fit-content;
    padding: 20px;
    transition: 1s;
    border-radius: 0px;
}

    .rtx40__btn:hover {
        background: #598709;
        border-radius: 5px;
    }

.rtx40__btn-p {
    font-weight: 600;
    font-size: 1.2em;
    color: #000;
    position: relative;
}

.rtx40__btn-p::after {
    content: "";
    height: 2px;
    width: 0%;
    position: absolute;
    background: #000;
    bottom: -5px;
    left: 50%;
    transition: 0.3s;
}

.rtx40__btn:hover .rtx40__btn-p::after {
    width: 100%;
    left: 0%;
}

.rtx40__btn--container {
    max-width: 130px;
    margin: auto;
}

.rtx40--subtitle {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    padding-bottom: 10px;
}

/* ------ partie 1 ------ */
.rtx40__header {
    background: url(https://www.picata.fr/images_produits/picata/landing/rtx40-super/bg-view1.jpg);
    background-size: cover;
    background-position: right;
    width: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.rtx40__zone-texte {
    width: 100%;
    max-width: 600px;
}

.rtx40__copyright {
    font-size: 0.4em;
}

.rtx40__logo-geforce {
    width: fit-content;
    margin-top: 60px;
}

/* view 2*/
.rtx40__bg-view--mobile {
    display: none;
    width: 100%;
}
.rtx40__viewport2 {
    background: url(https://www.picata.fr/images_produits/picata/landing/rtx40-super/bg-view2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rtx40__viewport3 {
    position: relative;
    background: none;
}

    .rtx40__viewport3::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: url(https://www.picata.fr/images_produits/picata/landing/rtx40-super/bg-view3.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
/* ------ partie 2 ------ */
.rtx40__partie-2 {
    text-align: center;
    margin: auto;
}

.rtx40__h2--p2 {
    text-align: center;
}

.rtx40__produits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

#ancre {
    max-width: 1600px;
}

.rtx40__produit {
    width: 25%;
    min-width: 320px;
    max-width: 350px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

    .rtx40__produit a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

/* effect grisé*/
.rtx40__produit--indispo {
    filter: grayscale(1);
    cursor: not-allowed;
}

    .rtx40__produit--indispo a {
        pointer-events: none;
    }

.rtx40__produit--image {
    margin-bottom: 20px;
    padding: 20px 0;
    filter: drop-shadow(0px 0px 25px #76b900);
}

.rtx40__produit .rtx40__h3 {
    min-height: 135px;
}

.rtx40__produit .rtx40__h5 {
    margin-top: 12px;
    font-size: 14px;
}
/* ------ partie 3 ------ */
.rtx40__h3--p3 {
    padding: 10px 0 20px;
}

.rtx40__titres-p3 {
    width: 100%;
    margin: auto;
    text-align: center;
}

.rtx40__icon {
    max-width: 210px;
    text-align: center;
}

.rtx40__icons {
    display: flex;
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 900px;
}

.rtx40__visuel2-img {
    width: 100%;
    max-width: 300px;
}

.rtx40__visuel2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.rtx40__visuel2--gauche {
    width: 30%;
}

.rtx40__visuel2--droite {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rtx40__h3--visuel {
    padding: 25px 0 0;
    width: 100%;
}

.rtx40__texte {
    width: 100%;
}

.rtx40__visuel2--gauche, .rtx40__visuel2--droite {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rtx40__texte--p3 {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.rtx40__partie-2 {
    padding-bottom: 80px;
    border-bottom: solid 1px #626262;
}

.rtx40__partie-3 {
    padding: 40px 0 0;
    border-bottom: solid 1px #626262;
    z-index: 1;
}

.rtx40__rtxonoff {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #7cbd01;
    gap: 5px;
}

.rtx40__rtxonoff--mobile {
    display: none;
}

/* viewport de jeu */
.rtx40__game,
.rtx40__game-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rtx40__game {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    min-height: 920px;
    max-width: 1600px;
    margin: 0 auto;
}

.rtx40__game1 {
    background-image: url(https://www.picata.fr/images_produits/picata/landing/rtx40-super/bg-game1.jpg);
}

.rtx40__game2 {
    background-image: url(https://www.picata.fr/images_produits/picata/landing/rtx40-super/bg-game2.jpg);
}

.rtx40__game-text {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.rtx40__game-tiny {
    padding-top: 40px;
    font-size: 12px;
    color: #888;
}

/* viewport 9 l'ia */
.rtx40__viewport9 {
    background-image: url(https://www.picata.fr/images_produits/picata/landing/rtx40-super/bg-view9.jpg);
    background-size: cover;
}
/*  RTX  */
.rtx40__partie-rtx {
    border: none;
}

.rtx40__partie-creatif {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/nvidiartx40/fond.jpg);
    background-size: cover;
}

.rtx40__part5-content {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.rtx40__part5-left {
    width: 45%;
}

.rtx40__part5-right {
    width: 45%;
}

.rtx40__part5-content {
    margin-top: 50px;
}

.rtx40__h3--p5 {
    font-size: 2.2em;
    max-width: 520px;
}

.rtx40__part5-img {
    width: 100%;
    max-width: 567px;
}

.rtx40__h3--p8 {
    margin-top: 20px;
}


.rtx40__partie-caract {
    background: #222222;
}

.rtx40__avantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 40px;
}

.rtx40__avantage {
    background: #000000;
    width: 100%;
    max-width: 350px;
    margin-top: 50px;
}

.rtx40__avantage--texte {
    padding: 20px;
}

.rtx40__avantage--img {
    width: 100%;
}

.rtx40__texte--notes-fin {
    text-align: center;
    max-width: 1160px;
    margin: auto;
    margin-top: 30px;
}

.rtx40__logos-fin {
    width: 100%;
    max-width: 320px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

}

.rtx40__logo-fin-pegi {
    height: 74px;
    width: 61px;
}

.rtx40__logo-fin-geforce {
    height: 50px;
    width: 162px;
}

@media screen and (max-width: 1300px) {
    .rtx40__partie-container {
        width: initial;
    }
}

@media screen and (max-width: 768px) {
    .rtx40__header {
        background: black;
    }

    .rtx40__img-mobile {
        display: block;
    }

    .rtx40__zone-texte--header {
        max-width: 100%;
    }

    .rtx40__partie-container {
    }

    .rtx40__header {
        min-height: auto;
    }

    .rtx40__viewport2,
    .rtx40__viewport9 {
        flex-direction: column;
    }

    .rtx40__bg-view--mobile {
        display: block
    }

    .rtx40__visuel2--gauche, .rtx40__visuel2--droite {
        width: 100%;
        display: flex;
    }

    .rtx40__produit {
        margin-top: 40px;
    }

    .rtx40__visuel2-img {
        width: 320px;
        margin: auto;
    }

    .rtx40__h3--visuel, .rtx40__texte--visuel {
        text-align: center;
    }

    .rtx40__icon {
        margin-top: 50px;
    }

    .rtx40__rtxonoff {
        display: none;
    }

    .rtx40__rtxonoff--mobile {
        display: block;
        width: 100%;
        display: flex;
    }

    .rtx40__partie-rtx {
        padding-bottom: 20px;
    }

    .rtx40__partie-dlss {
        min-height: 600px;
        background-size: contain;
    }

    .rtx40__part5-left, .rtx40__part5-right {
        width: 100%;
    }

    .rtx40__h3--p4-first {
        margin-top: 20px;
    }

    .rtx40__partie-creatif {
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/nvidiartx40/fond-mobile.jpg);
        background-size: cover;
    }

    .rtx40__part5-right-2 {
        margin-top: 20px;
    }
}

.cyb_landing-rtx40__product-img {
    width: 300px;
    height: 230px;
    object-fit: contain;
}

.rtx40__subtile {
    padding-top: 50px;
}

