﻿
.cbk_brand-list__title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding-top: 20px;
}
.cbk_brand-list__search{
    text-align: center;
}
.cbk_brand-list__search-bar {
    width: 350px;
    border: 1px solid #ee2d24;
    height: 50px;
    padding: 0 15px;
    border-radius: 50px 0 0 50px;
    background: #80808017;
}
.cbk_field_recherche::after {
    background-color: #ee2d24;
}
.cbk_brand-list__search-btn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 50px;
    width: 50px;
    background-image: url(https://www.grosbill.com/images/svg/search_white.svg);
    background-repeat: no-repeat;
    background-color: #ee2d24;
    cursor: pointer;
    border-radius: 50px 50px 50px 50px;
    background-size: 30px;
    background-position: 10px 10px;
    top: 20px;
    right: 30px;
}
.cbk_brand-list__list {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}
.cbk_brand-list__brand-logo {
    width: 150px;
    object-fit: contain;
    height: 80px;
}
.pagination-div {
    border-top: none;
    margin: 0;
    text-align: center;
    margin: 20px 0 20px 0;
}

.pagination a {
    background: #aaaaaa;
    color: white;
    border: none !important;
    box-shadow: none;
    text-shadow: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: .3s;
}
.pagination a:hover {
    background: #ee2d24;
    border-radius: 50%;
}
.pagination a:hover p{
    color: white;
}
.pagination p {
    color: black;
    font-weight: bold;
    line-height: 30px;
    transition: .1s;
    font-size: 18px;
}
.ui-btn .ui-btn-d {
    background: #ee2d24;
    border: none !important;
}
.pagination-div a:hover{
    border:none !important;
}
.cbk_brand-list__brand-name {
    text-align: center;
    font-size: 16px;
}
.cbk_brand-list__brand-name::after {
    content: '';
    height: 1px;
    width: 150px;
    background: black;
    position: relative;
    display: block;
    bottom: 30px;
}
.cbk_brand-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    min-height: 170px;
    width: 15%;
}
html head + body .ui-btn.ui-btn-d {
    background: #ee2d24;
}
@media screen and (max-width: 1024px){
    .cbk_brand-list__item {
        width: 23%;
        margin: 0 auto;
    }
    .cbk_brand-list__brand-name::after{
        width: 80px;
    }
}
@media screen and (max-width: 771px) {
    .cbk_brand-list__item {
        width: 32%;
    }
}

    @media screen and (max-width: 481px) {
        .cbk_brand-list__item {
            min-height: 130px;
        }

        .cbk_brand-list__search {
            height: 55px;
        }

        .cbk_brand-list__search-btn {
            top: 20px;
            right: 30px;
        }

        .cbk_brand-list__search-bar {
            width: 240px;
        }

        .cbk_brand-list__brand-logo {
            object-fit: contain;
        }

        .cbk_brand-list__brand-name {
            font-size: 13px;
        }

            .cbk_brand-list__brand-name::after {
                width: 80px;
            }
    }