﻿@font-face {
    font-family: 'Hitmarker Condensed';
    src: url("../fonts/HitmarkerCondensed-Regular.ttf");
}

.cbk_landing-cod-tmnt__main {
    background: #020804;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    padding-bottom: 80px;
}

.cbk_landing-cod-tmnt__timer-section, .cbk_landing-cod-tmnt__offer-config,
.cbk_landing-cod-tmnt__config, .cbk_landing-cod-tmnt__category,
.cbk_landing-cod-tmnt__competition, .cbk_landing-cod-tmnt__shop, .cbk_landing-cod-tmnt__reinsurance {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.cbk_landing-cod-tmnt__hero {
    width: 100%;
    height: 800px;
}

.cbk_landing-cod-tmnt__hero--img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cbk_landing-cod-tmnt__hero--img-tablet, .cbk_landing-cod-tmnt__hero--img-mobile {
    display: none;
}

.cbk_landing-cod-tmnt__timer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.cbk_landing-cod-tmnt__timer-title {
    color: var(--blanc);
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Hitmarker Condensed';
}

.cbk_landing-cod-tmnt__timer-infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.cbk_landing-cod-tmnt__timer-text {
    color: var(--blanc);
    text-transform: uppercase;
    font-weight: var(--semibold);
    font-size: 20px;
}

.cbk_landing-cod-tmnt__timer-container {
    width: 100%;
    max-width: 680px;
    border: 1px solid #9CDE00;
    padding: 20px 60px;
    border-radius: 7px;
    background: rgb(156 222 0 / 15%);
    row-gap: 20px;
    display: flex;
    flex-direction: column;
}

.cbk_landing-cod-tmnt__timer-item-container {
    width: 100%;
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
}

.cbk_landing-cod-tmnt__timer-item {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.cbk_landing-cod-tmnt__timer-item--numbers {
    display: flex;
    column-gap: 15px;
}

.cbk_landing-cod-tmnt__timer-item--number {
    font-family: 'Hitmarker Condensed';
    color: #9CDE00;
    font-weight: var(--bold);
    font-size: 64px;
}

.cbk_landing-cod-tmnt__timer-item--text {
    color: var(--blanc);
    font-family: 'Hitmarker Condensed';
    font-size: 20px;
    font-weight: var(--bold);
    letter-spacing: 2px;
}

.cbk_landing-cod-tmnt__timer-item--dot {
    font-family: 'Hitmarker Condensed';
    color: #9CDE00;
    font-size: 64px;
    font-weight: var(--bold);
}

.cbk_landing-cod-tmn__contact-email {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.cbk_landing-cod-tmnt__timer-newsletter {
    border: 2px solid #bababa;
    border-radius: 7px !important;
    padding: 7px 15px;
    background: rgb(17 17 17 / 83%);
    max-width: 285px;
    width: 100%;
}

    .cbk_landing-cod-tmnt__timer-newsletter::placeholder {
        color: var(--blanc);
        font-weight: var(--medium);
    }

.cbk_landing-cod-tmnt__timer--newsletter--button {
    padding: 7px 20px;
    line-height: 1.5;
    border-radius: 7px !important;
    font-weight: var(--medium);
    max-width: 180px;
    width: 100%;
}

.cbk_landing-cod-tmnt__offer-config {
    row-gap: 50px;
}

.cbk_landing-cod-tmnt__offer-config--title {
    color: var(--blanc);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}

.cbk_landing-cod-tmnt__offer-config--product-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cbk_landing-cod-tmnt__offer-config--image-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    width: 40%;
}

.cbk_landing-cod-tmnt__offer-config--product-img {
    height: 343px;
    width: 339px;
    position: relative;
}

.cbk_landing-cod-tmnt__offer-config--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cbk_landing-cod-tmnt__offer-config--promo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-85%, -35%);
    height: 150px;
    width: 150px;
}

.cbk_landing-cod-tmnt__offer-config--promo-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.cbk_landing-cod-tmnt__offer-config--promo-text {
    color: var(--blanc);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 55px;
    font-family: 'Hitmarker Condensed';
    font-weight: var(--medium);
    transform: translate(-50%, -50%);
}


.cbk_landing-cod-tmnt__offer-config--conditions {
    color: var(--blanc);
    font-size: 14px;
}

.cbk_landing-cod-tmnt__offer-config--description-wrapper {
    width: 60%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-width: 580px;
    width: 100%;
}

.cbk_landing-cod-tmnt__offer-config--description-content {
    width: 100%;
    border: 2px solid #8AC608;
    border-radius: 16px;
    padding: 10px 10px;
    background: #363636C7;
}

.cbk_landing-cod-tmnt__offer-config--description--list {
    display: flex;
    flex-direction: column;
}

.cbk_landing-cod-tmnt__offer-config--description-title {
    color: var(--blanc);
    font-weight: 800;
    font-size: 24px;
    padding: 0 10px;
    text-transform: uppercase;
}

.cbk_landing-cod-tmnt__offer-config--description-item {
    display: flex;
    column-gap: 5px;
    padding: 15px 10px;
}

    .cbk_landing-cod-tmnt__offer-config--description-item:nth-child(odd) {
        background: rgba(0, 0, 0, .48);
    }

.cbk_landing-cod-tmnt__offer-config--description--infos, .cbk_landing-cod-tmnt__offer-config--description-separator, .cbk_landing-cod-tmnt__offer-config--description__infos--text {
    color: var(--blanc);
    font-size: 12px;
}

.cbk_landing-cod-tmnt__offer-config--add-cart-wrapper {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 0 10px;
}

.cbk_landing-cod-tmnt__offer-config--add-cart-price-container {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.cbk_landing-cod-tmnt__offer-config--add-cart {
    padding: 20px 30px;
    background: #9CDE00;
    max-width: 272px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-weight: 800;
    transition: background .3s ease-in-out;
}

    .cbk_landing-cod-tmnt__offer-config--add-cart:hover {
        background: var(--blanc);
    }

.cbk_landing-cod-tmnt__offer-config--add-cart__offer, .cbk_landing-cod-tmnt__offer-config--add-cart-new-price {
    color: var(--blanc);
}

.cbk_landing-cod-tmnt__offer-config--add-cart__offer {
    text-shadow: 0px 0px 4px 0px #FFFFFF40;
    font-size: 20px;
    font-weight: var(--bold);
    width: fit-content;
}

.cbk_landing-cod-tmnt__offer-config--add-cart-price {
    display: flex;
    align-items: flex-end;
    column-gap: 10px
}

.cbk_landing-cod-tmnt__offer-config--add-cart-old-price {
    font-size: 24px;
    font-weight: var(--bold);
    width: fit-content;
    text-decoration: line-through;
    color: #DADADA;
}

.cbk_landing-cod-tmnt__offer-config--add-cart-new-price {
    font-size: 32px;
    font-weight: var(--bold);
    width: fit-content;
}

.bigvignette .cyb-uc-CompVignetteLifeConfig__pcSimi--unPcSimi {
    background: #40404080 !important;
}

    .bigvignette .cyb-uc-CompVignetteLifeConfig__pcSimi--unPcSimi:hover {
        outline: solid 1px #9CDE00 !important;
    }

.cbk_landing-cod-tmnt__pele-mele-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: center
}

.cbk_landing-cod-tmnt__pele-mele-title {
    color: var(--blanc);
    text-align: center;
    width: fit-content;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.cbk_landing-cod-tmnt__pele-mele-products {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    width: 100%;
    padding: 20px 0
}

.cbk_landing-cod-tmnt__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    width: 100%;
    max-width: 450px
}

.cbk_landing-cod-tmnt__product-title {
    color: var(--blanc);
    font-size: 20px;
    max-width: 350px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    height: 30px;
}

.cbk_landing-cod-tmnt__product--image {
    width: 250px;
    height: 250px;
    cursor: pointer
}

.cbk_landing-cod-tmnt__image {
    height: 100%;
    width: 100%;
}

.cbk_landing-cod-tmnt__product-link {
    transition: transform .5s ease-in-out;
}

    .cbk_landing-cod-tmnt__product-link:hover {
        transform: scale(1.05) translateY(-10px)
    }

.cbk_landing-cod-tmnt__product-button {
    border: 2px solid white;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--blanc);
    position: relative;
    z-index: 1
}

    .cbk_landing-cod-tmnt__product-button:before {
        content: "";
        height: 100%;
        width: 0;
        top: 0;
        left: 0;
        position: absolute;
        transition: width .5s ease-in-out;
        background: var(--blanc);
        z-index: -1
    }

    .cbk_landing-cod-tmnt__product-button:hover {
        color: var(--noir)
    }

        .cbk_landing-cod-tmnt__product-button:hover:before {
            width: 100%;
        }

.cbk_landing-cod-tmnt__code-offer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding: 20px 0;
}

.cbk_landing-cod-tmnt__code-offer-text {
    color: var(--rouge);
    font-size: 18px;
    text-align: center;
}

.cbk_landing-cod-tmnt__code-offer-cta {
    border: 2px solid var(--rouge);
    padding: 20px 30px;
    color: var(--rouge);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

    .cbk_landing-cod-tmnt__code-offer-cta:before {
        content: "";
        height: 100%;
        width: 0;
        top: 0;
        left: 0;
        position: absolute;
        transition: width .5s ease-in-out;
        background: var(--blanc);
        z-index: -1
    }

    .cbk_landing-cod-tmnt__code-offer-cta:hover:before {
        width: 100%;
    }

.cbk_landing-cod-tmnt__terms-cta {
    color: var(--blanc);
    text-decoration: underline;
}

.cbk_landing-cod-tmnt__competition--wrapper {
    width: 100%;
    display: flex;
    border: 1px solid #9FE103;
    border-radius: 18px;
    padding: 20px 60px;
    background: #9FE1030D;
    align-items: center;
}

.cbk_landing-cod-tmnt__competition--text-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    row-gap: 15px;
}

.cbk_landing-cod-tmnt__competition--text, .cbk_landing-cod-tmnt__competition--title {
    color: var(--blanc);
    font-family: 'Hitmarker Condensed';
}

.cbk_landing-cod-tmnt__competition--title {
    font-size: 24px;
    font-weight: var(--bold);
    letter-spacing: 1px;
}

.cbk_landing-cod-tmnt__competition--img {
    height: 29px;
    width: 358px;
    object-fit: cover;
}

.cbk_landing-cod-tmnt__competition--text {
    line-height: 1.3;
    letter-spacing: 1px;
}

.cbk_landing-cod-tmnt__competition--iframe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    width: 40%;
    row-gap: 20px;
}

.cbk_landing-cod-tmnt__competition--iframe-img-container {
    height: 430px;
    width: 316px;
}

.cbk_landing-cod-tmnt__competition--iframe-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cbk_landing-cod-tmnt__competition--iframe-cta {
    padding: 20px 30px;
    background: #9CDE00;
    max-width: 272px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-weight: 800;
    position: relative;
    z-index: 1;
    transition: background .3s ease-in-out;
}

    .cbk_landing-cod-tmnt__competition--iframe-cta:hover {
        color: var(--noir);
        background: var(--blanc);
    }

.cyb-uc-BlocAccesMagasins__nos-magasins_content a {
    position: absolute;
    bottom: 3%;
    right: 5%;
}

.cyb-uc-BlocAccesMagasins__cta-button svg rect {
    stroke: #9CDE00;
}

.cyb-uc-BlocAccesMagasins__cta-button:hover {
    box-shadow: 0 0 14px 2px #9CDE00, inset 0px 0px 16px #9CDE00 !important;
}

.cyb-uc-BlocAccesMagasins__nos-magasins_content {
    align-items: flex-start !important;
    padding: 35px 0 0 !important;
}

    .cyb-uc-BlocAccesMagasins__nos-magasins_content h4 {
        padding: 20px 30px 20px !important;
        background: rgba(0, 0, 0, .52);
        width: 100%;
    }

.cyb-uc-BlocAccesMagasins__nos-magasins_border {
    display: none;
}

.cyb-uc-BlocAccesMagasins__nos-magasins {
    background: none !important;
    border: 1px solid var(--blanc);
}

.cyb-uc-BlocAccesMagasins__nos-magasins_content_overlay {
    display: none;
}

.cyb-uc-BlocAccesMagasins__nos-magasins_content::before {
    display: none;
}

.BlocModalites {
    width: 100%;
    justify-content: space-between !important;
}

    .BlocModalites h4 {
        height: 35px !important;
    }

.cbk_landing-cod-tmnt__seo {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: center;
}

.cbk_landing-cod-tmnt__seo--text-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.cbk_landing-cod-tmnt__seo--text {
    color: var(--blanc);
    line-height: 1.3;
    text-align: center;
}

.cbk_landing-cod-tmnt__seo--logo {
    width: 150px;
    height: 38px;
    object-fit: contain;
}

.cbk_landing-cod-tmnt__seo--brands {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.cbk_landing-cod-tmnt__seo--brands-cross {
    color: var(--blanc);
    font-size: 20px;
    font-family: 'Hitmarker Condensed';
    text-transform: uppercase;
}

.cbk_landing-cod-tmnt__seo--copyright {
    color: var(--blanc);
    text-align: center;
    line-height: 1.2;
}

@media screen and (max-width: 1040px) {
    .cbk_landing-cod-tmnt__hero {
        height: 400px;
    }

    .cbk_landing-cod-tmnt__hero--img-tablet {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cbk_landing-cod-tmnt__hero--img {
        display: none;
    }

    .cbk_landing-cod-tmnt__offer-config--product-wrapper {
        flex-direction: column;
        row-gap: 40px;
    }

    .cbk_landing-cod-tmnt__offer-config--description-wrapper {
        row-gap: 20px;
    }

    .cbk_landing-cod-tmnt__pele-mele-products {
        row-gap: 40px;
        flex-wrap: wrap;
    }

    .cbk_landing-cod-tmnt__seo {
        padding: 20px;
    }

    .cyb-uc-BlocAccesMagasins__nos-magasins {
        height: 20vh !important;
    }

    .cyb-uc-BlocAccesMagasins__nos-magasins_content h4 {
        font-size: 28px !important;
    }

    .cbk_landing-cod-tmnt__competition--wrapper {
        padding: 40px 20px;
    }

    .cbk_landing-cod-tmnt__competition--wrapper {
        flex-direction: column;
        row-gap: 30px;
    }

    .cbk_landing-cod-tmnt__competition--text-wrapper {
        width: 100%;
    }

    .cbk_landing-cod-tmnt__competition--iframe {
        margin-left: unset;
    }

    .cyb-uc-BlocAccesMagasins__nos-magasins_content {
        align-items: flex-end;
        justify-content: flex-end !important;
        padding: 0 !important;
    }

    .cyb-uc-BlocAccesMagasins__nos-magasins {
        height: 35vh !important;
    }

    .cbk_landing-cod-tmnt__competition--iframe {
        width: 100%;
    }

    .cbk_landing-cod-tmnt__offer-config--title {
        text-align: center;
        line-height: 1.3;
    }

    .cbk_landing-cod-tmnt__product-title {
        line-height: 1.3;
    }

    .cbk_landing-cod-tmnt__offer-config--description-title {
        text-align: center;
    }
    .cbk_landing-cod-tmnt__competition--title{
        line-height: 1.2
    }
}

@media screen and (max-width: 640px) {
    .cbk_landing-cod-tmnt__hero {
        height: 245px;
    }

    .cbk_landing-cod-tmnt__hero--img-mobile {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cbk_landing-cod-tmnt__hero--img-tablet {
        display: none;
    }

    .cbk_landing-cod-tmnt__timer-item--dot, .cbk_landing-cod-tmnt__timer-item--number {
        font-size: 35px;
    }

    .cbk_landing-cod-tmnt__timer-item--text {
        font-size: 18px;
    }

    .cbk_landing-cod-tmn__contact-email {
        flex-direction: column;
        row-gap: 15px;
    }

    .cbk_landing-cod-tmnt__timer--newsletter--button {
        max-width: unset;
    }

    .cbk_landing-cod-tmnt__offer-config--add-cart-wrapper {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .cbk_landing-cod-tmnt__offer-config--add-cart-price-container {
        align-items: center;
    }

    .cbk_landing-cod-tmnt__competition--wrapper {
        flex-direction: column;
        width: 100%;
    }
}
