#formCoproprieteRequest {
    margin: 40px 0;
}

#formCoproprieteRequest #liste-champs-errones {
    padding-left: 30px;
}

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

#formCoproprieteRequest 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;
}
#formCoproprieteRequest form label .tooltip .tooltip-trigger {
    font-weight: normal;
}

#formCoproprieteRequest form div.radio > label:first-of-type {
    display: block;
    width: 100%;
    font-family: Ubuntu,sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

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

#formCoproprieteRequest form input::placeholder {
    color: #9a9a9a;
    font-style: italic;
}
#formCoproprieteRequest form input[type=text],
#formCoproprieteRequest form input[type=email],
#formCoproprieteRequest form input[type=tel],
#formCoproprieteRequest form input[type=date],
#formCoproprieteRequest 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%;
}
#formCoproprieteRequest form select {
    height: 2.55em;
    padding: 10px;
}
#formCoproprieteRequest form input[type=checkbox],
#formCoproprieteRequest form input[type=radio] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 1px;
}
#formCoproprieteRequest form .input-group {
    display:flex;
}
#formCoproprieteRequest 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;
}

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

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

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

@media screen and (min-width: 768px) {
    #formCoproprieteRequest form p#confirm-error {
        margin-left: 30px;
    }
    #formCoproprieteRequest form input.half-width {
        width: calc(50% - 20px);
    }
}

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

#formCoproprieteRequest [data-js=tooltip-content] {
    font-style: normal;
}
#formCoproprieteRequest .tooltip-trigger .icon-wrapper {
    pointer-events: none;
}
#formCoproprieteRequest .input-group {
    display: flex;
    align-items: center;
    position: relative;
}
#formCoproprieteRequest .input-group .tooltip {
    position: absolute;
    right: -50px;
}
@media screen and (max-width: 768px) {
    #formCoproprieteRequest .input-group .tooltip {
        position: relative;
        right: auto;
        margin-left: 16px;
    }
}
#formCoproprieteRequest .input-separator {
    margin: 0 8px;
}
#formCoproprieteRequest .label-wrap {
    display: flex;
    margin-left: 30px;
    width: auto;
}
@media screen and (max-width: 768px) {
    #formCoproprieteRequest .label-wrap {
        margin-left: 0;
    }
}
#formCoproprieteRequest .label-text {
    max-width: 800px;
}

#formCoproprieteRequest #premier_vehicule {
    padding-bottom: 20px;
}