﻿.cbk_main-page-container {
    position: relative;
}

.cbk_thaumaturge__absolut {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}
.absolut--left {
    width: 100%;
    max-width: 700px;
    min-width: 200px;
    top: 0;
    left: -410px;
}
.absolut--right {
    width: 100%;
    max-width: 700px;
    min-width: 200px;
    top: 0;
    right: -210px;
}
.chaine-left {
    left: -140px;
    max-width: 900px;
}
.chaine-right {
    right: -100px;
    max-width: 1200px;
}
.cbk_thmtg__header {
    position: relative;
    overflow: hidden;
    background-color: var(--noir);
}
.cbk_thmtg__header-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.cbk_thmtg__header-content {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: auto;
}
.cbk_thmtg__header__top-content {
    display: flex;
    flex-direction: column;
    row-gap: var(--val_10);
    justify-content: center;
    align-items: center;
}
.cbk_thmtg__header-title {
    font-size: var(--size_h1);
    font-weight: var(--semibold);
    line-height: 1.5;
    text-align: center;
    filter: drop-shadow(0 0 20px #fff)
}
.cbk_thmtg__game-logo {
    width: 100%;
    max-width: 800px;
    padding: var(--marg_0_20);
    filter: drop-shadow(7px 4px 7px #00000055)
}
.cbk_thmtg__game-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cbk_thmtg__cta-container {
    position: relative;
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/thaumaturge/outline-header.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 210px;
    height: var(--val_40);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cbk_thmtg__cta-container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.cbk_thmtg__header-cta {
    display: block;
    width: 100%;
    height: 60%;
    padding: 1px 0;
    color: var(--blanc);
    font-size: var(--size_h4);
    font-weight: var(--semibold);
    background-color: var(--noir);
    text-align: center;
    clip-path: polygon(93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%, 7% 0);
}
.cbk_thmtg__logos-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--val_40);
}
.cbk_thmtg__brand-log {
    width: 100px;
    height: 100px;
}
.cbk_thmtg__brand-log img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cbk_thmtg__header__bottom-content {
    display: flex;
    flex-direction: column;
    row-gap: var(--val_40);
    align-items: center;
}
.cbk_thmtg__modded {
    width: 100%;
    max-width: 250px;
}
.cbk_thmtg__modded img {
    width: 100%;
}

/* view 1 */

.cbk_thmtg__view1 {
    position: relative;
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/thaumaturge/bg-view1.jpg);
    background-attachment: fixed;
    padding: 200px 0;
    background-color: var(--noir);
    overflow: hidden;
}
.cbk_thmtg__view1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(44,44,58,0) 100%);
    z-index: 2;
}
.cbk_thmtg__view1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(44,44,58,0) 100%);
    z-index: 2;
}
.cbk_thmtg__view1-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: var(--val_40);
    width: 100%;
    margin: auto;
    max-width: 1280px;
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/thaumaturge/bg-pc.png);
    padding: 280px 40px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    transform: translateY(-200px);
    margin-bottom: -400px;
}
.cbk_thmtg__view1-title {
    position: relative;
    font-size: var(--size_h4);
    font-weight: var(--semibold);
    color: var(--blanc);
    background-color: var(--noir);
}
.cbk_thmtg__view1-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/thaumaturge/outline-viewport.png)
}
.cbk_thmtg__view1-text {
    font-size: var(--size_p);
    color: var(--blanc);
    background-color: var(--noir);
}
.cbk_thmtg__view1-title,
.cbk_thmtg__view1-text {
    clip-path: polygon(91% 0, 100% 50%, 91% 95%, 8% 95%, 0 50%, 9% 0);
    max-width: 750px;
    padding: 30px 70px;
    margin: auto;
    line-height: 1.25;
}
.cbk_thmtg__amd-gif {
    width: 100%;
    max-width: 350px;
}
.cbk_thmtg__amd-gif img {
    width: 100%;
}
.cbk_thmtg__steam {
    position: relative;
    display: flex;
    color: var(--blanc);
    font-size: var(--size_h4);
    font-weight: var(--semibold);
    padding: 10px 40px;
    clip-path: polygon(91% 0, 100% 50%, 91% 95%, 8% 95%, 0 50%, 9% 0);
    background-color: var(--noir);
    width: fit-content;
    gap: var(--val_10);
}
.cbk_thmtg__steam img {
    max-width: var(--val_20);
    max-height: var(--val_20);
    object-fit: contain;
}
.cbk_thmtg__steam::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/thaumaturge/outline-header.png);
}

/* view 2 */
.cbk_thmtg__view2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: var(--val_40);
    padding: var(--marg_20_0);
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/thaumaturge/bg-view2.jpg);
}
.cbk_thmtg__view2-title {
    color: var(--blanc);
    font-size: 28px;
    font-weight: var(--semibold);
    width: 100%;
    text-align: center;
}
.cbk_thmtg__product-colonne {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
}
.cbk_thmtg__product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: var(--val_30);
}
.pc-turn {
    position: relative;
}
#view_overlay {
    width: 100%;
    height: 100%;
}
.cbk_thmtg__pc-price {
    color: var(--blanc);
    font-size: 28px;
    font-weight: var(--semibold);
    width: 100%;
    text-align: center;
}
.cbk_thmtg__pc-cta {
    position: relative;
    color: var(--blanc);
    font-size: var(--size_h4);
    font-weight: var(--semibold);
    padding: 10px 40px;
    clip-path: polygon(91% 0, 100% 50%, 91% 95%, 8% 95%, 0 50%, 9% 0);
    background-color: var(--noir);
}
.cbk_thmtg__pc-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/thaumaturge/outline-header.png)
}
.cbk_thmtg__carac-list {
    color: var(--blanc);
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: var(--val_20);
}
.cbk_thmtg__carac-item {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: var(--val_10);
    padding: 20px 50px;
}
.cbk_thmtg__carac-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/thaumaturge/outline-viewport.png)
}
.cbk_thmtg__carac-title {
    color: #c2011d;
    font-weight: var(--medium);
    font-size: var(--size_h4);
}
.cbk_thmtg__carac-text {
    color: var(--blanc);
    font-weight: var(--medium);
    font-size: var(--size_p);
}
#product-zone {
    scroll-margin-top: 200px;
}
#product {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 450px;
    overflow: hidden;
    z-index: 2;
}
.cbk_thmtg__pc-bcg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.amd__link {
    color: var(--blanc);
    text-decoration: underline;
}

@media screen and (max-width: 1800px) {
    .chaine-left, .chaine-right {
        display: none;
    }
}
@media screen and (max-width: 1350px) {
    .cbk_thmtg__brand-log img {
        filter: drop-shadow(0 0 5px #fff);
    }
}
@media screen and (max-width: 1150px) {
    .cbk_thaumaturge__absolut {
        display: none;
    }
}
@media screen and (max-width: 975px) {
    .cbk_thmtg__product-colonne {
        justify-content: center;
        row-gap: var(--val_40);
    }
}    
@media screen and (max-width: 500px) {
    .cbk_thmtg__view1-title, .cbk_thmtg__view1-text {
        padding: var(--val_30);
    }
    .cbk_thmtg__carac-list {
        padding: 0 10px;
    }
}