﻿:root {
    --color-default: #90A7B8;
    --color-primary: #2EDBE6;
    --color-transparant: #00000000
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), local('Poppins'), url(../fonts/Poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

body {
    overflow-x: hidden;
    margin: 0;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.5;
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66667%
}

*, ::after, ::before {
    box-sizing: border-box;
}

.auth-wrapper {
    position: relative;
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.auth-wrapper .auth-box {
    margin: 10% 0;
    max-width: 600px;
    width: 100%;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.text-conformite {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.text-conformite > b{
    font-weight: 700;
    font-size: 16px;
}


.auth-wrapper .auth-box-2 {
    padding: 40px
}

.auth-wrapper .auth-box-2 .logo {
    text-align: center
}

.auth-wrapper .logbox-content {
    width: 100%;
    margin-left: 400px
}

.auth-wrapper #recoverform {
    display: none
}

.auth-wrapper #registerform {
    display: none
}

.auth-wrapper .auth-sidebar {
    position: fixed;
    height: 100%;
    right: 0;
    overflow: auto;
    margin: 0;
    top: 0
}

@media (max-width: 767px) {
    .auth-wrapper .auth-sidebar {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 40px 0 60px
    }

    .auth-wrapper .demo-text {
        margin-top: 30px
    }

    .auth-wrapper .logbox-content {
        margin-left: 0
    }

    .auth-wrapper .auth-box-2.on-sidebar {
        position: relative;
        width: 100%
    }

    .auth-wrapper .auth-box-2 {
        padding: 40px 25px
    }
}

@media (min-width: 1500px) {
    .inner-width-card {
        width: 450px
    }
}

.p-4 {
    padding: 1.5rem !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
}

.border-danger {
    border-color: #fc4b6c !important;
}

.text-danger {
    color: #fc4b6c !important;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

html body .font-weight-medium {
    font-weight: 500;
}

.feather-sm {
    width: 18px;
    height: 18px;
}

.me-2 {
    margin-right: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.form-material .form-group {
    overflow: hidden
}

.form-group label{
    font-weight:600;
}

.form-material .form-control {
    background-color: rgba(0, 0, 0, 0);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    font: normal 500 16px/20px "Poppins", sans-serif;
    padding: 5px 0 10px;
    transition: background 0s ease-out 0s;
    height: calc(2.25rem + 2px)
}

.form-material .form-control.focus, .form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    transition-duration: .3s
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #54667a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    appearance: none;
    border-radius: 4px;
    box-shadow: unset;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
    font: normal normal 16px/20px "Poppins", sans-serif;
    letter-spacing: 0;
    color: #90A7B8;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[type=checkbox]:checked[class*=material-inputs], [type=checkbox]:not(:checked)[class*=material-inputs] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type=checkbox].material-inputs + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 21px;
    font-size: 1rem;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

[type=checkbox].material-inputs + label:before, [type=checkbox].material-inputs:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #b1b8bb;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}


[type=checkbox].material-inputs:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ms-auto {
    margin-left: auto !important;
}

a {
    text-decoration: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.w-100 {
    width: 100% !important;
}

.btn {
    margin-top: 0.5rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #67757c;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.6rem 0.75rem;
    font-size: .9375rem;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-secondary {
    border-radius: 4px;
}

.loginportail {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logoepega {
    margin: 25px;
}

.ms-auto > a {
    color: #18365F;
}

.text-center {
    text-align: center;
}

.auth-box-title {
    font: normal 500 21px/31px "Poppins", sans-serif;
    text-align: center;
    margin-bottom: 0.5rem;
}

.auth-box-s-title {
    font: normal 300 19px/29px "Poppins", sans-serif;
    margin-bottom: 0;
}

.auth-box-s-title-description {
    margin-top: 0;
    font: italic 200 15px/22px "Poppins", sans-serif;
    font-weight: bold;
    margin-bottom: 1rem;

}

.list-auth-info {
    list-style: none;
    padding-left: 0;
}

.list-auth-info li {
    border: 1px solid #2EDBE6;
    border-radius: 4px;
    font: normal 500 15px/23px "Poppins", sans-serif;
    letter-spacing: 0;
    color: #2EDBE6;
    padding: 10px 5px 10px 35px;
    margin-bottom: 5px;
    position: relative;
}

.list-auth-info li:before {
    border: 2px solid #2EDBE6;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #2EDBE6;
    content: "i";
    left: 11px;
    position: absolute;
    top: 14px;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
}

.list-auth-info.error li {
    border: 1px solid #D93636;
    color: #D93636;
    list-style-type: none;
}

.list-auth-info.error ul {
    padding: 0 !important;
}

.list-auth-info.error li:before {
    border: 2px solid #D93636;
    color: #D93636;
}


/* LOGIN : IDENTIFIER */
.nav-pills .nav-link {
    color: var(--color-default);
    background-color: var(--color-transparant);
    border: 1px solid var(--color-default);
    width: 120px;
    padding: 15px;
}

.nav.nav-pills li:first-child {
    margin-right: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--color-primary);
    background-color: var(--color-transparant);
    border: 1px solid var(--color-primary);
    font-weight: bold;
}

.nav-pills .nav-link i {
    font-size: 25px;
}

.nav-pills .nav-link .fa-circle-check {
    position: absolute;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    border: 0;
    margin-left: -11px;
    margin-top: 3px;
}

#pills-tabContent {
    margin-top: 25px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

/* LOGIN : TITRE*/
.form-title {
    text-align: center;
    margin-bottom: 25px;
}

.form-title h1 {
    font-size: 18px;
    font-weight: 700;
}

.form-title h3 {
    font-size: 15px;
}

/* LOGIN : Erreur*/
.login-input-error {
    color: #d00;
    margin-top: 10px;
}

.validation-summary-errors, ul {
    margin-top: 0;
    margin-bottom: 0;
}

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.leftForm {
    left: 0;
}

.rightForm {
    right: 0;
}