/* MENU */
#estech-theme header.the-header .row-header div.menu {
    width: 75%;
    align-items: center;
    display: flex;
    justify-content: end;
}

/* BLOCS CARDS MOSAIC I GALERIA */
#estech-theme section.dibuixos ul.list li img {
    width: var(--estech-row-width-mobile);
    object-fit: cover;
    aspect-ratio: 12 / 9 !important;
    height: auto !important;
}

#estech-theme .llista-destacats ul.destacats-list .dest-img img {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
}

#estech-theme section.banner .banner .img-banner img {
    aspect-ratio: 21 / 9;
    height: auto !important;
}

#estech-theme section.banner .banner .caption-wrap {
    height: fit-content;
    padding: 0.2em 1.5em;
}

/* AGENDA */
body#estech-theme ul.list-items li .item-image img.dummy {
    display: none;
}

/* BANNER */
#estech-theme section.banner {
    padding: 0;
}

#estech-theme .filtres {
    display: none!important;
}

/* MEDIAS */
@media screen and (max-width: 900px) {
    #estech-theme header.the-header .row-header div.menu {
        display: none;
    }

    #estech-theme header.the-header .list-menu-mbl {
        margin-top: 20px;
    }

    #estech-theme header.the-header .menu-mbl {
        margin: 25px 0px 0 0;
    }

    .clear {
        margin-top: 100px;
    }

    #estech-theme blockquote:before {
        margin-left: 0;
    }

    #estech-theme blockquote p {
        padding-left: 20px;
    }

    #estech-theme section.banner .banner:has(.breadcrumb) .breadcrumb {
        display: none;
    }
}