
@font-face {
  font-family: 'Inter';
  font-display: fallback;
  font-style:  italic;
  font-weight: 200;
  src: url("Inter-ExtraLightItalic.woff2?v=3.19") format("woff2"),
       url("Inter-ExtraLightItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-display: fallback;
  font-style:  normal;
  font-weight: 300;
  src: url("Inter-Light.woff2?v=3.19") format("woff2"),
       url("Inter-Light.woff?v=3.19") format("woff");
}


@font-face {
  font-family: 'Inter';
  font-display: fallback;
  font-style:  normal;
  font-weight: 500;
  src:
  url("Inter-Medium.woff2?v=3.19") format("woff2"),
       url("Inter-Medium.woff?v=3.19") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-display: fallback;
  font-style:  normal;
  font-weight: 600;
  src:
          url("Inter-Medium.woff2?v=3.19") format("woff2"),
          url("Inter-Medium.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-display: fallback;
  font-style:  italic;
  font-weight: 700;
  src: url("Inter-BoldItalic.woff2?v=3.19") format("woff2"),
       url("Inter-BoldItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-display: fallback;
  font-style:  normal;
  font-weight: 700;
  src: url("Inter-Bold.woff2?v=3.19") format("woff2"),
       url("Inter-Bold.woff?v=3.19") format("woff");
}


.login button.button.full.next {
    width: 100%;
}

.login.V3 h1 {
    border: none;
    color: var(--Night, #0A100D);
    font-feature-settings: 'liga' off, 'clig' off;

/* H4 */
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.25px;
    margin-top: 20px;
    margin-bottom: 35px;
    padding: 0;
}

.login.V3 input {
    margin-bottom: 15px;
}

.login.V3 .form {
    margin-bottom: 0;
    padding: 0;
}

div#scheme img {
    margin-right: 20px;
}

div#scheme {
    padding-bottom: 40px;
}

span.vehicule-prix {}