@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* _content/WebComponents/Composants/Buttons/Button.razor.rz.scp.css */
/*style général avec bordures arrondies*/
.mudbuttonsimple[b-g07r0gjdcc] .mud-button {
    border-radius: 25px;
    font-weight: 600;
    padding: 0 15px;
    border: 2px solid var(--mud-palette-primary)
}

/*bouton taille normal*/
.mudbuttonsimple.fs-16[b-g07r0gjdcc] .mud-button {
    font-size: 16px;
    height: 54px;
}

/*bouton taille petite*/
.mudbuttonsimple.fs-10[b-g07r0gjdcc] .mud-button {
    font-size: 10px;
    height: 40px;
}



/*gère les couleurs du bouton avec fond blanc*/
.mudbuttonsimple[b-g07r0gjdcc] .mud-button.btn-white {
    background-color: var(--mud-palette-background);
    color: var(--mud-palette-secondary);
    border-color: var(--mud-palette-secondary);
}

    .mudbuttonsimple[b-g07r0gjdcc] .mud-button.btn-white:hover, .mudbuttonsimple[b-g07r0gjdcc] .mud-button.btn-white:focus-visible {
        background-color: var(--mud-palette-background-gray);
    }

/*gère la couleur grise quand le bouton est disabled*/
.mudbuttonsimple[b-g07r0gjdcc] .mud-button-filled:disabled {
    border: 2px solid rgba(0,0,0,0);
}

/*espace les boutons dans le footer d'une modale*/
.modal > .container > .cta-group > .mudbuttonsimple[b-g07r0gjdcc] {
    margin: 0 10px;
}

.form-options .mudbuttonsimple[b-g07r0gjdcc] {
    padding-left: 15px;
    padding-right: 15px;
    pointer-events: auto;
}
/* _content/WebComponents/Composants/Buttons/ButtonCircle.razor.rz.scp.css */
/*style général avec bordures arrondies*/
.mudbuttonsimple[b-nghlu3xmcs] .mud-button {
    border-radius: 50%;
    font-weight: 600;
    padding: 0 15px;
    border: 2px solid var(--mud-palette-primary);
    min-width: 48px;
    width: 48px;
    height: 48px;
}

/*gère la couleur grise quand le bouton est disabled*/
.mudbuttonsimple[b-nghlu3xmcs] .mud-button-filled:disabled {
    border: 2px solid rgba(0,0,0,0);
}
/* _content/WebComponents/Composants/Buttons/ButtonExpand.razor.rz.scp.css */
.btn-cta[b-r8e9lnrxi2] {
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(0,0,0,0);
    color: var(--mud-palette-primary);
    border-color: var(--mud-palette-primary);
    justify-content: end;
}

.btn-cta .loadingContainer[b-r8e9lnrxi2] {
    margin-left: 4px;
    display: flex;
}

    .btn-cta .loadingContainer[b-r8e9lnrxi2] .mud-progress-circular {
        width: auto;
    }

    .btn-cta .loadingContainer[b-r8e9lnrxi2] .mud-progress-circular-svg {
        width: 46px;
        height: 24px;
    }

.btn-cta.disabled[b-r8e9lnrxi2] {
    pointer-events: none;
    color: #ADADAD;
    border-color: #ADADAD;
}

    .btn-cta.disabled[b-r8e9lnrxi2] * {
        /*            fill: #ADADAD;*/
    }
/* _content/WebComponents/Composants/InputFields/Selection/File/FileField.razor.rz.scp.css */
.parent[b-eiif00qjya] {
    display: inline-block;
    position: relative;
    overflow: hidden;
    min-width: fit-content;
}

    .parent[b-eiif00qjya] input[type=file] {
        left: 0;
        top: 0;
        opacity: 0;
        position: absolute;
        font-size: 1px;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.d-flex[b-eiif00qjya] {
    align-items: center;
}

.inputWrapper.disabled[b-eiif00qjya] {
    pointer-events: none;
}

span.filename[b-eiif00qjya] {
    line-break: anywhere;
}
/* _content/WebComponents/Composants/InputFields/Text/PasswordField.razor.rz.scp.css */
.field input[type=text]:placeholder-shown + label.inputlabel[b-xkpaih6gv8] {
    transform: translateY(20px);
}

.field input[type=text]:focus + label.inputlabel[b-xkpaih6gv8] {
    transform: translateY(0px);
}

.field input[type=text]:not(:placeholder-shown) + label.inputlabel[b-xkpaih6gv8] {
    transform: translateY(0px);
}


.field input[type=text]:-webkit-autofill + label.inputlabel[b-xkpaih6gv8] {
    transform: translateY(0px);
}


.field input[type=text]:autofill + label.inputlabel[b-xkpaih6gv8] {
    transform: translateY(0px);
}
/* _content/WebComponents/Composants/Misc/AccesRapide/AccesRapide.razor.rz.scp.css */
.modal .link-list a:hover[b-1x1g20vxjb] {
    color: var(--mud-palette-primary);
}

.modal .link-list[b-1x1g20vxjb] a {
    padding: 5px 0 5px 10px;
    transition: 0.2s;
    color: #787878;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.modal .link-list[b-1x1g20vxjb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
}

[b-1x1g20vxjb] .modal > .container.cta-group-container {
    padding-bottom: 50px;
}

@media (max-width: 959px) {
    .cta-side[b-1x1g20vxjb] {
        bottom: 80px;
    }
}
/* _content/WebComponents/Composants/Misc/DashedTitle/DashedTitle.razor.rz.scp.css */
.bg-label[b-ua6gv8svyk] {
    background-color: var(--mud-palette-background-gray);
}

.modal .bg-label[b-ua6gv8svyk], .accordeon-component .bg-label[b-ua6gv8svyk] {
    background-color: var(--mud-palette-surface);
}
/* _content/WebComponents/Composants/Misc/DashedTitle/DashedTitleWithToggle.razor.rz.scp.css */
.title-container[b-9ervwv4azp] {
    display: flex;
    justify-content: space-between;
}

.bg-label[b-9ervwv4azp] {
    background-color: var(--mud-palette-background-gray);
}

.modal .bg-label[b-9ervwv4azp] {
    background-color: var(--mud-palette-background);
}
/* _content/WebComponents/Composants/Misc/Modals/Modal.razor.rz.scp.css */
.modal[b-cdvn2oj5a0] {
    margin: 0;
}

.modal > .container .content.overflow-hidden[b-cdvn2oj5a0] {
    overflow: hidden;
}

[b-cdvn2oj5a0] .justify-content-center {
    justify-content: center;
}

[b-cdvn2oj5a0] .justify-content-around {
    justify-content: space-around;
}

[b-cdvn2oj5a0] .justify-content-between {
    justify-content: space-between;
}

/*dimensions arbitraires, à retravailler*/
.modal-sm[b-cdvn2oj5a0] {
    height: 450px;
    width: 600px;
}

.modal-md[b-cdvn2oj5a0] {
    height: 600px;
    width: 800px;
}

.modal-lg[b-cdvn2oj5a0] {
    height: 800px;
    width: 1200px;
}

.modal-xl[b-cdvn2oj5a0] {
    width: 100vw;
    height: 100vh;
}
/* _content/WebComponents/Composants/Specific/AssociationMembre/AssociationDropDown.razor.rz.scp.css */
.dropdownAssociation[b-grbj8jvc7i] {
    display: flex;
    position: absolute;
    top: 25px;
    left: 0px;
}

@media screen and (min-width: 768px) {
    .minWidthAssociation[b-grbj8jvc7i] {
        min-width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .dropdownAssociation[b-grbj8jvc7i] {
        display: none;
    }
}


/* _content/WebComponents/Composants/Specific/AssociationMembre/MembreDropDown.razor.rz.scp.css */
.dropdownMembre[b-n3yrq8g9dm] {
    display: flex;
    position: absolute;
    top: 25px;
    left: 0px;
}


@media screen and (min-width: 768px) {
    .minWidthMembre[b-n3yrq8g9dm] {
        min-width: 200px;
    }
}


@media screen and (max-width: 768px) {
    .dropdownMembre[b-n3yrq8g9dm] {
        display: none;
    }
}
/* _content/WebComponents/Composants/Specific/Clients/Search/ClientSearch.razor.rz.scp.css */
body[b-3x4ykhm4z6] {
}

.search[b-3x4ykhm4z6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.bottomSearch[b-3x4ykhm4z6] {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 60px;
    padding: 0 100px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: var(--mud-palette-primary);
    z-index: 5;
    margin: 0;
}

    .bottomSearch[b-3x4ykhm4z6] .mud-input.mud-input-outlined .mud-input-slot.mud-input-root.mud-input-root-outlined.mud-input-root-margin-dense {
        background-color: var(--mud-palette-background);
        border-radius: var(--mud-default-borderradius);
    }

    .bottomSearch[b-3x4ykhm4z6] .mud-icon-button:disabled, .bottomSearch[b-3x4ykhm4z6] .mud-button-root:disabled {
        color: #787878 !important;
    }
/* _content/WebComponents/Composants/Specific/Clients/SelectionClients.razor.rz.scp.css */
.checkbox-window .container[b-mujlpvhhoc] {
    position: relative;
}

.checkbox-window .container label[b-mujlpvhhoc] {
    position: absolute;
    top: -18px;
    left: 20px;
    padding: 10px;
    z-index: 1;
}


.checkbox-window .container .wrap[b-mujlpvhhoc] {
    height: 400px;
    width: 100%;
    border: none;
    box-shadow: inset 0 0 0 1px var(--mud-palette-primary);
    -webkit-box-shadow: inset 0 0 0 1px var(--mud-palette-primary);
    padding: 20px;
    overflow: auto;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
}
/* _content/WebComponents/Composants/Specific/MSSante/MSSanteHeader.razor.rz.scp.css */
.bar-sub-menu .container[b-uq2txkjisv] {
    justify-content: space-between;
}

.bar-sub-menu .container .nav[b-uq2txkjisv] {
    display: flex;
    align-items: center;
    height: 100%;
}

.bar-sub-menu .container .icons-group[b-uq2txkjisv] {
    display: flex;
    align-items: center;
    height: 100%;
}

.bar-sub-menu .container .icons-group .icon[b-uq2txkjisv] {
    cursor: pointer
}

header .bar-sub-menu .label[b-uq2txkjisv] {
    background: var(--mud-palette-secondary);
}

header .bar-sub-menu .sub-menu[b-uq2txkjisv] {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), var(--mud-palette-secondary);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), var(--mud-palette-secondary);
}

header .bar-sub-menu .sub-menu .grid .wrap a:hover[b-uq2txkjisv] {
    color: var(--mud-palette-primary);
}

header .bar-menu .container .account .label[b-uq2txkjisv] {
    background-color: var(--mud-palette-tertiary);
}
/* _content/WebComponents/Composants/Specific/Planning/ContextualMenuPlanning.razor.rz.scp.css */
ul[b-39im09q9on] {
    list-style: none;
}

.context-menu[b-39im09q9on] {
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.context-menu span[b-39im09q9on] {
    cursor: pointer;
}

.menu[b-39im09q9on] {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(64 64 64 / 5%);
    padding: 10px 0;
}

.menu > li > span[b-39im09q9on] {
    font: inherit;
    border: 0;
    padding: 10px 30px 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: unset;
    color: #000;
    font-weight: 500;
    transition: 0.25s linear;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
}

.menu > li > span:hover[b-39im09q9on] {
    background: #f1f3f7;
    color: var(--mud-palette-primary);
}

.menu > li > span > i[b-39im09q9on] {
    padding-right: 10px;
}

.menu > li.trash > span:hover[b-39im09q9on] {
    color: red;
}
/* _content/WebComponents/Composants/Specific/Planning/PlanningContractIndicators.razor.rz.scp.css */
.indicators[b-qmtuyvnt1h] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
/* _content/WebComponents/Composants/Specific/Planning/PlanningEvent.razor.rz.scp.css */
.event[b-6mqpdoygb8] {
    height: 100%;
    padding: 2px 5px;
    overflow: hidden;
    box-shadow: 8px 8px 10px -6px #000;
    margin-right: 3px;
}

.empty-event[b-6mqpdoygb8] {
    height: 100%;
    border: solid 2px #999999;
    background-color: #999999;
    opacity: 0.5;
}

/*::deep div:has(> .event.sticky-top) {
    box-shadow: 8px 8px 10px -6px #000;
    background-color: red;
}*/

.event-prevenance[b-6mqpdoygb8] {
    color: red !important;
}

.event-name[b-6mqpdoygb8] {
    font-weight: bold;
    font-size: 12px;
}

.event-title[b-6mqpdoygb8] {
    color: black;
}

.event-date[b-6mqpdoygb8] {
    color: black;
}

.event-row[b-6mqpdoygb8] {
    display: flex;
    justify-content: space-between;
}

.event-left-images[b-6mqpdoygb8] {
    display: flex;
    flex-wrap: wrap;
}

.event-right-images[b-6mqpdoygb8] {
    display: flex;
    justify-content: flex-end;
}

.event-right-images > span[b-6mqpdoygb8] {
    background: black;
    width: 15px;
    line-height: 15px;
    height: 15px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.event-image-top-right[b-6mqpdoygb8] {
    width: 15px;
    line-height: 15px;
    height: 15px;
    color: black;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.event-image[b-6mqpdoygb8] {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-left: 2px;
}

.event-frequence[b-6mqpdoygb8] {
    font-size: 10px;
    color: black;
    text-align: center;
    font-weight: bold;
    width: 16px;
    position: absolute;
}

.horloge-container[b-6mqpdoygb8] {
    display: flex;
    position: absolute;
    right: 5px;
}

.red-border[b-6mqpdoygb8] {
    border: 3px solid #E0475B;
}

.ghost[b-6mqpdoygb8] {
    filter: opacity(0.5);
    background: grey;
}

.mbsc-schedule-event-active > div > .event[b-6mqpdoygb8] {
    outline: 2px solid black;
}

.dashed-border[b-6mqpdoygb8] {
    border: 2px dashed black;
    padding: 0px 3px;
}

.sticky-top[b-6mqpdoygb8] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.stripe-background[b-6mqpdoygb8] {
    background-image: repeating-linear-gradient( 45deg, transparent, transparent 4px, white 4px, white 6px );
}

.heures-mortes-background[b-6mqpdoygb8] {
    background-image: linear-gradient(rgba(255, 0, 0, .3) .1em, transparent .1em), linear-gradient(90deg, rgba(255, 0, 0, .3) .1em, transparent .1em);
    background-size: 0.75em 0.75em;
}
/* _content/WebComponents/Composants/Specific/Planning/PlanningEventTooltip.razor.rz.scp.css */
div[b-1dynyp9fwt] {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

button[b-1dynyp9fwt] {
    cursor: pointer;
}

.tooltip .mbsc-popup-content[b-1dynyp9fwt] {
    padding: 0;
}

.tooltip[b-1dynyp9fwt] {
    font-size: 14px;
}

.tooltip-header[b-1dynyp9fwt] {
    padding: 12px 16px;
    color: #000000;
    display: flex;
    justify-content: space-between;
}

.tooltip-content[b-1dynyp9fwt] {
    font-size: 14px;
    margin: 4px;
}

.tooltip-tab-row[b-1dynyp9fwt] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tooltip-tab[b-1dynyp9fwt] {
    cursor: pointer;
    padding: 2px 5px;
    background: #F5F5F5;
}

.tooltip-tab:hover:not(.tooltip-tab-selected)[b-1dynyp9fwt] {
    background: #CCCCCC;
}

.tooltip-tab-selected[b-1dynyp9fwt] {
    background: #777777;
    color: white;
}

.tooltip-row[b-1dynyp9fwt] {
    width: 100%;
    display: flex;
    margin-bottom: 4px;
}

.tooltip-row > *:not(:first-child)[b-1dynyp9fwt] {
    margin-left: 4px;
}

.tooltip-row-item[b-1dynyp9fwt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 5px;
    background: #F5F5F5;
    border-radius: 10px;
}

.tooltip-except-top-left-border-radius[b-1dynyp9fwt] {
    border-top-left-radius: 0px;
}

.tooltip-row-item > *[b-1dynyp9fwt] {
    padding-bottom: 7px;
    line-height: 16px;
}

.tooltip-button-wrapper[b-1dynyp9fwt] {
    display: flex;
}

.tooltip-button-wrapper > *:not(:first-child)[b-1dynyp9fwt] {
    padding-left: 20px;
}
/* _content/WebComponents/Composants/Specific/Planning/PlanningHeaderElementTooltip.razor.rz.scp.css */
.header-day-tooltip[b-b08lxkrr3x] {
    display: block;
    font-family: 'Montserrat', sans-serif;
}
/* _content/WebComponents/Composants/Specific/Salarie/Search/SalarieSearch.razor.rz.scp.css */
body[b-rb1z9ihpo1] {
}

.search[b-rb1z9ihpo1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.bottomSearch[b-rb1z9ihpo1] {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 60px;
    padding: 0 100px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: var(--mud-palette-primary);
    z-index: 5;
    margin: 0;
}

    .bottomSearch[b-rb1z9ihpo1] .mud-input.mud-input-outlined .mud-input-slot.mud-input-root.mud-input-root-outlined.mud-input-root-margin-dense {
        background-color: var(--mud-palette-background);
        border-radius: var(--mud-default-borderradius);
    }

    .bottomSearch[b-rb1z9ihpo1] .mud-icon-button:disabled, .bottomSearch[b-rb1z9ihpo1] .mud-button-root:disabled {
        color: #787878 !important;
    }
/* _content/WebComponents/Composants/Specific/Suivi/Modal/ModalDupliquerSuivi.razor.rz.scp.css */
.align-base[b-ms2tmwbci0] {
    align-items: baseline;
}
/* _content/WebComponents/Composants/Svg/Loading.razor.rz.scp.css */
#svg-spinner[b-mpwk46hneq] {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1.2s;
    -webkit-animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-transition-property: -moz-transform;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    transition-property: transform;
    animation-name: rotate-b-mpwk46hneq;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate-b-mpwk46hneq {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* spinner positioning */

#svg-spinner[b-mpwk46hneq] {
    left: 75%;
}
/* _content/WebComponents/Composants/Utils/BloqueZone.razor.rz.scp.css */
.bloque-zone[b-2ceqok6a1g] {
    opacity: 0.4;
    pointer-events: none;
    user-select: none
}

.bloque-zone .bloque-zone[b-2ceqok6a1g] {
    opacity: 1
}
/* _content/WebComponents/Composants/Utils/LoadingData.razor.rz.scp.css */
.filter[b-r7x7mtp1wj] {
    position: relative;
    pointer-events: none;
    user-select: none;
}

.modal .filter[b-r7x7mtp1wj] {
    opacity: 1;
    background-color: var(--mud-palette-background);
}
/* _content/WebComponents/Composants/Utils/Pastille.razor.rz.scp.css */
.pastille[b-02c3jbyxz5] {
    border-radius: 50px;
    border: 2px solid var(--mud-palette-primary);
    width: 24px;
    height: 24px;
}

/*sans spécifier de css, les couleurs des pastilles existent aussi dans mudblazor*/
/*https://mudblazor.com/features/colors#material-colors-list-of-material-colors*/

/*    .pastille .blue {
        background: #0013c2;
    }

    .pastille .green {
        background: #03c200;
    }

    .pastille .yellow {
        background: #ffff00;
    }

    .pastille .red {
        background: #ff0000;
    }

    .pastille .orange {
        background: #ff7b00;
    }

    .pastille .purple {
        background: #db09ca;
    }

    .pastille .grey {
        background: #D7D3D3;
    }*/
/* _content/WebComponents/Pages/Documents/ModalAjoutDocument.razor.rz.scp.css */
.flex-align-base[b-64o47fdlfw] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
/* _content/WebComponents/Pages/Planning/Impression/PlanningImpression.razor.rz.scp.css */
.tab-search[b-2to8h7ftk0] {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

.tab-select[b-2to8h7ftk0] {
    overflow: hidden;
    max-height: 500px;
}
/* _content/WebComponents/Pages/Planning/Maps/PlanningMaps.razor.rz.scp.css */
[b-rdhhrj5ydd] .c-tertiary {
    color: #662483;
}

[b-rdhhrj5ydd] .c-secondary {
    color: var(--mud-palette-secondary);
}

[b-rdhhrj5ydd] .label.d-flex.column.justify-center.mb-25 {
    margin-bottom: 0px !important;
}

[b-rdhhrj5ydd] .list-address::-webkit-scrollbar-thumb {
    background: var(--mud-palette-primary);
}

[b-rdhhrj5ydd] .list-address::-webkit-scrollbar-track {
    background: #E8E8E8;
}

[b-rdhhrj5ydd] .small-switch > * {
    font-size: 0.8125rem !important
}
/* _content/WebComponents/Pages/Planning/MultiPlanning/MultiPlanning.razor.rz.scp.css */
[b-8ql6anza6t] .hidden {
    display: none;
}

[b-8ql6anza6t] .mbsc-calendar-wrapper-fixed {
    border: none;
}

[b-8ql6anza6t] .mbsc-calendar-header {
    display: none;
}

.fullscreen-right[b-8ql6anza6t] {
    display: block;
    margin-left: auto;
}
/* _content/WebComponents/Pages/Planning/Planning.razor.rz.scp.css */
[b-wkhkaalphw] .header-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

[b-wkhkaalphw] .radios-menu {
    display: flex;
}

[b-wkhkaalphw] .period-selector {
    display: flex;
    align-items: center;
}

[b-wkhkaalphw] .hidden {
    display: none;
}

[b-wkhkaalphw] .mbsc-calendar-wrapper-fixed {
    border: none;
}

[b-wkhkaalphw] .mbsc-calendar-header {
    display: none;
}
/* _content/WebComponents/Pages/Planning/PlgModal/PlgModalEvenement.razor.rz.scp.css */
[b-8ct0a5hq1h] .child-color-error * {
    color: red !important;
}

[b-8ct0a5hq1h] .z-11 {
    z-index: 11;
}
/* _content/WebComponents/Pages/Planning/PlgModal/PlgModalSemaineTypeDetail.razor.rz.scp.css */
[b-96nbxgdqii] .hidden {
    display: none;
}

[b-96nbxgdqii] .mbsc-calendar-wrapper-fixed {
    border: none;
}

[b-96nbxgdqii] .mbsc-calendar-header {
    display: none;
}

.fullscreen-right[b-96nbxgdqii] {
    display: block;
    margin-left: auto;
}
/* _content/WebComponents/Pages/Planning/PlgModal/PlgModalTrajet.razor.rz.scp.css */
body[b-e93y55ku1r] {
}
/* _content/WebComponents/Pages/RH/Salaries/SalarieActivites.razor.rz.scp.css */
.activites[b-sa6ovo3fa3] .text-red {
    color: red;
}

.activites[b-sa6ovo3fa3] .text-green {
    color: green;
}

.activites[b-sa6ovo3fa3] .text-blue {
    color: blue;
}

.activites[b-sa6ovo3fa3] .bold .mud-typography {
    font-weight: bold;
}

.activites[b-sa6ovo3fa3] .italic .mud-typography {
    font-style: italic;
}
/* _content/WebComponents/Pages/RH/Salaries/SelectionSalaries.razor.rz.scp.css */
.checkbox-window .container[b-wzgp5w2flu] {
    position: relative;
}

.checkbox-window .container label[b-wzgp5w2flu] {
    position: absolute;
    top: -18px;
    left: 20px;
    padding: 10px;
    z-index: 1;
}


.checkbox-window .container .wrap[b-wzgp5w2flu] {
    height: 400px;
    width: 100%;
    border: none;
    box-shadow: inset 0 0 0 1px var(--mud-palette-primary);
    -webkit-box-shadow: inset 0 0 0 1px var(--mud-palette-primary);
    padding: 20px;
    overflow: auto;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
}

.checkbox-window-sm .container .wrap[b-wzgp5w2flu] {
    height: 300px;
}
/* _content/WebComponents/Pages/Secteur/Beneficiaire/EvaluationBeneficiaire/Equipement/DataTableEquipements.razor.rz.scp.css */
table[b-7jlzpg2327] {
    border-spacing: 0;
}

.modal .double-entry table thead tr[b-7jlzpg2327] {
    background-color: var(--mud-palette-background);
}

.double-entry[b-7jlzpg2327]::-webkit-scrollbar-thumb:hover {
    background: #787878;
    background-clip: padding-box;
}
/* _content/WebComponents/Pages/Secteur/Beneficiaire/EvaluationBeneficiaire/Equipement/TrEquipement.razor.rz.scp.css */
td[b-37gv4fn1gc] input[type=radio].mud-radio-input {
    display: none;
}

td[b-37gv4fn1gc] input[type=checkbox].mud-checkbox-input {
    display: none;
}

.double-entry table tbody tr.tr-equipement td[b-37gv4fn1gc] {
    padding: 0;
}
/* _content/WebComponents/Pages/Secteur/Beneficiaire/FichesMission/ModalIntervention.razor.rz.scp.css */
.grid.gap-50 > *[b-ao24ez0ehn] {
    margin-left: 25px;
    margin-right: 25px;
}
/* _content/WebComponents/Pages/Secteur/Beneficiaire/GestionBeneficiaire/ClientActivitesTableList.razor.rz.scp.css */
body[b-uzm848yk06] {
}

.activityList[b-uzm848yk06] {
    height: 30px;
    text-align: left;
}

[b-uzm848yk06] .EtatCivilGreen * {
    color: green;
}

[b-uzm848yk06] .EtatCivilBlue * {
    color: blue;
}

[b-uzm848yk06] .EtatCivilRed * {
    color: red;
}

[b-uzm848yk06] .EtatCivilOrange * {
    color: orange;
}

[b-uzm848yk06] .EtatCivilBold * {
    font-weight: bold;
}

[b-uzm848yk06] .EtatCivilItalic * {
    font-style: italic;
}

/* _content/WebComponents/Pages/Secteur/Beneficiaire/GestionBeneficiaire/EtatCivil.razor.rz.scp.css */
body[b-k026zsltme] {
}
/* _content/WebComponents/Pages/Secteur/Beneficiaire/GrilleAGGIR/DataTableGrilleAGGIR.razor.rz.scp.css */
table[b-ty33wkgavb] {
    border-spacing: 0;
}

.modal .double-entry table thead tr[b-ty33wkgavb] {
    background-color: var(--mud-palette-background);
}

.double-entry[b-ty33wkgavb]::-webkit-scrollbar-thumb:hover {
    background: #787878;
    background-clip: padding-box;
}
/* _content/WebComponents/Pages/Secteur/Beneficiaire/GrilleAGGIR/TheadGrilleAGGIR.razor.rz.scp.css */
th.sm[b-pnk1s0ulsw] {
    font-size: small;
}

th.no-rotation[b-pnk1s0ulsw] {
    transform: rotate(0deg) translate(10px, 10px);
    pointer-events: auto;
}

th div.letter[b-pnk1s0ulsw] {
    font-size: medium;
    font-weight: bolder;
    padding: 18px;
}

th div.letter.text-red[b-pnk1s0ulsw] {
    color: red;
}
/* _content/WebComponents/Pages/Secteur/Beneficiaire/GrilleAGGIR/TRGrilleAGGIR.razor.rz.scp.css */
td[b-4sz7mry082] input[type=radio].mud-radio-input {
    display: none;
}

td[b-4sz7mry082] input[type=checkbox].mud-checkbox-input {
    display: none;
}

.double-entry table tbody tr.tr-aggir td[b-4sz7mry082] {
    padding: 0;
}
/* _content/WebComponents/Pages/Secteur/Beneficiaire/Suivis/SelectionBeneficiaires.razor.rz.scp.css */
.checkbox-window .container[b-yeyd26cd5t] {
    position: relative;
}

.checkbox-window .container label[b-yeyd26cd5t] {
    position: absolute;
    top: -18px;
    left: 20px;
    padding: 10px;
    z-index: 1;
}


.checkbox-window .container .wrap[b-yeyd26cd5t] {
    height: 400px;
    width: 100%;
    border: none;
    box-shadow: inset 0 0 0 1px var(--mud-palette-primary);
    -webkit-box-shadow: inset 0 0 0 1px var(--mud-palette-primary);
    padding: 20px;
    overflow: auto;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
}
/* _content/WebComponents/Pages/Secteur/PrisesEnCharge/Organismes/AddOrganismeTabPages/AddOrganismeParametragePEC.razor.rz.scp.css */
[b-k2t5yh29ac] .custom-label-color-1 span {
    color: #D2691E;
}

[b-k2t5yh29ac] .custom-label-color-2 span {
    color: #0000CD;
}

[b-k2t5yh29ac] .custom-label-color-3 span {
    color: #008B8B;
}
/* _content/WebComponents/Pages/SSIAD/DossierSoins/Onglets/Evaluations/ModalAjoutEvaluation/ModalOngletEvaluation.razor.rz.scp.css */
[b-gd9pp6h7ny] .field.textarea {
    padding-top: 40px;
}
/* _content/WebComponents/Pages/SSIAD/DossierSoins/Onglets/Evaluations/ModalAjoutEvaluation/ModalOngletProjet.razor.rz.scp.css */
[b-1x8u7arylk] .field.textarea {
    padding-top: 40px;
}
/* _content/WebComponents/Pages/SSIAD/DossierSoins/Onglets/SuiviConstantes/SpDossierSoinsSuiviConstantes.razor.rz.scp.css */
/*General*/
.cursor-pointer:hover[b-aft4nft92g] {
    cursor: pointer;
}

.d-none[b-aft4nft92g] {
    display: none;
}

.d-inline-block[b-aft4nft92g] {
    display: inline-block;
}

.d-block[b-aft4nft92g] {
    display: block;
}

/*Table*/
table.table[b-aft4nft92g] {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-spacing: 0;
}

/*Tr*/
tbody tr.default:nth-child(odd)[b-aft4nft92g] {
    background-color: #F1F1F1;
}

tbody tr.default:nth-child(even)[b-aft4nft92g] {
    background-color: #F5F5F5;
}

table.table tbody td.default:hover[b-aft4nft92g] {
    background-color: #EAEAEA;
}

table.table tbody td.default:focus[b-aft4nft92g] {
    background-color: #DEDBE7;
}

table.table tbody td.selected[b-aft4nft92g] {
    background-color: #DEDBE7;
}

/*Th*/
table.table thead th.th[b-aft4nft92g] {
    padding: 0 20px;
    border-bottom: none;
    height: 50px;
    white-space: nowrap;
}

table.table thead .d-flex[b-aft4nft92g] {
    display: flex;
}

table.table thead justify-content-between[b-aft4nft92g] {
    justify-content: space-between;
}

/*Td*/
table.table tbody td[b-aft4nft92g] {
    padding: 0 20px;
    height: 40px;
    text-align: center;
    white-space: nowrap;
}

table.table tbody .align-left[b-aft4nft92g] {
    text-align: left;
}

tbody tr.child td[b-aft4nft92g] {
    background-color: var(--mud-palette-background);
    border-bottom: 1px solid #efefef;
}

tbody tr.child:last-child td[b-aft4nft92g] {
    border-bottom: none;
}

td.bordered-top[b-aft4nft92g] {
    border-top: 1px solid rgba(0,0,0,0.15);
}

td.max-400[b-aft4nft92g] {
    max-width: 400px;
}

td.max-125[b-aft4nft92g] {
    max-width: 125px;
}

td.ellipsis[b-aft4nft92g] {
    overflow: hidden;
    text-overflow: ellipsis;
}

td.small[b-aft4nft92g] {
    width: 80px;
}

td.bg-red[b-aft4nft92g] {
    background-color: #E2441D;
}

td.bg-white[b-aft4nft92g] {
    background-color: var(--mud-palette-background);
}

td.bg-orange[b-aft4nft92g] {
    background-color: #FDAB3D;
}

td.bg-green[b-aft4nft92g] {
    background-color: #00C875;
}


/*Buttons*/
.btn-expand[b-aft4nft92g] {
    background-color: var(--mud-palette-primary);
    color: white;
    border: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

/*Bottom Bar*/
div.bottom-bar[b-aft4nft92g] {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 40px;
    background-color: #F1F1F1;
    border-bottom: 1px solid rgba(0,0,0,0.30);
}

div.bottom-bar-group[b-aft4nft92g] {
    display: flex;
    align-items: center;
}

div.pagination a.disabled[b-aft4nft92g] {
    pointer-events: none;
}


/*Media Query*/
@media (max-width: 1400px) {
    .xxl-only[b-aft4nft92g] {
        display: table-row !important;
    }
}

@media (max-width: 992px) {
    .lg-only[b-aft4nft92g] {
        display: table-row !important;
    }
}

@media (max-width: 768px) {
    .md-only[b-aft4nft92g] {
        display: table-row !important;
    }
}
/* _content/WebComponents/Pages/SSIAD/DossierSoins/Onglets/SuiviConstantes/TdTableauSuiviConstante.razor.rz.scp.css */
/*General*/
.cursor-pointer:hover[b-fgzvr5n555] {
    cursor: pointer;
}

.d-none[b-fgzvr5n555] {
    display: none;
}

.d-inline-block[b-fgzvr5n555] {
    display: inline-block;
}

.d-block[b-fgzvr5n555] {
    display: block;
}

/*Table*/
table.table[b-fgzvr5n555] {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-spacing: 0;
}

/*Tr*/
tbody tr.default:nth-child(odd)[b-fgzvr5n555] {
    background-color: #F1F1F1;
}

tbody tr.default:nth-child(even)[b-fgzvr5n555] {
    background-color: #F5F5F5;
}

table.table tbody td.default:hover[b-fgzvr5n555] {
    background-color: #EAEAEA;
}

table.table tbody td.default:focus[b-fgzvr5n555] {
    background-color: #DEDBE7;
}

table.table tbody td.selected[b-fgzvr5n555] {
    background-color: #DEDBE7;
}

/*Th*/
table.table thead th.th[b-fgzvr5n555] {
    padding: 0 20px;
    border-bottom: none;
    height: 50px;
    white-space: nowrap;
}

table.table thead .d-flex[b-fgzvr5n555] {
    display: flex;
}

table.table thead justify-content-between[b-fgzvr5n555] {
    justify-content: space-between;
}


/*Td*/
table.table tbody td[b-fgzvr5n555] {
    padding: 0 20px;
    height: 40px;
    text-align: center;
    white-space: normal;
}

table.table tbody .align-left[b-fgzvr5n555] {
    text-align: left;
}

tbody tr.child td[b-fgzvr5n555] {
    background-color: var(--mud-palette-background);
    border-bottom: 1px solid #efefef;
}

tbody tr.child:last-child td[b-fgzvr5n555] {
    border-bottom: none;
}

td.bordered-top[b-fgzvr5n555] {
    border-top: 1px solid rgba(0,0,0,0.15);
}

td.max-400[b-fgzvr5n555] {
    max-width: 400px;
}

td.max-125[b-fgzvr5n555] {
    max-width: 125px;
}

td.ellipsis[b-fgzvr5n555] {
    overflow: hidden;
    text-overflow: ellipsis;
}

td.small[b-fgzvr5n555] {
    width: 80px;
}

td.bg-red[b-fgzvr5n555] {
    background-color: #E2441D;
}

td.bg-white[b-fgzvr5n555] {
    background-color: var(--mud-palette-background);
}

td.bg-orange[b-fgzvr5n555] {
    background-color: #FDAB3D;
}

td.bg-green[b-fgzvr5n555] {
    background-color: #00C875;
}
/* _content/WebComponents/Pages/SSIAD/GestionTournees/GestionTournees.razor.rz.scp.css */

.tournees-container[b-iapf2mgpiy] {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    transform: translateX(0%);
    flex: 2;
    transition: flex 0.3s; /* Pour une transition fluide */
}

.tournees-container.reduce[b-iapf2mgpiy] {
    flex: 1;
    transform: translateX(-70%);
}


.listes-panel[b-iapf2mgpiy] {
    flex: 0.5;
    z-index: 6;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transform: translateX(70%);
}

.listes-panel.extend[b-iapf2mgpiy] {
    flex: 3;
    transform: translateX(0%);
}

[b-iapf2mgpiy] .pin-button.rot-90 span svg {
    transition: transform 1s ease-in-out;
    transform: rotate(90deg);
}

[b-iapf2mgpiy] .pin-button span svg {
    transition: transform 1s ease-in-out;
    transform: rotate(0deg);
}

[b-iapf2mgpiy] .pin-button {
    align-self: flex-end;
    margin: 20px;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: 12% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: var(--mud-palette-primary);
    border-radius: 25px 0px 0px 25px;
    cursor: pointer;
}

[b-iapf2mgpiy] .table-layout-fixed {
    table-layout: fixed;
}
/* _content/WebComponents/Pages/SSIAD/GestionTournees/Maps/TrajetMapsTourneeModal.razor.rz.scp.css */
[b-w58319pu7k] .c-tertiary {
    color: #662483;
}

[b-w58319pu7k] .c-secondary {
    color: var(--mud-palette-secondary);
}

[b-w58319pu7k] .label.d-flex.column.justify-center.mb-25 {
    margin-bottom: 0px !important;
}

[b-w58319pu7k] .list-address::-webkit-scrollbar-thumb {
    background: var(--mud-palette-primary);
}

[b-w58319pu7k] .list-address::-webkit-scrollbar-track {
    background: #E8E8E8;
}

[b-w58319pu7k] .small-switch > * {
    font-size: 0.8125rem !important
}
/* _content/WebComponents/Pages/Tests/SvgList.razor.rz.scp.css */
[b-cwdqs9m569] svg {
    display: block;
    margin-bottom: 5px;
}

ul[b-cwdqs9m569] {
    list-style: none;
}

li[b-cwdqs9m569] {
    margin-top: 15px;
}

td[b-cwdqs9m569] {
    text-align: center;
    vertical-align: bottom;
    padding: 10px;
}
/* _content/WebComponents/Shared/Layout/PlanningLayout.razor.rz.scp.css */
[b-3paf2gwm97] .mud-picker.custom-date-picker {
    width: 260px;
}

[b-3paf2gwm97] .custom-date-picker .mud-input-control {
    margin-top: 0px;
}

[b-3paf2gwm97] .custom-date-picker .mud-input {
    margin-top: 0px !important;
    color: white;
}

    [b-3paf2gwm97] .custom-date-picker .mud-input::before {
        border-color: white;
    }

[b-3paf2gwm97] .custom-date-picker .mud-icon-button {
    color: white;
}

[b-3paf2gwm97] .custom-date-picker svg {
    color: white;
}

[b-3paf2gwm97] .custom-date-picker .mud-input.mud-input-text.mud-input-underline input {
    margin-bottom: 0px;
}

.flex1[b-3paf2gwm97] {
    flex: 1;
}

.cursor-pointer[b-3paf2gwm97] {
    cursor: pointer;
}

[b-3paf2gwm97] .history-list {
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    top: 90px;
    background-color: white;
    border: 1px solid lightgrey;
    max-height: 500px;
    overflow-y: scroll;
}

[b-3paf2gwm97] :not(.search-text-field:focus-within) + .history-list {
    display: none;
}

.infos-panel[b-3paf2gwm97] {
    z-index: 6;
    height: calc(100% - 110px);
    position: fixed;
    right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: white;
    flex-direction: column;
    display: flex;
    width: 300px;
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transform: translateX(100%);
}

.infos-panel.fixed[b-3paf2gwm97] {
    transform: translateX(0%);
}

.planning-container[b-3paf2gwm97] {
    width: calc(100% - 300px);
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.planning-container.full[b-3paf2gwm97] {
    width: 100%;
}

.planning-main .button-search-panel-planning[b-3paf2gwm97] {
    bottom: 35px !important;
}

.planning-main .button-add-event-planning[b-3paf2gwm97] {
    bottom: 70px !important;
    right: 10px !important;
}

[b-3paf2gwm97] .pin-button.rot-90 span svg {
    transition: transform 1s ease-in-out;
    transform: rotate(90deg);
}

[b-3paf2gwm97] .pin-button span svg {
    transition: transform 1s ease-in-out;
    transform: rotate(0deg);
}

[b-3paf2gwm97] .pin-button {
    align-self: flex-end;
    margin: 20px;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: 12% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: var(--mud-palette-primary);
    border-radius: 25px 0px 0px 25px;
    cursor: pointer;
}

[b-3paf2gwm97] .table-layout-fixed {
    table-layout: fixed;
}
