@import '_content/com.specidev.lib.BlazorComponents/com.specidev.lib.BlazorComponents.bundle.scp.css';
@import '_content/com.specidev.lib.modals/com.specidev.lib.modals.bundle.scp.css';

/* /Composants/ArmonyVersion.razor.rz.scp.css */
.container-version[b-x80ui2ocps] {
    font-size: 1.3rem;
    font-weight: 600;
    width: 14rem;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 0.3rem;
}
/* /Composants/ContainerHeaderBody.razor.rz.scp.css */
.armony-container[b-mgl0t89t4b] {
    border: 2px solid var(--color-secondary);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
}

.armony-container-header[b-mgl0t89t4b] {
    background-color: var(--color-secondary);
    color: white;
    padding: 5px 5px 5px 10px;
}

.armony-container-body[b-mgl0t89t4b] {
    padding: 1rem;
    height:100%;
    overflow: auto;
}
/* /Composants/Documents/AddDocument.razor.rz.scp.css */
.AddDocument_InputContainer[b-t3f5rjyy7r] {
    width: 100%;
    display: grid;
    grid-template-columns: 5fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    align-items: center;
    padding-left: 2rem;
}
/* /Composants/DossierChantiers/AvancementDossierChantier.razor.rz.scp.css */
.Avancement_mainContainer[b-hywtvjjnus] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: white;
}

.Avancement_debutChantierContainer[b-hywtvjjnus]{
    display: flex;
    gap: 1rem;
}

.Avancement_debutChantier[b-hywtvjjnus] {
    width: 11rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem 0.5rem 0.5rem 0;
    color: var(--font-th-color);
    background-color: var(--color-eiffage-gris);
}

.Avancement_gradientBar[b-hywtvjjnus] {
    position: absolute;
    height: 100%;
    width: 5rem;
    background: linear-gradient(180deg, var(--color-eiffage-gris) 0%, var(--color-primary) 100%);
}

.Avancement_briqueContainer[b-hywtvjjnus] {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.Avancement_finChantier[b-hywtvjjnus] {
    width: 11rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    background-color: var(--color-primary);
    color: var(--font-th-color);
}

.Avancement_middleContainer[b-hywtvjjnus] {
    position: relative;
    width: 100%;
    height: 100%;
}
/* /Composants/DossierChantiers/ControleDossierChantier.razor.rz.scp.css */
.DossierChantier_topWindowsContainer[b-r15lna8dat] {
    display: flex;
    flex-direction: row;
    gap: 1.43rem;
    padding: 0 1rem 1rem 1rem;
    height: 24rem;
}


.DossierChantier_briquesContainer[b-r15lna8dat] {
    height: 100%;
    overflow: auto;
}
/* /Composants/DossierChantiers/EditionDossierChantier.razor.rz.scp.css */
.DossierChantier_topWindowsContainer[b-hlbmw53m2c] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 0 1rem 1rem 1rem;
    height: 37rem;
}

.DossierChantier_briquesContainer[b-hlbmw53m2c] {
    height: 100%;
    overflow: auto;
}
/* /Composants/DossierChantiers/PlanifierDossierChantier.razor.rz.scp.css */
.table[b-t8vq3v25so] {
    max-height: 80vh;
    overflow: auto;
}

.planificationContainer[b-t8vq3v25so] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    height: 74vh;
    width: 100%;
    overflow:auto;
}

.tachesContainer[b-t8vq3v25so] {
    width: 60%;
    margin: 0;
}

.intervenantContainer[b-t8vq3v25so] {
    width: 40%;
}

.imagedraganddrop[b-t8vq3v25so] {
    background-size: contain;
    background-position: center;
}

/* /Composants/DossierChantiers/SendDossierChantier.razor.rz.scp.css */
.table[b-d3aqu817hs] {
    max-height: 80vh;
    overflow: auto;
}

.mainContainer[b-d3aqu817hs] {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    max-height: 100%;
    height: 100vh;
    gap: 15px;
}

.envoiContainer[b-d3aqu817hs] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 100%;
    overflow: auto;
}

.dropContainer[b-d3aqu817hs] {
    width: 60%;
    margin: 0;
}

.intervenantContainer[b-d3aqu817hs] {
    width: 40%;
}
.imagedraganddrop[b-d3aqu817hs] {
    background-size: auto;
    background-position: bottom;
}

.SendFossierChantier_destinatairesContainer[b-d3aqu817hs] {
    height: 100%;
    border: dashed 2px var(--tr-secondary-color);
    border-radius: 10px;
    overflow: auto;
}
/* /Composants/EditionFormulaire/FormulaireSelector.razor.rz.scp.css */
.FormulairesContainer[b-6m46euebhx] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    align-items: stretch;
    gap: 1rem;
}

.FormulaireRow[b-6m46euebhx] {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1rem;
}

.RowText[b-6m46euebhx] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Composants/EditionMatrice/Alerte.razor.rz.scp.css */
.disabled-icon[b-aieojyr8yb] {
    opacity: 0.3;
    cursor: default;
}

.enabled-icon[b-aieojyr8yb] {
    cursor: pointer;
}
/* /Composants/EditionMatrice/AlerteMatrice.razor.rz.scp.css */
.disabled-icon[b-vjmxljw8lp] {
    opacity: 0.3;
    cursor: default;
}

.enabled-icon[b-vjmxljw8lp] {
    cursor: pointer;
}

.tableHeader[b-vjmxljw8lp] {
    display: grid;
    grid-template-columns: 35% 35% 20% 10%;
    width: 100%;
    justify-items: center;
    align-items: center;
}

.tableContent[b-vjmxljw8lp] {
    padding-left: 0;
    display: grid;
    gap: 0.36rem;
    grid-template-columns: 45% 27% 15% 10%;
    justify-items: center;
    align-items: center;
}
/* /Composants/EditionMatrice/BriqueFixeMatrice.razor.rz.scp.css */
.brique-item[b-sskvmss5z5] {
    width: 100%;
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 0.36rem 1.79rem;
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 45% 45% 10%;
}

.brique-info[b-sskvmss5z5] {
    white-space: nowrap;
    text-align: center;
}

.brique-name[b-sskvmss5z5] {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 15rem;
    
}

.brique-item-fixe-top[b-sskvmss5z5] {
    color: black;
    background-color: #E8E8E8;
}

.brique-item-fixe-bottom[b-sskvmss5z5] {
    color: white;
    background-color: var(--color-secondary);
}

.button-container[b-sskvmss5z5] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.enabled-icon[b-sskvmss5z5] {
    cursor: pointer;
}

.BriqueFixeMatrice_checkMark[b-sskvmss5z5] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    width: 5rem;
    min-width: 5rem;
}

.BriqueFixeMatrice_brique[b-sskvmss5z5] {
    display: flex;
    flex-direction: row;
    width: 100%;
}
/* /Composants/EditionMatrice/BriqueMatrice.razor.rz.scp.css */
.Brique[b-encfeqrm61]{
    color: white;
    border-radius: 0.5rem;
    text-align: center;
    height: 1.5rem;
    cursor: grab;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    overflow: hidden;
    width: 100%;
    gap: 1rem;
}

.BriqueText[b-encfeqrm61]{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* /Composants/EditionMatrice/InformationMatrice.razor.rz.scp.css */
.informationContainer[b-2bk1gauo98] {
    display: grid;
    width: 100%;
    height: 100%;
    justify-items: stretch;
    align-items: center;
    grid-gap: 0.36rem;
    grid-template-areas:
                       'input input'
                       'input input';
}
/* /Composants/EditionMatrice/ListeBriqueMatrice.razor.rz.scp.css */
.ListeBriqueMatrice_briquesContainer[b-z8sw1tpup1] {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    overflow: auto;
}
/* /Composants/EditionMatrice/MatriceContent.razor.rz.scp.css */
.MatriceContent_mainContainer[b-glkm4epgh7] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.MatriceContent_debutChantier[b-glkm4epgh7] {
    width: 11rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem 0.5rem 0.5rem 0;
    color: black;
    background-color: #E8E8E8;
}

.MatriceContent_gradientBar[b-glkm4epgh7] {
    position: absolute;
    height: 100%;
    width: 5rem;
    background: rgb(205,223,222);
    background: linear-gradient(180deg, #E8E8E8 0%, var(--color-secondary) 100%);
}

.MatriceContent_briqueContainer[b-glkm4epgh7] {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.MatriceContent_finChantier[b-glkm4epgh7] {
    width: 11rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    background-color: var(--color-secondary);
    color: white;
}

.MatriceContent_middleContainer[b-glkm4epgh7] {
    position: relative;
    width: 100%;
    height: 100%;
}

.brique-item[b-glkm4epgh7] {
    color: white;
    border-radius: 0 .5rem .5rem 0;
    padding: 0.36rem;
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 45% 45% 10%;
    overflow: auto;
}

.brique-info[b-glkm4epgh7] {
    white-space: nowrap;
    text-align: center;
}


.brique-item-modulable[b-glkm4epgh7] {
    background-color: #9D9D9D;
    width: 100%;
}

.brique-item-tache[b-glkm4epgh7] {
    background-color: #9D9D9D;
    width: 100%;
}

.button-container[b-glkm4epgh7] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.enabled-icon[b-glkm4epgh7] {
    cursor: pointer;
}

.briqueFix-container[b-glkm4epgh7] {
    display: flex;
    flex-direction: column;
    gap: 0.71rem;
}

.disabled[b-glkm4epgh7] {
    background-color: grey;
    cursor: progress;
    pointer-events: none;
}

.MatriceContent_checkMark[b-glkm4epgh7] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    width: 5rem;
    min-width: 5rem;
}

.MatriceContent_brique[b-glkm4epgh7] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.brique-info-name[b-glkm4epgh7] {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.brique-container-hand-name[b-glkm4epgh7]{
    display:flex;
    gap:0.5rem;
    width:100%;
}
/* /Composants/FilterSummary.razor.rz.scp.css */
.filter-summary-container[b-9i81ceq9wu] {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
    font-size: .7rem;
    width: 100%;
}

.filter-summary-reset-button[b-9i81ceq9wu] {
    font-size: 1.5rem;
    cursor: pointer;
}

.filter-summary-filters-container[b-9i81ceq9wu] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    font-size: .7rem;
    overflow: auto;
}

.filter-summary-filter[b-9i81ceq9wu] {
    display: flex;
    flex-direction: row;
    gap: .3rem;
    align-items: center;
}

.filter-summary-text[b-9i81ceq9wu] {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color-tertiary)
}
/* /Composants/Formulaires/FormulaireExportSelector.razor.rz.scp.css */
.ExportFormulaire_Label[b-qrmx2xekjw] {
    width: 24rem;
}

.ExportFormulaire_Input[b-qrmx2xekjw]{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.ExportFormulaire_mainContainer[b-qrmx2xekjw] {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.ExportFormulaire_container[b-qrmx2xekjw] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-direction: column;
}
/* /Composants/GestionMatrices/VisualisationBrique.razor.rz.scp.css */
.zone-brique[b-2tke3ux5iv]{
    border:2px solid gray;
    border-radius:4px;
    
}
.zone-brique-modulable[b-2tke3ux5iv]{
    background-color:lightgray;
    height:auto;
    margin: 1rem 0;
}

.zone-brique-fixe[b-2tke3ux5iv] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.brique-item[b-2tke3ux5iv] {
    color: white;
    border-radius: 15px;    
    padding: 5px 10px;
    
}

.brique-info[b-2tke3ux5iv] {
   
    text-align: center;
}

.brique-container[b-2tke3ux5iv] {
    overflow: auto;
    height: 100%;
    display:flex;
    flex-direction:column;
}

.imagedraganddrop[b-2tke3ux5iv] {
    background-size: contain;
    background-position: center;
}
/* /Composants/RadzenExtension/RadzenSortMimic.razor.rz.scp.css */
.radzen-sort-mimic[b-pngqv7bvk5]{
    font-family: var(--rz-icon-font-family);
    font-weight: normal;
    font-style: normal;
    font-size: var(--rz-icon-size);
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    width: var(--rz-grid-sort-icon-width);
    height: var(--rz-grid-sort-icon-height);
    font-size: var(--rz-grid-sort-icon-height);
    text-align: left;
}

.radzen-sort-mimic.rzi-sort[b-pngqv7bvk5]::before{
    content: 'sort';
}
.radzen-sort-mimic.rzi-sort-asc[b-pngqv7bvk5]::before{
    content: 'arrow_drop_up';
}
.radzen-sort-mimic.rzi-sort-desc[b-pngqv7bvk5]::before{
    content: 'arrow_drop_down';
}
/* /Composants/Window.razor.rz.scp.css */
.window-container[b-69cdu6kqdo] {
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
    border: var(--color-secondary) solid 1px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.window-content[b-69cdu6kqdo] {
    width: 100%;
    padding: 1rem;
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF88;
}

.window-options[b-69cdu6kqdo] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
/* /Pages/Alertes/EditionAlerte.razor.rz.scp.css */
.EditionAlerte_container[b-j24xi539vg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    height: 100%;
    width: 100%;
}

.EditionAlerte_window-container[b-j24xi539vg] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    overflow: auto;
    grid-gap: 1rem;
}

.EditionAlerte_window-content[b-j24xi539vg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.EditionAlerte_select-header[b-j24xi539vg] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}
/* /Pages/Briques/AjoutBrique.razor.rz.scp.css */
.main-container[b-x1jo8a3c11] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.AjoutBrique_WindowContainer[b-x1jo8a3c11] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5%;
}

.FormulaireComponent[b-x1jo8a3c11] {
    width: 100%;
    height: 3.5rem;
    display: flex;
    background-color: #E8E8E8;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-color: rgb(8, 84, 84);
    border-width: 0.07rem;
    padding: 1rem;
}


.AjoutBrique_columnContainer[b-x1jo8a3c11] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.AjoutBrique_details[b-x1jo8a3c11] {
    font-size: 0.8rem;
}

.info-message[b-x1jo8a3c11] {
    color: #ffb100;
    font-size: 1.3rem;
    font-weight: bolder;
}
/* /Pages/Briques/GestionBrique.razor.rz.scp.css */
.disabled-icon[b-jf56b419v9] {
    opacity: 0.3;
    cursor: default;
}

.enabled-icon[b-jf56b419v9] {
    cursor: pointer;
}

.GestionBriques_container[b-jf56b419v9]{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    height: 100%;
    overflow: auto;
}

.GestionBriques_tableContainer[b-jf56b419v9] {
    height: 100%;
    width: 200%;
    overflow: auto;
}

.GestionBriques_visualisationContainer[b-jf56b419v9] {
    height: 100%;
    width: 100%;
    overflow: auto;
}
/* /Pages/DossiersChantiers/DossiersChantier.razor.rz.scp.css */
.rz-chkbox[b-7gql3t6vif] {
    display: inline-block !important;
    vertical-align: middle !important;
    position: relative !important;
    width: 1rem !important;
    min-width: 1rem !important;
    height: 1rem !important;
}

.rz-multiselect-panel.rz-popup .rz-chkbox span[b-7gql3t6vif] {
    font-size: 1rem !important;
}

.dossierChantiers_container[b-7gql3t6vif] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: auto;
}

.dossierChantiers_topContainer[b-7gql3t6vif] {
    display: flex;
    flex-direction: row;
    height: 20rem;
    gap: 1rem;
    overflow: auto;
}

.dossierChantiers_kpiContainer[b-7gql3t6vif] {
    width: 55%;
}

.dossierChantiers_matricesContainer[b-7gql3t6vif] {
    width: 45%;
}

.dossierChantiers_lengendContainer[b-7gql3t6vif] {
    height: 2rem;
}

.group-dossier-chantier[b-7gql3t6vif]{
    padding: 0.5rem;box-shadow: inset 0px 0px 10px 0px #818181;
}

.group-dossier-chantier-header[b-7gql3t6vif]{
    width: 100%;
    background-color: var(--color-primary);
    color: var(--tr-primary-color);
    padding: .2rem 1rem;
    font-weight: bold;
}
/* /Pages/Formulaires/AjoutFormulaire.razor.rz.scp.css */
.Formulaire_WindowContainer[b-l5b6r1n4w3] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 3rem;
}

.FormulaireContainer[b-l5b6r1n4w3] {
    display: flex;
    height: 95%;
}

.OngletBtnContainer[b-l5b6r1n4w3] {
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 100%;
    overflow-y: auto;
    min-width: 10rem;
    gap: 1rem;
}

.OngletContainer[b-l5b6r1n4w3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-right: var(--color-primary) solid 0.07rem;
    -ms-overflow-style: none;
    overflow-y: auto;
    min-width: 10rem;
    gap: 1rem;
}

.OngletListContainer[b-l5b6r1n4w3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-right: var(--color-primary) solid 0.07rem;
    min-width: 10rem;
}

.OngletContainer[b-l5b6r1n4w3]::-webkit-scrollbar {
    display: none;
}

.SelectedChampsContainer[b-l5b6r1n4w3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding: 0 2rem;
    overflow-y: auto;
}

.ChampsContainer[b-l5b6r1n4w3] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    align-items: stretch;
    gap: 1rem;
}

.ChampsContainer > *[b-l5b6r1n4w3] {
    margin-bottom: 1.43rem;
}

.ChampButton[b-l5b6r1n4w3] {
    background-color: var(--color-primary);
}

.addOngletButton[b-l5b6r1n4w3] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.champItem[b-l5b6r1n4w3] {
    background-color: var(--color-primary);
    border-radius: 1.43rem;
    padding: 0.15rem;
    cursor: grab;
    display: flex;
    align-items: center;
}

.champItemName[b-l5b6r1n4w3] {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
    text-align: center;
    white-space: nowrap;
}

.imagedraganddrop[b-l5b6r1n4w3] {
    background-size: contain;
    background-position: center;
}

.ChampsOptions[b-l5b6r1n4w3]{
    display: flex;
    flex-direction: row;
    gap: .5rem;
}
/* /Pages/Matrices/EditionMatrice.razor.rz.scp.css */
.mainContainer[b-h42z3rxtc0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    height: 100%;
    width: 100%;
    padding: 0 2.5%;
    gap: 1rem;
}

.headerContainer[b-h42z3rxtc0] {
    height: 8rem;
    display: flex;
    width: 80%;
    justify-content: space-between;
    overflow: auto;
}

.contentContainer[b-h42z3rxtc0] {
    display: flex;
    height: 100%;
    gap: 1.43rem;
    width: 100%;
    overflow: auto;
    align-items: center;
}

.matriceContainer[b-h42z3rxtc0] {
    width: 30%;
    height: 100%;
}

.briqueContainer[b-h42z3rxtc0] {
    width: 20%;
    height: 100%;
    overflow: auto;
}

.imagedraganddrop[b-h42z3rxtc0] {
    background-size: contain;
    background-position: center;
}
/* /Pages/Matrices/GestionMatrices.razor.rz.scp.css */
.GestionMatrice_container[b-mzn0yweeaa] {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
}

.GestionMatrice_sharedMatricesContainer[b-mzn0yweeaa] {
    height: 20rem;
    overflow: auto;
}

.GestionMatrice_matricesContainer[b-mzn0yweeaa] {
    height: 100%;
    overflow: auto;
}

.GestionMatrice_emptyTable[b-mzn0yweeaa] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
/* /Pages/Parametres/GestionUser.razor.rz.scp.css */
.ContainerDroit[b-04md1k7tuv] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.InputContainer[b-04md1k7tuv] {
    width: 50rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* /Shared/DossierChantier/ChampDossierChantierFactory.razor.rz.scp.css */
.champDossierChantierFactory_title[b-2uesur4gu3] {
    font-style: italic;
    font-weight: bold;
    font-size: 0.93rem;
    padding-left: .25rem;
    text-align: left;
}

.champDossierChantierFactory_input[b-2uesur4gu3] {
    border-width: 0.07rem;
    border-color: black;
    width: 100%;
    text-align: center;
}
/* /Shared/DossierChantier/Champs/CaseCocheMultipleChamp.razor.rz.scp.css */
.caseCocheMultiple_title[b-n3xjwco5gq] {
    font-style: italic;
    font-weight: bold;
    font-size: 0.93rem;
    padding-left: .25rem;
}

.caseCocheMultiple_input[b-n3xjwco5gq] {
    border-width: 0.07rem;
    border-color: black;
    width: 100%;
    text-align: center;
}
/* /Shared/DossierChantier/Champs/CaseCocheUniqueChamp.razor.rz.scp.css */
.caseCocheUnique_title[b-5rt6veful9] {
    font-style: italic;
    font-weight: bold;
    font-size: 0.93rem;
    padding-left: .25rem;
}

.caseCocheUnique_input[b-5rt6veful9] {
    border-width: 0.07rem;
    border-color: black;
    width: 100%;
    text-align: center;
}
/* /Shared/DossierChantier/Champs/InputTextChamp.razor.rz.scp.css */
/* /Shared/DossierChantier/Champs/OuiNonChamp.razor.rz.scp.css */
.ouiNonChamp_title[b-ti2mx92gtz] {
    font-style: italic;
    font-weight: bold;
    font-size: 0.93rem;
    padding-left: .25rem;
}

.ouiNonChamp_input[b-ti2mx92gtz] {
    border-width: 0.07rem;
    border-color: black;
    width: 100%;
}
/* /Shared/DossierChantier/Champs/PhotoChamp.razor.rz.scp.css */
.photoChamp_title[b-s4oo31zbpl] {
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    padding-left: .25rem;
}

.photoChamp_imgContainer[b-s4oo31zbpl] {
    border-width: 1px;
    border-color: black;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
/* /Shared/DossierChantier/FormulaireDossierChantierView.razor.rz.scp.css */
.FormulaireDossierChantierView_mainContainer[b-ucu3teeehq] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    gap: 0.5rem;
}

.FormulaireDossierChantierView_ongletsContainer[b-ucu3teeehq] {
    width: 20%;
    height: 100%;
    border-right: 0.07rem solid;
    overflow: auto;
}

.FormulaireDossierChantierView_ongletsViewContainer[b-ucu3teeehq] {
    height: 100%;
    width: 80%;
    overflow:auto;
}
/* /Shared/DossierChantier/IntervenantsSelector.razor.rz.scp.css */
.table[b-n5vr9740zt] {
    max-height: 80vh;
    overflow: auto;
}

.mainContainer[b-n5vr9740zt] {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    max-height: 100%;
    height: 100vh;
    gap: 1.07rem;
}

.planificationContainer[b-n5vr9740zt] {
    display: flex;
    flex-direction: row;
    gap: 1.43rem;
    height: 100%;
}

.tachesContainer[b-n5vr9740zt] {
    width: 60%;
    margin: 0;
}

.intervenantContainer[b-n5vr9740zt] {
    width: 40%;
}

.tableContainer[b-n5vr9740zt] {
    height: 100%;
    gap: 0.71rem;
    max-height: 0;
    display: flex;
    flex-direction: column;
}
/* /Shared/DossierChantier/OngletDossierChantierView.razor.rz.scp.css */
.OngletDossierChantierView_champListeContainer[b-zfdk3kyjt2] {
    display: flex;
    height: 100%;
    overflow: auto;
    flex-direction: column;
    gap: 1rem;
}

.OngletDossierChantierView_controleChampContainer[b-zfdk3kyjt2] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}


.OngletDossierChantierView_champContainer[b-zfdk3kyjt2] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.OngletDossierChantierView_repriseContainer[b-zfdk3kyjt2] {
    display: flex;
    flex-direction: column;
    width: 8rem;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.OngletDossierChantierView_repriseTitle[b-zfdk3kyjt2] {
    font-style: italic;
    font-weight: bold;
    font-size: 0.93rem;
    padding-left: .25rem;
    text-align: left;
}

.OngletDossierChantierView_checkboxContainer[b-zfdk3kyjt2] {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.OngletDossierChantierView_commentaireContainer[b-zfdk3kyjt2] {
    width: 100%;
    padding: 0.2rem;
}
/* /Shared/Formulaire/Champs/ChampFactory.razor.rz.scp.css */
.ChampsValuesContainer[b-y4da7siq06] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.ChampsValues[b-y4da7siq06] {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap:1rem;
}

.ChampsValuesRequired[b-y4da7siq06] {
    width: 10%;
}

.disabled-icon[b-y4da7siq06] {
    opacity: 0.3;
    cursor: default;
}

.enabled-icon[b-y4da7siq06] {
    cursor: pointer;
}
/* /Shared/Formulaire/Onglets/Onglet.razor.rz.scp.css */
.ongletItem[b-ppw6c52xip] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.71rem;
    border-style: solid;
    border-color: var(--color-primary);
    border-width: 0.07rem 0rem 0.07rem 0.07rem;
    border-radius: 1.07rem 0 0 1.07rem;
    align-items: center;
    cursor: pointer;
    gap: .5rem;
}

.deleteOnglet[b-ppw6c52xip] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ongletNameContainer[b-ppw6c52xip] {
    width: 85%;
    color: black;
}

.ongletSelected[b-ppw6c52xip] {
    background-color: var(--color-primary);
}
/* /Shared/Kpi/KpiComponent.razor.rz.scp.css */
.kpiComponent_container[b-qgb2yxqhno] {
    display: flex;
    border: 1px solid var(--color-primary);
    height: 100%;
    width: 100%;
}
/* /Shared/Layouts/FormLayout.razor.rz.scp.css */
.page[b-5qtez8j91e] {
    height:100%;
    width:100%;
    display: flex;
    flex-direction: column;
}

main[b-5qtez8j91e] {
    flex: 1;
}

.sidebar[b-5qtez8j91e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


.colored-bar[b-5qtez8j91e] {
    height: 3.3rem;
    min-height: 3.3rem;
    max-height: 3.3rem;
    background-color: var(--color-secondary);
}

.top-row[b-5qtez8j91e] {
    background-color: #f7f7f7;
    border-bottom: 0.07rem solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5qtez8j91e]  a, .top-row[b-5qtez8j91e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-5qtez8j91e]  a:hover, .top-row[b-5qtez8j91e]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-5qtez8j91e]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5qtez8j91e] {
        display: none;
    }

    .top-row.auth[b-5qtez8j91e] {
        justify-content: space-between;
    }

    .top-row[b-5qtez8j91e]  a, .top-row[b-5qtez8j91e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .sidebar[b-5qtez8j91e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5qtez8j91e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-5qtez8j91e]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-5qtez8j91e], article[b-5qtez8j91e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-l0182xpxx5] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

main[b-l0182xpxx5] {
    flex: 1;
}

.sidebar[b-l0182xpxx5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l0182xpxx5] {
    background-color: #f7f7f7;
    border-bottom: 0.07rem solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l0182xpxx5]  a, .top-row[b-l0182xpxx5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l0182xpxx5]  a:hover, .top-row[b-l0182xpxx5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l0182xpxx5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-l0182xpxx5] {
        display: none;
    }

    .top-row.auth[b-l0182xpxx5] {
        justify-content: space-between;
    }

    .top-row[b-l0182xpxx5]  a, .top-row[b-l0182xpxx5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .sidebar[b-l0182xpxx5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l0182xpxx5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l0182xpxx5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l0182xpxx5], article[b-l0182xpxx5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Notification/Notification.razor.rz.scp.css */
.fullSize[b-fpu8ydxb5e] {
    width: 100%;
    height: 100%;
}

.iframeContainer[b-fpu8ydxb5e] {
    display: grid;
}

.stackedDiv[b-fpu8ydxb5e] {
    grid-area: 1 / 1 / 2 / 2;
}
/* /Shared/Notification/NotificationDialog.razor.rz.scp.css */
.buttonContainer[b-cmp58ih32r] {
    display: flex;
    justify-content: flex-end;
    padding: 0 1.07rem 1.07rem 1.07rem;
}
.mainContainer[b-cmp58ih32r] {
    display: flex;
    flex-direction: column;
    width: 71.43rem;
    height: 60vh;

}

.fullSize[b-cmp58ih32r] {
    width: 100%;
    height: 100%;
}
