﻿/* Global */

.cbk_landing_event__first-section {
    background: url('https://www.cybertek.fr/images_produits/cybertek/images-landing/soldes-ete-2025/Background-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 0;
}

.cbk_landing_event__second-section {
    background: url('https://www.cybertek.fr/images_produits/cybertek/images-landing/soldes-ete-2025/Background_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 0;
}

.cbk_landing_event__first-section, .cbk_landing_event__second-section {
    display: flex;
    flex-direction: column;
    row-gap: 55px;
    width: 100%;
    align-items: center;
}

.bf-main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.autosize-container {
    max-width: 1280px;
    width: 100%;
}
/* Hero Banner */

/*.cbk_landing__hero-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
    vertical-align: bottom;
}

.cbk_landing__hero-banner--mobile {
    display: none;
}*/

/*HEADER*/

.soldes-ete_header {
    height: 100%;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}

.soldes-ete_header_title-box {
    position: relative;
    width: max-content;
    height: max-content;
    z-index: 3;
}

.soldes-ete_header-surtitle, .soldes-ete_header-title, .soldes-ete_header-subtitle {
    height: auto;
    will-change: transform;
    transition: transform 0.2s linear;
}

.soldes-ete_header-subtitle {
    position: absolute;
    top: 84%;
    right: 20px;
    opacity: 0;
    width: 21vh;
}

.soldes-ete_header_title-box_soldes {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.soldes-ete_header-text {
    font-size: 32px;
    font-weight: var(--semibold);
    color: var(--blanc);
    text-transform: uppercase;
    opacity: 0;
}

.soldes-ete_header-surtitle {
    margin-bottom: -6%;
    width: 20vw;
    filter: brightness(0)
}

.soldes-ete_header-title {
    width: 29vw;
    opacity: 0;
}

.soldes-ete_header_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.soldes-ete_header-background {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    filter: brightness(0.2);
}

.soldes-ete_header_bg_light {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.soldes-ete_header_bg_sun {
    width: 50% !important;
    height: 100% !important;
    position: absolute;
    background: #ffb10014 !important;
    border-radius: 50%;
    filter: blur(200px) !important;
    left: 50% !important;
    top: 41% !important;
    transform: translateX(-50%);
    mix-blend-mode: overlay;
    z-index: 1;
}

/* Titre H1 */
.bf-main-wrapper-title__content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    z-index: 1;
}

    .bf-main-wrapper-title__content h1, .bf-main-wrapper-title__content p {
        color: var(--blanc);
    }

    .bf-main-wrapper-title__content h1 {
        font-size: 32px;
        font-weight: 500;
    }

    .bf-main-wrapper-title__content p {
        font-size: 16px;
        line-height: 1.2;
    }

/* Bloc Configs PC */
.titre {
    color: var(--blanc);
    font-weight: 500;
    position: relative;
    z-index: 1;
}

/* Bloc Vignettes Produit Offres Phares */
.bloc_grille_offres_phares {
    max-width: unset;
    background: #222;
    padding: 30px 0;
}

/* Bloc Vignettes Theme ID */
.bloc_grille_offres_phares__theme-id .cybertek__bloc-liste-produits-marques__voir-plus {
    background: url(http://www.cybertek.fr/images_produits/cybertek/images-landing/soldes-ete-2025/background-vignettes-themeid.jpg);
}

.bloc_grille_offres_phares__theme-id .cybertek__bloc-liste-produits-marques__event-pill {
    background: #FF4747;
}
/* Bloc SEO */
.cbk_landing_event__seo-wrapper {
    display: flex;
    width: 100%;
    border-radius: 10px;
}

.cbk_landing_event__seo-wrapper--reverse {
    flex-direction: row-reverse;
}

.cbk_landing_event__seo {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.cbk_landing_event__seo-bottom {
    width: 100%;
    max-width: 815px;
    padding: 20px 30px;
    background: rgba(55, 52, 51, 0.50);
    border-radius: 10px 0 0 10px;
    justify-content: center;
    row-gap: 15px;
}

.cbk_landing_event__seo-wrapper--reverse .cbk_landing_event__seo-bottom {
    border-radius: 0 10px 10px 0;
}

.cbk_landing_event__seo-title {
    color: var(--blanc);
    font-size: 20px;
}

.cbk_landing_event__seo-text {
    color: var(--blanc);
    line-height: 1.2;
}

.cbk_landing_event__seo-content {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

    .cbk_landing_event__seo-content h2 {
        font-size: 20px;
        color: var(--blanc);
    }

    .cbk_landing_event__seo-content p {
        color: var(--blanc);
        line-height: 1.3;
    }

    .cbk_landing_event__seo-content h3 {
        color: var(--blanc);
        font-size: 18px;
    }

.cbk_landing_event__seo__img {
    width: 465px;
    height: auto;
    min-height: 545px;
}

    .cbk_landing_event__seo__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 10px 10px 0;
    }

.cbk_landing_event__seo-wrapper--reverse .cbk_landing_event__seo__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.bf-banniere-revive img {
    border-radius: 10px;
    height: auto;
}

@media screen and (max-width: 1280px) {
    /* Global */

    .autosize-container {
        padding: 0 8px;
    }

    .bloc_grille_offres_phares {
        padding: 30px 8px;
    }
}

@media screen and (max-width: 768px) {

    /* Global */
    .cbk_landing_event__first-section, .cbk_landing_event__second-section {
        row-gap: 20px;
        padding: 15px 0;
    }
    /* Hero Banner */

    .soldes-ete_header-text {
        font-size: 12px;
    }

    .soldes-ete_header-surtitle {
        max-width: 125px;
        width: 100%;
    }

    .soldes-ete_header-title {
        max-width: 165px;
        width: 100%;
    }

    .soldes-ete_header-subtitle {
        width: 7vh;
        right: 5px;
    }

    .soldes-ete_header {
        min-height: 130px;
    }

    .soldes-ete_header-background {
        object-fit: cover;
    }
    /* Titre H1 */
    .bf-main-wrapper-title__content {
        row-gap: 10px
    }

        .bf-main-wrapper-title__content h1 {
            font-size: 16px;
        }

        .bf-main-wrapper-title__content p {
            font-size: 10px;
        }

    /* Titre H2 blocs Configs */
    .cbk_selector__main--mobile .titre {
        font-size: 16px;
    }

    /* Blocs SEO */
    .cbk_landing_event__seo-title {
        font-size: 16px;
    }

    .cbk_landing_event__seo-wrapper {
        flex-direction: column;
    }

    .cbk_landing_event__seo-text {
        font-size: 12px;
    }

    .cbk_landing_event__seo-bottom, .cbk_landing_event__seo-wrapper--reverse .cbk_landing_event__seo-bottom {
        max-width: unset;
        border-radius: 10px 10px 0 0;
    }

    .cbk_landing_event__seo__img {
        height: 350px;
        width: 100%;
    }

        .cbk_landing_event__seo__img img, .cbk_landing_event__seo-wrapper--reverse .cbk_landing_event__seo__img img {
            border-radius: 0 0 10px 10px;
        }

    .cbk_landing_event__seo-content h3, .cbk_landing_event__seo-content h2 {
        font-size: 16px;
        line-height: 1.2;
    }

    .cbk_landing_event__seo-content p {
        font-size: 13px;
    }
}
