/**
 * online-support-form
 * @version v0.0.1
 * @updated 2023-03-29
 * @license Dassault Systèmes
 * @author Dassault Systèmes
 */
.ds-header-global{
    min-height: 104px;
}

.header h1, .header h2, .header h3, .header p {
    color: #FFFFFF;
}

.Input .Input-info {
    display: none;
}

.Input.isError.errorMandatory .Input-info.errorMandatory {
    display: block;
}

.Input.isError.errorChars .Input-info.errorChars {
    display: block;
}

.Input.isError.errorEmail .Input-info.errorEmail {
    display: block;
}

.Input.isError.errorDate .Input-info.errorDate {
    display: block;
}

.Input.isError.errorPhone .Input-info.errorPhone {
    display: block;
}

.Input.isError.errorMaxlength .Input-info.errorMaxlength {
    display: block;
}

.Input.isError.errorFileExtension .Input-info.errorFileExtension {
    display: block;
}

.Input.isError.errorFilesize .Input-info.errorFilesize {
    display: block;
}
.Input.isError .Input-info, .Input.isError .Input-count,  .Input.hasJS.isError:after {
    color: #a40000;
}
.Input.isError input, .Input.isError textarea, .Control.isError input + label::before {
    border-color: #a40000;
}
.Input textarea {
    resize: vertical;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.Select {
    margin-bottom: 0;
    z-index: 3;
}

.Select option.placeholder {
    color: rgba(0, 0, 0, 0.48);
}

.Input.isError .Select {
    border-color: #a40000;
}

.Input.hasJS[data-validation*=date] label {
    top: 2px !important;
}

.hasBg--grey, .Bg--grey {
    background-color: #efefef;
}

.Bloc {
    margin-top: 10px;
    margin-bottom: 10px;
}

.Bloc-title {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

.Bloc-title, .Bloc-content {
    padding: 8px 12px;
}

.Bloc-topics {
    padding: 16px;
    margin-top: 12px;
}

.topic-title {
    font-size: 0.83em;
    font-weight: bold;
}

.Bloc-topics ul {
    padding-inline-start: 20px;
}

.Form-errors ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.Form-errors li {
    list-style-type: none;
    color: #a40000;
    font-size: 13px;
    font-weight: 600;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-strong {
    font-weight: 600;
}

.text-red {
    color: #a40000;
}

.text-bolder {
    font-weight: bolder;
}

.Control input + label {
    display: block;
}

#form_piracy_compliance .Control input + label {
    display: inline-block;
}

.iti {
    width: 100%;
}

#contact-information {
    display: none;
}

#issue-information input[type="radio"] {
    width: 50%;
}

input[type="file"] {
    display: none;
}

/*.Input-file {
    font-weight: 300;
    padding: 16px;
    letter-spacing: -.2px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 4px;
    background-color: #fff;
    -webkit-appearance: none;
}

.Input-file .Label-file {
    letter-spacing: -.2px;
    color: rgba(0, 0, 0, .48);
    margin-top: 0px;
}*/

.Input-file .Label-file-info {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -.2px;
    color: rgba(0, 0, 0, .67);
    margin-top: 0px;
}

.File-close {
    cursor: pointer;
}

.UL li, .OL li {
    font-weight: 300;
    letter-spacing: -.2px;
}

.Select-outside {
    width: 100%;
}

@media (min-width: 1600px) {
    .UL > li, .OL > li, .Copy {
        font-size: 16px;
        line-height: 24px;
    }
}