body,
.main-content main,
header {
    background: #FFF !important;
}

:root {
    --bg-color: #f4faff;
    --card-bg: white;
    --text-color: #333;
    --title-color: #1e3a8a;
    --border-color: #f0f0f0;
    --transition: all 0.3s ease;
    --success-color: #2e7d32;
    --warning-color: #ff9800;
    --danger-color: #d32f2f;
    --primary-color: #1e88e5;
}

/* Variables en mode sombre */
:root.dark-theme {
    --bg-color: #1a202c;
    --card-bg: #2d3748;
    --text-color: #e2e8f0;
    --title-color: #90cdf4;
    --border-color: #4a5568;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (min-width: 640px) {
    .container {
        max-width: none !important;
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    height: var(--bs-card-height, auto);
    word-wrap: break-word;
    background-color: var(--bs-card-bg, #fff);
    background-clip: border-box;
    border: none;
    border-radius: var(--bs-card-border-radius, 0.375rem);
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y, 1rem) var(--bs-card-spacer-x, 1rem);
}

.card-footer,
.card-header {
    padding: var(--bs-card-cap-padding-y, 0.5rem) var(--bs-card-cap-padding-x, 1rem);
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url('../../img/date.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    /* Cache l'icône par défaut */

}

.body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-container {
    max-width: 1200px;
    margin: 0 auto;
}

.w-100 {
    width: 100% !important;
}

.bg-danger {
    background: var(--orange-normal-hover, #E22D20) !important;
}

.badge-danger {
    color: #fff !important;
    background: var(--orange-normal-hover, #E22D20) !important;
}

.bg-success {
    background: var(--green-normal-active, #1B9E4B) !important;
}

.text-success {
    color: var(--green-normal-active, #1B9E4B) !important;
}

.badge-success {
    color: #fff !important;
    background: var(--green-normal-active, #1B9E4B) !important;
}

.badge-info {
    background-color: #94D6FF !important;
    color: #000 !important;
}

.bg-warning {
    background-color: #FFD0B0 !important;
    /* Jaune pâle/orangé */
}

.text-primary {
    color: #0098F3 !important;
}

.badge-warning {
    color: #000 !important;
    background-color: #FFD0B0 !important;
    /* Jaune pâle/orangé */
}

.badge-primary {
    color: #fff !important;
    background-color: #0098F3;
    /* Jaune pâle/orangé */
}

.bg-primary {
    background-color: #0098F3;
}

.bg-primary-light {
    background: #E6F5FE !important;
}

.bg-primary-hover {
    background: #B0DFFB;
}

.text-danger {
    color: #E22D20 !important;
}

.text-yellow {
    color: yellow !important;
}

.text-secondary {
    color: #FF6600 !important;
}

.bg-gray-dark {
    background-color: #C0C0C0 !important;
}

.bg-yellow {
    background-color: #E6C37F !important;
}

.bg-orange {
    background-color: #F69E77 !important;
}

.text-start {
    text-align: start !important;
}

.text-info {
    color: var(--Blue-300, #5CC0FF) !important;
}

.text-warning {
    color: var(--Blue-300, #FD7856) !important;
}

.text-dark {
    color: #575757 !important;
}

.fs-sm {
    font-size: 12px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.alert {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .375rem;
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #fff;
    background-color: #0089DB;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #fff;
    background-color: #E65C00;
    border-color: #d3d6d8;
}

.alert-success {
    color: #fff;
    background-color: #22C55E;
    border-color: #badbcc;
}

.alert-danger {
    color: #fff;
    background-color: #E22D20;
    border-color: #f5c2c7;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.btn-primary {
    border-radius: 8px;
    background: var(--blue-normal-hover, #0089DB);
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
    /* 150% */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.btn-primary:hover {
    border-radius: 8px;
    background: var(--Blue-Dark, #0072B6);
}

.btn-primary:focus {
    background: var(--Blue-Normal, #0098F3);
}

.btn-primary:disabled {
    background: var(--blue-light-active, #B0DFFB);
}

.btn-danger {
    border-radius: 8px;
    background: var(--Red-red-300, #E22D20);
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
    /* 150% */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-secondary {
    border-radius: 8px;
    background: var(--orange-normal-hover, #E65C00);
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
    /* 150% */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-secondary:hover {
    background: var(--Orange-Dark, #BF4D00);
}

.btn-secondary:focus {
    background: var(--Orange-Dark, #F60);
}

.btn-secondary:disabled {
    background: var(--Orange-Dark, #FFD0B0);
}

.btn-success {
    border-radius: 8px;
    background: #22C55E;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
    /* 150% */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.btn-success:hover {
    border-radius: 8px;
    background: #1FB155;
}

.btn-success:focus {
    background: #1B9E4B;
}

.btn-success:disabled {
    background: #E9F9EF;
}

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

.btn i {
    font-size: 16px;
    color: #fff;
}

.btn.fs-sm i {
    font-size: 13px;
}

.btn-1 {
    border-radius: 7px;
    background: var(--Color, #FFF);
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    color: var(--Blue-Normal, #0098F3);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.btn-rect {
    width: 46px;
    height: 46px;
    border-radius: 7px;
    background: var(--Color, #FFF);
    /* shdow final */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Blue-Normal, #0098F3);

    /* Body / Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-transform: uppercase;
}

.btn-rect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn.fs-sm {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

@media(max-width:992px) {

    .btn-1,
    .btn-primary,
    .btn-secondary,
    .btn-success,
    .btn-danger {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }

    .btn-rect {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:768px) {

    .btn-1,
    .btn-primary,
    .btn-secondary,
    .btn-success,
    .btn-danger {
        font-size: 13px;
        padding: 0.4rem 0.8rem;
    }

    .btn-rect {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
}

@media(max-width:570px) {

    .btn-1,
    .btn-primary,
    .btn-secondary,
    .btn-success,
    .btn-danger {
        font-size: 12px;
        padding: 0.3rem 0.6rem;
    }

    .btn-rect {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

.shadow-1 {
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
}

.section-title {
    color: var(--Orange-Normal, #F60);
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.link {
    color: var(--Blue-700, #00588F);
    /* Body / Bold */
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

@media(max-width:992px) {
    .section-title {
        font-size: 18px;
    }

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

@media(max-width:768px) {
    .section-title {
        font-size: 16px;
    }

    .link {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .section-title {
        font-size: 14px;
    }
}

/*----------------------------
dashbord
-----------------------------*/

.stat-card {
    border-radius: 15px;
    background: var(--Color, #FFF);
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
    padding: 20px 20px 20px 15px;
    text-align: left;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.stat-card img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-bottom: 10px;
}

.stat-card h2 {
    color: var(--Primary-Text-label, #005183);
    /* H3 / Bold */
    font-family: Poppins;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    /* 120% */
    margin-bottom: 4px;
}

.stat-card p {
    color: var(--Blue-blue-500, #0093EE);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.stat-card-2 {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    padding: 5px 5px;
    border-radius: 15px;
    background: var(--Color, #FFF);
    /* shdow final */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25) !important;
    width: 100%;
    max-width: none;
}

.stat-card-2 img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-right: 5px;
}

.stat-card-2 p {
    color: var(--Blue-Normal, #0098F3);

    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
    margin-bottom: 5px;
}

.stat-card-2 h2 {
    color: var(--Blue-blue-700, #0068A9);
    /* Body / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.topic .stat-card-2 {
    height: fit-content;
    justify-content: space-between;
}

.topic .stat-card-2 h2,
.topic .stat-card-2 p {
    text-align: center;
}

@media(max-width:992px) {
    .stat-card img {
        width: 40px;
        height: 40px;
    }

    .stat-card p {
        font-size: 15px;
    }

    .stat-card h2 {
        font-size: 28px;
    }

    .stat-card-2 img {
        width: 25px;
        height: 25px;
    }

    .stat-card-2 p {
        font-size: 12px;
    }

    .stat-card-2 h2 {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .stat-card img {
        width: 30px;
        height: 30px;
    }

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

    .stat-card h2 {
        font-size: 25px;
    }

    .stat-card-2 img {
        width: 25px;
        height: 25px;
    }

    .stat-card-2 p {
        font-size: 12px;
    }

    .stat-card-2 h2 {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .stat-card {
        max-width: none;
    }

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

    .stat-card h2 {
        font-size: 20px;
    }

    .stat-card-2 img {
        width: 25px;
        height: 25px;
    }

    .stat-card-2 p {
        font-size: 12px;
    }

    .stat-card-2 h2 {
        font-size: 14px;
    }
}

/*----------------------------------------
nav-tabs
-----------------------------------------*/
.nav-tabs .nav-link {
    color: var(--Greyscale-Surface-Disabled, #9F9F9F);
    /* Headline / Light */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 150% */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.nav-tabs .nav-link.active {
    color: var(--Blue-700, #00588F);
    font-weight: 700;
    border-bottom: 2px solid #00588F;
}

.nav-tabs-2 {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 5px 4px 15px 0 rgba(0, 81, 131, 0.25);
    padding: 5px 2px;
    border: none;
}

.nav-tabs-2 .nav-link {
    color: var(--Greyscale-Surface-Disabled, #9F9F9F);
    /* Headline / Light */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding: 8px 15px;
    border-radius: 8px;
    border: none;
}

.nav-tabs-2 .nav-link.active {
    background-color: #0089DB;
    color: #fff;
    border: none;
}

.nav-tabs.fs-sm .nav-link {
    font-size: 12px;
}

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

@media(max-width:992px) {
    .nav-tabs .nav-link {
        font-size: 16px;
    }

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

    .nav-tabs.fs-sm .nav-link {
        font-size: 10px;
    }

    .nav-tabs.fs-md .nav-link {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .nav-tabs .nav-link {
        font-size: 14px;
    }

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

    .nav-tabs.fs-sm .nav-link {
        font-size: 10px;
    }
}

@media(max-width:570px) {
    .nav-tabs .nav-link {
        font-size: 12px;
    }

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

    .nav-tabs.fs-sm .nav-link {
        font-size: 10px;
    }

    .nav-tabs-2 {
        justify-self: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*-----------------------------
formulaire
-----------------------------*/

.form-select,
.form-control {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 5px 4px 15px 0px rgba(0, 81, 131, 0.25);
    color: rgba(0, 0, 0, 0.49);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    min-height: 44px;
    border: none;
    padding: 0.375rem 0.75rem;
}

.form-control::placeholder {
    font-size: 14px;
}

.form-select:focus,
.form-control:focus {
    box-shadow: 5px 4px 15px 0px rgba(0, 81, 131, 0.25) !important;
    border: none !important;
}

.form-control[type="file"] {
    min-height: auto !important;
    line-height: normal !important;
}

.form-select.fs-sm,
.form-control.fs-sm {
    font-size: 12px !important;
    min-height: 35px !important;
}

.input-group-search {
    width: 100%;
    max-width: fit-content;
}

.input-group {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(25px);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.input-group .form-control {
    box-shadow: none !important;
    min-height: auto !important;
}

.formulaire .input-group .input-group-text {
    padding: 5px 5px;
    color: var(--GrayScale-Text-Disabaled, #474747);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    font-weight: 600;
}

@media(max-width:992px) {

    .form-select,
    .form-control,
    .form-control::placeholder {
        font-size: 13px;
    }
}

@media(max-width:768px) {

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

@media(max-width:570px) {
    .filters {
        display: block !important;
    }

    .filters .btn,
    .filters .input-group-search,
    .filters .form-control,
    .filters .form-select {
        width: 100% !important;
        max-width: none !important;
    }
}

/*-------------------------------------------------------
# table 1
-------------------------------------------------------*/
.table-1 {
    border-radius: var(--Number-Scale-2s-XS, 6px);
    background: transparent;
    /* Inner shadow */
    box-shadow: none;
    border: none;
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.table-1 th {
    width: auto;
    vertical-align: text-top !important;
}

.table-1 thead {
    border-spacing: 0 0px !important;
}

.table-1 thead th {
    color: var(--Pupule-400, #00588F) !important;
    text-align: left;
    /* Body / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    text-transform: none !important;
    border: none;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    vertical-align: text-top;
    width: auto;
}

.table-1 thead th:last-child {
    text-align: right !important;
    padding-right: 1rem !important;
}

.table-1 tbody tr {
    border-radius: 15px;
    background: var(--Color, #FFF);

    /* shdow final */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
}

.table-1 tbody tr td {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: top;
}

.table-1 tbody tr:last-child td {
    border-bottom: none;
}

.table-1 tbody tr td:last-child {
    text-align: end;
}

.table-1 tbody tr td span {
    color: var(--GrayScale-Text-Caption, #575757);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.table-1 tbody tr td span::first-letter,
.table-1 tbody tr td::first-letter,
.table-1 tbody tr td p::first-letter {
    text-transform: capitalize;
}

.table-1 tbody tr td .badge {
    border-radius: 30px;
    padding: var(--V-padding, 5px) var(--H-padding, 10px);
    color: var(--Gris-White, #FFF);
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    /* 150% */
    box-shadow: 5px 4px 10px 0px rgba(0, 81, 131, 0.25);
}

.table-1 tbody tr td .media {
    display: flex;
    align-items: center;
    justify-content: start;
}

.table-1 tbody tr td .media img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 5px;
    border-radius: 50%;
    background: white 50% / cover no-repeat;
    box-shadow: 5px 4px 10px 0px rgba(0, 81, 131, 0.25);
}

.table-1 tbody tr td .media-2 img {
    width: 30px !important;
    height: 30px !important;
    flex-shrink: 0;
    border-radius: 50%;
    background: white 50% / cover no-repeat;
    box-shadow: 5px 4px 10px 0px rgba(0, 81, 131, 0.25);
    object-fit: cover;
}

.table-1 tbody tr td .media h5 {
    color: var(--GrayScale-Text-Caption, #0093EE);
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.table-1 tbody tr td .media p {
    color: var(--GrayScale-Text-Disabled, #6B6B6B);
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

.table-1 tbody tr td .dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.table-1 tbody tr td .dropdown .drop-btn {
    padding: 2px 5px !important;
    line-height: normal;
}

.table-1.fs-sm {
    margin-bottom: 0px !important;
}

.table-1.fs-sm th,
.table-1.fs-sm td {
    padding: 0.5rem 0.5rem !important;
}

.table-1.fs-sm th,
.table-1.fs-sm td,
.table-1.fs-sm td span,
.table-1.fs-sm td p,
.table-1.fs-sm td .media p {
    font-size: 12px !important;
}

.table-1.fs-sm td .media img {
    width: 30px;
    height: 30px;
}

.table-1 tbody tr td .media i {
    font-size: 2rem;
    color: #0098F3;
}

.table-2 {
    border-collapse: separate;
    border-spacing: 0 20px;
}

.table-2 tbody tr {
    border-radius: 15px;
    background: var(--Color, #FFF);

    /* shdow final */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
}

.rating {
    display: flex;
    align-items: center;
    color: #FD7856;
}

.rating i {
    font-size: 15px;
}

.table-1 tbody tr td .progress {
    width: 127px;
}

.dataTables_paginate.paging_simple_numbers {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

/* Style pour Webkit (Chrome, Edge, Safari) */
.dataTables_wrapper::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

.dataTables_wrapper::-webkit-scrollbar-track {
    background: var(--bs-hover) !important;
    border-radius: 10px;
}

.dataTables_wrapper::-webkit-scrollbar-thumb {
    background: var(--bs-hover) !important;
    border-radius: 10px;
}

.dataTables_wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--bs-focus);
}

/* Ajout d'un espace en bas pour éviter un chevauchement */
.dataTables_scrollBody {
    overflow-x: auto;
    padding-bottom: 10px;
}

@media(max-width:992px) {
    .table-1 tbody tr td .media img {
        width: 46px;
        height: 43px;
    }

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

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

    .table-1 tbody tr td .media i {
        font-size: 1.5rem;
    }
}

@media(max-width:570px) {
    .table-1 tbody tr td .media img {
        width: 36px;
        height: 33px;
    }

    .table-1 tbody tr td .media h5,
    .table-1 tbody tr td .media p,
    .table-1 tbody tr td span {
        font-size: 11px;
        text-wrap: nowrap;
    }

    .table-1 thead th {
        font-size: 12px;
        text-wrap: nowrap !important;
    }

    .table-1 .btn-outline-primary {
        padding: 5px 10px;
    }

    .table-1 tbody tr td .media i {
        font-size: 1rem;
    }
}

/*---------------------------
dropdown 
-----------------------------*/
.drop-btn i {
    color: #fff;
    font-size: 1rem;
}

.dropdown-menu,
.suggestions-dropdown {
    border-radius: 8px;
    background: var(--Blue-Light, #E6F5FE);
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
    z-index: 1;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-width: 212px;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 50;
}

.suggestions-dropdown {
    background-color: #fff;
    position: absolute;
    width: 100%;
}

.dropdown-menu .dropdown-item,
.suggestions-dropdown .suggestion-item {
    border-radius: 8px;
    background: var(--blue-normal-hover, #0089DB);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--Blue-Light, #E6F5FE);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    /* 120% */
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.suggestions-dropdown .suggestion-item {
    background-color: transparent;
    color: #575757;
    justify-content: start;
    cursor: pointer;
    margin-bottom: 0px;
}

@media(max-width:992px) {

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

/*-------------------------------------
modal
-------------------------------------*/
.backdrop {
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 1rem !important;
    display: flex;
    /*align-items: center;*/
}

.modal {
    border-radius: 30px;
    background: var(--Color, #FFF);
    /* shdow final */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
    height: fit-content;
    max-height: 95vh;
    overflow-y: auto;
}

.modal.modal-lg {
    max-width: 700px;
}

.modal::-webkit-scrollbar {
    width: 0px;
}

.modal::-webkit-scrollbar-thumb {
    background: transparent !important;
    border-radius: 10px;
}

.modal::-webkit-scrollbar-thumb:hover {
    background: transparent !important;
}

.modal .img-user {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 60px 60px 100px 0 rgba(16, 45, 97, 0.08);
}

.modal h5 {
    color: var(--Blue-Normal, #0098F3);
    text-align: center;
    /* H4 / Bold */
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.modal.question h5 {
    font-size: 16px;
}

.modal p {
    color: var(--Greyscale-Border-Disabled, #737373);
    text-align: center;

    /* Body / Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.modal.question p {
    font-size: 12px;
}

.dropdown-menu .dropdown-item i {
    color: #fff;
    font-size: 1rem;
}

.modal .box {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .box svg {
    width: 70% !important;
    height: 70% !important;
}

.modal .modal-body.text p {
    font-size: 14px;
    text-align: start;
}

.modal .modal-body.text h3 {
    color: var(--Greyscale-Border-Disabled, #E45F2B);
    text-align: start;

    /* Body / Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    /* 120% */
    margin-bottom: 1rem;
}

@media(max-width:992px) {

    .modal .img-user,
    .modal .box {
        width: 80px;
        height: 80px;
    }

    .modal h5 {
        font-size: 20px;
    }

    .modal p,
    .modal .modal-body.text h3 {
        font-size: 14px;
    }

    .modal .modal-body.text p {
        font-size: 12px;
    }
}

@media(max-width:768px) {

    .modal .img-user,
    .modal .box {
        width: 70px;
        height: 70px;
    }

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

    .modal p,
    .modal .modal-body.text h3 {
        font-size: 13px;
    }

    .modal .modal-body.text p {
        font-size: 11px;
    }
}

@media(max-width:570px) {

    .modal .img-user,
    .modal .box {
        width: 60px;
        height: 60px;
    }

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

    .modal p,
    .modal .modal-body.text h3 {
        font-size: 12px;
    }

    .modal .modal-body.text p {
        font-size: 10px;
    }
}

/*-------------------------------------------------------
# formulaire 
-------------------------------------------------------*/
.formulaire h4 {
    color: var(--Vert-500, #0093EE);
    /* H4 / Bold */
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    /* 120% */
}

.formulaire p,
.desc {
    color: var(--GrayScale-Text-Disabled, #6B6B6B);
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    /* 150% */
}

.formulaire .form-label {
    color: var(--GrayScale-Text-Caption, #005183);
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.formulaire .form-control,
.formulaire .form-select {
    font-size: 14px;
    min-height: 50px;
}

.formulaire .form-control {
    border-radius: 15px;
    background: var(--Color, #FFF);
    /* shdow final */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
    color: var(--GrayScale-Text-Disabaled, #474747);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    border: none;
    width: 100%;
    padding: 0.375rem 0.75rem;
}

.formulaire .form-control::placeholder {
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
}

.formulaire .form-select {
    border-radius: 15px;
    background: var(--Color, #FFF);
    /* shdow final */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
    color: var(--GrayScale-Text-Disabaled, #474747);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    border: none;
    padding: 0.375rem 0.75rem;
}

.formulaire .input-group {
    border-radius: 15px;
    background: var(--Color, #FFF);
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
    display: flex;
    align-items: center;
    justify-content: start;
}

.formulaire .input-group .form-control,
.formulaire .input-group .form-select {
    box-shadow: none !important;
    min-height: auto !important;
    background-color: transparent;
}



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

.formulaire .form-check input {
    fill: var(--Color, #FFF);
    filter: drop-shadow(5px 4px 10px rgba(0, 81, 131, 0.25));
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
}

.formulaire .form-check input:checked {
    fill: #007AD4 !important;
}

.formulaire .form-check label {
    color: var(--GrayScale-Text-Caption, #474747);

    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.formulaire .checkBtn,
.formulaire .form-check .checkBtn {
    border-radius: 15px;
    background: var(--Color, #FFF);
    /* shdow final */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25) !important;
    min-height: 50px;
    color: var(--Blue-500, #0093EE);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--Blue-500, #0093EE);
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.formulaire input:checked+.checkBtn {
    border: 3px solid var(--Blue-blue-600, #0086D9);
}

.formulaire .form-check p {
    color: var(--grey-dark-active, #000);

    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    /* 120% */
}

.formulaire .form-check small {
    color: var(--grey-dark-active, #575757);

    /* Body / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.toggle-btn {
    border-radius: 15px;
    background: #FFF;
    min-height: 44px;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    padding: 0.375rem 0.75rem;
}

.toggle-btn p {
    color: var(--Blue-Normal, #0098F3);

    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.formulaire small {
    color: var(--grey-dark-active, #575757);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.formulaire .icon {
    padding: 10px 10px;
    width: 100%;
    min-height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Orange-Light, #FFF0E6);
}

.formulaire .icon.selected {
    border: 2px solid #FF6600;
}

.formulaire .form-control.box {
    border-radius: 15px;
    background: var(--Blue-100, #C7E9FF);
    padding: 1rem 1rem;
}

.formulaire .form-control.box .number {
    background-color: #FF6600;
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
}

.formulaire .form-control.box h5 {
    color: var(--Blue-700, #00588F);
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.formulaire .form-control.box p {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 200% */
}

.formulaire .form-control.box small {
    color: #575757;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 200% */
}

.formulaire .tag {
    border-radius: 20px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: var(--grey-dark-active, #575757);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.formulaire .tag.selected {
    border: 1px solid var(--Blue-Normal, #0098F3);
    color: var(--Blue-Normal, #0098F3);
    font-weight: 600;
}

.reviewImage {
    position: relative;
    width: 100%;
    max-width: 200px;
}

.reviewImage img {
    width: 100%;
    max-height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.reviewImage .btn-danger {
    position: absolute;
    right: -10px;
    top: -10px;
}

@media(max-width:992px) {

    .formulaire .form-label,
    .formulaire .form-control,
    .formulaire .form-select,
    .toggle-btn p,
    .desc {
        font-size: 13px;
    }

    .formulaire h4 {
        font-size: 20px;
    }

    .formulaire p {
        font-size: 12px;
    }

    .formulaire .form-check label {
        font-size: 12px;
    }

    .formulaire .icon {
        min-height: 50px;
    }
}

@media(max-width:570px) {

    .formulaire .form-label,
    .formulaire .form-control,
    .formulaire .form-select,
    .toggle-btn p,
    .desc {
        font-size: 12px;
    }

    .formulaire h4 {
        font-size: 17px;
    }

    .formulaire p {
        font-size: 11px;
    }
}

/*-------------------------------------------------------
# jointe 
-------------------------------------------------------*/
.jointe {
    min-height: 200px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 2px dashed var(--Blue-blue-500, #0093EE);
    background: var(--Color, #FFF);

    /* shdow final */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25) !important;
}


.jointe img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    border-radius: 5px;
    margin-bottom: 10px;
}

.jointe i {
    color: #0093EE;
    font-size: 2rem;
    margin-bottom: 10px;
}

.jointe p {
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
    text-align: center;
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.jointe .btn {
    font-weight: 500;
    font-size: 14px;
}

.jointe label {
    color: var(--Primary-Text-label, #005183);
    text-align: center !important;

    /* Body / Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.jointe small {
    color: var(--Primary-Text-label, #005183);
    text-align: center;
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

@media(max-width:992px) {

    .jointe p,
    .jointe .btn {
        font-size: 12px;
    }

    .jointe .box {
        width: 80px;
        height: 80px;
    }
}

@media(max-width:570px) {

    .jointe p,
    .jointe .btn {
        font-size: 10px;
    }

    .jointe .box {
        width: 70px;
        height: 70px;
    }
}

/*--------------------------------
module
----------------------------------*/
.module {
    border-radius: 20px;
    background: var(--Color, #FFF);

    /* shdow final */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
}

.module .card-header {
    border-radius: 20px 20px 0px 0px;
    background: var(--Color, #FFF);
    /* Shadow */
    box-shadow: 150px 534px 155px 0px rgba(171, 171, 171, 0.00), 96px 342px 142px 0px rgba(171, 171, 171, 0.01), 54px 192px 120px 0px rgba(171, 171, 171, 0.05), 24px 85px 89px 0px rgba(171, 171, 171, 0.09), 6px 21px 49px 0px rgba(171, 171, 171, 0.10);
}

.lecon {
    border-radius: 20px;
    background: var(--Blue-blue-50, #E6F4FD);
}

.lecon .card-header {
    border-radius: 20px;
    background: var(--Blue-blue-50, #E6F4FD);
    box-shadow: 5px 4px 10px 0px rgba(0, 81, 131, 0.25);
}

.lecon .card-header input,
.module .card-header input,
.lecon .card-header h5,
.module .card-header h5 {
    color: var(--Blue-blue-600, #0086D9) !important;
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    border: none;
    box-shadow: none;
}

.lecon .card-header input::placeholder,
.module .card-header input::placeholder {
    color: var(--Blue-blue-600, #0086D9) !important;
}

.question {
    border-radius: 15px !important;
    background: var(--Blue-blue-50, #E6F4FD) !important;
    color: var(--Primary-Text-label, #005183);

    /* Body / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    /* 120% */
    border: none !important;
    min-height: 72px;
}

.question::placeholder {
    color: var(--Primary-Text-label, #005183);
}

.question::placeholder {
    box-shadow: none !important;
    border: none !important;
}

.reponse {
    border-radius: 10px;
    background: var(--Blue-blue-50, #E6F4FD);
    min-height: 54px;
}

.reponse .form-check-input {
    width: 30px;
    height: 30px;
    border-color: #007AD4;
}

.reponse input {
    color: var(--Greyscale-Text-negative, #2E2E2E);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.boxDoc {
    border-radius: 15px !important;
    background: var(--Blue-blue-50, #fff) !important;
}

.boxDoc .card-header {
    border-radius: 15px !important;
    background: var(--Blue-blue-50, #E6F4FD) !important;
}

@media(max-width:992px) {
    .reponse input {
        font-size: 12px;
    }

    .question {
        font-size: 13px;
    }

    .lecon .card-header input,
    .module .card-header input,
    .lecon .card-header h5 {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .reponse input {
        font-size: 11px;
    }

    .question {
        font-size: 12px;
    }

    .lecon .card-header input,
    .module .card-header input,
    .lecon .card-header h5 {
        font-size: 15px;
    }
}

/*-----------------------------------
profil
------------------------------------*/
.cardProfil {
    border-radius: 10px;
    background: #FFF;
    padding: 1rem 1rem;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0px rgba(0, 81, 131, 0.25);
}

.cardProfil h2 {
    color: var(--Secondaire-500, #E45F2B);
    /* Headline / Bold */
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardProfil h3 {
    color: var(--Primary-600, #007AD4);

    /* Body / Bold */
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.cardProfil p {
    color: var(--Grayscale-800, #676767);

    /* Body / Regular */
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.cardProfil a {
    color: var(--Primary-600, #007AD4);
    text-align: right;

    /* Subtitle / Bold */
    font-family: "Poppins";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
}

.cardProfil .group {
    border-radius: 10px;
    background: var(--Blue-Light, #E6F5FE);
}

.cardProfil .group .form-control {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(25px);
    color: var(--Grey-Normal, #000);
    text-align: start;
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
    width: 100%;
}

.cardProfil .group .form-control::placeholder {
    color: var(--Grey-Normal, #C1C1C1);
}

.profile-photo {
    width: 150px;
    height: 150px;
    position: relative;
}

.profile-photo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-photo label {
    width: 30px;
    height: 30px;
    background: var(--Primary-400, #2CB4FF);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 35px;
    right: 35px;
    cursor: pointer;
}

@media(max-width:992px) {
    .cardProfil h2 {
        font-size: 18px;
    }

    .cardProfil h3 {
        font-size: 15px;
    }

    .cardProfil p {
        font-size: 15px;
    }

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

@media(max-width:768px) {
    .cardProfil h2 {
        font-size: 16px;
    }

    .cardProfil h3 {
        font-size: 14px;
    }

    .cardProfil p {
        font-size: 14px;
    }

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

@media(max-width:570px) {
    .cardProfil h2 {
        font-size: 15px;
    }

    .cardProfil h3 {
        font-size: 12px;
    }

    .cardProfil p {
        font-size: 12px;
    }

    .cardProfil a {
        font-size: 11px;
    }
}

.input-error {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 12px;
    color: #ef4444;
}

.verification-alert {
    margin: 20px 0;
    padding: 15px;
    background-color: #fee2e2;
    border-left: 4px solid #ef4444;
    border-radius: 6px;
    font-size: 14px;
    color: #b91c1c;
}

.verification-link {
    display: inline-block;
    margin-top: 5px;
    color: #2563eb;
    font-weight: 600;
    cursor: pointer;
}

.verification-sent {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    padding: 6px 10px;
    background-color: #ecfdf5;
    border-radius: 4px;
    font-size: 13px;
    color: #059669;
}

.btn-processing {
    opacity: 0.7;
    cursor: not-allowed;
}

.success-message {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #ecfdf5;
    border-left: 4px solid #10b981;
    border-radius: 6px;
    color: #059669;
    font-weight: 600;
}

.upload-error {
    margin-top: 5px;
    font-size: 12px;
    color: #ef4444;
}

@media (max-width: 768px) {

    .input-error {
        position: relative;
        bottom: 0;
        margin-top: 5px;
    }
}

/*-------------------------------
pagination
-----------------------------------*/
.pagination .page-item.prev,
.pagination .page-item.next {
    border: 2px solid var(--Blue-300, #5CC0FF);
    width: 40px;
    height: 40px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
}

.pagination .page-link {
    border-radius: 11px;
    background-color: transparent;
    color: var(--Vilolet-Pupule-500, #0093EE);
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-item.active .page-link {
    font-weight: 700;
    background-color: transparent;
    color: var(--Vilolet-Pupule-500, #0093EE);
    box-shadow: none;
    font-size: 16px !important;
}

@media(max-width:992px) {
    .pagination .page-link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .pagination .page-link {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

/*-------------------------------------------------------
#fomations
-------------------------------------------------------*/
.card-formation {
    width: 100%;
    max-width: 287px;
    height: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 30px;
    background: var(--Color, #FFF);
    /* shdow final */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.card-formation .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.card-formation .card-header img {
    width: 100%;
    height: 116px;
    object-fit: cover;
    border-radius: var(--Number-Scale-2s-S, 15px);
    background: white 50% / cover no-repeat;
}

.card-formation .card-header .img-2 {
    width: 100%;
}
.card-formation .card-body {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.card-formation .card-body h5 {
    color: var(--Violet-500, #0093EE);
    text-align: center;
    /* H4/Bold */
    font-family: "SF Pro Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.card-formation .card-body p {
    color: var(--GrayScale-Text-Disabaled, #0068A9);
    text-align: center;
    /* Body / Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.card-formation .card-body small {
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
    text-align: center;
    /* Body / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
}

.statut {
    text-align: left;
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.statut img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

@media(max-width:992px) {
    .card-formation .card-body h5 {
        font-size: 18px;
    }

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

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

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

    .card-formation .card-body p {
        font-size: 13px;
    }

    .statut {
        font-size: 12px;
    }

    .card-formation .card-header img {
        width: 100px;
        height: 100.909px;
    }
}

@media(max-width:570px) {
    .card-formation .card-body h5 {
        font-size: 15px;
    }

    .card-formation .card-body p {
        font-size: 12px;
    }

    .statut {
        font-size: 10px;
    }

    .card-formation .card-header img {
        width: 100px;
        height: 100.909px;
    }
}

/*-------------------------------------
card details
---------------------------------------*/
.cardDetails {
    border-radius: 15px;
}

.cardDetails .left {
    display: flex;
    align-items: start;
    justify-content: start;
}

.cardDetails .left .image {
    width: 200px;
    height: 143px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 15px;
    background: white 50% / cover no-repeat, #D9D9D9;
    margin-right: 10px;
}

.cardDetails .left h5 {
    color: var(--Blue-blue-700, #0068A9);
    /* H3 / Regular */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 10px;
}

.cardDetails .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardDetails .right h4 {
    color: var(--Violet-500, #0093EE);
    text-align: center;
    /* H4/Bold */
    font-family: "SF Pro Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardDetails .left p {
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
    text-align: start;
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(max-width:992px) {
    .cardDetails .left .image {
        width: 150px;
        height: 100px;
    }

    .cardDetails .left h5 {
        font-size: 18px;
    }

    .cardDetails .right h4 {
        font-size: 18px;
    }

    .cardDetails .left p {
        font-size: 13px;
    }
}

@media(max-width:768px) {

    .cardDetails .left,
    .cardDetails .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cardDetails .left h5 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .cardDetails .right h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cardDetails .left .image {
        width: 150px;
        height: 100.909px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

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

@media(max-width:570px) {
    .cardDetails .left h5 {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .cardDetails .right h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .cardDetails .left .image {
        width: 100%;
        height: 150.909px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

}

/*----------------------------
card-1
------------------------------*/

/* Formations Section */
.card-1 {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    background: var(--Color, #FFF);
    /* Shadow */
    box-shadow: 150px 534px 155px 0px rgba(171, 171, 171, 0.00), 96px 342px 142px 0px rgba(171, 171, 171, 0.01), 54px 192px 120px 0px rgba(171, 171, 171, 0.05), 24px 85px 89px 0px rgba(171, 171, 171, 0.09), 6px 21px 49px 0px rgba(171, 171, 171, 0.10);
}

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

.card-1 .card-header h5 {
    color: var(--Blue-blue-500, #0093EE);
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.card-1 .card-header a {
    color: var(--Primary-surface-default, #0093EE);
    text-align: center;
    /* Body / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    /* 120% */
    display: flex;
    align-items: center;
}

.card-1 p {
    color: var(--Greyscale-Surface-Disabled, #9F9F9F);
    /* Headline / Light */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    /* 150% */
}

.card-1 .table-1 {
    border-spacing: 0 0px;
}

.card-1 .table-1 tbody tr {
    box-shadow: none !important;
}

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

    .card-1 .card-header a {
        font-size: 13px;
    }

    .card-1 p {
        font-size: 13px;
    }
}

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

    .card-1 .card-header h5 {
        font-size: 17px;
    }

    .card-1 .card-header a {
        font-size: 12px;
    }

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

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

    .card-1 .card-header a {
        font-size: 12px;
    }

    .card-1 p {
        font-size: 11px;
    }
}

/*----------------------------
card-2
------------------------------*/
.card-2 {
    border-radius: 25px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
}

/*----------------------------
card-3
------------------------------*/
.card-3 {
    border-radius: 25px;
    background: var(--Blue-Light, #E6F5FE);
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
}

/*---------------------------
card vide 
----------------------------*/
.cardVide {
    border-radius: 30px;
    background: var(--Blue-Light, #E6F5FE);
    width: 100%;
    padding: 1rem 1rem;
}

.cardVide .card-header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cardVide .card-header img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.cardVide.fs-sm .card-header img {
    width: 50px;
    height: 50px;
}

.cardVide h5 {
    color: var(--Blue-blue-500, #0093EE);
    text-align: center;

    /* H4 / Bold */
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.cardVide.fs-sm h5 {
    font-size: 16px;
}

.cardVide p {
    color: var(--Greyscale-Surface-Disabled, #9F9F9F);
    /* Headline / Light */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    /* 150% */
    text-align: center;
}

.cardVide.fs-sm p {
    font-size: 12px;
}

.cardVide .card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

@media(max-width:992px) {
    .cardVide .card-header img {
        width: 80px;
        height: 80px;
    }

    .cardVide h5 {
        font-size: 18px;
    }

    .cardVide p {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .cardVide .card-header img {
        width: 60px;
        height: 60px;
    }

    .cardVide h5 {
        font-size: 17px;
    }

    .cardVide p {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .cardVide h5 {
        font-size: 16px;
    }

    .cardVide p {
        font-size: 11px;
    }
}

/*-----------------------------
cardTuto
------------------------------*/
.cardTuto {
    border-radius: 10px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    max-width: 448px;
    height: 100%;
    min-height: 380px;
    padding: 10px;
}

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

.cardTuto .card-header h3 {
    color: var(--Orange-Normal, #F60);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
}

.cardTuto .card-header p {
    color: var(--grey-dark-active, #575757);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
}

.cardTuto .card-body video {
    width: 100%;
    height: 272px;
}

@media(max-width:992px) {
    .cardTuto .card-header h3 {
        font-size: 18px;
    }

    .cardTuto .card-header p {
        font-size: 14px;
    }

    .cardTuto .card-body video {
        height: 250px;
    }

    .cardTuto {
        min-height: 350px;
    }
}

@media(max-width:768px) {
    .cardTuto .card-header h3 {
        font-size: 16px;
    }

    .cardTuto .card-header p {
        font-size: 12px;
    }

    .cardTuto .card-body video {
        height: 200px;
    }

    .cardTuto {
        min-height: 300px;
    }
}

/*-------------------------------
cardForum
----------------------------------*/
.cardForum {
    border-radius: 15px;
    background: var(--Color, #FFF);
    /* shdow final */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    padding: 19px 15px;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.cardForum .left img {
    width: 183px;
    height: 184px;
    object-fit: cover;
    border-radius: 5px;
}

.cardForum .right .top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    column-gap: 10px;
}

.cardForum .right .top h3 {
    color: var(--Blue-blue-700, #0068A9);

    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardForum .right .top h3 span {
    /* Subtitle / Bold */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    /* 120% */
}

.cardForum .right p,
.cardForum .right .tags p {
    color: var(--grey-dark-hover, #747474) !important;
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

.cardForum .right .bottom {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
}

.cardForum .right h5 {
    color: var(--Orange-Normal, #F60);
    /* Body / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    /* 120% */
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}

.cardForum .right h5 svg {
    margin-right: 5px;
}

.cardForum .right .tags {
    display: flex !important;
    gap: 5px;
    width: fit-content;
}

.topic .cardForum .right .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    /* espace entre les colonnes */
}

@media(max-width:992px) {
    .cardForum .left img {
        width: 163px;
        height: 163px;
        margin-bottom: 1rem;
    }

    .cardForum .right .top h3 {
        font-size: 18px;
    }

    .cardForum .right .top h3 span,
    .cardForum .right p {
        font-size: 12px;
    }

    .cardForum .right h5 {
        font-size: 14px;
    }

    .cardForum .right h5 svg {
        width: 15px !important;
        height: 15px !important;
        object-fit: contain;
    }
}

@media(max-width:768px) {
    .cardForum {
        display: block;
    }

    .cardForum .left img {
        width: 100%;
        height: 250px;
    }

    .cardForum .right .top h3 {
        font-size: 16px;
    }

    .cardForum .right .top h3 span,
    .cardForum .right p {
        font-size: 11px;
    }

    .cardForum .right h5 {
        font-size: 12px;
    }

    .cardForum .right h5 svg {
        width: 13px !important;
        height: 13px !important;
        object-fit: contain;
    }
}

@media(max-width:570px) {
    .cardForum .left img {
        width: 100%;
        height: 200px;
    }

    .cardForum .right .top h3 {
        font-size: 15px;
    }

    .cardForum .right .bottom {
        display: block;
    }

    .topic .cardForum .right .bottom {
        display: block;
    }
}


/*------------------------------
cardComment
--------------------------------*/
.cardComment {
    border-radius: 5px;
    background: var(--Gris-White, #FFF);
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    padding: 1rem 1rem;
    display: flex;
    align-items: start;
    justify-content: start;
    column-gap: 10px;
}

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

.cardComment .text .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.cardComment .text .top small {
    color: var(--Blue-blue-500, #0093EE);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cardComment .text p {
    color: var(--Black-black-300, #737373);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(max-width:992px) {
    .cardComment img {
        width: 55px;
        height: 55px;
    }

    .cardComment .text .top small,
    .cardComment .text p {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .cardComment img {
        width: 50px;
        height: 50px;
    }

    .cardComment .text .top small,
    .cardComment .text p {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cardComment img {
        width: 40px;
        height: 40px;
    }

    .cardComment .text .top small,
    .cardComment .text p {
        font-size: 12px;
    }
}

/*-----------------------------
cardBot
--------------------------------*/
.cardBot {
    background-color: #E6F5FE;
    padding: 1rem 1rem;
    border-radius: 25px;
}

.cardBot .card-header {
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardBot img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--Gris-White, #FFF);
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    object-fit: cover;
}

.cardBot p {
    color: var(--Blue-blue-700, #0068A9);
    /* H4 / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.cardBot .card-body {
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardBot .form-control {
    box-shadow: none;
    min-height: auto;
}

/*---------------------------
stepper
-----------------------------*/
.steps-container {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 5px;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;

}

.steps-container::-webkit-scrollbar {
    height: 5px;
}

.steps-container::-webkit-scrollbar-thumb {
    background: #ccc !important;
    border-radius: 10px;
}

.steps-container::-webkit-scrollbar-thumb:hover {
    background: #999 !important;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 8px;
    color: #c8c8c8;
    width: 178px;
}

.step .step-number {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.40);
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    color: var(--Primary-500, #0098F3);
    /* H4 / Bold */
    font-family: "Work Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 120% */
}

.step.active .step-number {
    color: #0098f3;
}

.step.done .step-number {
    color: #22c55e;
}

.step .step-label {
    color: var(--Grayscale-300, #C8C8C8);
    text-align: center;
    /* Body / Regular */
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.step-line {
    width: 60px;
    height: 1px;
    background: #C8C8C8;
    margin-top: 25px;

}

.step-line.line-active {
    background: #28A9FF;
    height: 3px;
    box-shadow: 0 4px 18px rgba(0, 152, 243, 0.25);
}

.step-line.line-done {
    background: #22c55e;
    height: 3px;
    box-shadow: 0 4px 18px rgba(34, 197, 94, 0.25);
}

@media(max-width:992px) {

    .steps-container {
        max-width: 100% !important;
        overflow-x: auto;
        padding-left: 20px;
        /* espace à gauche */
        scroll-padding-left: 20px;
    }

    .step {
        width: fit-content;
        min-width: 158px;
        flex: 0 0 auto;
    }

    .step .step-number {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .step .step-label {
        font-size: 14px;
    }

    .step-line {
        width: 40px;
        margin-top: 20px;
        flex: 0 0 auto;
    }
}

/* Step labels */
.step .step-label {
    color: #c8c8c8;
}

.step.active .step-label {
    color: #0098f3;
    font-weight: 600;
}

.step.done .step-label {
    color: #22c55e;
    font-weight: 600;
}

/* Active circle glow for emphasis */
.step.active .step-number {
    box-shadow: 0 8px 24px rgba(0, 152, 243, 0.25), 10px 8px 20px rgba(0, 81, 131, .25);
}

.step.done .step-number {
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.18), 10px 8px 20px rgba(0, 81, 131, .10);
}

/* Clickable previous steps */
.step.clickable {
    cursor: pointer;
}

.step.clickable:hover .step-label {
    text-decoration: underline;
}

/*------------------------------------
cardArticle
-------------------------------------*/
.cardArticle {
    width: 100%;
    height: 100%;
    min-height: 395px;
    border-radius: 10px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
}

.cardArticle .card-header img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    background: url(<path-to-image>) white 50% / cover no-repeat, #FFF;
}

.cardArticle .card-header .titre {
    padding-left: 20px;
    padding-right: 20px;
}

.cardArticle .card-header h4 {
    color: var(--Blue-Normal, #0098F3);

    /* Headline / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 150% */
}

.cardArticle .card-header .badge {
    box-shadow: none;
    color: #FFF;
    text-align: center;

    /* Caption / Bold */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    /* 150% */
    height: fit-content;
}

.cardArticle .card-body,
.cardArticle .card-footer {
    padding: 20px 20px;
}

.cardArticle .card-body p {
    color: var(--grey-dark-hover, #747474);

    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
}

.cardArticle .card-body .tags {
    display: flex;
    flex-wrap: wrap;
}

.cardArticle .card-body .tags span {
    padding: 10px;
    border-radius: 10px;
    /* Subtitle / Bold */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    /* 120% */
}

.cardArticle .card-body .tags span:nth-child(odd) {
    background: #E6F5FE;
    color: #0098F3;
}

.cardArticle .card-body .tags span:nth-child(even) {
    background: #FFF0E6;
    color: #FF6600;
}

.cardArticle .card-footer p {
    color: var(--Grey-Darker, #444);
    text-align: start;
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

/*----------------------------
cardGroup
------------------------------*/
.cardGroup {
    width: 100%;
    max-width: 330px;
    height: 100%;
    border-radius: 20px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
}

.cardGroup .card-header {
    position: relative;
}

.cardGroup .card-header img {
    width: 100%;
    height: 140px;
    border-radius: 20px 20px 0 0;
    background: url(<path-to-image>) white 50% / cover no-repeat, #FFF;
    object-fit: cover;
}

.cardGroup .card-header h3 {
    color: var(--Blue-Normal, #0098F3);
    text-align: start;

    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardGroup .card-header .badge {
    color: #FFF;
    text-align: center;

    /* Caption / Bold */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    /* 150% */
    border-radius: 20px;
    text-transform: capitalize;
    position: absolute;
    top: 10px;
    right: 10px;
}

.cardGroup .card-body,
.cardGroup .card-footer {
    padding-left: 19px;
    padding-right: 19px;
}

.cardGroup .card-body small {
    color: var(--Grey-Darker, #444);
    text-align: center;

    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

.cardGroup .card-body p {
    color: var(--grey-dark-hover, #747474);
    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
}

.cardGroup .card-footer p {
    color: var(--Blue-Normal, #0098F3);
    text-align: center;
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

@media(max-width:992px) {
    .cardGroup .card-header h3 {
        font-size: 18px;
    }

    .cardGroup .card-body small,
    .cardGroup .card-footer p {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cardGroup .card-header h3 {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .cardGroup {
        max-width: none;
    }

    .cardGroup .card-header h3 {
        font-size: 15px;
    }
}

/*-------------------------
cardSujet
--------------------------*/
.cardSujet {
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
}

.cardSujet .card-body {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 15px;
}

.cardSujet .image {
    border-radius: 20px;
    background: url(<path-to-image>) white 50% / cover no-repeat, #FFF;
    width: 155px;
    height: 100%;
    object-fit: cover;
}

.cardSujet .card-body .text {
    width: 100%;
}

.cardSujet h3 {
    color: var(--Blue-Normal, #0098F3);

    /* Headline / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardSujet small {
    color: var(--Grey-Darker, #444);
    text-align: start;
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 5px;
}

.cardSujet p {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 5px;
    color: var(--Blue-Normal, #0098F3);
    text-align: center;
    /* Caption / Bold */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    /* 150% */
}

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

.media li {
    margin-left: -10px;
}

.media li:first-child {
    margin-left: 0px;
}

.media img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    background: url(<path-to-image>) white 50% / cover no-repeat;
}

.media span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    color: var(--grey-dark-active, #575757);
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 187.5% */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:992px) {
    .cardSujet .image {
        width: 190px;
        height: 150px;
    }

    .cardSujet h3 {
        font-size: 18px;
    }

    .cardSujet small {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cardSujet h3 {
        font-size: 16px;
    }

    .cardSujet small {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .cardSujet .card-body {
        display: block;
    }

    .cardSujet .card-body .image {
        width: 100%;
        max-width: none;
        height: 200px;
        border-radius: 20px 20px 0 0;
    }

    .cardSujet .bottom {
        display: block !important;
    }

    .cardSujet .bottom .btn {
        width: 100%;
        margin-top: 10px;
    }
}

/*------------------------------
cardActualite
-------------------------------*/
.cardActualite {
    border-radius: 20px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
}

.cardActualite .card-header h4 {
    color: var(--Blue-Normal, #0098F3);

    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardActualite .card-header p {
    color: var(--Grey-Dark, #919191);
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

.cardActualite .box:nth-child(odd) {
    background: var(--Blue-Light, #E6F5FE);
}

.cardActualite .box:nth-child(even) {
    background: var(--blue-light-active, #B0DFFB);
}

.cardActualite .box:last-child {
    border-radius: 0 0 20px 20px;
}

.cardActualite .box h5 {
    color: var(--blue-normal-hover, #0089DB);
    /* Body / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.cardActualite .box p {
    color: var(--Blue-Normal, #0098F3);
    text-align: start;

    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
}

.cardActualite .box .bottom p {
    color: #73CBFF;

}

.cardActualite .box .bottom .vue {
    text-wrap: nowrap;
}

.cardActualite .box img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.cardActualite .box:nth-child(even) .bottom p {
    color: #fff;
}

@media(max-width:992px) {
    .cardActualite .card-header h4 {
        font-size: 18px;
    }

    .cardActualite .card-header p {
        font-size: 12px;
    }

    .cardActualite .box h5 {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .cardActualite .card-header h4 {
        font-size: 16px;
    }

    .cardActualite .card-header p {
        font-size: 11px;
    }

    .cardActualite .box h5 {
        font-size: 14px;
    }
}

/*------------------------------
topicDetails
--------------------------------*/
.topicDetails h4 {
    color: var(--Blue-blue-800, #005183);

    /* H4 / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.topicDetails p {
    color: var(--Grey-Darker, #444);

    /* Body / Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.topicDetails small {
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--Grey-Dark, #919191);
    text-align: start;
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
    column-gap: 5px;
}

@media(max-width:992px) {
    .topicDetails h4 {
        font-size: 18px;
    }

    .topicDetails p {
        font-size: 15px;
    }

    .topicDetails small {
        font-size: 12px;
    }

    .topicDetails small svg {
        width: 20px !important;
        height: 20px !important;
    }
}

@media(max-width:768px) {
    .topicDetails h4 {
        font-size: 16px;
    }

    .topicDetails p {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .topicDetails h4 {
        font-size: 15px;
    }

    .topicDetails p {
        font-size: 12px;
    }
}

/*--------------------------
addComment
---------------------------*/
.addComment {
    border-radius: 10px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    column-gap: 10px;
}

.addComment .image {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

.addComment .image.sm {
    width: 30px;
    height: 30px;
}

.addComment .box {
    border-radius: 10px;
    background: var(--Grey-Light, #F9F9F9);
}

.addComment .box .form-control {
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
    color: var(--Grey-Normal, #000);

    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

.addComment .box .form-control::placeholder {
    color: var(--Grey-Normal, #C1C1C1);
}

.addComment .box .btn:hover {
    background-color: #E6F5FE;
}

@media(max-width:992px) {
    .addComment .image {
        width: 45px;
        height: 45px;
    }

    .addComment .box .form-control {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .addComment .image {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .addComment .image {
        width: 35px;
        height: 35px;
    }
}

/*-----------------------
cardComment
------------------------*/
.cardComment {
    border-radius: 10px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
}

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

.cardComment .card-header img {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

.cardComment .card-header h3 {
    color: var(--Blue-Dark, #0072B6);

    /* Body / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.cardComment .card-header h3 span {
    color: var(--Grey-Dark, #919191);

    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
    margin-left: 5px;
}

.cardComment .card-body p {
    color: var(--grey-dark-active, #575757);

    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

.cardComment .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardComment .card-footer .btn {
    color: #919191;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    /* 120% */
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.cardComment .card-footer .btn:hover {
    color: #0098F3;
}

.cardComment .card-footer .btn:hover svg path {
    stroke: #0098F3;
}

.cardComment .card-footer span {
    color: var(--Blue-Normal, #0098F3);
    text-align: center;

    /* Caption / Bold */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    /* 150% */
    display: flex;
    align-items: center;
    column-gap: 5px;
}

@media(max-width:992px) {
    .cardComment .card-header img {
        width: 45px;
        height: 45px;
    }

    .cardComment .card-header h3 {
        font-style: 15px;
    }

    .cardComment .card-body p,
    .cardComment .card-footer .btn {
        font-size: 12px;
    }

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

    .cardComment .card-footer span svg,
    .cardComment .card-footer .btn svg {
        width: 15px !important;
        height: 15px !important;
    }
}

@media(max-width:768px) {
    .cardComment .card-header img {
        width: 40px;
        height: 40px;
    }

    .cardComment .card-header h3 {
        font-style: 14px;
    }

    .cardComment .card-body p,
    .cardComment .card-footer .btn {
        font-size: 12px;
    }

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

    .cardComment .card-footer span svg,
    .cardComment .card-footer .btn svg {
        width: 10px !important;
        height: 10px !important;
    }
}

@media(max-width:570px) {
    .cardComment .card-header img {
        width: 35px;
        height: 35px;
    }
}

/*-------------------------
subComment
--------------------------*/
.subComment .card-body {
    display: flex;
    align-items: start;
    justify-content: start;
    column-gap: 10px;
}

.subComment .card-body .right {
    border-radius: 10px;
    background: var(--Grey-Light, #F9F9F9);
}

.subComment .card-body img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    border-radius: 50%;
    object-fit: cover;
}

.subComment .card-body h3 {
    color: var(--Blue-Dark, #0072B6);
    /* Subtitle / Bold */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    /* 120% */
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 5px;
}

.subComment .card-body h3 span {
    color: var(--Grey-Dark, #919191);

    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
}

.subComment .card-body p {
    color: var(--grey-dark-active, #575757);
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

.subComment .card-body .bottom .btn {
    color: var(--Grey-Dark, #919191);
    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
}

.subComment .card-body .bottom span {
    color: var(--Blue-Normal, #0098F3);
    text-align: center;
    /* Caption / Bold */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    /* 150% */
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

@media(max-width:992px) {
    .subComment .card-body img {
        width: 25px;
        height: 25px;
    }

    .subComment .card-body h3,
    .subComment .card-body p {
        font-size: 12px;
    }

    .subComment .card-body .bottom span {
        font-size: 10px;
    }

    .subComment .card-body .bottom span svg {
        width: 15px !important;
        height: 15px !important;
    }
}

@media(max-width:768px) {
    .subComment .card-body img {
        width: 20px;
        height: 20px;
    }

    .subComment .card-body h3,
    .subComment .card-body p {
        font-size: 12px;
    }

    .subComment .card-body .bottom span {
        font-size: 10px;
    }

    .subComment .card-body .bottom span svg {
        width: 10px !important;
        height: 10px !important;
    }
}

/*--------------------------------
cardLeftMsg
----------------------------------*/
.cardLeftMsg {
    border-radius: 10px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    height: 100%;
    justify-content: start !important;
}

.cardLeftMsg .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.cardLeftMsg .card-header h3 {
    color: var(--Blue-blue-800, #005183);
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardLeftMsg .card-body {
    height: 100%;
    max-height: 70vh;
    overflow-y: auto;
}

.cardLeftMsg .input-group-search {
    max-width: none;
}

.cardLeftMsg .input-group-search .form-control {
    font-size: 12px;
}

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

.cardLeftMsg .list-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.cardLeftMsg .list-item:hover {
    background-color: #E9EBF8;
}

.cardLeftMsg .list-item.active {
    background-color: #ECECEC;
}

.cardLeftMsg .list-item .userImg {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    background: url(<path-to-image>) white 50% / cover no-repeat;
}

.cardLeftMsg .list-item .user-avatar {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
}

.cardLeftMsg .list-item .text {
    width: 100%;
}

.cardLeftMsg .list-item .text h4 {
    display: flex;
    align-items: start;
    justify-content: space-between;
    color: var(--Blue-Dark, #0072B6);
    /* Subtitle / Bold */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    /* 120% */
    width: 100%;
    gap: 5px;
}

.cardLeftMsg .list-item .text h4 small {
    color: var(--Grey-Normal, #C1C1C1);
    text-align: right;
    /* Caption / Regular */
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
}

.cardLeftMsg .list-item .text p {
    color: var(--grey-dark-active, #575757);
    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}

.cardLeftMsg .list-item .text i {
    font-size: 10px;
}

.cardLeftMsg .list-item .text .nb_msg {
    min-width: 15px;
    min-height: 15px;
    border-radius: 50%;
    background: var(--Blue-Dark, #0072B6);
    color: #FFF;
    text-align: center;

    /* Caption / Regular */
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardLeftMsg .boxGroupe h5 {
    color: #0072B6;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.cardLeftMsg .boxGroupe span {
    font-size: 12px;
}

@media(max-width:992px) {
    .cardLeftMsg .card-header h3 {
        font-size: 18px;
    }

    .cardLeftMsg .list-item .userImg,
    .cardLeftMsg .list-item .user-avatar {
        width: 40px;
        height: 40px;
    }

    .cardLeftMsg .list-item .text h4 {
        font-size: 12px;
    }

    .cardLeftMsg .card-body {
        max-height: 300px;
    }
}

@media(max-width:768px) {
    .cardLeftMsg .card-header h3 {
        font-size: 16px;
    }

    .cardLeftMsg .list-item .userImg,
    .cardLeftMsg .list-item .user-avatar {
        width: 35px;
        height: 35px;
    }
}

.typing-dots {
    display: inline-block;
    width: 32px;
    height: 16px;
    vertical-align: middle;
}

.typing-dots .dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 2px;
    background: #bbb;
    border-radius: 50%;
    animation: typing-bounce 1.2s infinite both;
}

.typing-dots .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-dots .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing-bounce {

    0%,
    80%,
    100% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/*-------------------------
cardRightMessage
--------------------------*/
.cardRightMessage {
    border-radius: 10px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    height: 100%;
}

.cardRightMessage .card-header {
    border-radius: 10px 10px 20px 20px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardRightMessage .card-header img {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

.cardRightMessage .card-header h4 {
    color: var(--Grey-Darker, #444);
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    text-align: start;
}

.cardRightMessage .card-header i {
    font-size: 12px;
}

.cardRightMessage .card-body {
    max-height: 57vh;
    overflow-y: auto;
}

.cardRightMessage .card-body::-webkit-scrollbar,
.cardLeftMsg .card-body::-webkit-scrollbar {
    width: 0px;
}

.cardRightMessage .card-body::-webkit-scrollbar-thumb,
.cardLeftMsg .card-body::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.cardRightMessage .card-body::-webkit-scrollbar-thumb:hover,
.cardLeftMsg .card-body::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.cardRightMessage .card-body .date p {
    color: var(--grey-normal-active, #9A9A9A);
    text-align: center;
    /* Body / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.cardRightMessage .card-footer {
    border-radius: 20px 20px 10px 10px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    position: relative;
}

.cardRightMessage .card-footer .boxSend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

.cardRightMessage .card-footer .boxSend .box {
    border-radius: 10px;
    background: #F9F9F9;
    padding: 11px 15px;
    width: 100%;
    flex-wrap: nowrap;
}

.cardRightMessage .card-footer .boxSend .form-control,
.cardRightMessage .card-footer .gifBox .search .form-control {
    background-color: transparent;
    box-shadow: none;
    font-size: 12px !important;
    border: none;
    padding: 0px 0px;
    min-height: auto;
    width: 100%;
}

.cardRightMessage .card-footer .boxSend .form-control:focus,
.cardRightMessage .card-footer .gifBox .search .form-control:focus {
    border: none !important;
    box-shadow: none !important;
}

.cardRightMessage .card-footer .emojis .btn i {
    color: #919191;
}

.cardRightMessage .card-footer .gifBox {
    position: absolute;
    bottom: 70px;
    right: 5%;
    width: 90%;
    max-width: 300px;
    border-radius: 15px;
    background: var(--Color, #FFF);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 10px;
    z-index: 9999;
}

.cardRightMessage .card-footer .gifBox .gifs {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 5px;
    max-height: 250px;
    overflow-y: auto;
}

.cardRightMessage .card-footer .gifBox .gifs::-webkit-scrollbar {
    width: 0px;
}

.cardRightMessage .card-footer .gifBox .gifs::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.cardRightMessage .card-footer .gifBox .gifs::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.cardRightMessage .card-footer .gifBox .gifs img {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    object-fit: cover;
}

.cardRightMessage .card-footer .gifBox .search {
    border-radius: 10px;
    background: #F9F9F9;
    padding: 5px 5px;
}

.cardRightMessage .card-footer .preview-file {
    border-radius: 10px;
    background: #F9F9F9;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardRightMessage .card-footer .preview-file p {
    color: var(--grey-dark-active, #575757);
    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
}

.cardRightMessage .bubble-row .bubble-avatar {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 35px;
    object-fit: cover;
}

.cardRightMessage .bubble-row .msg-img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 8px;
    cursor: pointer;
}

@media(max-width:992px) {
    .cardRightMessage .card-header img {
        width: 45px;
        height: 45px;
    }

    .cardRightMessage .card-header h4 {
        font-size: 18px;
    }

    .cardRightMessage .card-header i,
    .cardRightMessage .card-body .date p {
        font-size: 10px;
    }

    .cardRightMessage .bubble-row .bubble-avatar {
        width: 30px;
        height: 30px;
    }

    .cardRightMessage .card-body {
        max-height: 350px;
    }
}

@media(max-width:768px) {
    .cardRightMessage .card-header img {
        width: 40px;
        height: 40px;
    }

    .cardRightMessage .card-header h4 {
        font-size: 16px;
    }

    .cardRightMessage .bubble-row .bubble-avatar {
        width: 25px;
        height: 25px;
    }
}

@media(max-width:570px) {
    .cardRightMessage .card-header img {
        width: 35px;
        height: 35px;
    }

    .cardRightMessage .card-header h4 {
        font-size: 14px;
    }

    .cardRightMessage .bubble-row .bubble-avatar {
        width: 20px;
        height: 20px;
    }
}

/*----------------------
form-media
----------------------------*/
.form-media {
    display: flex;
    align-items: start !important;
    justify-content: space-between !important;
    width: 100%;
}

.form-media img {
    width: 25px;
    height: 25px;
    aspect-ratio: 25/26;
    border-radius: 50%;
    object-fit: cover;
}

.form-media .image-2 {
    width: 50px;
    height: 50px;
}

.form-media .form-check-input {
    width: 25px !important;
    height: 25px !important;
    border-radius: 8px !important;
    border: 1px solid #007AD4 !important;
    filter: none !important;
}

.form-media label p {
    color: var(--Grey-Darker, #444);
    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: start;
}

.form-media label small {
    color: var(--Grey-Dark, #919191);
    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
    text-align: start;
}

.form-media label .badge {
    box-shadow: none !important;
    font-size: 11px;
    padding: 2px 10px;
}

@media(max-width:992px) {
    .form-media img {
        width: 20px;
        height: 20px;
    }

    .form-media .form-check-input {
        width: 20px !important;
        height: 20px !important;
    }

    .form-media label small,
    .form-media label p {
        font-size: 10px;
    }

    .form-media .image-2 {
        width: 45px;
        height: 45px;
    }

    .form-media label .badge {
        font-style: 10px;
        padding: 2px 8px;
    }
}

@media(max-width:768px) {
    .form-media .image-2 {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .form-media .image-2 {
        width: 35px;
        height: 35px;
    }
}

/*------------------------
offcanvas
------------------------*/
.offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 20px 0 0 20px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    z-index: 99999;
    height: 100vh;
    width: 100%;
    max-width: 521px;
}

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

.offcanvas .offcanvas-header h5 {
    color: var(--Blue-Dark, #0072B6);
    text-align: start;
    /* H4 / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.offcanvas .offcanvas-body {
    height: 90%;
    overflow-y: auto;
}

.offcanvas .offcanvas-body::-webkit-scrollbar {
    width: 0px;
}

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

.offcanvas .offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.offcanvas .nav-tabs {
    max-width: 100%;
    overflow-x: auto;
}

.offcanvas .nav-tabs::-webkit-scrollbar {
    height: 0px;
}

.offcanvas .nav-tabs::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.offcanvas .nav-tabs::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.offcanvas .nav-link {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
}

.offcanvas .nav-link .badge {
    box-shadow: none !important;
    padding: 2px 10px;
    font-size: 10px !important;
}

.histBox {
    border-radius: 20px;
    background: var(--Blue-Light, #E6F5FE);
}

.histBox .card-body {
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.histBox .left {
    width: 140px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.histBox .left img {
    width: 140px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.histBox .left .icon {
    object-fit: contain;
    width: 50%;
    border-radius: 0 0 0 0;
}

.histBox .right {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
}

.histBox .right p {
    color: var(--grey-dark-active, #575757);
    text-align: start;
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.histBox .right small {
    color: var(--Grey-Dark, #919191);
    text-align: start;
    /* Body / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */

}

.histBox .right .badge {
    box-shadow: none;
    border-radius: 20px;
    background: var(--Blue-Normal, #0098F3);
    font-size: 12px;
    padding: 2px 10px;
}

@media(max-width:992px) {
    .offcanvas .offcanvas-header h5 {
        font-size: 18px;
    }

    .histBox .left,
    .histBox .left img {
        width: 130px;
    }

    .histBox .right p {
        font-size: 12px;
    }

    .histBox .right small,
    .histBox .right .badge {
        font-size: 10px;
    }
}

@media(max-width:768px) {
    .offcanvas .offcanvas-header h5 {
        font-size: 16px;
    }

    .histBox .left,
    .histBox .left img {
        width: 120px;
    }
}

@media(max-width:570px) {
    .offcanvas .offcanvas-header h5 {
        font-size: 14px;
    }

    .histBox .left,
    .histBox .left img {
        width: 100px;
    }

    .histBox p {
        max-width: 150px;
    }
}

@media(max-width:350px) {
    .histBox p {
        max-width: 100px;
    }
}


/* Image utilisateur */
.modal-call .img-user {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #4caf50;
    object-fit: cover;
    margin-bottom: 15px;
    animation: pulse 2s infinite;
}

/* Animation effet de respiration */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(76, 175, 80, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
    }
}

/* Texte principal */
.modal-call p {
    font-size: 1rem;
    color: #ccc;
    margin: 5px 0;
}

/* Chronomètre */
.modal-call small {
    display: block;
    margin-top: 8px;
    color: #aaa;
}

/* Boutons d'appel */
.modal-call .btnsCall {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.modal-call .btnsCall .btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0px 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.modal-call .btnsCall .btn img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

/* Hover */
.modal-call .btnsCall .btn:hover {
    transform: scale(1.1);
}


/* Responsive */
@media (max-width: 600px) {
    .modal-call .btnsCall .btn {
        width: 45px;
        height: 45px;
    }

    .modal-call .btnsCall .btn img {
        width: 22px;
        height: 22px;
    }

    .modal-call .img-user {
        width: 90px;
        height: 90px;
    }
}

/*----------------------
cardCoach
------------------------*/
.cardCoach {
    border-radius: 13px;
    background: var(--Color, #FFF);
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    max-width: 264px;
    height: 100%;
    min-height: 250px;
}

.cardCoach .card-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardCoach .card-header .badge {
    box-shadow: none;
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    border-radius: 25px;
}

.cardCoach .card-header img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 1rem;
}

.cardCoach .card-header .img-2 {
    border-radius: 0px;
    object-fit: contain;
}

.cardCoach .card-body h5 {
    color: var(--Blue-500, #0093EE);
    text-align: center;
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardCoach .card-body p {
    color: var(--Grey-Darker, #444);
    text-align: center;
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

@media(max-width:992px) {
    .cardCoach .card-header img {
        width: 80px;
        height: 80px;
    }

    .cardCoach .card-body h5 {
        font-size: 18px;
    }

    .cardCoach .card-body p {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cardCoach .card-header img {
        width: 80px;
        height: 80px;
    }

    .cardCoach .card-body h5 {
        font-size: 16px;
    }

    .cardCoach .card-body p {
        font-size: 12px;
    }
}

/*--------------------------
cardFormateur
---------------------------*/
.cardFormateur {
    border-radius: 20px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    max-width: 270px;
    height: 100%;
    min-height: 300px;
}

.cardFormateur .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cardFormateur .card-header img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    background: url(<path-to-image>) rgb(255, 255, 255) 50% / cover no-repeat;
    box-shadow: 5px 4px 10px 0 rgba(0, 81, 131, 0.25);
}

.cardFormateur .card-header h5 {
    color: var(--Blue-Normal, #0098F3);
    text-align: center;

    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardFormateur .card-header p {
    color: var(--Grey-Darker, #444);
    text-align: center;

    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

.cardFormateur .card-body p {
    color: var(--Grey-Darker, #444);
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
    text-align: center;
}

@media(max-width:992px) {
    .cardFormateur .card-header img {
        width: 80px;
        height: 80px;
    }

    .cardFormateur .card-header h5 {
        font-size: 18px;
    }

    .cardFormateur .card-header p,
    .cardFormateur .card-body p {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cardFormateur .card-header img {
        width: 60px;
        height: 60px;
    }

    .cardFormateur .card-header h5 {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .cardFormateur {
        max-width: none;
        min-height: auto;
    }
}

/*-------------------------
cardProfilFormateur
---------------------------*/
.cardProfilFormateur {
    border-radius: 10px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    height: 100%;
}

.cardProfilFormateur .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cardProfilFormateur img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: url(<path-to-image>) white 50% / cover no-repeat;
    box-shadow: 5px 4px 10px 0 rgba(0, 81, 131, 0.25);
    object-fit: cover;
}

.cardProfilFormateur h5 {
    color: var(--Blue-Normal, #0098F3);
    text-align: center;

    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardProfilFormateur p {
    color: var(--Grey-Darker, #444);
    text-align: center;

    /* Subtitle / Bold */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    /* 120% */
}

.cardProfilFormateur .tabs {
    display: block;
}

.cardProfilFormateur .tabs .nav-link {
    padding: 5px 10px;
    color: var(--Grey-Normal, #C1C1C1);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    text-align: start;
}

.cardProfilFormateur .tabs .nav-link i {
    color: var(--Grey-Normal, #C1C1C1);
}

.cardProfilFormateur .tabs .nav-link.active {
    border-radius: 20px;
    background: var(--blue-light-hover, #D9F0FD);
    color: #0098F3;
}

.cardProfilFormateur .tabs .nav-link.active i {
    color: #0098F3;
}

.cardProfilFormateur .tabs .nav-link:hover,
.cardProfilFormateur .tabs .nav-link:hover i {
    color: #0098F3;
}

@media(max-width:992px) {
    .cardProfilFormateur .card-header img {
        width: 80px;
        height: 80px;
    }

    .cardProfilFormateur .card-header h5 {
        font-size: 18px;
    }

    .cardProfilFormateur .card-header p,
    .cardProfilFormateur .tabs .nav-link {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cardProfilFormateur .card-header img {
        width: 60px;
        height: 60px;
    }

    .cardProfilFormateur .card-header h5 {
        font-size: 16px;
    }
}

/*----------------------------
cardPropos
-----------------------------*/
.cardPropos {
    border-radius: 20px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
}

.cardPropos h5 {
    text-align: start;
    color: var(--Orange-Normal, #F60);
    /* H4 / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.cardPropos p {
    color: var(--Grey-Darker, #444);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.cardPropos a {
    color: var(--Blue-Normal, #0098F3);
    text-decoration: underline;
}

@media(max-width:992px) {
    .cardPropos h5 {
        font-size: 18px;
    }

    .cardPropos p {
        font-size: 13px;
    }
}

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

    .cardPropos p {
        font-size: 12px;
    }
}

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

    .cardPropos p {
        font-size: 12px;
    }
}

/*------------------------
cardDetailsStartup
---------------------------*/
.cardDetailsStartup .card-body {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 100%;
    padding: 0px 0px;
    border-radius: 100px 20px 20px 100px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
}

.cardDetailsStartup .box {
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardDetailsStartup .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.cardDetailsStartup .text {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    width: calc(100% - 164px);
}


.cardDetailsStartup h1 {
    color: var(--grey-dark-active, #575757);
    text-align: left;
    /* H4 / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.cardDetailsStartup p {
    color: var(--grey-dark-active, #575757);
    text-align: left;
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.cardDetailsStartup small {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 5px;
    color: var(--grey-dark-active, #575757);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.cardDetailsStartup small strong {
    color: #0098F3;
}

@media(max-width:1045px) {
    .cardDetailsStartup .card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem 1rem;
        border-radius: 20px 20px 20px 20px;
    }

    .cardDetailsStartup .box {
        width: 150px;
        height: 150px;
    }

    .cardDetailsStartup .text {
        display: block;
        padding: 0px 0px 0px 0px;
        width: 100%;
        padding-top: 1.5rem;
    }

    .cardDetailsStartup .text .btn {
        margin-top: 10px;
    }

    .cardDetailsStartup h1 {
        font-size: 18px;
    }

    .cardDetailsStartup p {
        font-size: 13px;
    }

}

@media(max-width:768px) {
    .cardDetailsStartup .box {
        width: 130px;
        height: 130px;
    }

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

    .cardDetailsStartup p {
        font-size: 12px;
    }
}

@media(max-width:570px) {


    .cardDetailsStartup .box {
        width: 100px;
        height: 100px;
    }

    .cardDetailsStartup h1 {
        text-align: center;
        font-size: 14px;
    }

    .cardDetailsStartup p {
        text-align: start;
    }

    .cardDetailsStartup .infos {
        justify-content: center !important;
        flex-direction: column;
    }

    .cardDetailsStartup .infos small strong {
        display: none;
    }

    .cardDetailsStartup .btn {
        width: 100%;
    }
}

/*--------------------
cardMember
----------------------*/
.cardMember {
    width: 100%;
    max-width: 270px;
    height: 100%;
    min-height: 354px;
    border-radius: 24px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.cardMember:hover {
    transform: scale(1.02);
}

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

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

.cardMember h5 {
    color: var(--Blue-950, #001019);

    /* H4 / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.cardMember h6 {
    color: var(--Blue-blue-500, #0093EE);

    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.cardMember p {
    color: var(--Black-black-100, #BEBEBE);
    text-align: center;

    /* Body / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.cardMember .card-footer .btn {
    background-color: #E6F5FE;
    border-radius: 5px;
}

@media(max-width:992px) {

    .cardMember h5 {
        font-size: 18px;
    }

    .cardMember h6,
    .cardMember p {
        font-size: 12px;
    }

    .cardMember img {
        width: 100%;
        height: 161px;
    }
}

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

@media(max-width:570px) {
    .cardMember {
        max-width: none;
        min-height: auto;
    }

    .cardMember h5 {
        font-size: 15px;
    }
}

/*--------------------
cardNumber
-------------------------*/
.cardNumber .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardNumber .card-header .box {
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
    background: var(--orange-light-hover, #FFE8D9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardNumber .card-header .box img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.cardNumber h3 {
    color: var(--Orange-Dark, #BF4D00);
    text-align: center;
    /* Headline / Regular */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

@media(max-width:992px) {
    .cardNumber .card-header .box {
        width: 60px;
        height: 60px;
    }

    .cardNumber h3 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .cardNumber .card-header .box {
        width: 50px;
        height: 50px;
    }

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

@media(max-width:570px) {
    .cardNumber .card-header .box {
        width: 40px;
        height: 40px;
    }

    .cardNumber h3 {
        font-size: 14px;
    }
}

/*-----------------------
cardDoc
-------------------------*/
.cardDoc {
    border-radius: 10px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    height: 100%;
}

.cardDoc .card-body {
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardDoc .card-body svg {
    width: 45px !important;
    height: 38.7px !important;
    object-fit: contain;
    margin-right: 5px;
}

.cardDoc .card-body h4 {
    color: var(--Blue-Normal, #0098F3);

    /* Headline / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

@media(max-width:992px) {
    .cardDoc .card-body svg {
        width: 40px !important;
        height: 30.7px !important;
    }

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

@media(max-width:768px) {
    .cardDoc .card-body svg {
        width: 35px !important;
        height: 30.7px !important;
    }

    .cardDoc .card-body h4 {
        font-size: 15px;
    }
}

@media(max-width:570px) {
    .cardDoc .card-body h4 {
        font-size: 14px;
    }
}

/*-------------------------
cardInvestisseur
---------------------------*/
.cardInvestisseur {
    border-radius: 20px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    max-width: 450px;
    height: 100%;
    min-height: 319px;
    padding: 10px 10px;
}

.cardInvestisseur .card-header {
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardInvestisseur .card-header img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 5px 4px 10px 0 rgba(0, 81, 131, 0.25);
}

.cardInvestisseur .card-header h5 {
    color: var(--Blue-Normal, #0098F3);
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardInvestisseur .card-header p {
    color: var(--Grey-Darker, #444);

    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

.cardInvestisseur .card-body p {
    color: var(--Grey-Darker, #444);

    /* Body / Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

@media(max-width:992px) {
    .cardInvestisseur {
        min-height: 300px;
    }

    .cardInvestisseur .card-header img {
        width: 80px;
        height: 80px;
    }

    .cardInvestisseur .card-header h5 {
        font-size: 18px;
    }

    .cardInvestisseur .card-header p {
        font-size: 12px;
    }

    .cardInvestisseur .card-body p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardInvestisseur {
        min-height: 280px;
    }

    .cardInvestisseur .card-header {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .cardInvestisseur .card-header h5 {
        font-size: 16px;
    }

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

@media(max-width:570px) {
    .cardInvestisseur {
        min-height: 250px;
        max-width: none;
    }



    .cardInvestisseur .card-header img {
        width: 80px;
        height: 80px;
    }

    .cardInvestisseur .card-header h5 {
        font-size: 15px;
    }

    .cardInvestisseur .card-body p {
        font-size: 12px;
    }
}

/*-------------------------------------
--------------------------------------*/
.proposAide .box {
    width: 100%;
    max-width: 190px;
    min-height: 70px;
    border-radius: 20px;
    border: 3px solid rgba(230, 245, 254, 0.50);
    background: linear-gradient(136deg, #FFF 17.69%, #F1F9FF 52.32%, #FFF 86.95%);
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.proposAide .box img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-right: 10px;
}

.proposAide .box p {
    color: var(--Orange-Normal, #F60);
    /* Caption / Bold */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    /* 150% */
}

@media(max-width:992px) {
    .proposAide .box {
        max-width: none;
    }

    .proposAide .box img {
        width: 25px;
        height: 25px;
    }

    .proposAide .box p {
        font-size: 10px;
    }
}


@media(max-width:768px) {

    .proposAide .box img {
        width: 20px;
        height: 20px;
    }
}

@media(max-width:570px) {

    .proposAide .box {
        width: 100%;
        max-width: none;
        min-height: 50px;
    }

    .proposAide .box img {
        width: 15px;
        height: 15px;
    }
}

/*--------------------------
cardValeur
----------------------------*/
.cardValeur {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 201px;
}

.cardValeur .card-header {
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #4BBBFF;
    margin-bottom: -45px;
    position: relative;
}

.cardValeur.secondary .card-header {
    background: var(--Orange-Normal, #F60);
    border: 5px solid #fff;
}

.cardValeur .card-header img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.cardValeur .card-body {
    width: 100%;
    padding-top: 70px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -5px 0 15px 0 rgba(0, 108, 174, 0.25), 5px 5px 15px 0 rgba(0, 108, 174, 0.25);
}

.cardValeur.secondary .card-body {
    border-radius: 10px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
}

.cardValeur h3 {
    color: #4BBBFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    /* 105% */
}

.cardValeur p {
    color: var(--Grey-Darker, #575757);
    text-align: center;

    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

@media(max-width:992px) {
    .cardValeur {
        max-width: none;
    }

    .cardValeur .card-header {
        width: 60px;
        height: 60px;
        margin-bottom: -45px;
    }

    .cardValeur .card-body {
        padding-top: 60px;
    }

    .cardValeur h3 {
        font-size: 15px;
    }

    .cardValeur p {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .cardValeur {
        max-width: none;
    }

    .cardValeur h3 {
        font-size: 14px;
    }
}

/*------------------------------
cardAide
---------------------------------*/
.cardAide {
    border-radius: 20px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    max-width: 400px;
    height: 100%;
    min-height: 150px;
}

.cardAide .card-header {
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardAide .card-header .box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0098F3;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cardAide .card-header .box img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.cardAide h3 {
    color: #0089DB;
    text-align: start;
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 150% */
    flex: 1;
}

.cardAide p {
    color: var(--Grey-Darker, #444);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

@media(max-width:992px) {
    .cardAide {
        max-width: none;
    }

    .cardAide .card-header .box {
        width: 60px;
        height: 60px;
        padding: 15px 15px;
    }

    .cardAide h3 {
        font-size: 18px;
    }

    .cardAide p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardAide .card-header .box {
        width: 50px;
        height: 50px;
        padding: 10px 10px;
    }

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

    .cardAide p {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .cardAide {
        max-width: none;
        min-height: 100px;
    }

    .cardAide .card-header .box {
        width: 40px;
        height: 40px;
        padding: 10px 10px;
    }

    .cardAide h3 {
        font-size: 14px;
    }

    .cardAide p {
        font-size: 12px;
    }
}

/*-----------------------
cardFinaux
-------------------------*/
.cardFinaux {
    border-radius: 20px;
    background: #FFF;

    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    height: 100%;
    min-height: 223px;
}

.cardFinaux .card-header {
    display: flex;
    align-items: start;
    justify-content: start;
    position: relative;
}

.cardFinaux .card-header img {
    width: 60px;
    height: 60px;
    aspect-ratio: 70/69;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    object-fit: cover;
}

.cardFinaux .card-header .box {
    width: 60px;
    height: 60px;
    aspect-ratio: 70/69;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardFinaux .card-header h3 {
    color: var(--Blue-Normal, #0098F3);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.cardFinaux .card-header small {
    color: #FCBA8D;

    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
}

.cardFinaux .card-header .statut {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
}

.cardFinaux .card-body p {
    color: var(--grey-dark-active, #575757);

    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.cardFinaux .card-footer span {
    color: var(--Blue-Normal, #0098F3);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

@media(max-width:992px) {

    .cardFinaux .card-header img,
    .cardFinaux .card-header .box {
        width: 55px;
        height: 55px;
    }

    .cardFinaux .card-header h3 {
        font-size: 15px;
    }

    .cardFinaux .card-header small,
    .cardFinaux .card-header .statut {
        font-size: 11px;
    }

    .cardFinaux .card-body p {
        font-size: 13px;
    }
}

@media(max-width:768px) {

    .cardFinaux .card-header img,
    .cardFinaux .card-header .box {
        width: 50px;
        height: 50px;
    }

    .cardFinaux .card-header h3 {
        font-size: 14px;
    }

    .cardFinaux .card-header small,
    .cardFinaux .card-header .statut {
        font-size: 11px;
    }

    .cardFinaux .card-body p {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .cardFinaux {
        min-height: auto;
    }
}

/*----------------------------
cardProgression
------------------------------*/
.cardProgression {
    border-radius: 20px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    height: 100%;
}

.cardProgression::-webkit-scrollbar {
    width: 0px;
}

.cardProgression::-webkit-scrollbar-thumb {
    background: transparent !important;
    border-radius: 10px;
}

.cardProgression::-webkit-scrollbar-thumb:hover {
    background: transparent !important;
}

.cardProgression .card-header {
    border-radius: 20px 20px 0 0;
    background: #FFF;
    box-shadow: 8px 6px 15px 0 rgba(0, 81, 131, 0.25);
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 100px;
}

.cardProgression .card-header h3 {
    color: var(--Blue-Normal, #0098F3);
    /* Body / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    /* 120% */
    display: flex;
    justify-content: start;
}

.cardProgression .card-header h3 img {
    width: 25px;
    height: 25px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.cardProgression .card-body ul {
    list-style: none;
}

.cardProgression .card-body ul li {
    color: var(--Grey-Normal, #C1C1C1);
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
    border-radius: 2px 10px 10px 2px;
    background: var(--Grey-Light, #F9F9F9);
    border-left: 2px solid #ECECEC;
    cursor: pointer;
}

.cardProgression .card-body ul li.active {
    background: var(--Blue-Light, #E6F5FE);
    border-left: 2px solid #0089DB;
    color: #0089DB;
    font-weight: 600;
}

.cardProgression .card-body h3 {
    color: var(--Orange-500, #F60);
    /* Body / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media(max-width:992px) {
    .cardProgression .card-header h3 {
        font-size: 15px;
    }

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

/*----------------------------
cardFormulaire
-----------------------------*/
.cardFormulaire {
    border-radius: 20px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0px #00518340;
    width: 100%;
    height: 100%;
    border: 2px solid var(--blue-light-active, #B0DFFB)
}

.cardFormulaire .card-header img {
    width: 100%;
    height: 189px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}

.cardFormulaire .card-body h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #444444;
    text-align: start;
}

.cardFormulaire .card-body .badge {
    font-size: 12px;
}

.cardFormulaire .card-body p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #575757;
    text-align: start;
}

.cardFormulaire .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardFormulaire .card-footer p {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0098F3;
}

@media(max-width:992px) {
    .cardFormulaire .card-body h4 {
        font-size: 18px;
    }

    .cardFormulaire .card-body p {
        font-size: 12px;
    }

    .cardFormulaire .card-footer p {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .cardFormulaire .card-header img {
        font-size: 150px;
    }

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

    .cardFormulaire .card-footer p {
        font-size: 13px;
    }
}

/*----------------------------
prodfile-startup
-----------------------------*/
.profile-startup .couverture {
    width: 100%;
    height: 300px;
    background: #E6F5FE;
    object-fit: cover;
    position: relative;
}

.profile-startup .couverture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-startup .couverture .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    border: 1px solid var(--Blue-Normal, #0098F3);
    background: #FFF;
    box-shadow: 5px 4px 10px 0 rgba(0, 81, 131, 0.10);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-startup .couverture .btn i {
    color: var(--Blue-Normal, #0098F3);
    font-size: 18px;
}

.profile-startup .leftSide {
    border-radius: 20px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    margin-top: -100px;
}

.profile-startup .leftSide .card-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.profile-startup .leftSide .card-header .imgUpdate {
    position: relative;
}

.profile-startup .leftSide .card-header .imgUpdate img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    object-fit: cover;
}

.profile-startup .leftSide .card-header .imgUpdate .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: var(--Blue-Normal, #0098F3);
    box-shadow: 5px 4px 10px 0 rgba(0, 81, 131, 0.10);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-startup .leftSide .card-header .imgUpdate .btn i {
    color: #fff;
    font-size: 14px;
}

.profile-startup .leftSide .card-body .title {
    color: var(--Grey-Darker, #444);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    max-width: 100%;
}

.profile-startup .leftSide .card-body .slogon {
    color: var(--grey-dark-active, #575757);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.profile-startup .leftSide .card-body ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 15px;
}

.profile-startup .leftSide .card-body ul li .box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--Blue-Normal, #0098F3);
    background: #FFF;
    box-shadow: 5px 4px 10px 0 rgba(0, 81, 131, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
}

.profile-startup .leftSide .card-body ul li .box i {
    color: var(--Blue-Normal, #0098F3);
    font-size: 16px;
}

.profile-startup .leftSide .card-body ul li span {
    color: var(--grey-dark-active, #575757);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

@media(max-width:992px) {
    .profile-startup .couverture {
        height: 200px;
    }

    .profile-startup .leftSide {
        width: 100%;
        margin-top: -50px;
    }

    .profile-startup .leftSide .card-header .imgUpdate img {
        width: 80px;
        height: 80px;
    }

    .profile-startup .leftSide .card-header .imgUpdate .btn {
        width: 25px;
        height: 25px;
    }

    .profile-startup .leftSide .card-header .imgUpdate .btn i {
        font-size: 12px;
    }

    .profile-startup .leftSide .card-body .title {
        font-size: 20px;
    }

    .profile-startup .leftSide .card-body .slogon {
        font-size: 13px;
    }

    .profile-startup .leftSide .card-body ul li .box {
        width: 25px;
        height: 25px;
    }

    .profile-startup .leftSide .card-body ul li .box i {
        font-size: 12px;
    }

    .profile-startup .leftSide .card-body ul li span {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .profile-startup .couverture {
        height: 150px;
    }

    .profile-startup .leftSide {
        margin-top: 30px;
    }

    .profile-startup .leftSide .card-header .imgUpdate img {
        width: 70px;
        height: 70px;
    }

    .profile-startup .leftSide .card-body .title {
        font-size: 18px;
    }

    .profile-startup .leftSide .card-body .slogon {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .profile-startup .couverture {
        height: 120px;
    }
}

/*----------------------------
rightSide
------------------------------*/
.profile-startup .rightSide {
    border-radius: 20px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    width: 100%;
    height: 100%;
    min-height: 150px;
}

.profile-startup .rightSide .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.profile-startup .rightSide .toggleBox {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    border-radius: 10px;
    background: #FFF;
    /* Shadow blue */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    height: 100%;
}

.profile-startup .rightSide .toggleBox .btn {
    border: none;
    background: transparent;
    padding: 10px 15px;
    cursor: pointer;
    color: var(--Greyscale-Surface-Disabled, #9F9F9F);
    text-align: center;

    /* Body / Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 100%;
}

.profile-startup .rightSide .toggleBox .btn:first-child {
    border-radius: 10px 0 0 10px;
}

.profile-startup .rightSide .toggleBox .btn:last-child {
    border-radius: 0 10px 10px 0;
}

.profile-startup .rightSide .toggleBox .btn.active {
    background: var(--Blue-Light, #E6F5FE);
    color: var(--Blue-Normal, #0098F3);
    font-weight: 700;
}

/*----------------------
membreBox
-------------------------*/
.membreBox {
    text-align: center;
}

.membreBox img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    align-self: stretch;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 5px 4px 10px 0 rgba(0, 81, 131, 0.25);
}

.membreBox h6 {
    color: var(--Blue-Normal, #0098F3);
    /* Body / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

@media(max-width:992px) {
    .membreBox img {
        width: 50px;
        height: 50px;
    }

    .membreBox h6 {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .membreBox img {
        width: 40px;
        height: 40px;
    }

    .membreBox h6 {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .membreBox img {
        width: 30px;
        height: 30px;
    }

    .membreBox h6 {
        font-size: 10px;
    }
}

/*--------------------------------
cardInfo
-----------------------------------*/
.cardInfo {
    border-radius: 15px;
    background: var(--Color, #FFF);
    /* shdow final */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
    padding: 15px 20px;
    width: 100%;
    height: 100%;
}

.cardInfo .media {
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardInfo .media img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 5px 4px 10px 0 rgba(0, 81, 131, 0.25);
    object-fit: cover;
    margin-right: 10px;
}

.cardInfo h5 {
    color: var(--grey-dark-hover, #747474);
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.cardInfo ul li {
    color: var(--Blue-Normal, #0098F3);
    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.cardInfo .timeline {
    display: flex;
    align-items: start;
    justify-content: start;
}

.cardInfo .timeline img {
    height: 50px;
}

.cardInfo .timeline h6 {
    display: flex;
    align-items: center;
    color: var(--grey-dark-active, #575757);

    /* Body / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.cardInfo .timeline svg {
    margin-right: 0.5rem;
}

.cardInfo .timeline p {
    color: var(--grey-dark-active, #575757);

    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    /* 120% */
    margin-left: 2rem;
}

@media(max-width:992px) {
    .cardInfo .media img {
        width: 70px;
        height: 70px;
    }

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

    .cardInfo ul li,
    .cardInfo .timeline h6 {
        font-size: 13px;
    }

    .cardInfo .timeline p {
        font-size: 11px;
    }
}

@media(max-width:768px) {
    .cardInfo .media {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cardInfo .media img {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .cardInfo h5 {
        font-size: 15px;
    }

    .cardInfo ul li {
        text-align: center;
    }

    .cardInfo ul li,
    .cardInfo .timeline h6 {
        font-size: 12px;
    }

    .cardInfo .timeline p {
        font-size: 10px;
    }
}

@media(max-width:570px) {
    .cardInfo .media img {
        width: 60px;
        height: 60px;
    }

    .cardInfo h5 {
        font-size: 14px;
    }

    .cardInfo ul li,
    .cardInfo .timeline h6 {
        font-size: 12px;
    }

    .cardInfo .timeline p {
        font-size: 10px;
    }
}

/*-----------------------
quiz-line
-----------------------*/
.quiz-line {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #C1C1C1;
}

.quiz-line h6 {
    color: var(--grey-dark-active, #575757);

    /* Body / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.quiz-line p {
    color: var(--grey-dark-active, #575757);
    /* Caption / Regular */
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    /* 150% */
}

@media(max-width:992px) {
    .quiz-line h6 {
        font-size: 12px;
    }

    .quiz-line p {
        font-size: 10px;
    }
}

/*--------------------------
detailsModule
---------------------------*/
.detailsModule {
    border-radius: 15px;
    background: var(--Color, #FFF);
    /* shdow final */
    box-shadow: 10px 8px 20px 0 rgba(0, 81, 131, 0.25);
}

.detailsModule .card-header h2 {
    color: var(--Blue-blue-700, #0068A9);

    /* H4 / Bold */
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.detailsModule .card-header span {
    color: var(--Greyscale-Text-negative, #2E2E2E);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
}

.detailsModule .card-body p {
    color: var(--Greyscale-Text-negative, #2E2E2E);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
}

.leconDetails {
    border-radius: 30px;
    background: var(--Blue-blue-50, #E6F4FD);
}

.leconDetails h2 {
    color: var(--Blue-blue-600, #0086D9);

    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.leconDetails h3 {
    color: var(--Primary-Text-label, #005183);

    /* Body / Bold */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    /* 120% */
}

.leconDetails h4 {
    color: var(--Primary-Text-label, #005183);

    /* Body / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    /* 120% */
}

.quizDetails h4 {
    color: var(--Blue-blue-600, #0086D9);
    /* Headline / Bold */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.quizDetails .statut span {
    /* Body / Regular */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.quiz-container .progress-info span {
    color: var(--Blue-blue-600, #000);

    /* Headline / Bold */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
}

.quiz-container h5 {
    color: var(--Primary-Text-label, #005183);
    /* Body / Bold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    /* 120% */
}

.quiz-container .option-card,
.quiz-container p {
    color: var(--Greyscale-Text-negative, #2E2E2E);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
}

.quiz-container .options-list {
    background-color: transparent;
}

.quiz-container .options-list input {
    width: 25px;
    height: 25px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.quiz-container .options-list label {
    color: var(--Greyscale-Text-negative, #2E2E2E);

    /* Body / Regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    /* 120% */
}

.quiz-container h2 {
    /* H4 / Bold */
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

@media(max-width:992px) {

    .detailsModule .card-header h2,
    .quiz-container h2 {
        font-size: 20px;
    }

    .leconDetails h2,
    .quizDetails h4 {
        font-size: 18px;
    }

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

    .leconDetails h4,
    .quiz-container h5 {
        font-size: 15px;
    }

    .quiz-container .progress-info span,
    .quiz-container .options-list label,
    .quiz-container .option-card,
    .quiz-container p,
    .detailsModule .card-body p {
        font-size: 13px;
    }

    .quizDetails .statut span,
    .detailsModule .card-header span {
        font-size: 11px;
    }

    .quiz-container .options-list input {
        width: 20px;
        height: 20px;
    }
}

@media(max-width:768px) {

    .detailsModule .card-header h2,
    .quiz-container h2 {
        font-size: 18px;
    }

    .leconDetails h2,
    .quizDetails h4 {
        font-size: 16px;
    }

    .leconDetails h3 {
        font-size: 15px;
    }

    .leconDetails h4,
    .quiz-container h5 {
        font-size: 14px;
    }

    .quiz-container .progress-info span,
    .quiz-container .options-list label,
    .quiz-container .option-card,
    .quiz-container p,
    .detailsModule .card-body p {
        font-size: 12px;
    }

    .quizDetails .statut span,
    .detailsModule .card-header span {
        font-size: 10px;
    }

    .quiz-container .options-list input {
        width: 20px;
        height: 20px;
    }
}

@media(max-width:570px) {

    .detailsModule .card-header h2,
    .quiz-container h2 {
        font-size: 16px;
    }

    .leconDetails h2,
    .quizDetails h4 {
        font-size: 15px;
    }

    .leconDetails h3 {
        font-size: 14px;
    }

    .leconDetails h4,
    .quiz-container h5 {
        font-size: 12px;
    }

    .quiz-container .progress-info span,
    .quiz-container .options-list label,
    .quiz-container .option-card,
    .quiz-container p,
    .detailsModule .card-body p {
        font-size: 11px;
    }

    .quizDetails .statut span,
    .detailsModule .card-header span {
        font-size: 10px;
    }

    .quiz-container .options-list input {
        width: 20px;
        height: 20px;
    }
}

.flex-grow {
    flex-grow: 1;
}

/* Badges et statuts */
.badge {
    border-radius: 30px;
    padding: var(--V-padding, 5px) var(--H-padding, 10px);
    color: var(--Gris-White, #FFF);
    /* Subtitle / Regular */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    /* 150% */
    box-shadow: 5px 4px 10px 0px rgba(0, 81, 131, 0.25);
}

.rounded-full {
    border-radius: 9999px;
}

.bg-green-500 {
    background-color: #22c55e;
}

.bg-yellow-500 {
    background-color: #eab308;
}

.bg-blue-500 {
    background-color: #3b82f6;
}

.bg-gray-500 {
    background-color: #6b7280;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}



.ml-auto {
    margin-left: auto;
}

.mr-2 {
    margin-right: 0.5rem;
}

.new-formation-btn {
    background: transparent;
    border: 2px solid #1e88e5;
    color: #1e88e5;
    padding: 12px 25px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s;
}

.new-formation-btn:hover {
    background: rgba(30, 136, 229, 0.1);
}

/* Finance Card */
.finance-card {
    grid-column: 2;
    grid-row: 1;
    height: fit-content;
    padding: 20px;
}

.finance-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.finance-title {
    font-size: 20px;
    font-weight: 600;
    color: #1565c0;
}

/* Nouveaux styles pour le sélecteur de période */
.finance-period-selector {
    display: flex;
    gap: 5px;
}

.finance-period-btn {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    background: #f0f4f8;
    color: #64748b;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.finance-period-btn.active {
    background: #e3f2fd;
    color: #1e88e5;
    font-weight: 500;
}

.finance-period-btn:hover {
    background: #e3f2fd;
    color: #1565c0;
}

.chart-container {
    height: 180px;
    background: #f8f9fa;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.chart-svg {
    width: 100%;
    height: 100%;
}

/* Formations en attente wrapper */
.formations-pending-wrapper {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

/* Style pour le composant RecentActivities */
:deep(.recent-activities-container) {
    height: 100%;
    width: 100%;
}

/* Classes d'utilité */
.d-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.gap-2 {
    gap: 0.5rem;
}

.table-responsive {
    overflow-x: auto;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .top-section {
        grid-template-columns: 1fr;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .finance-card,
    .formations-pending-wrapper,
    .left-column {
        grid-column: 1;
    }

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