@media (min-width: 1600px) {
    .col-xxxl-1 { width: 8.3333%; }
    .col-xxxl-2 { width: 16.6667%; }
    .col-xxxl-3 { width: 25%; }
    .col-xxxl-4 { width: 33.3333%; }
    .col-xxxl-6 { width: 50%; }
    .col-xxxl-12 { width: 100%; }
}

@media (min-width: 1920px) {
    .col-ultra-3 { width: 25%; }
    .col-ultra-4 { width: 33.3333%; }
    .col-ultra-6 { width: 50%; }
}

@media (min-width: 2560px) {
    .col-4k-2 { width: 16.6667%; }
    .col-4k-3 { width: 25%; }
    .col-4k-4 { width: 33.3333%; }
}
.fa-remove-circle{--fa: "\f057";--fa--fa: "\f057\f057";}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

:root {
    --rz-body-font-size:16px; 
    --rz-sidebar-width:210px;
    font-size: var(--rz-root-font-size);
    --rz-border-focus: 1px solid #e10500;
    --rz-primary: #9a4996;
    --rz-input-focus-border: 1px solid #9a4996;
    --rz-input-focus-shadow: inset 0 0 0 1px #9a4996;
    --rz-baselpnRed-50: #9a4996;
    --rz-baselpnPurple-50: #9a4996;
    --rz-tooltip-background-color: #1D1D1B;
    --rz-baselpnBlack-50: #1D1D1B;
    --im-link-color: #9a4996;
    --im-link-hover-color: #9a4996;
    --rz-tree-node-hover-background-color: #9a4996;
    --rz-tree-node-hover-color: #ffffff;
    --rz-text-font-family: "Lato", serif;
    --rz-scrollbar-color: #9a4996;
    --rz-tree-node-selected-background-color: #9a4996;
    --rz-tabs-background-color : #f9f9f9;
    --rz-tabs-tab-selected-top-border-color : #9a4996;
    --plyr-color-main: #9a4996;
}
.rz-tabview-title{color:#9a4996!important;}

* {
    font-family: "Lato", serif;
    font-weight: 300;
}
.form-check-input:checked {
    background-color: #9a4996;
    border-color: #9a4996;
}
.form-check-input:focus, .form-check-input:focus-visible, .form-control:focus, .form-control:focus-visible {
    border-color: #9a4996;
    box-shadow: 0 0 0 0.2rem rgba(154, 73, 150, 0.25);
}
.rz-treenode:focus, .rz-treenode:focus-visible {
    border-color: #9a4996;
    box-shadow: none;
    outline: 0;
}
.border-1-important {border-width: 1px!important;}
.border-2-important {border-width: 2px!important;}
.border-3-important {border-width: 3px!important;}
.border-4-important {border-width: 4px!important;}
.border-5-important {border-width: 5px!important;}
.border-6-important {border-width: 6px!important;}
.border-7-important {border-width: 7px!important;}
.border-8-important {border-width: 8px!important;}
.border-9-important {border-width: 9px!important;}
.border-10-important {border-width: 10px;!important;}
.btn:focus-visible {
    color: initial!important;
    background-color: initial!important;
    border-color: initial!important;
    outline: 0;
    box-shadow: initial!important;
}

.text-darkorange {color:#e67e22!important;}
.text-red, .text-danger {color:#e10b13!important;}
.text-blue {color:#4bc2f1!important;}
.text-green, .text-success {color:#8dc045!important;}
.text-purple {color:#9a4996!important;}
.text-orange {color:#fcc04a!important;}
.text-red {color:#e10b13!important;}
.text-blue {color:#4bc2f1!important;}
.text-green {color:#8dc045!important;}
.text-purple {color:#9a4996!important;}
.text-orange {color:#fcc04a!important;}
.text-pink { color: #e83e8c !important; }       /* Rose vif */
.text-teal { color: #20c997 !important; }       /* Vert menthe doux */
.text-cyan { color: #17a2b8 !important; }        /* Bleu-vert */
.text-yellow { color: #ffc107 !important; }     /* Jaune doux */
.text-indigo { color: #6610f2 !important; }     /* Bleu indigo intense */
.text-gray { color: #6c757d !important; }       /* Gris neutre */
.text-brown { color: #795548 !important; }      /* Brun/chocolat */
.text-lime { color: #cddc39 !important; }       /* Vert citron */
.text-amber { color: #ffb300 !important; }      /* Jaune orangé (style Material Design) */
.text-navy { color: #001f3f !important; }       /* Bleu marine foncé */
.bg-red, .bg-danger {background-color:#e10b13!important;}
.bg-blue {background-color:#4bc2f1!important;}
.bg-green, .bg-success {background-color:#8dc045!important;}
.bg-purple {background-color:#9a4996!important;}
.bg-orange {background-color:#fcc04a!important;}
.bg-pink { background-color: #e83e8c !important; }       /* Rose vif */
.bg-teal { background-color: #20c997 !important; }       /* Vert menthe doux */
.bg-cyan { background-color: #17a2b8 !important; }        /* Bleu-vert */
.bg-yellow { background-color: #ffc107 !important; }     /* Jaune doux */
.bg-indigo { background-color: #6610f2 !important; }     /* Bleu indigo intense */
.bg-gray { background-color: #6c757d !important; }       /* Gris neutre */
.bg-brown { background-color: #795548 !important; }      /* Brun/chocolat */
.bg-lime { background-color: #cddc39 !important; }       /* Vert citron */
.bg-amber { background-color: #ffb300 !important; }      /* Jaune orangé (style Material Design) */
.bg-navy { background-color: #001f3f !important; }       /* Bleu marine foncé */
.btn-outline-danger, .btn-outline-danger.show {
    color: #e10b13!important;
    border-color: #e10b13!important;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:focus-visible, .btn-outline-danger:active, .btn-outline-danger:active:focus, .btn-outline-danger:active:focus-visible {
    background-color: #e10b13!important;
    border-color: #e10b13!important;
    color: #fff!important;
}
.btn-outline-danger:hover i, .btn-outline-danger:focus i, .btn-outline-danger:focus-visible i, .btn-outline-danger:active i, .btn-outline-danger:active:focus i, .btn-outline-danger:active:focus-visible i {
    color: #fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}
.btn-outline-purple, .btn-outline-purple.show {
    color: #9a4996!important;
    border-color: #9a4996!important;
}
.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:focus-visible, .btn-outline-purple:active, .btn-outline-purple:active:focus, .btn-outline-purple:active:focus-visible {
    background-color: #9a4996!important;
    border-color: #9a4996!important;
    color: #fff!important;
}
.btn-outline-purple:hover i, .btn-outline-purple:focus i, .btn-outline-purple:focus-visible i, .btn-outline-purple:active i, .btn-outline-purple:active:focus i, .btn-outline-purple:active:focus-visible i {
    color: #fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}
/* Bouton Rouge */
.btn-outline-red, .btn-outline-red.show {
    color: #e10b13!important;
    border-color: #e10b13!important;
}
.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red:focus-visible,
.btn-outline-red:active,
.btn-outline-red:active:focus,
.btn-outline-red:active:focus-visible {
    background-color: #e10b13!important;
    border-color: #e10b13!important;
    color: #fff!important;
}
.btn-outline-red:hover i,
.btn-outline-red:focus i,
.btn-outline-red:focus-visible i,
.btn-outline-red:active i,
.btn-outline-red:active:focus i,
.btn-outline-red:active:focus-visible i {
    color: #fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}

/* Bouton Bleu */
.btn-outline-blue, .btn-outline-blue.show {
    color: #4bc2f1!important;
    border-color: #4bc2f1!important;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:focus-visible,
.btn-outline-blue:active,
.btn-outline-blue:active:focus,
.btn-outline-blue:active:focus-visible {
    background-color: #4bc2f1!important;
    border-color: #4bc2f1!important;
    color: #fff!important;
}
.btn-outline-blue:hover i,
.btn-outline-blue:focus i,
.btn-outline-blue:focus-visible i,
.btn-outline-blue:active i,
.btn-outline-blue:active:focus i,
.btn-outline-blue:active:focus-visible i {
    color: #fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}

/* Bouton Vert */
.btn-outline-green, .btn-outline-green.show {
    color: #8dc045!important;
    border-color: #8dc045!important;
}
.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green:focus-visible,
.btn-outline-green:active,
.btn-outline-green:active:focus,
.btn-outline-green:active:focus-visible {
    background-color: #8dc045!important;
    border-color: #8dc045!important;
    color: #fff!important;
}
.btn-outline-green:hover i,
.btn-outline-green:focus i,
.btn-outline-green:focus-visible i,
.btn-outline-green:active i,
.btn-outline-green:active:focus i,
.btn-outline-green:active:focus-visible i {
    color: #fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}

/* Bouton Orange */
.btn-outline-orange, .btn-outline-orange.show {
    color: #fcc04a!important;
    border-color: #fcc04a!important;
}
.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange:focus-visible,
.btn-outline-orange:active,
.btn-outline-orange:active:focus,
.btn-outline-orange:active:focus-visible {
    background-color: #fcc04a!important;
    border-color: #fcc04a!important;
    color: #fff!important;
}
.btn-outline-orange:hover i,
.btn-outline-orange:focus i,
.btn-outline-orange:focus-visible i,
.btn-outline-orange:active i,
.btn-outline-orange:active:focus i,
.btn-outline-orange:active:focus-visible i {
    color: #fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}

/* Bouton Gris */
.btn-outline-gray, .btn-outline-gray.show {
    color: #6c757d!important;
    border-color: #6c757d!important;
}
.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray:focus-visible,
.btn-outline-gray:active,
.btn-outline-gray:active:focus,
.btn-outline-gray:active:focus-visible {
    background-color: #6c757d!important;
    border-color: #6c757d!important;
    color: #fff!important;
}
.btn-outline-gray:hover i,
.btn-outline-gray:focus i,
.btn-outline-gray:focus-visible i,
.btn-outline-gray:active i,
.btn-outline-gray:active:focus i,
.btn-outline-gray:active:focus-visible i {
    color: #fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}


.btn-light {
    border: 1px solid #f9f9f9!important;
    background-color: #f9f9f9!important;
    color: #333!important;
}
.btn-light i {color: #333!important;}
.btn-light .rz-icons-loading .rzi {
    color: #333!important;
}
.btn-light2 {
    border: 1px solid #e10b13!important;
    background-color: #fff!important;
    color: #333!important;
}
.btn-light2 i {color: #333!important;}
.btn-light2 .rz-icons-loading .rzi {
    color: #333!important;
}
.btn-light3 {
    border: 1px solid #9a4996!important;
    background-color: #fff!important;
    color: #333!important;
}
.btn-light3 i {color: #333!important;}
.btn-light3 .rz-icons-loading .rzi {
    color: #333!important;
}
.btn-primary{
    background-color: #9a4996!important;
    border-color: #9a4996!important;
    color: #fff!important;
}
.btn-primary:active {background-color: #9a4996!important;border-color: #9a4996!important;color:#fff;}
.btn-primary:active i {
    color:#fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}
.btn-primary-light {
    background-color: #c974c5 !important; /* encore plus clair */
    border-color: #c974c5 !important;
    color: #fff !important;
}

.btn-primary-light:active {
    background-color: #b866b4 !important; /* un peu plus foncé au clic */
    border-color: #b866b4 !important;
    color: #fff !important;
}

.btn-primary-light:active i {
    color: #fff !important;
    --fa-primary-color: #fff !important;
    --fa-secondary-color: #fff !important;
    --fa-secondary-opacity: .4;
}
.btn-secondary-light {
     background-color: #b35ab0 !important; /* violet plus clair */
     border-color: #b35ab0 !important;
     color: #fff !important;
 }

.btn-secondary-light:active {
    background-color: #a34fa0 !important; /* un ton plus foncé au clic */
    border-color: #a34fa0 !important;
    color: #fff !important;
}

.btn-secondary-light:active i {
    color: #fff !important;
    --fa-primary-color: #fff !important;
    --fa-secondary-color: #fff !important;
    --fa-secondary-opacity: .4;
}

.btn-secondary{
    background-color: #888!important;
    border-color: #888!important;
    color: #fff!important;
}
.btn-success {
    background-color: #cddc39!important;
    border-color: #cddc39!important;
    color: #fff!important;
}
.btn-success:active {background-color: #cddc39!important;border-color: #cddc39!important;color:#fff;}
.btn-success:active i {
    color:#fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}
.btn-danger {
    background-color: #e10b13!important;
    border-color: #e10b13!important;
    color: #fff!important;
}
.btn-danger:active {background-color: #e10b13!important;border-color: #e10b13!important;color:#fff;}
.btn-danger:active i {
    color:#fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}

.rz-panel-menu .rz-navigation-item-active::before, .rz-panel-menu .rz-navigation-item-wrapper-active::before {
    background-color: #9a4996;
}
.back-button {
    position: absolute;
    left: -5px;
    top: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1;
}
.back-button:hover {
    opacity: 0.7;
}
.close-button {
    position: absolute;
    right: -5px;
    top: 8.5px;
    background: none;
    border: none;
    cursor: pointer;            
    padding: 0;
    z-index: 1;

    text-align:center;
    background-color: white;
    color: #9a4996;
    font-size: 1.5rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
    .close-button {
        right: -16px;
        top: 4px;
    }    
}
.close-button:hover {
    opacity: 0.7;
}
.close-button:focus, .close-button:focus-visible, .back-button:focus, .back-button:focus-visible {
    outline: none;
}
.pagetitle {margin-bottom: 1px !important;line-height: 1.3;}
.rz-layout {
    /*height: 90vh;*/
    overflow: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        "rz-header rz-header"
        "rz-sidebar rz-body"
        "rz-footer rz-footer";
    background-color: var(--rz-layout-background-color);
}
@media (min-width: 1281px) {
    /*.rz-layout {
        height: 90vh;
    }*/
}

@media (max-width: 768px) {
    ::-webkit-scrollbar { display: none; }
    .rz-header>.rz-stack {
        gap:0!important;
    }
    .rz-header>.rz-stack>.rz-stack {
        gap:2px!important;
    }
}
@media (max-width: 1280px) {
    .rz-layout {
        height: 100vh;
    }
}

body {
    font-family: var(--rz-text-font-family);
    color: var(--rz-text-color);
    font-size: var(--rz-body-font-size);
    line-height: var(--rz-body-line-height);
    background-color: var(--rz-body-background-color);
}

.rz-body {
    --rz-body-padding: 0;
}

@media (max-width: 768px) {
    .rz-body, .rz-body>div {
        width:100%;
    }
}

a {
    color: var(--rz-link-color);
}

a:hover,
a:focus {
    color: var(--rz-link-hover-color);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #9a4996;color:white;
}
.dropdown-item.active i, .dropdown-item:active i {
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}
.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

.data-list {
    display: flex;
    flex-wrap: wrap;
}

.data-list-item {
    box-sizing: border-box;
    padding: 10px;
}

@media (min-width: 1281px) {
    .data-list-item {
        width: 50%;
    }
}

@media (max-width: 1280px) {
    .data-list-item {
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .classlineheight {
        line-height: 48px; /* Adjust the line height for smaller screens */
    }
}

@media (min-width: 1301px) {
    .classlineheight {
        line-height: 24px; /* Adjust the line height for larger screens */
    }
}
.btn-see-nfp {
    padding: 0 10px!important;
    cursor: pointer;
}

.btn-see-nfp img {
    width: 26px!important;
    height: 26px!important; /* ou spécifiez une hauteur si vous voulez une taille spécifique */
    max-width: 100%; /* permet à l'image de ne pas dépasser les dimensions du conteneur */
    object-fit: contain; /* maintient le ratio de l'image */
}


.expert-formation-body {
}

@media (min-width: 781px) {
    .expert-formation-body {
        height: 100%;
    }
}

@media (max-width: 780px) {
    .expert-formation-body {

    }
}

.rz-button.rz-primary.rz-shade-default {
    background-color: var(--rz-info-darker);
    color: var(--rz-on-primary);
}
.rz-button.rz-info.rz-shade-darker {
    background-color: var(--rz-info-darker);
    color: var(--rz-on-info-darker);
}

/* UTILITe???*/
/*
.input-group {
    position: relative;
    width: 300px;
}

.input-group input {
    border-radius: 5px; 
    padding-right: 30px; 
}

.input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 2px; 
}*/

ul.rz-profile-menu .rz-navigation-item-icon-children {
    color: #ffffff;
}
ul.rz-profile-menu .rz-navigation-menu .rz-navigation-item-wrapper:hover {
    background-color: #9a4996;
    color: #ffffff;
}
ul.rz-profile-menu .rz-navigation-menu .rz-navigation-item-wrapper:hover i.fa-duotone {
    --fa-primary-color: #ffffff!important;
    --fa-secondary-color: #ffffff!important;
}
img.rz-navigation-item-icon{height:auto!important}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9); /* couleur de fond semi-transparente pour un effet de superposition */
    font-size:160px;
    z-index:1000;
}
.sha-badge {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0; /* Empêche le badge de rétrécir */
}

#components-reconnect-modal {
    display: none!important;
}
.blur-text {
    filter: blur(3px); /* Adjust the blur radius as needed */
}
.logocontainer{cursor:pointer;padding: var(--rz-panel-menu-item-padding); border-bottom: var(--rz-panel-menu-item-border);padding: 20px;}
.logocontainer img{max-width:100%;}
.rz-dialog-content{height:100%}
.dialog-content-nfp,
.dialog-content-nfp-mobile {
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* Pour un scroll fluide sur iOS/macOS */
}
.dialog-content-nfp .rz-dialog-content {padding:0;}
.dialog-content-nfp .rz-tree {padding:5px;}
.dialog-content-nfp .rz-treenode-label {
    display: flex;
    align-items: center; /* Centre verticalement le contenu */
}
.rz-treenode-label {
    outline-color:transparent!important;
}
.rz-treenode-label .nfp-icon {
    margin-right: 5px;
}
.rz-treenode-label .nfp-icon img{
    width:20px;
}
.rz-treenode-label .folder-icon {
    color: #FDB913;
    margin-right: 5px;
    padding-top:4px;
}
.rz-treenode-label .nfpcontentsealproof {
    margin-left:1px;
    margin-right:4px;
    --fa-primary-color: #fff;
    --fa-secondary-color: #9a4996;
    --fa-secondary-opacity: .9;
}
.rz-treenode-label:hover .nfpcontentsealproof, .rz-treenode-content-selected .rz-treenode-label .nfpcontentsealproof {
    --fa-primary-color: #9a4996;
    --fa-secondary-color: #fff;
    --fa-secondary-opacity: .9;
}
#statementslinks td .btn-primary {padding:0 30px!important}
.rz-datatable-emptymessage-row .rz-datatable-emptymessage {
    text-align: center; /* Centrer horizontalement le texte */
    align-items: center; /* Centrer verticalement le contenu */
    justify-content: center;
    height: 200px; /* Hauteur de la cellule, ajustez selon les besoins */
    width:100%;
}
@media print {
    .no-print {
        display: none;
    }
    /* D'autres styles spécifiques pour l'impression */
}
.datagridaccountstatement {
    height: calc(100vh - 365px);
}
.datagridnfp {
    height: calc(100vh - 420px);
    max-height:75vh;
    overflow:auto;
}
@media (max-width: 768px) {
    .datagridnfp {
        height: calc(100vh - 235px);
        overflow:auto;
    }
    .rz-text-h3 {padding:0;margin:0;}
    .nfps-container{display:initial!important;}
}
.datagridaccountdocuments{
    height: calc(100vh - 315px);
}
/*.rz-row > [class*="rz-col-"] {
    flex: 1;
}*/ /*attention!!! trop global*/
.rz-chkbox-box.rz-state-active, .rz-chkbox-box:hover, .rz-chkbox-box:focus {
    background-color: #9a4996;
}
.rz-checkboxlabel {margin-left: 0px; margin-top: 3px;cursor:pointer;vertical-align: middle;}
.text-red {color:#e10b13}
.text-blue {color:#4bc2f1}
.text-green {color:#8dc045}
.text-purple {color:#9a4996}
.text-orange {color:#fcc04a}
.border-red {border-color:#e10b13!important;}
.border-blue {border-color:#4bc2f1!important;}
.border-green {border-color:#8dc045!important;}
.border-purple {border-color:#9a4996!important;}
.border-orange {border-color:#fcc04a!important;}
.border-darkgray {border-color:#9fa4aa!important;}
.rz-card  p {
    margin-bottom: 0 !important;
}
/* FOOTER */
.rz-footer {
    flex-shrink: 0;
    background-color: #1D1D1B;
    color: white;
    position: relative; /* Nécessaire pour positionner l'icône de bascule */
    border: 0;
}

.FooterLogoColumn img {max-height:60px;}
/* Liens dans le footer */
.rz-footer a {
    color: white;
    text-decoration: none;
}
.rz-footer a:hover {
    text-decoration: underline;
}
/* Icône de bascule du footer */
.footer-toggle {
    text-align: center;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    
    background-color: white;
    color: #9a4996;

    font-size: 1.5rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.footerleft {}
.footermiddle {padding-top:20px;}
.footerright {padding-top:20px;padding-right:100px;text-align:right;}

@media (max-width: 1000px) {
    .footerleft {
        text-align: center;
    }
    .footerleft .divappstores {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footermiddle {
        padding-top: 20px;
    }

    .footerright {
        padding-top: 20px;
        padding-right: 0;
        text-align: center;
    }
}
/* Styles spécifiques aux appareils mobiles */
@media (max-width: 767px) {
    /* Masquer le contenu du footer par défaut sur mobile */
    .footer-content {
        display: none;
    }

    /* Afficher le contenu du footer lorsque le footer a la classe 'footer-expanded' */
    .rz-footer.footer-expanded .footer-content {
        display: block;
    }

    /* masquer l'icône de bascule sur mobile */
    .footer-toggle {
        display: none;
    }
    .rz-footer {
         position: fixed;
         bottom: 0;
    }
    .rz-footer .downloadnfpreader, .rz-footer .linkcontactus,  .rz-footer .linksupport {
        display: none;
    }
}

/* Styles spécifiques aux écrans plus grands */
@media (min-width: 768px) {
    .hidden-desktop {
        display: none!important;
    }
    .footer-content {
        display: block;
    }
    .footer-toggle {
        display: block;
    }
    .footer.footer-notexpanded {
        padding:10px;
    }
}


.rz-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.headerbar {background-color:#1D1D1B; border-bottom: 0; z-index: 1000;width:100%;}
.headerbar>div {padding: 0 10px;}
.headerbar .headerbanner {color: white; padding: 8px 16px; z-index: 1000;text-align:center;}
.headerbar .headerbanner p {margin:0!important;}
.bklogincontent {width: 100%; max-width: 450px; overflow: hidden; display: flex; flex-direction: column;}
.bkregistercontent {width: 100%; max-width: 850px; overflow: hidden; display: flex; flex-direction: column;}
.bklogincontentlogo{text-align: center; background-color:#1D1D1B;}
.bklogincontentcard{}
.loginusername,.loginusernamemobile{color:#ffffff;font-weight:bold;}
.linkaccountstatus:hover {text-decoration:none}
.loginusername{color:#ffffff;line-height:.9em;padding:0;--rz-gap:1px; flex-wrap:nowrap; align-self: flex-start;padding-bottom:2px;}
.accountstatus-standard{color: #ffffff;line-height: .9em;padding: 0;font-weight: 500;display: block; width: 100%;}
.accountstatus-standard:hover, .accountstatus-standard:focus, .accountstatus-standard:focus-visible, .accountstatus-standard:active, .accountstatus-standard:active:focus, .accountstatus-standard:active:focus-visible {color: #ffffff;}
/*.accountstatus-advanced{color: #f1d768;line-height: .9em;padding: 0;font-weight: 500;display: block; width: 100%;}*/
.accountstatus-advanced{color: #9a4996;line-height: .9em;padding: 0;font-weight: 500;display: block; width: 100%;}
.accountstatus-advanced:hover, .accountstatus-advanced:focus, .accountstatus-advanced:focus-visible, .accountstatus-advanced:active, .accountstatus-advanced:active:focus, .accountstatus-advanced:active:focus-visible {color: #9a4996;}
.accountstatus-advanced i{top:1px;}
/*.accountstatus-advanced i.fa-duotone {--fa-primary-color: #ffffff;--fa-secondary-color: #f1d768;--fa-secondary-opacity: .8;}*/
.accountstatus-advanced i.fa-duotone {--fa-primary-color: #ffffff;--fa-secondary-color: #9a4996;--fa-secondary-opacity: .8;}
.accountstatus-verified{color:#8dc045;line-height:.9em;padding:0;font-weight:500;display: block; width: 100%;}
.accountstatus-verified:hover, .accountstatus-verified:focus, .accountstatus-verified:focus-visible, .accountstatus-verified:active, .accountstatus-verified:active:focus, .accountstatus-verified:active:focus-visible {color: #8dc045;}
.accountstatus-verified i{top:1px;}
.accountstatus-verified i.fa-duotone {--fa-primary-color: #ffffff;--fa-secondary-color: #8dc045;--fa-secondary-opacity: .8;}
.loginusernamemobile {display:none;}
.loginlogo{/*padding-bottom:20px;*/padding:10px;margin-bottom: 0 !important;max-width:200px;max-height:200px;}
.align-h4 {
    display: flex;
    align-items: center;
    height: 80px;
}
ul.rz-profile-menu.profilemenu {
    background-color:#1D1D1B; z-index: 1001;height:60px;
}
.profilemenu .lastlink {
    border-top: 1px solid #ccc;
}
.profilemenu .culturedropdown {
    max-width: 100%;
}
.profilemenu .culturedropdown .rz-dropdown {
    max-width: 100%;
}
.culturedropdown {
    cursor:pointer;
    max-width:120px;
}
.culturedropdown .rz-dropdown {
    max-width: 120px;
}
.culturelang {line-height: 1.2;}
.culturelang img {
    height:20px;
    vertical-align:middle; margin-right:5px;margin-top: -4px;
}
@media (max-width: 768px) {
    .rz-dialog.dialog-content-nfp .rz-dialog-title {font-size:0.85em;padding-left:30px;}
    .culturedropdown {
        max-width: 60px;
        margin-left: auto;
    }
    .culturedropdown .rz-dropdown {
        max-width: 60px;
    }
    .culturelang img {
        margin-right:2px;
    }
    /*.culturelang span {
        display: none;
    }*/
}
.navbartitle {
    color: white!important;
    background: transparent!important;
    border: 0!important;
}
.navbartitle span {
    font-size: 30px;
    display: flex !important;
    align-items: center;
    height: 100%;
}

@media (max-width: 1060px) {
    .navbartitle span {
        font-size: 25px;
    }
}
@media (max-width: 950px) {
    .navbartitle span {
        font-size: 20px;
    }
}
@media (max-width: 850px) {
    .navbartitle {
        display:none!important;
    }
}
.rz-sidebar-toggle, .rz-sidebar-toggle:focus-visible, .rz-sidebar-toggle:hover {
    color: white!important;
    background: transparent!important;
    border: 0!important;
}
@media (max-width: 768px) {
    .rz-sidebar-toggle {
        padding: 0!important;
        margin:0
    }
}
.firstletteruppercase::first-letter {
    text-transform: uppercase;
}
.registercontent {
    /*padding-top:200px;*/
}
.registercontent .rz-messages-error {
    position:absolute;
    top:2px;
    right:6px;
    font-weight:bold;
}
#mobile-error {
    position:relative;
    right:0;
    left:6px;
}

.buycreditsmenu{cursor:pointer;height: 60px;padding-left: 14px;border-left:1px solid white;}
.profilemenu{border-left:1px solid white; padding-left: 14px;}
@media (max-width: 768px) {
    .termscontainer {
        margin: 0 !important;
        padding:0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .termscontainer  > div {
        margin: 0 !important;
        padding:0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .termscontainer  > div > div {
        margin: 0 !important;
        padding:0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .termscontainer .rz-card {border:0!important;border-radius: 0!important;box-shadow: none!important;width: 100% !important;height: 100vh;}
    .logincontainer > div {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .hide-on-mobile {
        display: none;
    }
    input, select, button, textarea {
        font-size: 16px; /* Taille de texte plus grande pour la lisibilité */
        /* autres styles adaptatifs ici */
    }
    .rz-layout, .rz-body {
        margin: 0;
        padding: 0;
        align-items: flex-start;
    }
    .rz-body {
        margin: 0;  
        padding: 5px 10px 5px 6px;
    }
    .rz-layout .rz-sidebar {
        height:100% !important;
    }
    .rz-layout {
        height: 100vh;
        margin: 0;
        margin-bottom:70px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background:white!important;
        overflow: hidden;
        overflow-y: auto;
    }
    .logincontainer, .bklogincontentlogo, .loginlogo {
        margin: 0;
        padding: 0;
    }
    .logincontainer>div {
        display: flex;
        justify-content: flex-start; /* Alignement horizontal en haut */
        align-items: flex-start; /* Alignement vertical en haut */
        height: 100vh !important; /* Hauteur totale de la fenêtre */
    }
    .loginusername, .accountstatus {display:none;}
    .loginusernamemobile {
        display:block;
        padding:12px;
        max-width: 200px; 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        overflow-wrap: break-word;
        color:#000;
    }
    .bklogincontent {border-radius: 0 !important;box-shadow: none !important;margin: 0 !important;padding: 0 !important;}
    .bkregistercontent {border-radius: 0 !important;box-shadow: none !important;margin: 0 !important;padding: 0 !important;}
    .rz-profile-menu{padding:10px 0 5px 5px!important;}
    .buycreditsmenu{padding-left: 5px!important;}
    .profilemenu{padding-left: 14px!important;}
}
/*PDF VIEWER*/
.rz-dialog-content{
    height:100%;
}
.pdf-viewer-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#pdfViewer {
    flex-grow: 1;
    border: none;
}

.datagrid-column-multiple-buttons {
    height: auto;        /* Laisser la hauteur s'ajuster automatiquement */
}

.datagrid-cell {
    vertical-align: top; /* Aligner le contenu en haut pour éviter les espaces inutiles */
}
.badge-sm {
    font-size: 0.75rem; /* Taille de police plus petite pour les badges */
    padding: 0.25rem 0.5rem; /* Ajuster le padding pour un badge plus compact */
    border-radius: 0.2rem; /* Coins arrondis */
    background-color: #9a4996; /* Couleur de fond du badge */
    color: white; /* Couleur du texte du badge */    
}
.badge-xs {
    font-size: 0.65rem; /* Taille de police encore plus petite pour les badges */
    padding: 0.2rem 0.4rem; /* Ajuster le padding pour un badge très compact */
    border-radius: 0.2rem; /* Coins arrondis */
    background-color: #9a4996; /* Couleur de fond du badge */
    color: white; /* Couleur du texte du badge */
}
.badge-position {
    position: absolute;
    top: -2px;
    left: -10px;
    transform: translate(50%, -50%);
    z-index: 1;
    font-size:8px;  padding: 0 4px;
}

.position-relative {
    position: relative;
}
.deedpropertyicon{
    font-size:18px;
}
.img-thumbnail-nfp {
    cursor:pointer;
    max-width: 60px;
    max-height: 60px;
}
.img-thumbnail-nfp-add {
    cursor:pointer;
    width: 36px;
    margin-left:8px;
    margin-right:2px;
    margin-top:2px;
}
/******************** DROPZONE *******************/
/* Appliquer un style personnalisé à la zone de dépôt */
.dropzone {
    border: 3px dashed #f1f1f1;  /* Bord en pointillé bleu */
    border-radius: 10px;         /* Coins arrondis */
    background-color: #f9f9f9;   /* Fond légèrement gris */
    padding: 20px;
    transition: background-color 0.3s ease;
    text-align: center;           /* Centrer le texte */
    font-family: Arial, sans-serif;
    color: #333;
}

/* Changer la couleur de fond quand la souris survole la zone */
.dropzone:hover {
    border-color: #9a4996;
    background-color: #f1f1f1;
}

/* Style du texte par défaut dans la zone de dépôt */
.dropzone .dz-message {
    font-size: 18px;
    font-weight: bold;
    color: #555;
}

/* Personnaliser l'apparence des fichiers en cours d'upload */
.dropzone .dz-preview .dz-image img {
    width: 120px;
    border-radius: 5px;
}

/* Ajouter un effet de survol sur les prévisualisations */
.dropzone .dz-preview:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

/* TOTP code */
.rz-security-code-input {height:50px;}

/* Bouton pour supprimer les fichiers (si activé) */
.dropzone .dz-remove {
    color: #e10b13;
    font-size: 14px;
    cursor: pointer;
}


.thumbnail-container {
    position: relative;
    display: inline-block;
}

.thumbnail-actions {
    position: absolute;
    top: 10px;
    right: 10px;
}

.thumbnail-actions .rz-button {
    margin-left: 5px;
}
.gridnfphr {
    position:relative;height: auto;padding: 20px 0;
}
.gridnfphr a{
    color: #555;
    text-decoration: none;
}
.H4Success .rz-alert-icon {font-size:28px;}
.dashboard-card {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.dashboard-card .rz-button {
    margin-top: 10px;
}

.mt-4 {
    margin-top: 1.5rem;
}
.bg-gradient-orange {
    background: linear-gradient(to right, #ffbf96, #fe7096) !important;
}
.bg-gradient-warning {
    background: linear-gradient(to right, #fcc04a, #f9a23f) !important;
}
.bg-gradient-danger {
    background: linear-gradient(to right, #e10500, #e10b13) !important;
}
.bg-gradient-info {
    background: linear-gradient(to right, #90caf9, #047edf 99%) !important;
}
.bg-gradient-success {
    background: linear-gradient(to right, #84d9d2, #07cdae) !important;
}
.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
/* Ajustements pour le groupe de boutons */
.btndownloadoptions {
    background-color:#888!important;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    border-left: 1px solid white!important;
}
.btn-group.btndownloadgroup .btn {
    border-radius: 0.25rem;
}

/* Suppression des marges si nécessaire */
.btn-group.btndownloadgroup .dropdown-toggle-split {
    border-left: 0;
}
.btn-group.btndownloadgroup ul {margin:0;padding:0;}
.btn-group.btndownloadgroup ul li {margin:0;padding:1px;}

    /* Styles spécifiques pour les options de dropdown */
.btn-group.btndownloadgroup .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    color: #ffffff;
    font-size: 14px;
}

.btn-group.btndownloadgroup .dropdown-menu .dropdown-item i {
    margin-right: 8px;
    font-size: 16px;
}
.btn-outline-primary{
    color:#6c757d;
    border-color:rgb(206, 212, 218);
}
.btn-outline-primary:hover{
    color:#6c757d;
    background-color: white;
    border-color:rgb(206, 212, 218);
}
.btn-outline-primary:active {
    color:#fff;
    background-color: #9a4996!important;
    border-color: #9a4996!important;
}
.btn-outline-primary:active i {
    color:#fff!important;
    --fa-primary-color: #fff!important;
    --fa-secondary-color: #fff!important;
    --fa-secondary-opacity: .4;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #6c757d;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
/* Couleurs personnalisées pour chaque option */
.btn-google-drive {
    background-color: #F4B400 !important; /* Google Drive jaune */
}

.btn-onedrive {
    background-color: #0078D4 !important; /* Microsoft OneDrive bleu */
}

.btn-dropbox {
    background-color: #0061FF !important; /* Dropbox bleu */
}

.btn-chatgpt {
    background-color: #3AA56D !important; /* ChatGPT vert */
}
.btn-generatereport {
    background-color: #9a4996 !important; /* ChatGPT vert */
}
/* Styles pour les nouveaux boutons */
.btn-slack {
    background-color: #4A154B !important; /* Couleur Slack violet */
}

.btn-teams {
    background-color: #6264A7 !important; /* Couleur Microsoft Teams bleu */
}

.btn-trello {
    background-color: #0079BF !important; /* Couleur Trello bleu */
}

.btn-monday {
    background-color: #2962FF !important; /* Couleur Monday.com bleu vif */
}
/* Effet de survol */
.btn-google-drive:hover {
    background-color: #E09E00 !important;
}

.btn-onedrive:hover {
    background-color: #005A9E !important;
}

.btn-dropbox:hover {
    background-color: #0051E0 !important;
}

.btn-chatgpt:hover {
    background-color: #338A5E !important;
}
.btn-generatereport:hover {
    background-color: #9a4996 !important;
}

/* Effets de survol pour les nouveaux boutons */
.btn-slack:hover {
    background-color: #3b0d36 !important;
}

.btn-teams:hover {
    background-color: #525aa7 !important;
}

.btn-trello:hover {
    background-color: #026aa7 !important;
}

.btn-monday:hover {
    background-color: #254eda !important;
}

/* DJNS Card Styles */
#djns {margin:0 -20px;}
.djns-slider-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}

.djns-list {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Masquer la barre de défilement sur Firefox */
    -ms-overflow-style: none; /* Masquer la barre de défilement sur IE/Edge */
}

.djns-list::-webkit-scrollbar {
    display: none; /* Masquer la barre de défilement sur Chrome/Safari */
}

.djns-card-wrapper {
    flex: 0 0 auto;
    width: 300px; /* Largeur des cartes */
    margin: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.djns-card-wrapper:hover {
    transform: scale(1.05);
}

.djns-card {
    height: 170px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.djns-card-content {
    background: rgba(58, 71, 77, 0.7);
    color: white;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.djns-card-content h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;       
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 1.2em;         
}


.djns-card-content p {
    margin: 2px 0 0 0;
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;        /* Limite à 2 lignes */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 1.5rem;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.slider-arrow.left {
    left: 10px;
}

.slider-arrow.right {
    right: 10px;
}

.slider-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}


/* Projet Card Styles */
#projects {
    padding: 0;
    background-color: #DAE0E6;
}

.project-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 1rem 0;
}

.project-card-wrapper {
    flex: 0 0 auto;
    margin-right: 16px;
    width: 360px;
    text-decoration: none;
    cursor: pointer;
}

.project-card {
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top: 0;
    background: rgb(255, 255, 255) no-repeat center center / cover;
    min-width: 15em;
    min-height: 20em;
    border-radius: 8px;
    background-size: cover;
    overflow: hidden;
}

.project-card::before {
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, .2));
    content: "";
    border-radius: 8px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.project-card:hover {
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.5), 0 4px 20px 0 rgba(0, 0, 0, 0.49);
}

.project-card:hover::before {
    opacity: 0.4;
}

.project-card-content {
    color: white;
    opacity: 1;
    position: absolute;
    bottom: 0px;
    padding: 0 10px;
    /*min-height:100px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.project-card-content p{
    min-height:40px;
}
/*.projet-card-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #9a4996;
    color: white;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 0.8em;
}*/
.projet-card-badge {
    text-align:center;
    position: absolute;
    top: 16px;
    right: -34px;
    background-color: #9a4996;
    color: white;
    padding: 2px 0;
    transform: rotate(45deg);
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    width:120px;
}
.project-slider-container {
    position: relative;
    padding: 0 30px; /* espace pour les flèches */
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background-color: white;
    color: #9a4996;
    border: none;
    font-size: 1.5rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease;
}

.slider-arrow:hover {
    background-color: #f2f2f2;
}

.dropzone-transcript,.dropzone.editonefile {
    min-height:218px;
}
.dropzone-transcript .dz-default.dz-message, .dropzone.editonefile .dz-default.dz-message {
    margin: 73px 0;
}
.table-rib{margin:0;}
.table-rib>tbody>tr>td {border-color:#e0e0e0!important;}
.table-rib td{padding:10px;min-width:200px;}
@media (max-width: 768px) {
    .table-rib td{padding:10px;min-width:120px;}
    .table-rib td a span {display:none;}
}
.table-rib>tbody>tr:nth-child(even)>td,
.table-rib>tbody>tr:nth-child(even)>th {
    background-color: #e0e0e0;
}
@media (max-width: 768px) {
    .table-rib {
        width:100% !important;
        margin:0!important;
    }
}
/*SCROLLBARS*/

.rz-layout::-webkit-scrollbar-thumb,
.rz-layout ::-webkit-scrollbar-thumb,
.rz-scrollbars::-webkit-scrollbar-thumb,
.rz-scrollbars ::-webkit-scrollbar-thumb {
    /*background: #7d3f7d;*/
}
.card-footer,.card-header,.card-body{padding:0.6rem;}
.card-body h5 {text-align:center;}
.dropdown-menu.dropdown-small-size .dropdown-item {
    font-size: 0.875rem;
}
.nfpqrcodebutton {position: relative; display: inline-block;}
.nfpqrcodebutton .badge {position: absolute; top: -5px; left: -10px; font-size: 0.6rem; padding: 2px 4px; border-radius: 50%;}

.popup-custom .popup-custom-header {
    display: none !important;
}
.popup-custom.popup-custom-without-header .rz-dialog-titlebar {
    display: none !important;
}
.popup-custom.popup-custom-without-header .popup-custom-header {
    display: block !important;
}
@media (max-width: 768px) {
    .popup-custom {
        background-color:#f9f9f9;
    }
    .popup-custom .rz-dialog-content,
    .popup-custom .container-fluid {
        padding: 0;
    }

    .popup-custom .rz-dialog-titlebar {
        display: none !important;
    }

    /* On affiche le header en mobile et on le met en flex */
    .popup-custom .popup-custom-header, .dialog-content-nfp-mobile .popup-custom-header {
        display: flex !important;
        align-items: center;      /* Centre en hauteur */
        justify-content: flex-start;
        height: 56px;            /* Hauteur fixe pour mieux voir le centrage */
        padding: 0 10px;         /* Un peu de marge horizontale */
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }

    /* Le bouton : grosse taille, pas de margin-top */
    .popup-custom .popup-custom-header button, .dialog-content-nfp-mobile .popup-custom-header button {
        font-size: 1.75em;
        line-height: 1;          /* Évite le bouton trop grand */
        margin-top: 2px;           /* Retire le margin-top */
        padding-left:0;
    }

    /* Le texte : même taille, pas de margin-top */
    .popup-custom .popup-custom-header span, .dialog-content-nfp-mobile .popup-custom-header span {
        font-size: 1.75em;
        line-height: 1;
        margin-top: 0;           /* Retire le margin-top */
    }
}

.btnnfprefresh {width:48px;height:48px;}

.audio-transcript {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    border-radius: 4px;
    /*max-height: 200px;*/
    overflow-y: auto;
}
.audio-transcript pre {
    margin: 0;
    font-family: Consolas, monospace;
    white-space: pre-wrap;
}
.dialog-content-nfp-mobile .rz-dialog-titlebar {display:none;}
.dialog-content-nfp-mobile .rz-dialog-content {padding:0;}
.dialog-content-nfp-mobile .icon-png {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.dialog-content-nfp-mobile .icon-png-big {
    width: 48px;
    height: 48px;
    display:block; 
    margin:0 auto;
}
.dialog-content-nfp-mobile .viewer-container {
    flex:1; 
    position:relative;
    display:block; 
    width:100%; 
    height:auto; 
    margin-bottom:10px;
    overflow:auto!important;
}
.dialog-content-nfp-mobile .viewer-container .viewer-pdf {
    width: 100%;
    height:70vh;
}
.dialog-content-nfp-mobile .viewer-container .viewer-audio {
    width: 100%;
    height:auto;
    min-height: 300px;
}
.dialog-content-nfp-mobile .viewer-container .viewer-video {
    width: 100%;
    height:auto;
    min-height: 300px;
}
.dialog-content-nfp-mobile .viewer-container .viewer-image {
    width: 100%;
    height:70vh;
}
.dialog-content-nfp-mobile .btn-circle {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 2rem;
}
.dialog-content-nfp-mobile .btn-circle.disabled {
    background-color: #f1f1f1!important;
    color: #ccc!important;
    border-color: #ccc!important;
}

.dialog-content-nfp-mobile .btn-circle.disabled i {
    color: #ccc!important;
}
.dialog-content-nfp-mobile .btn-circle.playButtonIcon {
     width: 64px;
     height: 64px;
    font-size: 3rem;
 }

.dialog-content-nfp-mobile .waveform-container {
    width: 100%;
    margin: 0 auto;   /* centre horizontalement */
}
.iconduotone {
    --fa-primary-color: #9a4996;
    --fa-secondary-color: #9a4996;
    --fa-secondary-opacity: .5;
}
.chat-container {
    position: relative;
    z-index: 1000;
}

.chat-btn {
    font-size:45px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* Optionnel : ajouter une petite animation au survol */
    transition: transform 0.2s ease-in-out;
}

.chat-btn:hover {
    transform: scale(1.1);
}

/* Popup de chat */
.chat-popup {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: width 0.3s ease, height 0.3s ease;
    position: fixed; 
    bottom: 80px; 
    right: 20px;
    width: 500px;
    height: 600px; /* Hauteur par défaut */
    max-height: 500px; 
    overflow: hidden;
}

/* Classe lorsqu'elle est agrandie */
.chat-popup.chat-expanded {
    width: 50%!important; /* ou 100% pour le mode mobile */
    height: 80vh!important; /* Ajusté à 90vh pour éviter 100vh qui pourrait causer des débordements */
    max-height: none!important; /* Supprime max-height pour permettre l'agrandissement */
}


/* En-tête de la popup */
.chat-header {
    background-color: #1d1d1b;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-title {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Bouton de fermeture */
.chat-close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    outline: none;
}

/* Corps du chat */
.chat-body {
    padding: 10px;
    padding-bottom:0;
    background-color: #f9f9f9;
    flex: 1;
    overflow-y: auto;
}

/* Footer du chat */
.chat-footer {
    position: relative; /* Pour positionner le pseudo-élément */
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}
/* Pseudo-élément pour le loader, visible quand on applique la classe "loading" */
.chat-footer.loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
            90deg,
            transparent,
            #9a4996,
            transparent
    );
    background-size: 200% 100%;
    animation: loaderAnimation 1s infinite;
}

/* Animation du loader */
@keyframes loaderAnimation {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Conteneur qui force le retour à la ligne */
.chat-message-container {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.chat-message-container.user-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
/* Messages */
.chat-message {
    /*margin-bottom: 10px;*/
    padding: 8px 12px;
    border-radius: 8px;
    word-break: break-word;
    clear: both;
}
/* Message de l'utilisateur : largeur dynamique, aligné à droite */
.chat-message.user {
    background-color: #d1e7dd;
    text-align: left;
    display: inline-block;
    max-width: 80%;
    word-wrap: break-word;
}

/* Message du bot reste sur 80 % maximum et en alignement à gauche */
.chat-message.bot {
    background-color: #f8d7da;
    margin-right: auto;
    text-align: left;
    display: inline-block;
    max-width: 80%;
    word-wrap: break-word;
}

/* Mode mobile : la popup occupe 100% de la largeur et la hauteur */
@media screen and (max-width: 768px) {
    .chat-btn {
        right:60px;
        bottom:10px;
        font-size:30px;
    }
    .chat-popup {
        width: 100%;
        height: 100%;
        border-radius: 0;
        max-height: none;
        bottom: 61px!important;
        right:0!important;
    }
    /* Classe lorsqu'elle est agrandie */
    .chat-popup.chat-expanded {
        bottom:0!important;
        left:0!important;
        width: 100%!important; /* ou 100% pour le mode mobile */
        height: 100vh!important; /* Ajusté à 90vh pour éviter 100vh qui pourrait causer des débordements */
        max-height: none!important; /* Supprime max-height pour permettre l'agrandissement */
    }
}
.coffres-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.coffre-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.coffre-card:hover {
    transform: scale(1.02);
}

.coffre-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

/*.badge {*/
/*    background: #6200ee;*/
/*    color: #ffffff;*/
/*    border-radius: 12px;*/
/*    padding: 4px 8px;*/
/*    font-size: 14px;*/
/*}*/

.coffre-details {
    margin-top: 8px;
    color: #757575;
    font-size: 14px;
}
.radzentreecontainer,#radzentreecontainer{overflow:auto!important;}
.rz-tree:active,.rz-tree:focus,.rz-tree:focus-visible, .rz-treenode-label:active, .rz-treenode-label:focus, .rz-treenode-label:focus-visible, .rz-treenode-content:active, .rz-treenode-content:focus,.rz-treenode-content:focus-visible {
    outline: none!important;
    outline-offset: 0!important;
    border:none!important;
    outline:0!important;
    outline-color: transparent!important;
}
/*--------------------------------------------------
	[PRICING]
----------------------------------------------------*/
/* No Space Row */
.no-space-row { 
}

.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
    padding: 0; }

@media (max-width: 767px) {
    .no-space-row [class^="col-"],
    .no-space-row [class*="col-"] {
        padding: 0 15px; } }
.pricing-bg {
    /*padding: 100px 0 100px 0;
    background: #f7fafd;*/
    /* Prcing Red */ }
.pricing-bg .pricing {
    padding: 50px;
    text-align: center;
    border: 2px solid #aebcc7; }
.pricing-bg .pricing img {
    width: 60px;
    height: auto;
    margin-bottom: 30px; }
.pricing-bg .pricing h4 {
    font-size: 27px;
    margin: 0 0 15px;
    color: #3f5263; }
.pricing-bg .pricing span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3f5263; }
.pricing-bg .pricing .pricing-features {
    padding: 0;
    margin: 35px 0;
    list-style: none; }
.pricing-bg .pricing .pricing-features li {
    padding: 3px 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #8693a7; }
.pricing-bg .pricing-red {
    border: none;
    padding: 80px 0;
    background: #d15d5d; }
.pricing-bg .pricing-red h4,
.pricing-bg .pricing-red span {
    color: #fff; }
.pricing-bg .pricing-red .pricing-features li {
    color: #f7a0a0; }

/* Stylesheet design for above 992px */
@media (min-width: 992px) {
    /* 992px */
    /* Prcing Red */
    .pricing {
        margin-top: 50px; }

    .pricing-red {
        margin-top: 20px; }

    .pricing.no-right-brd {
        border-right: none; }

    .pricing.no-left-brd {
        border-left: none; } 
}

.monaco-editor-container { /* for all editor instances */
    height: 100%;
}

.thenfpcard {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}

.thenfpcard:hover {
    transform: scale(1.05);
    z-index: 10;
}

.fcrse_1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    transition: 0.3s ease-in-out;
}
.card-nfp .card-nfp-content {cursor:pointer;}
.card-nfp .card-nfp-content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #555!important;
    cursor:pointer;
    margin-top: 4px;
    margin-bottom: 6px;
    text-align:left;
}
.card-nfp .card-nfp-content table {
     font-size: 13px!important;
}
.card-nfp .fcrse_img {
    height: 180px;
    cursor:pointer;
    width: 100%;
}
.card-nfp .fcrse_img .nfpicon {
    height: 128px;
    width:auto;
}
.card-nfp .table-nfp-details {width:100%}

.fcrse_img.sealproofform {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin-bottom:4px;
}
/*used in nfp & sealproof*/
.fcrse_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    /*border-radius: 8px;*/
}
.badge-new {
    position: absolute;
    top: 12px;
    left: -34px;
    /*background-color: #fcc04a;*/
    background-color: #8dc045;
    color: white;
    padding: 2px 40px;
    transform: rotate(-45deg);
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.badge-top {
    position: absolute;
    top: 12px;
    left: -34px;
    /*background-color: #fcc04a;*/
    background-color: #e10b13;
    color: white;
    padding: 2px 40px;
    transform: rotate(-45deg);
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

.fcrse_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.crse14s {
    font-size: 16px;
    font-weight: 600;
    color: #333!important;
}

p.form-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    min-height: 40px; /* Fixe une hauteur minimale pour éviter les variations */
}
/* Garde toutes les cartes de la même hauteur */
#listforms .fcrse_1 {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}
#listforms .fcrse_1:hover {
    transform: scale(1.05);
    z-index: 10;
}

.fcrse_1.mb-30 {
    flex: 1;
    display: flex;
    flex-direction: column;
    cursor:pointer;
}

.modal-fullscreen-custom {
    max-width: 90vw;  /* Largeur max à 90% de l'écran */
    height: 90vh;      /* Hauteur max à 90% de l'écran */
    margin: auto auto;
}

.modal-fullscreen-custom .modal-content {
    height: 100%; /* Remplit toute la hauteur de la modale */
    width: 100%;
}

.modal-fullscreen-custom .modal-body {
    overflow-y: auto; /* Active le scroll si le contenu est trop grand */
}
.nfphr {
    font-weight: bold;
    cursor:pointer;
    color:var(--rz-text-selection-color);
    text-decoration: none;
}
#nfphr {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #e0e0e0;
    text-align: center;
    cursor:pointer;
}

/* SPECIF FOR FORMIO */
.bi.bi-x-circle {
    font-family: "Font Awesome 6 Pro" !important;
    font-style: normal !important;
    font-weight: 900; /* ou 400 selon ton style (solid = 900, regular = 400, duotone = 900) */
    content: "\f057"; /* Unicode de fa-circle-xmark */
    font-size: 16px;
    display: inline-block;
}

.bi.bi-x-circle::before {
    content: "\f057"; /* Nécessaire pour que l’icône apparaisse */
}


.formio-wizard-nav-container.list-inline {margin-top:16px;}
.formio-form > div > nav > ul.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #9a4996;
    border-color: #9a4996;
}
.formio-form>div>nav>ul.pagination .page-link {
    cursor:pointer;
    color:#9a4996
}
.formio-form>div>nav>ul.pagination .page-item.active .page-link {
    color:#fff;
    background-color:#9a4996;
    border-color:#9a4996
}
.badge-lg {
    font-size: 0.9rem;
    padding: 0.6em 1.2em;
    border-radius: 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.badge-lg:hover {
    transform: scale(1.05);
    opacity: 0.95;
    cursor: pointer;
}
.usercredits {
    cursor:pointer;
}
.usercredits img {
    height:14px;
}
.usercredits span {
    padding-left:2px;
    padding-bottom:2px;
    line-height:1px;
    color:white;
}
ul.rz-profile-menu {
    border:0!important;
}
.badge-nfps-number {
    margin-left: 3px;
    font-size: 10px;
    padding: 0 3px;
    line-height: 15px;
    position: relative;
    /*bottom: 4px;*/
}
.badge-forms-number {
    /*background-color:transparent!important;*/
    /*ajout d'un petit alpha sur le badge*/ 
    /*background-color:rgba(255, 255, 255, 0.3)!important;*/
    margin-left: 4px;
    font-size: 10px;
    padding: 0 3px 1px 3px;    
    line-height: 12px;
    position: absolute;
    top:-7px;
    right:-3px;
    outline-style: solid;
    outline-width: 1px;
}
/*add an outline to the active badge*/
.listformcategories .badge.active {
    outline-style: solid;
    outline-width: 4px;
}
.listformcategories .badge-lg {
    padding: 10px 10px;
    font-weight:normal;
}
.listformcategories .badge.active.bg-secondary { outline-color: rgba(108, 117, 125, 0.4) !important; }
.listformcategories .badge.active.bg-red { outline-color: rgba(225, 11, 19, 0.4) !important; }
.listformcategories .badge.active.bg-orange { outline-color: rgba(249, 162, 63, 0.4) !important; }
.listformcategories .badge.active.bg-blue { outline-color: rgba(4, 126, 223, 0.4) !important; }
.listformcategories .badge.active.bg-green { outline-color: rgba(7, 205, 174, 0.4) !important; }
.listformcategories .badge.active.bg-purple { outline-color: rgba(154, 73, 150, 0.4) !important; }
.listformcategories .badge.active.bg-pink { outline-color: rgba(232, 62, 140, 0.4) !important; }
.listformcategories .badge.active.bg-teal { outline-color: rgba(32, 201, 151, 0.4) !important; }
.listformcategories .badge.active.bg-cyan { outline-color: rgba(23, 162, 184, 0.4) !important; }
.listformcategories .badge.active.bg-yellow { outline-color: rgba(255, 193, 7, 0.4) !important; }
.listformcategories .badge.active.bg-indigo { outline-color: rgba(102, 16, 242, 0.4) !important; }
.listformcategories .badge.active.bg-gray { outline-color: rgba(108, 117, 125, 0.4) !important; }
.listformcategories .badge.active.bg-brown { outline-color: rgba(121, 85, 72, 0.4) !important; }
.listformcategories .badge.active.bg-lime { outline-color: rgba(205, 220, 57, 0.4) !important; }
.listformcategories .badge.active.bg-amber { outline-color: rgba(255, 179, 0, 0.4) !important; }
.listformcategories .badge.active.bg-navy { outline-color: rgba(0, 31, 63, 0.4) !important; }

.codeviewer {
    height:100%; 
    overflow:auto; 
    margin:0; 
    padding:0;
    padding-bottom:70px;
}
.GlowCredits {
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 8px; /* coins arrondis */
    padding: 4px 6px; /* ajuster légèrement le padding pour un meilleur rendu */
}
/*
.GlowCredits:hover {
    box-shadow:
            0 0 5px #ffffff,
            0 0 10px #9a4996,
            0 0 20px #9a4996;
}
*/


.GlowCredits:hover {
    box-shadow:
            0 0 5px #ffdd80,
            0 0 12px #ffc107,
            0 0 20px #ff9800;
}
.pricing-item {
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.pricing-item img {
    display: block;
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    border-radius: 10px;
}
.pricing-item h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.pricing-item h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #9a4996;
    margin-bottom: 10px;
}

.pricing-item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}

.pricing-item ul li {
    margin-bottom: 10px;
    color: #555;
}

.pricing-item ul li i {
    color: #28a745;
    margin-right: 8px;
}

.pricing-item .btn-primary {
    background-color: #9a4996;
    color: #fff;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.pricing-item .btn-primary:hover {
    background-color: #7e3b7b;
    color: #fff;
}
.ToggleIntro {
    position: absolute; 
    text-align:center;
    top: 8.5px; 
    right:0; 
    cursor: pointer;
    background-color: white;
    color: #9a4996;
    font-size: 1.5rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
    .ToggleIntro {
        top: 2px; right:-15px; 
    }
    .ToggleIntro.ToggleIntroWithClose {
        top:4px;
    }
}
.pageintrodetail {padding-top:10px;padding-bottom:10px;}
.pageintrodetail ol {margin-bottom:0!important;} 
.pageintrodetail h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
}

.pageintrodetail h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #9a4996;
    margin-bottom: 10px;
}

.pageintrodetail h5 {
    font-size: 1.15rem;
}
.pageintrodetail .pageintrodetailvideocontainer {
    /*width: 100%;*/
    background-color: #f0f0f0;
    text-align: center;
    margin-bottom: 10px;
    height:500px;
}
/*.plyr audio,.plyr iframe,.plyr video{
    display:block;
    max-height:500px!important;
    width:100%
}*/
.pageintrodetailvideocontainer>video{display:none!important;}

/*.pageintrodetail .pageintrodetailvideocontainer video {
    display: block;
    margin: 0 auto;
    padding: 0 !important;
    width: 85%;
    height: auto;
    object-fit: contain;
    max-height:500px;
}*/

@media (max-width: 1280px) {
    .pageintrodetail .pageintrodetailvideocontainer video {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .pageintrodetail .pageintrodetailvideocontainer {
        height:auto;
    }
}

.bonus {
    font-weight: bold;
    animation: testcolor 1s ease-in-out infinite alternate;
}

@keyframes testcolor {
    from { color: #9a4996; }
    to { color: #d070de; }
}
.nfp-djn-select {
    padding-left:20px;
    padding-right:5px;
    width: auto;
    min-width: 25%;
    height:40px;
}
.nfp-djn-select .rz-dropdown-label {
    padding-top:2px;
    padding-right:50px;
}
.rz-dropdown-label {
    line-height:1.2;
}
.rz-state-highlight.rz-menuitem, .rz-state-highlight.rz-autocomplete-list-item, .rz-state-highlight.rz-multiselect-item, .rz-autocomplete-items li.rz-state-highlight, .rz-dropdown-items li.rz-state-highlight, .rz-multiselect-items li.rz-state-highlight, .rz-dropdown-item.rz-state-highlight {
    background-color: #9a4996;
}
.rz-menuitem:hover, .rz-autocomplete-list-item:hover, .rz-multiselect-item:hover, .rz-autocomplete-items li:hover, .rz-dropdown-items li:hover, .rz-multiselect-items li:hover, .rz-dropdown-item:hover {
    background-color: #9a4996;
}
.rz-state-highlight.rz-menuitem:hover, .rz-state-highlight.rz-autocomplete-list-item:hover, .rz-state-highlight.rz-multiselect-item:hover, .rz-autocomplete-items li.rz-state-highlight:hover, .rz-dropdown-items li.rz-state-highlight:hover, .rz-multiselect-items li.rz-state-highlight:hover, .rz-dropdown-item.rz-state-highlight:hover {
    background-color: #9a4996;
}
/*@keyframes bgPulse {
    0% {
        background-color: #9a4996;
    }
    50% {
        background-color: #b35aae;
    }
    100% {
        background-color: #9a4996;
    }
}*/
@keyframes bgPulse {
    0% {
        background-color: #9a4996;
        box-shadow: 0 0 8px rgba(154, 73, 150, 0.4);
    }
    50% {
        background-color: #e86fe0; /* plus clair, plus flashy */
        box-shadow: 0 0 18px rgba(232, 111, 224, 0.7);
    }
    100% {
        background-color: #9a4996;
        box-shadow: 0 0 8px rgba(154, 73, 150, 0.4);
    }
}

.chat-btn {
    animation: bgPulse 2.5s infinite ease-in-out;
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #9a4996;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 999;
}
@media (max-width: 768px) {
    .chat-btn {
        right:60px;
        width: 70px;
        height: 70px;
    }
}
/*.chat-btn:hover {
    width: 100px;
    height: 100px;
    border-radius: 20px;
}
.chat-btn:hover img {
    width: 91px;
    height: 91px;
}*/

.chat-btn img {
    width: 100%;
    height: 100%;
    /*width: 32px;
    height: 32px;*/
    /*transition: transform 0.3s ease;*/
}

/*.chat-btn:hover img {
    transform: scale(1.1);
}*/

.chat-btn span {
    font-size: 12px;
    color: #555;
    margin-top: 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.chat-btn:hover span {
    opacity: 1;
}
.page-break-after {
    page-break-after: always;
    break-after: page;
}
.page-break-before, .page-break {
    page-break-before: always;
    break-before: page;
    margin-top: 10px;
}
.pageintrodetail p {
    margin-bottom: 1em;
    line-height: 1.5;
}

.pageintrodetail-icon {
    vertical-align: middle;
    margin: 0 0.3em;
    width: 1.2em; /* ajustez si besoin */
    height: auto;
}

.pageintrodetail ul {
    /*list-style: none;*/
    padding-left: 1.2em;
    margin-bottom: 1em;
}
/*
.nfps-list li::before {
    content: "•";
    margin-right: 0.5em;
}
*/
.nfps-actions li {
    margin-bottom: 0.3em;
}

.nfps-info {
    cursor: help;
    margin: 0 0.2em;
}
.card-selected {
    font-size: 1rem;
    transition: all 0.3s ease;
    scale: 1.08;
}

/*
.zoom-selected {
    transform: scale(1.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
}
.zoom-selected:hover {
    transform: scale(1.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}*/

.disabled-card {
    opacity: 0.5;
    filter: grayscale(100%);
    cursor: pointer;
}

.table.fixed-table.accountstatementstable th:nth-child(4),
.table.fixed-table.accountstatementstable td:nth-child(4),
.table.fixed-table.accountstatementstable th:nth-child(5),
.table.fixed-table.accountstatementstable td:nth-child(5) {
    border-left: 1px solid #dee2e6;
}

.table.fixed-table.accountstatementstable>tbody>tr:nth-child(even)>td,
.table.fixed-table.accountstatementstable>tbody>tr:nth-child(even)>th {
    background-color: #fbfbfb;
}
#formcontainer .btn-primary i {display:none;} 
#formcontainer>.alert.alert-success{display:none!important;}

.rz-sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.lpn-blockchain-info {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white for a sleek look */
    border-radius: 8px;
    padding: 8px 12px;
    margin: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif; /* Modern font */
    font-size: 14px;
    color: #ffffff; /* White text for contrast */
}

.lpn-blockchain-info:hover {
    transform: translateY(-2px); /* Subtle lift on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.lpn-blockchain-info .rz-stack {
    gap: 8px;
}

.lpn-blockchain-info .ok-text {
    color: #28a745; /* Green for OK */
    font-weight: 600; /* Slightly bold for emphasis */
}

.lpn-blockchain-info img {
    width: 20px;
    height: 20px;
    object-fit: cover; /* Ensure SVG scales properly */
}
.listprojectfolders {
    width: 100%;
}
#popup-formProjectFolder .rz-dropdown-items-wrapper, #popup-nfpProjectFolder .rz-dropdown-items-wrapper {
    max-height:300px!important;
}
.nfpbgregistred {
    font-size:12px;
    /*margin-left:20px;*/
}
.status-indicator {
    width: 6px;
    height: 36px;
    border-radius: 6px; /* arrondi haut et bas */
    margin-right: 6px;
    margin-top:3px;
    display: inline-block;
    vertical-align: middle;
}

.plyr-container {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 16/9; /* Ajustez selon le ratio de vos vidéos */
}

.plyr--video {
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
    object-fit: contain; /* Préserve le ratio d'aspect sans étirement */
}

.plyr__controls {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    z-index: 2; /* Assure que les contrôles sont au-dessus de la vidéo */
    background: rgba(0, 0, 0, 0.7); /* Fond semi-transparent pour les contrôles */
    padding: 10px;
}

.plyr__video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
