﻿data-session-DataTable /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* Let's get this party started */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #D9D9D9;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #D9D9D910;
    }

@keyframes zoom-in {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }

    25% {
        transform: scale(0.9);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoom-out {
    100% {
        transform: scale(0.1);
        opacity: 0;
    }

    0% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes gelatine {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

@keyframes grow {
    0% {
        opacity: 0;
        transform: rotate(0deg) scaleX(0) scaleY(0);
    }

    70% {
        opacity: 1;
        transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg) scaleX(1) scaleY(1);
    }
}

@keyframes shrink {
    0% {
        opacity: 1;
        transform: rotate(0deg) scaleX(1) scaleY(1);
    }

    100% {
        opacity: 0;
        transform: rotate(0deg) scaleX(0) scaleY(0);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

@keyframes reveal {
    0% {
        transform: translate(0,100%);
    }

    100% {
        transform: translate(0,0);
    }
}

@keyframes scaleY {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes upDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

caption {
    display: none;
}

a.navbar-brand {
    white-space: normal;
    text-align: right;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-item {
    color: white;
    &:hover, &:active

{
    background-color: #3A3A3A;
}

}

.nav-link {
    color: white;
}

.parent {
    display: flex;
}

.logout {
    /* float: right; */
    /* display: block; */
    text-align: right;
    /* margin-right: 15px;*/
    padding-top: 9px;
}

    .logout svg.icon-menu {
        transform: rotate(180deg);
    }

.nav-active {
    color: white;
    background-color: #3A3A3A;
}

/*.nav-item:active {
    color: white;
    background-color: #3A3A3A;
}*/

.btn {
    border: 1px solid #3a3a3a;
}

    .btn:focus-visible, .btn:focus, .btn:active, .btn:hover, btn:first-child:active, .btn, .btn:disabled, :not(.btn-check) + .btn:active {
        background-color: #3A3A3A;
        border-color: #3A3A3A;
        outline: 0;
        box-shadow: none !important;
    }

.btn-primary {
    color: white;
    background-color: #3A3A3A;
    border-radius: 30px;
    &:hover

{
    color: white;
    background-color: #3A3A3A;
}

}

.btn-primary.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: white;
    background-color: #D4D4D4;
    border-color: #1861ac;
}

.btn-new-association {
    width: 175px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: 'Noto Sans'
}

@media (min-width: 768px) {
    html {
        background: #FBFBFB
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    background: #FBFBFB
}

.header {
    background: #FBFBFB;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.sidebar {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 16px;
    dispay: flex;
}

    .sidebar a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 20px;
        color: white;
        display: block;
    }

        .sidebar a:hover {
            color: #3A3A3A;
        }

.moveall,
.removeall {
    border: 1px solid #ccc !important;
    &:hover

{
    background: #efefef;
}

}

// Only included because button labels are not showing

.moveall::after {
    content: attr(title);
}

.removeall::after {
    content: attr(title);
}

// Custom styling form
.form-control option {
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

/* (A) GALLERY WRAPPER */
ul#photos > div, ul#incident > div, #furniturePhotos > div {
    width: 290px;
    height: 340px;
    padding: 0px 33px;
}

ul#photos div img.image, ul#photos div img.blank_image, ul#incident div img.image, ul#incident div img.blank_image, img#preview_thumb,
#furniturePhotos div img.image, #furniturePhotos div img.blank_image {
    padding: 10px !important;
    width: 260px;
    height: 260px;
    transition: transform ease 0.5s;
    border: 0px !important;
    border-radius: 2em !important;
    background: white;
    --bs-table-bg: none;
    box-shadow: 0px 4px 24px 0px #00000007;
    margin: 10px;
    overflow: hidden;
}

img#preview_thumb {
    width: auto;
    height: 300px;
    max-width: 600px;
    max-height: 600px;
}

ul#photos, ul#incident {
    /* (A1) GRID LAYOUT - 3 IMAGES PER ROW */
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    /* (A2) OPTIONAL WIDTH RESTRICT */
    margin: 0 auto;
    padding: 0;
}
    /* (B) GALLERY IMAGES */
    ul#photos img.image, ul#photos img.blank_image, ul#incident img.image, ul#incident img.blank_image, 
    #furniturePhotos img.image, #furniturePhotos img.blank_image {
        /* (B1) DIMENSION */
        width: 100%;
        height: 180px; /* optional */
        padding: 10px;
        /* (B2) COLORS */
        border: 1px solid #ddd;
        background: #fff;
        /* (B3) IMAGE RESIZE */
        /* cover | contain | fill | scale-down */
        object-fit: cover;
    }
/* (C) ON SMALL SCREENS - 2 IMAGES PER ROW */
@media only screen and (max-width: 600px) {
    ul#photos, ul#incident, #furniturePhotos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* (D) OPTIONAL ZOOM ON HOVER */
ul#photos img.image:hover, ul#incident img.image:hover, #furniturePhotos img.image:hover {
    z-index: 9;
    transform: scale(1.1);
    box-shadow: 0px 4px 24px 0px #00000015;
}

/* (E) FULLSCREEN MODE */
ul#photos .div-image-popup,  #furniturePhotos .div-image-popup {
    width: 900px;
    overflow: hidden;
    max-height: 1024px;
}
ul#incident .div-image-popup,
#Email-Request-DataTable .div-image-popup {
    width: 900px;
    max-height: 1024px;
}
ul#photos img.image-full, #furniturePhotos img.image-full {
    min-width: auto; /* Supprimer la largeur minimale fixe */
    max-width: 100%; /* S'assurer que l'image ne dépasse pas son conteneur */
    height: auto; /* Garder les proportions */
    max-height: 80vh; /* Limiter la hauteur pour laisser de la place aux boutons */
}
ul#incident img.image-full,
#Email-Request-DataTable img.image-full {
    border-radius: 2em;
    max-width: 900px;
    max-height: 1024px;
}
    ul#incident img.image-full.hiddenAttachement,
    #Email-Request-DataTable img.image-full.hiddenAttachement {
        display: none;
    }

ul#photos #cellule-image-full, ul#incident #cellule-image-full, #furniturePhotos #cellule-image-full,
#Email-Request-DataTable #cellule-image-full {
    position: fixed; /* Utiliser 'fixed' pour un positionnement par rapport à la fenêtre */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex; /* Utiliser flexbox pour le centrage */
    align-items: center;
    justify-content: center;
    padding: 1rem; /* Ajouter un peu d'espace */
    box-sizing: border-box; /* Inclure le padding dans les dimensions */
}
#Email-Request-DataTable #cellule-image-full {
    top: -20%;
    left: 2%;
}
#furniturePhotos #cellule-image-full {
    left: 25%;
    top: 5%;
}

/*ul#photos #cellule-image-full.cellule-popup-image-task,
ul#incident #cellule-image-full.cellule-popup-image-task,
#Email-Request-DataTable #cellule-image-full.cellule-popup-image-task {
    width: auto;
    max-width: 90%;
    max-height: 90vh;
    overflow: auto;
}*/

#cellule-image-full.full {
    animation: zoom-in .3s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) 1;
}

#cellule-image-full.retracted {
    transform: scale(0.1);
    opacity: 0;
    animation: zoom-out .3s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) 1;
}

ul#photos #cellule-image-full .content-popup-group-image,
ul#incident #cellule-image-full .content-popup-group-image,
#furniturePhotos #cellule-image-full .content-popup-group-image{
    padding: 1em;
    font-size: 14px;
    text-align: left;
    max-width: 870px;
}
#Email-Request-DataTable #cellule-image-full .content-popup-group-image {
    padding: 1em;
    font-size: 14px;
    text-align: left;
}

    ul#photos #cellule-image-full .content-popup-group-image .popup-image-title,
    ul#incident #cellule-image-full .content-popup-group-image .popup-image-title,
    #furniturePhotos #cellule-image-full .content-popup-group-image .popup-image-title,
    #Email-Request-DataTable #cellule-image-full .content-popup-group-image .popup-image-title {
        font-size: 18px;
    }

ul#photos #cellule-image-full .icon-close-popup,
ul#incident #cellule-image-full .icon-close-popup,
#furniturePhotos #cellule-image-full .icon-close-popup,
#Email-Request-DataTable #cellule-image-full .icon-close-popup {
    cursor: pointer;
}

ul#photos #cellule-image-full .bloc-bouton-image,
ul#incident #cellule-image-full .bloc-bouton-image,
#furniturePhotos #cellule-image-full .bloc-bouton-image,
#Email-Request-DataTable #cellule-image-full .bloc-bouton-image {
    padding: 15px;
}

    ul#photos #cellule-image-full .bloc-bouton-image i,
    ul#incident #cellule-image-full .bloc-bouton-image i,
    #furniturePhotos #cellule-image-full .bloc-bouton-image i,
    #Email-Request-DataTable #cellule-image-full .bloc-bouton-image i {
        font-size: 18px;
    }

ul#photos img.image-full.full:hover,
ul#incident img.image-full.full:hover,
#furniturePhotos img.image-full.full:hover,
#Email-Request-DataTable img.image-full.full:hover {
    z-index: 999;
    transform: none;
}

ul#photos .cellule-image,
ul#incident .cellule-image,
#Email-Request-DataTable .cellule-image {
    margin: 10px 0;
}

ul#photos div.image-title, ul#photos div.div-image-title,
ul#incident div.image-title, ul#incident div.div-image-title,
#furniturePhotos div.image-title, #furniturePhotos div.div-image-title,
#Email-Request-DataTable div.image-title, #Email-Request-DataTable div.div-image-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*padding: 0 2em;*/
    transition: 0.3s;
}

ul#photos div.div-icon-title,
ul#incident div.div-icon-title,
#furniturePhotos div.div-icon-title,
#Email-Request-DataTable div.div-icon-title {
    padding: 0 1em;
}

ul#photos .unwrap,
ul#incident .unwrap,
#furniturePhotos .unwrap,
#Email-Request-DataTable .unwrap {
    text-overflow: initial !important;
    white-space: initial !important;
}

#iframe-photo {
    margin-left: -4em;
    width: 100%;
}
/*menu layout form */

.menu {
    position: relative;
    /*width: auto;*/
    overflow: hidden;
}

    .menu div.parent.bg-dark {
        border-radius: 0 30px 30px 0 !important;
        display: block;
    }

        .menu div.parent.bg-dark nav {
            margin: 15px 0px;
            padding: 10px;
            /* height: 640px; */
        }

            .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column {
            }

                .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item {
                    border-radius: 15px;
                    margin: 5px 0;
                }

                .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li#nav-subitem-li-task {
                    cursor: pointer;
                }

                .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item i.bi,
                .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item svg.icon-menu,
                .form-label i.bi, .form-label svg.icon-menu {
                    margin-right: 20px;
                    font-size: 20px;
                }

                .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item a.nav-link svg.bi.me-2 {
                    float: left;
                    width: 16px;
                    height: 16px;
                }

                .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item a.nav-link svg.icon-menu,
                .logout svg.icon-menu, .form-label i.bi, .form-label svg.icon-menu {
                    width: 24px;
                    height: 24px;
                }

                .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item a.nav-link {
                    padding: 20px 0px;
                    font-size: 14px;
                    &:hover

{
    color: white;
}

}

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item #submenu-task {
    animation: scaleY .3s;
    & li.nav-subitem.nav-active

{
    font-weight: 900;
}

}

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item a.nav-link:hover {
    color: white;
}

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item a.nav-link:focus {
    color: white;
}

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item a.nav-link .nav-div-text {
    display: none;
}

.menu div.parent.bg-dark .logout a#login-button {
    margin-right: 20px;
}

@media only screen and (max-width: 1625px) {
    .menu {
        position: relative;
        /*width: auto;*/
        overflow: auto;
    }

        .menu div.parent.bg-dark {
            border-radius: 0 30px 30px 0 !important;
            display: block;
            width: 85px !important;
        }

            .menu div.parent.bg-dark nav {
                margin: 15px 9px;
                padding: 0px;
            }

                .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column {
                }

                    .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item {
                        border-radius: 15px;
                        margin: 10px 0;
                        &:nth-child(1) a.nav-link .nav-div-text

{
    top: 25px;
}

&:nth-child(2) a.nav-link .nav-div-text {
    top: 99.5px;
}

&:nth-child(3) a.nav-link .nav-div-text {
    top: 174px;
}

&:nth-child(4) a.nav-link .nav-div-text {
    top: 248.5px;
}

&:nth-child(5) a.nav-link .nav-div-text {
    top: 323px;
}

&:nth-child(6) a.nav-link .nav-div-text {
    top: 397.5px;
}

&:hover #submenu-task {
    top: 472px;
}

&:nth-child(8) a.nav-link .nav-div-text {
    top: 546.5px;
}

&:nth-child(9) a.nav-link .nav-div-text {
    top: 621px;
}

}

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item #submenu-task {
    display: none;
}

    .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item #submenu-task svg {
        display: none;
    }

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item i.bi,
.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item svg.icon-menu,
.form-label i.bi, .form-label svg.icon-menu {
    margin-right: 0px;
    font-size: 20px;
}

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item a.nav-link {
    padding: 15px 0px;
    font-size: 14px;
    &:hover

{
    color: white;
}

}

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item:hover #submenu-task,
.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item:hover a.nav-link .nav-div-text {
    display: block;
    width: 200px;
    font-size: 14px;
    background-color: #3A3A3A;
    position: absolute;
    left: 65%;
    padding: 17px 40px 17px 15px;
    border-radius: 15px;
}

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item a.nav-link:focus {
    color: white;
}

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item a.nav-link .nav-text,
.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item a.nav-link .nav-div-text {
    display: none;
}

.menu div.parent.bg-dark .logout a#login-button {
    margin-right: 20px;
}

}

@media only screen and (max-height: 1130px) {
    .menu div.parent.bg-dark {
        position: relative !important;
        width: 260px;
    }

        .menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item {
            border-radius: 15px;
            margin: 10px 0;
            &:nth-child(1) a.nav-link .nav-div-text

{ /* home */
    top: 10px;
}

&:nth-child(2) a.nav-link .nav-div-text { /*user*/
    top: 85px;
}

&:nth-child(3) a.nav-link .nav-div-text { /*merch*/
    top: 159px;
}

&:nth-child(4) a.nav-link .nav-div-text { /*country*/
    top: 234px;
}

&:nth-child(5) a.nav-link .nav-div-text { /*pos*/
    top: 308px;
}

&:nth-child(6) a.nav-link .nav-div-text { /*furniture*/
    top: 383px;
}

&:hover #submenu-task { /*task*/
    top: 456px;
}

&:nth-child(8) a.nav-link .nav-div-text { /*inquiry*/
    top: 532px;
}

&:nth-child(9) a.nav-link .nav-div-text { /*setting*/
    top: 606px;
}
&:nth-child(10) a.nav-link .nav-div-text { /*setting*/
    top: 680.6px;
}
}

.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item:hover #submenu-task,
.menu div.parent.bg-dark nav ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item:hover a.nav-link .nav-div-text {
    width: 185px;
}

}

/*Header nav bar
 -------------------------------------------------- */
header nav.navbar .container-fluid .navbar-collapse ul.nav a.link-dark {
    padding: 5px;
}

header nav.navbar {
    box-shadow: none;
    border: none !important;
}

    header nav.navbar .navbar-collapse {
        margin-right: 5em;
    }




/*Table and component
 -------------------------------------------------- */
/* reset tableau*/
table#usersDataTable, table#countriesDataTable,
table#zonesDataTable, table#posDataTable, table#furnitureDataTable,
table#AvailableStoresDataTable,
table#duratransDataTable, table#masterTasksDataTable, table#translation-DataTable,
table#tasksDataTable, table#inquiryDataTable, table#historicDataTable,
table#data-session-DataTable, table#log-DataTable, table#usercomment-DataTable, table#config-DataTable,
table#clear-task-DataTable, .RdataTB {
    border: none;
    --bs-table-bg: none;
}

div#cellule-table-AvailableStores table#AvailableStoresDataTable {
    border: none;
    border-style: none;
    --bs-table-bg: none;
    border-radius: 2em !important;
    padding: 10px 20px !important;
}

div #cellule, #cellule-popup, #cellule-image-full, div#cellule-table-duratrans, .StoreFurniture #cellule-table-furniture, div#cellule-table-document,
div#cellule-table-import, #SEARCH____X, #SEARCH__log__X, input[type="text"], input[type="numeric"], input[type="email"], input[type="number"],
input[type="date"], input[type="password"], input[type="file"], select, .cf-select, .cf-select__items, .cellule-image, .vscomp-wrapper, .pop-comp-wrapper, .vscomp-option {
    border: 0px !important;
    border-radius: 2em !important;
    background: white;
    --bs-table-bg: none;
    box-shadow: 0px 4px 24px 0px #00000015 !important;
    padding: 10px 20px !important;
}

div#cellule-table-AvailableStores {
    padding: 20px !important;
}

.cf-select--multiple .cf-select__box--multiple {
    border: 0px !important;
    --bs-table-bg: none;
    padding: 10px 20px !important;
}

input[type="text"]:read-only, input[type="email"]:read-only, input[type="number"]:read-only,
input[type="date"]:read-only {
    background-color: #e9ecef;
    color: #777;
    cursor: not-allowed;
}

div#cellule table#usersDataTable tbody tr, div#cellule table#countriesDataTable tbody tr, div#cellule table#ZonecountriesDataTable tbody tr,
div#cellule table#zonesDataTable tbody tr, div#cellule table#posDataTable tbody tr,
div#cellule-table-duratrans table#duratransDataTable tbody tr, div#cellule table#tasksDataTable tbody tr,
div#cellule table#masterTasksDataTable tbody tr, div#cellule table#inquiryDataTable tbody tr,
div#cellule table#historicDataTable tbody tr, div#cellule-table-document table#documentDataTable tbody tr,
div#cellule-table-import table#importDataTable tbody tr, div#cellule-table-furniture table#furnitureDataTable tbody tr,
div#cellule table#data-session-DataTable tbody tr, div#cellule table#log-DataTable tbody tr,
div#cellule table#usercomment-DataTable tbody tr, div#cellule table#translation-DataTable tbody tr,
div#cellule table#config-DataTable tbody tr, div#cellule table#config-DataTable tbody tr,
div#cellule table#clear-task-DataTable tbody tr, .RdataTB tbody tr {
    transition: 0.3s;
    &:hover

{
    background-color: #3a3a3a10
}

}

div#cellule table#usersDataTable td, div#cellule table#countriesDataTable td, div#cellule table#ZonecountriesDataTable td,
div#cellule table#zonesDataTable td, div#cellule table#posDataTable td, div#cellule table#furnitureDataTable td, div#cellule-table-furniture table#furnitureDataTable td,
div#cellule-table-duratrans table#duratransDataTable td, div#cellule table#tasksDataTable td,
div#cellule table#masterTasksDataTable td, div#cellule table#inquiryDataTable td,
div#cellule table#historicDataTable td, div#cellule-table-document table#documentDataTable td,
div#cellule-table-import table#importDataTable td, div#cellule table#data-session-DataTable td,
div#cellule table#log-DataTable td, div#cellule table#usercomment-DataTable td,
div#cellule-table-AvailableStores table#AvailableStoresDataTable td, div#cellule table#translation-DataTable td,
div#cellule table#config-DataTable td,
div#cellule table#clear-task-DataTable td, .RdataTB td {
    font-size: 14px;
}

div#cellule table#usersDataTable td, div#cellule table#usersDataTable th,
div#cellule table#countriesDataTable td, div#cellule table#countriesDataTable th,
div#cellule table#ZonecountriesDataTable td, div#cellule table#ZonecountriesDataTable th,
div#cellule table#zonesDataTable td, div#cellule table#zonesDataTable th,
div#cellule table#posDataTable td, div#cellule table#posDataTable th,
div#cellule-table-duratrans table#duratransDataTable td, div#cellule-table-duratrans table#duratransDataTable th,
div#cellule table#tasksDataTable td, div#cellule table#tasksDataTable th,
div#cellule table#furnitureDataTable td, div#cellule table#furnitureDataTable th,
div#cellule-table-furniture table#furnitureDataTable td, div#cellule-table-furniture table#furnitureDataTable th,
div#cellule table#masterTasksDataTable td, div#cellule table#masterTasksDataTable th,
div#cellule table#inquiryDataTable td, div#cellule table#inquiryDataTable th,
div#cellule table#historicDataTable td, div#cellule table#historicDataTable th,
div#cellule-table-document table#documentDataTable td, div#cellule-table-document table#documentDataTable th,
div#cellule-table-import table#importDataTable td, div#cellule-table-import table#importDataTable th,
div#cellule table#data-session-DataTable td, div#cellule table#data-session-DataTable th,
div#cellule table#log-DataTable td, div#cellule table#log-DataTable th,
div#cellule table#translation-DataTable td, div#cellule table#translation-DataTable th,
div#cellule table#usercomment-DataTable td, div#cellule table#usercomment-DataTable th,
div#cellule table#clear-task-DataTable td, div#cellule table#clear-task-DataTable th,
div#cellule table#config-DataTable td, div#cellule table#config-DataTable th,
div#cellule-table-AvailableStores table#AvailableStoresDataTable td, div#cellule-table-AvailableStores table#AvailableStoresDataTable th,
.RdataTB td, .RdataTB th {
    border: none;
}

    .form-check.form-switch input[type="checkbox"],
    div#cellule table#usersDataTable td input.form-check-input,
    div#cellule table#countriesDataTable td input.form-check-input,
    div#cellule table#ZonecountriesDataTable td input.form-check-input,
    div#cellule table#zonesDataTable td input.form-check-input,
    div#cellule table#posDataTable td input.form-check-input,
    div#cellule-table-duratrans table#duratransDataTable td input.form-check-input,
    div#cellule table#tasksDataTable td input.form-check-input,
    div#cellule table#masterTasksDataTable td input.form-check-input,
    div#cellule table#inquiryDataTable td input.form-check-input,
    div#cellule table#historicDataTable td input.form-check-input,
    div#cellule-table-document table#documentDataTable td input.form-check-input,
    div#cellule-table-import table#importDataTable td input.form-check-input,
    div#cellule-table-import table#data-session-DataTable td input.form-check-input,
    div#cellule table#log-DataTable td input.form-check-input,
    div#cellule table#translation-DataTable td input.form-check-input,
    div#cellule table#translation-DataTable td input.form-check-input,
    div#cellule table#clear-task-DataTable td input.form-check-input,
    div#cellule table#config-DataTable td input.form-check-input,
    div#cellule-table-AvailableStores table#AvailableStoresDataTable td input.form-check-input,
    .RdataTB td input.form-check-input {
        background-color: #D4D4D4;
        border-color: #D4D4D4;
        padding: 10px;
        width: 40px !important;
        margin-left: -4em !important;
    }

.form-check.form-switch input[type="checkbox"] {
    margin-left: 0 !important;
}

    .form-check.form-switch input[type="checkbox"]:checked,
    div#cellule table#usersDataTable td input.form-check-input:checked,
    div#cellule table#countriesDataTable td input.form-check-input:checked,
    div#cellule table#ZonecountriesDataTable td input.form-check-input:checked,
    div#cellule table#zonesDataTable td input.form-check-input:checked,
    div#cellule table#posDataTable td input.form-check-input:checked,
    div#cellule-table-duratrans table#duratransDataTable td input.form-check-input:checked,
    div#cellule table#tasksDataTable td input.form-check-input:checked,
    div#cellule table#masterTasksDataTable td input.form-check-input:checked,
    div#cellule table#inquiryDataTable td input.form-check-input:checked,
    div#cellule table#historicDataTable td input.form-check-input:checked,
    div#cellule-table-document table#documentDataTable td input.form-check-input:checked,
    div#cellule-table-import table#importDataTable td input.form-check-input:checked,
    div#cellule-table-import table#data-session-DataTable td input.form-check-input:checked,
    div#cellule table#log-DataTable td input.form-check-input:checked,
    div#cellule table#translation-DataTable td input.form-check-input:checked,
    div#cellule table#translation-DataTable td input.form-check-input:checked,
    div#cellule table#clear-task-DataTable td input.form-check-input:checked,
    div#cellule table#config-DataTable td input.form-check-input:checked,
    div#cellule-table-import table#AvailableStoresDataTable td input.form-check-input:checked,
    .RdataTB td input.form-check-input:checked {
        background-color: #232323;
        opacity: 1;
    }

div#cellule table#usersDataTable td i.bi, div#cellule table#countriesDataTable td i.bi,
div#cellule table#ZonecountriesDataTable td i.bi, div#cellule table#zonesDataTable td i.bi,
div#cellule table#posDataTable td i.bi, div#cellule table#duratransDataTable td i.bi,
div#cellule-table-duratrans table#duratransDataTable td i.bi, div#cellule table#furnitureDataTable td i.bi,
div#cellule-table-furniture table#furnitureDataTable td i.bi, div#cellule table#tasksDataTable td i.bi,
div#cellule table#masterTasksDataTable td i.bi, div#cellule table#inquiryDataTable td i.bi,
div#cellule table#historicDataTable td i.bi, div#cellule-table-document table#documentDataTable td i.bi,
div#cellule-table-import table#documentDataTable td i.bi, div#cellule-table-import table#data-session-DataTable td i.bi,
div#cellule table#log-DataTable td i.bi, div#cellule-table-import table#usercomment-DataTable td i.bi,
div#cellule-table-import table#AvailableStoresDataTable td i.bi, div#cellule table#translation-DataTable td i.bi,
div#cellule table#clear-task-DataTable td i.bi,
div#cellule table#config-DataTable td i.bi,
.RdataTB td i.bi {
    font-size: 20px;
    color: #292d32;
}

div#cellule-table-duratrans table#duratransDataTable td i.bi,
div#cellule table#duratransDataTable td i.bi {
    font-size: 16px;
    font-weight: bold;
}

div#cellule-table-duratrans table#duratransDataTable td span a:first-child i.bi,
div#cellule table#duratransDataTable td span a:first-child i.bi {
    margin-right: 10px;
}

.salePoint-flex {
    margin-left: 4%;
}

.ul-btn-move {
    padding: 25px;
    align-items: center;
}

    .ul-btn-move .li-btn-move {
        margin: 30px 0;
    }

td._row {
    line-height: 40px;
}

    td._row img#add-new-association:hover {
        color: #4BAE4F;
    }

/* style table sort */
.pagination a {
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 12px;
}

    /* Style the active/current link */
    .pagination a.active {
        background-color: dodgerblue;
        color: white;
    }

.tablesorter-header-filter::after {
    content: '';
    display: inline-flex;
    background-image: url('/icon/Vector.svg');
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.tablesorter-header-asc::after {
    content: '';
    display: inline-flex;
    background-image: url('/icon/arrow-solid.svg');
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    transition: transform ease 0.5s;
}

.tablesorter-header-desc::after {
    content: '';
    display: inline-flex;
    background-image: url('/icon/arrow-solid.svg');
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    transform: rotate(180deg);
    transition: transform ease 0.5s;
}
/* icon task manager */
.text-axis {
    display: inline-block;
    width: 70px;
    position: relative;
    top: -10px;
}

.icon-axis-fragrance, .icon-axis-skincare,
.icon-axis-makeup, .icon-axis-hair {
    margin-right: 10px;
    position: relative;
    top: -5px;
}

    .icon-axis-fragrance::after, .icon-axis-skincare::after,
    .icon-axis-makeup::after, .icon-axis-hair::after {
        content: '';
        display: inline-flex;
        background-size: 36px;
        background-repeat: no-repeat;
        height: 24px;
        width: 30px;
        background-position: right center;
    }

    .icon-axis-fragrance::after {
        background-image: url('/icon/Icone_Parfum.svg');
    }

    .icon-axis-skincare::after {
        background-image: url('/icon/Icone_Soin.svg');
    }

    .icon-axis-makeup::after {
        background-image: url('/icon/Icone_Makeup.svg');
    }

    .icon-axis-hair::after {
        background-image: url('/icon/Icone_HR.svg');
    }

.icon-image-download::after {
    content: '';
    display: inline-flex;
    background-image: url('/icon/donwload.svg');
    background-size: cover;
    height: 24px;
    width: 24px;
    background-position: center;
}

/*statut task manager*/
/*bleu*/
.text-statut-new,
.text-statut-sheduled {
    color: #007Bff;
}
/*rouge*/
.text-statut-refused,
.text-statut-late,
.hasError {
    color: #dc3545;
}
/*vert*/
.text-statut-validated,
.text-statut-assigned {
    color: #28A745;
}
/*jaune*/
.text-statut-Pending,
.text-statut-draft {
    color: #ffc107;
}
/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {
    background-color: #ddd;
}


.pagination a.table-pagination {
    cursor: auto;
    font-size: 14px;
}

    .pagination a.table-pagination:hover:not(.active) {
        background-color: white
    }

div#bloc-pagination {
    justify-content: center;
    display: flex;
}
/* Menu onglet in content
 -------------------------------------------------- */
.cellule-submenu-back {
    margin: 15px 0;
}

    .cellule-submenu-back span.h3-submenu {
        font-size: 14px;
        font-weight: bold;
        margin-left: 10px;
    }

.col-3 > label {
    line-height: 35px;
}

.col-3 > .form-check.form-switch {
    position: relative;
    top: 5px;
}

label.form-label, label.form-check-label {
    float: left;
    margin-right: 30px;
    font-weight: 500;
}

.label {
    display: flex;
    float: left;
}

div#cellule #furnitureDataTable .form-check.form-switch {
    padding-left: 0;
}

div#cellule #furnitureDataTable .justify-content-center {
    text-align: center;
}

div#tabs-general .row .form-check.form-switch {
    margin: 5px;
    padding: 10px;
}

.col.sous-titre {
    padding: 10px;
}

div#cellule.store-contact-cellule,
div#cellule.store-type-cellule,
div#cellule.store-layout-cellule,
div#cellule.store-forminfo-cellule,
div#cellule.store-historic-cellule,
div#cellule.store-pos-cellule,
div#cellule.store-country-cellule,
div#cellule.filter-photo-cellule,
div#cellule.data-session-cellule,
div#cellule.log-cellule,
div#cellule.translation-cellule,
div#cellule.clear-task-cellule,
div#cellule.usercomment-cellule,
div#cellule.widget-cellule {
    padding: 20px 30px 20px 30px !important;
}

    div#cellule.store-contact-cellule input[type="text"], div#cellule.store-contact-cellule input[type="email"], div#cellule.store-contact-cellule input[type="number"],
    div#cellule.store-contact-cellule input[type="date"], div#cellule.store-contact-cellule input[type="password"], div#cellule.store-contact-cellule input[type="file"],
    div#cellule.store-contact-cellule select, div#cellule.store-contact-cellule .cf-select,
    div #cellule.store-type-cellule input[type="text"], div#cellule.store-type-cellule input[type="email"], div#cellule.store-type-cellule input[type="number"],
    div#cellule.store-type-cellule input[type="date"], div#cellule.store-type-cellule input[type="password"], div#cellule.store-type-cellule input[type="file"],
    div#cellule.store-type-cellule select,
    div #cellule.data-session-cellule input[type="text"], div#cellule.data-session-cellule input[type="email"], div#cellule.data-session-cellule input[type="number"],
    div#cellule.data-session-cellule input[type="date"], div#cellule.data-session-cellule input[type="password"], div#cellule.data-session-cellule input[type="file"],
    div#cellule.data-session-cellule select,
    div #cellule.log-cellule input[type="text"], div#cellule.log-cellule input[type="email"], div#cellule.log-cellule input[type="number"],
    div#cellule.log-cellule input[type="date"], div#cellule.log-cellule input[type="password"], div#cellule.log-cellule input[type="file"],
    div#cellule.log-cellule select,
    div #cellule.translation-cellule input[type="text"], div#cellule.translation-cellule input[type="email"], div#cellule.translation-cellule input[type="number"],
    div#cellule.translation-cellule input[type="date"], div#cellule.translation-cellule input[type="password"], div#cellule.translation-cellule input[type="file"],
    div#cellule.translation-cellule select,
    div #cellule.clear-task-cellule input[type="text"], div#cellule.clear-task-cellule input[type="email"], div#cellule.clear-task-cellule input[type="number"],
    div#cellule.clear-task-cellule input[type="date"], div#cellule.clear-task-cellule input[type="password"], div#cellule.clear-task-cellule input[type="file"],
    div#cellule.clear-task-cellule select,
    div #cellule.store-layout-cellule input[type="text"], div#cellule.store-layout-cellule input[type="email"], div#cellule.store-layout-cellule input[type="number"],
    div#cellule.store-layout-cellule input[type="date"], div#cellule.store-layout-cellule input[type="password"], div#cellule.store-layout-cellule input[type="file"],
    div#cellule.store-layout-cellule select,
    div #cellule.store-forminfo-cellule input[type="text"], div#cellule.store-forminfo-cellule input[type="email"], div#cellule.store-forminfo-cellule input[type="number"],
    div#cellule.store-forminfo-cellule input[type="date"], div#cellule.store-forminfo-cellule input[type="password"], div#cellule.store-forminfo-cellule input[type="file"],
    div#cellule.store-forminfo-cellule select,
    div #cellule.store-historic-cellule input[type="text"], div#cellule.store-historic-cellule input[type="email"], div#cellule.store-historic-cellule input[type="number"],
    div#cellule.store-historic-cellule input[type="date"], div#cellule.store-historic-cellule input[type="password"], div#cellule.store-historic-cellule input[type="file"],
    div#cellule.store-historic-cellule select,
    div #cellule.store-pos-cellule input[type="text"], div#cellule.store-pos-cellule input[type="email"], div#cellule.store-pos-cellule input[type="number"],
    div#cellule.store-pos-cellule input[type="date"], div#cellule.store-pos-cellule input[type="password"], div#cellule.store-pos-cellule input[type="file"],
    div#cellule.store-pos-cellule select,
    div #cellule.store-country-cellule input[type="text"], div#cellule.store-country-cellule input[type="email"], div#cellule.store-country-cellule input[type="number"],
    div#cellule.store-country-cellule input[type="date"], div#cellule.store-country-cellule input[type="password"], div#cellule.store-country-cellule input[type="file"],
    div#cellule.store-country-cellule select,
    div#cellule.filter-photo-cellule input[type="text"], div#cellule.filter-photo-cellule input[type="email"], div#cellule.filter-photo-cellule input[type="number"],
    div#cellule.filter-photo-cellule input[type="date"], div#cellule.filter-photo-cellule input[type="password"], div#cellule.filter-photo-cellule input[type="file"],
    div#cellule.filter-photo-cellule select, div#cellule.filter-photo-cellule .cf-select,
    div#cellule.usercomment-cellule input[type="text"], div#cellule.usercomment-cellule input[type="email"], div#cellule.usercomment-cellule input[type="number"],
    div#cellule.usercomment-cellule input[type="date"], div#cellule.usercomment-cellule input[type="password"], div#cellule.usercomment-cellule input[type="file"],
    div#cellule.usercomment-cellule select, div#cellule.usercomment-cellule .cf-select,
    div#cellule.widget-cellule input[type="text"], div#cellule.widget-cellule input[type="email"], div#cellule.widget-cellule input[type="number"],
    div#cellule.widget-cellule input[type="date"], div#cellule.widget-cellule input[type="password"], div#cellule.widget-cellule input[type="file"],
    div#cellule.widget-cellule select, div#cellule.widget-cellule .cf-select {
        box-shadow: 5px 5px 20px 0px #00000010 !important;
    }

.svg-arrow-store-contact,
.svg-arrow-store-type,
.svg-arrow-store-layout,
.svg-arrow-store-forminfo,
.svg-arrow-store-historic,
.svg-arrow-store-pos,
.svg-arrow-store-country,
.svg-arrow-data-session,
.svg-arrow-log,
.svg-arrow-translation,
.svg-arrow-clear-task,
.svg-arrow-usercomment,
.svg-arrow-clear-store-photo,
.svg-arrow-store-pos-request,
.svg-arrow-config,
.svg-arrow-dev-password,
.svg-arrow-Email-Request {
    position: relative;
    transform: rotate(270deg);
}

.svg-arrow-store-contact-active,
.svg-arrow-store-type-active,
.svg-arrow-store-layout-active,
.svg-arrow-store-forminfo-active,
.svg-arrow-store-historic-active,
.svg-arrow-store-pos-active,
.svg-arrow-store-country-active,
.svg-arrow-data-session-active,
.svg-arrow-log-active,
.svg-arrow-translation-active,
.svg-arrow-clear-task-active,
.svg-arrow-usercomment-active,
.svg-arrow-clear-store-photo-active,
.svg-arrow-store-pos-request-active,
.svg-arrow-config-active,
.svg-arrow-dev-password-active,
.svg-arrow-Email-Request-active {
    transform: rotate(180deg);
}

.col.sous-titre + .col-svg svg {
    transition: all .3s ease-in-out;
    top: 5px;
    position: relative;
}

div#store-contact-content,
div#store-type-content,
div#store-layout-content,
div#store-forminfo-content,
div#store-historic-content,
div#store-pos-content,
div#store-country-content,
div#data-session-content,
div#log-content,
div#translation-content,
div#clear-task-content,
div#usercomment-content,
div#clear-store-photo-content,
div#store-pos-request-content,
div#config-content,
div#dev-password-content,
div#Email-Request-content {
    display: block;
    &.active
    {
        display: none;
        animation: fadeOut .5s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) 1;
    }

    &.desactive {
        display: block;
        animation: fade .5s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) 1;
    }

}

.col-svg {
    flex: 0 0 auto;
    width: 5.333333%;
}

a.link-dark {
    color: black;
    text-decoration: none;
}

div#tabs {
    border: none;
    background: transparent;
}

    div#tabs ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
        background: transparent;
        border: none;
    }

    div#tabs ul.ui-tabs-nav li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
        background-color: transparent;
        color: black;
        font-weight: bold;
        font-size: 14px;
        border: none;
        margin-right: 15px;
    }

        div#tabs ul.ui-tabs-nav li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
            border-bottom: 3px #222 solid;
        }

    div#tabs ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
        color: black;
        padding: 0;
    }

@keyframes animtab {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    50% {
        opacity: 0.5;
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#tab-SSC::after,
#tab-SMU::after,
#tab-SFR::after,
#tab-HHC::after,
#tab-NSC::after {
    display: inline-block;
    animation: animtab 0.2s ease-out;
}

div#tabs ul.ui-tabs-nav #tab-SSC a {
    color: #cbad6e;
}

div#tabs ul.ui-tabs-nav #tab-SSC.ui-tabs-active.ui-state-active {
    border-bottom-color: #cbad6e;
}

div#tabs ul.ui-tabs-nav #tab-SSC:hover {
    border-bottom: 3px #cbad6e solid;
}

    div#tabs ul.ui-tabs-nav #tab-SSC:hover::after {
        content: '';
        display: inline-flex;
        position: absolute;
        top: 150%;
        left: 50%;
        margin-left: -33px;
        width: 66px;
        height: 16px;
        background-image: url('/img/Logo-Sisley.svg');
        background-size: 66px 16px;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }

div#tabs ul.ui-tabs-nav #tab-SMU a {
    color: #883537;
}

div#tabs ul.ui-tabs-nav #tab-SMU.ui-tabs-active.ui-state-active {
    border-bottom-color: #883537;
}

div#tabs ul.ui-tabs-nav #tab-SMU:hover {
    border-bottom: 3px #883537 solid;
}

    div#tabs ul.ui-tabs-nav #tab-SMU:hover::after {
        content: '';
        display: inline-flex;
        position: absolute;
        top: 150%;
        left: 50%;
        margin-left: -33px;
        width: 66px;
        height: 16px;
        background-image: url('/img/Logo-Sisley.svg');
        background-size: 66px 16px;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }

div#tabs ul.ui-tabs-nav #tab-SFR a {
    color: #523285;
}

div#tabs ul.ui-tabs-nav #tab-SFR.ui-tabs-active.ui-state-active {
    border-bottom-color: #523285;
}

div#tabs ul.ui-tabs-nav #tab-SFR:hover {
    border-bottom: 3px #523285 solid;
}

    div#tabs ul.ui-tabs-nav #tab-SFR:hover::after {
        content: '';
        display: inline-flex;
        position: absolute;
        top: 150%;
        left: 50%;
        margin-left: -33px;
        width: 66px;
        height: 16px;
        background-image: url('/img/Logo-Sisley.svg');
        background-size: 66px 16px;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }

div#tabs ul.ui-tabs-nav #tab-HHC a {
    color: #4e75ff;
}

div#tabs ul.ui-tabs-nav #tab-HHC.ui-tabs-active.ui-state-active {
    border-bottom-color: #4e75ff;
}

div#tabs ul.ui-tabs-nav #tab-HHC:hover {
    border-bottom: 3px #4e75ff solid;
}

    div#tabs ul.ui-tabs-nav #tab-HHC:hover::after {
        content: '';
        display: inline-flex;
        position: absolute;
        top: 122%;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        height: 47px;
        background-image: url('/img/hair_rituel.png');
        background-size: 100px 47px;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }

div#tabs ul.ui-tabs-nav #tab-NSC a {
    color: #8CAF68;
}

div#tabs ul.ui-tabs-nav #tab-NSC.ui-tabs-active.ui-state-active {
    border-bottom-color: #8CAF68;
}

div#tabs ul.ui-tabs-nav #tab-NSC:hover {
    border-bottom: 3px #8CAF68 solid;
}

    div#tabs ul.ui-tabs-nav #tab-NSC:hover::after {
        content: '';
        display: inline-flex;
        position: absolute;
        top: 125%;
        left: 50%;
        margin-left: -33px;
        width: 66px;
        height: 16px;
        background-image: url('/img/neurae.svg');
        background-size: 66px 16px;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }

/* Menu onglet in content
 -------------------------------------------------- */
div#maskContentpopup, div#maskContentpopupsec {
    z-index: 501;
    background: #000;
    opacity: 0.8;
    overflow: auto;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
}

div#maskContentpopupsec {
    z-index: 9999;
}
/* Positionnez la forme Popup */
.login-popup {
    position: relative;
    text-align: center;
    width: 100%;
}
/* Masquez la forme Popup */
#cellule-popup {
    position: fixed;
    z-index: 10050;
    left: 50%;
    top: 50%; /* Changement pour centrer verticalement */
    transform: translate(-50%, -50%); /* Centrage parfait */
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    width: 90%; /* Largeur relative */
    max-width: 500px; /* Limite pour les grands écrans */
}

    #cellule-popup .form-popup {
        background: white;
        border-radius: 2em;
        box-shadow: 0px 4px 24px 0px #00000015;
        padding: 10px 20px;
        max-height: 85vh; /* Hauteur maximale relative à la vue */
        overflow-y: auto; /* Ajout du défilement si le contenu dépasse */
    }

    #cellule-popup.popup-anim .form-popup {
        animation: gelatine .3s linear 1;
    }

#cellule-popup-new-image {
}

/* Styles pour le conteneur de forme */
.form-container {
    max-width: 300px;
    padding: 20px;
    background-color: #fff;
}

.content-popup-group {
    padding: 2em 4em;
    font-size: 14px;
    text-align: center;
    display: block;
}
/* Largeur complète pour les champs de saisie */
.form-container input[type="text"],
.form-container input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 22px 0;
    border: none;
    background: #eee;
}
    /*Quand les entrées sont concentrées, faites quelque chose */
    .form-container input[type="text"]:focus,
    .form-container input[type="password"]:focus {
        background-color: #ddd;
        outline: none;
    }
/* Stylez le bouton de connexion*/
.form-container .btn {
    background-color: #8ebf42;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}
/* Stylez le bouton pour annuler */
.form-container .cancel {
    background-color: #cc0000;
}


button#btn-popup-positif, button#btn-popup-negatif {
    border: none;
    width: 85px;
    margin: 0 4em;
    &:active
    {
        background-color: #3A3A3A;
    }
}

.row.bloc-bouton {
    display: block;
    padding: 15px;
}

h2.popup-titre {
    padding: 10px;
    display: none;
    text-align: center;
}


/*****Canvas wrapper chart js ******/
.canvas_wrapper {
    margin: 0 auto;
    position: relative;
}

.canvas_wrapper {
    width: 60%;
}

p.a_0, p.a_1,
p.a_2, p.a_3 {
    position: absolute;
    font-size: 0.9em;
}

p.a_0 {
    top: 2%;
    left: 50%;
}

p.a_1 {
    top: 40%;
    left: 63%;
}

p.a_2 {
    top: 55%;
    left: 30%;
}

p.a_3 {
    top: 15%;
    left: 41%;
}

p span {
    font-weight: bold;
    font-size: 0.9em;
}

/********** Pop up ********/
.up-drop {
    position: relative;
    width: 500px;
    height: 435px;
    border: 2px solid #BDBDBD;
    background: #F7F7F7;
    background-image: url('../img/background-loader.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    background-color: #F1F1F1;
    cursor: pointer;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    border-radius: 2em;
}


.up-info-tmp {
    opacity: 0;
    position: absolute;
    transform: translateX(-60px);
    border-left-width: 5px;
    border-left-style: solid;
    padding-left: 5px;
    margin-top: -25px;
}

.up-box-logo {
    position: relative;
    z-index: 3;
}

.up-logo-banque {
    position: absolute;
    bottom: -10px;
    right: 5px;
    background-color: white;
    padding: 4px;
    border-radius: 40px;
    opacity: 0.15;
    transition: bottom cubic-bezier(.32,-.1,.5,1.5) 0.3s, opacity 0.3s;
    transition-delay: 0.15s;
    width: 30px;
    height: 30px;
    background-size: 26px;
    background-position-x: 5px;
    background-position-y: 5px;
    background-repeat: no-repeat;
}

.up-cardFile:hover .up-logo-banque {
    opacity: 1;
    bottom: -3px;
}

.up-banque-compte-emetteur img {
    height: 20px;
    margin-left: -10px;
}

.up-banque-compte-emetteur {
    max-width: 25px;
    padding: 0 5px;
}

.up-drop.dragovered {
    border-color: #0072c6;
    transform: scale(0.96);
}

div#popup-import-header, div#popup-import-info-header,
div#popup-new-association-header, div#popup-new-association-info-header,
div#popup-header, div#popup-info-header, div#popup-success-header {
    background: #212529;
    padding: 10px;
    margin: auto;
    color: white;
    border-radius: 25px 25px 0 0;
    &.error

{
    background: #dc3545;
}

&.warning {
    background: #ffc107;
}

&.valid {
    background: #28A745;
}

}

#popup-success {
    animation: fadeOut .5s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) 1;
}

    #popup-success.popup-anim {
        animation: fade .5s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%) 1;
    }

div #popup-import, div#popup-loading, div#popup-import-Info, div#popup-new-association, div#popup-info, div#popup-success {
    border: 0px !important;
    border-radius: 2em !important;
    background: white;
    --bs-table-bg: none;
    box-shadow: 0px 4px 24px 0px #00000007 !important;
}
div#popup-import-Info {
    position: fixed; /* Remplacer 'absolute' par 'fixed' */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Centrage parfait */
    width: 90%;
    max-width: 600px; /* Limite pour les grands écrans */
    text-align: center;
    z-index: 10000;
    display: none;
    user-select: none;
}
.code-info {
    color: #17a2b8;
}

.code-warning {
    color: #ffc107;
}

.code-error {
    color: #dc3545;
}

span#popup-import-headerText, span#popup-new-association-headerText, span#popup-infos-headerText {
    font-weight: 500;
}

.popup-import-contentWrapper, .popup-new-association-contentWrapper, .popup-infos-contentWrapper {
    padding: 15px;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.hasError {
    text-align: center;
}

.border-valide, .border-warning, .border-error {
    border-left: 10px solid #28A745 !important;
}

tr:has( > td span .divWarning), tr:has( > td span .divValide) {
    border-left: 5px solid #28A745 !important;
}

.border-warning, tr:has( > td span .divWarning) {
    border-color: #ffc107 !important;
}

.border-error {
    border-color: #dc3545 !important;
}

.del-benef-to-import {
    opacity: 0;
    transform: scale(0);
    cursor: pointer;
}

    .del-benef-to-import.show {
        opacity: 0.9;
        transform: scale(0.6);
    }

.line-24:hover .del-benef-to-import {
    opacity: 0.9;
    transform: scale(0.6);
}

#importDataTable {
    width: 100%;
}

    #importDataTable tr:hover .del-benef-to-import {
        transform: scale(1);
    }


.div-table-furniture table#furnitureDataTable th:nth-child(1)::after {
    background-image: none;
}

.div-table-furniture table#furnitureDataTable th:nth-child(1),
.div-table-furniture table#furnitureDataTable td:nth-child(1) {
    /*width: 80px;*/
}

#importDataTable tr .divError, #importDataTable tr .divWarning,
#furnitureDataTable tr .divError, #furnitureDataTable tr .divWarning,
#furnitureDataTable tr .divValide {
    opacity: 0;
    border-radius: 1em;
}

#importDataTable tr:hover .divError, #importDataTable tr:hover .divWarning {
    opacity: 1;
    transform: translateX(20px);
    transform: translate(10px, 30px);
}


#importDataTable tr:nth-child(2n+1) {
    background: #f7f7f7;
}

.div-table-furniture #furnitureDataTable td:nth-child(2) span,
.div-table-furniture #furnitureDataTable td:nth-child(3) span {
    line-height: 42px;
}

.divError, .divWarning, .divValide {
    position: absolute;
    width: auto;
    max-width: 600px;
    background: #e74c3c;
    color: white;
    border: 1px solid #e74c3c;
    padding: 0 5px;
    transform: translateX(0px);
    transition: opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.divWarning {
    background: orange;
    border-color: orange;
}

    .divError:after, .divWarning:after, .divValide:after {
        content: "";
        opacity: 0;
        border-left: 15px solid #e74c3c;
        border-right: 14px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: 22px;
        top: -5px;
        transform: rotate(180deg) translateX(0px);
        position: absolute;
        transition: opacity, transform;
        transition-duration: 0.2s;
        transition-timing-function: linear;
        margin-right: -10px;
        margin-left: 10px;
    }

    .divWarning:after {
        border-left-color: orange;
    }

#importDataTable tr:hover .divError:after, #importDataTable tr:hover .divWarning:after,
#furnitureDataTable tr:hover .divError:after, #furnitureDataTable tr:hover .divWarning:after {
    opacity: 1;
    transform: rotate(270deg) translateX(20px);
}


.div-table-furniture #furnitureDataTable tr:hover .divError, .div-table-furniture #furnitureDataTable tr:hover .divWarning {
    opacity: 1;
    transform: translateY(50px);
}

.divWarning p {
    margin: 0;
    padding: 0 5px;
}

.content-confirmation {
    max-height: 600px;
}

.border-valid + .border-error {
    margin-bottom: 15px;
}

.divEnTete {
    overflow: auto;
    margin: 5px 0 5px 23px;
}

    .divEnTete .divImg {
        float: left;
        width: 24px;
    }

    .divEnTete .divLblSociete {
        float: left;
        width: 55px;
    }

    .divEnTete .divCbbSociete {
        float: left;
    }

    .divEnTete .DivInfo {
        float: right;
    }

        .divEnTete .DivInfo .infoBenef {
            font-weight: bold;
            font-size: 12px
        }

            .divEnTete .DivInfo .infoBenef.Green {
                color: #1aa187;
            }

            .divEnTete .DivInfo .infoBenef.Red {
                color: #e74c3c;
            }

footer {
    position: absolute;
    bottom: 0;
    display: none;
}

.div-log-msg {
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn:first-child:active {
    background-color: #3A3A3A;
    border-color: #3A3A3A;
}

.btn-danger, .btn-warning, .btn-info {
    color: white;
    width: 100px;
    &.active

{
    background: #fff;
}

}

.btn-danger {
    background: #dc3545;
    border: 1px solid #dc3545;
    &:hover

{
    color: white;
    background: #dc3545;
    border: 1px solid #dc3545;
}

&:focus {
    color: #dc3545;
    background: white;
    border: 1px solid #dc3545;
}

&:focus-visible {
    color: #dc3545;
    background: white;
    border: 1px solid #dc3545;
}

&:active {
    color: white;
    background: #dc3545;
}

&.active {
    color: #dc3545;
    &:hover

{
    color: white;
    background: #dc3545;
    border: 1px solid #dc3545;
}

&:focus {
    color: #dc3545;
    background: white;
    border: 1px solid #dc3545;
}

&:focus-visible {
    color: #dc3545;
    background: white;
    border: 1px solid #dc3545;
}

&:active {
    color: #dc3545;
    background: white;
}

}
}

.btn-warning {
    background: #ffc107;
    border: 1px solid #ffc107;
    &:hover

{
    color: white;
    background: #ffc107;
    border: 1px solid #ffc107;
}

&:focus {
    color: #ffc107;
    background: white;
    border: 1px solid #ffc107;
}

&:focus-visible {
    color: #ffc107;
    background: white;
    border: 1px solid #ffc107;
}

&:active {
    color: white;
    background: #ffc107;
}

&.active {
    color: #ffc107;
    &:hover

{
    color: white;
    background: #ffc107;
    border: 1px solid #ffc107;
}

&:focus {
    color: #ffc107;
    background: white;
    border: 1px solid #ffc107;
}

&:focus-visible {
    color: #ffc107;
    background: white;
    border: 1px solid #ffc107;
}

&:active {
    color: #ffc107;
    background: white;
}

}
}

.btn-info {
    background: #0dcaf0;
    border: 1px solid #0dcaf0;
    &:hover

{
    color: white;
    background: #0dcaf0;
    border: 1px solid #0dcaf0;
}

&:focus {
    color: #0dcaf0;
    background: white;
    border: 1px solid #0dcaf0;
}

&:focus-visible {
    color: #0dcaf0;
    background: white;
    border: 1px solid #0dcaf0;
}

&:active {
    color: white;
    background: #0dcaf0;
}

&.active {
    color: #0dcaf0;
    &:hover

{
    color: white;
    background: #0dcaf0;
    border: 1px solid #0dcaf0;
}

&:focus {
    color: #0dcaf0;
    background: white;
    border: 1px solid #0dcaf0;
}

&:focus-visible {
    color: #0dcaf0;
    background: white;
    border: 1px solid #0dcaf0;
}

&:active {
    color: #0dcaf0;
    background: white;
}

}
}

a._multi-value {
    display: inline-block;
    color: #3e3e3e;
    background-color: #ffffff;
    height: 2rem;
    line-height: 2.258em;
    margin: 15px 5px 5px 5px;
    padding: 0 1em;
    text-decoration: none;
    font-weight: 500;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0px 4px 24px 0px #00000015 !important;
    -webkit-user-select: none;
}

input.valid {
    border: 2px solid #28A745 !important;
}

input.form-control.error {
    border: 2px solid #dc3545 !important;
    & + .div-error

{
    display: block;
    position: absolute;
    width: auto;
    max-width: 600px;
    background: #e74c3c;
    color: white;
    border: 1px solid #e74c3c;
    border-radius: 5px;
    padding: 0 5px;
    transform: translateX(50px) translateY(-12px);
    transition: opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

& + .div-error:after {
    content: "";
    opacity: 1;
    border-left: 15px solid #e74c3c;
    border-right: 14px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -20px;
    top: 0;
    transform: rotate(180deg) translateX(19px);
    position: absolute;
    transition: opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    margin-right: -10px;
    margin-left: 10px;
}

}

input.form-control.warning {
    border: 2px solid #dc3545 !important;
    & + .div-error + .div-warning

{
    display: block;
    position: absolute;
    width: auto;
    max-width: 600px;
    background: #e74c3c;
    color: white;
    border: 1px solid #e74c3c;
    border-radius: 5px;
    padding: 0 5px;
    transform: translateX(50px) translateY(-12px);
    transition: opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

& + .div-error + .div-warning:after {
    content: "";
    opacity: 1;
    border-left: 15px solid #e74c3c;
    border-right: 14px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -20px;
    top: 0;
    transform: rotate(180deg) translateX(19px);
    position: absolute;
    transition: opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    margin-right: -10px;
    margin-left: 10px;
}

}

input.form-control + .div-error,
input.form-control + .div-error + .div-warning {
    display: none;
}


/* Icon Base Styles */
a.icon {
    background-color: #000;
    border: 2px solid #000;
    display: inline-block;
    position: relative;
    vertical-align: top;
    box-sizing: content-box;
    transition: all 200ms cubic-bezier(0, 0.89, 1, 0.37) allow-discrete;
}

    a.icon:after,
    a.icon:before {
        background: #000;
        border: 2px solid #fff;
        content: '';
        position: absolute;
        box-sizing: content-box;
    }

/* Add Icon */
a.add {
    border-radius: 100%;
    height: 26px;
    width: 26px;
    margin-top: 5px;
}

    a.add:after {
        height: 16px;
        left: 11px;
        top: 3px;
        width: 0;
    }

    a.add:before {
        height: 0;
        left: 3px;
        top: 11px;
        width: 16px;
    }

    a.add:hover {
        transition: width 2s linear 1s;
        border-radius: 100%;
        height: 26px;
        width: 26px;
        background-color: #28A745;
        border: 2px solid #28A745;
    }

        a.add:hover:after {
            background: #fff;
            height: 14px;
            left: 13px;
            top: 5px;
            width: 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        a.add:hover:before {
            background: #fff;
            height: 0;
            left: 4px;
            top: 14px;
            width: 2px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

/* Tick Icon */
a.tick {
    border-radius: 100%;
    height: 26px;
    width: 26px;
    background-color: #28A745;
    border: 2px solid #28A745;
    margin-top: 5px;
}

    a.tick:after {
        background: #fff;
        height: 14px;
        left: 13px;
        top: 5px;
        width: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    a.tick:before {
        background: #fff;
        height: 0;
        left: 4px;
        top: 14px;
        width: 2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    a.tick:hover {
        border-radius: 100%;
        height: 26px;
        width: 26px;
        background-color: #dc3545;
        border: 2px solid #dc3545;
    }

        a.tick:hover:after {
            height: 0;
            left: 3px;
            top: 11px;
            width: 16px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        a.tick:hover:before {
            border: none;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

/* Subtract Icon */
a.subtract {
    border-radius: 100%;
    height: 26px;
    width: 26px;
}

    a.subtract:after {
        height: 0;
        left: 3px;
        top: 11px;
        width: 16px;
    }

    a.subtract:before {
        border: none;
    }


input[type="checkbox"]:disabled:checked {
    background-color: #7171714a !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: right;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
    background-repeat: no-repeat;
}

/* login part */
/*#block-bg-blue {
    z-index: 1000;
    background: #3a3a3a;
    transform: rotate(240deg);
    position: relative;
    top: -75%;
    left: -40%;
    width: 150%;
    height: 150%;
}

#block-login, div:has( > #block-bg-blue) {
    position: absolute;
    z-index: 10000;
    inset: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
}

div:has( > #block-bg-blue) {
    overflow: hidden;
}

#block-login #main-block {
    z-index: 10000;
    padding: 25% 0 25% 0;
    color: black;
}

    #block-login #main-block h1 {
        color: white;
    }

    #block-login #main-block #login-button {
        width: 65%;
        padding: 10px;
        line-height: 35px;
        background: #000;
    }

        #block-login #main-block #login-button:after {
            content: "";
            display: inline-flex;
            background-image: url('/icon/oktalogo.svg');
            background-size: 24px 24px;
            height: 24px;
            width: 24px;
            position: relative;
            top: 5px;
            margin-left: 15px;
        }

#block-login #block-bg-dark-blue {
    z-index: 5000;
    background: #000;
}*/

/* =================================================================== */
/* STYLES POUR LA PAGE DE CONNEXION                                  */
/* =================================================================== */

.login-layout {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-background-swoosh {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 150%;
    height: 150%;
    background: #3a3a3a;
    transform: rotate(-15deg);
    transform-origin: bottom left;
    z-index: 1;
}

.login-background-dark {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.33%;
    height: 100%;
    background: #000;
    z-index: 2;
}

.login-card {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 400px;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.login-logo {
    margin-bottom: 24px;
}

    .login-logo img {
        max-width: 120px;
        height: auto;
    }

.login-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #001C2F;
}

.login-subtitle {
    margin-bottom: 24px;
    color: #555;
}

.login-container {
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-mode {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

    .login-mode.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.login-form .form-group {
    margin-bottom: 16px;
    text-align: left;
}

.login-form .form-label {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 0.9rem;
    color: #333;
}

.login-form .form-control {
    border-radius: 8px;
    padding: 10px 12px;
}

.login-form .remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}

    .login-form .remember-me .form-check-label {
        font-weight: normal;
    }

.btn-fullwidth {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: 600;
}

.btn-okta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #000; 
    border-color: #000;
}

.login-error {
    color: #dc3545;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 16px;
    font-size: 0.9rem;
}

.login-toggle {
    margin-top: 24px;
    font-size: 0.9rem;
}

    .login-toggle a {
        color: #005089;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
    }

        .login-toggle a:hover {
            text-decoration: underline;
        }

.login-version {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 4;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

/* lightrope */
.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
}

    .lightrope li {
        position: relative;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        width: 12px;
        height: 28px;
        border-radius: 50%;
        margin: 20px;
        display: inline-block;
        background: #00f7a5;
        box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
        -webkit-animation-name: flash-1;
        animation-name: flash-1;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

        .lightrope li:nth-child(2n+1) {
            background: aqua;
            box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
            -webkit-animation-name: flash-2;
            animation-name: flash-2;
            -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
        }

        .lightrope li:nth-child(4n+2) {
            background: #f70094;
            box-shadow: 0px 4.6666666667px 24px 3px #f70094;
            -webkit-animation-name: flash-3;
            animation-name: flash-3;
            -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s;
        }

        .lightrope li:nth-child(odd) {
            -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s;
        }

        .lightrope li:nth-child(3n+1) {
            -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
        }

        .lightrope li:before {
            content: "";
            position: absolute;
            background: #222;
            width: 10px;
            height: 9.3333333333px;
            border-radius: 3px;
            top: -4.6666666667px;
            left: 1px;
        }

        .lightrope li:after {
            content: "";
            top: -14px;
            left: 9px;
            position: absolute;
            width: 52px;
            height: 18.6666666667px;
            border-bottom: solid #222 2px;
            border-radius: 50%;
        }

        .lightrope li:last-child:after {
            content: none;
        }

        .lightrope li:first-child {
            margin-left: -40px;
        }

@-webkit-keyframes flash-1 {
    0%, 100% {
        background: #00f7a5;
        box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    }

    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@keyframes flash-1 {
    0%, 100% {
        background: #00f7a5;
        box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    }

    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@-webkit-keyframes flash-2 {
    0%, 100% {
        background: aqua;
        box-shadow: 0px 4.6666666667px 24px 3px aqua;
    }

    50% {
        background: rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}

@keyframes flash-2 {
    0%, 100% {
        background: aqua;
        box-shadow: 0px 4.6666666667px 24px 3px aqua;
    }

    50% {
        background: rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}

@-webkit-keyframes flash-3 {
    0%, 100% {
        background: #f70094;
        box-shadow: 0px 4.6666666667px 24px 3px #f70094;
    }

    50% {
        background: rgba(247, 0, 148, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}

@keyframes flash-3 {
    0%, 100% {
        background: #f70094;
        box-shadow: 0px 4.6666666667px 24px 3px #f70094;
    }

    50% {
        background: rgba(247, 0, 148, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}

.snow-layer-bottom {
    position: fixed;
    height: 100px;
    top: 98%;
    right: 5%;
}

.snowman-one {
    position: relative;
    width: 30px;
    height: 30px;
    background: #f9ecec;
    border: solid 1px black;
    border-radius: 50%;
    left: 50px;
}

.snowman-two {
    position: relative;
    width: 25px;
    height: 25px;
    background: #f9ecec;
    border: solid 1px black;
    border-radius: 50%;
    left: 52px;
    top: -45px;
    z-index: 15;
}

.snowman-three {
    position: relative;
    width: 20px;
    height: 20px;
    background: #f9ecec;
    border: solid 1px black;
    border-radius: 50%;
    left: 56px;
    top: -82.5px;
    z-index: 15;
}

.snowman-eye {
    position: absolute;
    top: 30px;
    left: 20px;
    height: 10px;
    width: 10px;
    background: rgba(0,0,0,.7);
    border-radius: 50%;
}

.snowman-eye-two {
    position: absolute;
    top: 30px;
    right: 20px;
    height: 10px;
    width: 10px;
    background: rgba(0,0,0,.7);
    border-radius: 50%;
}

.carrot {
    position: absolute;
    top: 43px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid orange;
}

.snowman-smile {
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 10px;
    background-color: #000;
    position: absolute;
    width: 30px;
    left: 25px;
    top: 65px;
}

.snowman-smile-cover {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 9px;
    background-color: #f9ecec;
    position: absolute;
    width: 28px;
    left: 26px;
    top: 65px;
}

.top-hat-rim {
    position: absolute;
    left: -2px;
    height: 5px;
    width: 22.5px;
    border-radius: 50%;
    background: rgba(45, 52, 54,1.0);
}

.top-hat {
    height: 15px;
    width: 12.5px;
    background: rgba(47, 53, 66,1.0);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: absolute;
    top: -14px;
    left: 3px;
}

.button-one {
    height: 1.75px;
    width: 1.75px;
    border-radius: 50%;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 10px;
    left: 11.5px;
}

.button-two {
    height: 1.75px;
    width: 1.75px;
    border-radius: 50%;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 15px;
    left: 11.5px;
}

.button-three {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 70px;
    left: 46px;
}

.top-hat-red {
    position: absolute;
    height: 2.5px;
    width: 100%;
    background: rgba(192, 57, 43,1.0);
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

@keyframes stick {
    50% {
        transform: rotate(60deg) translateY(-20px) translateX(-20px)
    }
}

.stick {
    -webkit-animation: stick 3s linear infinite;
    width: 30px;
    height: 3px;
    background: brown;
    position: absolute;
    top: 10px;
    left: -25px;
    transform: rotate(20deg);
    border-radius: 25px;
}

@keyframes stick2 {
    50% {
        transform: rotate(-60deg) translateY(-30px) translateX(60px)
    }
}


.stick-two {
    /* -webkit-animation: stick2 3s linear infinite; */
    width: 30px;
    height: 3px;
    background: brown;
    position: absolute;
    top: 21px;
    left: 19px;
    transform: rotate(50deg);
    border-radius: 25px;
}

.snowfall-con {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    /*z-index: 1000000000000000;*/
}

@keyframes snowOne {
    100% {
        transform: translateY(1000px);
    }
}

.snowflake {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: cornflowerblue;
    /*box-shadow: 0px 1px 1px rgba(0,0,0,.3)*/
    box-shadow: 0px -14px 24px 2px cornflowerblue !important;
}

.snowflake-one {
    -webkit-animation: snowOne 6s linear infinite;
    position: absolute;
    top: -20px;
    left: 50px;
    z-index: 1000;
}

.snowflake-two {
    -webkit-animation: snowOne 3s linear infinite;
    position: absolute;
    top: -160px;
    right: 110px;
    z-index: 1000;
}

.snowflake-three {
    -webkit-animation: snowOne 4s linear infinite;
    position: absolute;
    top: -360px;
    right: 400px;
    z-index: 1000;
}

.snowflake-four {
    -webkit-animation: snowOne 7s linear infinite;
    position: absolute;
    top: -160px;
    right: 600px;
    z-index: 1000;
}

.snowflake-five {
    -webkit-animation: snowOne 2s linear infinite;
    position: absolute;
    top: -360px;
    right: 329px;
    z-index: 1000;
}

.snowflake-six {
    -webkit-animation: snowOne 3s linear infinite;
    position: absolute;
    top: -60px;
    right: 520px;
    z-index: 1000;
}

.snowflake-seven {
    -webkit-animation: snowOne 10s linear infinite;
    position: absolute;
    top: -360px;
    right: 220px;
    z-index: 1000;
}

.snowflake-eight {
    -webkit-animation: snowOne 10s linear infinite;
    position: absolute;
    top: -160px;
    right: 20px;
    z-index: 1000;
}

.snowflake-nine {
    -webkit-animation: snowOne 9s linear infinite;
    position: absolute;
    top: -360px;
    left: 70px;
    z-index: 1000;
}

.snowflake-ten {
    -webkit-animation: snowOne 4s ease-in infinite;
    position: absolute;
    top: -10px;
    left: 220px;
    z-index: 1000;
}

.snowflake-eleven {
    -webkit-animation: snowOne 5s linear infinite;
    position: absolute;
    top: -400px;
    left: 320px;
    z-index: 1000;
}

.snowflake-twelve {
    -webkit-animation: snowOne 2s linear infinite;
    position: absolute;
    top: -110px;
    left: 420px;
    z-index: 1000;
}

.snowflake-thirteen {
    -webkit-animation: snowOne 4.6s ease-in infinite;
    position: absolute;
    top: -320px;
    right: 150px;
    z-index: 1000;
}


/* Loading Noel */
.st0 {
    fill: #08D0E9;
}

.st1 {
    fill: #08579A;
}

.st2 {
    fill: #088AE8;
}

.st3 {
    fill: #157CB3;
}

.st4 {
    fill: #0ED1EA;
}

.st5 {
    fill: #0C8CE8;
}

.st6 {
    fill: #0085E7;
}

.st7 {
    fill: #58A6EA;
}

section.loading {
    height: 250px;
    width: 100px;
    position: relative;
    top: 0;
    left: 35%;
    transform: translate(-45%, 10%);
}

svg.loading {
    height: 100px;
    padding-bottom: 25px;
    position: absolute;
    transform-origin: 50% 100%;
    -webkit-animation: magic 6s linear infinite alternate;
    animation: magic 6s linear infinite alternate;
    mix-blend-mode: color;
    will-change: filter;
}

path.loading {
    transform-origin: 50% 130%;
    -webkit-animation: power 3s infinite cubic-bezier(0.77, 0, 0.175, 1);
    animation: power 3s infinite cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
}

svg.loading:nth-child(1) {
    transform: rotate(45deg);
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

svg.loading:nth-child(2) {
    transform: rotate(90deg);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

svg.loading:nth-child(3) {
    transform: rotate(135deg);
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

svg.loading:nth-child(4) {
    transform: rotate(180deg);
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

svg.loading:nth-child(5) {
    transform: rotate(225deg);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

svg.loading:nth-child(6) {
    transform: rotate(270deg);
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

svg.loading:nth-child(7) {
    transform: rotate(315deg);
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

svg.loading:nth-child(8) {
    transform: rotate(360deg);
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes magic {
    50% {
        filter: hue-rotate(0deg) invert(100%);
    }

    100% {
        filter: hue-rotate(90deg) invert(0%);
    }
}

@keyframes magic {
    50% {
        filter: hue-rotate(0deg) invert(100%);
    }

    100% {
        filter: hue-rotate(90deg) invert(0%);
    }
}

@-webkit-keyframes power {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes power {
    100% {
        transform: rotate(360deg);
    }
}
/**/

.diapo-container {
    
    margin: auto;
    overflow: hidden;
    position: relative;
}

.diapo {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

    .diapo img {
        margin: 0 55px;
    }

.btn.prev, .btn.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    width: 5%;
    background-color: white;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}


/* =================================================================== */
/* STYLES CORRIGÉS POUR LES BOUTONS DE POP-UP                          */
/* =================================================================== */

#popup-bloc-bouton {
    display: flex; /* 1. Active le mode Flexbox pour aligner les éléments */
    justify-content: center; /* 2. Centre les boutons horizontalement */
    align-items: center; /* 3. Centre les boutons verticalement (si hauteurs différentes) */
    gap: 20px; /* 4. Crée un espacement de 20px entre les boutons */
    padding: 15px 0; /* Maintient l'espacement vertical */
    flex-wrap: nowrap; /* 5. Empêche le retour à la ligne sur les petits écrans */
}

/* Style des boutons pour une meilleure apparence */
#btn-popup-positif,
#btn-popup-negatif {
    width: 120px; /* Donne une largeur confortable aux boutons */
    margin: 0; /* Le 'gap' gère l'espacement, donc la marge est inutile */
}

/* Assurez-vous que la classe .row n'interfère pas avec flex */
#popup-bloc-bouton.row {
    --bs-gutter-x: 0; /* Annule le gutter horizontal de Bootstrap pour ce conteneur */
}

/* 1. Le conteneur/overlay (inchangé) */
#cellule-image-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 1rem;
    box-sizing: border-box;
    border: 3px solid limegreen;
    border-radius: 0px !important; 
}

/* 2. La boîte de la pop-up (conteneur flex vertical) */
.form-popup-image {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    max-width: 95vw;
    display: flex !important;
    flex-direction: column !important;
    max-height: 95vh !important;
    overflow: hidden !important; /* Très important pour que les coins arrondis s'appliquent partout */
}

/* ✨ 3. ON PROTÈGE LE TITRE ET LES BOUTONS */
#popup-content-image,
#popup-bloc-bouton-image {
    flex-shrink: 0 !important;
}

/* ✨ 4. LA ZONE DE L'IMAGE DEVIENT LE SEUL ÉLÉMENT FLEXIBLE ET SCROLLABLE */
.div-image-popup {
    flex-grow: 1 !important;
    flex-shrink: 1; /* Peut rétrécir si nécessaire */
    min-height: 0 !important;
    /* Gère le défilement pour les images trop hautes */
    overflow-y: auto !important;
    /* Pour centrer l'image dans la zone */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

/* 5. L'image (simplifié pour un comportement naturel) */
.image-full {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

#popup-content-image,
#popup-bloc-bouton-image {
    flex-shrink: 0;
}

/* ON CIBLE LE <div class="row"> INTERMÉDIAIRE */
/* On lui donne les propriétés de flexibilité et de scroll */
.form-popup-image > .row:has(.div-image-popup) {
    flex-grow: 1;
    min-height: 0;
    overflow-y: auto;
    /* On s'assure qu'il n'ajoute pas de marges inutiles */
    margin-left: 0;
    margin-right: 0;
}

/* Le conteneur .div-image-popup n'a plus besoin de propriétés flex spéciales */
.div-image-popup {
    padding: 1rem 0;
    width: 100%; /* S'assurer qu'il prend toute la largeur de son parent .row */
}

/* L'image elle-même */
.image-full {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}