.mm_hide{
    display: none !important;
}

.topbar{
    display: none;
}

.custom-logo-link{
    width: 160px !important;
}
.mobile-logo-link{
    width: 150px !important;
}
.footer-logo-link{
    width: 150px !important;
}

.splide__pagination{
    bottom: -30px !important;
}

.splide__pagination__page.is-active{
    background: hsl(0, 0%, 50%);
}

/* Slider catégorie produits */
.woo_product_cat_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100px;
    aspect-ratio: 1;
    background-color: rgb(0, 174, 255);
    background-position: center;
    background-size: cover;
}
.woo_product_cat_item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0,212,255,0) 100%);
}
.woo_product_cat_item a {
    display: flex;
    position: relative;
    z-index: 10;
    width: 100%;
    aspect-ratio: 1;
    padding: 10px 10px 15px 10px;
    align-items: flex-end;
    justify-content: center;
}
.woo_product_cat_item p {
    font-weight: bold;
    color: var(--wp--preset--color--light-gray);
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
}
.cat_video_container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1;
}

div#mm_collabo_container:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: var(--wp--preset--color--light-gray) ;
    z-index: -5;
    left: 50%;
    transform: translateX(-50%);
}

#mm_collabo_container{
    position: relative;
	margin-bottom:0;
}

#mm_titre_collabo{
    position: relative;
}

#mm_titre_collabo::before{
    content: "";
    display: block;
    position: absolute;
    left: -60px;
    bottom: 30px;
    width: 150px;
    height: 70px;
    --d: 3px; 
   background : radial-gradient( circle at var(--d) var(--d), rgba(0, 0, 0, 0.2) calc(var(--d) - 1px), #0000 var(--d) ) 0 0 / 20px 20px;
}

.mm_footer_contact p,
.mm_footer_share p{
    margin-bottom: 5px;
}

.mm_footer_contact a,
.mm_footer_share a{
    color: var(--wp--preset--color--cyan-bluish-gray);
    font-size: 1rem;
}

footer h4{
    margin: 0;
}

@media (max-width: 600px){
    .woo_product_cat_item p {
        font-size: 16px;
    }
}


/* force le cover à occuper toute la largeur */
body:not(.has-sidebar) .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media (min-width: 1280px){
    body:not(.has-sidebar) .alignfull {
        margin-left: calc(50% - 50vw);
    }
}