/* Cacher la classe menu-items-chevron-down sur mobile */
@media (max-width: 768px) {
    .menu-items-chevron-down {
        display: none;
    }
}

/* Afficher la classe menu-items-chevron-left-mobile uniquement sur mobile */
@media (max-width: 768px) {
    .menu-items-chevron-left-mobile {
        display: block;
    }
}

/* S'assurer que menu-items-chevron-left-mobile est masqué par défaut sur les écrans plus grands */
@media (min-width: 769px) {
    .menu-items-chevron-left-mobile {
        display: none;
    }
}

@media (min-width: 551px) {
    .footer-copyright {
        text-align: left;
    }
}

.footer-copyright
{
    margin-top: 10px;
}

.footer-copyright>.powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0;
}

.productView-info-item
{
    display: none !important;
}

.reggao_blocsTitle--title, reggao_homePageInformation--titleFix,  .reggao_homePageInformation--title a, .reggao_homePageInformation--title
{
    color: rgb(7, 80, 156) !important;
}

.rg_categoryCard--linkButton {
    margin-bottom: 0px !important;
    display: none;
}

#navpage-4428, #navpage-4427
{
    display:none;
}