:root {
    --pxpHoverTransition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    --pxpHoverTransitionReverse: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bg-clair {
    background-color: #e0f5f3;
}

.bg-super-clair {
    background-color: #0086ff12;
}

.text-dark-primary {
    color: #0B5768;
}

.text-justify {
    text-align: justify;
}

.affichage-tarif-psy {
    margin-bottom: 12px;
    background-color: #f8f8f8;
    padding: 9px 8px;
    border-radius: 11px;
}

.left-0 {
    left: 0px !important;
}

#loader-chargement-psychologues {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e0f5f3a6;
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 150px;
    border-radius: 15px;
}

.affichage-tarif-psy .icon {
    background-color: #cae9e6;
    aspect-ratio: 1 / 1;
    width: 26px;
    height: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.affichage-tarif-psy .icon i {
    color: var(--bs-primary);
}

.form-select-small {
    font-size: 12px;
    background-size: 9px 9px;
    padding: 6px 6px;
}

#tunnel-wrapper {
    background-color: #efefefa6;
    padding: 15px;
    border-radius: 20px;
    border: 2px dashed #a8a3a3;
}

.photo-psy-forfait {
    width: 60px;
    border-radius: 15px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.photo-psy-forfait-miniature {
    width: 40px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #31a99f;
}

.separator.separator-content.dark::after,
.separator.separator-content.dark::before {
    border-bottom: 1px solid var(--bs-text-gray-700);
}

.border-solid-primary {
    border: 2px solid var(--bs-primary);
}

.width-fill-available {
    width: -webkit-fill-available !important;
}

.pill-psylink {
    cursor: pointer;
    padding: 6px 9px;
    background-color: #e0f5f3;
    color: #0B5768;
    border-radius: 9px;
}

.pill-checkbox * {
    cursor: pointer;
    user-select: none;
}

.pill-checkbox {
    cursor: pointer;
    padding: 6px 9px;
    background-color: #e0f5f3;
    color: #0B5768;
    border-radius: 9px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.pill-checkbox:hover,
.pill-checkbox:hover .form-check-label {
    background-color: #0B5768;
    color: white !important;
}

.pill-checkbox .form-check-input {
    --bs-form-check-bg: #fffdfd;
}

.menu-link-patient {
    padding: 5px 16px !important;
    margin: auto !important;
    border-radius: 18px !important;
}

.rounded-theme {
    border-radius: 16px;
}

.fw-900 {
    font-weight: 900;
}

.fw-800 {
    font-weight: 800;
}

.menu-link-patient.active-patient,
.menu-link-patient:hover {
    background-color: #258c8c40 !important;
}

.menu-link-patient.active-patient .menu-title,
.menu-link-patient:hover .menu-title {
    color: #0B5768 !important;
}

.menu-link-psychologue img {
    width: 2em;
}

.menu-link-psychologue .menu-title {
    /* color: var(--bs-text-primary)!important */
}

.menu-link-psychologue.active,
.menu-link-psychologue:hover {
    background-color: var(--bs-primary-light) !important;
}

.menu-link-psychologue.active .menu-title,
.menu-link-psychologue:hover .menu-title {
    /* color: #0B5768 !important; */
}

.notification {
    padding: 0px 13px;
    border-radius: 15px;
    margin-bottom: 5px;
}

.notification.unread {
    background-color: #f0faf9;
    position: relative;
}

.notification.unread::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--bs-danger);
    top: 0px;
    right: 0px;
    border-radius: 50%;
}

.formule-recommande {
    background-color: #f0faf9 !important;
    border: 3px dashed #31a99f;
    position: relative;
}

.formule-recommande .label-recommande {
    background-color: #31a99f;
    color: white;
    padding: 8px 18px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: absolute;
    top: -37px;
    font-weight: 600;
    font-size: 14px;
}


/* STRIPE */

#chargement-stripe {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffbd;
}

#chargement-stripe i {
    font-size: 25px;
}


/* FACTURES */

.facture-entite {
    width: 100%;
    display: flex;
    margin-bottom: 17px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eaeaea !important;
}

.facture-entite .libelle {
    width: 50%;
    color: #767676;
    overflow-wrap: break-word;
}

.facture-entite .valeur {
    width: 50%;
    color: black;
    overflow-wrap: break-word;
}

.facture-total-ligne {
    width: 100%;
    display: flex;
    margin-bottom: 17px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eaeaea !important;
}

.facture-total-ligne .libelle {
    width: 50%;
    color: #767676;
    overflow-wrap: break-word;
}

.facture-total-ligne .valeur {
    width: 50%;
    color: black;
    overflow-wrap: break-word;
    text-align: right;
}

table.sans-bordure,
table.sans-bordure tbody,
table.sans-bordure tbody tr,
table.sans-bordure tbody tr td {
    border: none;
}

.card-abonnement {
    border: 2px dashed grey;
    border-radius: 25px;
    padding: 25px;
}

.bandeau-periode-essai {
    position: absolute;
    top: 21px;
    left: -81px;
    background-color: #ffc91e;
    padding: 5px 0px;
    color: #17171d;
    font-weight: 600;
    text-align: center;
    width: 264px;
    transform: rotate(318deg);
}

.active>.page-link,
.page-link.active {
    background-color: var(--bs-primary);
}


/* COMPTE CONNECT STRIPE */

.border-red {
    border: 2px solid !important;
    border-color: rgb(220, 72, 72) !important;
}

.compte-connect-stripe {
    background-color: #f0faf9;
    padding: 26px 15px;
    border-radius: 25px;
    margin: 25px 0px;
    position: relative;
    flex-wrap: wrap;
    border: 2px dashed grey;
}

.compte-connect-stripe .badge-secondary {
    background-color: #c2c2c2;
    color: #17171d;
    font-weight: 600;
}

.compte-connect-stripe .loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border-radius: 25px;
    border: 1px solid #cfcfcf;
}

.actions-notes {
    display: none;
}

.block-note:hover {
    border-radius: 15px;
    background-color: #f6f6f6;
}

.block-note:hover .actions-notes {
    display: block;
}

#slider-swap-psychologue-wrap {
    position: relative
}

#slider-swap-psychologue-wrap button {
    display: none;
}

.photo-psychologue-swap {
    width: 100%;
    border-radius: 50%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

#slider-swap-psychologue-wrap .photo-psychologue-swap {
    border-radius: 0px;
}

#slider-swap-psychologue-wrap::after {
    content: '';
    position: absolute;
    background: #f0faf9;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 68%, #f0faf9 71%);
    top: 0px;
    left: 0px;
}

.card-messagerie {
    cursor: pointer;
    padding: 10px;
}

.card-messagerie.active,
.card-messagerie:hover {
    background-color: var(--bs-primary-light);
    border-radius: 15px;
}

.text-rose {
    color: #E8AABE;
}

.text-bleu {
    color: #317AC1;
}

.swal2-styled.swal2-confirm {
    border-radius: .65em;
    background-color: var(--bs-primary);
}

.swal2-styled.swal2-cancel,
.swal2-styled.swal2-deny {
    border-radius: .65em;
}

.payment-card {
    background-color: #e4faf8;
    border: 2px solid #76d6ce;
    border-radius: 15px;
    padding: 15px;
}

.payment-card .form-label {
    font-weight: bold;
}

.payment-card .card-number {
    text-align: justify;
    text-align-last: justify;
}

.btn-modifier-consultation {
    position: absolute;
    right: -6px;
    bottom: -5px;
    border-radius: 50%;
    padding: 2px;
    width: 35px;
    height: 35px;
    border: 2px solid;
}

.select-mini {
    font-weight: bold;
    color: black;
    padding-right: 33px;
}

.time-edit {
    display: flex;
    align-items: center;
}

.editable-time {
    cursor: pointer;
}

.editable-time:hover {
    text-decoration: underline;
}


/* FULLCALENDAR */

.fc-timegrid-event-harness:hover {
    z-index: 10 !important;
    /* transform: scale(1.05); */
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #002745;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: #e6f0f9;
}

.fc .fc-timegrid-slot {
    height: 3em;
    font-size: .95rem;
}

.fc-event-main {
    line-height: 10px;
}

.calendar-block {
    text-align: center;
    color: #192634;
    margin: 0px 10px;
}

.img-calendar {
    width: 65px;
    border: 1px solid;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    height: auto;
    padding: 15px;
    border-color: #e4edf6;
    margin-bottom: 8px;
}

.img-calendar img {
    width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #e0f5f3;
}

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

.border-dashed {
    border: 1px dashed grey;
}


/* CRENEAUX */

#liste-jours .creneau-jour,
.creneau-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e6f0f9;
    border-radius: 15px;
    /* border: 2px dashed; */
    width: calc(100% / 9);
    height: 82px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.creneau-navigation.mobile {
    width: unset;
    height: unset;
    padding: 10px 20px;
}

#liste-jours .creneau-jour.active,
#liste-jours .creneau-jour:hover,
.creneau-navigation:not(.disabled):hover {
    background-color: var(--bs-primary-active);
    color: white;
    /* border: 2px solid var(--bs-primary-active); */
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

#liste-jours .creneau-jour .jour {
    font-weight: 600;
    font-size: 19px;
}

.creneau-navigation.disabled {
    cursor: not-allowed;
    color: darkgray;
}

#liste-creneaux .creneau {
    padding: 5px 13px;
    background-color: #e6f0f9;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    /* border: 1px dashed; */
    cursor: pointer;
    font-weight: 400;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    width: calc((100%/6) - 10px);
    overflow: hidden;
}

#liste-creneaux .creneau.loading::before {
    position: absolute;
    content: " ";
    background-color: #ffffffc7;
    color: #303030;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
}

#liste-creneaux .creneau.loading::after {
    font-family: "Font Awesome 5 Free";
    content: "\f110";
    animation: fa-spin 2s linear infinite;
    font-weight: 900;
    position: absolute;
    color: #303030;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#liste-creneaux.loading::before {
    position: absolute;
    content: " ";
    background-color: #ffffffc7;
    color: #303030;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 12px;
    z-index: 2;
}

#liste-creneaux.loading::after {
    font-family: "Font Awesome 5 Free";
    content: "\f110";
    animation: fa-spin 2s linear infinite;
    font-weight: 900;
    position: absolute;
    color: #303030;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

#liste-creneaux .creneau:hover,
#liste-creneaux .creneau.active,
.preference-disponibilite:hover,
.preference-disponibilite.active {
    background-color: #198754;
    color: white;
    border-color: transparent;
}

#liste-creneaux .creneau.tunnel:hover {
    background-color: var(--pxpMainColorDark);
    color: white;
    border-color: transparent;
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

#liste-creneaux .creneau.active:hover,
.preference-disponibilite.active:hover {
    background-color: #dc3545;
}

.jour {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5px;
}

.preference-disponibilite {
    padding: 5px 13px;
    overflow: hidden;
    background-color: #e6f0f9;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    width: 100%;
}

.switch-mode-abonnement {
    padding: 5px 5px;
    background-color: #e6f0f9;
    display: flex !important;
    width: fit-content;
    border-radius: 15px;
    align-items: center;
    border: 1px solid;
}

.btn-mode-abonnement {
    padding: 10px 17px;
    cursor: pointer;
}

.btn-mode-abonnement.active {
    padding: 10px 17px;
    background-color: #0969c3;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}


/* AGENDA */

.event-dot {
    width: 12px;
    height: 12px;
    background-color: var(--bs-text-primary);
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 2px;
}

.mini-calendrier .fc-daygrid-day-top {
    justify-content: center;
}

.mini-calendrier .fc-daygrid-day-events {
    margin-bottom: 3px !important;
}

.mini-calendrier .fc-dayGridMonth-view .fc-daygrid-dot-event {
    background-color: transparent;
}

.mini-calendrier .fc-dayGridDay-view .fc-daygrid-dot-event {
    background-color: var(--bs-text-primary);
    color: #ffffff;
    padding: 6px;
    font-size: 13px;
}

.mini-calendrier.fc-theme-standard td,
.mini-calendrier.fc-theme-standard th {
    border: 1px solid #eeeeee !important;
    cursor: pointer;
}

.mini-calendrier .fc-dayGridMonth-view .fc-daygrid-day-events .fc-daygrid-event-harness {
    display: none;
}

.mini-calendrier .fc-dayGridMonth-view .fc-daygrid-day-events .fc-daygrid-event-harness:first-child {
    display: unset !important;
}

#date-du-jour {
    border-bottom: 4px solid var(--bs-text-primary);
    padding-bottom: 5px;
}

@media (max-width: 768px) {
    .mini-calendrier.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
        order: 2 !important;
    }
    .mini-calendrier.fc .fc-header-toolbar {
        flex-direction: row !important;
        align-items: center !important;
    }
    .mini-calendrier.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
        margin-bottom: 0px !important;
    }
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    padding-right: 32px !important;
}

.select-switch-collaborateur img {
    height: 25px !important;
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-border-radius: 0.85rem;
}

#calendar-loader {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #ffffffad;
    backdrop-filter: blur(1px);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.letter-spacing-large {
    letter-spacing: 2px;
}

.loader-liste-clients,
.loader-liste-collaborateurs {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #ffffffa1;
    text-align: center;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
}

.loader-liste-professionnels {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #ffffffa1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
}

.badge-notification-texte {
    position: absolute;
    right: -10px !important;
    left: auto;
    top: -2px;
}

.card-messagerie.has-message {
    background-color: #e3e5e7;
    border-radius: 13px;
}

.h-640px {
    height: 640px;
}

.line-height-2 {
    line-height: 2;
}

#kt_chat_messenger_body #aucun-message {
    position: absolute;
    top: 15px;
    width: 100%;
    left: 0px;
}

#calendar_professionnel .fc-event {
    min-height: 29px;
    cursor: pointer;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--bs-primary-light);
}

.fc-timegrid-slot:hover {
    background-color: #9ef4ff91;
    /* background-color: #e0f7fa; */
    cursor: cell;
}

.card-choix-type-event:hover {
    box-shadow: var(--bs-box-shadow) !important;
}

.card-choix-type-event img {
    transition: transform .3s ease;
    /* Ajoute une transition fluide de 1 seconde */
}

.card-choix-type-event:hover img {
    transform: rotate(10deg) scale(1.2);
}


/* ZOOM */

.mat-mdc-tab-labels .mdc-tab:nth-child(2),
.mat-mdc-tab-labels .mdc-tab:nth-child(3) {
    display: none !important;
}

app-chatkit .chat-form .column1 {
    display: none !important;
}

@media (max-width: 768px) {
    .self-view {
        max-width: unset !important;
    }
    .controlskit.ng-star-inserted {
        flex-wrap: wrap;
    }
    .btn-plein-ecran {
        display: none;
    }
    button.join-preview {
        padding: 38px;
    }
    #sessionContainer .controlskit button {
        width: 48px;
        height: 48px;
        margin-left: 9px;
        margin-right: 9px;
    }
}

#sessionContainer .previewcontrols {
    flex-wrap: wrap;
}

#preview-camera-video,
#self-view-video,
#self-view-canvas,
#participant-canvas {
    /* border: 2px solid #31a99f; */
    background-color: #edf6ff !important;
}

#loader-tawkto {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0327488f;
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    color: white;
    font-size: 19px;
    font-weight: bold;
}

.object-fit-cover {
    object-fit: cover;
}

.select-switch-collaborateur img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}


/* DOMAINES / SUJETS */

.bloc-sujets-wrap {
    background-color: #ecf5ff;
    padding: 25px;
    border-radius: 28px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.10);
}

.bloc-sujets-wrap .domaine-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: sticky;
    top: 140px;
}

.enboarding .bloc-sujets-wrap .domaine-header {
    top: -23px;
}

.bloc-sujet-pro {
    color: #0b0b0b;
    margin-bottom: 14px;
    cursor: pointer;
    background-color: #e6f0f9;
    padding: 8px 20px;
    border-radius: 15px;
    border: 1px dashed;
    position: relative;
    overflow: hidden;
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

.bloc-sujet-pro.active,
.bloc-sujet-pro:not(.active):not(.loading):hover {
    color: white;
    background-color: var(--bs-primary-active);
    font-weight: 600;
    border-color: var(--bs-primary-active);
}

.bloc-sujet-pro.active:not(.loading):hover {
    color: #818181;
    background-color: #e6f0f9;
}

.bloc-sujet-pro.active::after,
.bloc-sujet-pro:not(.active):hover::after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    right: 12px;
    font-size: 69px;
    top: -32px;
    transform: rotate(345deg);
    opacity: 39%;
}

#swipe-gif {
    margin-top: -43px;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.bloc-sujet-pro.active:hover::after {
    content: "\f057";
}

.bloc-sujet-pro.loading::before {
    position: absolute;
    content: " ";
    background-color: #ffffffc7;
    color: #303030;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
}

.bloc-sujet-pro.loading::after {
    font-family: "Font Awesome 5 Free";
    content: "\f110" !important;
    animation: fa-spin 2s linear infinite;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    color: #303030;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-tuto {
    padding: 15px;
    background-color: #fff8ec;
    border-radius: 16px;
    border: 2px dashed #dbc7a4;
    position: relative;
    overflow: hidden;
}


/* #sessionContainer app-previewkit {
    display: flex;
    flex-direction: column-reverse;
} */

@media (min-width: 901px) {
    #sessionContainer .previewcontrols .videocontrols,
    #sessionContainer .previewcontrols .microphonecontrols,
    #sessionContainer .previewcontrols .speakercontrols {
        width: 33%;
        flex-wrap: no-wrap;
    }
}

@media (min-width: 768px) {
    .videokit.ng-star-inserted {
        position: relative;
        padding-top: 0px !important;
    }
    .videokit.ng-star-inserted:not(.partage-ecran) .self-view {
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 10px;
    }
    #self-view-video {
        background-color: #aad5ff !important;
    }
    #self-view-canvas,
    #participant-canvas {
        /* border: 2px solid #31a99f; */
        background-color: #e6f0f9 !important;
    }
    .btn-plein-ecran.plein-ecran {
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 106;
    }
    #decompteur-salon.plein-ecran {
        z-index: 106;
        position: fixed;
        top: 15px;
        left: 80px;
    }
    #sessionContainer.plein-ecran {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 105;
        height: 100vh;
    }
    #sessionContainer.plein-ecran::after {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 105;
        height: 100vh;
    }
    #sessionContainer.plein-ecran uitoolkit-provider.ng-star-inserted {
        position: relative;
    }
    #sessionContainer.plein-ecran uitoolkit-provider.ng-star-inserted app-controlskit {
        position: absolute;
        bottom: 0;
        width: 100vw;
    }
    #sessionContainer.plein-ecran uitoolkit-provider.ng-star-inserted app-video-wrapper {
        height: 100vh;
        display: block;
    }
    #sessionContainer.plein-ecran uitoolkit-provider.ng-star-inserted app-video-wrapper .videokit:not(.partage-ecran) .user-view {
        height: 100vh;
        width: 100vw;
    }
    #sessionContainer.plein-ecran uitoolkit-provider.ng-star-inserted app-video-wrapper .videokit.partage-ecran {
        right: 0;
        position: fixed;
    }
    #sessionContainer.plein-ecran uitoolkit-provider.ng-star-inserted app-video-wrapper .user-view #participant-canvas {
        object-fit: cover;
        border-radius: 0px !important;
        border: none !important;
    }
    #sessionContainer.plein-ecran #self-share-video {
        background-color: #e6f0f9;
        width: 100vw;
        height: 100vh;
        object-fit: contain;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #sessionContainer.plein-ecran #participants-screen-share-content-canvas {
        background-color: #e6f0f9;
        width: 100vw;
        height: 100vh;
        object-fit: contain;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .btn-plein-ecran .label-min {
        display: none;
    }
    .btn-plein-ecran.plein-ecran .label-min {
        display: block;
    }
    .btn-plein-ecran.plein-ecran .label-max {
        display: none;
    }
}

.input-group .select2.select2-container {
    flex: 1;
}

.input-group .select2.select2-container .selection .select2-selection {
    border-radius: .75rem;
    border: 1px solid var(--bs-gray-300);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.menu-rdv-fiche small {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 11px;
    font-weight: 500;
}

.layout-recherche-client.affichage-mobile {
    display: flex !important;
    position: absolute;
    top: 60px;
    left: 0;
}

.elipse-mail {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 171px;
}

.cke_notifications_area {
    display: none;
}

#inputAssurancePro {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: -1;
}

.width-fit-content {
    width: fit-content;
}

.border-radius-theme {
    border-radius: .75rem;
}

.label-selection-prix {
    border: 2px solid #002745;
    border-radius: 13px;
    padding: 5px 9px;
    cursor: pointer;
    font-weight: 700;
    color: #002745;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
}

.label-selection-prix.active,
.label-selection-prix:hover {
    background-color: #002745;
    color: white;
}


/* FORMULES PRO */

.select-periode {
    border-radius: 50px;
    font-weight: 900;
    padding: 10px 17px;
    text-align: center;
}

.select-periode-wrap {
    position: relative;
}

.select-periode-wrap::after {
    content: "";
    position: absolute;
    width: 45px;
    height: auto;
    aspect-ratio: 1/1;
    background-image: url('../images/assets/exclamation.png');
    background-size: contain;
    top: -31px;
    right: -27px;
}

.img-bon-plan {
    position: absolute;
    right: -7%;
    top: -11%;
    width: 187px;
    z-index: -1;
}

.avantage-ligne:not(.no-border) {
    border-bottom: 1px solid;
}

.avantage-ligne .case:first-child {
    justify-content: start;
}

.avantage-ligne .case {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background-color: white;
}

.avantage-ligne .header-case {
    background-color: white;
}

.faa-spin.animated.faa-extra-slow {
    -webkit-animation: spin 18.5s linear infinite;
    animation: spin 18.5s linear infinite;
}

.reduction {
    background-image: url(../images/assets/surligneur-dark.png);
    color: white;
    font-weight: 600;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7px;
    font-size: 17px;
    position: absolute;
    top: -20px;
    left: 50%;
}

.avantage-ligne .header-case:nth-child(2) {
    border-left: 1px solid;
    border-top: 1px solid;
    border-top-left-radius: 15px;
}

.avantage-ligne .header-case:nth-child(3) {
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-top-right-radius: 15px;
}

.avantage-ligne .case:nth-child(1),
.avantage-ligne .case:nth-child(2),
.avantage-ligne .case:nth-child(3) {
    border-left: 1px solid;
}

.avantage-ligne .case:nth-child(3) {
    border-right: 1px solid;
}

.avantages .avantage-ligne:nth-child(2) .case {
    border-top: 1px solid;
}

.avantages .avantage-ligne:nth-last-child(2) {
    border-bottom-left-radius: 15px;
}

.avantages .avantage-ligne:nth-last-child(2) .case:first-child {
    border-bottom-left-radius: 15px;
}

.avantages .avantage-ligne:last-child .case:nth-child(2) {
    border-bottom-left-radius: 15px;
    border-bottom: 1px solid;
}

.avantages .avantage-ligne:last-child .case:nth-child(3) {
    border-bottom-right-radius: 15px;
    border-bottom: 1px solid;
}

.avantages .avantage-ligne:first-child {
    border-bottom: none;
}

.avantages .avantage-ligne:first-child .case:nth-child(2) {
    border-bottom: 1px solid;
}

.avantages .avantage-ligne:last-child,
.avantages .avantage-ligne:last-child .case:first-child {
    border: none;
}

.avantages .avantage-ligne:nth-child(2) .case:first-child,
.avantages .avantage-ligne.premiere-ligne .case:first-child,
.avantages .avantage-ligne:nth-child(2) {
    border-top-left-radius: 15px;
}

.avantages .avantage-ligne.premiere-ligne .case {
    border-top: 1px solid;
}

.avantages .avantage-ligne:nth-child(odd) .case {
    background-color: #f4f4f4;
}


/* Fonctionnalités Premium */

.fonctionnalite-premium a {
    position: relative;
}

.fonctionnalite-premium a::after {
    content: "Pro +";
    position: absolute;
    background-color: #ff2020;
    color: white;
    border-radius: 10px;
    font-size: 11px;
    padding: 3px 8px;
    top: 31%;
    right: 0px;
    -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.73);
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.73);
}

.custom-header-modal .icone {
    position: absolute;
    top: -75px;
    width: 120px;
    z-index: 1;
    left: calc(50% - 60px);
}

.custom-header-modal {
    position: relative;
    background-color: #002745;
    padding: 75px 25px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.custom-header-modal::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: transparent url(../../images/assets/mask.png) no-repeat bottom center;
    height: 63px;
    z-index: 1;
    background-size: contain;
}

.badge-premium {
    display: inline-block;
    padding: 0.35em 0.65em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.btn-choix-abonnement {
    background-color: var(--pxpMainColor);
    color: white;
    font-weight: bold;
    padding: 10px 26px;
    border-radius: 17px;
    text-align: center;
    border: none;
}

.btn-choix-abonnement:hover {
    background-color: #002745;
    color: white;
}

.rdv-passes .actions,
.rdv-passes .icon-danger {
    display: none !important;
}

.rdv-passes .consultation-miniature {
    opacity: 0.8;
}

.consultation-miniature {
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.consultation-miniature .actions {
    min-width: 100px;
}

.switch-buttons {
    padding: 5px 5px;
    background-color: #e6f0f9;
    display: flex !important;
    width: fit-content;
    border-radius: 15px;
    align-items: center;
    border: 1px solid;
}

.btn-switch {
    padding: 9px 13px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.btn-switch.active {
    /* padding: 8px 11px; */
    background-color: #0969c3;
    border-radius: 10px;
    color: white;
}

.card-prestation {
    border: 2px solid grey;
    opacity: 0.8;
    cursor: not-allowed;
}

.card-prestation .icon-active {
    display: none;
}

.card-prestation.active {
    opacity: 1;
    border: 2px solid #0969c3;
    cursor: unset;
}

.card-prestation.active .icon-disabled {
    display: none;
}

.card-prestation.active .icon-active {
    display: unset;
}

.nav-tabs-scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.nav-tabs-scrollable ul {
    flex-wrap: nowrap;
    white-space: nowrap;
    display: flex;
}

.sticky-save {
    position: sticky;
    bottom: 0;
    background-color: white;
}

.section-plein-ecran {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    z-index: 1030;
}

.pxp-dashboard-content-details {
    background-color: #fff;
    border-radius: 30px;
    margin-right: 30px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    padding: 60px;
}

.bloc-domaine.loading {
    position: relative;
}

.bloc-domaine.loading::before {
    position: absolute;
    content: " ";
    background-color: #ffffffc7;
    color: #303030;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
}

.bloc-domaine.loading::after {
    font-family: "Font Awesome 5 Free";
    content: "\f110" !important;
    animation: fa-spin 2s linear infinite;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    color: #303030;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc-domaine,
.bloc-type-rdv,
.bloc-domaine-lien {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #e6f0f9;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    width: 150px;
    /* height: 150px; */
    text-align: center;
    margin-right: 15px;
    margin-bottom: 20px;
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

.bloc-domaine:hover,
.bloc-type-rdv:hover,
.bloc-domaine.active,
.bloc-domaine-lien:hover,
.bloc-domaine-lien.active {
    background-color: #002745;
    color: white;
}

.bloc-domaine:hover a,
.bloc-type-rdv:hover a,
.bloc-domaine-lien.active a,
.bloc-domaine.active,
.bloc-domaine-lien:hover a {
    color: white;
}

.bloc-domaine img,
.bloc-domaine-lien img {
    /* width: 54px; */
    height: 60%;
    padding: 10px;
}

.bloc-domaine span,
.bloc-type-rdv span,
.bloc-domaine small,
.bloc-type-rdv small,
.bloc-domaine-lien span {
    height: 40%;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 15px;
}

.bloc-domaine-select,
#tunnel-wrapper .bloc-domaine,
#tunnel-wrapper .bloc-type-rdv {
    width: 100%;
    min-height: 70px;
    flex-direction: row;
    justify-content: start;
    padding: 7px 17px;
    font-weight: 600;
    margin-right: 0px;
}

.bloc-domaine-select img,
#tunnel-wrapper .bloc-domaine img {
    height: 100%;
    width: 67px;
}

.img-circle {
    border-radius: 50%;
    overflow: hidden;
}

.prochain-rdv {
    border: 1px solid var(--bs-primary);
}

.consultation-miniature.rdv-termine:not(.rdv-manque) .partie-gauche * {
    filter: grayscale(1);
}