/* Main components --------------------------------------------------------*/

.app-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    color: white;
    background-color: var(--primary);
    border-top: 1px solid #c8ced3;
}

.bottom-row {
    position: absolute;
    bottom: 5%;
    width: 100%;
}


.min-h-396 {
    min-height: 396px;
}

.min-h-496 {
    min-height: 496px;
}

.min-h-596 {
    min-height: 596px;
}

/* Colors --------------------------------------------------------*/

.col-primary {
    color: var(--primary) !important;
}

.col-white {
    color: white !important;
}


.bg-white {
    background-color: white !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-green {
    background-color: #797beab2;
}

.bg-block-1 {
    background-color: #104862 !important;
}

.bg-block-2 {
    background-color: #215F9A !important;
}

/* Containers --------------------------------------------------------*/

.signin-container {
    background-color: var(--ligh-background);
}

.screen-container-1 {
    background-color: #F4F6FC;
    margin: -40px -30px 0px -30px;
}

.screen-container-2 {
    margin: 0px 3% 0 3%;
    padding-top: 3%;
    background-color: transparent;
}

.screen-container-3 {
    background-color: #F4F6FC;
    margin: -32px -30px 0px -30px;
}

.screen-container-4 {
    margin: 2% 3% 0 3%;
    padding-top: 3%;
    background-color: transparent;
}


.horizontal-display {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-item-align: center;
    align-items: center;
    padding: 4px 8px;
}


.horizontal-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-item-align: center;
    align-items: center;
    padding: 4px 8px;
}

/* Breadcrumbs --------------------------------------------------------*/

.screen-breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--primary) !important;
}

.screen-breadcrumb-fixed {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 1017;
}

.breadcrumb-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-bottom: 0, 5rem !important;
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
    height: 35px;
}

.screen-breadcrumb-item {
    cursor: pointer;
    margin-bottom: 0px;
    color: var(--light) !important;
    font-size: 1em;
}

.screen-breadcrumb-item:hover {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 0px;
    color: var(--palm-blue-1);
}

.screen-breadcrumb-separator {
    margin: 10px 5px;
    color: var(--light) !important;
    font-size: 1em;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

.screen-breadcrumb-home {
    font-size: 1.2em;
    margin-bottom: 0px;
    color: var(--light) !important;
}


.screen-breadcrumb-home:hover {
    font-weight: bold;
    cursor: pointer !important;
}

.screen-breadcrumb-last-item {
    margin-bottom: 0px;
    color: var(--light) !important;
    font-size: 1em;
}

.screen-breadcrumb-title {
    margin-bottom: 0px;
    color: white !important;
}


.screen-breadcrumb-new-item:hover {
    font-weight: bolder;
    text-decoration: underline;
    cursor: pointer !important;
}


/* Header components --------------------------------------------------------*/

.language-dropdown #languageDropdown {
    background: transparent;
    border: none;
    cursor: pointer;
}

.dropdown i.fa-sun-o {
    color: #ffd900 !important;
}

.dropdown i.fa-moon-o {
    color: #fff7cb !important;
}

.search-container {
    position: relative;
    /* Pour que les éléments positionnés absolument soient relatifs à ce conteneur */
    width: 100%;
    /*max-width: 400px;*/
    margin: 0 auto;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    /*border: 1px solid #ccc;*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
}

.search-result-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background-color: #f5f5f5;
}

.homeTitle {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.homeLogo {
    display: flex;
    align-items: flex-end;
    height: 15vh;
    flex-direction: column;
    justify-content: center;
}


.homeQuoteLine {
    position: absolute;
    bottom: 2%;
    width: 75%;
}

.homePicture {
    border-radius: 10px;
    overflow: hidden;
    max-width: 20vh;
}

.homeQuote {
    background: transparent;
    border: none;
    color: white;
    resize: none;
    /*width: fit-content;*/
}

.setting-text {
    color: var(--primary);
    margin-bottom: 0px;
}

/* Cards --------------------------------------------------------*/

.standard-card {
    background-color: var(--primary) !important;
}

.standard-locked-white-card {
    background-color: white !important;
}

.standard-white-card {
    background-color: white !important;
}


.white-to-black-card {
    background-color: white !important;
}


.standard-blue-card {
    background-color: var(--primary) !important;
}

.card-widget-blue {
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    background-color: white;
    border-color: var(--primary);
    border-radius: 1em;
    border-width: 1px;
}


.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 14px;
}


.card-body-template {
    text-align: center !important;
    padding: 24px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.img-template {
    border: 0.5px solid #021a40 !important;
    padding: 2px;
    border-radius: 5px;
    box-shadow: 0 0.05rem 0.05rem 0 var(--primary) !important;
    /* add transparency to the shadow */
    background: rgba(0, 0, 0, 0.05);
}


img {
    border-style: none;
    max-width: 100%;
}


.home-cover {
    max-width: 80%;
    cursor: pointer;
}


.list-cover {
    max-width: 80%;
    cursor: pointer;
    max-height: 50px;
}


.file_type_logo {
    max-width: 25px;
}

.proportions-254-142 img {
    width: 100%;
    height: calc((14.2 / (25.4*2)) * 100%);
}

.proportions-21-297 img {
    width: 100%;
    height: calc((29.7 / (21*2)) * 100%);
}

.proportions-15-24 img {
    width: 100%;
    height: calc((24 / (15*2)) * 100%);
}

.proportions-20-20 img {
    height: 50%;
    width: calc((20 / 20) * 100%);
}

.proportions-175-245 img {
    height: 100%;
    height: calc((24.5 / (17.5*2)) * 100%);
}


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

.vertical-display-flex-end {
    justify-content: flex-end !important;
}

.vertical-display-flex-start {
    justify-content: flex-start !important;
}


.homelist-scrollable {
    max-height: 150px;
    min-height: 150px;
    overflow-y: scroll;
}


.tablist-scrollable {
    max-height: 18vh;
    min-height: 18vh;
    overflow-y: scroll;
}

/* Phoenix table --------------------------------------------------------*/

.phoenixtable_length {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phoenixtable_length_text {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

/* Inputs --------------------------------------------------------*/

.is-invalid {
    color: red !important;
    border-bottom: 1px solid red !important;
}


.input-login {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    border: none;
    outline: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="checkbox"] {
    appearance: none;
    font-family: initial;
    width: 15px;
    height: 16px;
    border: 2px solid var(--primary);
    border-radius: 0.1rem;
    background-color: white;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: var(--primary);
    border-width: 1px;
    border-color: var(--primary);
    border-radius: 0.1rem;
}


input[type="checkbox"]:checked::after {
    content: '✔';
    color: white;
    font-size: 9px;
    display: block;
    text-align: center;
    line-height: 14px;
}

/* Buttons and clickable components --------------------------------------------------------*/

.clickable {
    cursor: pointer;
}

.clickable-link {
    cursor: pointer;
    text-decoration: underline !important;
}

.clickable-link:hover {

    font-weight: bold !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #23282c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.10;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0.30rem;
    min-width: 5rem;
}

.btn:lang(he) {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 17px !important;
    font-weight: 300;
}

.btn-primary:hover {
    text-decoration: underline !important;
}


.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-secondary {
    color: #23282c !important;
    background-color: #c8ced3 !important;
    border-color: #c8ced3 !important;
    border-radius: 0.30rem !important;
}

.btn-secondary:hover {
    text-decoration: underline !important;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(175, 181, 186, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #23282c;
    background-color: #c8ced3;
    border-color: #c8ced3;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #23282c;
    background-color: #acb5bc;
    border-color: #a5aeb7;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(175, 181, 186, 0.5);
}


.btn-danger {
    color: #fff !important;
    background-color: #f86c6b !important;
    border-color: #f86c6b !important;
    border-radius: 0.30rem !important;
}

.btn-danger:hover {
    text-decoration: underline !important;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 130, 129, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f63c3a;
    border-color: #f63c3a;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 130, 129, 0.5);
}



.btn-login {
    font-size: 1rem;
    width: inherit;
    height: 36px;
    background-color: var(--red) !important;
    border-color: var(--red) !important;
    border-radius: 0.30rem;
    color: white;
    text-align: center;
}

.btn-login:hover {
    text-decoration: underline;
    cursor: pointer !important;
}

.btn-orange {
    color: #fff;
    background-color: var(--red) !important;
    border-color: var(--red) !important;
    border-radius: 0.30rem;
    cursor: pointer !important;
}

.btn-orange:hover {
    text-decoration: underline !important;
}

.btn-phoenixtable {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    margin: 0px 2px !important;
    border-radius: 0.4em;
}

.btn-primary-inverse {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    font-size: 12px;
    padding-top: 3px;
    border-radius: 0.4em;
}

.btn-primary-inverse:hover {
    color: white !important;
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}

.btn-primary-inverse:focus,
.btn-primary-inverse.focus {
    box-shadow: 0 0 0 0.1rem var(--primary) !important;
}


.pagination-navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0rem;
}

.pagination-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto !important;
}


.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 2px;
    line-height: 1;
    color: var(--primary);
    background-color: #fff;
    border: 0px solid #c8ced3;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0.3em;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0.3em;
}


.home-menu {
    font-weight: light !important;
}

.home-menu:hover {
    z-index: 2;
    text-decoration: underline;
    cursor: pointer !important;
}


.tab-link {
    display: block;
    padding: 0.5rem 0rem;
    margin-right: 20px;
    margin-left: 20px;
    cursor: pointer;
}


.tab-link-selected {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    border-bottom: 0.1em solid;
}


.row-reversable {
    flex-direction: row;
}

.text-left-reversable {
    text-align: left;
}

.text-right-reversable {
    text-align: right;
}

.m-auto {
    margin: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}


.mb-auto {
    margin-bottom: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

/* Language --------------------------------------------------------*/

p:lang(he) {
    font-size: 18px;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.ltr-text {
    direction: ltr;
    unicode-bidi: embed;
}

.rtl-text {
    direction: rtl;
    unicode-bidi: embed;
}


.vertical-display-flex-end:lang(he) {
    /*justify-content: flex-start !important;*/
    flex-direction: row;
}

.vertical-display-flex-start:lang(he) {
    /*justify-content: flex-end !important;*/
    flex-direction: row-reverse;
}

.row-reversable:lang(he) {
    flex-direction: row-reverse;
}

.text-left-reversable:lang(he) {
    text-align: right;
}

.text-right-reversable:lang(he) {
    text-align: left;
}


.col-text-left-reversable:lang(he) {
    text-align: right !important;
}

.col-text-right-reversable:lang(he) {
    text-align: left !important;
}

.breadcrumb-row:lang(he) {
    flex-direction: row-reverse;
}

.dropdown-header:lang(he) {
    font-size: calc(100% + 20%);
}

.dropdown-item:lang(he) {
    text-align: right;
    font-size: calc(100% + 20%);
    flex-direction: column-reverse;
}

.flag-world {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.5em;
    line-height: 1em;
    vertical-align: middle;
}

.flag-icon:lang(he) {
    text-align: right;
    font-size: calc(100% - 20%);
    float: right;
    margin-top: 8px;
    margin-left: 6px;
}

.btn:lang(he) {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: calc(100% + 30%) !important;
    font-weight: 300;
}

h5:lang(he),
h6:lang(he) {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: calc(100% + 30%);
}

.homeTitle:lang(he),
.homeSubTitle:lang(he),
.horizontal-menu:lang(he) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.fa-arrow-right:lang(he) {
    margin-top: 4px;
    transform: rotate(180deg);
}

.homeQuote:lang(he) {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: calc(100% + 30%) !important;
    font-weight: 300;
}