.row-login {
    padding-top: 0;
    padding-bottom: 0;
    background: #fd0;
    color: #00634f;
}

.row-login input {
    background: #fff1b4;
    border: 0;
    width: calc(50% - 25px) !important;
    box-sizing: border-box;
    padding-left: 1ch;
    padding-right: 1ch;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0 2px;
    max-width: 20ch;
}

a.btn-home {
    font-size: 11px;
    font-family: semencesfregular;
    color: #00634F;
    font-size: 0;
    white-space: nowrap;
    display: flex;
    margin-top: 5px;
}

.flex-dir-row {
    flex-direction: row;
}

.flex-dir-col {
    flex-direction: column;
}

.flex {
    display: flex;
}

.flex-center {
    margin: auto;
}

.flex-center-y {
    margin-top: auto;
    margin-bottom: auto;
}

.flex-center-x {
    margin-left: auto;
    margin-right: auto;
}

.space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.dim1616 {
    width: 16px !important;
    height: 16px !important;
}

header {
    margin-bottom: 0.5em;
}

header img.disk-visualiz {
    height: 130px;
}

header .row-login .auth-submit {
    background: #932249;
    width: auto !important;
    color: white;
    font-family: semencesfregular;
    cursor: pointer;
}

header .row-login .btn-deconnecter {
    background: #932249;
    width: auto !important;
    color: white;
    font-family: semencesfregular;
    cursor: pointer;
}

header .header-title {
    background: #00634F;
    border-bottom: 5px solid white;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    font-family: semencesfregular;
    text-transform: uppercase;
    color: white;
    font-size: 1.4em;
    white-space: nowrap;
}

header p.page-title {
    margin-top: auto;
    margin-bottom: auto;
    flex-grow: 1;
    margin: 5px;
    text-align: left;
}

header div.logo-entreprise,
header p.page-title {
    flex-basis: calc(50% - 10px);
}

#filRouge,
#div_authentification,
#div_connected {
    margin: 5px;
    flex-basis: calc(50% - 85px);
}

.vmiddle {
    vertical-align: middle;
}

#filRouge.span {
    color: #00634F;
}

.filRougeSpan {
    font-family: semencesfregular;
    margin-left: 5px;
    font-size: 11px;
}