:root {
    --muted: oklch(0.95 0.02 192.78);
    --accent: oklch(0.84 0.07 189.96);
    --ring: #f3fcf9;
    --input: #2dd4bf;
    --color-site: #f3fcf9;
    --color-site-border: #2dd4bf;
    --color-site-hover: #8ae5cc;
}

.max-w-\[650px\] {
    max-width: 650px
}


.bg-color-claire{
    background:#f0fffb;
}
html, :root {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.congrats {
    position: relative;
    text-align: center;
}



/* Animation du texte */
@keyframes pop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

/* Confettis */
.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffcb05;
    top: 50%;
    left: 50%;
    opacity: 0;
    animation: confetti 2s ease-out infinite;
}

/* Génération de plusieurs confettis avec des décalages */
.confetti:nth-child(2) { background: #ff5733; animation-delay: 0.1s; }
.confetti:nth-child(3) { background: #33c4ff; animation-delay: 0.2s; }
.confetti:nth-child(4) { background: #ff33d4; animation-delay: 0.3s; }
.confetti:nth-child(5) { background: #8cff33; animation-delay: 0.4s; }

@keyframes confetti {
    0% {
        opacity: 1;
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translate(calc(-100px + 200px * var(--rand-x)), calc(200px * var(--rand-y))) rotate(720deg);
    }
}

.hidden-noactive{
    display:none;
}
.list-disc{
    list-style: circle;
    padding-left:40px;
}
[data-kt-stepper-item],.item-link-steeper{
    opacity:0.5;
    cursor:pointer;
}
.foreced-white,.foreced-white *{
    color:#fff !important;
    background-color:#ffffff !important;
    border-color:#ffffff !important;
}
[data-kt-stepper-item].active, .item-link-steeper.active{
    opacity: 1;
}
[data-kt-stepper-item].active .bg-muted{background-color:var(--color-site-border);}
.active .hidden-noactive{
    display:block;
}
.bg-vert{
    background: var(--color-site-border);
}
select#expert_domaines{min-height: 190px;}
.btn-site {
    background: linear-gradient(135deg, #2dd4bf 0%, #0891b2 100%);
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 0.75rem;
    color: #fff;
}
.kt-card-vert-site {
    border-color: var(--color-site-border);
    text-align: center;
    cursor: pointer;
}
.kt-card.kt-br-success {
    border-color: var(--color-green-800);
    text-align: center;
    cursor: pointer;
}

.kt-card.kt-br-warning {
    border-color: var(--color-yellow-400);
    text-align: center;
    cursor: pointer;
}

.kt-card.kt-br-secondary {
    border-color: #504848;
    text-align: center;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.border-color-gris {
    border: 1px solid #504848;
    color: #000;
}

.border-gris {
    border-gris: #504848;
}

.color-gris {
    color: var(--secondary-foreground);
}

.border-color-yellow {
    border: 1px solid var(--color-yellow-400);
    color: #000;
}

.border-color-green {
    border: 1px solid var(--color-green-800);
    color: #000;
}

.special-caractere {
    font-size: 25px;
}

.btn-site:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #0891b2 0%, #2dd4bf 100%);
    text-decoration: none;
    color: #fff;
}

#btn-open-notation {
    cursor: pointer;
}

.bg-grren-site {
    background: var(--color-site-border);
}

.w-100 {
    width: 150px;
}

.float-right {
    float: right;
}

div.dt-processing > div:last-child > div {
    background: var(--color-site-border);
}

.score_active {
    border-radius: 50%;
    font-size: 5rem;
    padding: 3px 25px;
    color: #fff;
    text-align: center;
}

.ki-sticker {
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-style: normal;
    text-transform: uppercase;
}
/* .ki-sticker.text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.kt-sticker-big {
    padding: 37px 28px;
    width: 112px;
} */
.score_na {
    background: #fff;
    padding: 37px 28px;
    width: 112px;
    border: 2px solid var(--color-site-border);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
}

.ki-sticker-a,
.score_a {
    background-color: #038141;
}

.ki-sticker-b,
.score_b {
    background-color: #85bb2f;
}

.ki-sticker-c,
.score_c {
    background-color: #fecb02;
}

.ki-sticker-d,
.score_d {
    background-color: #ee8100;
}

.ki-sticker-e,
.score_e {
    background-color: #e63e11;
}

.ki-sticker-na {
    background-color: #f5f5ff;
    color: #000000 !important;
}
.color-noir {
    color: #000;
}.read-toggle{
    font-size:13px;
    color:#726d6d;
}
.cursor-pointer{
    cursor: pointer;
}

#modal-detail_formation .popover{
    z-index:99999;
}
.grid-auto-columns {
    grid-template-columns: auto auto auto;
}

.mw-1168px {
    max-width: 1168px;
    margin: 0 auto;
}

.w-[150px]{
    width: 150px;
}

.max-height-90 {
    max-height: 90px;
}

.max-height-70 {
    max-height: 70px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-15 {
    margin-top: 15px;
}

.max-width-220 {
    max-width: 220px;
}

.kt-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%232dd4bf' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

.w-300 {
    width: calc(100% * 3);
}

.ki-rand {
    padding: 8px 8px;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    margin-right: 4px;
    transition: all 0.3s ease;
}

.ki-rand-vide {
    padding: 0px 7px;
}

.btn-white {
    background: #ffffff;
    color: #504848;
    border: 1px solid var(--color-site-border);
    padding: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-white:hover {
    background: var(--color-site-border);
    color: #ffffff;
}

.btn-white:hover .ki-filled {
    color: #fff;
}

.size-19 {
    font-size: 19px;
}

.size-22 {
    font-size: 22px;
}

.ts-control-simple .ts-control {
    border: none;
    padding: inherit;
    padding-left: 0 !important;
}

.ki-rand:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.ki-vert {
    background-color: #029363;
}

.ki-jaune {
    background-color: #ffd81e;
}

.ki-gris {
    background-color: #504848;
}

.lg_mt20px {
    margin-top: 34px;
}

.border-color-site {
    border-color: var(--color-site-border);
}

.kt-link-vert {
    color: var(--input);
}

.bg-vert-lg {
    background: linear-gradient(to bottom, #FFF 71%, #0891b2 200%);
}

.rounded-cart {
    border-radius: calc(var(--radius) + 4px);
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    border-color: var(--color-site);
    border-radius: calc(var(--radius) + 4px);
    background-color: var(--color-site);
}

div.dt-container .dt-paging .dt-paging-button:active, div.dt-container .dt-paging .dt-paging-button:hover {
    background: var(--color-site-border);
    border-color: var(--color-site);
    border-radius: calc(var(--radius) + 4px);
}

div.dt-container .dt-search input, div.dt-container .dt-input {
    border-color: #0891b2;
    border-radius: calc(var(--radius) + 4px);
    outline: none;
}

.liste-boule {
    list-style: none;
    padding-left: 1em;
}

.style-boule {
    position: relative;
    padding-left: 1em;
}

.liste-boule li::before, .style-boule::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-site);
    color: white;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    font-weight: bold;
}

ul.liste-boule li {
    padding: 3px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.5s ease forwards;
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.5em;
}

ul.liste-boule li:nth-child(1) {
    animation-delay: 0s;
}

ul.liste-boule li:nth-child(2) {
    animation-delay: 0.2s;
}

ul.liste-boule li:nth-child(3) {
    animation-delay: 0.4s;
}

ul.liste-boule li:nth-child(4) {
    animation-delay: 0.5s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    margin: 20px auto;
    animation: bounceDown 1s infinite ease-in-out;
}

@keyframes bounceDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}

.dotted-line-div {
    border-bottom: 2px dotted #d9dbd7;
    padding: 10px;
}

.dotted-line-div-top {
    border-top: 2px dotted #d9dbd7;
    padding: 10px;
}

.maw-w-230 {
    max-width: 230px;
}

.ellipsis {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
    display: inline-block;
    vertical-align: top;
}

.ellipsis-120 {
    max-width: 120px;
}

.kt-btn-vert {
    background-color: var(--color-site-border);
}

.tiersform .tohide{
    display:none;
}

.kt-btn-outline-vert {
    background: #fff;
    border: 1px solid var(--color-site-border);
    color: var(--color-site-border);
    transition: all 0.3s ease;
}

.kt-btn-outline-vert:hover,
.kt-btn-outline-vert-active {
    background: var(--color-site-border);
    color: #ffffff;
}

.kt-btn-outline-vert .ki-filled {
    color: var(--color-site-border);
    transition: all 0.3s ease;
}

.kt-btn-outline-vert:hover .ki-filled {
    color: #ffffff;
}

.border-left-gras {
    padding: 6px 20px;
    border-left: 4px solid var(--color-site-border);
    border-radius: 6px;
    border-right: 4px solid var(--color-site-border);
}

.border-left-blue {
    padding: 6px 20px;
    border-left: 4px solid var(--color-site-border);
    border-radius: 6px;
}

.border-vert-site {
    border: 1px solid var(--color-site-border);
}

.kt-radio:checked, .kt-radio:indeterminate,
.kt-checkbox:checked, .kt-checkbox:indeterminate {
    border-color: var(--color-site-border);
    background-color:  var(--color-site-border);
}

.text-indent-20 {
    text-indent: 20px;
}

.text-uppercase {
    text-transform: uppercase;
}

.w-50 {
    width: 50px;
}
.w-50-auto {
    width:auto;
    min-width: 50px;
}
.pr1em {
    padding-right: 1em;
}

.d-inlineblock {
    display: inline-block;
}

.border-right-fine {
    border-right: 1px dashed #d9e0d5;
}

.border-left-fine {
    border-left: 1px dashed #d9e0d5;
}

.score-pad {
    padding: 6px 12px;
}

.color-white {
    color: #FFFFFF;
}

.padding-tb-23 {
    padding-top: 23%;
    padding-bottom: 23%;
}

.padding-tb-25 {
    padding-top: 25%;
    padding-bottom: 25%;
}

.state_encours, .state_1 {
    background: orange;
}

.state_enattente, .state_2 {
    background: yellow;
}

.state_validee, .state_3 {
    background: green;
}

.state_nonvalidee, .state_4 {
    background: red;
}

.bg-green {
    background: green;
}

.kt-tabs.kt-tabs-line .kt-tab-toggle[data-kt-tab-toggle].active,
[data-kt-tab-toggle].active :is(.kt-tabs.kt-tabs-line .kt-tab-toggle),
[data-kt-tabs-initialized] [data-kt-dropdown-initialized]:has([data-kt-tab-toggle].active) :is(.kt-tabs.kt-tabs-line .kt-tab-toggle) {
    border-color: var(--color-site-border);
    color: var(--color-site-border);
}

.kt-tabs.kt-tabs-line .kt-tab-toggle:hover {
    color: var(--color-site-border);
}

.horizontal-ul li {
    float: left;
    padding: 2px 7px;
    border-right: 1px dotted #ccc;
}

.horizontal-ul li:last-child {
    border: none;
}

.kt-responsive-table {
    width: calc(100vw - 300px);
    overflow-x: auto;
}

.grid-auto-columns-2 {
    grid-template-columns:auto auto;
}

.list-group-numbered {
    list-style: auto;
}

.w-full-35 {
    width: calc(100% - 35px);
}

.line-height-35 {
    line-height: 35px;
}

.dt-paging, .dt-info {
    font-size: 13px;
}

#filterInput:focus-visible, #filterInput:focus {
    outline: 1px solid var(--color-site-border);
}

.w-demi {
    width: 50%;
}

.box-shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.getDetailsFormation, .showDetailsFormation {
    cursor: pointer;
}

.line-height-26 {
    line-height: 26px;
}

.position-relative {
    position: relative;
}

.remove-row.position-absolute {
    text-align: right;
    cursor: pointer;
}

.text-16px {
    font-size: 16px;
}

.max-h-350px {
    max-height: 350px;
}

.bg-blue-ciel {
    background: #f5f5ff;
}

.flex-column {
    flex-direction: column;
}

.footer-title {
    font-weight: 700;
    color: #676060;
    margin-bottom: 0.8rem;
    font-size: 17px;
}

.footer-title a {
    color: #a9a3a3;
}

.footer-title.small {
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 9px;
    color: #000;
}

.footer-title.mb-0 {
    margin-bottom: 0;
}

.kt-menu-link-vert {
    color: var(--color-site-border)
}

.footer-links {
    margin-left: 30px;
    list-style: circle;
    padding-left: 0;
}

.footer-links li:hover a, footer a.active, .links-vert-non a:hover {
    color: var(--color-site-border);
}

.min-height-ajuster {
    min-height: 164px;
}

.kt-btn-jaune {
    background: #ffd81e;
}

.size-16px {
    font-size: 16px;
}

.big-size {
    height: calc(var(--spacing) * 12);
    gap: calc(var(--spacing) * 2);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 4);
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

.right-menu {
    right: 20px;
    top: 50%;
}

.ki-burger-menu-4.ki-filled:before {
    color: var(--color-site-border);
}

kt-btn.active .ki-burger-menu-4.ki-filled:before {
    color: #ffffff;
}

.color-vert {
    color: var(--color-site-border);
}

.border-fine-bottom {
    border-bottom: 1px dotted #ccc;
}

.menu-hover-vert a:hover {
    color: var(--color-site-border);
}

.back {
    top: 50%;
    left: 20px;
}

.text-10px {
    font-size: 10px;
}

.text-15px {
    font-size: 15px;
}

.grid-w-footer {
    grid-template-columns: 360px  230px auto;
}

.grid-2-1 {
    grid-template-columns: 65% auto;
}
.grid-2-100{
    grid-template-columns: auto 170px;
}
.horizontal-ul li.border-right-0 {
    border-right: 0;
    padding: 2px 0;
}

.font-bold {
    font-weight: bold;
}

.max-width-lgb {
    max-width: 136px;
}

.justify {
    text-align: justify;
}

.link-site {
    color: #000;
}

.link-site:hover {
    color: #2dd4bf;
}

.text-13px {
    font-size: 13px;
}

.kt-form-item {
    gap: calc(var(--spacing) * 0.5);
}

.min-height-textarea {
    min-height: 170px;
}

.noty.red {
    line-height: 20px;
    font-size: 13px;
    border: 1px solid red;
    color: red;
}

.d-lg-mobile {
    display: none;
}

.block-pc {
    display: block;
}

.max-w-600 {
    max-width: 600px;
}

.min-w-300px {
    min-width: 300px;
}

.ml-10{
    margin-left:10px;
}
.spacing-small{
    padding:calc(var(--spacing)*1.5)
}
.border-color-vert{
    border:1px solid var(--color-site-border);
}
.border-fine{
    border:1px solid var(--border);
}
.max-w600{
    max-width: 600px;
}
.h-100{
    height:100%;
}
.flex-center{
    align-self: center
}
.bg-rouge{
    background:#f84c4c;
}
.border-lr-vert{
    border-left-color: var(--color-site-border);
    border-right-color: var(--color-site-border);
}
.kt-switch{
    background-color:var(--muted);
}
.kt-switch:checked, .kt-switch[aria-checked=true]{
    background-color:var(--input);
}
.ki-na-final{
    position: absolute;
    right: -24px;
    top: -12px;
    padding: 10px;
    background: #00d7c3;
    border-radius:7px 0 0 7px;
    color: white !important;
}
a{cursor:pointer;}
.ki-rand-final {
    padding: 6px 9px;
    width: 30px;
    vertical-align: middle;
    height: 30px;
    text-align: center;
    line-height: -8;
    border-radius: 50%;
    font-style: normal;
    /* font-weight: bold; */
    color: #fff;
    margin-right: 4px;
    transition: all 0.3s ease;
    color: #ffffff;
}




.dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: var(--color-site-border); /* point actif */
}


body.nocopy {
    user-select: none;
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

@media (min-width: 980px) {

    .border-right-fine-desktop {
        border-right: 1px dashed #d9e0d5;
    }
    .lg\:gap-4 {
    gap:calc(var(--spacing) * 4);
    }
    .lg\:gap-1 {
        gap:calc(var(--spacing) * 1);
    }
    .lg\:py-4 {
        padding-block: calc(var(--spacing) * 4);
    }

    .lg\:p-4 {
        padding: calc(var(--spacing) * 4);
    }

	.lg\:p-3 {
        padding: calc(var(--spacing) * 3);
    }
	.lg\:p-2 {
        padding: calc(var(--spacing) * 2);
    }

    .lg\:mb-4{
        padding-bottom: calc(var(--spacing) * 4);
    }
    .lg\:mb-5{
        padding-bottom: calc(var(--spacing) * 5);
    }
    .lg\:mb-10 {
        margin-bottom: calc(var(--spacing) * 10);
    }
    .lg\:pt-2{
        padding-top: calc(var(--spacing) * 2);
    }
    .lg\:pm-2{
        padding-bottom: calc(var(--spacing) * 2);
    }
    .lg\:p-3{
        padding-bottom: calc(var(--spacing) * 3);
    }
    .lg\:pxy-2{
        padding:2rem;
    }

    .lg\:mt-5 {
        margin-top: calc(var(--spacing) * 5);
    }
    .lg\:p-5{
        padding: calc(var(--spacing) * 5);
    }
    .lg\:pl-5{
        padding-left: calc(var(--spacing) * 5);
    }
    .lg\:pr-5{
        padding-right: calc(var(--spacing) * 5);
    }
    .lg\:px-10{padding-inline:calc(var(--spacing)*10);}
    .lg\:py-5{padding-block:calc(var(--spacing)*5);}
}
@media (max-width: 980px) {
    .w-full-mobile{width:100%;}
    .p-1-mobile{
        padding: calc(var(--spacing) * 1);
    }
    .bg-color-claire-mobile{
        background:#f0fffb;
    }
    .text-sm-mobile {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .basenonlogin .kt-container-fixed{
        margin-bottom:0;
    }
    .mobile-b-0{
        border:0;
    }
    [data-kt-stepper-item],.item-link-steeper{width:0; height:0;        overflow: hidden;}
    [data-kt-stepper-item].active,.item-link-steeper.active{width:auto; height:auto;
        overflow: visible;}

    .kt-modal-center:not(.kt-modal-fit) .kt-modal-content {
        translate: 0 -130px;
    }
    .kt-form-actions {
        justify-content: center;
    }
    .kt-container-fixed{
        padding-inline: 0.5rem;
        max-width:calc(100% - 1rem);
    }
    .kt-scrollable-x-auto {
        overflow-x: scroll;
        max-width: calc(100vw - 8px);
    }

    .mt-2-mobile{
        margin-top:calc(var(--spacing)*3);
    }
    .mb-2-mobile{
        margin-bottom:calc(var(--spacing)*3);
    }
    .flex-mobile{
        display:flex;
    }
   /* .limit-w-mobile {
        max-width:calc( 100% - calc(var(--spacing) * 12))
    }*/
    .mw-1168px {
        max-width:100%;
    }
    .mb-mobile-3 {
        margin-bottom: calc(var(--spacing) * 4);
    }

    .w-demi {
        width: 100%
    }

    .max-width-infoformation-mobile {
        max-width: 325px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .text-start-mobile {
        text-align: start;
    }

    .no-flex-on-mobile {
        display: block;
    }

    .mobile-inherit-minw {
        min-width: inherit !important;
    }

    .block-pc {
        display: none;
    }

    .d-lg-mobile {
        display: block;
    }

    .back {
        left: 0;
        top: calc(50% - 15px)
    }

    .right-menu {
        right: 0;
        top: calc(50% - 15px);
    }

    .d-md-none {
        display: none;
    }

    .grid-w-footer {
        grid-template-columns: 320px  180px auto;
    }

    .grid-auto-columns, .grid-2-1 ,.grid-2-100{
        grid-template-columns:auto;
    }

    .pt-\(--header-height\).notadmin {
        padding-top: calc(var(--header-height) + 35px);
    }

    .kt-responsive-table {
        width: auto;
    }

    .border-left-fine,
    .border-right-fine {
        border: none;
    }

    .ki-menu {
        color: var(--color-site-border);
        font-size: 1.5rem;
        margin: 20px 0 0;
    }
}

.capitalize {
    text-transform: uppercase;
}
.absolutedate .datepicker {
    position: absolute;
    direction: ltr;
    z-index: 1000;
    background: #ffffff;
    font-size:11px;
    padding:0.3 rem;
    border:1px solid #eeeeee;
}
.lg-text-start{
    text-align: start;
}
@media (max-width: 780px) {
    .mobile-text-center{
        text-align: center;
    }
    .grid-w-footer {
        grid-template-columns: repeat(1, 1fr);
        gap: calc(var(--spacing) * 4);
    }

    .mobile-cnx-border {
        border-color: var(--color-site);
        width: calc(100% - 10px);
    }

    .bg-vert-lg {
        background: #ffffff;
    }

    .mt-xh {
        margin-top: calc(var(--spacing) * 55);
    }

    body.bg-muted, header.bg-muted {
        background: #fff;
    }

    .mobile-without-border {
        border-color: #fff;
    }

}

.\[--header-height\:81px\] {
    --header-height: 81px;
}

.select2-container {
    position: relative !important;
}

.select2-dropdown {
    top: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: 9999 !important;
}

.no-border {
    border: 0 !important;
}

.apexcharts-legend {
    margin-top: 20px !important;
}

.user_modal .kt-select-dropdown {
    position: absolute !important;
    inset: auto auto auto auto !important;
    transform: none !important;
    top: 100% !important;
    left: 0 !important;
}

.user_modal .kt-select-wrapper {
    position: relative !important;
}

.width-10-percent {
    width: 10% !important;
}

.color-red {
    color: var(--destructive);
}

ul.liste li {
    list-style: disc !important;
    padding: 3px;
}

.kt-radio:indeterminate {
    background-color: inherit;
}

.kt-alert-outline-no-border .kt-alert-outline {

    border-width: 0 !important;
    border-color: initial !important;
}

.text-color-destructive {
    color: var(--destructive) !important;
    font-weight: bold !important;
}

.text-color-orange {
    color: #ff6600 !important;
    font-weight: bold !important;
}

.text-background-color-orange {
    background-color: #ff6600 !important;
    font-weight: bold !important;
    color: white !important;
}

.text-color-green {
    color: #006100 !important;
    font-weight: bold !important;
}

.text-background-color-green {
    background-color: #006100 !important;
    font-weight: bold !important;
    color: white !important;
}

.form-message-error {
    margin-top: calc(var(--spacing) * -1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--destructive);
    display: block;
}

.kt-modal {
    z-index: 2000;
}

h2.swal2-title {
    font-size: 20px !important;
}


/* ===== pagination scoppée, pas de Bootstrap requis ===== */
#pager-wrap .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 12px 0;
  list-style: none;
}
#pager-wrap .page-item { /* li */
  display: inline-flex;
}
#pager-wrap .page-link { /* a */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  user-select: none;
}
#pager-wrap .page-item.active .page-link {
  background: #111;
  color: #fff;
  border-color: #111;
}
#pager-wrap .page-item.disabled .page-link {
  opacity: .5;
  pointer-events: none;
}
#pager-wrap .page-link:hover {
  background: #f5f5f5;
}
