.scaleBtn {
    transition: all .1s ease-in-out; 
    color: #284791;
}

.scaleBtn:hover {
    transform: scale(1.2); 
}


.nouveaute::before {
    content: "N";
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #FFCA2C;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 1.4;
    font-size: 0.9em;
}


.nouveauteRight::after {
    content: "N";
    background-color: #FFCA2C;
    color: #000;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 1.5;
    font-size: 0.9em;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
}