

.tricot-credits-header {
    display: flex;
    gap: 15px;
}

.tricot-credits-header .tricot-card {
    margin: 0;
}

.tricot-credits-header .tricot-card .card-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.tricot-credits-header .tricot-credits-count{
    width: 218px;
}


.tricot-credits-header .tricot-card .card-infos {
    min-width: 250px;
    flex: 1;
}

.tricot-credits-header .tricot-card .card-infos ul {
    column-count: 2;
    column-gap: 0;
}

.tricot-credits-header .tricot-card .card-infos ul li {
    padding-top: 6px;
    padding-right: 5px;
    margin-bottom: 6px;
    color: rgba(20, 20, 67, 0.65);
    border-top: 0.5px solid #666685;
}

.tricot-credits-header .tricot-card .card-bulle {
    padding: 20px;
    background-color: rgba(201, 222, 255, 0.39);
    border-radius: 8px;
    width: 380px;
    z-index: 2;
    position: relative;
    color: var(--text-light);

    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}

.tricot-credits-header .tricot-card .card-bulle:after{
    content: "";
    position: absolute;
    top: 10px;
    right: -25px;
    z-index: 1;
    background: url("../images/bulle-pointe.svg");
    width: 33px;
    height: 34px;
}

.tricot-credits-header .tricot-card .card-mami img {
    width: 100%;
    max-width: 118px;
    min-width: 100px;
}

.tricot-credits-body {
    margin-top: 21px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tricot-credits-body hr {
    margin: 0;
    border: 1px solid #C9DEFF;
}

.tricot-credits-body .tricot-add-credits-div {
    display: flex;
    align-items: baseline;
    column-gap: 24px;
    row-gap: 18px;
    flex-wrap: wrap;
}

.tricot-credits-body .tricot-add-credits-div h2 {
    margin: 0;
}

@media screen and (max-width: 960px) {
    .tricot-credits-header {
        flex-wrap: wrap;
    }

    .tricot-credits-header .tricot-card:first-child,
    .tricot-credits-header .tricot-card:last-child {
        width: 100%;
    }

    .tricot-credits-header .tricot-card:last-child .card-content {
        flex-wrap: wrap;
        gap: 20px;
    }

    .tricot-credits-header .tricot-card .card-infos {
        width: 100%;
        min-width: unset;
        flex: unset;
    }

    .tricot-credits-header .tricot-card .card-bulle {
        width: calc(100% - 175px);
    }

    .tricot-credits-header .tricot-card .card-mami img {
        width: 100px;
    }
}

@media screen and (max-width: 782px) {
    .tricot-credits-body .tricot-add-credits-div {
        justify-content: center;
    }

    .tricot-credits-body .tricot-add-credits-div h2 {
        text-align: center;
    }

    .tricot-credits-body .tricot-add-credits-div button {
        margin: 0;
    }
}


.tricot-credits-count.tricot_credit_warning{
    background-color: #FFFFC7;
}

.tricot-credits-count.tricot_credit_danger{
    background-color: #E26D6D;
}
