﻿.dying_block--0 {
    height: 100vh;
    max-height: 1100px;
}

.dying_img_titre {
    margin-top: 1vw;
    width: 45vw;
    filter: drop-shadow(1px 1px 1px #00000000);
    pointer-events: none;
}

.dying_parties-container--bloc-0 {
    width: 50vw;
    max-width: 600px;
    /*background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;*/
    padding: var(--val_40);
    margin: 7vw auto;
    height: 60%;
}

.dying_video_titre-container {
    overflow: hidden;
    height: 100vh;
    max-height: 1100px;
    position: absolute;
    width: 100%;
}

.dying_titre {
    font-size: 60px;
    margin-top: -20px;
}


.tw3_cta {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/the_witcher3/cta.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 90px;
    width: 450px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: var(--val_30);
    opacity: 0;
    animation: ctaaffiche 2s forwards;
    animation-delay: 1s;
}

    .tw3_cta:before {
        content: "";
        position: absolute;
        height: 90px;
        width: 450px;
        left: 0;
        top: 0;
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/the_witcher3/cta_dark.png);
        background-size: contain;
        background-repeat: no-repeat;
        filter: drop-shadow(0px 0px 10px #f6090e87);
        transition: 0.5s;
        opacity: 0;
    }

    .tw3_cta:hover:before {
        opacity: 1;
    }

.tw3_btn {
    color: var(--blanc);
    font-size: var(--val_30);
    font-weight: var(--semibold);
    margin-top: -6px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0px 0px 10px #f6090e);
}

.dying_intro_anim1 {
    transform: translateY(100%);
    animation: startTitle 1000ms forwards;
    animation-delay: 550ms;
    padding-left: 1vw;
}

.dying_intro_anim2 {
    transform: translateY(100%);
    animation: startTitle 1000ms forwards;
    animation-delay: 900ms;
}

.dying_intro_anim3 {
    transform: translateY(100%);
    animation: startTitle 1000ms forwards;
    animation-delay: 1200ms;
}

@keyframes startTitle {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.dying_img_titre {
    -webkit-clip-path: polygon(46% 100%, 41% 79%, 40% 63%, 42% 50%, 44% 55%, 46% 65%, 47% 51%, 49% 52%, 50% 68%, 55% 49%, 57% 63%, 56% 76%, 55% 85%, 51% 100%);
    clip-path: polygon(46% 100%, 41% 79%, 40% 63%, 42% 50%, 44% 55%, 46% 65%, 47% 51%, 49% 52%, 50% 68%, 55% 49%, 57% 63%, 56% 76%, 55% 85%, 51% 100%);
    animation: animimage 0.5s forwards linear;
    animation-delay: 2s;
    transition: 0.5s;
}

@keyframes animimage {
    0% {
        -webkit-clip-path: polygon(46% 100%, 41% 79%, 40% 63%, 42% 50%, 44% 55%, 46% 65%, 47% 51%, 49% 52%, 50% 68%, 55% 49%, 57% 63%, 56% 76%, 55% 85%, 51% 100%);
        clip-path: polygon(46% 100%, 41% 79%, 40% 63%, 42% 50%, 44% 55%, 46% 65%, 47% 51%, 49% 52%, 50% 68%, 55% 49%, 57% 63%, 56% 76%, 55% 85%, 51% 100%);
    }

    100% {
        -webkit-clip-path: polygon(46% 100%, 0 100%, 0 40%, 0 0, 17% 0, 37% 0, 47% 0, 50% 0, 56% 0, 79% 0, 100% 0, 100% 29%, 100% 78%, 100% 100%);
        clip-path: polygon(46% 100%, 0 100%, 0 40%, 0 0, 17% 0, 37% 0, 47% 0, 50% 0, 56% 0, 79% 0, 100% 0, 100% 29%, 100% 78%, 100% 100%);
    }
}

@keyframes ctaaffiche {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tw3_icon {
    width: 30%;
}

.tw3_container-icon {
    width: 90%;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: var(--val_10);
    padding-top: var(--val_20);
    border-top: solid 1px #ffffff94;
    gap: 5%;
}

.dying_block--0::after {
    display: none;
}

.ngup_video, .ngup_pc, .ngup_bandeau, .ngup_produits, .ngup_footer {
    background: var(--blanc);
}

.ngup_h2, .ngup_h2_red, .ngup_p, .ngup_h4, .ngup_h3 {
    color: var(--noir);
    position: relative;
}


.ngup_h2{
    animation: animtitreh2 10s infinite;
}
@keyframes animtitreh2{
    0% {
        color: : var(--noir);
    }
    90% {
        color: #cb0b00
    }
    100% {
        color: : var(--noir);
    }
}
.ngup_p {
    font-weight: var(--medium);
}

.ngup_pc-part {
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
}

/*.ngup_pc-part:before {
    content: "";
    position: absolute;
    height: 450px;
    width: 450px;
    left: -10px;
    top: -50px;
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/the_witcher3/circleofficial.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 10px #f6090e87);
    transition: 0.5s;
    z-index: 0;
    animation: rotatecircle 50s linear infinite;
    filter: brightness(0) saturate(100%) invert(84%) sepia(21%) saturate(4550%) hue-rotate(302deg) brightness(106%) contrast(106%);
}

.ngup_pc-part-deuxieme:before {
    height: 680px;
    width: 680px;
    left: -60px;
    top: -100px;
    filter: brightness(0) saturate(100%) invert(70%) sepia(1%) saturate(1999%) hue-rotate(314deg) brightness(98%) contrast(88%);
    animation: rotatecircle 120s linear infinite;
}*/

@keyframes rotatecircle {
    0% {
        transform: rotate(0deg);
        opacity: .7;
    }

    15% {
        opacity: .2;
    }

    35% {
        opacity: .7;
    }

    45% {
        opacity: .2;
    }

    80% {
        opacity: .7;
    }

    90% {
        opacity: .2;
    }

    100% {
        transform: rotate(360deg);
        opacity: .7;
    }
}

.ngup_pc_spiderman {
    position: relative;
}

.ngup_video, .ngup_pc {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/the_witcher3/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.ngup_pc {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/the_witcher3/background.jpg);
    background-color: #1b1b2b;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ngup_une-caract, .ngup_p {
    background: none;
}

.ngup_une-caract {
    position: relative;
}

    .ngup_une-caract * {
        cursor: default;
    }

    .ngup_une-caract:before {
        content: "";
        position: absolute;
        height: var(--val_30);
        width: var(--val_30);
        left: 0;
        top: 0;
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/the_witcher3/icon.svg);
        background-size: contain;
        background-repeat: no-repeat;
        transition: 0.5s;
        z-index: 0;
        margin-top: 14px;
        margin-left: -50px;
        filter: brightness(0) saturate(100%) invert(0%) sepia(92%) saturate(7408%) hue-rotate(301deg) brightness(76%) contrast(94%);
        transition: 0.2s;
    }

    .ngup_une-caract:hover:before {
        filter: brightness(0) saturate(100%) invert(14%) sepia(98%) saturate(6225%) hue-rotate(5deg) brightness(88%) contrast(121%);
    }

.ngup_pc_caract {
    width: 100%;
    max-width: 500px;
}
.mw__components--content-right__content {
    -webkit-box-shadow: 0px 0px 45px -17px #ff0000;
    box-shadow: 0px 0px 30px -7px #ff000044;
    outline: solid 1px #ff8c8c;
}
.ngup_une-caract:hover {
    background: none;
}

.ngup_pc_caract {
    padding-left: 50px;
}

.ngup_une-caract:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}

.ngup_une-caract:hover:after {
    width: 100%;
}


.dying_parties-container--bloc-0 a {
    display: block;
    margin: auto;
}


.ngup_pc {
    overflow: hidden;
}

.ngup_une-caract:hover {
    padding: 10px 0px;
}



.ngup_une-caract:hover .ngup_h4 {
    position: relative;
    background: rgb(149,0,0);
    background: linear-gradient(270deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background-repeat: no-repeat;
    background-size: 200%;
    animation: animate 5s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
    0% {
        background-position: 50%;
    }

    100% {
        background-position: 0%;
    }
}





.dying_parties-container--bloc-0{
    opacity:0;
    animation: showzonetitle 1s forwards;
    animation-delay: 0.2s;
}

@keyframes showzonetitle{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}




.ngup_pc_spiderman--visuel1 {
    margin-top: var(--val_10);
    margin-bottom: 0px;
    transition: 0.5s;
    animation: animationpc 5s infinite ease-in-out;
}

    .ngup_pc_spiderman--visuel1:hover {
        margin-top: 0px;
        margin-bottom: var(--val_10);
    }

@keyframes animationpc {
    0% {
        filter: drop-shadow(0px 0px 5px #FFFFFF00);
    }

    50% {
        filter: drop-shadow(0px 0px 50px #FFFFFFFF);
    }

    0% {
        filter: drop-shadow(0px 0px 5px #FFFFFF00);
    }
}



.mw__components--content-right__container {
    height: auto;
    width: 50%;
    margin: auto;
    margin-right: 0;
}

.mw__components--content-right__content {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.mw__components--content-right--video-youtube {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0;
}

.mw__youtube {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.dying_parties-container--bloc-0 {
    height: fit-content;
}

@media screen and (max-width: 1940px) {
    .dying_video_titre {
        width: 150%;
    }
}

@media screen and (max-width: 1300px) {
    .dying_video_titre {
        width: 150%;
    }

    .dying_parties-container--bloc-0 {
        min-width: 600px;
    }

    .dying_block--0 {
        height: 66vh;
        max-height: 1100px;
    }
}


@media screen and (max-width: 1024px) {
    .mw__components--content-right__container {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .dying_block--0 {
        height: 100vh;
        max-height: 700px;
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/the_witcher3/mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .dying_video_titre-container {
        display: none;
    }
}


@media screen and (max-width: 600px) {
    .dying_parties-container--bloc-0 {
        width: 100%;
        min-width: auto;
    }

        .dying_parties-container--bloc-0 a {
            display: block;
            margin: auto;
            width: 100%;
        }

    .tw3_cta {
        width: 280px;
    }

    .tw3_btn {
        margin-top: -42px;
    }

    .tw3_cta:before {
        width: 100%;
    }

    .dying_sstitre--intro {
        font-size: var(--size_h1);
    }
}
