/* /Components/Externe/PageExterneGestionProduit.razor.rz.scp.css */
.page-container[b-e3ut42097z] {
    padding: 0 2px 0 2px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.tis-menu-root img[b-e3ut42097z] {
    max-width: 15px;
}

.initial-expander[b-e3ut42097z] {
    min-height: initial;
}

.tis-expander-autres[b-e3ut42097z] {
    overflow: hidden;
}

summary[b-e3ut42097z] {
    background-color: var(--CouleurTIS);
    color: white;
    flex-shrink: 0;
}

.expander-title[b-e3ut42097z] {
    font-size: 1.3rem;
    font-weight: normal;
}

.expander-content-produit[b-e3ut42097z] {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.title-produit[b-e3ut42097z] {
    font-size: 1.2rem;
}

.tis-menu-separator[b-e3ut42097z] {
    width: 5px;
    background-color: black;
}

.margin-r-5[b-e3ut42097z] {
    margin-right: 5px;
}

.gray-police[b-e3ut42097z] {
    color: gray;
}

@media (max-width: 768px) {
    .expanders-wrapper[b-e3ut42097z] {
        overflow-y: auto;
    }

    .initial-expander[b-e3ut42097z] {
        display: none !important;
    }

    .tis-expander-autres[b-e3ut42097z] {
        overflow: initial;
    }

    .expander-content-produit[b-e3ut42097z] {
        width: initial;
    }

    .tis-expander-ressource[open][b-e3ut42097z] {
        overflow: auto;
        flex: initial;
        min-height: initial;
    }

    .expander-content-ressource[b-e3ut42097z] {
        overflow: initial;
        min-height: initial;
        height: initial;
    }

    .mobile-top-bar[b-e3ut42097z] {
        padding: 0;
    }

    .mobile-nav-arrows[b-e3ut42097z] {
        position: absolute;
        top: 4px;
        right: 5px;
    }
}
/* /Components/Pages/CalendrierSaisonComponent.razor.rz.scp.css */
@media print {
    body *[b-1hm5jwb0rr] {
        visibility: hidden;
    }

    .calendrier-container[b-1hm5jwb0rr],
    .calendrier-container *[b-1hm5jwb0rr] {
        visibility: visible;
    }

    .calendrier-container[b-1hm5jwb0rr] {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .tis-context-menu[b-1hm5jwb0rr],
    .context-menu-overlay[b-1hm5jwb0rr] {
        display: none !important;
    }
}
/* /Components/Pages/EtatDesContraintesComponent.razor.rz.scp.css */
.expander-content-produit[b-918bovn1v4] {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 5px 40px;
    justify-content: start;
    justify-items: initial;
    padding: 5px 10px;
    align-items: center;
}

.list-view[b-918bovn1v4] {
    width: 100%;
    height: 100%;
}

#div-choix-cb[b-918bovn1v4] {
    display: flex;
    gap: 5px;
    align-items: center;
    grid-row: 5;
    width: 100%;
}

@media (max-width: 768px) {
    .expander-content-produit[b-918bovn1v4] {
        display: block;
    }

    #btn-choix[b-918bovn1v4] {
        display: none;
    }

    #div-choix-cb[b-918bovn1v4] {
        display: block;
    }
}
/* /Components/Pages/EtatDesCyclesComponent.razor.rz.scp.css */
.expander-content-produit[b-shl8ush0ut] {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 5px 40px;
    justify-content: start;
    justify-items: initial;
    padding: 5px 10px;
    align-items: center;
}

.list-view[b-shl8ush0ut] {
    width: 100%;
    height: 100%;
}
/* /Components/Pages/EtatDesHeuresComponent.razor.rz.scp.css */
.btn-options-etat-heures[b-oghs2nfsud] {
    display: flex;
    gap: 5px;
    align-items: center;
    grid-row: 4;
}

@media (max-width: 768px) {
    .btn-options-etat-heures[b-oghs2nfsud] {
        display: block;
    }
}
/* /Components/Pages/EtatDesHeuresPrevisionnellesRealiseesComponent.razor.rz.scp.css */
.expander-content-produit[b-rwugr9r10b] {
    display: grid;
    gap: 5px 40px;
    justify-content: start;
    justify-items: initial;
    padding: 5px 10px;
    align-items: center;
}

.list-view[b-rwugr9r10b] {
    width: 100%;
    height: 100%;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.modal-overlay[b-e2qrvy07wn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.login-container[b-e2qrvy07wn] {
    display: flex;
    width: 720px;
    height: 520px;
    background-color: var(--CouleurFondPage);
    border-radius: 20px;
    overflow: hidden;
}

.login-sidebar[b-e2qrvy07wn] {
    width: 330px;
    background-color: var(--CouleurTIS);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.client-logo-img[b-e2qrvy07wn] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.login-content[b-e2qrvy07wn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.form-area[b-e2qrvy07wn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-group-tis[b-e2qrvy07wn] {
    margin-bottom: 20px;
    width: 100%;
}

.lbl-erreur[b-e2qrvy07wn] {
    color: red;
}

.input-group-tis label[b-e2qrvy07wn] {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.tis-combobox-login[b-e2qrvy07wn] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    min-height: 35px;
    height: 35px;
    width: 100%;
    font-family: var(--FontTIS);
    font-size: 0.9rem;
    color: white;
    background-color: var(--CouleurHighlight);
    border: 1px solid var(--CouleurBordure);
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}

    .tis-combobox-login option[b-e2qrvy07wn] {
        background-color: var(--CouleurTIS);
        color: white;
    }

    .tis-combobox-login:disabled[b-e2qrvy07wn] {
        color: var(--CouleurTextLabel);
        border-color: #555;
        background-image: none;
        cursor: not-allowed;
    }

    .tis-combobox-login[b-e2qrvy07wn]::-webkit-scrollbar {
        width: 8px;
    }

    .tis-combobox-login[b-e2qrvy07wn]::-webkit-scrollbar-track {
        background: var(--CouleurFondComposant2);
    }

    .tis-combobox-login[b-e2qrvy07wn]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

.tis-field[b-e2qrvy07wn] {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
}

.footer-area[b-e2qrvy07wn] {
    text-align: center;
    margin-top: 20px;
}

.arrow-back[b-e2qrvy07wn] {
    margin-top: -35px;
    margin-left: -35px;
}

@media (max-width: 720px) {
    .login-container[b-e2qrvy07wn] {
        flex-direction: column;
        width: 90%;
        height: auto;
        max-height: 90vh;
        overflow-y: auto;
    }

    .login-sidebar[b-e2qrvy07wn] {
        width: 100%;
        height: 180px;
    }
}
/* /Components/Pages/PreferencesUtilisateurComponent.razor.rz.scp.css */
@media (max-width: 768px) {
    .tab-bar[b-wk9tx6eqgg] {
        display: flex !important;
    }

    .tab-content[b-wk9tx6eqgg] {
        border: none;
    }
}
/* /Components/UI/AffichageEvenementAvecPhaseEtDossierParProduitComponent.razor.rz.scp.css */
.grid-arbo-evt-details[b-npwu6n8434] {
    display: grid;
    grid-template-columns: 300px auto;
    grid-template-rows: 300px
}

.arbo-evt[b-npwu6n8434] {
    background-color: white;
    border: 1px solid gray;
    overflow-x: auto;
    height: 1fr;
}

.evt-details[b-npwu6n8434] {
    overflow-x: auto;
    height: 1fr;
}

@media (max-width: 768px) {
    .grid-arbo-evt-details[b-npwu6n8434] {
        overflow: auto;
        display: grid;
        grid-template-columns: 100% 100%;
        grid-template-rows: 100%;
        scroll-snap-type: x mandatory;
    }

    .arbo-evt[b-npwu6n8434] {
        scroll-snap-align: start;
    }

    .evt-details[b-npwu6n8434] {
        scroll-snap-align: start;
    }
}
/* /Components/UI/ComponentsUI/ControlBudget.razor.rz.scp.css */
.tis-datagrid-budget[b-r1o16b6hdv] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .tis-datagrid-budget thead th[b-r1o16b6hdv] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .tis-datagrid-budget th[b-r1o16b6hdv] {
        background-color: var(--FondColonneMois);
        color: white;
        padding: 8px;
        font-weight: normal;
    }

    .tis-datagrid-budget td[b-r1o16b6hdv] {
        padding: 6px 8px;
    }

        .tis-datagrid-budget th:first-child[b-r1o16b6hdv],
        .tis-datagrid-budget td:first-child[b-r1o16b6hdv] {
            position: sticky;
            left: 0;
            z-index: 11;
        }

    .tis-datagrid-budget thead th:first-child[b-r1o16b6hdv] {
        z-index: 12;
    }

    .tis-datagrid-budget tbody td:first-child[b-r1o16b6hdv] {
        background-color: inherit;
    }

.budget-titre[b-r1o16b6hdv] {
    color: white;
    background-color: var(--CouleurTIS);
}

.budget-sous-titre[b-r1o16b6hdv] {
    color: white;
    background-color: var(--CouleurFondComposant1);
}

.budget-produit[b-r1o16b6hdv] {
    color: var(--CouleurTIS);
    background-color: #8F8F8F;
}
/* /Components/UI/ComponentsUI/RTFComponent.razor.rz.scp.css */
.rtf-container[b-g6cf0vk37v] {
    border: 1px solid var(--CouleurBordure, #ccc);
    border-radius: 5px;
    background-color: var(--CouleurBlanche, white);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rtf-toolbar[b-g6cf0vk37v] {
    background-color: var(--CouleurTIS);
    border-bottom: 1px solid var(--CouleurBordure, #ccc);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.rtf-btn[b-g6cf0vk37v] {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    min-width: 30px;
    height: 30px;
    font-family: inherit;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .rtf-btn:hover[b-g6cf0vk37v] {
        background-color: var(--CouleurHighlight, #e0e0e0);
        border-color: #bebebe;
    }

.rtf-color-picker[b-g6cf0vk37v] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    cursor: pointer;
}

    .rtf-color-picker input[type="color"][b-g6cf0vk37v] {
        width: 25px;
        height: 25px;
        padding: 0;
        border: none;
        cursor: pointer;
    }

.rtf-separator[b-g6cf0vk37v] {
    width: 1px;
    height: 24px;
    background-color: #ccc;
    margin: 0 5px;
}

.rtf-editor[b-g6cf0vk37v] {
    padding: 10px;
    outline: none;
    overflow-y: auto;
    font-family: Arial, sans-serif; /* Police par défaut */
}

    .rtf-editor:focus[b-g6cf0vk37v] {
        box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    }

.rtf-color-picker-custom[b-g6cf0vk37v] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.2s;
}

    .rtf-color-picker-custom:hover[b-g6cf0vk37v] {
        background-color: var(--CouleurHighlight, #e0e0e0);
    }

.rtf-color-icon[b-g6cf0vk37v] {
    width: 18px;
    height: 18px;
    object-fit: contain;
    pointer-events: none;
}

.rtf-color-picker-custom input[type="color"][b-g6cf0vk37v] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    padding: 0;
    border: none;
}
/* /Components/UI/ComponentsUI/TableauDeDatePourEvenement.razor.rz.scp.css */
input[b-d7yfjxu8g1] {
    outline: none !important;
    box-shadow: none !important;
}
/* /Components/UI/ComponentsUI/TableauDeDatePourModeleDePhaseComponent.razor.rz.scp.css */
.grille-semaine-cell-label[b-bd03jdslb2] {
    font-size: 14px;
    justify-content: center;
}
/* /Components/UI/Modales/GestionDocument.razor.rz.scp.css */
.arbo-document[b-u9ruytgecq] {
    width: 30%;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.tab-document-content[b-u9ruytgecq] {
    width: 70%;
    display: block;
}

@media (max-width: 768px) {
    .arbo-document[b-u9ruytgecq] {
        width: 100%;
        border: none;
        padding: 5px;
    }

    .tab-document-content[b-u9ruytgecq] {
        display: none;
    }
}
/* /Components/UI/Modales/PageListeDemandeAbsence.razor.rz.scp.css */
.carre[b-0coy9obodj] {
    width: 15px;
    height: 15px;
}
