body.page-id-914 .page-header.page-header-sm,
body.page-id-898 .page-header.page-header-sm {
    display: none;
}

.large-above-menu {
    width: 440px;
    display: flex;
    align-items: end;
    margin-top: 38px;
    height: auto;
}

.user-login-button a {
    background: #0092ee;
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    font-size: 15px;
    text-align: center;
    margin: 0 5px;
    text-decoration: none;
}

.user-login-button a:hover {
    text-decoration: none;
    color: #fff;
}

.userp-profile-wrapper {
    display: flex;
}

.user--left-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.user--left-menu ul li a {
    display: block;
    padding: 12px 14px;
    background: #aa8b98;
    color: #fff;
    text-decoration: none;
}

.user--left-menu ul li a:active,
.user--left-menu ul li a:focus {
    text-decoration: none;
}

.user--left-menu ul li.active a {
    background: #dd0f67;
    color: #fff;
}

.user--demande {
    margin-top: 30px;
    display: none;
}

.user--demande ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.user--demande ul a {
    display: inline-block;
    padding: 12px 11px;
    background: #2490ea;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2490ea;
}

.user--demande ul a:hover {
    background: #fff;
    color: #2490ea;
    text-decoration: none;
}

.user--demande ul a:active,
.user--demande ul a:focus {
    text-decoration: none;
}

.user-profile-sideBar {
    max-width: 20%;
    flex: 0 0 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.user-actions-wrapper {
    max-width: 80%;
    flex: 0 0 80%;
    padding-left: 15px;
    padding-right: 15px;
}

table.table > tbody td {
    text-align: center;
}

.login-form {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.login-form .login-form-wrapper {
    width: 450px;
}

.login-form .form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.login-form .form-row input[type="text"],
.login-form .form-row input[type="password"] {
    height: 40px;
    padding: 0 12px;
    width: 100%;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    cursor: text;
    font-size: 15px;
    box-sizing: border-box;
    box-shadow: none;
    margin: 0 !important;
    position: static;
    border: 1px solid #ddd;
    color: #666;
    background-color: #fff;
}

.login-form .form-row input[type="text"]:focus,
.login-form .form-row input[type="password"]:focus {
    border: 1px solid #bbb;
}

.login-form .form-row input[type="submit"] {
    background-color: #0092ee;
    line-height: 1em;
    padding: 13px 17px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    border: 0;
}

@media (max-width: 999px) {
    .large-above-menu {
        width: 100%;
        flex-direction: column;
        align-items: start;
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .user-profile-sideBar {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .user-actions-wrapper {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .userp-profile-wrapper {
        flex-direction: column;
    }

    .mobile-card-table {
        border: 0 !important;
        width: 100%;
    }

    .mobile-card-table caption {
        font-size: 1.3em;
    }

    .mobile-card-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .mobile-card-table tr {
        display: block;
        margin-bottom: 20px;
    }

    .mobile-card-table td {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        display: flex;
        font-size: .8em;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-card-table > tbody > tr > td:before {
        content: attr(data-mobile-title);
        font-weight: bold;
        text-transform: uppercase;
    }

    table.mobile-card-table > tbody > tr > td {
        border-top: 0;
    }

    table.mobile-card-table > tbody > tr > td:first-child {
        border-top: 1px solid #ddd;
    }
}
