/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(88,22): run-time error CSS1039: Token not allowed after unary operator: '-q-color-warning'
(96,17): run-time error CSS1039: Token not allowed after unary operator: '-q-color-primary'
 */
@font-face {
    font-family: "Be Vietnam Regular";
    src: url("/Content/fonts/BeVietnamPro-Regular.ttf");
}

@font-face {
    font-family: "SpaceGrotesk";
    src: url("/Content/fonts/SpaceGrotesk-VariableFont_wght.ttf");
}
.font-family-primary {
    font-family: "SpaceGrotesk", serif;
} 

body {
    font-family: "SpaceGrotesk",Helvetica,Arial,serif;
}

.clickable {
    cursor: pointer;
}

.vertical-align-top {
    vertical-align: top;
}

.td10pc {
    width: 10%;
}

.td20pc {
    width: 20%;
}

.td25pc {
    width: 25%;
}

.td30pc {
    width: 30%;
}

.td40pc {
    width: 40%;
}

.td50pc {
    width: 50%;
}

.td80pc {
    width: 80%;
}

td {
/*    border-bottom: 1px solid grey;*/
}

th {
    border-bottom: 2px solid grey;
}

table {
    border-collapse: collapse;
}

.smallerText80 {
    font-size: 0.8em;
}

.smallerText50 {
    font-size: 0.5em;
}

.btnNotifyError button {
    color: white;
    border: 1px solid white;
}

.customUploader {
    max-width: 100%;
}

    .customUploader .q-uploader__list, .customUploader .q-uploader__subtitle {
        display: none;
    }

.customfilled .q-field__control {
    background: var(--q-color-warning) !important;
}

.scale80 {
    transform: scale(0.8);
}

.lnk:visited, .lnk {
    color: var(--q-color-primary) !important;
}
