.alert-success_quote_mail { color: green; }
.alert-error { color: red; }

.ligne { padding: 20px 20px 0 0 ; font-size:1rem; color:#fff; }

.request__quote--link {
    display: inline-block;
    background: transparent;
    color: var(--white-color);
    border: 1.5px solid currentColor;
    border-radius: 0px;
    padding: 0.25rem 0.50rem;
    line-height: normal;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  width: 200px;
}
@media (max-width: 850px) {
  .request__quote--link {
    display: inline-block;
    background: transparent;
    color: var(--white-color);
    border: 1.5px solid currentColor;
    border-radius: 0px;
    padding: 0.10rem 0.20rem;
    line-height: normal;
    text-transform: uppercase;
    font-size: 0.50rem;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
  width: 100px;
}
}