.montantPayAmount{
        width: 280px;
        height: 45px;
        font-size: 30px;
        color: #6080c6;
        border: 0px;
        border-bottom: 1px dotted #6080c6;
    }

    .montantPayAmount::placeholder {
          color: #aaa;
        }
    .euro{
        font-size: 30px;
        color: #6080c6;
    }

    .nomCandidat{
        width: 280px;
        height: 45px;
        font-size: 20px;
        color: #6080c6;
        border: 0px;
        border-bottom: 1px dotted #6080c6;
    }

    .nomCandidat::placeholder {
          color: #aaa;
        }

.ajoutReussit {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-bottom: 20px;
}