﻿:root {
    --gradientphare: linear-gradient(57deg, rgba(255, 132, 132, 0.42) 9.31%, rgba(255, 62, 62, 0.24) 36.7%, rgba(235, 37, 37, 0.24) 52.39%, rgba(109, 38, 231, 0.36) 96.36%);
    --summervibee: linear-gradient(234deg, rgba(255, 186, 132, 0.42) -15.81%, rgba(255, 195, 62, 0.28) 10.74%, rgba(235, 94, 37, 0.23) 25.95%, rgba(231, 38, 123, 0.60) 68.57%);
    --gradientphare-2: linear-gradient(234deg, rgba(255, 186, 132, 0.42) -15.81%, rgba(255, 219, 152, 0.60) 10.74%, rgba(250, 125, 123, 0.60) 25.95%, rgba(231, 38, 38, 0.36) 68.57%);
}

/* Style Global */

.cbk_bento__main {
    display: flex;
    flex-direction: column;
    row-gap: 55px
}

.cbk_bento__header {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 100%;
}

.cbk_bento__header__title {
    font-size: 24px;
    font-weight: 500;
    color: var(--blanc);
}

.cbk_bento__header__subtitle {
    color: var(--blanc);
}

.cbk_bento__wrapper {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    max-height: 400px;
}

.cbk_bento__medium-block__title {
    color: var(--blanc);
    font-size: 24px;
    font-weight: 500;
    max-width: 200px;
    width: 100%;
    line-height: 1.1;
    align-self: flex-end;
    text-align: right;
}

.cbk_bento__cta {
    background: var(--blanc);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 24px;
    border-radius: 50px;
    width: 170px;
    height: 40px;
    flex: none;
    overflow: hidden;
    align-self: flex-end
}

.cbk_bento__cta--text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}


.cbk_bento__big-block__wrapper {
    padding: 2px;
    background-image: url("https://www.cybertek.fr/images_produits/cybertek/images-landing/bts-2025/bento-large-bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-width: 535px;
    width: 100%;
    overflow: hidden;
    
}

.cbk_bento__big-block {
    height: 100%;
    display: flex;
    position: relative;
    padding: 5%;
}

.cbk_bento__big-block__left {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cbk_bento__big-block__left__top {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 10px 0 0 10px;
}

.cbk_bento__big-block__categorie {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.cbk_bento__big-block__title, .cbk_bento__big-block__title span {
    color: #FFF;
    font-family: "Creamy Chalk";
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}

.cbk_bento__big-block__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: 100%
}

.cbk_bento__big-block__right__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding: 35px 50px 35px 30px;
    background-image: url("https://www.cybertek.fr/images_produits/cybertek/images-landing/bts-2025/draft-paper-white.png");
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.cbk_bento__big-block__right__prix {
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cbk_bento__big-block__right__prix-prixBarre {
    color: #6E6969;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    width: max-content
}

    .cbk_bento__big-block__right__prix-prixBarre::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: center;
        transform: translate(-50%, -50%) rotate(352deg);
        background: #C91D1D;
        width: 100%;
        height: 2px;
    }

.cbk_bento__big-block__right__prix-prix {
    color: #111;
    font-size: 32px;
    font-weight: 600;
    width: max-content;
}

.cbk_bento__big-block__right ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .cbk_bento__big-block__right ul li {
        color: #111;
        font-size: 15px;
        font-weight: 600;
    }
.cbk_bento__little-block--top {
    grid-area: little1
}

.cbk_bento__little-block--bottom {
    grid-area: little2
}
.cbk_bento__little-block__right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    line-height: 1.1;
    max-width: 50%
}
.cbk_bento__little-block__title {
    color: var(--blanc);
    font-size: 24px;
    font-weight: 500;
    align-self: flex-end
}
.cbk_bento__little-block__information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    row-gap: 5px;
    height: 100%;
}
.cbk_bento__pill-categorie {
    background-image: url("https://www.cybertek.fr/images_produits/cybertek/images-landing/bts-2025/remise-bg2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: 600;
    color: #E53029;
    text-align: center;
    padding: 8px;
    align-self: flex-end;
    display: flex;
    width: max-content;
}

    .cbk_bento__pill-categorie > * {
        font-size: 20px;
        font-weight: 600;
        color: #E53029
    }

.cbk_bento__pill {
    background-image: url("https://www.cybertek.fr/images_produits/cybertek/images-landing/bts-2025/remise-bg2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: 600;
    color: #E53029;
    text-align: center;
    padding: 8px;
    align-self: flex-end;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0
}

    .cbk_bento__pill > * {
        font-size: 20px;
        font-weight: 600;
        color: #E53029
    }

.cbk_bento__big-block__img {
    width: 345px;
    height: 279px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .cbk_bento__big-block__img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.cbk_bento__big-block__information, .cbk_bento__medium-block__information {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-self: flex-end;
}



/* Bloc 3 vignettes */
.cbk_bento__three-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "medium medium little1" "medium medium little2";
    gap: 10px;
}

.cbk_bento__medium-block__wrapper {
    padding: 7%;
    background-image: url("https://www.cybertek.fr/images_produits/cybertek/images-landing/bts-2025/bento-bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 326px;
    grid-area: medium;
}

.cbk_bento__medium-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
}

.cbk_bento__medium-block__img {
    height: 185px;
    width: 180px;
    align-self: center;
}

    .cbk_bento__medium-block__img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.cbk_bento__little-block__wrapper {
    padding: 5%;
    background-image: url("https://www.cybertek.fr/images_produits/cybertek/images-landing/bts-2025/bento-small.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 389px;
    overflow: hidden;
}

.cbk_bento__little-block {
    display: flex;
    height: 100%
}

.cbk_bento__little-block__img {
    flex: 1
}

    .cbk_bento__little-block__img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }


@media screen and (max-width: 1024px) {


    .cbk_bento__big-block__wrapper {
        max-width: unset;
    }

    .cbk_bento__medium-block__wrapper {
        width: 420px;
    }

    .cbk_bento__big-block__right__content {
        width: max-content;
        padding: 14px 38px 23px 14px;
    }
    .cbk_bento__main {
        row-gap: 10px
    }

    .cbk_bento__header {
        row-gap: 10px;
    }


    .cbk_bento__big-block__right {
        gap: 16px;
        align-items: flex-end;
        padding-top: 22px;
    }

    .cbk_bento__wrapper {
        flex-direction: column;
        row-gap: 10px;
        max-width: 768px;
        width: 100%;
        margin: 0 auto;
        max-height: initial
    }

    .cbk_bento__big-block__wrapper {
        max-width: unset;
    }

    .cbk_bento__big-block__information, .cbk_bento__medium-block__information, .cbk_bento__little-block__information {
        align-self: flex-start;
    }


    .cbk_bento__three-blocks {
        grid-template-columns: auto auto;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "medium little1" "medium little2";
    }


    .cbk_bento__medium-block__wrapper {
        height: 310px;
        width: auto;
        position: relative;
        overflow: hidden;
    }

    .cbk_bento__medium-block {
        justify-content: space-between;
    }

    .cbk_bento__medium-block__title {
        align-self: flex-start;
        max-width: 83px;
    }

    .cbk_bento__big-block__right ul li {
        font-size: 13px;
    }

    .cbk_bento__big-block__right__prix-prix {
        font-size: 24px;
    }

    .cbk_bento__little-block {
        flex-direction: row-reverse
    }

    .cbk_bento__medium-block__img {
        width: 100%
    }

    .cbk_bento__pill-categorie {
        align-self: flex-start
    }

    .cbk_bento__little-block__wrapper {
        height: 150px;
        width: 100%;
        padding: 6%
    }

    .cbk_bento__big-block__img {
        height: 138px;
        width: 214px;
        bottom: -36px;
        right: 0;
        left: unset;
    }

    .cbk_bento__little-block__img {
        height: 100%;
        width: 90px;
        object-fit: contain;
        right: 0;
        left: unset;
        bottom: 10px;
    }

    .cbk_bento__medium-block__wrapper {
        padding: 10%
    }


    .cbk_bento__little-block__information {
        width: 50%;
    }

    .cbk_bento__medium-block__title, .cbk_bento__little-block__title {
        font-size: 14px;
        text-align: left;
        height: unset;
    }

    .cbk_bento__little-block__title {
        align-self: flex-start;
        max-width: 120px;
    }

    .cbk_bento__cta {
        height: 22px;
        padding: 5px 10px;
        gap: 10px;
        width: max-content;
    }


    .cbk_bento__little-block .cbk_bento__cta, .cbk_bento__big-block {
        align-self: flex-start;
    }

    .cbk_bento__big-block__title {
        font-size: 20px;
    }

    .cbk_bento__cta svg {
        height: 16px;
        width: 16px;
    }

    .cbk_bento__cta--text {
        font-size: 10px;
        font-weight: 600;
        white-space: nowrap
    }
}
@media screen and (max-width: 768px) {

    .cbk_bento__header__title {
        font-size: 20px;
        font-weight: 600;
    }

    .cbk_bento__header__subtitle {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.1;
    }
}