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

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

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

.bg-primary-dark-plus {
    background-color: #003838;
}

.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;
}

.z-1 {
    z-index: 1;
}

.lien-feature {
    font-weight: bold;
    font-size: 1.2em;
    color: #003838;
    text-decoration: underline !important;
}

.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;
}

.symbol img {
    object-fit: cover;
}

.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 solid #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: 20px;
}

.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;
}

#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 {
    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;
}


/* FULLCALENDAR */

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

.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;
}

.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;
    }
}


/* Psychologue */

.header-psychologue {
    background-image: url('../media/assets/wallpaper.png');
    background-size: cover;
}

.header-psychologue .photo-profil-psychologue {
    width: 180px;
    border-radius: 50%;
    height: 180px;
    object-fit: cover;
}


/* Ressources */

@media (min-width: 768px) {
    .modal-ressource {
        max-width: 90%;
    }
}


/* 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: #d2ebeb !important;
}


/* #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 .self-view {
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 10px;
    }
    #self-view-video {
        background-color: #a0e0e0 !important;
    }
    #self-view-canvas,
    #participant-canvas {
        /* border: 2px solid #31a99f; */
        background-color: #d2ebeb !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: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        column-gap: 10px;
    }
    #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 .user-view {
        height: 100vh;
        width: 100vw;
    }
    #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;
    }
    .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;
    }
}


/* AUTRE */

.kt_app_content_patient {
    margin-bottom: 50px;
}

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

#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;
}

#tunnel-wrapper {
    max-height: 600px;
    overflow-y: scroll;
}

#loader-datatable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background-color: #ffffff8c;
    backdrop-filter: blur(1px);
    font-weight: bold;
    z-index: 10;
}

.pricing-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.basic-plan {
    border-color: #e9ecef;
}

.pro-plan {
    border-color: var(--bs-primary);
    transform: scale(1.05);
}

.pro-plan:hover {
    transform: scale(1.05) translateY(-5px);
}

.recommended-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0f5468, #32d1c3);
    color: white;
    padding: 8px 20px;
    border-radius: 0 0 15px 15px;
    font-weight: 600;
    font-size: 0.85rem;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
}

.recommended-badge i {
    margin-right: 6px;
}

.plan-header {
    padding: 25px 30px 20px;
    text-align: center;
    background: #f0faf9;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 27px;
}

.pro-plan .plan-header {
    background: linear-gradient(135deg, #0f5468, #32d1c3);
    color: white;
}

.plan-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-title i {
    font-size: 1.2rem;
    opacity: 0.8;
}

.pro-plan .plan-title {
    color: white;
}

.plan-price {
    margin-bottom: 10px;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--bs-primary);
}

.pro-plan .price-amount {
    color: white;
}

.price-period {
    font-size: 1rem;
    color: #64748b;
    margin-left: 5px;
}

.pro-plan .price-period {
    color: rgba(255, 255, 255, 0.8);
}

.plan-description {
    color: #64748b;
    margin: 0;
    font-size: 0.95rem;
}

.pro-plan .plan-description {
    color: rgba(255, 255, 255, 0.9);
}

.plan-features {
    padding: 0 30px;
    flex-grow: 1;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.4;
}

.feature-item i {
    color: var(--bs-primary);
    margin-right: 12px;
    margin-top: 2px;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.feature-item.highlight {
    background: linear-gradient(135deg, #fef3c7, #fcd34d);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #f59e0b;
}

.feature-item.bonus {
    background: linear-gradient(135deg, #f0fffc, #dbfef9);
    padding: 10px;
    border-radius: 8px;
    border-left: 4px solid var(--bs-primary);
}

.feature-item.bonus i {
    color: var(--bs-primary);
}

.plan-footer {
    padding: 30px;
    text-align: center;
}

.btn-plan {
    width: 100%;
    padding: 15px 25px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-basic {
    background: linear-gradient(135deg, #64748b, #475569);
    color: white;
}

.btn-basic:hover {
    background: linear-gradient(135deg, #475569, #334155);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100, 116, 139, 0.4);
}

.btn-pro {
    background: linear-gradient(180deg, #0B5768 0%, #258C8C 53.13%, #37B4A8 98.44%);
    color: white;
    margin-bottom: 15px;
}

.btn-pro:hover {
    background: linear-gradient(180deg, #37B4A8 0%, #258C8C 53.13%, #0B5768 98.44%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.4);
}

.guarantee-text {
    margin: 0;
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.guarantee-text i {
    color: #22c55e;
}

#modal-premium .highlight {
    border-bottom: 1px solid #c7bdbd;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 50px !important;
}

.field[data-premium] {
    background: linear-gradient(135deg, rgb(255 255 255 / 10%), rgb(97 233 184 / 10%));
    border-radius: 15px;
    padding: 7px;
    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
    .pro-plan {
        transform: scale(1);
        margin-top: 20px;
    }
    .pro-plan:hover {
        transform: translateY(-5px);
    }
    .plan-header {
        padding: 20px 20px 15px;
    }
    .plan-features {
        padding: 0 20px;
    }
    .plan-footer {
        padding: 20px;
    }
    .recommended-badge {
        font-size: 0.8rem;
        padding: 6px 15px;
    }
}

@media (max-width: 576px) {
    .pricing-card {
        margin: 0 10px;
    }
    .plan-title {
        font-size: 1.3rem;
    }
    .price-amount {
        font-size: 2rem;
    }
}

.pricing-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.basic-plan {
    border-color: #e9ecef;
}

.pro-plan {
    border-color: #2dc1b7;
    transform: scale(1.05);
}

.pro-plan:hover {
    transform: scale(1.05) translateY(-5px);
}

.recommended-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    padding: 8px 20px;
    border-radius: 0 0 15px 15px;
    font-weight: 600;
    font-size: 0.85rem;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
}

.recommended-badge i {
    margin-right: 6px;
}

.plan-header {
    padding: 25px 30px 20px;
    text-align: center;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
}

.pro-plan .plan-header {
    background: linear-gradient(135deg, #0f5468, #32d1c3);
    color: white;
}

.plan-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-title i {
    font-size: 1.2rem;
    opacity: 0.8;
}

.pro-plan .plan-title {
    color: white;
}

.plan-price {
    margin-bottom: 10px;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--bs-primary);
}

.pro-plan .price-amount {
    color: white;
}

.price-period {
    font-size: 1rem;
    color: #64748b;
    margin-left: 5px;
}

.pro-plan .price-period {
    color: rgba(255, 255, 255, 0.8);
}

.plan-description {
    color: #64748b;
    margin: 0;
    font-size: 0.95rem;
}

.pro-plan .plan-description {
    color: rgba(255, 255, 255, 0.9);
}

.plan-features {
    padding: 0 30px;
    flex-grow: 1;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-padding {
    padding: 80px 0;
}


/* .curve-bottom {
        border-bottom-left-radius: 50% 20%;
        border-bottom-right-radius: 50% 20%;
        padding-bottom: 110px;
    } */

.curve-bottom {
    position: relative;
}

.curve-bottom:not(.no-curve)::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: transparent url(/media/assets/mask.png) no-repeat bottom center;
    height: 100px;
    z-index: 1;
}

.bg-primary-dark {
    background-color: #003838;
}


/* Google Reviews Carousel Styles */

.google-reviews-section {
    background: #f8f9fa;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
}

.google-rating-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.google-logo {
    height: 30px;
}

.rating-score {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-score .score {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

.rating-stars {
    display: flex;
    gap: 2px;
}

.rating-stars i {
    color: #fbbc04;
    font-size: 1.2rem;
}

.rating-count {
    color: #70757a;
    font-size: 0.95rem;
}

.google-review-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    margin: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s;
    /* min-height: 280px; */
    display: flex;
    flex-direction: column;
}

.google-review-card:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.review-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #31a99f 0%, #003838 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.review-author-info {
    flex: 1;
}

.review-author-name {
    font-weight: 500;
    color: #202124;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.review-stars {
    display: flex;
    gap: 2px;
}

.review-stars i {
    color: #fbbc04;
    font-size: 0.9rem;
}

.review-date {
    color: #70757a;
    font-size: 0.8rem;
}

.review-text {
    color: #3c4043;
    line-height: 1.6;
    font-size: 0.95rem;
    flex: 1;
    margin-bottom: 12px;
}

.review-google-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #70757a;
    font-size: 0.85rem;
    margin-top: auto;
}

.review-google-icon img {
    height: 16px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-carousel .owl-nav button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all 0.3s;
    position: relative;
    z-index: 10;
}

.owl-carousel .owl-nav button:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
}

.owl-carousel .owl-nav button.owl-prev {
    margin-left: -24px;
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: -24px;
}

.owl-carousel .owl-nav button span {
    font-size: 1.5rem;
    color: #5f6368;
    line-height: 1;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dadce0;
    margin: 0 6px;
    transition: all 0.3s;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #2b7774;
    width: 24px;
    border-radius: 4px;
}

.bg-serpent {
    background-image: url(../media/assets/bg-serp-ordi.png);
    background-size: cover;
}

.footer-psylink {
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
    margin-top: 4em;
}

.no-ul {
    list-style-type: none;
    padding-left: 0;
}

.bg-degrade-fonce {
    background: linear-gradient(90deg, #003838, #0038384a);
}

@media (max-width: 992px) {
    .section-psychologues-map {
        height: 100%;
    }
    .footer-psylink {
        padding: 2em;
    }
}

@media (max-width: 768px) {
    .owl-carousel .owl-nav button.owl-prev {
        margin-left: 0px;
    }
    .owl-carousel .owl-nav button.owl-next {
        margin-right: 0px;
    }
}

.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: linear-gradient(135deg, #059669, #10b981);
    border-radius: 10px;
    color: white;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.3;
}

.feature-item i {
    color: #22c55e;
    margin-right: 12px;
    margin-top: 2px;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.feature-item.highlight {
    background: linear-gradient(135deg, #fef3c7, #fcd34d);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #f59e0b;
}

.feature-item.bonus {
    background: linear-gradient(135deg, #f0fffb, #2dc0b638);
    padding: 10px;
    border-radius: 8px;
    border-left: 4px solid var(--bs-primary);
}

.feature-item.bonus i {
    color: var(--bs-primary);
}

#modal-premium .formule-FREEMIUM {
    display: none;
}

@media (min-width: 991px) {
    #modal-premium .formule-PRO,
    #modal-premium .formule-ANNUAIRE {
        width: 50% !important;
    }
}

.plan-footer {
    padding: 30px;
    text-align: center;
}

.btn-plan {
    width: 100%;
    padding: 15px 25px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-basic {
    background: linear-gradient(135deg, #64748b, #475569);
    color: white;
}

.btn-basic:hover {
    background: linear-gradient(135deg, #475569, #334155);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100, 116, 139, 0.4);
    color: white;
    text-decoration: none;
}

.btn-pro {
    background: linear-gradient(135deg, #0f5468, #32d1c3);
    color: white;
    margin-bottom: 15px;
}

.btn-pro:hover {
    background: linear-gradient(135deg, #32d1c3, #0f5468);
    /* background: linear-gradient(135deg, #, #); */
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(70, 229, 184, 0.4);
    color: white;
    text-decoration: none;
}

.guarantee-text {
    margin: 0;
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.guarantee-text i {
    color: #22c55e;
}

@media (max-width: 991.98px) {
    .pro-plan {
        transform: scale(1);
        margin-top: 20px;
    }
    .pro-plan:hover {
        transform: translateY(-5px);
    }
    .plan-header {
        padding: 20px 20px 15px;
    }
    .plan-features {
        padding: 0 20px;
    }
    .plan-footer {
        padding: 20px;
    }
    .recommended-badge {
        font-size: 0.8rem;
        padding: 6px 15px;
    }
}

@media (max-width: 576px) {
    .pricing-card {
        margin: 0 10px;
    }
    .plan-title {
        font-size: 1.3rem;
    }
    .price-amount {
        font-size: 2rem;
    }
}

.premium-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.premium-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.premium-modal-container {
    background: white;
    border-radius: 20px;
    max-width: 95vw;
    max-height: 95vh;
    width: 1200px;
    overflow-y: auto;
    position: relative;
    transform: translateY(30px) scale(0.95);
    transition: all 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.premium-modal-overlay.show .premium-modal-container {
    transform: translateY(0) scale(1);
}

.premium-modal-header {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.premium-modal-close {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #64748b;
    font-size: 1.2rem;
}

.premium-modal-close:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #1e293b;
}

.premium-modal-content {
    padding: 0;
}

.premium-restriction-info {
    text-align: center;
    padding: 40px 30px 30px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
}

.premium-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.premium-restriction-info h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.premium-message {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.95;
    margin: 0;
}

.premium-plans-container {
    padding: 30px;
}

body.modal-open {
    overflow: hidden;
}


/* Style pour les éléments restreints */

[data-premium] {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}


/* Badge premium subtil en permanence */

[data-premium]::before {
    content: "\f521";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    top: -1px;
    right: 5px;
    /* background: #136773; */
    background: linear-gradient(135deg, #0f5468, #32d1c3);
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    z-index: 10;
    box-shadow: 0 1px 4px rgba(245, 158, 11, 0.4);
    /* animation: premium-pulse 2s infinite; */
    pointer-events: none;
}


/* Animation subtile pour attirer l'attention */

@keyframes premium-pulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 4px 15px rgba(245, 158, 11, 0.5);
    }
}


/* Effet hover plus prononcé */

[data-premium]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

[data-premium]:hover::before {
    transform: scale(1.2);
    animation: none;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
}


/* Tooltip au hover - positionné au-dessus */

[data-premium]:hover::after {
    content: 'Premium - Cliquez pour découvrir';
    position: fixed;
    top: 8px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0, 0, 0, 0.95);
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 500;
    white-space: nowrap;
    z-index: 99999 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    animation: fadeInTooltipTop 0.3s ease forwards;
    margin-top: -10px;
}


/* Version alternative : tooltip sur le côté pour les éléments de menu */

.nav-link[data-premium]:hover::after {
    content: '👑 Premium';
    position: fixed;
    top: 50%;
    left: auto;
    right: 10px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.65rem;
    font-weight: 600;
    white-space: nowrap;
    z-index: 99999 !important;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
    pointer-events: none;
    opacity: 0;
    animation: fadeInTooltipRight 0.3s ease forwards;
}

@keyframes fadeInTooltipTop {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-90%);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(-100%);
    }
}

@keyframes fadeInTooltipRight {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}


/* Styles spécifiques pour différents types d'éléments */


/* Pour les boutons */

button[data-premium],
.btn[data-premium] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 1px solid #cbd5e1;
    color: #475569;
    position: relative;
    overflow: visible;
    padding-right: 25px !important;
    /* Espace pour le badge */
}

button[data-premium]:hover,
.btn[data-premium]:hover {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    border-color: #94a3b8;
    color: #334155;
}


/* Pour les liens de navigation */

.nav-link[data-premium] {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.05), rgba(124, 58, 237, 0.05));
    border-left: 3px solid transparent;
    border-image: linear-gradient(135deg, #4f46e5, #7c3aed) 1;
    position: relative;
    overflow: hidden;
    /* Empêche le débordement */
    padding-right: 25px !important;
    /* Espace pour le badge */
}

.nav-link[data-premium]:hover {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1), rgba(124, 58, 237, 0.1));
}


/* Pour les cartes/cards */

.card[data-premium] {
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #4f46e5, #7c3aed) border-box;
}


/* Pour les éléments de menu */

.menu-item[data-premium] {
    background: linear-gradient(135deg, rgb(255 255 255 / 10%), rgb(97 233 184 / 10%));
    border-radius: 8px;
}


/* Responsive - ajustements pour mobile */

@media (max-width: 768px) {
    [data-premium]::before {
        width: 14px;
        height: 14px;
        font-size: 0.5rem;
        top: 1px;
        right: 1px;
    }
    [data-premium]:hover::after {
        font-size: 0.65rem;
        padding: 4px 8px;
    }
    .nav-link[data-premium]:hover::after {
        right: 5px;
        font-size: 0.6rem;
        padding: 3px 6px;
    }
}

@media (max-width: 768px) {
    .premium-modal-container {
        width: 95vw;
        height: 95vh;
        border-radius: 15px;
    }
    .premium-restriction-info {
        padding: 30px 20px 20px;
    }
    .premium-restriction-info h2 {
        font-size: 1.5rem;
    }
    .premium-message {
        font-size: 1rem;
    }
    .premium-plans-container {
        padding: 20px 15px;
    }
    .premium-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}