﻿/* Global */

.blackFriday .cbk_landing_event__first-section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/background-first-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.blackFriday .cbk_landing_event__second-section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/background-second-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.blackFriday .cbk_landing_event__third-section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/background-third-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.blackWeek .cbk_landing_event__first-section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/background-first-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.blackWeek .cbk_landing_event__second-section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/background-second-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.blackWeek .cbk_landing_event__third-section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/background-third-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.separator_bf_section {
    object-fit: cover;
    width: 100%;
    height: 40px;
}

.cbk_landing_event__first-section, .cbk_landing_event__second-section, .cbk_landing_event__third-section {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 100%;
    align-items: center;
}

.cybertek__bloc-liste-produits-marques__subtitle {
    color: var(--blanc) !important;
}

.cbk_bento__pill {
    border-radius: 5px !important;
    border: 1px solid #E53029 !important;
    background: rgba(229, 48, 41, 0.60) !important;
    backdrop-filter: blur(20px);
}

.bf-main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    --vignettes-color-on: rgba(255, 255, 255, 0.80) !important;
    --vignettes-line-color-on: #F33535 !important;
}

.blackWeek .bf-main-wrapper {
    --vignettes-color-on: rgba(12, 12, 12, 0.60) !important;
    --vignettes-line-color-on: #FFCF00 !important;
    --vignettes-line-color-off: #856c02 !important;
}

.blackFriday .bf-main-wrapper {
    --vignettes-color-on: rgba(12, 12, 12, 0.60) !important;
    --vignettes-line-color-on: #6A00FF !important;
    --vignettes-line-color-off: #3a0387 !important;
}

.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%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}

    .soldes-ete_header ins {
        display: contents;
        width: 100%;
    }

        .soldes-ete_header ins img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

.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;
}

.cbk_category_grid__item__title {
    max-width: 140px !important;
}

/* 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;
}

#_ctl0_ContentPlaceHolder1_ListeVignettesLargesSection {
    display: flex;
    width: 100%;
    justify-content: center;
}

.liste-vignettes-larges {
    width: 100%;
}

/* BlackMonth */
.blackMonth .cbk_landing_event__first-section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/background-first-section.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.blackMonth .cbk_landing_event__second-section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/background-second-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.blackMonth .cbk_landing_event__third-section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/background-third-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.blackMonth .separator_bf_section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/separator_bg.png);
}

.blackMonth .cbk_bento__big-block {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/miseEnAvant1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.blackMonth .cbk_bento__medium-block {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/miseEnAvant2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.blackMonth .cbk_bento__little-block {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/miseEnAvant3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.blackMonth .cbk_category_grid__item {
    border-radius: 10px;
    border: 1px solid #787878;
    background: linear-gradient(226deg, #626262 25.59%, #3B3B3B 34.2%, rgba(80, 80, 80, 0.99) 61.61%, #000 96.59%);
}

.blackMonth .cbk_category_grid__item__discount-wrapper {
    border-radius: 5px;
    border: 1px solid #E53029;
    background: rgba(229, 48, 41, 0.60);
}

.blackMonth .cybertek__bloc-liste-produits-marques__event-pill {
    border-radius: 3px;
    border: 1px solid #515151;
    background: linear-gradient(226deg, #626262 25.59%, #3B3B3B 34.2%, rgba(80, 80, 80, 0.99) 61.61%, #000 96.59%);
}

.blackMonth .bf-main-wrapper {
    --vignettes-color-on: rgba(12, 12, 12, 0.60) !important;
    --vignettes-line-color-on: var(--blanc) !important;
    --vignettes-line-color-off: #515151 !important;
}

.blackMonth .cbk_selector__product-details__description {
    background: linear-gradient(226deg, rgba(104, 104, 104, 0.78) 25.59%, rgba(140, 140, 140, 0.55) 34.2%, rgba(102, 102, 103, 0.57) 54.47%, rgba(194, 194, 194, 0.24) 92.68%) !important;
}

.blackMonth .cbk_selector__product-details__features-list--left {
    border-right: 1px solid #787878;
}

.blackMonth .cbk_selector__product-item__tag, .blackMonth .cbk_selector-mobile__product-item__tag {
    background: linear-gradient(226deg, #626262 25.59%, #3B3B3B 34.2%, rgba(80, 80, 80, 0.99) 61.61%, #000 96.59%);
    border: 1px solid var(--blanc);
    border-radius: 6px 0 0 6px;
}

.blackMonth .cbk_selector-mobile__product-details__event {
    background: linear-gradient(226deg, #626262 25.59%, #3B3B3B 34.2%, rgba(80, 80, 80, 0.99) 61.61%, #000 96.59%);
    border: 1px solid var(--blanc);
}

.blackMonth .cbk-selector__product-selected__sun, .blackMonth .cbk-selector-mobile__product-selected__img-product:after {
    background: linear-gradient(175deg, rgba(255, 255, 255, 0.00) 5.53%, rgba(255, 255, 255, 0.66) 38.11%, rgba(255, 228, 216, 0.00) 72.47%) !important;
}

.blackMonth .cbk_selector__product-details__product-link, .blackMonth .cbk_selector-mobile__product-details__product-link {
    background: linear-gradient(234deg, rgba(78, 78, 78, 0.24) -15.81%, rgba(255, 255, 255, 0.24) 10.74%, rgba(113, 113, 113, 0.24) 25.95%, rgba(53, 53, 53, 0.24) 68.57%) !important;
}

.blackMonth .cbk_selector__product-details__product-link--border, .blackMonth .cbk_selector-mobile__product-details__product-link--border {
    background: linear-gradient(var(--rotate), #626262 25.59%, #3B3B3B 34.2%, rgba(80, 80, 80, 0.99) 61.61%, #000 96.59%) !important;
    padding: 2px !important;
}

.blackMonth .bloc_grille_offres_phares__theme-id .cybertek__bloc-liste-produits-marques__voir-plus {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/produits_voir_plus_bg.jpg);
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #787878;
}

.blackMonth .cbk_reassurance__icon {
    border-radius: 5px;
    border: 1px solid #787878 !important;
    background: linear-gradient(226deg, #626262 25.59%, #3B3B3B 34.2%, rgba(80, 80, 80, 0.99) 61.61%, #000 96.59%) !important;
}

.blackMonth .cbk_landing_event__seo-bottom {
    background: linear-gradient(226deg, #626262 25.59%, #3B3B3B 34.2%, rgba(80, 80, 80, 0.99) 61.61%, #000 96.59%);
}

.blackMonth .seo_background_block1, .blackMonth .seo_background_block2 {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/background_seo.png);
    background-size: cover;
}

.blackMonth .cbk_selector__product-item[data-selected="true"], .blackMonth .cbk_selector-mobile__product-item[data-selected="true"] {
    border: solid 1px var(--blanc);
}

/* BlackWeek */

.blackWeek .cbk_reassurance__icon {
    border-radius: 5px;
    border: 1px solid #787878 !important;
    background: linear-gradient(226deg, rgba(172, 154, 54, 0.78) 25.59%, rgba(154, 145, 52, 0.55) 34.2%, rgba(116, 110, 50, 0.57) 54.47%, rgba(255, 198, 0, 0.24) 92.68%) !important;
}

.blackWeek .cbk_landing_event__seo-bottom {
    background: linear-gradient(226deg, #70683E 25.59%, #615830 34.2%, rgba(85, 76, 43, 0.99) 61.61%, #282513 96.59%);
}

.blackWeek .seo_background_block1, .blackWeek .seo_background_block2 {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/background_seo.png);
    background-size: cover;
}

.blackWeek .separator_bf_section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/separator_bg.png);
}

.blackWeek .cbk_selector__product-details__description {
    background: linear-gradient(226deg, #70683E 25.59%, #615830 34.2%, rgba(85, 76, 43, 0.99) 61.61%, #282513 96.59%) !important;
}

.blackWeek .cbk_selector-mobile__product-details__description {
    background: linear-gradient(226deg, #70683E 25.59%, #615830 34.2%, rgba(85, 76, 43, 0.99) 61.61%, #282513 96.59%) !important;
}

.blackWeek .cbk_selector__product-details__features-list--left {
    border-right: 1px solid #71642F;
}

.blackWeek .cbk-selector__product-selected__sun, .blackWeek .cbk-selector-mobile__product-selected__img-product:after {
    background: linear-gradient(175deg, rgba(255, 233, 16, 0.00) var(--start), rgba(255, 243, 129, 0.66) var(--middle), rgba(255, 228, 216, 0.00) var(--end)) !important;
}

.blackWeek .cbk_selector__product-details__product-link, .blackWeek .cbk_selector-mobile__product-details__product-link {
    background: linear-gradient(226deg, #686339 25.59%, #9A8634 34.2%, rgba(116, 101, 50, 0.99) 61.61%, #FC0 96.59%) !important;
}

.blackWeek .cbk_selector__product-details__product-link--border, .blackWeek .cbk_selector-mobile__product-details__product-link--border {
    background: linear-gradient(var(--rotate), #686339 25.59%, #9A8634 34.2%, rgba(116, 101, 50, 0.99) 61.61%, #FC0 96.59%) !important;
    padding: 2px !important;
}

.blackWeek .cybertek__bloc-liste-produits-marques__event-pill {
    border-radius: 3px;
    border: 1px solid #FFCF00;
    background: linear-gradient(190deg, #686339 25.59%, #9A8634 34.2%, rgba(116, 101, 50, 0.99) 61.61%, #FC0 96.59%);
}

.blackWeek .bloc_grille_offres_phares__theme-id .cybertek__bloc-liste-produits-marques__voir-plus {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/produits_voir_plus_bg.png);
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #787878;
}

.blackWeek .cbk_selector__product-details__event, .blackWeek .cbk_selector__product-item__tag, .blackWeek .cbk_selector-mobile__product-details__event, .blackWeek .cbk_selector-mobile__product-item__tag {
    border: 1px solid #FFCF00 !important;
    background: linear-gradient(200deg, #686339 25.59%, #9A8634 34.2%, rgba(116, 101, 50, 0.99) 61.61%, #FC0 96.59%) !important;
}

.blackWeek .cbk_bento__big-block {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/miseEnAvant1.png);
}

.blackWeek .cbk_bento__medium-block {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/miseEnAvant2.png);
}

.blackWeek .cbk_bento__little-block {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/miseEnAvant3.png);
}

.blackWeek .cbk_selector__product-item[data-selected="true"], .blackWeek .cbk_selector-mobile__product-item[data-selected="true"] {
    border: solid 1px #FFCF00;
}

.blackWeek .lvl__vignette {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/Vignette-PC-event.png);
}

.blackWeek .cbk_category_grid__item {
    border-radius: 10px;
    border: 1px solid #787878;
    background: linear-gradient(226deg, #70683E 25.59%, #615830 34.2%, rgba(85, 76, 43, 0.99) 61.61%, #282513 96.59%);
    backdrop-filter: blur(32px);
}

.blackWeek .cbk_category_grid__item__discount-wrapper {
    border-radius: 5px;
    border: 1px solid #E53029;
    background: rgba(229, 48, 41, 0.60);
}

/* Black Friday */

.blackFriday .separator_bf_section {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/separator_bg.png);
}

.blackFriday .cbk_selector__product-details__description {
    background: linear-gradient(226deg, rgba(89, 75, 107, 0.78) 25.59%, rgba(106, 81, 129, 0.55) 34.2%, rgba(88, 73, 107, 0.57) 54.47%, rgba(161, 141, 178, 0.24) 92.68%) !important;
}

.blackFriday .cbk_selector-mobile__product-details__description {
    background: linear-gradient(226deg, rgba(89, 75, 107, 0.78) 25.59%, rgba(106, 81, 129, 0.55) 34.2%, rgba(88, 73, 107, 0.57) 54.47%, rgba(161, 141, 178, 0.24) 92.68%) !important;
    border: unset !important;
}

.blackFriday .cbk_selector__product-details__product-link, .blackFriday .cbk_selector-mobile__product-details__product-link {
    background: linear-gradient(182deg, #503968 25.59%, #56349A 34.2%, rgba(66, 50, 116, 0.99) 54.47%, #7300FF 92.68%) !important;
}

.blackFriday .cbk_selector__product-details__product-link--border, .blackFriday .cbk_selector-mobile__product-details__product-link--border {
    background: linear-gradient(var(--rotate), #503968 25.59%, #56349A 34.2%, rgba(66, 50, 116, 0.99) 54.47%, #7300FF 92.68%) !important;
    padding: 2px !important;
}

.blackFriday .cbk_selector__product-details__event, .blackFriday .cbk_selector__product-item__tag, .blackFriday .cbk_selector-mobile__product-details__event, .blackFriday .cbk_selector-mobile__product-item__tag {
    border: 1px solid #6A00FF !important;
    background: linear-gradient(226deg, #503968 25.59%, #56349A 34.2%, rgba(66, 50, 116, 0.99) 54.47%, #7300FF 92.68%) !important;
}

.blackFriday .cbk-selector__product-selected__sun, .blackFriday .cbk-selector-mobile__product-selected__img-product:after {
    background: linear-gradient(175deg, rgb(119 16 255 / 0%) var(--start), rgb(136 98 229 / 66%) var(--middle), rgb(231 216 255 / 0%) var(--end)) !important;
}

.blackFriday .cbk_selector__product-item[data-selected="true"], .blackFriday .cbk_selector-mobile__product-item[data-selected="true"] {
    border: solid 1px #6A00FF;
}

.blackFriday .cbk_bento__big-block {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/miseEnAvant1.png);
}

.blackFriday .cbk_bento__medium-block {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/miseEnAvant2.png);
}

.blackFriday .cbk_bento__little-block {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/miseEnAvant3.png);
}

.blackFriday .lvl__vignette {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/Vignette-PC-event.png);
}

.blackFriday .cybertek__bloc-liste-produits-marques__event-pill {
    border-radius: 3px;
    border: 1px solid #6A00FF;
    background: linear-gradient(226deg, #503968 25.59%, #56349A 34.2%, rgba(66, 50, 116, 0.99) 54.47%, #7300FF 92.68%);
}

.blackFriday .cbk_category_grid__item {
    border-radius: 10px;
    border: 1px solid #787878;
    background: linear-gradient(226deg, #503968 25.59%, #56349A 34.2%, rgba(66, 50, 116, 0.99) 54.47%, #7300FF 92.68%);
    backdrop-filter: blur(32px);
}

.blackFriday .cbk_category_grid__item__discount-wrapper {
    border-radius: 5px;
    border: 1px solid #E53029;
    background: rgba(229, 48, 41, 0.60);
}

.blackFriday .cbk_reassurance__icon {
    border-radius: 5px;
    border: 1px solid #787878 !important;
    background: linear-gradient(226deg, rgba(80, 57, 104, 0.78) 25.59%, rgba(86, 52, 154, 0.55) 34.2%, rgba(66, 50, 116, 0.57) 54.47%, rgba(115, 0, 255, 0.24) 92.68%) !important;
}

.blackFriday .cbk_landing_event__seo-bottom {
    background: linear-gradient(226deg, rgba(89, 75, 107, 0.78) 25.59%, rgba(106, 81, 129, 0.55) 34.2%, rgba(88, 73, 107, 0.57) 54.47%, rgba(161, 141, 178, 0.24) 92.68%);
}

.blackFriday .bloc_grille_offres_phares__theme-id .cybertek__bloc-liste-produits-marques__voir-plus {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/produits_voir_plus_bg.png);
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #787878;
}

.blackFriday .seo_background_block1, .blackFriday .seo_background_block2 {
    background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/background_seo.png);
    background-size: cover;
}

.cbk_selector__product-item {
    border: solid 1px #787878;
}

    .cbk_selector__product-item[data-selected="true"] .cbk_selector__product-item__category, .cbk_selector__product-item[data-selected="true"] .cbk_selector__product-item__item-name {
        color: var(--blanc);
    }

.cybertek__bloc-liste-produits-marques__container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
/* Bloc SEO */
.cbk_landing_event__seo-wrapper {
    display: flex;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #868686;
    overflow: hidden;
}

.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: #0073FF;
    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;
}

.cyb-uc-BlocAccesMagasins__nos-magasins {
    border: 1px solid #787878 !important;
}

.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 a {
        color: var(--blanc);
    }

    .cbk_landing_event__seo-content h3 {
        color: var(--blanc);
        font-size: 18px;
    }

.cbk_landing_event__seo-content_padding {
    padding-left: 20px;
}

.cbk_landing_event__seo__img {
    width: 465px;
    height: auto;
    min-height: 545px;
    position: relative;
}

.cbk_landing_event__seo-wrapper--reverse .cbk_landing_event__seo__img__background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.imgSeoCg_block1 {
    position: absolute;
    width: 419px;
    height: 336px;
    object-fit: contain;
    top: 60px;
    display: flex;
    left: 30px;
}

.imgSeoCg_block2 {
    position: absolute;
    width: 419px;
    height: 336px;
    object-fit: contain;
    top: 100px;
    display: flex;
    left: 20px;
}

.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: 0px 8px;
    }

    .imgSeoCg_block2 {
        left: 0px;
    }
}

@media screen and (max-width: 960px) {
    .liste-vignettes-larges__header h2 {
        font-size: 20px !important;
    }

    /* 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;
        min-height: unset;
        width: 100%;
    }

    .imgSeoCg_block2, .imgSeoCg_block1 {
        width: 215px;
        height: 185px;
        object-fit: contain;
        margin: auto;
        left: 0px;
        top: -25px;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    /* BlackFriday */

    .blackFriday .cbk_landing_event__second-section {
        background-position: left;
    }

    .blackFriday .seo_background_block1, .blackFriday .seo_background_block2 {
        display: flex;
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/seo_bg_mobile.png);
        background-size: cover;
    }

    /* BlackWeek */

    .blackWeek .seo_background_block1, .blackWeek .seo_background_block2 {
        display: flex;
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/seo_bg_mobile.png);
        background-size: cover;
    }

    /* BlackMonth */

    .blackMonth .seo_background_block1, .blackMonth .seo_background_block2 {
        display: flex;
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/seo_bg_mobile.png);
        background-size: cover;
    }

    .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;
    }
}

@media screen and (max-width: 768px) {
    /* BlackFriday */

    .blackFriday .cbk_bento__big-block {
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/miseEnAvant1_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .blackFriday .cbk_bento__medium-block {
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/miseEnAvant2_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .blackFriday .cbk_bento__little-block {
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-friday/miseEnAvant3_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* BlackWeek */

    .blackWeek .cbk_bento__big-block {
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/miseEnAvant1_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .blackWeek .cbk_bento__medium-block {
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/miseEnAvant2_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .blackWeek .cbk_bento__little-block {
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-week/miseEnAvant3_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* BlackMonth */

    .blackMonth .cbk_bento__big-block {
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/miseEnAvant1_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .blackMonth .cbk_bento__medium-block {
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/miseEnAvant2_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .blackMonth .cbk_bento__little-block {
        background: url(https://www.cybertek.fr/images_produits/cybertek/images-landing/black-friday-2025/black-month/miseEnAvant3_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .cbk_category_grid__item__title {
        max-width: 768px !important;
    }

    .cbk_category_grid__item {
        width: 178px !important;
    }

    .cyb-uc-BlocAccesMagasins__cta-button {
        padding: 0 10px !important;
        column-gap: 5px !important;
    }

        .cyb-uc-BlocAccesMagasins__cta-button span {
            line-height: 1px;
        }

    /* Global */
    .cbk_landing_event__first-section, .cbk_landing_event__second-section, .cbk_landing_event__third-section {
        row-gap: 20px !important;
        padding: 15px 0 !important;
    }
    /* 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-background {
        object-fit: cover;
    }
    /* Titre H1 */
    .bf-main-wrapper-title__content {
        row-gap: 10px;
    }

        .bf-main-wrapper-title__content h1 {
            font-size: 20px;
        }

        .bf-main-wrapper-title__content p {
            font-size: 12px;
        }

    /* Titre H2 blocs Configs */
    .cbk_selector__main--mobile .titre {
        font-size: 16px;
    }

    .separator_bf_section {
        height: 12px;
    }
}

@media screen and (max-width: 396px) {
    .cbk_category_grid__item {
        width: 165px !important;
    }

    .cbk_reassuance__main {
        column-gap: 4px !important;
    }
}
