﻿
.cbk_fiche-produit__reassurance {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    width: 100%;
    padding: var(--marg_20_0);
}

.cbk_fiche-produit__reassurance-bloc {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: calc(25% - 40px);
    row-gap: var(--val_25);
}

.cbk_fiche-produit__reassurance-upper-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: var(--val_10);
}

.cbk_fiche-produit__reassurance-icone-wrapper {
    width: 60px;
    height: 50px;
}

.cbk_fiche-produit__reassurance-icone {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cbk_fiche-produit__reassurance-titre {
    font-size: var(--size_p);
    font-weight: var(--semibold);
    line-height: 1.25;
}

.cbk_fiche-produit__reassurance-text {
    display: flex;
    font-size: calc(12px +(14 - 12)*(100vw - 320px) /(2560 - 320));
    font-weight: var(--medium);
    line-height: 1.5;
}

.fiche-produit__titre-container {
    color: var(--noir);
    width: fit-content;
    margin-bottom: var(--val_20);
    position: relative;
    text-align: left;
    font-size: var(--size_h3);
    font-weight: var(--medium);
}

    .fiche-produit__titre-container::before {
        content: "";
        background: var(--jaune);
        width: 48%;
        height: 4px;
        bottom: -10px;
        position: absolute;
        min-width: 50px;
    }

.pc_gamer__avis_verifies__avis_commentaires {
    width: 100% !important;
}

@media screen and (max-width: 968px) {
    .cbk_fiche-produit__reassurance-bloc {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .pc_gamer__avis_verifies__avis_commentaires {
        padding: 10px;
    }
}

@media screen and (max-width: 640px) {
    .cbk_fiche-produit__reassurance-bloc {
        width: 60%;
    }
}
