.pastille {
    position: absolute;
    top: -20px;
    right: 0px;
}
.reprise_logo{
    position: absolute;
    top: 10px;
    left: 20px;
    width: 120px;
    height: 50px;
}
.appareil .reprise_logo img {
    margin: 0;
}
.pastille.remise {
    max-width: 60px;
    width: 100%;
    top: -20px;
    right: -15px;
}
.pastille:not(.remise) {
    padding: 8px 20px;
    border-radius: 190px 190px 0 190px;
    background-color: var(--third-normal);
    color: var(--grey-apple);
}
.pastille.secondary {
    background-color: var(--secondary-normal);
    font-weight: 400;
    font-family: var(--primary-font);
    font-size: 0.750em;
}
.pastille.remise img{
    margin: 0;
}
.pastille.promo {
    max-width: 100%;
    background-color: var(--blue-instagram);
}
.small_cards .pastille {
    right: -3px;
    top: -24px;
}
.paiement_fractionne .pastille.infos-funding {
    position: absolute;
    top: auto;
    right: 8px;
    left: auto;
    bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 20px;
}
.paiement_fractionne .pastille.infos-funding img {
    position: initial;
    margin: 0;
    padding: 0;
}
.pastille.bts {
    max-width: 100%;
    background: none;
    background-image: url(../img/webbanner/bts/background.jpg);
    background-size: 200%;
    background-position: right bottom;
}
.pastille.offre_ipad {
    background: linear-gradient(130deg, var(--primary-normal), var(--secondary-normal));
}
.pastille.offre_reprise_mac {
    background: linear-gradient(130deg, #F7F1EB 0%, var(--secondary-normal) 100%);
}
.pastille.offre_ipad_pencil {
    background: linear-gradient(130deg, #F7F1EB 0%, var(--primary-normal) 100%);
    color: var(--black);
}
.pastille.offre_watch_ultra {
    background: var(--black);
}
.pastille p {
    font-weight: 400;
    font-family: var(--primary-font);
    font-size: 0.750em;
}