*{
    scroll-behavior: smooth;
}

.block-nav-menu {
    display: flex;
    padding-top: 5vh;
    flex-direction: column;
    gap: 2rem;
}
.block-nav-menu::before{
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--sable);
    z-index: -1; */
    display: none;
}
.page-template-articles-template .block-nav-menu::before{
    display: none;
}
.block-nav-menu .menu-mobile-container{
    overflow-y: initial;
    overflow-x: auto;
    flex-direction: row;
    scroll-behavior: smooth;
}
.block-nav-menu ul{
    display: flex;
    list-style: none;
    margin: 0;
    width: 100%;
    padding-left: 0;
}
/* .hentry ul:not(.wc-block-grid__products, .SoSlider), .entry-content ul:not(.wc-block-grid__products, .SoSlider) {
    padding-left: 0!important;
} */
.block-nav-menu ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 33.33%;
}
.block-nav-menu ul li .menu-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.block-nav-menu .title-wrapper{
    padding-left: 0;
}
.block-nav-menu .menu-title{
    font-size: var(--wp--preset--font-size--s-text);
}
.block-nav-menu .menu-title, .block-nav-menu .menu-subtext{
    text-align: center;
}
.btn-pass-wrapper{
    display: flex;
    justify-content: center;
}
.btn-pass{
    background: none;
    color: var(--wp--preset--color--white);
    display: flex;
    background-color: var(--wp--preset--color--rouge);
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 40px;
    border: 1px solid var(--wp--preset--color--rouge);
    gap: 10px;
    width: fit-content;
}
.block-nav-input-wrapper{
    display: none;
}
.block-nav-flower{
    display: none;
}

.nav-dot-mobile{
      display: flex;
      width:50%;
      margin:0 auto;
      justify-content: space-evenly;
  }

.nav-dot-mobile div{
    width:15px;
    height:15px;
    background-color:#51545e;
    border-radius:50%;
    display: flex;
  }

.nav-dot-mobile div span.active{
    width:10px;
    height:10px;
    background-color:white;
    border-radius:50%;
    display: block;
    margin: auto;
}



@media (min-width: 821px) {
    .block-nav-menu{
        background-color: var(--wp--preset--color--sable);
        padding: 5rem var(--container-space) 2rem;
        position: relative;
    }
    .btn-pass-wrapper{
        display: none;
    }
    .block-nav-menu ul li{
        min-width: 25%;
        padding-bottom: 2rem;
        flex: 1;
    }
    .block-nav-menu .menu-mobile-container{
        overflow-x: initial;
        display: none;
    }
    .block-nav-menu ul{
        flex-wrap: wrap;
    }
    .block-nav-input-wrapper{
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: var(--wp--preset--color--rouge);
        border-radius: 250px;
        padding: 2rem;
        padding-bottom: 2rem;
        position: relative;
    }
    .block-nav-text{
        & h1{
            margin: 0;
        }
    }
    .block-nav-svg{
        display: flex;
        background: url(../../../assets/img/svg/hola-blanc.svg);
        width: 180px;
        height: 182px;
        position: absolute;
        right: 8%;
        top: 50%;
        transform: translateY(-55%);
        scale: 0.8;
    }
    .block-nav-menu #searchInput{
        width: 50%;
    }
    .block-nav-menu form{
        z-index: 998;
    }
    .block-nav-flower{
        display: flex;
        background: url(../../../assets/img/svg/2-gris-fleur.svg);
        width: 52px;
        height: 63px;
        position: absolute;
        left: calc(var(--container-space)/2);
        bottom: 13.5%;
    }
    .block-nav-menu {
        background: url(../../../assets/img/svg/4-road-desktop.svg);
        background-repeat: no-repeat;
    }
    .page-template-articles-template .block-nav-menu{
        display: none;
    }
    .block-nav-menu::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--wp--preset--color--sable);
        z-index: -1;
        display: flex;
    }

    #menu-mobile-1.menu-item:nth-child(n+5):nth-child(-n+8){
        padding-bottom: 0;
    }

    .nav-dot-mobile{
        display: flex;
        width:50%;
        margin:0 auto;
        justify-content: space-evenly;
        display: none;
    }
    
}
