#formExamenScooterRequest {
    margin: 40px 0;
}

#formExamenScooterRequest .errors #error-instructions {
    display: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    color: #cf3620;
}
#formExamenScooterRequest #liste-champs-errones {
    padding-left: 30px;
}

/* form */
#formExamenScooterRequest form {
    padding: 0;
}

#formExamenScooterRequest form label {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    border-bottom: none;
    font-weight: normal;
}

#formExamenScooterRequest form div.email  {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

#formExamenScooterRequest form input::placeholder {
    color: #9a9a9a;
    font-style: italic;
}
#formExamenScooterRequest form input[type=text],
#formExamenScooterRequest form input[type=email],
#formExamenScooterRequest form input[type=tel],
#formExamenScooterRequest form input[type=date],
#formExamenScooterRequest form select {
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f2f2f2;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    line-height: 2.5rem;
    width: 100%;
}
#formExamenScooterRequest form select {
    height: 2.55em;
    padding: 10px;
}
#formExamenScooterRequest form select optgroup[disabled] {
    display: none;
}
#formExamenScooterRequest form input[type=checkbox] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 1px;
}
#formExamenScooterRequest form .input-group {
    display:flex;
}
#formExamenScooterRequest form .input-group .input-prepend {
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f2f2f2;
    height: 40px;
    padding: 0 0 0 10px;
    margin-top: 3px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    line-height: 2.5rem;
}

#formExamenScooterRequest form .submit.is-loading {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
#formExamenScooterRequest form .submit .img-ajax-loader {
    margin-right: 20px;
}
#formExamenScooterRequest form .btn.is-teal {
    width: auto;
    float: right;
    z-index: 0;
}
#formExamenScooterRequest form .btn.is-teal:enabled:hover {
    background-color: #00d1b7;
}
#formExamenScooterRequest form .btn.is-teal:disabled {
    color: #666;
    border-color: #666;
}

#formExamenScooterRequest form #submit-comment {
    text-align: right;
}

#formExamenScooterRequest .validation-message {
    margin: 1em 0 1em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #formExamenScooterRequest form p#confirm-error {
        margin-left: 30px;
    }
}

#formExamenScooterRequest .my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
#formExamenScooterRequest .mb-0 {
    margin-bottom: 0;
}
#formExamenScooterRequest .mt-0 {
    margin-top: 0;
}

#formExamenScooterRequest .label-wrap {
    display: flex;
    margin-left: 30px;
    width: auto;
}
@media screen and (max-width: 768px) {
    #formExamenScooterRequest .label-wrap {
        margin-left: 0;
    }
}
#formExamenScooterRequest .disponibilites-jours {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-gap: 20px;
}
#formExamenScooterRequest .disponibilites-jours .label-wrap {
    margin-left: 0px;
}

#formExamenScooterRequest .confirmations label {
    margin-bottom: 1em;
}

#formExamenScooterRequest .label-text {
    max-width: 800px;
}