@import url(./theme.css);

:root {

    /* Colors: */
    --nexpublica-blue-dark-500: #020036;
    --accent-red: #CC0029;
    --ground-6d6565: #6D6565;
    --action-green: #196C67;
    --white-ffffff: #FFFFFF;
    --action-green_12-: #196C671F;
    --surface-error-subtle: #FFE6EB;
    --link-color: #1E0087;
    --hover-background-color: #CCD4FF;
    --disabled-background-color: #E6E6EB;
    --disabled-border-color: #CCCCD7;
    --disabled-text-color: #4E4D73;

    /* Font/text values */
    --unnamed-font-family-be-vietnam-pro: BeVietnamPro;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-600: 600;
    --unnamed-font-size-16: 16px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-14: 14px;
}

@media (max-width: 950px) {
    #nexpublica-logo {
        display: none !important;
    }
}

* {
    font-family: var(--unnamed-font-family-be-vietnam-pro);
    box-sizing: border-box;
    letter-spacing: var(--unnamed-character-spacing-0);
    opacity: 1;
}

body {
    font: var(--unnamed-font-style-normal) normal normal 12px/18px var(--unnamed-font-family-be-vietnam-pro);
    color: var(--nexpublica-blue-dark-500);
    margin: 0px;
}


.horizontal-layout {
    display: flex;
    width: 100vw;
    height: 100vh;
}

.horizontal-layout-noscroll {
    width: 100%;
    overflow: hidden;
}


.horizontal-layout-noscroll img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-screen-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

.header {
    height: 114px;
    gap: 10px;
    opacity: 1;
    padding: 18px;
}

#nexpublica-logo {
    gap: 10px;
    opacity: 1;
}

.footer {
    height: 114px;
}

.body {
    height: 584;
    gap: 10px;
    opacity: 1;
}

label {
    font-weight: normal;
}

label[aria-invalid=polite] {
    color: var(--accent-red);
}

h1,
h4 {
    text-align: center;
}

h1 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 2.5rem/1.2 var(--unnamed-font-family-be-vietnam-pro) !important;
}

.h4 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 12px/20px var(--unnamed-font-family-be-vietnam-pro) !important;
}


a.menuitem:focus-visible {
    outline: none;
}

::placeholder {
    font: italic normal normal 12px/18px var(--unnamed-font-family-be-vietnam-pro);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--ground-6d6565);
}


input[aria-invalid=polite] {
    border: 1px solid var(--link-color);
    background: white 0% 0% no-repeat padding-box;
}

div.login-pf-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

div.card-pf {
    width: 450px;
    gap: 2;
    opacity: 1;
    border-radius: 6px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 5px 16px 0px var(--nexpublica-blue-dark-500);
    margin-bottom: 50px;

    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
  div.card-pf.visible {
    opacity: 1;
    transform: translateY(0);
  }

.dropbtn {
    border: 1px solid var(--link-color);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    height: 25px;
    text-align: inherit;
    font: var(--unnamed-font-style-normal) normal normal 12px/18px var(--unnamed-font-family-be-vietnam-pro);
    color: var(--nexpublica-blue-dark-500);
}

.dropbtn:hover,
.dropbtn:focus,
.highlight {
    background: var(--action-green_12-) 0% 0% no-repeat padding-box;
    border: 1px solid var(--link-color);
    border-radius: 2px;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.nav__dropdown {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #e3e5e9;
    border-radius: 2px;
    box-shadow: #00000024 0 6px 12px;
    cursor: default;
    width: 100%;
}

.dropdown-content.show {
    height: 190px;
    overflow: auto;
}

.nav__dropdown a {
    align-items: center;
    background-color: transparent;
    color: #18294a;
    display: flex;
    height: 33px;
    padding: 0 8px;
}

li .selected,
a.menuitem:hover,
a.menuitem:focus-visible {
    background-color: #e3edec;
    border: 1px solid var(--action-green);
    border-width: 1px 0;
    color: #18294a;
    outline: none;
}

li .selected {
    border: none;
    font-weight: bolder;
}

.show {
    display: block;
}

ul {
    list-style: none;
    padding-left: 0px;
    overflow: auto;
}

ul#dropdown {
    max-height: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px 0px;
    z-index: 99;
}

li.dropdown-btn {
    list-style: none;
    position: relative;
}

li.dropdown-btn a#dropdown-container {
    text-decoration: none;
    width: 100%;
    height: 25px;
    margin-top: 4px;
    border: 1px solid var(--link-color);
    border-radius: 2px;
    background: var(--white-ffffff) 0% 0% no-repeat padding-box;
    padding: 4px 4px 4px 8px;
    opacity: 1;
    display: block;
}

div.form-group#kc-form-buttons {
    text-align: center;
}

.form-group #kc-form-buttons {
    margin-top: 20px;
}

.connect-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

i.Bdoc-Icon-smiley-happy.connect {
    font-size: 16px;
}

.connect {
    margin-left: 8px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 394px;
    background: #18294A1F 0% 0% no-repeat padding-box;
    border: none;
    height: 1px;
}

button.pf-c-button.pf-m-primary:hover {
    border: 2px solid var(--link-color);
    background: var(--hover-background-color) 0% 0% no-repeat padding-box;
    color: var(--link-color);
    outline: none;
}

button.pf-c-button.pf-m-primary:disabled {
    background: var(--disabled-background-color) 0% 0% no-repeat padding-box;
    color: var(--disabled-text-color);
    border-color: var(--disabled-border-color);
}

button.pf-c-button.pf-m-primary:active {
    background: var(--white-ffffff);
    border: 1px solid var(--nexpublica-blue-dark-500);
    color: var(--nexpublica-blue-dark-500);
}

button.pf-c-button.pf-m-primary:focus-visible {
    background: var(--link-color) 0% 0% no-repeat padding-box;
    border: 3px double var(--nexpublica-blue-dark-500);
    color: var(--white-ffffff);
    outline: none;
}


#kc-login .icon path {
    fill: currentColor;
}

.input-label-container .icon path {
    fill: currentColor;
}


.pf-m-primary:active,
.pf-m-primary:focus {
    border: 0px;
}

div.form-group {
    height: 71px;
}

.input-container {
    display: flex;
    flex-direction: column;
    height: 44px;
    opacity: 1;
    padding-top: 3px;
    padding-right: 12px;
    padding-left: 8px;
    padding-bottom: 3px;
    border-radius: 4px;
    border-width: 1px;
    background: var(--white-ffffff);
    border: 1px solid var(--nexpublica-blue-dark-500);
}

.input-container-password {
    display: flex;
    flex-direction: row;
    height: 44px;
    opacity: 1;
    padding: 0px;
    margin: 0px;
    background: var(--white-ffffff);
    border: 1px solid var(--nexpublica-blue-dark-500);
    border-radius: 4px;
}

.input-container-sub-password {
    display: flex;
    flex-direction: column;
    height: 42px;
    opacity: 1;
    padding-top: 3px;
    padding-right: 12px;
    padding-left: 8px;
    padding-bottom: 3px;
    border: none;
    flex: 1;
}


.input-label-container {
    flex-direction: row;
    height: 18px;
    color: var(--disabled-text-color);
}

.input-label-container>img {
    margin-right: 3px;
}

.input-label-container>label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.input-container>input {
    border: none;
    background-color: transparent;
    padding: 0px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    margin-top: 0px;
}

.input-container-sub-password>input {
    border: none;
    background-color: transparent;
    padding: 0px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    margin-top: -1px;
}

.input-container>input:focus-visible,
.input-container-sub-password>input:focus-visible {
    border: none;
    background-color: transparent;
    outline: none;
}

.input-container:hover,
.input-container-sub-password:hover {
    background-color: var(--hover-background-color);
}

.input-container:focus-within,
.input-container-sub-password:focus-within,
.input-container:active,
.input-container-sub-password:active {
    border: 2px solid var(--link-color);
    background-color: transparent;
}

.input-container:focus-visible,
.input-container-password:focus-visible {
    background-color: transparent;
    border-width: 3px;
    border-color: var(--link-color);
    border-style: double;
}

.is-disabled {
    background: var(--disabled-background-color);
    color: var(--disabled-text-color);
}

input {
    font: var(--unnamed-font-style-normal) normal normal 12px/18px var(--unnamed-font-family-be-vietnam-pro);
    color: var(--nexpublica-blue-dark-500);
    width: 100%;
    height: 25px;
    margin-top: 4px;
    border: 1px solid var(--nexpublica-blue-dark-500);
    border-radius: 2px;
    background: var(--white-ffffff) 0% 0% no-repeat padding-box;
    padding: 4px 4px 4px 8px;
    opacity: 1;
}

input:hover {
    background-color: transparent;
}

/* Chrome, Edge, Safari */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Firefox */
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
    color: #000 !important;
}

.eye-container {
    border-left: 1px solid var(--link-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px
}

.eye-container:disabled {
    background: var(--disabled-background-color) 0% 0% no-repeat padding-box;
    color: var(--disabled-text-color);
    border-color: var(--disabled-border-color);
}

.eye-container:hover {
    background-color: var(--hover-background-color);
    cursor: pointer;
}


.eye-container-error {
    border-left: 1px solid var(--accent-red);
}


.input-container-error {
    border: 1px solid var(--accent-red);
}

.is-disabled {
    background: var(--disabled-background-color);
    color: var(--disabled-text-color);
}

.kc-social-item {
    margin-left: 10px;
    border: none;
}

.kc-social-item:hover,
.kc-social-item:focus-visible,
.kc-social-item:focus {
    background: var(--hover-background-color);
    border: none;
    outline: none;
}

.kc-social-item:active {
    background: var(--hover-background-color);
    border: none;
}

span.kc-social-provider-name.kc-social-icon-text {
    padding-left: 8px;
}

i.kc-social-provider-logo {
    padding-left: 8px;
}

.kc-social-div {
    border: 1px solid var(--nexpublica-blue-dark-500);
    color: var(--nexpublica-blue-dark-500);
    background-color: var(--white-ffffff);
    margin-bottom: 10px;
    min-height: 44px;
    border-radius: 4px;
    border-width: 1px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}

.kc-social-div img {
    margin-right: 5px;
}

.kc-social-div span {
    color: currentColor;
}

.kc-social-div:hover {
    border: 2px solid var(--link-color);
    background: var(--hover-background-color);
}

.kc-social-div:active {
    border: 1px solid var(--nexpublica-blue-dark-500);
    background: var(--nexpublica-blue-dark-500);
    color: var(--white-ffffff)
}

.kc-social-div:focus-visible {
    border: 3px double var(--nexpublica-blue-dark-500);
    background: var(--white-ffffff);
    outline: none;
}

.kc-social-div:disabled {
    border: 2px solid var(--disabled-text-color);
    background: var(--disabled-background-color);
    color: var(--disabled-text-color);
    cursor: not-allowed;
}

ul.kc-social-links {
    padding-inline-start: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div#input-error.pf-m-error {
    width: 415px;
    height: 56px;
}

div.login {
    margin-top: 30px;
}

a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    color: var(--link-color);
    border-bottom: 1px solid var(--link-color);
}

a:hover {
    border-bottom: 0px solid var(--link-color);
}

a:focus-visible {
    border-width: 2px;
    border-style: solid;
    border-color: var(--nexpublica-blue-dark-500);
    padding: 4px;
    border-radius: 4px;
}


@media (max-width: 767px) {
    .login-pf body {
        background: white;
    }

    div.card-pf {
        box-shadow: none;
        border: none;
        height: 100%;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.dropdown-icon {
    float: right;
    position: relative;
    z-index: 1;
    color: #404040;
    width: 24px;
    height: 23px;
    margin-top: -3px;
    margin-right: -4px;
    border-radius: 0px 1px 1px 0px;
}

.BD_Open_Parent_Item {
    font-size: 20px;
}


a {
    text-decoration: none;
}

.nav__dropdown--visible {
    display: block;
}

span.eyespan:focus-visible {
    outline: none;
}

a#dropdown-container:focus-visible,
a#dropdown-container:hover {
    color: var(--nexpublica-blue-dark-500);
    outline-offset: 0px;
    background: #196C671F 0% 0% no-repeat padding-box !important;
}

a#dropdown-container:focus-visible {
    outline: 1px solid var(--link-color);
    border: 1px solid var(--link-color) !important;
}

.checkbox {
    display: flex;
    align-items: center;
    height: 26px;
    width: 168px;
    border-radius: 4px;
    border-width: 0px;
    border-style: solid;
    border-color: var(--nexpublica-blue-dark-500);
    transition: border-width 0.2s ease;
    font-weight: 400;
    font-size: 14px;
}

.checkbox:active {
    border-width: 0px;
}


.checkbox>input:focus-visible {
    border-width: 2px;
}


.checkbox:hover {
    background-color: var(--hover-background-color);
}

.container {
    font-weight: 400;
    font-size: 14px;
    margin-left: 7px;
}


/* Masquer la checkbox native */
input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    margin: 0px;
}

/* Créer un carré personnalisé */
input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 15px;
    border: 1px solid var(--nexpublica-blue-dark-500);
    border-radius: 2px;
    margin-right: 8px;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin-top: -1px;
}

/* Style quand cochée */
input[type="checkbox"]:checked+label::before {
    content: "\2713";
    border: 1px solid var(--nexpublica-blue-dark-500);
    background-color: var(--nexpublica-blue-dark-500);
    color: var(--white-ffffff);
    padding-left: 3px;
    padding-bottom: 1px;
}

input:focus-visible {
    outline: none;
}

.bold {
    font-weight: bold;
}

#frame218 {
    width: 402;
    height: 90;
    opacity: 1;
    gap: 2px;
    padding-bottom: 12px;
}

#frame225 {
    width: 402;
    height: 55;
    opacity: 1;
    gap: 2px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.login-account-title {
    width: 402px;
    height: 28px;
    opacity: 1;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
}

.tenant-display-name {
    font-weight: 600;
    font-size: 14px;
}

.login-account-sub-title {
    width: 402px;
    height: 21px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}


.login-account-sub-title-span {
    float: left;
}


.required-info {
    width: 402px;
    height: 21px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
}

.required-info-star {
    color: var(--accent-red);
}

#kc-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}


[type=submit] {
    font: var(--unnamed-font-style-normal) normal medium 12px/18px var(--unnamed-font-family-be-vietnam-pro);
    width: 100%;
    height: 25px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    border: none;
    transition: background 0.2s;

    color: white;
    border: none;
    border-radius: 6px;

    background-color: var(--link-color);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

#kc-login {
    padding: 12px 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 48px;
}

.align-items-on-row {
    justify-content: center;
}

.call-out-message {
    width: 415px;
    height: 56px;
    gap: 8;
    opacity: 1;
    border-radius: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    padding: 8;
    border-style: solid;
    border-color: var(--accent-red);
    display: flex;
    flex-direction: row;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    background: var(--surface-error-subtle);
}

.frame3 {
    width: 337px;
    height: 40px;
    gap: 12;
    opacity: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    flex: 1;
    color: var(--nexpublica-blue-dark-500);
    margin-top: 10px
}

.icon-error {
    width: 22px;
    height: 22px;
    margin: 10px
}

.icon-xmark {
    width: 24px;
    height: 24px;
    margin: 10px;
    border-radius: 4px;
    padding: 4px;
    border: none;
    background: transparent;
    color: var(--nexpublica-blue-dark-500);
}
.icon-xmark svg {
    margin-left: 1px;
}

.icon-xmark:hover {
    border: 1px solid var(--link-color);
    background: var(--hover-background-color) 0% 0% no-repeat padding-box;
    cursor: pointer;
    }

.icon-xmark:active {
    border: 2px solid var(--nexpublica-blue-dark-500);
    background: var(--nexpublica-blue-dark-500);
    color: var(--white-ffffff);
}

.icon-xmark:disabled {
    border: none;
    background: transparent;
   color: var(--disabled-text-color);
}

.icon-xmark:focus-visible {
    border: 1px solid var(--link-color);
    background: transparent;
    color: var(--nexpublica-blue-dark-500);
}


div.login-pf-settings {
    height: auto;
}

.required {
    color: var(--accent-red);
}

#kc-social-providers-sub {
    max-height: 170px;
    overflow-y: auto;
}

.hide {
    display: none;
}

html {
    visibility: visible !important;
    opacity: 1 !important;
}