/* Layout */
.certimm-dock-main-content {
    height: 100dvh;
    overflow-y: hidden;
}

.certimm-dock-main-content-block {
    max-width: 100%;
}

@media (min-width: 992px) {
    .certimm-dock-main-content-block {
        max-width: calc(100% - 210px);
    }
}

.certimm-dock-main-content-block .e-appbar {
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid var(--bs-gray-300);
}

.certimm-dock-main-content-body {
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
}

.lien-conditions-generales {
    font-size: 12px;
    text-decoration: none;
    color: var(--bs-secondary);
}

.certimm-dock-sidebar {
    background-color: var(--bs-primary);
    overflow-y: auto;
    overflow-x: hidden;
}

.certimm-main-menu .nav-item {
    padding: 2px 5px 0 5px !important;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
}

.certimm-main-menu .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    color: var(--bs-light) !important;
    border-radius: 4px;
}

    .certimm-main-menu .nav-link .e-icons {
        font-size: 18px;
    }

.certimm-main-submenu .nav-item {
    padding: 2px 2px 0 10px !important;
    font-size: 13.5px;
}

.certimm-main-submenu .nav-link {
    padding: 4px 12px;
}

/* Background blur */
body::before {
    position: absolute;
    inset: 0;
    content: '';
    z-index: -1;
    background: url(/assets/global/background/background-blur.webp) center center / cover no-repeat;
    opacity: 0.08;
}

.e-dialog::before {
    position: absolute;
    inset: 0;
    content: '';
    z-index: -1;
    background: url(/assets/global/background/background-blur.webp) center center / cover no-repeat;
    opacity: 0.18;
}

.e-dlg-header-content, .e-dlg-content, .e-footer-content {
    background-color: transparent !important;
}

    .e-dlg-content .e-contextmenu-container ul.e-contextmenu {
        background-color: transparent !important;
    }

/* Login background */
.login-bg {
    height: 100dvh;
    overflow: auto;
}

    .login-bg::before {
        position: absolute;
        inset: 0;
        content: '';
        z-index: -1;
        background: url(/assets/global/background/background-blur.webp) center center / cover no-repeat;
        opacity: 0.25;
    }

    .login-bg .e-card {
        border-radius: 20px;
        box-shadow: 0 0px 15px 5px rgb(0 0 0 / 5%);
        overflow: hidden;
    }

        .login-bg .e-card .login-card-image {
            background-color: var(--bs-primary);
            padding: 25px;
            max-width: 150px;
        }

/* Visiteur background */
.visiteur-bg::before {
    position: absolute;
    inset: 0;
    content: '';
    z-index: -1;
    background: url(/assets/global/background/background-blur.webp) center center / cover no-repeat;
    opacity: 0.25;
}

.visiteur-bg > .e-card {
    border-radius: 20px;
    box-shadow: 0 0px 15px 5px rgb(0 0 0 / 5%);
}

/* DataGrids */
.e-grid .e-row.archive .e-rowcell {
    font-style: italic;
    color: var(--bs-gray-500) !important;
}

.e-grid .e-rowcell.e-templatecell .e-dropdown-btn.e-caret-hide {
    width: 32px;
    height: 26px;
    padding: 0px 7px;
}

.e-grid .e-toolbar .e-searchinput:not(:placeholder-shown) {
    background-color: #fafad2;
}

.e-grid .e-filtered::before {
    color: white;
    background-color: var(--bs-info);
    padding: 2px;
    border-radius: 25%;
}

/* Cards */
.e-card.no-hover {
    background-color: #f3f4f6;
}

.e-card {
    overflow: visible;
}

    .e-card .e-card-header .e-card-header-caption .e-card-header-title {
        font-size: 15px;
    }

    .e-card .e-card-content {
        border-top: 1px solid #e5e7eb;
        padding-top: 15px;
    }

    .e-card.card-overflow .e-card-content {
        overflow: visible;
    }

/* ListViews */
.e-list-template {
    background-color: white;
}

    .e-list-template .e-list-header {
        height: auto;
    }

        .e-list-template .e-list-header .header {
            width: 100%;
        }

    .e-list-template .e-list-item {
        border-bottom: 1px solid var(--bs-gray-200);
    }

.e-listview .e-icons {
    color: inherit !important;
}

.list-spinner .e-spinner-pane .e-spinner-inner {
    transform: translateX(-50%) translateY(calc(-50% + 18px));
}

/* ListBoxes */
.e-list-template.e-listbox-container .e-list-item {
    height: auto;
    border-bottom: 1px solid var(--bs-gray-200);
}

    .e-list-template.e-listbox-container .e-list-item.e-selected {
        background-color: #D0E3FF;
    }

/* Textfields */
.custom-field .e-textbox {
    resize: none !important;
}

.certimm-input-label {
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}

.certimm-error-indication {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    font-size: 11.5px;
}

.e-float-input textarea:focus ~ label.e-float-text,
.e-float-input textarea:valid ~ label.e-float-text,
.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input textarea label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top,
.e-float-input input:focus ~ label.e-float-text,
.e-float-input input:valid ~ label.e-float-text,
.e-float-input input ~ label.e-label-top.e-float-text,
.e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
.e-float-input.e-input-focus input ~ label.e-float-text {
    font-size: 13px;
    transform: translate3d(-10px, -37px, 0) scale(1);
}

/* Chat UI */
.e-chat-ui .e-right .e-message-content {
    background: var(--bs-primary);
    color: white;
}

/* AI Assist */
.e-aiassistview .banner-content .e-assistview-icon:before,
.e-aiassistview .response-header .e-assistview-icon:before {
    margin-right: 10px;
}

.e-aiassistview .e-rtl .banner-content .e-assistview-icon:before,
.e-aiassistview .e-rtl .response-header .e-assistview-icon:before {
    margin-left: 10px;
}

.e-aiassistview .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px;
    width: 65%;
    margin: 0 auto;
}

.e-aiassistview .e-carousel.e-partial .e-carousel-slide-container {
    padding: 0 50px;
}

.e-aiassistview .banner-content h3 {
    display: flex;
    margin: 20px 0px;
    font-size: 25px;
}

.e-aiassistview .banner-content .carousel-template {
    padding: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.e-aiassistview .banner-content img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.e-aiassistview .banner-content .e-card {
    position: absolute;
    bottom: 20px;
    width: 86%;
    opacity: 0.8;
}

.e-aiassistview .banner-content .e-card-header {
    width: 100%;
    padding: 12px;
}

.e-aiassistview .e-aiassist-view .e-aiassist-views .e-aiassist-suggestions li {
    padding: 0;
    border: none;
    box-shadow: none;
}

.e-aiassistview .suggestion-item {
    display: flex;
    align-items: center;
    background-color: #686868;
    color: white;
    padding: 4px 10px;
    opacity: 0.8;
    gap: 5px;
    height: 35px;
    border-radius: 5px;
}

    .e-aiassistview .suggestion-item .content {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.e-aiassistview #ddMenu {
    border-radius: 50%;
}

.e-aiassistview .e-aiassist-view .e-aiassist-views .e-aiassist-prompt-text {
    background: none;
}

.e-aiassistview .promptItemContent,
.e-aiassistview .responseItemContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.e-aiassistview .promptItemContent {
    align-items: flex-end;
    margin-right: 20px
}

.e-aiassistview .responseItemContent {
    margin-left: 20px
}

    .e-aiassistview .promptItemContent .prompt-header,
    .e-aiassistview .responseItemContent .response-header {
        font-size: 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

.e-aiassistview #ddMenu.e-btn.e-icon-btn {
    padding: 8px;
    line-height: 14px;
}

.e-aiassistview #ddMenu.e-dropdown-btn.e-btn .e-btn-icon {
    margin-left: 0;
    width: 1em;
}

.e-aiassistview .promptItemContent .prompt-header span {
    margin-left: 10px;
}

.e-aiassistview .promptItemContent .content {
    margin-right: 35px;
}

.e-aiassistview .responseItemContent .content {
    margin-left: 35px;
}

.e-aiassistview .e-response-item-template .e-toolbar-items {
    margin-left: 35px;
}

@media only screen and (max-width: 840px) {
    .e-aiassistview,
    .e-aiassistview .banner-content {
        width: 100%;
    }
}

.e-control.e-aiassistview .e-view-container .e-spv-assist-view-banner-content {
    width: 100%;
    height: 240px;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 56px;
}

    .e-control.e-aiassistview .e-view-container .e-spv-assist-view-banner-content .e-assistview-icon::before {
        font-size: 32px;
    }

/* Tabs */
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    text-transform: none !important;
}

.e-tab.tab-etats-dossiers .e-tab-header .e-toolbar-item:not(.e-separator) {
    height: 50px;
    line-height: initial;
}

/* Dialogs */
.e-dialog .e-dlg-header {
    width: auto;
}

.e-dlg-header .e-btn .e-icons {
    color: inherit;
}

.e-dialog .e-footer-content .e-btn.e-dropdown-btn {
    margin-left: -1px;
}

/* File manager */
.e-filemanager .e-address .e-search-wrap {
    display: none;
}

/* Upload */
[id^="modal-explorateur-fichier-"].e-dlg-container {
    z-index: 1500 !important;
}

/* Color palette */
.rounded-palette .e-container .e-custom-palette .e-palette {
}

.rounded-palette .e-container .e-palette .e-tile {
    border-radius: 50%;
    margin: 3px;
    height: 30px;
    width: 30px;
}

    .rounded-palette .e-container .e-palette .e-tile.e-selected::before {
        content: '';
        background-color: inherit;
        border-radius: 50%;
        display: inline-block;
        transform: scale(1.2);
        opacity: 0.3;
        height: 30px;
        width: 30px;
        margin-top: -1px;
        margin-left: -1px;
    }

.mobile .rounded-palette .e-container .e-palette .e-tile {
    height: 16px;
    width: 16px;
}

.rounded-palette .e-container .e-palette .e-tile:hover {
    box-shadow: none;
}

.rounded-palette .e-container .e-palette .e-tile.e-selected {
    outline: none;
}

/* Messages */
.e-message.full-width > .e-msg-content {
    width: 100%;
}

/* Créneaux disponibles */
.creneau-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.creneau-overlay {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 10px;
    line-height: 1.2;
    padding: 2px 4px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.e-schedule .e-timeline-view .creneau-container {
    height: 100%;
}

.e-schedule .e-timeline-view .creneau-overlay {
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
}

.e-schedule .e-vertical-view .e-resource-cells {
    padding-left: 8px;
}

.e-schedule .e-agenda-view .e-resource-column {
    vertical-align: middle !important;
}

.e-recurrenceeditor .e-form-left, .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
    padding: 0 8px 0px 0;
}

.e-recurrenceeditor .e-form-right, .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
    padding: 0;
}

/* Planning */
.e-appointment.machine-plomb {
    position: relative;
}

    .e-appointment.machine-plomb::after {
        position: absolute;
        content: '';
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='white'> <path d='M12 13.913c1.521 0 2.753-1.21 2.753-2.702 0-1.491-1.232-2.701-2.753-2.701s-2.753 1.21-2.753 2.701c0 1.492 1.232 2.702 2.753 2.702zm2.525-6.995l3.484-5.918c3.531 2.005 5.914 5.727 5.991 10h-7.021c-.075-1.745-1.038-3.246-2.454-4.082zm0 8.586l3.483 5.918c-1.767 1.004-3.82 1.578-6.008 1.578s-4.241-.574-6.008-1.578l3.482-5.918c.744.438 1.6.708 2.526.708s1.782-.269 2.525-.708zm-7.504-4.504h-7.021c.077-4.273 2.46-7.995 5.992-10l3.483 5.919c-1.417.835-2.379 2.336-2.454 4.081z'/%3E%3C/svg%3E");
        background-repeat: no-repeat, no-repeat, no-repeat;
        width: 15px;
        height: 15px;
        bottom: 5px;
        right: 5px;
    }

.e-schedule .e-appointment.rdv-secondary-overlay {
    z-index: 0;
}

.e-schedule .e-agenda-view .e-appointment.rdv-secondary-overlay {
    position: relative;
}

.e-schedule .e-appointment.rdv-secondary-overlay::before {
    content: "";
    position: absolute;
    inset: 0 0 0 5px;
    background: var(--rdv-secondary-color);
    border-radius: inherit;
    pointer-events: none;
    z-index: -1;
}

.e-schedule .e-agenda-view .e-appointment.rdv-secondary-overlay .e-subject,
.e-schedule .e-agenda-view .e-appointment.rdv-secondary-overlay .e-location,
.e-schedule .e-agenda-view .e-appointment.rdv-secondary-overlay .e-date-time {
    color: white;
}

/* Timeline dossier */
.e-timeline.chronologie-dossier .e-opposite-content {
    -ms-flex: none;
    flex: none;
    width: 150px;
    padding-bottom: 20px;
}

.e-timeline.chronologie-dossier .e-content {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 20px;
}

.e-timeline.chronologie-dossier .e-timeline-item.e-connector:last-child .e-content,
.e-timeline.chronologie-dossier .e-timeline-item.e-connector:last-child .e-opposite-content {
    padding-bottom: 0;
}

.e-timeline.chronologie-dossier .e-timeline-item.e-connector::after {
    left: calc(170px - var(--connector-size));
}

.e-timeline.e-vertical.chronologie-dossier .e-dot-item {
    -ms-flex: none;
    flex: none;
    width: 40px;
}

/* Gantt Certifications */
.table-gantt-certification {
    table-layout: fixed;
    min-width: 800px;
}

    .table-gantt-certification th {
        background-color: #B0DD7F;
        color: #3F6119;
        font-size: 14px;
        font-weight: 500;
    }

        .table-gantt-certification th:first-of-type, .table-gantt-certification th:last-of-type {
            background-color: #D9D9D9;
            color: #000;
        }

    .table-gantt-certification td {
        padding: 0;
        height: 55px;
        position: relative;
        vertical-align: top;
    }

    .table-gantt-certification th, .table-gantt-certification td {
        border-right: 2px dashed var(--bs-green);
        text-align: center;
    }

        .table-gantt-certification th:last-of-type, .table-gantt-certification td:last-of-type {
            border-right: none;
        }

    .table-gantt-certification .tache-gantt-certification {
        position: absolute;
        left: 0;
        top: 10px;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        white-space: normal;
        word-break: break-word;
        overflow: hidden;
    }

        .table-gantt-certification .tache-gantt-certification.tache-realisee {
            background-color: #BFBFBF !important;
            color: #FFF !important;
        }

    .table-gantt-certification .fleche-gantt-certification {
        height: 20px;
        overflow: hidden;
    }

        .table-gantt-certification .fleche-gantt-certification > span {
            position: absolute;
            top: 0;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 20px solid #3F6119;
            transform: translateX(-11px);
        }

/* Fichiers du dossier */
@media (min-width: 1200px) {
    .liste-fichiers-dossier {
        height: calc(100dvh - 155px);
    }
}

/* Switches */
.switch-ht-ttc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

    .switch-ht-ttc .e-switch-wrapper .e-switch-off {
        background-color: var(--bs-primary) !important;
    }

    .switch-ht-ttc .e-switch-wrapper .e-switch-on {
        background-color: var(--bs-info) !important;
    }

    .switch-ht-ttc .switch-label {
        opacity: 0.6;
        transition: opacity 0.25s ease, color 0.25s ease;
        font-size: 0.95rem;
    }

        .switch-ht-ttc .switch-label.active {
            opacity: 1;
        }

        /* Couleur texte HT / TTC quand actif */
        .switch-ht-ttc .switch-label.ht-label.active {
            color: var(--bs-primary);
        }

        .switch-ht-ttc .switch-label.ttc-label.active {
            color: var(--bs-info);
        }

/* Logo France */
.logo-france {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 18'%3E%3Cpath fill='%23fff' d='M11.3 10.2c-.9.6-1.7 1.3-2.3 2.1v-.1c.4-.5.7-1 1-1.5.4-.2.7-.5 1-.8.5-.5 1-1 1.7-1.3.3-.1.5-.1.8 0-.1.1-.2.1-.4.2H13v-.1c-.3.3-.7.5-1 .9-.1.2-.2.6-.7.6 0 .1.1 0 0 0zm1.6 4.6c0-.1-.1 0-.2 0l-.1.1-.1.1-.2.2s.1.1.2 0l.1-.1c.1 0 .2-.1.2-.2.1 0 .1 0 .1-.1 0 .1 0 0 0 0zm-1.6-4.3c.1 0 .2 0 .2-.1s.1-.1.1-.1v-.1c-.2.1-.3.2-.3.3zm2.4 1.9s0-.1 0 0c.1-.1.2-.1.3-.1.7-.1 1.4-.3 2.1-.6-.8-.5-1.7-.9-2.6-1h.1c-.1-.1-.3-.1-.5-.2h.1c-.2-.1-.5-.1-.7-.2.1 0 .2-.2.2-.3h-.1c-.4.2-.6.5-.8.9.2.1.5 0 .7.1h-.3c-.1 0-.2.1-.2.2h.1c-.1 0-.1.1-.2.1.1.1.2 0 .4 0 0 .1.1.1.1.1-.1 0-.2.1-.3.3-.1.2-.2.2-.3.3v.1c-.3.2-.6.5-.9.8v.1c-.1.1-.2.1-.2.2v.1c.4-.1.6-.4 1-.5l.6-.3c.2 0 .3-.1.5-.1v.1h.2c0 .1-.2 0-.1.1s.3.1.4 0c.2-.2.3-.2.4-.2zM12.4 14c-.4.2-.9.2-1.2.4 0 0 0 .1-.1.1 0 0-.1 0-.1.1-.1 0-.1.1-.2.2l-.1.1s0 .1.1 0l.1-.1s-.1.1-.1.2V15.3l-.1.1s0 .1-.1.1l-.1.1.2-.2.1-.1h.2s0-.1.1-.1c.1-.1.2-.2.3-.2h.1c.1-.1.3-.1.4-.2.1-.1.2-.2.3-.2.2-.2.5-.3.8-.5-.1 0-.2-.1-.3-.1 0 .1-.2 0-.3 0zM30 9.7c-.1.2-.4.2-.6.3-.2.2 0 .4.1.5.1.3-.2.5-.4.5.1.1.2.1.2.1 0 .2.2.2.1.4s-.5.3-.3.5c.1.2.1.5 0 .7-.1.2-.3.4-.5.5-.2.1-.4.1-.6 0-.1 0-.1-.1-.2-.1-.5-.1-1-.2-1.5-.2-.1 0-.3.1-.4.1-.1.1-.3.2-.4.3l-.1.1c-.1.1-.2.2-.2.3-.1.2-.2.4-.2.6-.2.5-.2 1 0 1.4 0 0 1 .3 1.7.6.2.1.5.2.7.4l1.7 1H13.2l1.6-1c.6-.4 1.3-.7 2-1 .5-.2 1.1-.5 1.5-.9.2-.2.3-.4.5-.5.3-.4.6-.7 1-1l.3-.3s0-.1.1-.1c-.2.1-.2.2-.4.2 0 0-.1 0 0-.1s.2-.2.3-.2v-.1c-.4 0-.7.2-1 .5h-.2c-.5.2-.8.5-1.2.7v-.1c-.2.1-.4.2-.5.2-.2 0-.5.1-.8 0-.4 0-.7.1-1.1.2-.2.1-.4.1-.6.2v.1l-.2.2c-.2.1-.3.2-.5.4l-.5.5h-.1l.1-.1.1-.1c0-.1.1-.1.1-.2.2-.1.3-.3.5-.4 0 0-.1 0 0 0 0 0 0-.1.1-.1l-.1.1c-.1.1-.1.2-.2.2v-.1-.1l.2-.2c.1-.1.2-.1.3-.2h.1c-.2.1-.3.1-.5.2H14h-.1c0-.1.1-.1.2-.2h.1c1-.8 2.3-.6 3.4-1 .1-.1.2-.1.3-.2.1-.1.3-.2.5-.3.2-.2.4-.4.5-.7v-.1c-.4.4-.8.7-1.3 1-.6.2-1.3.4-2 .4 0-.1.1-.1.1-.1 0-.1.1-.1.1-.2h.1s0-.1.1-.1h.1c-.1-.1-.3.1-.4 0 .1-.1 0-.2.1-.2h.1s0-.1.1-.1c.5-.3.9-.5 1.3-.7-.1 0-.1.1-.2 0 .1 0 0-.1.1-.1.3-.1.6-.3.9-.4-.1 0-.2.1-.3 0 .1 0 .1-.1.2-.1v-.1h0c0-.1.1 0 .2-.1h-.1c.1-.1.2-.2.4-.2 0-.1-.1 0-.1-.1h.1-.5c-.1 0 0-.1 0-.1.1-.2.2-.5.3-.7h-.1c-.3.3-.8.5-1.2.6h-.2c-.2.1-.4.1-.5 0-.1-.1-.2-.2-.3-.2-.2-.1-.5-.3-.8-.4-.7-.2-1.5-.4-2.3-.3.3-.1.7-.2 1.1-.3.5-.2 1-.3 1.5-.3h-.3c-.4 0-.9.1-1.3.2-.3.1-.6.2-.9.2-.2.1-.3.2-.5.2v-.1c.3-.4.7-.7 1.1-.8.5-.1 1.1 0 1.6.1.4 0 .8.1 1.1.2.1 0 .2.2.3.3.2.1.4 0 .5.1v-.2c.1-.1.3 0 .4 0 .2-.2-.2-.4-.3-.6v-.1c.2.2.5.4.7.6.1.1.5.2.5 0-.2-.3-.4-.6-.7-.9v-.2c-.1 0-.1 0-.1-.1-.1-.1-.1-.2-.1-.3-.1-.2 0-.4-.1-.5-.1-.2-.1-.3-.1-.5-.1-.5-.2-1-.3-1.4-.1-.6.3-1 .6-1.5.2-.4.5-.7.8-1 .1-.4.3-.7.6-1 .3-.3.6-.5.9-.6.3-.1.5-.2.8-.3l2.5-.4H25l1.8.3c.1 0 .2 0 .2.1.1.1.3.2.4.2.2.1.4.3.6.5.1.1.2.3.1.4-.1.1-.1.4-.2.4-.2.1-.4.1-.6.1-.1 0-.2 0-.4-.1.5.2.9.4 1.2.8 0 .1.2.1.3.1v.1c-.1.1-.1.1-.1.2h.1c.1-.1.1-.4.3-.3.2.1.2.3.1.4-.1.1-.2.2-.4.3v.2c.1.1.1.2.2.4s.1.5.2.7c.1.5.2.9.2 1.4 0 .2-.1.5 0 .7l.3.6c.1.2.2.3.3.5.2.3.6.6.4 1zm-15.6 5.2c-.1 0-.1.1-.1.1s.1 0 .1-.1zm5.8-1.8c-.1.1 0 0 0 0zm-6.7-.2c0 .1.1 0 .1 0 .2-.1.5 0 .6-.2-.1-.1-.2 0-.2-.1-.1 0-.2 0-.2.1-.1.1-.3.1-.3.2z'/%3E%3Cpath fill='gray' d='M27.9 6.8c.1 0 .3 0 .3.1-.1.2-.4.3-.6.5h-.1c-.1.1-.1.2-.1.2h-.3c.1.1.3.2.5.2l.1.1h.2V8c-.1.1-.2.1-.4.1.2.1.5.1.7 0 .2-.1 0-.4.1-.5-.1 0 0-.1-.1-.1.1-.1.1-.2.2-.2s.1 0 .2-.1c0-.1-.1-.1-.1-.2.2-.1.3-.3.3-.5 0-.1-.3-.1-.4-.2h-.5c-.2 0-.3.1-.5.1l-.6.3c.2-.1.4-.1.7-.2 0 .3.2.3.4.3'/%3E%3C/svg%3E"),linear-gradient(90deg,#000091,#000091 50%,#e1000f 0,#e1000f),linear-gradient(90deg,#000,#000);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 1px -2px, 0 0, 0 0;
    background-size: 80px, 80px 30px, 0;
    height: 30px;
    width: 80px;
    min-width: 80px;
}

/* Sélecteur de cabinet */
.selecteur-cabinet {
    width: 100%;
}

@media (min-width: 768px) {
    .selecteur-cabinet {
        max-width: 400px;
    }
}

/* Conditions Générales de Vente */
.conteneur-cgv {
    zoom: 1.2;
}

    .conteneur-cgv p, .conteneur-cgv ul {
        margin-bottom: 5px;
    }

/* RTE */
.e-richtexteditor.border-0 > .e-rte-container {
    border: none;
}

/* Connection Error */
#components-reconnect-modal > div {
    font-family: "Inter";
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    color: white;
    font-size: 22px;
    padding: 1rem;
    text-align: center;
    z-index: 10000;
}

    #components-reconnect-modal > div a {
        background-color: var(--bs-info);
        color: var(--bs-text);
        padding: 8px 16px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 18px;
    }

#components-reconnect-modal.components-reconnect-show .components-reconnect-show {
    display: flex;
}

#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed {
    display: flex;
}

#components-reconnect-modal.components-reconnect-rejected .components-reconnect-rejected {
    display: flex;
}
