﻿.VignetteComp {
    display: flex;
    width: 350px;
    max-height: 614px;
    border-radius: 30px 20px 13px 20px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    overflow: hidden;
}

.vignetteContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.vignetteInfosContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 10px;
    padding: 12px 24px;
    background: var(--blanc);
    border-radius: 0 0 15px 0;
}

.vignetteTitlesContainer {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.vignetteGammeText {
    text-transform: uppercase;
    color: var(--noir);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    min-height: 16px;
}

.darkTheme .vignetteGammeText {
    color: var(--blanc);
}


.vignetteAvisText {
    color: var(--noir);
}

.darkTheme .vignetteAvisText {
    color: var(--blanc);
}

.vignetteTitleText {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--noir);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.darkTheme .vignetteTitleText {
    color: var(--blanc);
}

.vignetteAvisContainer {
    display: flex;
    gap: 3px;
    min-height: 16px;
}

.vignetteImage {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.vignettePricesCaracContainer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vignettePricesContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 119px;
    gap: 5px;
}

.vignetteCrossedPriceContainer {
    display: flex;
    gap: 10px;
    align-items: center;
}

.vignettePromoContent {
    border-radius: 5px;
    display: flex;
    width: 69px;
    height: 26px;
    padding: 5px 10px;
    color: var(--blanc);
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    background: #EE3C34;
}

.darkTheme .vignetteCrossedPriceContent {
    color: var(--blanc);
}

.vignetteCrossedPriceContent {
    display: flex;
    position: relative;
    color: #8B8B8B;
    font-size: 20px;
    font-weight: 600;
}

    .vignetteCrossedPriceContent sup {
        font-size: 12px;
    }

    .vignetteCrossedPriceContent::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 43%;
        left: 0;
        background-color: var(--noir);
        transform: rotate(351deg);
    }

.darkTheme .vignettePriceContent {
    color: var(--blanc);
}

.vignettePriceContent {
    color: var(--noir);
    font-size: 40px;
    font-weight: 600;
}

.vignetteInfosContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.darkTheme .vignettePaiementText {
    color: var(--blanc);
}

.vignettePaiementText {
    color: var(--noir);
    font-size: 16px;
    font-weight: 400;
}

.vignetteExpeditionText {
    color: #0D7F44;
    font-size: 17px;
    font-weight: 600;
}

.vignetteCaracContainer {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 9px;
}

.vignetteCaracContent {
    display: flex;
    align-items: center;
    height: 22px;
    gap: 9px;
}

.darkTheme .vignetteCaracText {
    color: var(--blanc);
}

.vignetteCaracText {
    color: var(--noir);
    font-size: 14px;
    font-weight: 400;
    max-width: 116px;
}

.darkTheme .vignetteCaracContent .picto_modulable {
    filter: invert(1);
}

.optionSurMesureSpecialContainer {
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    align-items: center;
}

.vignetteOptionSurMesureContainer {
    display: flex;
    width: 100%;
    height: 100%;
    background: var(--blanc);
    align-items: center;
    padding-left: 20px;
    border-radius: 0 0 15px 0;
}

.vignetteOptionSurMesureContent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 0 14px;
    border: 1px solid #e8e8e8;
    border-radius: 50px;
    width: fit-content;
    background: white;
    height: 30px;
}

    .vignetteOptionSurMesureContent p {
        font-size: 12px;
    }

.specialBandeau {
    display: flex;
    width: 160px;
    color: var(--blanc);
    height: 100%;
    border-radius: 15px 0 0 0;
    justify-content: center;
    align-items: center;
}

.specialBandeauContainer {
    height: 100%;
    background: var(--blanc);
}
