html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    div.dialog {
        width: 100%;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

[v-cloak] {
    display: none;
}


#altcha-fpwd .altcha {
    margin-top: 20px;
    max-width: 100%;
}

:root {
    --altcha-color-text: #023662;
}

.login-dialog {
    background-color: white;
    position: relative;
}

.login-dialog-back {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px;
    color: #FFF;
}

.close-dialog {
    cursor: pointer;
}

.dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid grey;
    width: 50%;
    min-height: 175px;
    max-height: 400px;
    max-width: 600px;
    background-color: #fff;
    z-index: 100;
    box-sizing: border-box;
    overflow-y: scroll;
}

.dialog-overlay {
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .25);
    z-index: 50;
}

.table-grid th {
    cursor: default;
}

    .table-grid th.sortable::after {
        width: 20px;
        height: 20px;
        display: inline-block;
        content: "";
        background-size: 20px 20px;
        background-image: url(../assets/images/sort.svg);
        background-repeat: no-repeat;
        margin-left: 10px;
    }

    .table-grid th.sortable.asc::after {
        background-image: url(../assets/images/sort-up.svg);
    }

    .table-grid th.sortable.desc::after {
        background-image: url(../assets/images/sort-down.svg);
    }

    .table-grid th.sortable {
        cursor: pointer;
    }

.table-grid td span {
    cursor: pointer;
}

.tox .tox-promotion, .tox .tox-statusbar__right-container {
    display: none !important;
}

.container {
    max-width: none !important;
}

#lastSaveInfo {
    padding: 4px 10px;
}

.success {
    border: 2px solid #0C0;
    border-radius: 10px;
    background: #AFA;
}


.fade-out-success {
    transition: background 1s ease, border 1s ease;
    border: 2px solid #FFF;
    border-radius: 10px;
    background: transparent;
}

.custom-glow {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
    background-color: rgba(255, 255, 255, 0.5);
    padding:4px 12px;
    border-radius:12px;
}


.appBg {
    background-image: url(../assets/bg4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#abonnement {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    font-size: 12px;
    padding: 2px 8px;
}

.mandatory{
    color:#C00;
}



#cgvContainer h1 {
    font-weight: bold;
    text-transform: uppercase;
}

#cgvContainer h2 {
    font-weight: bold;
    text-decoration: underline;
}

#cgvContainer h3 {
    text-decoration: underline;
}