﻿.cbk_tag_bonplan {
    background: #0077D2;
}

.cbk_tag_bonplan--frenchdays {
    background: #C91D1D;
}

.cbk_tag_bonplan--soldes-ete-2025 {
    background: #FF4747;
    border-radius: 3px;
}

.cbk_tag_bonplan--bts-2025 {
    background: #0073FF;
    border-radius: 3px;
    padding: 2px 8px 3px 8px !important;
}

.cbk_tag_bonplan--blackmonth {
    border-radius: 3px;
    border: 1px solid #515151;
    background: linear-gradient(226deg, #626262 25.59%, #3B3B3B 34.2%, rgba(80, 80, 80, 0.99) 61.61%, #000 96.59%);
}

.cbk_tag_bonplan--blackweek {
    border-radius: 3px;
    border: 1px solid #FFCF00;
    background: linear-gradient(190deg, #686339 25.59%, #9A8634 34.2%, rgba(116, 101, 50, 0.99) 61.61%, #FC0 96.59%);
}

.cbk_tag_bonplan--blackfriday {
    border-radius: 3px;
    border: 1px solid #6A00FF;
    background: linear-gradient(226deg, #503968 25.59%, #56349A 34.2%, rgba(66, 50, 116, 0.99) 54.47%, #7300FF 92.68%);
}

.cbk_tag_bonplan--cybermonday {
    border-radius: 3px;
    border: 1px solid #D0F;
    background: linear-gradient(192deg, #623968 25.59%, #86349A 34.2%, rgba(105, 50, 116, 0.99) 54.47%, #BF00FF 92.68%);
}

.cbk_tag_bonplan {
    width: fit-content;
    display: flex;
    padding: 0px 20px;
    height: 21px;
    justify-content: center;
    align-items: center;
}

    .cbk_tag_bonplan span {
        font-weight: var(--semibold);
        font-size: var(--size_h6);
        color: var(--blanc);
    }
