/* hotfix menu 2021-10-13 */
.navbar-nav.menu-vertical-items li.has-childs {
    display: inline-block;
}

.largestpaddingbottom {
padding-bottom: 200px;
}

/* Hotfix line-header connexion 2022-07-15 */
.line-header .member-login {
    border: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    color: #011689;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Arial, Helvetica, sans-serif;
}
.line-header .member-login:hover {
    color: #4fc2e7;
    border: 0;
}