﻿.content {
    background: var(--blanc);
}

.cbk_brand__block-container {
    padding-top: var(--val_40);
}

.cbk_brand__header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--val_20);
}

.cbk_brand__logo-wrapper,
.cbk_brand__info {
    max-height: 190px;
}

.cbk_brand__logo-wrapper {
    width: 50%;
    border-radius: 1.25rem;
    overflow: hidden;
}

.cbk_brand__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 20px);
}

.cbk_brand__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: top;
}

.cbk_brand__title-text {
    width: 100%;
    padding-bottom: 1.25rem;
    font-size: var(--val_20);
    font-weight: var(--semibold);
}

.cbk_brand__category-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--val_20);
    padding-top: var(--val_25);
}

.cbk_brand__category-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: var(--val_10);
    width: 160px;
    height: 50px;
    text-align: center;
    outline: 1px solid var(--noir);
    border-radius: 1.25rem;
}

    .cbk_brand__category-block:hover {
        background: var(--noir);
        transition: background .3s ease-in-out;
    }

        .cbk_brand__category-block:hover span {
            color: var(--blanc);
            transition: color .3s ease-in-out;
        }

.cbk_brand__category-icon {
    width: 100px;
}


.cbk_brand__introduction,
.cbk_brand__introduction-text {
    color: var(--noir);
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (2560 - 320));
    font-weight: var(--medium);
}

.cbk_brand__introduction-text {
    line-height: 1.25;
}

.cbk_brand__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    padding: 15px 30px;
    background-color: var(--jaune);
    font-size: 16px;
    font-weight: var(--semibold);
    border-radius: 50px;
}

.cbk_brand__btns-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--val_30);
}

.cbk_brand__btn-bottom {
    font-size: var(--size_p);
    max-width: fit-content;
    font-weight: var(--medium);
}

    .cbk_brand__btn-bottom:hover,
    .cbk_brand__btn-bottom input:hover {
        cursor: pointer;
    }

    .cbk_brand__btn-bottom input {
        background-color: var(--jaune);
    }

.liste_produits__avis {
    display: flex;
    gap: 5px;
}

/*.cbk_brand__product-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1600px;
}*/
.cbk_brand__product-card {
    display: flex !important;
    width: 260px !important;
    height: 300px !important;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--marg_10_20);
    border: solid 1px var(--gris_50);
}

.cbk_brand__product-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.cbk_brand__product-img-wrapper {
    width: 100%;
    height: 150px;
    border-bottom: 2px solid var(--jaune);
}

    .cbk_brand__product-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.cbk_brand__product-brand {
    text-align: center;
    font-size: var(--size_p);
    font-weight: var(--semibold);
}

.cbk_brand__product-label {
    font-size: var(--size_p);
    font-weight: var(--medium);
    word-break: break-word;
}

.cbk_brand__product-price,
.cbk_brand__product-price sup {
    font-size: var(--size_h3);
    font-weight: var(--semibold);
}

.cbk_brand__product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cbk_brand__product-btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--val_30);
    height: var(--val_30);
    background-color: var(--jaune);
}

.cbk_slider-product__cta-icon {
    width: var(--val_20);
}

/* conteneur produits + cta */
#_ctl0_ContentPlaceHolder1_div_content {
    display: flex;
    flex-direction: column;
}

.cbk_brand__bottom {
    display: flex;
    flex-direction: column;
    row-gap: var(--val_30);
}

.cbk_brand__brand-logo {
    width: 100%;
    max-width: 500px;
    border-radius: 1.25rem;
    overflow: hidden;
}
.cbk_brand__brand-logo ins img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cbk_brand__brand-name-title,
.cbk_brand__question-title {
    font-size: var(--val_20);
    font-weight: var(--semibold);
}

/*data toto*/
.cbk_brand__bandeau {
    width: calc(100% - 40px);
    margin: 40px auto 0;
    border-radius: 1.25rem;
    overflow: hidden;
}
.cbk_brand__bandeau ins img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brand__revive {
    display: none;
}
.brand__revive:has(img) {
    display: block;
}

.cbk_brand__faq {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: var(--val_40);
}

.cbk_brand__question-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: var(--val_20);
}

.cbk_brand__question {
    font-size: 16px;
    font-weight: var(--medium);
}

.cbk_brand__answer {
    font-size: var(--size_p);
    font-weight: var(--medium);
}

@media screen and (max-width: 1024px) {
    .cbk_brand__logo-wrapper, .cbk_brand__info {
        width: 100%;
    }

    .cbk_brand__info {
        align-items: center;
    }

    .cbk_brand__category-wrapper {
        justify-content: center;
    }

    .cbk_brand__title-text {
        padding-bottom: var(--val_20);
    }
}

@media screen and (max-width: 960px) {
    .cbk_brand__header {
        flex-direction: column;
    }

    .cbk_brand__block-container {
        padding: 50px var(--marg_20_0);
    }
}

@media screen and (min-width: 1921px) {
    .cbk_brand__logo-wrapper, .cbk_brand__info {
        max-height: 240px;
    }
}

.cbk_brand__introduction p:nth-of-type(2n+2) {
    padding: 10px 0px 10px 0px;
}
