.module-paiement .container-input {
    color: #31325F;
    height: 35px;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}


.module-paiement #card-number::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 35px;
    background: url(img/credit-card.svg) center center no-repeat;
    background-size: contain;
    top: 0;
    right: 10px;
}

.module-paiement button {
    background: var(--bleu-fonce);
    width: 100%;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.module-paiement button:hover {
    background: var(--bleu-clair);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.input-moitie {
    width: 47%;
}

.rouge {
    color: #cd0000;
}

.bkg-rouge {
    background: #cd0000;
}

#card-errors {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #cd0000;
    margin-top: 15px;
}
