﻿.CATA .completCatalogue {
    display: flex;
    background-color: #fff;
    padding: 1rem 0
}

.headerBottom {
    background: var(--color-1)
}

.actCat {
    background: #fff;
    border: 1px #000 dashed !important
}

.cataList {
    background: #fff;
    border-bottom: 3px var(--color-1) solid;
    box-shadow: 0 2px 20px #ccc;
    padding-top: 1rem;
    animation: gently_go_down .5s ease
}

    .cataList aside {
        padding: 1rem;
        background: #ddd
    }

        .cataList aside > div {
            display: flex;
            align-items: center;
            border: 1px #000 solid;
            margin: 4px 0;
            cursor: pointer;
            transition: .3s all ease;
            width: 350px;
            height: 45px;
            overflow: hidden
        }

    .cataList img {
        height: 26px;
        margin: 0 12px
    }

    .cataList aside > div:hover {
        background: #fff;
        border: 1px #000 dashed
    }

.cata {
    display: flex;
    width: 100%
}

.colStyle {
    padding: 1em 0;
    -webkit-columns: 4 300px;
    -moz-columns: 4 300px;
    columns: 4 300px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-left: 50px
}

    .colStyle div {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: table;
        margin-bottom: 1rem
    }

    .colStyle ul {
        padding-left: 0;
        margin: 0
    }

    .colStyle a {
        color: inherit;
        font-weight: 700
    }

        .colStyle a:hover {
            background: #f5f5f5;
            text-decoration: underline;
            transition: .3s all ease
        }

    .colStyle h5 {
        margin: 0 0 .5rem;
        border-bottom: 2px #000 dotted;
        font-size: 1.2rem
    }

.hide {
    display: none !important
}

@media all and (max-width: 1000px) {
    .cataList aside > div {
        width: 280px;
        border: 0;
        border-bottom: 1px solid #000;
        font-size: .8rem;
        margin: 0
    }

    .cataList aside {
        padding: 4px
    }
}

@media all and (max-width: 768px) {
    .cata {
        flex-direction: column
    }

    .cataList aside {
        display: flex;
        flex-wrap: wrap
    }

        .cataList aside > div {
            width: 33%;
            border-bottom: 0
        }

    .cata > article {
        padding: 0
    }

    .cataList .site_container {
        margin: 0;
        width: 100%
    }

    .cataList img {
        margin: 0 3px
    }
}

@media all and (max-width: 400px) {
    .cataList aside > div {
        width: 49%;
        height: 37px
    }
}

@media all and (max-width: 350px) {
    .cataList aside > div {
        width: 96%
    }
}

.box-search {
    border: 1px solid #777;
    height: 45px;
    border-radius: 0;
    margin-right: 0;
    padding: 5px 10px;
    font-size: .8rem;
    min-width: 500px;
    max-width: 90%;
    font-size: 1rem;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.btn-search {
    height: 57px;
    border: 0;
    background-color: var(--color-1);
    color: #fff;
    padding: 0 16px;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: .5s;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

    .btn-search:hover {
        background-color: var(--color-2)
    }

.hl-word {
    background-color: #fdfd87;
    color: #000
}

.cbBlock {
    padding: .3rem 0;
    display: flex;
    align-items: center
}

    .cbBlock.search {
        margin-top: 15px
    }

    .cbBlock > div {
        display: flex;
        align-items: center;
        padding: 0 1rem
    }

    .cbBlock img {
        height: 60px;
        padding: 5px 0;
        object-fit: contain
    }

    .cbBlock h4 {
        font-size: 2rem;
        text-transform: uppercase;
        margin: 1vh 0 0;
        margin-left: 0
    }

.cataContainer {
    align-items: flex-start;
    padding: 2rem 0
}

    .cataContainer aside {
        width: 350px;
        margin: 0 6rem 0 0;
        position: sticky;
        top: 100px;
        max-height: calc(100vh - 200px);
        padding: 1em;
        background: #eee;
        color: #333;
        overflow: auto;
        box-shadow: 3px 3px 5px 0 #dadada
    }

        .cataContainer aside h4 {
            text-transform: uppercase;
            color: var(--color-1);
            font-size: 1.1rem;
            margin: 0 0 1rem
        }

        .cataContainer aside ul .pe {
            padding-right: .4vw
        }

        .cataContainer aside ul a {
            font-size: .8rem;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            transition: .5s ease;
            border-bottom: 1px dashed #c9c9c9;
            padding: .32rem .2vw
        }

            .cataContainer aside ul a:hover {
                text-decoration: underline;
                color: var(--color-2)
            }

.cbHeadBlock {
    margin-top: 1.2vh
}

.separatator {
    height: 3px;
    width: 90%;
    margin: 4vh auto 1rem;
    background: var(--color-1)
}

.filtersBtn {
    display: none;
    align-items: center;
    background: var(--color-1);
    color: #fff;
    padding: .5em 1em;
    width: fit-content
}

    .filtersBtn i {
        margin-right: 1em
    }

.plBody {
    flex: 1;
    -webkit-columns: 4 300px;
    -moz-columns: 4 300px;
    columns: 4 300px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.activeF {
    color: var(--color-2)
}

.plBody div {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table
}

.plBody :not(.itemListCategories) h5 {
    margin: 0;
    font-size: .95rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    background-color: var(--color-1);
    padding: 5px 10px;
    border-radius: 2px;
    width: calc(100% - 20px)
}

    .plBody :not(.itemListCategories) h5:hover {
        background: var(--color-2);
        transition: all .1s ease
    }

.plBody div:not(.itemListCategories) li:hover {
    background: var(--color-2);
    transition: all .1s ease
}

    .plBody div:not(.itemListCategories) li:hover a {
        color: #fff
    }

.plBody ul {
    padding-left: 0;
    margin-top: 4px
}

.plBody li {
    list-style-type: none
}

.plBody div:not(.itemListCategories) li a {
    color: #404040;
    font-weight: 500;
    text-transform: none;
    line-height: 1.2em;
    padding: 5px .4vw;
    border-bottom: 1px dashed #136dad;
    display: inline-block;
    font-size: .9rem;
}

.titleBoutiqueItem img {
    display: none;
}

@media all and (max-width: 1400px) {
    .cataContainer aside {
        width: 300px;
        margin: 0 2rem 0 0
    }
}

@media all and (max-width: 1100px) {
    .filtersBtn {
        display: flex
    }

    .cataContainer aside {
        margin: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2
    }

    .bgFilterAside {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
        z-index: 1
    }

    .plBody {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

@media all and (max-width: 768px) {
    .cbBlock {
        height: auto;
        flex-direction: column;
    }

    .labelSearch {
        margin-right: auto;
    }

    .btn-search, .box-search {
        border-radius: 8px
    }

    .cbBlock h4 {
        font-size: 1.4rem
    }

    .pieceListContainer {
        margin-bottom: 1rem
    }

    .box-search {
        min-width: unset;
        width: 90%;
        /* margin-bottom: 8px */
    }

    .btn-search {
        padding: 0 16px;
        font-size: .7rem;
        background: none;
        color: inherit;
    }

    #pContent_txtRech {
        width: 100%;
    }

    #pContent_BtnRech {
        background: none;
        color: var(--color-1);
        width: unset;
        border: none;
        margin-left: -50px;
        font-size: 2rem;
    }
}

@media all and (max-width: 500px) {
    .cbBlock h4 {
        font-size: 1.2rem;
        margin-left: .8rem
    }

    .plBody {
        columns: unset;
        column-gap: unset;
        padding: 0 1rem;
    }

    .plBody div {
        width: 100%;
    }

    .plBody :not(.itemListCategories) h5 {
        border-bottom: 1px solid black;
        background-color: unset;
        color: var(--color-1);
    }

    .plBody div:not(.itemListCategories) li a {
        border-bottom: none;
    }

    .titleBoutiqueItem {
        display: flex !important;
        align-items: start !important;
        margin-bottom: 1rem !important;
    }

    .titleBoutiqueItem img {
        display: block;
        width: 50px;
    }
}
