.main-menu .sub-menu { z-index: 999; }

#cvtheque {
    display: flex;
    flex-direction: column;
    margin: 2em auto 5em;
}
    #cvtheque-sidebar, #cvtheque-listing {
        margin-bottom: 3em;
        width: 100%;
    }

    #cvtheque-sidebar .cvtheque-sidebar-filter {
        margin-bottom: 2em;
    }
        #cvtheque-sidebar .cvtheque-sidebar-filter label {
            display: flex;
            margin-bottom: 0.5em;
            font-size: 0.938em;
        }
            #cvtheque-sidebar .cvtheque-sidebar-filter input {
                margin-right: 0.5em;
            }

    #cvtheque-rgpd {
        display: block;
        margin-bottom: 2rem;
        text-align: center;
    }

    #cvtheque-listing .cvtheque-single {
        position: relative;
        margin-bottom: 2em;
        padding-bottom: 2em;
        width: 100%;
    }
        #cvtheque-listing .cvtheque-single::after {
            content: '';
            position: absolute;
            right: 20%; bottom: 0; left: 20%;
            height: 2px;
            background-color: #255aa8;
        }

        #cvtheque-listing .cvtheque-single h2 {
            font-weight: normal;
            margin-bottom: 0.5em;
        }

        #cvtheque-listing .cvtheque-single li {
            margin-bottom: 0.5em;
        }

        #cvtheque-listing .cvtheque-single-ctas {
            display: flex;
            justify-content: space-between;
        }
            #cvtheque-listing .cvtheque-single-ctas a {
                display: inline-block;
                margin-top: 0.5em;
                color: #255aa8;
            }
                #cvtheque-listing .cvtheque-single-ctas a:hover {
                    text-decoration: none;
                }

@media (max-width: 768px) {
    #cvtheque-sidebar .cvtheque-sidebar-filter h3, #cvtheque-listing .cvtheque-single h2 { text-align: center; }
}

@media (min-width: 769px) {

    #cvtheque { flex-direction: row; }

    #cvtheque-sidebar {
        padding-right: 5em;
        width: 33.33%;
    }

    #cvtheque-listing {
        width: 66.66%;
    }
}

#wppb-loginform .login-username, #wppb-loginform .login-password {
    display: flex;
    align-items: center;
}
    #wppb-loginform label { width: 120px; }
    #wppb-loginform input { border: 1px solid #706f6f !important; }
