.bg-transp {
    background: transparent !important;
}
.bg-light-secondary  {
    background: var(--Foundations-Violet-Violet-200, #8e319a4d);
}
.btn.fs-sm {
    font-size: 12px;
}

.pl-2 {
    padding-left: 20px !important;
}
.cp-clickable:hover {
    text-decoration: underline;
}

.cp-clickable {
    cursor: pointer;
}
.badge-purple {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 6px 6.5px 7px 6.5px;
    justify-content: center;
    align-items: center;
    color: var(--Color-style-Background, #FFF);
    text-align: center;
    border-radius: 50%;
    background: var(--Foundations-Violet-Violet-700, #8E319A);

    /* Footnote/Footnote - 14 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.btn-dark {
    background: var(--Color-style-Text, #3C3732) !important;
}

.btn-rect {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
}

.btn-rect-sm {
    width: 29px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
}

.bg-violet-200 {
    background: var(--Foundations-Violet-Violet-200, #F7BCFF);
}

.btn-primary.fs-sm {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 8px;
}

.btn-primary:hover {
    background-color: #3C3732 !important;
    color: #fff !important;
    opacity: 0.7;
}

.btn-white-2 {
    border-radius: 4px;
    border: 1px solid #DCDEE6;
    background: #FFF;
    color: var(--Color-Styles-Button-Button, #8E319A);
    text-align: center;

    /* Small/Small - 12 Semibold */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
}

.text-purple {
    color: #8E319A !important;
}

.card-1 {
    border-radius: 27px;
    background: var(--Color-style-Background, #FFF);
    box-shadow: none;
}

.card-1 .card-header h5 {
    color: var(--Color-style-Text, #3C3732);
    text-align: left;
    /* Headline/Headline - 20 Semibold */
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-1 .card-header .input-group {
    border-radius: 8px;
    border: 1px solid var(--Color-style-Foreground-Tertiary, rgba(0, 0, 0, 0.50));
    background: var(--Color-style-Background, #FFF);
    width: fit-content;
}

.card-1 .card-header .input-group .form-select {
    width: fit-content;
    border: none;
    color: var(--Color-style-Text, #3C3732);
    text-align: center;
    /* Footnote/Footnote - 14 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    padding-left: 0px;
}

.card-1 .card-header .input-group span {
    padding-left: 5px;
    padding-right: 0px;
}

.card-1 .card-body .legend {
    color: var(--Color-style-Text, #3C3732);
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    display: flex;
    align-items: center;
}
.card-1 .card-body {
    padding-left: 1rem ;
}
.card-1 .card-body .legend span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50%;
}

@media(max-width:768px) {
    .card-1 .card-header h5 {
        font-size: 15px;
    }

    .card-1 .card-body .legend {
        display: block;
        font-size: 10px;
    }
}

@media(max-width:768px) {
    .card-1 .card-header {
        display: block !important;
    }

    .card-1 .card-body .legend {
        display: block;
        font-size: 10px;
    }
}

.drop-btn {
    border-radius: 25px;
    border: 1px solid var(--Color-style-Background, #FFF);
    background: #F0F7FF;
    color: var(--Color-style-Text, #3C3732);
    text-align: center;

    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
}

.drop-btn.fs-sm {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 8px;
}

.drop-btn:focus {
    background: var(--Foundations-Orange-Orange-600, #E05206);
    color: #fff;
}

.drop-btn:focus svg path {
    stroke: #fff !important;
}

.dataTables_wrapper .row {
    margin: 0px 0px !important;
}

.dataTables_wrapper .dt-row {
    margin-bottom: 15px !important;
}

.dataTables_wrapper .dataTables_length label {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 15px !important;
    color: var(--Color-style-Text, #3C3732);
    text-align: left;
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.dataTables_wrapper .dataTables_length label select {
    width: fit-content;
    margin-left: 5px;
    margin-right: 5px;
}

.paginate_button .page-link {
    border-radius: 4px;
    border: 1px solid #DCDEE6;
    background: #FFF;
    height: 30px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Color-Styles-Button-Button, #8E319A);
    text-align: center;
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.paginate_button.active .page-link {
    background-color: #8E319A;
    transform: none !important;
}

.dataTables_info {
    color: var(--Color-style-Text, #3C3732);
    text-align: left;
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-top: 5px;
}

.table-responsive::-webkit-scrollbar {
    height: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.table-1 {
    border-collapse: collapse;
}

/* Alternance des couleurs des lignes */
.table-1 tr:nth-child(even) {
    background-color: #F9FAFC;
    /* Couleur claire */
}

.table-1 tr:nth-child(odd) {
    background-color: #fff;
    /* Couleur plus white */
}

.table-1 thead {
    background-color: #F9FAFC;
    /* Couleur claire */
}

.table-1 thead th {
    color: var(--Color-style-Text, #3C3732) !important;
    text-align: left;
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    text-wrap: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background-color: #F9FAFC;
    /* Couleur claire */
    text-transform: capitalize;
    vertical-align: top;
}

.dashbord .table-1 thead th {
    font-size: 12px;
}

.table-1 thead th:first-child {
    border-radius: 6px 0px 0px 0px;
}

.table-1 thead th:last-child {
    border-radius: 0px 6px 0px 0px;
}

.table-1 tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    vertical-align: text-top;
}

.table-1 tbody tr td span,
.table-1 tbody tr td {
    color: var(--Color-style-Text, #3C3732);
    text-align: left;

    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    text-wrap: nowrap;
}

.dashbord .table-1 tbody tr td span {
    font-size: 12px;
}

.tab-pane .table-1 tbody tr td span {
    color: var(--Color-style-Text, #3C3732);
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
}

.table-1 tbody tr td .badge {
    padding: 2px 10px !important;
    font-size: 12px;
    line-height: 18px;
}

.table-1 tbody tr td .badge.text-bg-light-success {
    color: #29D697;
    background-color: #E9FAF4;
}

.table-1 tbody tr td .badge.text-bg-light-danger {
    color: #D52B1E;
    background-color: #FFC1BD;
}

.table-1 tbody tr td .badge.text-bg-light-warning {
    color: #FFB612;
    background: var(--Foundations-Jaune-Safran-Jaune-Safran-100, #FFEABC);
}

.table-1 tbody tr td .badge.text-bg-light-secondary {
    color: #fff;
    background: #6c757d;
}

.badge.text-bg-light-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge.text-bg-light-secondary {
    color: #fff;
    background: #6c757d;
}

.table-1 tbody tr td .form-check input {
    background-color: transparent;
}

.table-1 tbody tr td .form-check input:checked {
    background-color: #FF6B1C;
    border-color: #FF6B1C;
}

.table-1 tbody tr td .mediaBox {
    display: flex;
    align-items: center;
}

.table-1 tbody tr td .mediaBox img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.table-2 .form-tr td {
    background: var(--Foundations-Violet-Violet-50, #FDF3FF);
    border-bottom: none;
    vertical-align: top;
}
.table-2 .form-tr.bg-transp td {
    background: transparent !important;
}
.table-2 tbody tr td {
    border-bottom: 1px solid var(--Color-style-Foreground-Tertiary, rgba(0, 0, 0, 0.50));
    background: var(--Color-style-Background, #FFF);
}

.table-2 .form-tr .form-control,
.table-2 .form-tr .form-select {
    width: fit-content;
    margin-right: 10px;

}

.table-2 thead th {
    text-wrap: wrap;
}

.table-2 .form-tr .form-control,
.table-2 .form-tr .form-select {
    border-radius: 4px;
    border: 1px solid #000;
    background: #FFF;
    color: var(--Neutral-Neutral-600, #000);
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-2 .form-tr .form-control::placeholder {
    color: var(--Neutral-Neutral-600, #807971);
}

.table-2 .total-tr {
    border-collapse: separate;
}

.table-2 .total-tr td {
    border-bottom: none !important;
}

.table-2 .total-tr .total-td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.table-2 .total-tr .text-end {
    text-align: end !important;
}

.table-2 .total-tr .text-center {
    text-align: center !important;
}

.table-2 .total-tr .bg-gray-2 {
    background: #F9FAFC;
}

.table-2 .total-tr.all td {
    background: var(--Foundations-Violet-Violet-50, #FDF3FF);

}

.table-2 .total-tr.all td span {
    font-size: 20px;
}

@media(max-width:768px) {
    .table-2 .total-tr.all td span {
        font-size: 15px;
    }

    .modal-success svg {
        width: 50px;
        height: 50px;
    }

    .modal-success h5 {
        font-size: 18px !important;
    }
}

.dropdown .dropdown-menu {
    border-radius: 13px;
    background: var(--Color-style-Background, #FFF);
    /* Effect 1 */
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);


}
.dropdown .dropdown-filter {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.dropdown .dropdown-filter::-webkit-scrollbar {
    width: 5px;
}

.dropdown .dropdown-filter::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.dropdown .dropdown-filter::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.dropdown .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    color: var(--Color-style-Text, #3C3732);
    text-align: left;
    /* Footnote/Footnote - 14 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}
.dropdown .dropdown-menu .dropdown-item svg {
    margin-right: 5px;
}
.dropdown .dropdown-menu .accordion {
    background-color: transparent;
}

.dropdown .menu-accordion {
    border-radius: 12px;
    background: var(--White, #FFF);

    /* Shadow G */
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    width: 185px;
    padding: 16px;
    flex-shrink: 0;
}

.dropdown .dropdown-menu .accordion-item {
    box-shadow: none !important;
}

.dropdown .dropdown-menu .accordion-item .accordion-button {
    box-shadow: none !important;
    padding: 10px 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: var(--Foundations-Orange-Orange-900, #662300);

    /* Small/Small - 12 Semibold */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    display: flex;
    align-items: center;
}

.dropdown .dropdown-menu .accordion-item .accordion-button::after {
    margin-top: 0px !important;
    height: 15px !important;
    rotate: -90deg !important;
}

.dropdown .dropdown-menu .accordion-item .accordion-button:not(.collapsed)::after {
    rotate: 90deg !important;
}

.menu-accordion .inputGroupSearch {
    border-radius: 4px;
    border: 1px solid var(--Color-style-Foreground-Secondary, rgba(0, 0, 0, 0.70));
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap !important;
}

.menu-accordion .inputGroupSearch span {
    padding-right: 0px;
}

.menu-accordion .inputGroupSearch .form-control {
    overflow: hidden;
    color: var(--Color-style-Text, #000);
    text-overflow: ellipsis;

    /* Small/Small - 12 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    width: auto !important;
    margin-bottom: 0px;
}

.menu-accordion .inputGroupSearch .form-control::placeholder {
    color: var(--Color-style-Text, #3C3732);
}

.dropdown .dropdown-menu .accordion-item .form-check label {
    color: var(--Neutral-Neutral-900, #3C3732);

    /* Caption/Caption - 13 Regular */
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
}

.dropdown .dropdown-menu .accordion-item .form-check input:checked {
    background-color: #FF6B1C !important;
    border-color: #FF6B1C !important;
}

.dropdown .dropdown-menu .accordion-item h5 {
    color: var(--Foundations-Orange-Orange-900, #662300);

    /* Caption/Caption - 13 Semibold */
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 153.846% */
}

.dropdown .dropdown-menu .accordion-item .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
}

.dropdown .menu-accordion .btn {
    color: var(--Foundations-Orange-Orange-600, #E05206);
    /* Caption/Caption - 13 Semibold */
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 153.846% */
}

.dropdown .menu-accordion .form-select {
    overflow: hidden;
    color: var(--Color-style-Text, #000);
    text-overflow: ellipsis;

    /* Small/Small - 12 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    width: 100% !important;
    margin-bottom: 0px;
}

.btn-dots {
    box-shadow: none !important;
    border: none !important;
}

@media(max-width:570px) {
    .table-1 thead th {
        font-size: 13px;
    }

    .table-1 tbody tr td span {
        font-size: 12px;
    }

    .dropdown .dropdown-menu .dropdown-item {
        font-size: 12px;
    }

    .dropdown .drop-btn {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 8px;
    }

    .btn-dots svg,
    .drop-btn svg {
        width: 15px !important;
        height: 15px !important;
    }

}

.cardDetails {
    border-radius: 27px;
    background: var(--Color-style-Background, #FFF);
}

.cardDetails .card-header h5 {
    color: var(--Foundations-Violet-Violet-600, #AF49BC);
    /* Headline/Headline - 20 Semibold */
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.cardDetails .card-body ul {
    list-style: none;
    padding-left: 0px;
}

.cardDetails .card-body ul li {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.cardDetails-2 .card-body ul li {
    justify-content: start;
}

.cardDetails .card-body ul li p {
    color: var(--Color-style-Text, #3C3732);
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.cardDetails-2 .card-body ul li p {
    font-weight: 400;
}

.timeline .timeline-item {
    padding-left: 2rem;
}

.timeline .timeline-item .timeline-point {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    padding: 0px 0px;
}

.timeline .timeline-item .timeline-point .timeline-point-bg {
    z-index: 2;
    height: 80%;
    width: 80%;
    border-radius: 50%;
    background-color: #000;
}

.timeline .timeline-item .timeline-header h6 {
    color: var(--Color-style-Text, #3C3732);
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
}

.timeline .timeline-item .timeline-header span {
    color: var(--Neutral-Neutral-800, #534D46);
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.timeline .timeline-item img {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}

.timeline .timeline-item p {
    color: var(--Color-style-Text, #3C3732);
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.timeline .timeline-item span {
    color: var(--Neutral-Neutral-800, #534D46);
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.badge {
    border-radius: 25px !important;
}

.text-bg-warning {
    background: #FFDD92 !important;
    color: #D69400 !important;
}

.nav-tabs {
    background: transparent;
    box-shadow: none !important;
    border: none;
}

.nav-tabs .nav-link {
    box-shadow: none;
    box-shadow: none !important;
    color: var(--Color-style-Text, #3C3732);

    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    border-radius: 0px;
    padding: 8px 8px;
}

.nav-tabs .nav-link.active {
    color: #AF49BC;
    border-bottom: 2px solid var(--Foundations-Violet-Violet-600, #AF49BC);
    background: transparent;
}

.formulaire h5 {
    color: #000;
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.formulaire .form-label {
    color: var(--Color-style-Text, #3C3732);
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.formulaire .form-control,
.formulaire .form-select {
    border-radius: 8px;
    border: 1px solid var(--Color-style-Foreground-Secondary, rgba(0, 0, 0, 0.70));
    color: var(--Color-style-Text, #3C3732);
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.formulaire .form-control::placeholder {
    color: #888;
    font-weight: 400;
    font-size: 14px;
}

.formulaire .form-control:hover,
.formulaire .form-select:hover {
    border-color: #8E319A !important;
}

.formulaire .form-control.border-bottom {
    border: none;
    border-bottom: 1px solid var(--Color-style-Foreground-Secondary, rgba(0, 0, 0, 0.70)) !important;
    border-radius: 0px;
    padding-left: 0px;
}

.formulaire .input-group {
    border-radius: 8px;
    border: 1px solid var(--Color-style-Foreground-Secondary, rgba(0, 0, 0, 0.70));
}

.formulaire .input-group .form-control:hover {
    border: none !important;
}

.formulaire .input-group .form-control {
    border: none;
}

.formulaire .input-group span {
    border: none !important;
}

.formulaire .form-check label {
    color: var(--Neutral-Neutral-900, #3C3732);
    /* Footnote/Footnote - 14 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.formulaire .form-check {
    display: flex;
    justify-content: start;
}

.formulaire .form-check input:checked {
    background: #B74000;
    border-color: #B74000;
}

.formulaire .imgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    position: relative;
}

.formulaire .imgBox .userImg {
    width: 103px;
    height: 103px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;

}

.formulaire .imgBox label {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8E319A;
}

.formulaire .imgBox label i {
    color: #fff;
}

@media(max-width:786px) {
    .formulaire .imgBox .userImg {
        width: 70px;
        height: 70px;
    }

    .formulaire h5 {
        font-size: 14px;
    }
}
.btn-danger {
    border-radius: 4px;
    color: var(--Color-style-Background, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.25px;
}
.btn-secondary,
.swal2-confirm {
    border-radius: 4px;
    background: var(--Color-Styles-Button-Button, #8E319A);
    color: var(--Color-style-Background, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.25px;
}

.btn-secondary:focus,
.btn-secondary:hover,
.swal2-confirm:hover,
.swal2-confirm:focus {
    background: #6E1E78 !important;
}

.btn-secondary.fs-sm,
.btn-danger.fs-sm,
.swal2-confirm {
    color: #FFF;
    text-align: center;
    /* Small/Small - 12 Semibold */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
}

.btn-outline-secondary {
    border-radius: 4px;
    border: 1px solid #DCDEE6;
    background: #FFF;
    color: var(--Color-Styles-Button-Button, #8E319A);
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.25px;
}

.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    background: #6E1E78 !important;
    color: #fff !important;
}

.btn-outline-secondary.fs-sm {
    text-align: center;
    /* Small/Small - 12 Semibold */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.rounded-25 {
    border-radius: 25px !important;
}

.btnsBox .btn {
    border-radius: 4px;
}

.btnsBox .form-select,
.btnsBox .form-control {
    width: fit-content;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid var(--Neutral-Neutral-500, #978F88);
    background: var(--Color-style-Background, #FFF);
    overflow: hidden;
    color: var(--Color-style-Text, #3C3732);
    text-overflow: ellipsis;
    white-space: nowrap;
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-bottom: 10px;
}

.btnsBox .form-label {
    overflow: hidden;
    color: var(--Color-style-Text, #3C3732);
    text-overflow: ellipsis;
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-right: 5px;
}

.btnsBox .filterDate {
    width: fit-content !important;
}

.btnsBox .filterDate .form-control {
    width: fit-content !important;
    height: 40px;
    border: none;
    border-radius: 0px;
    margin-right: 0px;
    color: var(--Color-style-Text, #3C3732);

    /* Body Large/Body Large - 18 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    margin-bottom: 0px;
}

.btnsBox .filterDate span {
    height: 40px;
}

.btnsBox .left h5 {
    color: var(--Neutral-Black-Black-700, #333843);
    /* Headings/Heading 4 - 30 Semibold */
    font-family: "Source Sans Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.btnsBox .left p {
    color: var(--Neutral-Black-Black-500, #667085);
    /* Footnote/Footnote - 14 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    margin-top: 10px;
}

@media(max-width:570px) {
    .btnsBox .left h5 {
        font-size: 15px;
    }

    .btnsBox .left p {
        font-size: 12px;
    }

    .btnsBox .btn {
        width: 100%;
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 18px;
    }

    .btnsBox .btn-rect-sm {
        width: 29px !important;
    }

    .btnsBox .drop-btn {
        width: fit-content;
    }

    .btnsBox .form-select,
    .btnsBox .form-control {
        width: 100%;
        margin-right: 0px;
    }

    .formulaire .form-label {
        font-size: 12px;
        line-height: 18px;
    }

    .formulaire .form-control,
    .formulaire .form-select {
        font-size: 12px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
    }

    .cardDetails .card-header h5 {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .cardDetails .card-body ul li p {
        font-size: 12px;
    }

    .btnsBox .filterDate {
        width: 100%;
    }

    .btnsBox .dropdown-toggle {
        width: fit-content;
    }
}

.modal-1 .modal-content {
    border-radius: 27px;
    background: var(--Color-style-Background, #FFF);
}

.caroussel-modal .carousel-item {
    min-height: 70vh;
}

.modal-1 .modal-title {
    color: var(--Color-style-Text, #3C3732);
    text-align: center;
    /* Headings/Heading 5 - 24 Semibold */
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}

.modal-1 .modal-header p {
    color: var(--Color-style-Text, #3C3732);
    /* Headline/Headline - 20 Regular */
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.modal-1 .formulaire .form-label {
    color: var(--Color-style-Text, #3C3732);
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.modal-1 .formulaire .form-control,
.modal-1 .formulaire .form-select {
    font-size: 14px;
    font-weight: 400;
}

.modal-lg .modal-content,
.modal-lg .modal-body {
    width: 1288px;
}
.swal2-popup {
    max-width: 400px !important;
    border-radius: 30px !important;
}
.modal-Quest .deleteBox .box {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 5px 5px;
    border-radius: 50%;
    background-color: #f5365c2d;
}
.modal-Quest .deleteBox .box svg {
    height: 40px !important;
}
.modal-Quest h5,
.swal2-title {
    color: var(--GrayScale-Text-Subtitle, #3C3732) !important;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 0px;
}

.modal-Quest .question {
    color: var(--Rouge-500, #F5365C);
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
    margin-top: 10px;
    margin-bottom: 0px;
}

.modal-Quest p,
.swal2-html-container {
    color: var(--GrayScale-Text-Disabaled, #3C3732);
    text-align: center;
    /* Headline/Regular */
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 29.6px */
    margin-top: 10px;
    margin-bottom: 0px;
}
.swal2-cancel {
    background-color: #D52B1E !important;
    font-size: 12px !important;
}
@media(max-width:992px) {
    .modal-Quest .deleteBox .box {
        width: 70px;
        height: 70px;
    }

    .modal-Quest h5,
    .swal2-title  {
        font-size: 17px;
    }

    .modal-Quest p ,
    .swal2-html-container{
        font-size: 13px;
    }
}

@media(max-width:570px) {

    .modal-Quest .deleteBox .box {
        width: 50px;
        height: 50px;
    }

    .modal-Quest h5,
    .swal2-title  {
        font-size: 15px;
    }

    .modal-Quest p,
    .swal2-html-container {
        font-size: 12px;
    }
}

@media(max-width:1288px) {

    .modal-lg .modal-content,
    .modal-lg .modal-body {
        width: auto;
    }
}

.inputGroupSearch {
    background: transparent;
    align-items: center;
}

.inputGroupSearch span {
    background: transparent;
    border: none;
}

.inputGroupSearch .form-control {
    background-color: transparent;
    border: none;
    overflow: hidden;
    color: var(--Color-style-Text, #3C3732) !important;
    text-overflow: ellipsis;
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin: 0px 0px !important;
}

@media(max-width:768px) {
    .inputGroupSearch .form-control {
        font-size: 12px;
    }
}

.range-slider-container2 {
    position: relative;
    width: 100%;
}

.range-slider-container2 p {
    color: #000;
    /* Small/Small - 12 Semibold */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    margin-bottom: 0px;
    margin-top: 0px;
}

.range-slider-container2 .tooltip {
    position: absolute;
    bottom: -20px;
    /* Positionnez au-dessus du slider */
    background: transparent;
    color: var(--Foundations-Framboise-Framboise-600, #CD0037);

    /* Small/Small - 12 Semibold */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    white-space: nowrap;
    pointer-events: none;
    transform: translateX(-50%);
    text-align: center;
    opacity: 1;
}

.range-slider-container2 .range-slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    background: #ddd;
    /* Par défaut */
}

.range-slider-container2 .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: #CD0037;
    border-radius: 50%;
    cursor: pointer;
}

.range-slider-container2 .range-slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: #CD0037;
    border-radius: 50%;
    cursor: pointer;
}

.formulaire .form-check label {
    margin-left: 5px;
    width: fit-content;
}

.formulaire .form-check input {
    background-color: transparent;

}

.formulaire .form-check input:checked {
    background-color: #FF6B1C;
    border-color: #FF6B1C;
}

.modal-success h5 {
    color: var(--Color-style-Text, #3C3732);
    text-align: center;
    /* Headings/Heading 3 - 40 Semibold */
    font-family: "Source Sans Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
}
.offcanvas-1 {
    width: 100% !important;
    max-width: 521px !important;
    border-radius: 27px 0px 0px 27px;
    background: var(--Color-style-Background, #FFF);
    
    /* Effect 1 */
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
}
.offcanvas-1 .offcanvas-header .offcanvas-title {
    color: var(--Color-style-Text, #3C3732);
    /* Headings/Heading 4 - 30 Semibold */
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
}
.offcanvas-1 .offcanvas-body::-webkit-scrollbar {
    width: 5px;
}

.offcanvas-1 .offcanvas-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.offcanvas-1 .offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}
@media(max-width:786px) {
    .offcanvas-1 .offcanvas-header .offcanvas-title {
        font-size: 17px;
    }
}

.cardRole {
    border-radius: 27px;
    background: var(--Color-style-Background, #FFF);

    /* Effect 1 */
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
    width: 100%;
}

.cardRole .card-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
    padding-right: 10px;
}

.cardRole .card-body {
    padding-bottom: 10px;
}

.cardRole .card-body .media,
.table-1 tbody tr td .media {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 0px;
}

.cardRole .card-body .media li:not(:first-child) {
    margin-left: -25px;
}

.table-1 tbody tr td .media li:not(:first-child) {
    margin-left: -10px;
}

.cardRole .card-body .media li img {
    width: 49.769px;
    height: 49.769px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
    border-radius: 24px;
    border: 2px solid #FFF;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat, #C4C4C4;
}

.table-1 tbody tr td .media li img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
}

.cardRole .card-body h5 {
    color: #292D32;
    /* Headings/Heading 4 - 30 Semibold */
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    text-align: center;
    margin-bottom: 0px;
}

.cardRole .card-body p {
    color: #292D32;

    /* Headline/Headline - 20 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    text-align: center;
    margin-top: 0px;
}

@media(max-width:786px) {
    .cardRole .card-body .media li:not(:first-child) {
        margin-left: -15px;
    }

    .cardRole .card-body .media li img {
        width: 35px;
        height: 35px;
    }

    .cardRole .card-body h5 {
        font-size: 17px;
    }

    .cardRole .card-body p {
        font-size: 14px;
    }
}

.calendar {
    width: 300px;
    margin: 20px auto;
    text-align: center;
}

.calendar .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar .days,
.dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.calendar .day,
.date {
    padding: 10px;
    background: #f0f0f0;
    border-radius: 4px;
}

.calendar .date.current-date {
    background: #007bff;
    color: white;
}

.fc .fc-toolbar-title {
    color: var(--Color-style-Text, #3C3732);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Bold 12 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
}

.fc-today-button {
    color: var(--Color-style-Text, #3C3732) !important;
}

.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button),
.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child),
.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
    border-radius: 20px;
    border: 2px solid var(--Neutral-Neutral-50, #F2F2F2);
    background: var(--Color-style-Background, #FFF) !important;
    /* Shadows/Gray Blue/3%/5b */
    box-shadow: 0px 2px 5px 0px rgba(38, 51, 77, 0.03);
    color: var(--Color-style-Text, #C4BEB8);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Black 12 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    /* 166.667% */
    margin-right: 10px;
}

.fc-button-group .fc-button-primary {
    border-radius: 0px !important;
    margin-right: 0px !important;
}

.fc-button-group .fc-button-primary:first-child {
    border-radius: 30px 0px 0px 30px !important;
}

.fc-button-group .fc-button-primary:last-child {
    border-radius: 0px 30px 30px 0px !important;
}

.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).fc-button-active,
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
    background: var(--Color-style-Background, #FFF) !important;
    color: var(--Color-style-Text, #3C3732);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Black 12 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    /* 166.667% */
}

.fc .fc-col-header-cell-cushion {
    color: var(--Color-style-Text, #3C3732);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Bold 12 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
}

.fc-col-header th,
.fc-day,
.fc-col-header {
    border: 1px solid #F2F2F2 !important;
}

.fc-day {
    color: var(--Color-style-Text, #3C3732);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Bold 12 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.modal-add-calendar .modal-content {
    border-radius: 15px;
    background: var(--Color-style-Background, #FFF);
    /* Shadows/Gray Blue/5%/120b */
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
}

.modal-add-calendar .modal-content .modal-body {
    padding-left: 0px;
    padding-right: 0px;
}

.modal-add-calendar .modal-body .label-2 {
    color: var(--Foundations-Prune-Prune-700, #A1006B);
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.modal-add-calendar .modal-body .form-control,
.modal-add-calendar .modal-body .form-select {
    color: var(--Neutral-Neutral-800, #534D46) !important;
    /* Footnote/Footnote - 14 Semibold */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    border: none !important;
    box-shadow: none !important;
}

.modal-add-calendar .modal-body .form-control::placeholder {
    color: var(--Neutral-Neutral-800, #534D46) !important;
}

.modal-add-calendar .modal-body .input-group {
    border: none !important;
    box-shadow: none !important;
}

.modal-add-calendar .modal-body .input-group span {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px 0px !important;
}

.modal-add-calendar .modal-body .border-bottom {
    border-bottom: 1px solid #F1EEEB;
}

.modal-add-calendar .modal-body .border-right {
    border-right: 1px solid var(--Neutral-Neutral-300, #C4BEB8);
}
.modal-add-calendar .modal-body .alert-danger {
    
}
.modal-add-calendar input[type="date"]::-webkit-calendar-picker-indicator,
.modal-add-calendar input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: none !important;
}

/* Pour Webkit (Chrome, Safari, Edge) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/* Pour Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.profil .nav-tabs .nav-link {
    color: var(--Color-style-Text, #3C3732);
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.profil .nav-tabs .nav-link.active {
    background: var(--Foundations-Framboise-Framboise-100, #FFBECF);
    border-radius: 5px;
    box-shadow: none;
    border: none;
}

.cardProfil {
    border-radius: 20px;
    border: 1px solid var(--Neutral-Neutral-300, #C4BEB8);
    background: var(--Color-style-Background, #FFF);
}

.cardProfil .card-body h5 {
    color: var(--Color-style-Text, #3C3732);
    /* Headline/Headline - 20 Semibold */
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.cardProfil .card-body .left {
    border-right: 1px solid var(--Neutral-Neutral-300, #C4BEB8);
}

.cardProfil .card-body .left img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.cardProfil .card-body .left .form-label {
    border-radius: 4px;
    border: 1px solid var(--Neutral-Neutral-100, #F1EEEB);
    background: var(--Color-style-Background, #FFF);
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Color-Styles-Button-Button, #8E319A);
    text-align: center;
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.cardProfil .card-body .left .btn {
    color: var(--Color-style-Text, #3C3732);
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.cardProfil .card-body h6 {
    color: var(--Color-style-Text, #3C3732);

    /* Body Large/Body Large - 18 Semibold */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 150% */
    margin-bottom: 0px;
}

.cardProfil .card-body ul {
    list-style: decimal;
    padding-left: 10px;
}

.cardProfil .card-body ul li {
    color: var(--Color-style-Text, #3C3732);
    /* Footnote/Footnote - 14 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.cardProfil .card-body .formulaire .form-control {
    border-radius: 8px;
}

.cardProfil .card-body .nav-tabs {
    list-style: none;
}

.cardProfil .card-body .nav-tabs .nav-link {
    color: var(--Foundations-Violet-Violet-700, #3C3732);
    text-align: center;

    /* Small/Small - 12 Semibold */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    border-radius: 0px !important;
    background-color: transparent;
}

.cardProfil .card-body .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--Foundations-Violet-Violet-700, #8E319A);
    color: #8E319A;
    background-color: transparent;
}

.cardProfil .carousel .btn-rect {
    position: relative !important;
    opacity: 1;
}

@media(max-width:768px) {
    .cardProfil .card-body h5 {
        text-align: center;
    }

    .cardProfil .card-body .left {
        border-right: none;
    }

    .cardProfil .card-body .left {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cardProfil .card-body .left img {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .cardProfil .card-body .right ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cardProfil .card-body .right h6 {
        text-align: center;
        font-size: 14px;
    }

    .cardProfil .card-body .right li,
    .cardProfil .card-body .left .form-label,
    .cardProfil .card-body .left .btn {
        font-size: 12px;
    }
}

.card-top {
    border-radius: 27px;
    background: var(--Color-style-Background, #FFF);
    width: 100%;
    height: 100%;
}

.card-top .card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.card-top .card-body h5 {
    color: var(--Neutral-Neutral-800, #534D46);
    /* Headline/Headline - 20 Semibold */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    margin-bottom: 0px;

}

.card-top .card-body h4 {
    color: var(--Color-style-Text, #3C3732);
    text-align: center;
    /* Headings/Heading 4 - 30 Semibold */
    font-family: "Source Sans Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    margin-bottom: 0px;
}

.card-top .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px;
}

.card-top .card-footer p {
    color: var(--Neutral-Neutral-800, #534D46);
    /* Body Large/Body Large - 18 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-top .card-footer span {
    text-align: center;

    /* Footnote/Footnote - 14 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.bg-text-purple {
    background: var(--Foundations-Violet-Violet-50, #FDF3FF);
    color: var(--Foundations-Violet-Violet-700, #8E319A);
}

.card-top .card-footer .bg-text-warning {
    color: #D69400;
    background: var(--Foundations-Jaune-Safran-Jaune-Safran-50, #FFF7E7);
}

@media(max-width:768px) {
    .card-top .card-body h5 {
        font-size: 13px;
    }

    .card-top .card-body h4 {
        font-size: 16px;
    }

    .card-top .card-footer p {
        font-size: 12px;
    }

    .card-top .card-footer span {
        font-size: 10px;
    }
}

.auth .left {
    height: calc(100% - 80px);
}

.cardLogin {
    background-color: transparent;
    box-shadow: none;
    max-width: 561px;
}

.cardLogin .card-header {
    text-align: center;
}

.cardLogin .card-header a {
    color: var(--Color-style-Text, #3C3732);
    /* Footnote/Footnote - 14 Semibold */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.cardLogin .card-header h4 {
    color: var(--Neutral-Neutral-900, #3C3732);

    /* Headings/Heading 3 - 40 Semibold */
    font-family: "Source Sans Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cardLogin .card-header p {
    color: var(--Neutral-Neutral-900, #3C3732);
    margin-top: 0px;
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.cardLogin .card-body .form-label {
    color: var(--Neutral-Neutral-900, #3C3732);
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.cardLogin .card-body .form-control {
    color: var(--Neutral-Neutral-900, #3C3732);

    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    border-radius: 4px;
    border: 1px solid var(--Neutral-Neutral-200, #DBD6D1);
    background: var(--Color-style-Background, #FFF) !important;

}

.cardLogin .card-body .form-control.rect {
    max-width: 90%;
    height: 70px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.cardLogin .alert {
    text-transform: lowercase;
} 
.cardLogin .alert::first-letter {
    text-transform: uppercase !important;
} 
@media(max-width:992px) {
    .cardLogin .card-body .form-control.rect {
        height: 60px;
    }
}

@media(max-width:768px) {
    .cardLogin .card-body .form-control.rect {
        height: 50px;
    }
}

@media(max-width:570px) {
    .cardLogin .card-body .form-control.rect {
        height: 60px;
    }
}

.cardLogin .card-body a {
    color: var(--Color-Styles-Button-Button-Hover, #6E1E78);
    font-feature-settings: 'liga' off, 'clig' off;
    /* poppins regular14 */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.cardLogin .card-footer .divider {
    color: var(--Neutral-Neutral-600, #807971);
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    opacity: 0.5;
}

.cardLogin .btn-outline-secondary {
    border-radius: 4px;
    border: 1px solid var(--Color-Styles-Button-Button-Selected, #AF49BC);
    background: #FFF;
}

.cardlogin-2 {
    box-shadow: none;
    max-width: 561px;
    position: relative;
}

.cardlogin-2 .gifBox {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 561px;
}

.cardlogin-2 .gif {
    width: 200px;
}

.cardlogin-2 h4 {
    color: var(--Color-style-Text, #3C3732);
    /* Headings/Heading 1 - 60 Semibold */
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -3px;

}

.cardlogin-2 p {
    color: var(--Color-style-Text, #3C3732);
    /* Body Large/Body Large - 18 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
}

.cardlogin-2 .media {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    padding-left: 0px;
}

.cardlogin-2 .card-body .media li:not(:first-child) {
    margin-left: -25px;
}

.cardlogin-2 .card-body .media li img {
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #3C3732;
}

.imgLogo {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    object-fit: contain;

}

.btn-white {
    border-radius: 6px;
    border: 1px solid var(--Neutral-Neutral-200, #DBD6D1);
    background: var(--Color-style-Background, #FFF);
    box-shadow: none !important;
    padding: 15px;
    color: var(--Color-style-Text, #3C3732);
    text-align: center;
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.btn-white img {
    margin-right: 5px;
}

.light-style .piece .dz-message:before {
    background-image: none !important;
    background-color: transparent !important;
}

.piece {
    border-radius: 6px;
    border: 1px dashed #CACACA;
    background: #FFF !important;
    min-height: 187px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer !important;
    opacity: 1;
}

.btnLabel {
    border-radius: 50px;
    background: #F5F5F5;
    display: flex;
    width: 44px;
    height: 44px;
    padding: 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.piece p {
    color: #353535;

    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-bottom: 0px;
}

.piece label {
    color: var(--Foundations-Violet-Violet-600, #AF49BC);
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    cursor: pointer;

}

.piece span {
    color: #353535;
    text-align: center;
    /* Caption/Caption - 13 Regular */
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
}

/*
.uploadBox {
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #CACACA;
    background: var(--Color-style-Background, #FFF);
}
*/
.uploadBox p {
    color: #353535;
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-bottom: 0px;
    margin-top: 0px;
}

.uploadBox span {
    color: #353535;
    /* Caption/Caption - 13 Regular */
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
    margin-left: 5px;
}

.uploadBox .progress {
    height: 7px;
}

.piecePreview {
    width: 100%;
}

.piecePreview img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.piecePreview span {
    padding-left: 0px;
}

.piecePreview .upload-status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bg-secondary {
    background-color: #AF49BC !important;
}

.commentBox {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.commentBox h4 {
    color: var(--Color-style-Text, #3C3732) !important;

    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.commentBox img {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    object-fit: cover;
    border-radius: 50%;
}

.commentBox h5 {
    color: var(--Color-style-Text, #3C3732) !important;
    /* Body/Body - 16 Semibold */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.commentBox p {
    color: var(--Neutral-Neutral-800, #534D46);
    /* Body/Body - 16 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-1 .carousel .btn-rect {
    position: relative !important;
    opacity: 1;
}

.commentaire {
    border-radius: 15px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    padding: 12px 16px;
}

.commentaire .form-control {
    border-radius: 0px !important;
    border: none !important;
}

.commentaire .form-control:hover {
    border-radius: 0px !important;
    border: none !important;
}

.commentaire .form-control:focus {
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
}

.groupEmail {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.groupEmail input {
    border-bottom: 1px solid #3C3732 !important;
    border-radius: 0px !important;
    transition: none !important;
}

.groupEmail:hover,
.groupEmail:focus {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.groupEmail input:hover,
.groupEmail input:focus {
    border-bottom: 1px solid #3C3732 !important;
    border-radius: 0px !important;
    border-color: #3C3732 !important;
}

.groupEmail button {
    border: none !important;
    padding-bottom: 0px !important;
}

.cardError {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.cardError img {
    width: 100%;
    max-width: 500px;
    object-fit: contain;
    margin-bottom: 15px;
}

.cardError h5 {
    color: var(--Neutral-Neutral-700, #69625C);
    text-align: center;
    /* Headings/Heading 4 - 30 Semibold */
    font-family: "Source Sans Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
}

.cardError a {
    border-radius: 25px;
}

@media(max-width:768px) {
    .cardError h5 {
        font-size: 25px;
    }

    .cardError a {
        font-size: 12px;
    }
}

.notifCard.border-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--Neutral-Neutral-200, #DBD6D1);
    background: var(--Color-style-Background, #FFF);
}

.notifCard img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.notifCard h5 {
    color: var(--Color-style-Text, #3C3732) !important;
    /* Small/Small - 12 Semibold */
    font-family: "Source Sans Pro";
    font-size: 12px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    margin-bottom: 0px;
    margin-top: 0px;
}

.notifCard p {
    color: var(--Neutral-Neutral-400, #ADA7A0);
    margin-bottom: 5px;
    margin-top: 0px;

    /* Small/Small - 12 Semibold */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
}

.notifCard p span {
    color: var(--Neutral-Neutral-900, #3C3732);
}

.notifCard .comment {
    padding: 5px 5px;
    border-left: 2px solid var(--Foundations-Violet-Violet-700, #8E319A);
    color: var(--Color-style-Text, #3C3732);
    /* Small/Small - 12 Regular */
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    margin-top: 5px;
    margin-bottom: 5px;
}