﻿/*HARD RESET NAVBAR (Lyman) */
.cbx_header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 82px;
    z-index: 100;
    gap: 24px;
}

.cbx_header__logo {
    display: flex;
    align-items: center;
    gap: 16px
}

.cbx_header__logo__burger {
    display: none;
    width: 30px;
    gap: 6px;
    flex-direction: column
}

    .cbx_header__logo__burger div, .cbx_header__recherche__burger div {
        height: 4px;
        width: 100%;
        border-radius: 6px;
        background: black
    }

.cbx_header__recherche__burger {
    display: flex;
    width: 30px;
    max-width: 0;
    gap: 6px;
    flex-direction: column;
    cursor: pointer;
}

.nav-logo-gb {
    width: 200px;
    display: flex;
}

.cbx_header__recherche {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: relative;
    min-width: 305px;
    max-width: 600px;
}

.cbx_header__recherche__input {
    width: 100%;
}

#_ctl0_btn_recherche {
    background-color: #20a75f;
    height: 44px;
    width: 44px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
}

#_ctl0_tbx_recherche {
    width: calc(100% - 16px);
    border: 1px solid #ccc;
    height: 44px;
    padding: 0 10px;
    border-radius: 50px 0 0 50px;
}

.cbx_header__nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.cbx_header__nav__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    flex: none
}

    .cbx_header__nav__button span {
        color: #000;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 900;
    }

    .cbx_header__nav__button img {
        height: 30px;
        object-fit: contain;
        filter: brightness(0);
    }

.cbx_header__nav__button__panier-pill {
    position: absolute;
    background: #EE2D24;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: -2px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

    .cbx_header__nav__button__panier-pill span {
        color: white !important;
        font-size: 11px
    }

@media screen and (max-width: 960px) {
    .cbx_header__logo__burger {
        display: flex
    }

    .nav-logo-gb {
        width: 120px;
    }

        .nav-logo-gb img {
            width: 100%;
        }

    .cbx_header__recherche {
        max-width: 495px;
    }

    .cbx_header__recherche__burger {
        display: none
    }

    .cbx_zone_recherche {
        height: 78px;
    }

    .menu-mobile.sidebar {
        top: 8px;
    }
}

@media screen and (max-width: 768px) {
    .cbx_zone_recherche {
        height: 110px;
    }

    .menu-mobile.sidebar {
        top: 1px !important;
    }

    .cbx_header-wrapper {
        position: relative;
        align-items: flex-start;
        height: 100% !important;
        max-width: 560px !important;
        padding: 16px !important;
        gap: 12px;
    }

    .cbx_header__recherche {
        width: 89%;
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%)
    }

    .cbx_header__recherche__input {
        min-width: 230px;
    }

    #_ctl0_tbx_recherche {
        font-size: 12px;
        height: 38px;
    }

    #_ctl0_btn_recherche {
        height: 38px;
        width: 38px;
    }

    .cbx_header__nav__button-wrapper {
        display: flex
    }

    .cbx_header__nav__button img {
        height: 28px;
    }

    .cbx_header__nav {
        gap: 8px
    }

    .cbx_header__nav__button span {
        display: none
    }

    #_ctl0_lbl_panier_badge {
        display: initial !important
    }

    #container_sousmenu {
        width: 100vw !important;
        transform: translate(-50%, 108px) !important;
        min-height: 250px !important;
    }

    .less-than-2 {
        padding: 19px !important;
    }

    .less-than-2__ad {
        display: none !important
    }

    .less-than-2__recherche-pop__title, .more-than-2__suggestions__title {
        font-size: 18px !important
    }

    .suggestion-item, .more-than-2__suggestions {
        font-size: 16px !important;
    }

    .more-than-2__suggestions {
        width: 100% !important;
        height: max-content !important;
        padding-bottom: 19px;
    }

    .more-than-2 {
        display: flex;
        flex-direction: column
    }

    .more-than-2__produits__cta-voir-tout {
        font-size: 14px !important
    }

    .more-than-2__produits {
        gap: 20px !important;
    }

    .suggestion-exit {
        top: 18px !important;
    }
}
/* FIN HARD RESET NAVBAR*/
.sous-menu-titre {
    vertical-align: middle;
    height: 40px;
    display: table-cell;
    color: #FFF;
    font-size: 11px;
}

.grb_menu-princ {
    position: relative;
}

.grb_menu-hori {
}

.grb_menu-princ:hover .grb_menu-hori.gamer {
    background: none;
}

.grb_menu-mobile {
    display: none;
}

#sticker, #grb_menu_stick {
    position: sticky;
    top: -1px;
    z-index: 999999;
}


#grb_menu-opener:checked ~ #body .menu-mobile.sidebar {
    transform: translateX(0%);
}

.show_mobile_menu {
    display: none !important;
}

.show_desktop_menu {
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.menu_gb_level2 ~ .sous_level {
    display: none;
}

.grb-footer__separation {
    max-width: 100%;
}

@media screen and (min-width : 961px) {
    .menu-hori:hover .sous_level {
        display: flex;
        width: 100%;
        max-width: 100%;
        position: absolute;
        left: 0;
        background: white;
        border-radius: 0px 0px 20px 20px;
    }

        .menu-hori:hover .sous_level .container_sousmenu {
            padding: 20px;
        }
}

.sous_level li:first-child span {
    display: block;
    width: 200px;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    background: none;
    text-align: left;
    padding: 0px 0px;
    font-size: 15px !important;
    padding-bottom: 5px;
    position: relative;
}

.sous_level li:first-child {
    position: relative;
}

.menu-hori ul li a span:hover {
    color: #EE2D24;
}

.composants.hover {
}

.grb_menu_ul_souslevel li {
    text-decoration: none !important;
}

.boutons_li {
    position: relative;
    text-decoration: none !important;
}

    .boutons_li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 2px;
        background: #ee2d24;
        transition: 0.3s;
    }

    .boutons_li:hover:after {
        width: 100%;
    }

.menu-hori a {
    color: #575757 !important;
}

.grb_menu_ul_souslevel li:hover:before {
    background: #ee2d24 !important;
}

.menu_retour {
    position: fixed;
    z-index: 999999999;
    top: 0;
    width: 90%;
    background: white;
    padding-bottom: 10px;
}

    .menu_retour p {
        font-weight: 700;
        font-size: 20px;
        color: white;
        background: #333333;
        border-radius: 13px 6px 20px 13px !important;
        padding: 10px 20px !important;
        width: fit-content;
    }

.show_mobile_menu {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}
/*POPUP EMPATHY*/

#container_sousmenu {
    position: absolute;
    width: calc(100% + 136px);
    height: max-content;
    background: white;
    z-index: 0;
    transform: translate(-50%, 80px);
    top: 0;
    left: 50%;
    min-height: 410px;
    border-radius: 0 0 40px 26px;
    overflow: hidden;
    display: none;
}

.menu-overlay-filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000003b;
    z-index: 2;
    display: none
}

.content {
    position: relative
}

.suggestion-exit {
    position: absolute;
    top: 25px;
    right: 33px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .suggestion-exit span {
        color: black;
        font-size: 14px;
        font-weight: 500;
    }

    .suggestion-exit svg {
        height: 20px;
    }

.less-than-2 {
    display: flex;
    gap: 40px;
    padding: 34px 68px;
}

.less-than-2__recherche-pop, .more-than-2__suggestions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.less-than-2__recherche-pop__title, .more-than-2__suggestions__title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.more-than-2__suggestions__title {
    padding: 17px 14px;
}

.less-than-2__recherche-pop__liste, .more-than-2__suggestions__liste {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding: 0 14px;
}

.less-than-2__ad {
    height: auto;
    width: auto;
    max-width: 324px;
    border-radius: 14px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    padding: 24px 44px;
}

.suggestion-item {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}

.suggestion-item {
    text-decoration: none;
    color: #6F6F6F;
    font-size: 20px;
    font-weight: 500;
}

    .suggestion-item:hover {
        background: #e530292e;
        color: black
    }

.more-than-2 {
    display: flex;
}

.more-than-2__produits {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 10px;
}

.more-than-2__produits__cta-voir-tout {
    border-radius: 22px 12px 12px 7px;
    background: #E53029;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    width: max-content;
    padding: 8px 32px;
}

.more-than-2__produits__liste {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 45dvh;
}

    .more-than-2__produits__liste.is-scrollable {
        overflow-y: auto;
    }

.item-search-result {
    width: 260px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #707070;
    opacity: 0
}

    .item-search-result img {
        height: 100px;
        width: 100px;
        object-fit: contain;
        flex: none;
        align-self: center;
    }

.item-search-result__txt {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

    .item-search-result__txt h4 {
        color: #000;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.1;
    }

    .item-search-result__txt span {
        color: #000;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

.item-search-result__bloc-prix {
    display: flex;
    gap: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-top: auto;
    align-items: flex-start;
}

.item-search-result__bloc-prix__remise {
    border-radius: 14px 12px 12px 5px;
    background: #EE3C34;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 8px;
}

.item-search-result__bloc-prix-wrapper {
    display: flex;
    flex-direction: column;
}

.item-search-result__bloc-prix__prix-barre {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    width: max-content
}

    .item-search-result__bloc-prix__prix-barre::after {
        position: absolute;
        content: '';
        background: #CB192D;
        width: 100%;
        height: 2px;
        transform: rotate(350deg) translateY(-50%);
        left: 0;
        top: 50%;
    }

.more-than-2__suggestions {
    width: 300px;
    background: #F6F6F6;
    height: 100%;
    flex: none
}

.more-than-2__no-result {
    display: none;
    align-items: center;
    gap: 36px;
    width: 100%;
    justify-content: center;
}

    .more-than-2__no-result img {
        width: 220px;
        height: 200px;
        object-fit: contain;
    }

.no_result-wrapper {
    width: 100%;
    padding: 24px;
    max-width: 1280px;
}

/*.more-than-2__produits__liste.no_result {
    overflow: hidden
}*/

.more-than-2__no-result span {
    display: flex;
    padding: 20px;
    border-radius: 20px 30px 5px 20px;
    background-color: #EFEFEF;
    line-height: 29px;
    font-size: 20px;
    font-weight: var(--semibold);
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

/* Page de résultat Empathy si aucun résultat */
.filtre-block-resultat-bouton-tri:has(+ .dv_no_result) {
    display: none;
}

@media screen and (max-width: 1420px) {
    #container_sousmenu {
        width: 100%
    }
}

@media screen and (max-width: 960px) {
    .cbx_header-wrapper {
        height: 71px;
    }

    .more-than-2__no-result {
        padding-top: 24px;
    }

        .more-than-2__no-result span {
            font-size: 14px;
            line-height: initial !important;
            padding: 16px
        }

    #container_sousmenu {
        transform: translate(-50%, 70px);
    }

    .menu-hori ul {
        cursor: default;
        font-size: 0;
        padding: 10px 20px 10px !important;
        width: 100% !important;
        background: white;
    }

    .menu-hori:hover ul {
        padding-right: 0;
        padding-left: 0;
        /*        z-index: -1;*/
    }

    .menu-hori ul:first-child {
        margin-top: 50px;
    }

    .grb_menu_ul_souslevel {
        width: 100%;
    }

    .menu-mobile.sidebar {
        transform: translateX(-100%);
        display: flex !important;
        transition: 0.3s;
        width: 90% !important;
        left: 0 !important;
    }

    .grb_menu-mobile {
        display: block;
    }

    .cbx_header {
        height: 71px;
    }

    .banner_top_only .magasin-top a::before {
        content: "";
        display: block;
        height: 30px;
        left: 57%;
        margin: 3px 0 0 -16px;
        position: absolute;
        top: -1px;
        width: 23px;
        background-repeat: no-repeat;
    }
   
    #grb_menu-opener:checked ~ #body .menu-mobile.sidebar {
        display: flex !important;
        width: 100% !important;
        left: 0 !important;
        position: sticky !important;
    }

    .grb_menu-princ {
        background: white;
        padding: 0 20px;
    }

    .sidebar .warp {
        position: relative;
        width: 100%;
        height: calc(100vh - 90px);
        overflow-y: scroll;
    }

    .grb_line-menu-1 {
        transition: 0.3s;
    }

    #grb_menu-opener:checked ~ #body .grb_line-menu-1 {
        transform: rotate(45deg);
        top: 15px;
    }

    .grb_line-menu-2 {
        transition: 0.3s;
        opacity: 1;
    }

    #grb_menu-opener:checked ~ #body .grb_line-menu-2 {
        opacity: 0;
    }

    .grb_line-menu-3 {
        transition: 0.3s;
    }

    #grb_menu-opener:checked ~ #body .grb_line-menu-3 {
        transform: rotate(-45deg);
        top: 15px;
    }

    .show_mobile_menu {
        display: block;
    }

    .show_mobile_menu {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .show_desktop_menu {
        display: none !important;
    }

    .menu_gb_legend {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .sombre {
        display: block !important;
    }

    .menu_gb_level2:checked ~ .sous_level {
        display: flex !important;
        position: absolute;
        background: white;
        width: 100%;
        height: fit-content;
        top: 0;
        z-index: 90;
        left: 10px;
    }

    .grb_footer_menu .grb_footer__newsletter-bar {
        padding: 20px 0 40px !important;
    }

    button.button_newsletter {
        height: 41px;
    }

    .grb_footer_menu .grb_footer__title,
    .grb_footer_menu .grb_footer__subtitle {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 10px;
    }
}

#grb_menu-opener {
    display: none;
}

.grb_line-menu {
    position: absolute;
    width: 30px;
    height: 30px;
}

.grb_menu-mobile--container {
    position: relative;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
}

.grb_line-menu-1 {
    top: 5px;
}

.grb_line-menu-2 {
    top: 15px;
}

.grb_line-menu-3 {
    top: 25px;
}

#grb_menu-opener {
    display: none;
}

.checkbox_mobile, .checkbox_mobile--input {
    display: none;
}

.grb_home_link-label {
    font-size: 16px;
    font-weight: 700;
    color: white;
    display: none;
}

.show_mobile_menu-space {
    display: none;
}

.footer__icn_img {
    width: 100%;
    max-width: 200px;
}

.footer__logo-marques {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.grb_footer_icn--grosbill {
    width: 120px;
}

.grb_footer_icn {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 960px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.footer__logoune-marque {
    width: 100%;
    max-width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer_wrapper > div:nth-of-type(2) {
    overflow: initial !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.footer_icn--img {
    width: 100%;
    height: 100%;
}

.footer__icn_img-grosbill {
    width: 200px;
    max-width: 200px;
    margin: 0 10px;
}

.footer__logoune-marque--gb {
    max-width: 120px;
}

.footer__logoune-marque--square {
    max-width: 40px;
}

.footer__logoune-marque--square-amex {
    max-width: 35px;
}

.footer__logoune-marque--1 {
    max-width: 60px;
}

.footer__logoune-marque--3 {
    max-width: 40px;
    height: 40px;
}

.footer__logoune-marque--4 {
    max-width: 70px;
}

.footer__logoune-marque--5 {
    max-width: 50px;
    height: 40px;
}

.footer__logoune-marque--6 {
    max-width: 40px;
    height: 40px;
}

.footer__logoune-marque--7 {
    max-width: 35px;
    height: 40px;
}

.footer__logoune-marque--8 {
    max-width: 40px;
}

.footer__logoune-marque--9 {
    max-width: 80px
}

.footer__logoune-marque--10 {
    max-width: 45px;
    height: 40px;
}

.footer__logoune-marque--11 {
    max-width: 54px;
    height: 40px;
}

.footer__logoune-marque--12 {
    max-width: 50px;
}

.menu_gb_legend p {
    font-size: 14px !important;
}

.grb_footer__text {
    font-size: 14px !important;
}

.grb_home-seo {
    padding: 20px 0px;
    line-height: 1.3;
    font-size: 16px;
    text-align: justify !important;
}

.grb_seo_link {
    font-weight: 700;
    text-decoration: underline;
}

#home_link_wrapper > div:first-child > div > ul > li > a {
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
}

.gb_blackfooter {
    background: #333333;
    padding: 20px 0;
}

.gb_footer_cat {
    color: white;
}

.gb_footer_baclklink {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 15px;
    width: 100%;
}

.grb_footer__newsletter-input--header {
    width: 100%;
    max-width: 280px;
    height: 40px;
    border: solid 1px black;
    border-radius: 10px 0 0 10px;
}

.header-style {
    position: sticky;
    top: -1px;
    z-index: 999999;
}

.bandeau_evenement {
    display: flex;
    height: 30px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.bandeau_evenement_smallText {
    font-size: 12px;
}

.header_infos_bar.warp {
    padding: 0 !important;
}

.header_pc_nlgb {
    display: none;
    border-top: solid 1px;
    padding-top: 20px;
}

.button_newsletter--header {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: black url(grosbill.css) no-repeat -500px center;
    filter: none;
    overflow: hidden;
    padding: 10px 13px 9px;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: bold;
    float: left;
    border-radius: 0;
    font-family: "Arial";
    height: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 9px 16px 0;
}

.yntd_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.3);
    z-index: 999999 !important;
}

.cbk_pop-up--container {
    z-index: 9999999 !important;
}

.fond-pop {
    z-index: 999999 !important;
}

@media screen and (max-width: 1280px) {
    .footer__logoune-marque--gb {
        margin-bottom: 20px;
    }

    .grb_footer_icn {
        justify-content: center;
    }
}

@media screen and (max-width: 960px) {

    .fancybox-type-iframe {
        top: 180px !important;
    }

    .gb_footer_baclklink {
        display: none;
    }

    #label_categories_footer {
        font-size: 18px;
        color: white;
    }

    .gb_footer_baclklink {
    }

    #voircatgoriesfooter:checked ~ #label_categories_footer .grb_chevron_toggle--menu {
        transform: rotate(270deg);
        margin-top: -3px;
    }

    #voircatgoriesfooter:checked ~ .gb_footer_baclklink {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        float: none;
        padding: 20px;
    }

    .sous_level .menu_li .boutons_li {
        font-size: 16px !important;
        padding-left: 20px;
        position: relative;
    }

        .sous_level .menu_li .boutons_li:after {
            content: "-";
            position: absolute;
            left: 9px;
            top: 4px;
        }

    .sous_level li:first-child span {
        padding-left: 0px !important;
    }

        .sous_level li:first-child span:after {
            display: none;
        }

    .sous_level li:first-child span {
        font-weight: 800 !important;
        font-size: 18px !important;
    }

    .sous_level,
    .sous_level * {
        pointer-events: initial !important;
    }

    #menuselecthide {
        display: none !important;
    }

    .menu-mobile sidebar {
        top: 0 !important;
    }

    .grb_menu-princ {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .menu_legend {
        display: flex;
        justify-content: center;
    }

    .menu-hori {
        height: 20px;
    }
    /*
    .wrapper {
        transform: translateX(0) !important;
    }*/

    .grb_menu-princ {
        /*display: flex !important;*/
    }

    #grb_menu-opener:checked ~ #body .menu-mobile.sidebar {
        width: 90% !important;
        left: 0 !important;
        background: none;
    }

    .grb_menu-hori {
        border-radius: 0px !important;
    }

    .menu-hori.pc-assembles, .menu-hori.gamer, .menu-hori.concept, .menu-hori.configurateur {
        display: block;
        border-bottom: 0px !important;
    }

    .grb_menu-hori legend {
        display: flex;
    }

    .sidebar .warp {
        width: 100%;
        height: calc(100vh - 98px);
        overflow-y: scroll;
        left: 0;
        margin: 0;
        min-height: calc(100vh - 130px);
    }

    .grb_fond-menu {
        width: 100%;
        background: #0000005e;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.3s;
        opacity: 0;
        pointer-events: none;
        top: 71px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #grb_menu-opener:checked ~ #body .grb_fond-menu {
        opacity: 1;
        pointer-events: initial;
    }

    .grb_footer_menu {
        max-width: 100% !important;
        width: 100%;
    }

    .show_mobile_menu {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 30px;
    }

    .grb_footer__info-block.grb_footer__newsletter.grb_footer_menu {
        padding: 10px 0 0;
    }

    .show_mobile_menu #_ctl0_ContentPlaceHolder1_tbx_email {
        border-radius: 10px 0 0 10px;
        padding: 10px;
        border: solid 1px;
        width: 100%;
        max-width: 450px;
        margin: 0;
    }

    .show_mobile_menu .grb_footer__newsletter-bar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        overflow: hidden;
    }

    /* Styles pour les messages d'erreur et de succès newsletter footer */
    .News_warning {
        display: block;
        margin-top: 8px;
    }

    .cbk_footer__newsletter-error {
        color: #e53935 !important;
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-top: 5px;
    }

    /* Bouton désactivé */
    .cbk_footer__newsletter-btn--disabled,
    .button_newsletter--disabled {
        background-color: #808080 !important;
        color: #fff !important;
        cursor: not-allowed !important;
        pointer-events: none !important;
    }

    /* Message de feedback */
    .cbk_footer__newsletter-msg {
        font-size: 14px;
        font-style: italic;
        text-align: left;
        margin-top: 10px;
    }

    /* Message d'erreur */
    .cbk_footer__newsletter-msg--error {
        color: #e53935;
    }

    /* Message de succès */
    .cbk_footer__newsletter-msg--valid {
        color: #4caf50;
    }

    .show_mobile_menu .grb_footer__title {
        padding-left: 0;
    }

    .container_sousmenu {
        width: calc(100% - 50px);
        height: fit-content;
        padding-top: 50px;
        min-height: 1100px;
    }

    .show_mobile_menu .grb_footer__social-media {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 10px;
        padding-top: 10px;
        border: none;
        padding-bottom: 90px;
        width: 100%;
    }

    .grb_footer__title {
        border: none !important;
    }

    .gb_mag__container {
        display: none;
    }

    .checkbox_mobile {
        display: flex;
        font-size: 13px;
    }

    #home_shop_wrapper > div > div {
        height: fit-content;
        padding-bottom: 30px;
    }

    #voirmagasins:checked ~ .gb_mag__container {
        display: flex;
    }

    #voirmagasins:checked ~ #label_voirmagasins .grb_chevron_toggle--menu {
        transform: rotate(270deg);
        margin-top: -3px;
    }

    .grb_home_link {
        display: none;
    }

    .grb_home_link-label {
        display: flex;
        padding: 0 0 3px;
        margin-bottom: 5px;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .grb_home_link {
        display: none !important;
    }

    .ul_linkhome {
        display: none;
    }

    .grb_chevron_toggle--menu {
        width: 20px;
        margin-left: 5px;
        transform: rotate(90deg);
        transition: 0.3s;
    }

    .checkbox_mobile--linkhome:checked ~ .grb_home_link-label .grb_chevron_toggle--menu {
        transform: rotate(270deg);
    }

    .checkbox_mobile--linkhome:checked ~ .ul_linkhome {
        padding: 10px;
        border-top: solid 1px;
        display: block;
        margin-bottom: 20px;
        border-bottom: solid 1px;
    }

    .link_menu_mobile_100 {
        width: 100% !important;
        margin: 5px 0px !important;
    }

    .ul_linkhome li {
        padding: 5px 0;
    }

    .retour_menu_principal {
        display: flex;
        gap: 5px;
    }

    .grb_chevron_toggle--retour {
        width: 20px;
        transform: rotate(180deg);
    }

    .grb_footer__social-media {
        border-top: solid 1px !important;
    }

    .show_mobile_menu {
        border-top: solid 1px !important;
    }

    .show_mobile_menu-space {
        display: block;
        height: 20px;
    }

    .menu-hori ul li {
        padding: 10px 0;
    }

        .menu-hori ul li::before {
            display: none;
        }

    .boutons_li:hover:after {
        width: 0%;
    }

    .boutons_li {
        font-weight: 600 !important;
        font-size: 14px !important;
    }

    #footer_wrapper > div:nth-of-type(2) {
        display: flex;
        height: auto;
        margin: 10px auto;
        overflow: initial;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer__logoune-marque {
        width: 100%;
        display: flex !important;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: fit-content !important;
        overflow: initial !important;
    }

    .footer__logoune-marque--3 {
        height: 40px !important;
    }

    .footer__logoune-marque--5 {
        height: 40px !important;
    }

    .footer__logoune-marque--large {
        width: 100%;
    }

    .gb_voirmagasin {
        position: relative;
    }

    .gb_voirmagasin::before {
        content: "Voir la liste des magasins";
        font-size: 18px;
    }

    #voirmagasins:checked ~ #label_voirmagasins .gb_voirmagasin::before {
        content: "Masquer la liste des magasins";
    }
}

@media screen and (max-width: 769px) {
    .grb_fond-menu {
        top: 121px;
    }

    .bandeau_evenement {
        height: 50px;
        padding: 5px;
        flex-wrap: wrap;
        text-align: center;
    }

    #grb_menu-opener:checked ~ #body .menu-mobile.sidebar {
        transform: translateY(41px);
    }

    .cbk__gamer__option--poop-up,
    .bloc-option.cbk_pop-up--container {
        top: 0 !important;
        z-index: 9999999 !important;
    }

    .item-search-result__txt span {
        -webkit-line-clamp: 2;
    }

    .item-search-result__txt h4 {
        font-size: 16px;
    }

    .item-search-result {
        gap: 10px;
        max-width: 220px;
        width: 100%;
        height: 250px;
        justify-content: space-around;
    }
}

@media screen and (max-width: 480px) {


    .grb_menu-mobile {
        transform: translateX(-18px);
    }


    #grb_menu-opener:checked ~ #body .menu-mobile.sidebar {
        transform: translateY(50px);
    }

    .show_mobile_menu .grb_footer__title {
        padding: 10px 0;
    }

    .cbk_pop-up--container {
        max-height: calc(100vh - 178px) !important;
        overflow-y: scroll !important;
    }

    .item-search-result {
        max-width: 175px;
        padding: 20px 10px;
    }

    .more-than-2__produits__liste {
        justify-content: center;
    }
}

@media screen and (min-width: 481px) and (max-width: 960px) {
    .menu_gb_legend {
        transform: translateY(-6px);
    }
}

@media screen and (min-width: 961px) {
    .hidemenu {
        opacity: 1 !important;
    }

    .hiddenMenu {
        opacity: 0 !important;
        pointer-events: none;
    }

    #grb_menu_stick {
        max-height: 110px;
        margin-bottom: 0px;
    }

    .stickhide {
        /*max-height: 82px !important;*/
        /*margin-bottom: 45px;*/
    }

    #gb_menu_panel {
        max-height: 82px !important;
        margin-bottom: 45px;
    }

    .lppcg__container {
        padding-top: 1px !important;
    }

    #sticker {
        border-bottom: none;
    }
    /*    .content {
        margin-top: 62px;
    }*/
    .cbk_field_recherche input {
        height: 35px;
        padding: 0 5px;
        width: 300px;
        margin-left: 0px;
    }

    .cbk_field_recherche {
        display: flex;
        justify-content: flex-end;
        margin-left: 20px;
        gap: 16px;
    }

    hiddenMenu
    .hidetoggle {
        opacity: 0 !important;
        pointer-events: none;
    }

    .hidetoggle {
        display: none !important;
    }

    .menuselecthide {
        cursor: pointer;
    }

        .menuselecthide:hover .grb_line-menu {
        }

    .retour_menu_principal, .menu_retour {
        display: none !important;
    }

    .sous_level {
        filter: drop-shadow(1px 2px 5px #00000011);
    }

    #link-0 ~ .sous_level {
        display: none !important;
    }

    .grb_menu_ul_souslevel {
        width: 19% !important;
    }

    .container_sousmenu {
        width: 100%;
    }
}
