﻿* {
    scroll-behavior: smooth;
}

.ngup_header {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/nvidia_game_up/nvidia_header2.jpg);
    background-size: contain;
    background-color: #0a0a10;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    height: 500px;
    align-items: center;
}

.ngup_block_content {
    max-width: 1300px;
    margin: auto;
    width: 100%;
    display: flex;
    padding: var(--marg_40_20);
    justify-content: space-between;
    align-items: center;
}

.ngup_block_content--bandeau {
    width: 100%;
    max-width: 1600px;
    padding: 0;
}

.ngup_titre {
    width: 100%;
    max-width: 550px;
}

.ngup_video-part {
    width: 100%;
    max-width: 500px;
}

.ngup_pc-part {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.ngup_h1 {
    font-size: 52px;
    color: var(--blanc);
    font-weight: var(--semibold);
    margin-bottom: var(--val_20);
}

.ngup_h2 {
    font-size: var(--size_h1);
    color: var(--blanc);
    font-weight: var(--semibold);
    margin-bottom: var(--val_20);
}

.ngup_h2_red {
    color: #B21621;
}

.ngup_h3 {
    font-size: var(--val_30);
    color: var(--blanc);
    font-weight: var(--semibold);
    margin-bottom: var(--val_20);
}

.ngup_h4 {
    font-size: var(--val_20);
    color: var(--blanc);
    font-weight: var(--semibold);
    text-transform: uppercase;
}
.ngup_link_ext {
    color: var(--blanc);
    text-decoration:underline;
}

.ngup_p {
    font-size: var(--size_p);
    color: var(--blanc);
    line-height: 2;
}
.ngup_p--spidercond {
    color: #B21621;
    font-weight: var(--semibold);
    font-size:17px;
}

.ngup_logo {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: var(--val_10);
}

.ngup_header_img--nvidia {
    width: 150px;
}

.ngup_header_img--cybertek {
    width: 170px;
}

.ngup_p--aste {
    margin-top: var(--val_20);
    color: #606060;
    font-weight: var(--medium);
    font-size: var(--size_p);
}

.ngup_video, .ngup_pc, .ngup_concours, .ngup_bandeau, .ngup_produits, .ngup_footer {
    background: var(--noir);
}

.ngup_video_iframe {
    width: 100%;
    max-width: 600px;
}

.ngup_btn {
    background: #B21621;
    padding: 10px 30px;
    width: fit-content;
    color: var(--blanc);
    font-weight: var(--medium);
    margin: 20px auto 0;
    transition: all .2s;
}

    .ngup_btn:hover {
        background: #f13744;
    }

.ngup_pc_caract {
    width: 100%;
    max-width: 600px;
}

.ngup_pc_spiderman {
    width: 100%;
}

.ngup_bandeau {
    width: 100%;
}

.ngup_une-caract {
    background: #313131;
    padding: var(--marg_10_20);
    margin-bottom: var(--val_5);
    transition: all 1s;
}

    .ngup_une-caract:hover {
        background: #6a5e60;
    }

.ngup_concours--block {
    width: 100%;
    max-width: 600px;
}

.ngup_h2--produit {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 30px auto 30px;
    text-transform: uppercase;
    font-size: 33px;
}

.ngup_un-produit {
    width: 210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: var(--blanc);
}

.ngup_prix-barre, .ngup_prix-barre {
    width: 100%;
    text-align: center;
}

.ngup_block_content--produits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ngup_liste-produits {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    margin-top: var(--val_30);
}

.ngup_img-produit {
    height: 210px;
    background: var(--blanc);
    outline: solid 1px #77ba00;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--val_20);
}

.ngup_img-produit-pc {
    margin-bottom: 0;
}

.ngup_titre-produit {
    font-size: var(--val_20);
    text-align: center;
    font-weight: var(--semibold);
    color: #77ba00;
}

.ngup_prix-produit {
    font-size: var(--size_h3);
    text-align: center;
    font-weight: var(--medium);
    color: #77ba00;
}

.ngup_prix-barre {
    color: var(--blanc);
    padding: var(--marg_10_0);
    position: relative;
}

    .ngup_prix-barre:after {
        content: "";
        width: 80px;
        height: 1px;
        background: #77ba00;
        position: absolute;
        top: 50%;
        left: calc(50% - 40px);
    }

.ngup_btn-produit {
    background: #77ba00;
    padding: 10px 30px;
    width: fit-content;
    color: var(--blanc);
    font-weight: var(--medium);
    margin: 20px auto 0;
    transition: all .2s;
}

    .ngup_btn-produit:hover {
        background: #558107;
    }

.ngup_titre-produit--h4-pc {
    font-size: var(--size_p);
    color: var(--blanc);
    margin-bottom: var(--val_20);
    line-height: 1.2;
}

.ngup_footer-part {
    width: 100%;
    max-width: 550px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.ngup_footer-content {
    border-top: #5e5e5e 1px solid;
    flex-wrap: wrap;
}

.ngup_p--aste-footer {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: auto;
    margin-top: var(--val_20);
}

.ngup_detail {
    color: var(--blanc);
    text-align: center;
    margin-top: var(--val_10);
}



@media screen and (max-width: 1020px) {
    .ngup_block_content {
        flex-wrap: wrap;
        align-items: center;
    }

    .ngup_video-part, .ngup_video_iframe, .ngup_pc_caract {
        max-width: 100%;
    }

    .ngup_video-ytb {
        width: 100%;
    }

    .ngup_video_iframe {
        height: 320px;
        margin-top: var(--val_40);
    }

    .ngup_pc-part {
        max-width: 80%;
        margin: auto;
    }

    .ngup_pc_caract {
        margin-top: 50px;
    }

    .ngup_h2--produit {
        margin: 0;
    }

    .ngup_logo {
        gap: var(--val_20);
        justify-content: center;
    }

    .ngup_liste-produits {
        gap: 50px;
    }
}






































.triptyque .nvidia_3080ti_pccybertek::after {
    content: none;
}

.triptyque .nvidia_3080ti_linkpccybertek {
    margin: 15px auto 20px;
}

.e-widget-wrapper {
    margin-right: 0;
}

.landingnvidia-video iframe {
    max-width: 650px;
    max-height: 360px;
}

.landingnvidia-video {
    width: 40%;
    margin-left: -90px;
    margin-right: 110px;
}

.landingnvidia-ytb {
    display: flex;
    flex-direction: row-reverse;
    width: 70%;
    font-size: 16px;
    font-family: 'DINPro';
    color: #ffffff;
    line-height: 24px;
    padding-bottom: 5%;
    text-shadow: var(--noir) 1px 0 10px;
}

.landingnvidia-carre {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landingnvidia-ytb-texte p {
    color: var(--blanc);
}

.landingnvidia-ytb-texte {
    margin: auto;
    width: 30%;
}

.landingnvidia-jeu_texte-titre {
    display: block;
    font-size: 36px;
    color: #fefefe;
    line-height: var(--val_35);
    padding-bottom: 5%;
    font-family: "Geforce-bold";
    padding-top: 5%;
}

.landingnvidia-jeu_texte-jeu {
    width: 30%;
    padding-top: 8%;
}

.landingnvidia-jeu_integre {
    width: 50%;
    padding-left: 10%;
    padding-top: 5%;
}

.landingnvidia-jeu_texte-jeu p {
    color: var(--blanc);
}

.landingnvidia-carre {
    display: flex;
    justify-content: center;
}

.landingnvidia-carre_jeu {
    display: flex;
    flex-direction: row;
    width: 70%;
    font-size: 16px;
    font-family: 'DINPro';
    color: #ffffff;
    line-height: 24px;
    padding-bottom: 5%;
    text-shadow: var(--noir) 1px 0 10px;
    gap: 5%;
}

@media screen and (max-width: 1350px) {
    .landingnvidia-jeu_integre {
        padding-top: 10%;
    }

    .landingnvidia-jeu_texte-jeu {
        margin-left: 5%;
    }

    .landingnvidia-video {
        width: auto;
    }

        .landingnvidia-video iframe {
            max-width: 430px;
            max-height: 320px;
        }

    .landingnvidia-ytb-texte {
        width: 50%;
    }

    .landingnvidia-carre_jeu {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .landingnvidia-carre_jeu {
        flex-direction: column;
        align-items: center;
    }

    .landingnvidia-jeu_integre {
        width: auto;
        padding-left: 0%;
    }

    .landingnvidia-jeu_texte-jeu {
        width: 80%;
        padding-top: 5%;
    }

    .landingnvidia-ytb {
        flex-direction: column;
        align-items: center;
    }

    .landingnvidia-ytb-texte {
        width: 100%;
    }

    #promo p {
        font-size: var(--val_20);
        line-height: var(--val_35);
        font-weight: var(--semibold);
    }
}

.carac-pc-nvidia {
}

.prix-pc-nvidia {
}

.section-cta-all-categorie-pc-gamer {
    width: 100%;
    display: block;
    margin: auto;
}

.section-cta-all-categorie-pc-gamers {
    width: 70%;
    display: block;
    margin: auto;
}

.section-cta-all-categorie-pc-gamer a {
    width: 55%;
    text-align: center;
    margin: auto;
}

.section-cta-all-categorie-pc-gamers a {
    width: 50%;
    text-align: center;
    margin: auto;
}

.cta-all-categorie-pc-gamer {
    text-decoration: none;
    text-align: center;
    display: block;
    min-with: 50px;
    text-transform: uppercase;
    color: var(--blanc);
    font-weight: var(--semibold);
    font-size: var(--size_h4);
    line-height: 1;
    padding: 14px 14px 10px 14px;
    background: #91df07;
}

.landingnvidia-exclu-geforce {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: var(--val_20);
    padding-bottom: var(--val_30);
}

.landingnvidia-exclu-geforce__container {
    max-width: 1280px;
    margin: auto;
}

.landingnvidia-exclu-geforce__container__title h2 {
    font-weight: var(--semibold);
    color: var(--blanc);
    text-align: center;
    font-size: var(--size_h1);
    padding-top: var(--val_30);
    padding-bottom: var(--val_30);
    text-transform: uppercase;
}

.landingnvidia-exclu-geforce__container__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--noir);
}

.landingnvidia-exclu-geforce__container__main__premier {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.landingnvidia-exclu__bloc {
    width: 16%;
    display: flex;
    flex-direction: column;
    min-width: 150px;
}

    .landingnvidia-exclu__bloc * {
        margin: auto;
    }

    .landingnvidia-exclu__bloc img {
        width: 75px;
        margin-top: var(--val_15);
        margin-bottom: var(--val_15);
    }

    .landingnvidia-exclu__bloc h4 {
        color: var(--blanc);
        text-align: center;
        font-size: var(--size_h4);
        font-family: 'GeForce-bold';
        margin-bottom: var(--val_10);
    }

    .landingnvidia-exclu__bloc p {
        height: 45px;
        font-family: "DinPro";
        text-align: center;
        color: var(--blanc);
    }
