
/*** Easily Main CSS File************************************************************/

/* Easily Main Content-----------------------------------------------------------*/
.easily-loading-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/Content/images/loading.gif) no-repeat center;
}

.easily-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url(/Content/images/semiTransparentBg.png);
    opacity: 0.8;
}

.easily-btn-height {
    height: 25px;
}


    /*Couleur et couleur de fond du portail modifiées dynamiquement en jQuery*/
    .easily-portal-color {
        color: #005996;
    }

.easily-portal-backgroundcolor {
    background-color: #005996;
}

.easily-portal-bordercolor {
    border-color: #005996;
    border: 1px solid;
    border-radius: 3px 3px 3px 3px;
}

body.locked .easily-maincontent, body.locked .easily-maincontent-noheader, body.locked #easily-header, body.locked #easily-footer, body.locked div.k-widget {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}

    body.locked .easily-maincontent iframe {
        display: none;
    }

/* Easily enlarge picture popup------------------------------------------------------*/
.display-photo-modal .modal-dialog {
    width: fit-content;
}

.display-photo-modal .modal-body {
    display: flex;
    max-width: 90vw;
    max-height: 90vh;
}

    .display-photo-modal .modal-body > div {
        max-width: fit-content;
        max-height: fit-content;
    }

.display-photo-modal .hide {
    display: none;
}

.display-photo-modal #enlarged-photo {
    max-width: 87vw;
    max-height: 87vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.display-photo-modal .close {
    height: 20px;
    margin-left: 10px;
}

/* Easily ConfWait-----------------------------------------------------------*/
#easily-confwait {
    width: 420px;
    margin: 200px auto 0;
    font-size: 15px;
}

/* Easily Accordion-----------------------------------------------------------*/
.easily-accordion-item {
    position: absolute;
    overflow: hidden;
}

.easily-accordion-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

/* Easily Header - Univers-----------------------------------------------------------*/


#easily-shortcuts {
    float: left;
}

.easily-md-command {
    width: 40px;
    height: 45px;
    cursor: pointer;
    font-size: 35px;
    margin-top: 5px;
}


.thumbnailImg .easily-avatar-30, .easily-avatar-small {
    max-width: 30px;
    max-height: 30px;
}

.easily-avatar-50 {
    max-width: 50px;
    max-height: 50px;
}

.easily-avatar-80, .easily-avatar-medium {
    max-width: 80px;
    max-height: 80px;
}

.easily-avatar-120 {
    max-width: 120px;
    max-height: 120px;
}

.easily-avatar-140, .easily-avatar-big {
    max-width: 140px;
    max-height: 140px;
}

.easily-photo-big {
    max-width: 320px;
    max-height: 320px;
}

.easily-avatar-340, .easily-avatar-bigger {
    max-width: 340px;
    max-height: 140px;
}


/* Easily Animations-----------------------------------------------------------*/
.pulsate {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.25;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.25;
    }
}

@-moz-keyframes pulsate {
    0% {
        opacity: 0.25;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.25;
    }
}

@keyframes pulsate {
    0% {
        opacity: 0.25;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.25;
    }
}

/* Pace Loading bar script-----------------------------------------------------------*/
.pace .pace-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 2001;
    opacity: .9;
    background: #29d;
    background-color: #29d;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 15px 15px;
    animation: progress-bar-stripes 1s linear infinite;
}

.pace-inactive {
    display: none;
}

.k-splitbar-horizontal .k-resize-handle {
    background: url(/Content/themes/kendo/Bootstrap/sprite_2x.png) -330px -573px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal-hover > .k-resize-handle {
    background: url(/Content/themes/kendo/Bootstrap/sprite_2x.png) -360px -573px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal .k-icon.k-expand-prev {
    background: url(/Content/themes/kendo/Bootstrap/sprite_2x.png) -331px -389px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal .k-icon.k-collapse-prev {
    background: url(/Content/themes/kendo/Bootstrap/sprite_2x.png) -331px -454px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal-hover > .k-icon.k-expand-prev {
    background: url(/Content/themes/kendo/Bootstrap/sprite_2x.png) -361px -389px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal-hover > .k-icon.k-collapse-prev {
    background: url(/Content/themes/kendo/Bootstrap/sprite_2x.png) -361px -454px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal .k-icon.k-expand-next {
    background: url(/Content/themes/kendo/Bootstrap/sprite_2x.png) -331px -454px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal .k-icon.k-collapse-next {
    background: url(/Content/themes/kendo/Bootstrap/sprite_2x.png) -331px -389px;
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.k-splitbar-horizontal-hover > .k-icon.k-expand-next {
    background: url(/Content/themes/kendo/Bootstrap/sprite_2x.png) -361px -454px;
    width: 20px;
    height: 20px;
}

.k-splitbar-horizontal-hover > .k-icon.k-collapse-next {
    background: url(/Content/themes/kendo/Bootstrap/sprite_2x.png) -361px -389px;
    width: 20px;
    height: 20px;
}

.k-splitbar.k-splitbar-horizontal {
    width: 15px;
}



/*OTP*/

.easily-login .messageOtp {
    display: none;
    margin-bottom: 10px;
    margin-left: 110px;
    float: right;
    line-height: 30px;
}


.texteditorButton {
    border-width: 0;
    border-radius: 4px;
    margin: 2px;
    padding: 0;
    background-color: white;
    cursor: pointer;
    height: 32px;
    font-size: large;
    width: 32px;
}

/*Code nécessaire pour label vérification defs clé GoJS - ne pas corriger*/
.gsfBackground {
    border-color: #bcb8cf;
    font-size: 12;
    margin-bottom: 18;
}

/**
* Easily Container CSS File
************************************************************/

.menuClass {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#bbbbbb));
    background: -webkit-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#bbbbbb 100%);
}

.area-carrousel-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    color: #000;
}

.area-carrousel {
    position: absolute;
    overflow: hidden;
    top: -2px;
    left: 20px;
    right: 25px;
    bottom: -2px;
    border: 1px none red;
    background: white;
    border-radius: 0;
    font-weight: normal;
    padding: 0;
}

    .area-carrousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
        vertical-align: middle;
        background: white;
        border: none;
        border-radius: 0;
        color: black;
    }

    .area-carrousel li {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 13px;
        font-weight: bold;
        display: table;
        margin: 0 !important;
        border-right: 1px solid lightgray;
        white-space: initial !important;
        font-family: 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;
    }

        .area-carrousel li:hover {
            cursor: pointer;
        }

        .area-carrousel li.selected {
            background-color: #E7EBED;
            height: 100%;
        }

        .area-carrousel li a {
            display: table-cell;
            vertical-align: middle;
            color: #337ab7;
            text-decoration: none;
        }

        .area-carrousel li:has(.tab-icon) {
            padding-left: 5px;
        }

        .area-carrousel li .tab-icon {
            display: table-cell;
            vertical-align: middle;
            font-size: 15px;
            color: #337ab7;
        }

        .area-carrousel .ui-sortable-helper {
            border: 1px dotted lightgray;
            border-radius: 5px;
            opacity: 0.8;
            height: 37px !important;
        }

/** Carousel Controls **/

.area-carrousel-control-prev,
.area-carrousel-control-next {
    position: absolute;
    top: 42%;
    margin-top: -12px;
    width: 22px;
    height: 22px;
    text-align: center;
    color: #428bca;
    font: 50px/22px Arial, sans-serif;
    font-weight: bold;
}

.area-carrousel-control-prev {
    left: 1px;
}

.area-carrousel-control-next {
    right: 1px;
}

/* Override of Kendo windows
-----------------------------------------------------------*/
.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-callout, .k-progress, .k-progress-status, .k-column-menu .k-sprite {
    background-image: url(/Content/images/KendoSprites.png);
}

/* Easily Container action zone
-----------------------------------------------------------*/
.scroolskin ::-webkit-scrollbar {
    width: 6px;
}

.scroolskin ::-webkit-scrollbar-track {
    background: none;
    background-color: lightgray;
}

.scroolskin ::-webkit-scrollbar-thumb {
    border: 0;
    background-color: gray;
    border-radius: 3px;
    opacity: 0.5;
}

.easily-container-action {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
}

    .easily-container-action button {
        height: 90px;
        width: 32px;
        margin-bottom: 5px;
        cursor: pointer;
        border-right: 0.5px solid gray;
        overflow: hidden;
    }

        .easily-container-action button div {
            position: relative;
            float: left;
            width: 88px;
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg);
            border: 1px none green;
            margin-left: -42px;
            margin-bottom: 5px;
            white-space: normal;
            font-size: 11px;
            line-height: 14px;
        }

.ctxmenu {
    position: absolute;
    min-width: 178px;
    height: auto;
    padding: 6px;
    margin: 0;
    margin-left: 62px;
    margin-top: 0px;
    border: 1px solid #999;
    background: #F8F8F8;
    box-shadow: 2px 2px 2px #AAA;
    overflow: visible;
}

.ctxline {
    display: block;
    margin: 0px;
    padding: 2px 2px 2px 8px;
    border: 1px solid #F8F8F8;
    border-radius: 3px;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    overflow: visible;
}

    .ctxline:hover {
        border: 1px solid #BBB;
        background-color: #F0F0F0;
        background-image: linear-gradient(to top, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
    }

.th-inner {
    color: #337ab7;
}

.easily-container-area .blink {
    text-decoration: blink;
    -webkit-animation-name: easily-container-blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes easily-container-blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

#confidentiality-clause-form object, #confidentiality-clause-form div {
    padding-top: 20px;
}

#confidentiality-clause-form {
    height: 98%;
}

    #confidentiality-clause-form object {
        float: none;
        width: 80%;
        height: 100%;
    }

    #confidentiality-clause-form div {
        text-align: center;
        height: 90%;
    }

    #confidentiality-clause-form button {
        margin: 0 50px 0 50px;
    }

@media (max-width: 1200px) {
    #confidentiality-clause-form object {
        width: 100%;
    }
}


.easily-dashboard{margin:0 30px;max-width:calc(100% - 60px + 10px);display:inline-block;}.easily-dashboard .specific-dashboard{text-align:center;}.easily-dashboard .specific-dashboard button{margin:20px;}@media screen and (min-width:950px){.easily-dashboard .specific-dashboard button{margin:50px;}}.easily-dashboard .last-patients{text-align:center;}@media screen and (min-width:870px){.easily-dashboard .last-patients{text-align:left;}}.easily-dashboard .last-patients .btn-dashboard{width:390px;max-width:100%;padding:0;text-align:left;margin:0 11px 16px 0;background:transparent;border:1px solid transparent;}@media screen and (min-width:870px){.easily-dashboard .last-patients .btn-dashboard{margin-bottom:21px;}.easily-dashboard .last-patients .btn-dashboard.selected{float:left;margin:0 16px 0 0;}}.easily-dashboard .last-patients .btn-dashboard .patient-identity{padding:5px 5px 12px 11px;}.easily-dashboard .last-patients .btn-dashboard .patient-identity .inscription-viapatient{cursor:default;pointer-events:none;opacity:.5;}.easily-dashboard .last-patients .btn-dashboard .patient-identity .panel-patient-identity{padding-top:7px;}.easily-dashboard .last-patients .btn-dashboard .patient-identity .panel-patient-identity span{max-width:277px;}@media screen and (min-width:870px){.easily-dashboard .last-patients .btn-dashboard .patient-identity .panel-patient-identity{height:123px;}}.easily-dashboard .last-patients .btn-dashboard .patient-identity .application-shortcuts{display:none;}.easily-dashboard .last-patients .btn-dashboard .patient-identity:hover{box-shadow:0 3px 6px rgba(0,0,0,.0784313725);}.easily-dashboard .last-patients .btn-dashboard.selected .patient-identity .application-shortcuts{display:block;}.easily-dashboard .last-patients .btn-dashboard.selected .patient-identity .inscription-viapatient{cursor:pointer;pointer-events:auto;opacity:1;}.easily-dashboard .last-patients .btn-dashboard.selected .patient-identity .panel-patient-identity{height:auto;}.easily-dashboard .last-patients .loading{animation:fa-spin 3s linear infinite;width:50px;margin:auto;}.easily-dashboard .last-patients .loading:after{content:"";font-family:FontAwesome,sans-serif;color:#003152;font-size:30px;}.easily-dashboard .last-patients .photo-ctxmenu{width:200px;}
/**
* Easily Recherche Patient CSS File
************************************************************/

.module-recherchepatient {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    margin-top: 20px;
    min-width: 425px;
    min-height: 448px;
}

    .module-recherchepatient .btn-principal, .module-recherchepatient .btn-secondaire, .module-recherchepatient .btn-effacer {
        padding: 5px 10px;
        border-radius: 3px;
    }

    .module-recherchepatient .main-content {
        position: relative;
        margin: 0 25px;
    }

    .module-recherchepatient .reduced {
        margin-right: 235px !important;
    }

    .module-recherchepatient .btn-group-recherche, .module-recherchepatient .btn-group {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 1px 5px;
    }

    .module-recherchepatient .color-red {
        color: red;
    }

    .module-recherchepatient .forms {
        margin-bottom: 32px;
    }

    .module-recherchepatient form {
        padding: 1px;
        -moz-transition: background-color .5s;
        -o-transition: background-color .5s;
        -webkit-transition: background-color .5s;
        transition: background-color .5s;
    }

        .module-recherchepatient form.selected {
            border-radius: 8px;
        }

    .module-recherchepatient .form-column {
        display: inline-table;
        width: 33%;
    }

    .module-recherchepatient .form-column-small {
        display: inline-table;
        width: 24%;
    }

    .module-recherchepatient .form-group {
        margin: 5px 10px;
    }

    .module-recherchepatient hr {
        margin: 5px 25px;
    }

    .module-recherchepatient label {
        display: inline-block;
        width: 39%;
    }

    .module-recherchepatient .motif-bris-glace label {
        width: 16%;
    }

    .module-recherchepatient input[type=text],
    .module-recherchepatient input[type=date],
    .module-recherchepatient select {
        display: inline-block;
        width: 59%;
        line-height: 1.5; /*indispensable pour ie11*/
    }

    .module-recherchepatient .motif-bris-glace select {
        width: 83%;
    }

    .module-recherchepatient .has-feedback input {
        padding-right: inherit;
    }

    .module-recherchepatient .patient-panel {
        position: absolute;
        width: 225px;
        top: -12px;
        right: 0;
        margin: 2px 5px;
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        font-size: 11px;
    }

    .module-recherchepatient .tooltip-inner {
        max-width: 350px;
    }

    .module-recherchepatient .patient-panel span.small {
        font-size: 9px;
    }

    .module-recherchepatient .patient-panel .patient-image {
        float: left;
        width: 55px;
        border: none;
        border-radius: 55px;
        height: 55px;
    }

    .module-recherchepatient .patient-panel .patient-noimage {
        float: left;
        background-color: white;
        color: #ebebeb;
        font-size: 45px;
        border-radius: 55px;
    }

    .module-recherchepatient .panel-body div {
        float: left;
    }

    .module-recherchepatient .panel-body span {
        max-width: 126px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -moz-user-select: text;
        -ms-user-select: text;
        -webkit-user-select: text;
        user-select: text;
        display: block;
        margin-left: 5px;
    }

    .module-recherchepatient .panel-heading,
    .module-recherchepatient .panel-body {
        padding: 5px;
    }

    .module-recherchepatient .patient-panel button {
        position: relative;
        top: -4px;
    }

    .module-recherchepatient .check-box {
        position: relative;
        display: inline-block;
    }

        .module-recherchepatient .check-box label {
            width: 121px;
        }

        .module-recherchepatient .check-box input[type="checkbox"] {
            margin-top: 1px;
            margin-left: 20px;
            vertical-align: text-top;
        }

    .module-recherchepatient .small-refresh {
        line-height: 1em;
        padding: 2px;
    }

    .module-recherchepatient .force-messsage {
        display: block;
        overflow: hidden;
        width: 500px;
        margin-right: 5px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -moz-transition: opacity .5s;
        -o-transition: opacity .5s;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

    .module-recherchepatient .search-info {
        text-align: center;
        font-size: 12px;
    }

    .module-recherchepatient .result .check-rights {
        position: absolute;
        width: 100%;
        z-index: +1;
        text-align: center;
    }

    .module-recherchepatient .result table {
        -moz-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }


        .module-recherchepatient .result table.locked {
            opacity: .5;
            pointer-events: none;
        }

    .module-recherchepatient thead th.orderable:before {
        content: '\e150';
        background: -webkit-linear-gradient(left, #26547C 50%, #C98103 50%);
        background-position: left center;
        background-repeat: no-repeat;
        cursor: pointer;
        font-family: 'Glyphicons Halflings';
        left: -4px;
        position: relative;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .module-recherchepatient thead th[data-ordered=down]:before {
        content: '\e156';
        background: -webkit-linear-gradient(left, #337ab7 50%, rgba(101, 163, 71, 0.76) 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .module-recherchepatient thead th[data-ordered=up]:before {
        content: '\e155';
        background: -webkit-linear-gradient(left, #337ab7 50%, rgba(101, 163, 71, 0.76) 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .module-recherchepatient tbody tr {
        cursor: pointer;
    }

    .module-recherchepatient tbody td:first-child {
        width: 20px;
        text-align: center;
    }

    .module-recherchepatient tbody td:last-child {
        width: 66px;
        text-align: center;
    }

    .module-recherchepatient .icon {
        display: inline-block;
        overflow: hidden;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        opacity: 1;
        line-height: 1.5em;
    }

    .module-recherchepatient th.largeur-icone {
        width: 25px;
        text-align: center;
    }

    .module-recherchepatient .deceased:before {
        position: absolute;
        font-family: 'FontAwesome';
        content: '\f067';
        font-size: 18px;
    }

    .module-recherchepatient .deceased-td {
        width: 25px;
    }

    .module-recherchepatient .deceased {
        width: 7px;
    }

    .module-recherchepatient .sex-unknown:before {
        position: absolute;
        font-family: 'FontAwesome';
        content: '\f228';
        color: gray;
        font-weight: bolder;
    }

    .module-recherchepatient .sex-male:before {
        position: absolute;
        font-family: 'FontAwesome';
        content: '\f222';
        color: #01B7F1;
        font-weight: bolder;
        font-size: 1.1em;
    }

    .module-recherchepatient .sex-female:before {
        position: absolute;
        font-family: 'FontAwesome';
        content: '\f221';
        color: #FA0375;
        font-weight: bolder;
        font-size: 1.1em;
    }

.module-recherchepatient .agenda:before {
    font-family: 'FontAwesome';
    content: '\f073';
    font-size: 1.3em;
    color: #4e5052;
}

.module-recherchepatient .nopadding {
    padding: 0;
}

.module-recherchepatient .identite-protegee {
    text-align: center;
}

.module-recherchepatient .statut-identite {
    font-size: 1.6em;
    width: 30px;
    height: 1.5em;
    line-height: 1.5em;
    margin-top: 1px;
    display: flex;
}

    .module-recherchepatient .statut-identite .card {
        margin-top: 4px;
        border: 1px solid #a2a2a2;
        border-radius: 4px;
        width: 90%;
        height: 1em;
        color: #a2a2a2
    }

        .module-recherchepatient .statut-identite .card .fa-user {
            font-size: 0.7em;
            left: -8px;
            top: -1px;
        }

        .module-recherchepatient .statut-identite .card .fa-bars {
            font-size: 0.7em;
            left: 4px;
            top: -2px;
        }

    .module-recherchepatient .statut-identite .coche {
        left: 9px;
        top: 5px;
        font-size: 0.9em;
        color: white
    }

.module-recherchepatient .statutIdentite3:before {
    color: #69ba02;
    content: '\f058';
}

.module-recherchepatient .statutIdentite0:before {
    color: red;
    content: '\f057';
}

.module-recherchepatient .statutIdentite1:before {
    color: #ffc813;
    content: '\f056';
}

.module-recherchepatient .statutIdentite2:before {
    color: #f38105;
    content: '\f0aa';
}

.module-recherchepatient .non-inscrit-viapatient {
    opacity: .5;
}

    .module-recherchepatient .inscription-viaPatient {
        cursor: pointer;
        max-width: 20px;
        max-height: 20px;
    }

.module-recherchepatient .force:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f13e';
    font-size: 1.3em;
    font-weight: bolder;
    color: #fec246;
    text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
}

.module-recherchepatient .force:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f178';
    font-size: 1em;
    font-weight: bolder;
    color: #9cd000;
    margin-top: 2px;
    margin-left: 5px;
    text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
}

.module-recherchepatient .force-unknown:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f13e';
    font-size: 1.3em;
    font-weight: bolder;
    color: #c7c3c3;
    text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
}

.module-recherchepatient .force-unknown:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f178';
    font-size: 1em;
    font-weight: bolder;
    color: #c7c3c3;
    margin-top: 2px;
    margin-left: 5px;
    text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
}

.module-recherchepatient .lookup {
    background-image: url(/Content/images/icon_lookup.png);
}

.module-recherchepatient .icon-patient-protege {
    font-size: 1.3em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.module-recherchepatient .barcode {
    background-image: url(/Content/images/icon_barcode.png);
}

.module-recherchepatient .no-patients {
    margin: 20px;
    font-size: 18px;
}

    .module-recherchepatient .no-patients span {
        display: block;
        white-space: normal;
    }

.module-recherchepatient #force-popup label,
.module-recherchepatient #force-popup input[type=text],
.module-recherchepatient #force-popup input[type=date],
.module-recherchepatient #force-popup select {
    display: block;
    width: auto;
}

.module-recherchepatient .applications-shortcuts { /*pour gérer les conteneurs multiples sur les environnements de test*/
    max-height:115px;
    overflow: auto;
}

.module-recherchepatient .application-shortcuts {
    padding : 0;
}

.module-recherchepatient .application-shortcuts li {
    cursor: pointer;
    line-height: 10px;
    list-style: none;
    padding-top: 2px;
}

    .module-recherchepatient .application-shortcuts li:hover {
        color: #005996;
        padding: 5px;
        text-align: center;
        font-size: 1.1em;
    }

    .module-recherchepatient .application-shortcuts li:before {
        content: "•";
        color: #31708f;
        font-size: 15px;
        position: relative;
        top: 1px;
        padding: 6px;
    }

.module-recherchepatient .application-shortcuts-title {
    margin-left: 10px;
    font-weight: bold;
    color: #31708f;
}

.module-recherchepatient .recherche-loading:before {
    font-family: 'FontAwesome';
    content: '\f110';
    font-size: 30px;
}

.module-recherchepatient .recherche-loading {
    animation: fa-spin 3s linear infinite;
}

.module-recherchepatient #recherche-patient-loading {
    width: 30px;
    margin: 50px auto;
}

.module-recherchepatient .grand-label {
    display: inherit;
}

.module-recherchepatient .petit-label {
    display: none;
}


.module-recherchepatient .ippLocaux {
    position: absolute;
    z-index: 5; /*pour passer devant icone bris de glace*/
    margin-top: 5px;
    margin-left: 0;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

    .module-recherchepatient .ippLocaux::before {
        content: "";
        position: absolute;
        left: 15px;
        top: -5px;
        height: 0;
        width: 0;
        border-bottom: 6px solid #000000;
        border-left: 6px solid transparent;
        border-right: 5px solid transparent;
    }

@media(max-width:1350px) {
    .module-recherchepatient .check-box input[type="checkbox"] {
        margin-left: 0;
    }
}

@media(max-width:1250px) {
    .module-recherchepatient .grand-label {
        display: none;
    }

    .module-recherchepatient .petit-label {
        display: inherit;
    }

    .module-recherchepatient .check-box label {
        width: auto;
    }
}

@media(min-width:1000px) {
    .module-recherchepatient .photo-ctxmenu {
        width: 130px;
        margin-left: 60px;
    }
}

@media(max-width:1000px) {
    .module-recherchepatient .reduced {
        margin-right: 0 !important;
    }

    .module-recherchepatient .forms {
        margin-bottom: 10px;
    }

    .module-recherchepatient .force-messsage {
        display: none;
    }

    .module-recherchepatient .form-group {
        margin: 0;
        padding: 2px;
    }

    .module-recherchepatient .patient-panel {
        position: relative;
        display: none;
        width: 100%;
        margin: 0 0 10px;
    }

    .module-recherchepatient .patient-selected {
        display: block;
    }

    .module-recherchepatient .application-shortcuts {
        float: none;
        right: 40px;
        top: 0;
        margin-bottom: 20px;
    }

        .module-recherchepatient .application-shortcuts li {
            display: inline;
        }
}

@media(min-width:550px) and (max-width:1000px) {
    .module-recherchepatient .form-column label {
        display: block;
        width: 100%;
        text-align: left;
        white-space: nowrap;
    }

    .module-recherchepatient .form-column input,
    .module-recherchepatient .form-column select {
        display: block;
        width: 100%;
    }

    .module-recherchepatient .result {
        margin-top: 5px;
    }
}

@media (max-width: 550px) {

    .module-recherchepatient .form-column {
        display: block;
        width: auto;
        text-align: left;
    }
}

/**
* Easily Recherche Patient CSS File
************************************************************/

.module-recherchepatientsemantique {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    margin-top: 20px;
    min-width: 425px;
    min-height: 448px;
}

    .module-recherchepatientsemantique .main-content {
        position: relative;
        margin: 0 25px;
    }

    .module-recherchepatientsemantique .reduced {
        margin-right: 220px !important;
    }

    .module-recherchepatientsemantique .forms {
        margin-bottom: 32px;
    }

    .module-recherchepatientsemantique form {
        padding: 1px;
        -moz-transition: background-color .5s;
        -o-transition: background-color .5s;
        -webkit-transition: background-color .5s;
        transition: background-color .5s;
    }

        .module-recherchepatientsemantique form.selected {
            border-radius: 8px;
            background-color: #e7f7ff;
        }

    .module-recherchepatientsemantique .form-column {
        display: inline-table;
        width: 33%;
    }

    .module-recherchepatientsemantique .form-group {
        margin: 5px 10px;
    }

    .module-recherchepatientsemantique hr {
        margin: 5px 25px;
    }

    .module-recherchepatientsemantique label {
        display: inline-block;
        width: 39%;
    }

.module-recherchepatient .motif-bris-glace label {
    width: 16%;
}

.module-recherchepatientsemantique input[type=text],
.module-recherchepatientsemantique input[type=date],
.module-recherchepatientsemantique select {
    display: inline-block;
    width: 59%;
    line-height: 1.5; /*indispensable pour ie11*/
}

.module-recherchepatient .motif-bris-glace select {
    width: 83%;
}

.module-recherchepatientsemantique .has-feedback input {
    padding-right: inherit;
}

.module-recherchepatientsemantique .patient-panel {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px 5px;
    width: 200px;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    font-size: 11px;
}

    .module-recherchepatientsemantique .patient-panel span.small {
        font-size: 9px;
    }

    .module-recherchepatientsemantique .patient-panel .patient-image {
        float: left;
        width: 55px;
        height: 55px;
        background-image: url(/Content/images/avatar-default.png);
        background-size: 55px 55px;
        background-repeat: no-repeat;
    }

.module-recherchepatientsemantique .panel-body div {
    float: left;
}

    .module-recherchepatientsemantique .panel-body div span {
        max-width: 126px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.module-recherchepatientsemantique .panel-body span {
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
    display: block;
    margin-left: 5px;
}

.module-recherchepatientsemantique .panel-heading,
.module-recherchepatientsemantique .panel-body {
    padding: 5px;
}

.module-recherchepatientsemantique .patient-panel button {
    position: relative;
    top: -4px;
}

.module-recherchepatientsemantique .buttons {
    margin-right: 220px;
}

.module-recherchepatientsemantique .btn-group {
    margin: 1px 5px;
}

.module-recherchepatientsemantique .archive-Check-Box {
    position: relative;
    display: inline-block;
}

    .module-recherchepatientsemantique .archive-Check-Box label {
        width: 117px;
    }

    .module-recherchepatientsemantique .archive-Check-Box input[type="checkbox"] {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-top: 0;
        margin-left: 70px;
    }

.module-recherchepatientsemantique .small-refresh {
    line-height: 1em;
    padding: 2px;
}

.module-recherchepatientsemantique .force-messsage {
    display: block;
    overflow: hidden;
    width: 500px;
    margin-right: 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.module-recherchepatientsemantique .search-info {
    text-align: center;
    font-size: 12px;
}

.module-recherchepatientsemantique .result .check-rights {
    position: absolute;
    width: 100%;
    z-index: +1;
    text-align: center;
}

.module-recherchepatientsemantique .result table {
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}


    .module-recherchepatientsemantique .result table.locked {
        opacity: .5;
        pointer-events: none;
    }

.module-recherchepatientsemantique thead th.orderable:before {
    content: '\e150';
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: 'Glyphicons Halflings';
    left: -4px;
    position: relative;
    background: -webkit-linear-gradient(left, #26547C 50%, #C98103 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.module-recherchepatientsemantique thead th[data-ordered=down]:before {
    content: '\e156';
    background: -webkit-linear-gradient(left, #337ab7 50%, rgba(101, 163, 71, 0.76) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.module-recherchepatientsemantique thead th[data-ordered=up]:before {
    content: '\e155';
    background: -webkit-linear-gradient(left, #337ab7 50%, rgba(101, 163, 71, 0.76) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.module-recherchepatientsemantique tbody tr {
    cursor: pointer;
}

.module-recherchepatientsemantique tbody td:first-child {
    width: 46px;
    text-align: center;
}

.module-recherchepatientsemantique tbody td:last-child {
    width: 66px;
    text-align: center;
}

.module-recherchepatientsemantique .icon {
    display: inline-block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    opacity: 1;
    line-height: 1.5em;
}

.module-recherchepatientsemantique .deceased:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f067';
    font-size: 18px;
}

.module-recherchepatientsemantique .sex-unknown:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f228';
    color: gray;
    font-weight: bolder;
}

.module-recherchepatientsemantique .sex-male:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f222';
    color: #6f9bc9;
    font-weight: bolder;
    font-size: 1.1em;
}

.module-recherchepatientsemantique .sex-female:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f221';
    color: #cc74a4;
    font-weight: bolder;
    font-size: 1.1em;
}

.module-recherchepatientsemantique .identiteDefinitive {
    opacity: 0.9;
}

    .module-recherchepatientsemantique .identiteDefinitive:before {
        position: absolute;
        font-family: FontAwesome;
        content: '\f00d';
        font-size: 1.5em;
        font-weight: bolder;
        background: -webkit-linear-gradient(rgba(255, 0, 0, 0.76), #902203);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #A12B0A; /*pour la compatibilité avec les explorateurs non compatibles webkit*/
    }


.module-recherchepatientsemantique .force:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f13e';
    font-size: 1.3em;
    font-weight: bolder;
    color: #FEC246;
    text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
}

.module-recherchepatientsemantique .force:after {
    position: absolute;
    font-family: FontAwesome;
    content: '\f178';
    font-size: 1em;
    font-weight: bolder;
    color: #9cd000;
    margin-top: 2px;
    margin-left: 5px;
    text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
}

.module-recherchepatientsemantique .force-unknown:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f13e';
    font-size: 1.3em;
    font-weight: bolder;
    color: #c7c3c3;
    text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
}

.module-recherchepatientsemantique .force-unknown:after {
    position: absolute;
    font-family: FontAwesome;
    content: '\f178';
    font-size: 1em;
    font-weight: bolder;
    color: #c7c3c3;
    margin-top: 2px;
    margin-left: 5px;
    text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
}

.module-recherchepatientsemantique .lookup {
    background-image: url(/Content/images/icon_lookup.png);
}

.module-recherchepatientsemantique .confidential {
    background-image: url(/Content/images/icon_confidentiel.png);
}

.module-recherchepatientsemantique .barcode {
    background-image: url(/Content/images/icon_barcode.png);
}

.module-recherchepatientsemantique .no-patients {
    margin: 20px;
    font-size: 18px;
}

    .module-recherchepatientsemantique .no-patients span {
        display: block;
        white-space: normal;
    }

.module-recherchepatientsemantique #force-popup label,
.module-recherchepatientsemantique #force-popup input[type=text],
.module-recherchepatientsemantique #force-popup input[type=date],
.module-recherchepatientsemantique #force-popup select {
    display: block;
    width: auto;
}

.module-recherchepatientsemantique .application-shortcuts {
    float: right;
    position: relative;
    right: 40px;
}

    .module-recherchepatientsemantique .application-shortcuts li {
        cursor: pointer;
        line-height: 10px;
        list-style: none;
    }

        .module-recherchepatientsemantique .application-shortcuts li:hover {
            color: #005996;
        }

        .module-recherchepatientsemantique .application-shortcuts li:before {
            content: "•";
            color: #31708f;
            font-size: 15px;
            position: relative;
            top: 1px;
            padding: 6px;
        }

.module-recherchepatientsemantique .application-shortcuts-title {
    margin-left: 10px;
    font-weight: bold;
    color: #31708f;
}

.module-recherchepatientsemantique .recherche-loading:before {
    font-family: FontAwesome;
    content: '\f110';
    font-size: 30px;
}

.module-recherchepatientsemantique .recherche-loading {
    -webkit-animation: fa-spin 3s linear infinite;
    -moz-animation: fa-spin 3s linear infinite;
    animation: fa-spin 3s linear infinite;
}

.module-recherchepatientsemantique #recherche-patient-loading {
    width: 30px;
    margin: 50px auto;
}

.module-recherchepatientsemantique .archive-Check-Box .grandLabelArchive {
    display: inherit;
}

.module-recherchepatientsemantique .archive-Check-Box .petitLabelArchive {
    display: none;
}


@media(max-width:1172px) {
    .module-recherchepatient .buttons {
        margin-right: 0 !important;
    }
}

@media(max-width:1350px) {
    .module-recherchepatientsemantique .archive-Check-Box input[type="checkbox"] {
        margin-left: 0;
    }
}

@media(max-width:1250px) {
    .module-recherchepatientsemantique .archive-Check-Box .grandLabelArchive {
        display: none;
    }

    .module-recherchepatientsemantique .archive-Check-Box .petitLabelArchive {
        display: inherit;
    }

    .module-recherchepatientsemantique .archive-Check-Box label {
        width: auto;
    }
}

@media(min-width:550px) and (max-width:1000px) {
    .module-recherchepatientsemantique .reduced {
        margin-right: 0 !important;
    }

    .module-recherchepatientsemantique .forms {
        margin-bottom: 10px;
    }

    .module-recherchepatientsemantique .force-messsage {
        display: none;
    }

    .module-recherchepatientsemantique .form-group {
        margin: 0;
        padding: 2px;
    }

    .module-recherchepatientsemantique .form-column label {
        display: block;
        width: 100%;
        text-align: left;
        white-space: nowrap;
    }

    .module-recherchepatientsemantique .form-column input,
    .module-recherchepatientsemantique .form-column select {
        display: block;
        width: 100%;
    }

    .module-recherchepatientsemantique .patient-panel {
        position: relative;
        display: none;
        width: 100%;
        margin: 0 0 10px;
    }

    .module-recherchepatientsemantique .buttons {
        margin-right: 0;
    }

    .module-recherchepatientsemantique .patient-selected {
        display: block;
    }

    .module-recherchepatientsemantique .result {
        margin-top: 5px;
    }

    .module-recherchepatientsemantique .application-shortcuts {
        float: none;
        right: 40px;
        top: 0;
        margin-bottom: 20px;
    }

        .module-recherchepatientsemantique .application-shortcuts li {
            display: inline;
        }
}

@media (max-width: 550px) {
    .module-recherchepatientsemantique .reduced {
        margin-right: 0 !important;
    }

    .module-recherchepatientsemantique .forms {
        margin-bottom: 10px;
    }

    .module-recherchepatientsemantique .force-messsage {
        display: none;
    }

    .module-recherchepatientsemantique .form-column {
        display: block;
        width: auto;
        text-align: left;
    }

    .module-recherchepatientsemantique .form-group {
        margin: 0;
        padding: 2px;
    }

    .module-recherchepatientsemantique .patient-panel {
        position: relative;
        display: none;
        width: 100%;
        margin: 0 0 10px;
    }

    .module-recherchepatientsemantique .buttons {
        margin-right: 0;
    }

    .module-recherchepatientsemantique .patient-selected {
        display: block;
    }

    .module-recherchepatientsemantique .application-shortcuts {
        float: none;
        right: 40px;
        top: 10px;
        margin-bottom: 20px;
    }

        .module-recherchepatientsemantique .application-shortcuts li {
            display: inline;
        }
}

/**
* Easily Debug CSS File
************************************************************/

#module-debug {
    margin: 10px;
}

    #module-debug dd {
        margin-bottom: 10px;
    }

    #module-debug ul {
        padding-left: 15px;
    }

    #module-debug .progress {
        margin-bottom: 5px;
    }

    #module-debug a[type="btn"],
    #module-debug input[type="submit"],
    #module-debug button[type="submit"] {
        margin: 2px 5px;
    }

    #module-debug .tabulation {
        padding-left: 15px;
        margin-bottom: 5px;
    }


.module-bandeaupatient {
    background: #282828;
    min-width: 100%;
}

    .module-bandeaupatient .zone {
        padding: 0;
    }

    .module-bandeaupatient .zone, .module-bandeaupatient .bottomZone {
        color: #fff;
        background: #282828;
    }

    .module-bandeaupatient .left-01 {
        padding-right: 0;
        padding-left: 0;
        float: left;
    }

    .module-bandeaupatient .left-02 {
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }

    .module-bandeaupatient .photo {
        margin: 5px;
        border-radius: 50px;
        cursor: pointer;
    }

    .module-bandeaupatient .nophoto {
        font-size: 50px;
        margin-top: 5px;
        margin-left: 10px;
    }

    .module-bandeaupatient .deceased:after {
        position: absolute;
        font-family: FontAwesome;
        content: '\f067';
        font-size: 15px;
        color: black;
        padding-left: 12px;
        padding-top: 3px;
        font-weight: bold;
    }

    .module-bandeaupatient .deceased:before {
        position: absolute;
        font-family: FontAwesome;
        content: '\f0c8';
        font-size: 18px;
        color: white;
        padding-left: 10px;
        padding-top: 3px;
    }

    .module-bandeaupatient .icon-patient-protege {
        font-size: 1.7em;
        color: red;
        margin-left: 5px;
    }

    .module-bandeaupatient .btnPrevious {
        width: 44px;
        height: 58px;
        float: left;
        cursor: pointer;
        display: none;
        margin-top: 7px;
    }

        .module-bandeaupatient .btnPrevious:after {
            position: absolute;
            font-family: FontAwesome;
            content: '\f104';
            font-size: 28px;
            color: black;
            padding-left: 15px;
            font-weight: bold;
            padding-top: 15px;
        }

        .module-bandeaupatient .btnPrevious:before {
            position: absolute;
            font-family: FontAwesome;
            content: '\f0C8';
            font-size: 28px;
            color: white;
            padding-left: 10px;
            padding-top: 15px;
        }

    .module-bandeaupatient .btn-easily-show-header {
        width: 50px;
        float: left;
        cursor: pointer;
        display: none;
        padding-top: 23px;
        padding-left: 5px;
        font-size: 16px;
    }

    .module-bandeaupatient .line {
        height: 30px;
        padding: 3px;
    }

.kwindow-bandeaupatient .module-bandeaupatient .line {
    padding: 0 3px 0 3px;
}

.module-bandeaupatient .bandeauIdentitePatient {
    top: 2px;
}

.module-bandeaupatient .bandeauInfoPatient {
    padding-top: 3px;
}

.module-bandeaupatient .ptNom {
    font-weight: bold;
    font-size: 18pt !important;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.module-bandeaupatient .ptSexe {
    float: left;
    height: 20px;
    margin: 3px 25px 1px 0;
    position: relative;
}

.module-bandeaupatient .sex-male:before, .module-bandeaupatient .sex-female:before, .module-bandeaupatient .sex-unknown:before {
    position: absolute;
    font-family: FontAwesome;
    font-weight: bolder;
}

.module-bandeaupatient .sex-male:before {
    content: '\f222';
    font-size: 1.8em;
}

.module-bandeaupatient .sex-female:before {
    content: '\f221';
    font-size: 1.8em;
}

.module-bandeaupatient .sex-unknown:before {
    content: '\f228';
    font-size: 1.6em;
}

.module-bandeaupatient .block {
    background-size: 100%;
    width: 56px;
    height: 63px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid none;
    margin-left: 0;
    margin-top: 0;
    float: right;
    padding: 0;
}

.module-bandeaupatient .blockLarge {
    width: 70px;
}

.module-bandeaupatient .roundeWait {
    position: absolute;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-top: 2px;
    color: #fff;
    padding-top: 0;
    background-color: #000;
}

.module-bandeaupatient .roundeWaitBtnList {
    float: left;
    margin-top: -30px;
    margin-left: 10px;
}

.module-bandeaupatient .roundeWait span {
    font-size: 12px;
    margin-left: 4px;
    margin-top: 0;
    background-image: url(/Content/images/loading.gif);
}

.module-bandeaupatient .roundedDiv {
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    margin-left: 4%;
    margin-top: 2px;
    color: #fff;
    padding-top: 0;
    background-color: #000;
    text-align: center;
}

    .module-bandeaupatient .roundedDiv span {
        font-size: 12px;
        margin-left: 0;
        margin-top: 0;
    }

        .module-bandeaupatient .roundedDiv span.dizaine {
            left: 0;
        }

.module-bandeaupatient .block-text {
    top: 40px;
    position: absolute;
    padding-left: 10px;
}

.module-bandeaupatient .postit .block-text {
    padding-left: 15px;
}

.module-bandeaupatient .btnEssaisCliniques .block-text,
.module-bandeaupatient .btnAntecedent .block-text {
    padding-left: 2px;
}

.module-bandeaupatient .btnCapMaternite .block-text {
    padding-left: 0;
}

.kwindow-bandeaupatient {
    line-height: 1.4em; /*tagl*/
}

.module-bandeaupatient .bandeaupatient-infospatient {
    box-sizing: border-box;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.module-bandeaupatient .infosIns {
    display: inline-block;
}

.module-bandeaupatient .btnCapMaternite .block-icon:before {
    font-size: 3.3em;
}

.module-bandeaupatient .btnEssaisCliniques .block-icon:before {
    font-size: 2.7em;
    padding-left: 12px;
}

.module-bandeaupatient .btnAntecedent .block-icon:before {
    font-size: 2.8em;
    padding-left: 20px;
}

.module-bandeaupatient .btnCapMaternite .block-icon {
    top: 5px;
    position: absolute;
    padding-left: 15px;
}

.module-bandeaupatient .btnEssaisCliniques .block-icon,
.module-bandeaupatient .btnAntecedent .block-icon {
    top: 7px;
    position: absolute;
}


.module-bandeaupatient .selected {
    background-color: white;
}

.module-bandeaupatient .selected, .module-bandeaupatient .btnListModule {
    color: black;
}

.module-bandeaupatient .block:before, .module-bandeaupatient .block:after {
    position: absolute;
    font-family: FontAwesome;
    padding-top: 15px;
    padding-left: 6%;
}

.module-bandeaupatient .postit:before {
    content: '\f15b';
    font-weight: bolder;
    font-size: 250%;
    padding-left: 20px;
}

.module-bandeaupatient .postitAlerte:after {
    content: '\f06a';
    color: gold;
    text-shadow: -1px 0 black, 0 1px black, 0 0 black, 0 0 black;
    padding-left: 5px;
    padding-top: 5px;
}

.module-bandeaupatient .agenda:before {
    content: '\f073';
    font-size: 280%;
    padding-left: 15px;
}

.module-bandeaupatient .agenda.selected, .module-bandeaupatient .postit.selected,
.module-bandeaupatient .antecedent.selected, .module-bandeaupatient .essais-cliniques.selected,
.module-bandeaupatient .medphone.selected, .module-bandeaupatient .fiche-liaison.selected,
.module-bandeaupatient .obligation-legale.selected, .module-bandeaupatient .motif-diagnostic.selected,
.module-bandeaupatient .dpc.selected {
    pointer-events: none;
}

.module-bandeaupatient .logo_ant_sanit {
    float: right;
    color: rgb(247, 19, 19);
}

.module-bandeaupatient .logo_bhr img {
    position: relative;
    float: right;
    width: 21%;
}


.module-bandeaupatient .fa-plus-square {
    transform: rotate(45deg);
}

.module-bandeaupatient .validation-medoc {
    background-image: url(/Content/images/bandeau/validation_medicale_on.png);
}



.module-bandeaupatient .btnMenu div.fa {
    padding-top: 38px;
    padding-left: 45%;
}

.module-bandeaupatient .btnMenu div.block-text {
    top: 25px;
}

.module-bandeaupatient .btnlist-icon {
    font-size: 1.6em;
}

.module-bandeaupatient .btnListText {
    float: right;
    text-align: center;
    width: 65px;
    line-height: 1em;
}

.module-bandeaupatient .btnListModule {
    cursor: pointer;
    padding: 5px 10px 20px 5px;
}

    .module-bandeaupatient .btnListModule .roundedDiv {
        margin-top: -30px;
        margin-left: 10px;
    }

.module-bandeaupatient .headerHover {
    position: absolute;
    border-top: 1px solid white;
    background: #bfd7e6;
    width: 100%;
    display: none;
    height: auto;
    z-index: 500;
}

.module-bandeaupatient .itemDetails {
    margin-left: 20px;
    margin-top: -20px;
}

    .module-bandeaupatient .itemDetails p {
        margin-left: 2px;
        clear: both;
    }

.module-bandeaupatient .bandeauModuleList {
    position: absolute;
    width: 120px;
    display: none;
    border: 1px solid lightgray;
    background-color: #FFF;
    list-style-type: none;
    top: 63px;
    right: 0;
    z-index: 6000;
}

    .module-bandeaupatient .bandeauModuleList ul {
        padding: 5px;
        list-style: none;
    }

        .module-bandeaupatient .bandeauModuleList ul li {
            margin-top: -5px;
        }

.module-bandeaupatient .bandeau-module-list-hygen {
    padding-top: 10px;
}

.module-bandeaupatient .obligation-legale div.btnlist-icon {
    font-size: 1.5em;
    display: inline-block;
}

    .module-bandeaupatient .obligation-legale div.btnlist-icon:before {
        background: -webkit-linear-gradient(left, #182e83 5%, darkred 95%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.module-bandeaupatient .fiche-liaison div.btnlist-icon {
    background: -webkit-linear-gradient(top, red 20%, grey 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.module-bandeaupatient .dpc div.btnlist-icon:before {
    background: -webkit-linear-gradient(left, rgb(51, 50, 50) 10%, blue 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.module-bandeaupatient .disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.module-bandeaupatient .list-inline .fa {
    font-size: 1.5em;
}

.module-bandeaupatient .list-inline .fa-user-md {
    color: #155888;
}

.module-bandeaupatient .list-inline .fa-envelope {
    color: white;
    font-size: 1.2em;
    text-shadow: -1px 0 #155888, 0 1px #155888, 1px 0 #155888, 0 -1px #155888;
}

.module-bandeaupatient .list-inline .fa-home {
    color: lightgray;
    text-shadow: -1px 0 darkgoldenrod, 0 1px darkgoldenrod, 1px 0 darkgoldenrod, 0 -1px darkgoldenrod;
}

.module-bandeaupatient .list-inline .glyphicon-phone-alt {
    color: #155888;
    font-size: 1.3em;
}

.module-bandeaupatient .list-inline .fa-pencil {
    font-size: 1em;
    margin-top: -5px;
    margin-left: 0.3em;
    color: goldenrod;
    text-shadow: -1px 0 black, 0 1px black, 0 0 black, 0 0 black;
}

.module-bandeaupatient .list-inline .fa-square {
    color: white;
    font-size: 1.2em;
    padding-top: 5px;
    text-shadow: -1px 0 black, 0 1px black, 0 0 black, 0 0 black;
}

.module-bandeaupatient .list-inline .fa-folder, .module-bandeaupatient .list-inline .fa-folder-open {
    color: goldenrod;
    font-size: 1.2em;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.module-bandeaupatient .list-inline .fa-folder-open {
    padding-left: 12px;
}

.module-bandeaupatient .btnShowAddr, .module-bandeaupatient .btnShowCorrespondants, .btnShowEntourage {
    cursor: pointer;
}

.module-bandeaupatient .btnShowCorrespondantsCss {
    cursor: pointer;
}

.module-bandeaupatient .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.module-bandeaupatient .rowBandeau {
    margin-left: -15px;
}

.module-bandeaupatient .smallHeading p {
    font-weight: bold;
}

.module-bandeaupatient .inscription-viaPatient {
    cursor: pointer;
    width: 50px;
    height: 28px;
    margin-bottom: 7px;
}

.p-fileupload input[type=file]{display:none;}.p-fileupload input[type=file]{display:none;}.bandeau-component{background:#f5f5f5;border-radius:0 0 30px 30px;}.bandeau-component .module-bandeau{display:flex;flex-direction:column;color:#003152;border-radius:0 0 30px 30px;}@media screen and (min-width:950px){.bandeau-component .module-bandeau{background-color:#fff;height:70px;box-shadow:0 4px 10px rgba(0,0,0,.0784313725);}}.bandeau-component .module-bandeau .easily-show-hide-header{width:86px;height:70px;display:flex;align-items:center;justify-content:center;gap:15px;border-radius:0 30px;display:none;color:#fff;}.bandeau-component .module-bandeau .easily-show-hide-header .easily-hide-header{width:28px;font-size:30px;}.bandeau-component .module-bandeau .easily-show-hide-header .easily-hide-header .fa-angle-down{top:-4px;}.bandeau-component .module-bandeau .easily-show-hide-header .easily-hide-header .fa-angle-up{top:3px;}.bandeau-component .module-bandeau .easily-show-hide-header.display-bandeau{border-radius:0 30px 0 0;padding-left:17px;padding-right:15px;gap:12px;}.bandeau-component .module-bandeau .easily-show-hide-header .icon-menu{font-size:15px;}.bandeau-component .module-bandeau .easily-show-hide-header .btnPrevious{display:none;padding-top:5px;}.bandeau-component .module-bandeau .easily-show-hide-header .btnPrevious:after{content:"";font-family:FontAwesome,sans-serif;color:#fff;font-size:40px;}@media screen and (min-width:1024px){.bandeau-component .module-bandeau:hover,.bandeau-component .module-bandeau.selected{border-radius:0;}.bandeau-component .module-bandeau:hover .easily-header-user,.bandeau-component .module-bandeau:hover .nom-portail,.bandeau-component .module-bandeau.selected .easily-header-user,.bandeau-component .module-bandeau.selected .nom-portail{border-radius:30px 0 0 0;}.bandeau-component .module-bandeau:hover .easily-show-hide-header,.bandeau-component .module-bandeau.selected .easily-show-hide-header{border-radius:0 30px 0 0;}}.bandeau-component .module-bandeau .folded-bandeau{display:flex;flex-direction:column;border-radius:0 0 30px 30px;}@media screen and (min-width:950px){.bandeau-component .module-bandeau .folded-bandeau{flex-direction:row;}}.bandeau-component .module-bandeau .folded-bandeau .bandeau-header{display:flex;justify-content:space-between;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.0784313725);border-radius:0 0 30px 30px;}.bandeau-component .module-bandeau .folded-bandeau .easily-show-hide-header .btn-easily-show-header{display:none;}@media screen and (min-width:950px){.bandeau-component .module-bandeau .folded-bandeau .easily-show-hide-header .btn-easily-show-header{display:block;}}.bandeau-component .module-bandeau .folded-bandeau .bandeau-buttons{height:70px;color:rgba(0,49,82,.5019607843);font-size:25px;display:flex;align-items:center;justify-content:flex-end;margin-right:30px;}.bandeau-component .module-bandeau .folded-bandeau .folded-bandeau-content{display:flex;align-items:center;}.bandeau-component .module-bandeau .folded-bandeau .folded-bandeau-content .erreur-chargement{font-weight:600;font-size:20px;margin:auto;}.bandeau-component .module-bandeau .folded-bandeau .folded-bandeau-content .patient-identity-bandeau{background-color:#f5f5f5;max-width:calc(100% - 60px + 10px);margin:10px;}@media screen and (min-width:950px){.bandeau-component .module-bandeau .folded-bandeau .folded-bandeau-content .patient-identity-bandeau{background-color:#fff;}}.bandeau-component .module-bandeau .unfolded-bandeau{height:auto;z-index:500;background-color:#f5f5f5;box-shadow:0 4px 10px rgba(0,0,0,.0784313725);border:1px solid #f5f5f5;padding:0 30px 20px 30px;display:none;}.bandeau-component .module-bandeau .unfolded-bandeau:target{height:381px;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-select{padding-top:11px;padding-bottom:6px;margin-bottom:10px;display:flex;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-select .card-select{margin-right:13px;cursor:pointer;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-select .card-select:hover,.bandeau-component .module-bandeau .unfolded-bandeau .cards-select .card-select.selected{color:#01b7f1;text-decoration:none;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-select .card-select:hover:after,.bandeau-component .module-bandeau .unfolded-bandeau .cards-select .card-select.selected:after{content:"";float:left;background:#01b7f1;width:100%;height:3px;border-radius:3px;margin-top:2px;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-select .card-select:hover a,.bandeau-component .module-bandeau .unfolded-bandeau .cards-select .card-select.selected a{text-decoration:none;color:#01b7f1;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container{display:flex;gap:21px;margin-left:30px;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container .card{background-color:#fff;border-radius:8px;padding:10px;width:25%;min-width:381px;height:310px;margin-right:20px;overflow:hidden;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container .card.selected{border:1px solid #01b7f1;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container .card .card-header{display:flex;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container .card .card-header .icon-deplacer{flex-grow:1;font-size:20px;color:rgba(0,49,82,.5019607843);}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container .card .card-header .card-title{flex-grow:12;font-weight:900;font-size:16px;line-height:19px;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container .card .card-header .fa{flex-grow:1;color:rgba(0,49,82,.5019607843);font-size:15px;padding-top:4px;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container .card .card-content{overflow:scroll;height:92%;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container .card ::-webkit-scrollbar{width:5px;height:5px;}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container .card ::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(0,49,82,.5019607843);}.bandeau-component .module-bandeau .unfolded-bandeau .cards-container .card ::-webkit-scrollbar-thumb:hover{background:#003152;}.bandeau-component .module-bandeau:has(.folded-bandeau-content:hover){background:#f5f5f5;border-bottom:1px solid rgba(0,49,82,.5019607843);}.bandeau-component .module-bandeau:has(.folded-bandeau-content:hover) .folded-bandeau{border-radius:0;}.bandeau-component .module-bandeau:has(.folded-bandeau-content:hover) .folded-bandeau .patient-identity-bandeau{background:#f5f5f5;}@media screen and (min-width:950px){.bandeau-component .module-bandeau:has(.folded-bandeau-content:hover) .folded-bandeau .easily-show-hide-header{background:#f5f5f5;height:69px;}.bandeau-component .module-bandeau:has(.folded-bandeau-content:hover) .folded-bandeau .easily-show-hide-header span{display:none!important;}}.bandeau-component .photo-container .icon-psychologie{font-size:15px;}.bandeau-component .photo-container .fa-exclamation-circle{font-size:16px;}.bandeau-component .cartouche-contraintes-psy{color:#f8b13f;background-color:#ffedd1;font-size:10px;font-weight:bold;border:1px solid;border-radius:8px;padding-left:5px;padding-right:3px;}.bandeau-component .cartouche-contraintes-psy .fa-exclamation-triangle{padding-right:2px;}.bandeau-component .module-bandeaupatient .photo-container{display:inline-block;}.bandeau-component .module-bandeaupatient .photo-container:has(.icone-psy){margin-left:-20px;}.bandeau-component .module-bandeaupatient .photo-container .icone-psy{position:relative;top:-30px;left:23px;}.bandeau-component .module-bandeaupatient .photo-container .icone-psy:has(+.photo[src]){top:-18px;left:19px;}.bandeau-component .module-bandeaupatient .photo-container .icon-psychologie{color:#eaf7ff;}.bandeau-component .module-bandeaupatient .photo-container .fa-exclamation-circle{color:#f8b13f;}.bandeau-component .module-bandeaupatient .cartouche-contraintes-psy{display:inline-block;vertical-align:top;margin-right:5px;}
.module-lanceurgenerique .element{height:50px;float:left;background-color:#026eb2;color:#fff;border-radius:10px;margin-right:10px;margin-bottom:10px;padding:2px 10px;font-size:11pt;}.module-lanceurgenerique .element :hover{background-color:#005c98;text-shadow:black .1em .1em .2em;}.module-lanceurgenerique .clickable{cursor:pointer;}.module-lanceurgenerique .titreSelection{font-size:18px;color:#005996;font-weight:bold;text-align:center;}.module-lanceurgenerique .selection-CR{text-align:center;margin:20px;padding:0;}.module-lanceurgenerique .divElement{padding-right:5px;padding-left:5px;}.module-lanceurgenerique .patient-identity{max-width:350px;margin:auto;margin-top:20px;}.module-lanceurgenerique .col-width14{width:14.28571428%;float:left;}.module-lanceurgenerique .col-width12-5{width:12.5%;float:left;}.internal-selection-venue{height:100%;box-sizing:border-box;overflow-y:auto;padding:15px;}.internal-selection-venue .identite-patient{text-align:center;padding:15px;}.internal-selection-venue .radio-sejour-pread{text-align:center;}.internal-selection-venue .radio-sejour-pread label{padding:0 15px;}.internal-selection-venue .grille{margin:15px auto;max-width:1100px;}
.patient-identity{border-radius:8px;padding:12px;overflow:auto;}.patient-identity.selected{background:#eaf7ff;}.patient-identity.lightgrey{background:#f5f5f5;}.patient-identity.white{background:#fff;}.patient-identity .inscription-viapatient{height:16px;cursor:pointer;float:right;}.patient-identity .icon-patient-protege{color:#e1031c;font-size:1.4em;float:right;padding:0 5px;}.patient-identity:has(.icon-patient-protege) .panel-identity .identite .get-identite-identite{color:#e1031c;}.patient-identity .panel-patient-identity .patient-image{float:left;width:58px;height:auto;max-height:58px;margin:auto;border:0;border-radius:55px;overflow:hidden;}.patient-identity .panel-patient-identity .patient-image .patient-decede{width:100%;height:10px;background-color:#000;transform:skew(30deg,30deg);}.patient-identity .panel-patient-identity .patient-image .patient-noimage{float:left;background-color:#fff;color:#b7e4ff;font-size:58px;border-radius:55px;}.patient-identity .panel-patient-identity .patient-image img{height:58px;width:auto;}.patient-identity .panel-patient-identity .patient-image:has(.patient-decede) img{opacity:50%;}.patient-identity .panel-patient-identity .panel-identity .identite{padding-left:12px;overflow:hidden;user-select:text;display:flex;flex-direction:column;line-height:16px;}.patient-identity .panel-patient-identity .panel-identity .identite:not(:has(.get-identite-date-naissance,.get-identite-age,.get-identite-date-deces)){flex-direction:row;}.patient-identity .panel-patient-identity .panel-identity .identite:not(:has(.get-identite-date-naissance,.get-identite-age,.get-identite-date-deces)) .get-identite-sexe{margin-left:5px;}.patient-identity .panel-patient-identity .panel-identity .identite .get-identite-identite{font-weight:700;font-size:15px;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}.patient-identity .panel-patient-identity .panel-identity .identite .get-identite-date-naissance,.patient-identity .panel-patient-identity .panel-identity .identite .get-identite-age,.patient-identity .panel-patient-identity .panel-identity .identite .get-identite-date-deces{font-size:14px;}.patient-identity .panel-patient-identity .panel-identity .identite .get-identite-date-naissance{margin-left:3px;}.patient-identity .panel-patient-identity .panel-identity .identite .get-identite-age{margin-left:4px;}.patient-identity .panel-patient-identity .panel-identity .identite .get-identite-date-deces{font-weight:600;}.patient-identity .panel-patient-identity .panel-identity .identite .Identifiants{font-size:12px;color:rgba(0,49,82,.5019607843);}.patient-identity .application-shortcuts{padding:0;font-size:14px;font-weight:500;color:#01b7f1;margin:25px 70px 0 0;line-height:20px;}.patient-identity .application-shortcuts li{cursor:pointer;list-style:none;padding-top:2px;}.patient-identity .application-shortcuts li:hover:after{content:"";float:left;background:#01b7f1;width:100%;height:3px;border-radius:3px;margin-top:1px;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}.patient-identity .tooltip-inner{max-width:350px;}.easily-dashboard .last-patients .btn-dashboard.selected .patient-identity{background:#eaf7ff;}
.easily-error-browser{background-color:#f5f5f5;padding:30px 0;}.easily-error-browser .zone-alertes{max-width:calc(100% - 60px + 10px);width:808px;margin:auto;text-align:center;margin-bottom:20px;}.easily-error-browser .zone-alertes .alerte-danger{display:flex;align-items:center;justify-content:center;max-height:none;margin:auto;}.easily-error-browser .zone-alertes .alerte-danger .ea-danger{margin-right:30px;}.easily-error-browser .zone-alertes .alerte-danger .alerte-msg{overflow:initial;display:block;}.easily-error{margin-top:30px;background-color:#fff;}.easily-error .error-header{max-width:calc(100% - 60px + 10px);width:808px;margin:auto;margin-bottom:20px;font-size:20px;}.easily-error .error-header .error-icon{color:#e1031c;float:left;padding-right:30px;}.easily-error .error-body{max-width:calc(100% - 60px + 10px);width:808px;margin:auto;border:solid 1px #ddd;border-radius:8px;}.easily-error .error-body .error-section{padding:2% 4%;border-bottom:solid 1px #ddd;}@media screen and (min-width:1280px){.easily-error .error-body .error-section{display:flex;}}.easily-error .error-body .error-section:last-child{border:0;}.easily-error .error-body .error-section .error-subtitle{font-size:14px;color:rgba(0,49,82,.5019607843);width:100%;}@media screen and (min-width:1280px){.easily-error .error-body .error-section .error-subtitle{flex:0 0 25%;}}.easily-error .error-body .error-section .error-message{width:100%;overflow:auto;}.easily-error .error-body .error-section .error-message:first-child{font-size:18px;}.easily-error .error-body .error-section .error-message .error-scrollable{max-height:340px;}.easily-error .error-body .error-section:first-child .error-message{font-size:14px;}.easily-error .error-body .error-section:hover{background-color:rgba(0,0,0,.0784313725);}
.easily-profile{max-width:calc(100% - 60px + 10px);width:808px;margin:auto;}.easily-profile .contenu-page{display:flex;flex-direction:column;align-items:center;}@media screen and (min-width:950px){.easily-profile .contenu-page{flex-direction:row;justify-content:space-between;align-items:flex-start;}}.easily-profile .contenu-page .photosignaturebloc{width:100%;max-width:400px;}@media screen and (min-width:950px){.easily-profile .contenu-page .photosignaturebloc{margin-top:0;max-width:300px;}}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .easily-tab{margin:auto;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .easily-tab easily-tab{width:50%;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content{padding:0;position:relative;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content div,.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content span{max-width:100%;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature{display:flex;justify-content:center;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .zone-photo{min-height:178px;width:100%;background-color:#eaf7ff;border-radius:8px;display:flex;align-items:center;justify-content:center;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .zone-photo .pas-d-avatar:after{content:"";font-family:FontAwesome,sans-serif;color:#b7e4ff;font-size:95px;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .zone-photo .pas-de-signature:after{content:"";font-family:FontAwesome,sans-serif;color:#b7e4ff;font-size:95px;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .zone-photo .avatar{border-radius:50%;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .zone-photo .previewUpdateDiv{width:100%;height:80%;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .zone-photo .croppie-container .cr-slider-wrap{margin-top:38px;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .support-actions{display:flex;position:absolute;bottom:-22px;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .support-actions .photo-ajout-supprimer{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;border:1px solid #f5f5f5;font-weight:600;background:#fff 0% 0% no-repeat padding-box;display:table-column;justify-content:center;color:rgba(0,49,82,.5019607843);}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .support-actions .photo-ajout-supprimer.fa:before{font-family:FontAwesome,sans-serif;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .support-actions .photo-ajout-supprimer label{cursor:pointer;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .support-actions .photo-ajout-supprimer .none-input{display:none;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .support-actions .photo-ajout-supprimer .fa{margin-inline:15px;margin-top:9px;margin-bottom:9px;font-size:20px;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .support-actions .photo-ajout-supprimer .valide{color:#6ca937;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .support-actions .photo-ajout-supprimer .refuse{color:#e1031c;}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .support-actions .photo-ajout-supprimer .active{color:rgba(0,49,82,.5019607843);}.easily-profile .contenu-page .photosignaturebloc .profil-select easily-tabs .tab-content .photo-signature .support-actions .photo-ajout-supprimer .inactive{color:rgba(0,49,82,.3019607843);cursor:default;}.easily-profile .contenu-page .infos{width:396px;max-width:100%;margin-top:50px;}@media screen and (min-width:950px){.easily-profile .contenu-page .infos{margin-top:0;}}.easily-profile .contenu-page .infos ul{list-style-type:none;padding-left:0;}.easily-profile .contenu-page .infos ul li{margin-bottom:30px;}.easily-profile .contenu-page .infos ul li .info-title{font-size:16px;font-weight:700;padding-bottom:11px;margin-bottom:14px;border-bottom:1px solid #f5f5f5;}.easily-profile .contenu-page .infos ul li .info-content{display:flex;align-items:center;flex-wrap:wrap;font-size:14px;margin:0 0 11px 0;}.easily-profile .contenu-page .infos ul li .info-content label{font-weight:normal;margin-bottom:0;}.easily-profile .contenu-page .infos ul li .info-content p{margin:0;}.easily-profile .contenu-page .infos ul li .info-content .info-label{min-width:145px;font-style:italic;color:rgba(0,49,82,.5019607843);}.easily-profile .contenu-page .infos ul li .info-content .ck-label{font-style:normal;}.easily-profile .contenu-page .infos ul li .info-content .email{width:250px;}.easily-profile .contenu-page .infos ul li .info-content .numeroMobile{margin-left:9px;}.easily-profile .contenu-page .infos ul li .info-content .ck-box{margin-right:10px;margin-top:-1px;}.easily-profile .contenu-page .infos ul li .info-content .wrap-champ-select{margin-bottom:10px;}.easily-profile .contenu-page .infos button{margin-bottom:30px;}.easily-profile .contenu-page .infos .champ-select{width:100%;}
.easily-rich-text-root{width:100%;height:100%;position:relative;display:flex;flex-direction:column-reverse;background-color:#fff;padding:5px;}.easily-rich-text-root .easily-rich-text-toolbar{background-color:#fff;flex-wrap:wrap;border-radius:8px;display:inline-flex;}.easily-rich-text-root .easily-rich-text-toolbar.floating-toolbar{top:0;position:absolute;-webkit-transform:translateY(-120%);visibility:hidden;}.easily-rich-text-root .easily-rich-text-toolbar button{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;border:1px solid #f5f5f5;font-weight:600;background:#f5f5f5 0% 0% no-repeat padding-box;color:rgba(0,49,82,.8);padding:5px 8px;display:inline-block;margin-bottom:0;font-size:14px;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;text-shadow:unset;cursor:pointer;box-shadow:none;}.easily-rich-text-root .easily-rich-text-toolbar button.fa:before{font-family:FontAwesome,sans-serif;}.easily-rich-text-root .easily-rich-text-toolbar button:hover,.easily-rich-text-root .easily-rich-text-toolbar button:focus{color:#01b7f1;text-decoration:none;border:1px solid #ddd;outline:0;outline-offset:0;box-shadow:none;}.easily-rich-text-root .easily-rich-text-toolbar button:hover i.fa-stack-1x,.easily-rich-text-root .easily-rich-text-toolbar button:focus i.fa-stack-1x{color:#ddd;}.easily-rich-text-root .easily-rich-text-toolbar button.disabled,.easily-rich-text-root .easily-rich-text-toolbar button[disabled]{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65;}.easily-rich-text-root .easily-rich-text-toolbar button.fa:before{font-weight:normal;margin-right:7px;}.easily-rich-text-root .easily-rich-text-toolbar button.active{background-color:#01b7f1;}.easily-rich-text-root .easily-rich-text-toolbar button span.fa-stack{width:1.5em;height:max-content;display:flex;align-items:center;}.easily-rich-text-root .easily-rich-text-toolbar button i.fa-stack-1-5x{font-size:1.5em;}.easily-rich-text-root .easily-rich-text-toolbar button.color-selection{height:19px;margin-left:2px;border:1px solid #000;}.easily-rich-text-root .easily-rich-text-toolbar button.stack span{padding:0;}.easily-rich-text-root .easily-rich-text-toolbar .grp-btn{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;border:1px solid #f5f5f5;font-weight:600;background:#f5f5f5 0% 0% no-repeat padding-box;}.easily-rich-text-root .easily-rich-text-toolbar .grp-btn.fa:before{font-family:FontAwesome,sans-serif;}.easily-rich-text-root .easily-rich-text-toolbar .grp-btn,.easily-rich-text-root .easily-rich-text-toolbar .grp-sections{display:flex;vertical-align:middle;align-items:center;margin-inline:2px;margin-bottom:2px;}.easily-rich-text-root .easily-rich-text-toolbar .grp-sections{background-color:#fff;}.easily-rich-text-root .easily-rich-text-toolbar .grp-sections label{margin-left:5px;margin-right:2px;}.easily-rich-text-root .easily-rich-text-toolbar .grp-sections input,.easily-rich-text-root .easily-rich-text-toolbar .grp-sections select{margin-right:7px;padding:0;text-align:initial;border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;border:1px solid #f5f5f5;font-weight:600;background:#fff 0% 0% no-repeat padding-box;}.easily-rich-text-root .easily-rich-text-toolbar .grp-sections input.fa:before,.easily-rich-text-root .easily-rich-text-toolbar .grp-sections select.fa:before{font-family:FontAwesome,sans-serif;}.easily-rich-text-root .easily-rich-text-toolbar .grp-sections input[type=number]{width:50px;}.easily-rich-text-root .easily-rich-text-area{padding:5px;overflow:auto;border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;border:1px solid #f5f5f5;font-weight:600;background:#fff 0% 0% no-repeat padding-box;color:#003152;border:2px solid #f5f5f5;font-weight:normal;width:100%;height:100%;}.easily-rich-text-root .easily-rich-text-area.fa:before{font-family:FontAwesome,sans-serif;}.easily-rich-text-root .easily-rich-text-area blockquote{padding:0 20px;margin:initial;font-size:12px;border-left:initial;}.easily-rich-text-root [contenteditable]{font-size:12px;}.easily-rich-text-root [contenteditable]:focus{outline:2px solid rgba(0,49,82,.8);}.easily-rich-text-root .floating-toolbar:has(.grp-sections),.easily-rich-text-root:focus-within .floating-toolbar,.easily-rich-text-root .easily-rich-text-area:focus-visible+.floating-toolbar{visibility:visible;}
::-ms-reveal{display:none;}.easily-login .alerte-warning,.easily-login .alerte-danger,.easily-login .alerte-info{width:822px;max-width:calc(100% - 60px + 10px);display:flex;align-items:center;justify-content:center;}.easily-login .alerte-warning.alerte-big,.easily-login .alerte-danger.alerte-big,.easily-login .alerte-info.alerte-big{font-size:1.3em;line-height:1.2em;max-height:none;}.easily-login .msgcomplet,.easily-login .pscinfo{font-size:12px;font-weight:normal;}.easily-login .msg-accueil{background-color:#f5f5f5;display:flex;align-items:center;flex-direction:column;text-align:center;}@media screen and (min-width:950px){.easily-login .msg-accueil{min-height:118px;}}@media screen and (max-width:767px){.easily-login .msg-accueil h1,.easily-login .msg-accueil h2,.easily-login .msg-accueil h3,.easily-login .msg-accueil h4,.easily-login .msg-accueil h5,.easily-login .msg-accueil h6{font-size:14px;margin-top:0;margin-bottom:0;font-weight:bold;}.easily-login .msg-accueil span{font-size:14px!important;}}.easily-login .msg-accueil .alerte-info,.easily-login .msg-accueil .alerte-danger,.easily-login .msg-accueil .alerte-warning{margin-bottom:30px;padding:10px 20px;}.easily-login .msg-accueil .alerte-info .ea-message,.easily-login .msg-accueil .alerte-info .ea-danger,.easily-login .msg-accueil .alerte-danger .ea-message,.easily-login .msg-accueil .alerte-danger .ea-danger,.easily-login .msg-accueil .alerte-warning .ea-message,.easily-login .msg-accueil .alerte-warning .ea-danger{margin-right:20px;}.easily-login .zones-connexion{display:flex;align-items:center;flex-direction:column;font-size:16px;font-weight:700;background-color:#f5f5f5;margin-bottom:30px;}.easily-login .zones-connexion .login-bckgrnd{display:none;}.easily-login .zones-connexion .login-bckgrnd span:before{color:#003152;}@media screen and (min-width:950px){.easily-login .zones-connexion .login-bckgrnd{display:block;position:fixed;opacity:.05;font-size:10em;top:454px;right:30px;}}@media screen and (min-width:1440px){.easily-login .zones-connexion .login-bckgrnd{right:8%;}}@media screen and (min-width:1680px){.easily-login .zones-connexion .login-bckgrnd{right:15%;}}.easily-login .zones-connexion .zone-alertes{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}@media screen and (min-width:950px){.easily-login .zones-connexion .zone-alertes{background-color:#fff;margin:0;}}.easily-login .zones-connexion .zone-alertes .alerte-warning,.easily-login .zones-connexion .zone-alertes .alerte-danger,.easily-login .zones-connexion .zone-alertes .alerte-info{margin-top:30px;}.easily-login .zones-connexion .zone-alertes .alerte-warning .ea-warning,.easily-login .zones-connexion .zone-alertes .alerte-warning .ea-danger,.easily-login .zones-connexion .zone-alertes .alerte-danger .ea-warning,.easily-login .zones-connexion .zone-alertes .alerte-danger .ea-danger,.easily-login .zones-connexion .zone-alertes .alerte-info .ea-warning,.easily-login .zones-connexion .zone-alertes .alerte-info .ea-danger{margin-right:30px;}.easily-login .zones-connexion .zone-connexion{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:0;min-height:320px;background-color:#fff;border-radius:30px 30px 0 0;}@media screen and (min-width:950px){.easily-login .zones-connexion .zone-connexion{border-radius:0;}}@media screen and (min-width:950px){.easily-login .zones-connexion .zone-connexion{padding-top:25px;flex-direction:row;}}.easily-login .zones-connexion .zone-connexion .connexion-ad{width:200px;}@media screen and (min-width:318px){.easily-login .zones-connexion .zone-connexion .connexion-ad{width:300px;}}.easily-login .zones-connexion .zone-connexion .connexion-ad .login-panel{margin-top:18px;}@media screen and (min-width:950px){.easily-login .zones-connexion .zone-connexion .connexion-ad .login-panel{margin-top:0;}}.easily-login .zones-connexion .zone-connexion .connexion-ad .login-panel .champ-select,.easily-login .zones-connexion .zone-connexion .connexion-ad .login-panel .champ-input{width:200px;margin-top:20px;}@media screen and (min-width:318px){.easily-login .zones-connexion .zone-connexion .connexion-ad .login-panel .champ-select,.easily-login .zones-connexion .zone-connexion .connexion-ad .login-panel .champ-input{width:300px;}}.easily-login .zones-connexion .zone-connexion .connexion-ad .btn-principal{float:right;}.easily-login .zones-connexion .zone-connexion .connexion-ad .verrmaj{text-align:center;margin-top:20px;display:none;color:#01b7f1;}.easily-login .zones-connexion .zone-connexion .connexion-ad .login-message{text-align:center;margin-top:20px;display:none;color:#e1031c;}.easily-login .zones-connexion .zone-connexion .connexion-ad .login-validation{margin-top:22px;}.easily-login .zones-connexion .zone-connexion .connexion-ad .login-validation .gestion-mdp{display:flex;gap:10px;flex-direction:column;}.easily-login .zones-connexion .zone-connexion .connexion-ad .login-validation .gestion-mdp .mdp-oublie,.easily-login .zones-connexion .zone-connexion .connexion-ad .login-validation .gestion-mdp .demande-creation-compte{text-decoration:underline;color:#01b7f1;font-size:14px;}.easily-login .zones-connexion .zone-connexion .connexion-ad .password-eye{float:right;top:-30px;right:20px;position:relative;color:rgba(0,49,82,.5019607843);}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel{margin-top:20px;display:none;width:500px;font-size:.8em;}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons{display:inline-block;}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail{display:flex;align-items:center;justify-content:flex-start;gap:5px;margin-top:20px;}@media screen and (min-width:950px){.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail{gap:50px;}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .textSMS,.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .textEmail{font-size:14px;}}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .button-email-ou-sms{height:55px;width:55px;}@media screen and (min-width:950px){.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .button-email-ou-sms{height:77px;width:77px;}}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .choix-sms{font-size:2em;padding:0;}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .choix-sms .fa-mobile{left:-9px;}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .choix-sms .fa-commenting{left:15px;top:-7px;font-size:.7em;}@media screen and (min-width:950px){.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .choix-sms{font-size:2.7em;}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .choix-sms .fa-commenting{left:19px;}}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .choix-messagerie{padding:0 9px;font-size:.8em;}.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .choix-messagerie:after{content:"";font-family:FontAwesome,sans-serif;color:#fff;font-size:3.5em;}@media screen and (min-width:950px){.easily-login .zones-connexion .zone-connexion .connexion-ad .choixEmailOuTelephonePanel .choixEmailOuTelephoneBoutons .choix-sms-ou-mail .choix-messagerie{font-size:1em;}}.easily-login .zones-connexion .zone-connexion .connexion-ad .saisieotp{display:none;margin-top:20px;}.easily-login .zones-connexion .zone-connexion .connexion-ad .saisieotp .validation-otp{display:flex;align-items:center;justify-content:space-around;margin-top:20px;}.easily-login .zones-connexion .zone-connexion .connexion-ad .saisieotp .validation-otp .redir-logout-button{height:35px;width:35px;padding:0;}.easily-login .zones-connexion .zone-connexion .connexion-ad .saisieotp .validation-otp .redir-logout-button:after{content:"";font-family:FontAwesome,sans-serif;color:#fff;font-size:12px;}.easily-login .zones-connexion .zone-connexion .connexion-ad .saisieotp .validation-otp .valid-otp{height:35px;width:35px;padding:0;}.easily-login .zones-connexion .zone-connexion .connexion-ad .saisieotp .validation-otp .valid-otp:after{content:"";font-family:FontAwesome,sans-serif;color:#fff;font-size:12px;}.easily-login .zones-connexion .zone-connexion .connexion-autre{width:200px;display:flex;}@media screen and (min-width:318px){.easily-login .zones-connexion .zone-connexion .connexion-autre{width:300px;}}.easily-login .zones-connexion .zone-connexion .connexion-autre .openid-item-group{display:flex;flex-direction:column;justify-content:space-evenly;gap:10px;}.easily-login .zones-connexion .zone-connexion .connexion-autre .openid-item-group .openid-button{display:flex;}.easily-login .zones-connexion .zone-connexion .connexion-autre .openid-item-group .openid-button .openid-image{width:200px;max-height:76.61px;}@media screen and (min-width:318px){.easily-login .zones-connexion .zone-connexion .connexion-autre .openid-item-group .openid-button .openid-image{width:300px;}}.easily-login .zones-connexion .zone-connexion .connexion-autre .openid-item-group .openid-button .ea-info{display:flex;align-content:center;flex-wrap:wrap;margin-left:10px;}.easily-login .zones-connexion .zone-connexion .ou{display:flex;align-items:center;flex-direction:row;margin:30px 0;}.easily-login .zones-connexion .zone-connexion .ou .cercle{border:1px solid rgba(0,49,82,.3019607843);height:48px;width:48px;text-align:center;border-radius:48px;line-height:45px;}.easily-login .zones-connexion .zone-connexion .ou .barre-avant,.easily-login .zones-connexion .zone-connexion .ou .barre-apres{border-top:1px solid rgba(0,49,82,.3019607843);height:0;width:100px;}@media screen and (min-width:950px){.easily-login .zones-connexion .zone-connexion .ou{flex-direction:column;align-items:flex-start;margin:0 87px;}.easily-login .zones-connexion .zone-connexion .ou .barre-avant{display:none;}.easily-login .zones-connexion .zone-connexion .ou .barre-apres{border-left:1px solid rgba(0,49,82,.3019607843);border-top:0;width:0;height:277px;display:inline-block;margin-left:24px;}}
.easily-select{background-color:#f5f5f5;}.easily-select .twitter-typeahead{max-width:100%;}.easily-select .titre-page{max-width:calc(100% - 60px + 10px);width:808px;margin:auto;}@media screen and (min-width:768px){.easily-select .titre-page .titre-et-recherche{display:flex;align-items:center;justify-content:flex-start;gap:50px;}}.easily-select .titre-page .champ-recherche{position:relative;color:rgba(0,49,82,.5019607843);margin:15px 0 20px 0;}@media screen and (min-width:768px){.easily-select .titre-page .champ-recherche{margin:0;}}.easily-select .titre-page .champ-recherche .champ-input{background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.0784313725);width:314px;max-width:95%;}.easily-select .titre-page .champ-recherche .fa-search{position:absolute;right:20px;top:12px;font-size:17px;}@media screen and (min-width:318px){.easily-select .titre-page .champ-recherche .fa-search{right:calc((100% - 314px)/2 + 20px);}}.easily-select .titre-page .typeahead,.easily-select .titre-page .tt-query{padding:8px 12px;width:100%;height:30px;outline:0;border:2px solid #ccc;}.easily-select .titre-page .tt-query{box-shadow:rgba(0,0,0,.075) 1px 1px inset;}.easily-select .titre-page .tt-dropdown-menu{width:314px;max-width:100%;padding:13px 0;border:1px solid #b7e4ff;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.0784313725);border-radius:8px;}.easily-select .titre-page .tt-suggestion{padding:5px 13px;font-size:14px;text-align:start;}.easily-select .titre-page .tt-suggestion p{margin:0;}.easily-select .titre-page .tt-suggestion:hover{cursor:pointer;}.easily-select .titre-page .tt-suggestion:hover:hover,.easily-select .titre-page .tt-suggestion:hover.selected{color:#01b7f1;text-decoration:none;}.easily-select .titre-page .tt-suggestion:hover:hover:after,.easily-select .titre-page .tt-suggestion:hover.selected:after{content:"";float:left;background:#01b7f1;width:100%;height:3px;border-radius:3px;margin-top:3px;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}.easily-select .titre-page .tt-suggestion:hover:hover a,.easily-select .titre-page .tt-suggestion:hover.selected a{text-decoration:none;color:#01b7f1;}.easily-select .titre-page .alerte-warning{width:500px;max-width:95%;display:flex;align-items:center;justify-content:space-around;margin:auto;margin-bottom:30px;padding:10px 20px;}.easily-select .titre-page .alerte-warning .ea-warning{margin-right:10px;}.easily-select easily-tabs .easily-tab{max-width:calc(100% - 60px + 10px);width:808px;margin:auto;background:#f5f5f5;}@media screen and (min-width:950px){.easily-select easily-tabs .easily-tab li{width:100px;}}.easily-select easily-tabs .tab-content .portails{max-width:calc(100% - 60px + 10px);width:808px;margin:auto;display:flex;flex-wrap:wrap;gap:16px;}.easily-select easily-tabs .tab-content .portails .btn-favoris{width:100%;max-width:100%;-webkit-transition:opacity 0s ease-in-out;}@media screen and (min-width:768px){.easily-select easily-tabs .tab-content .portails .btn-favoris{width:190px;}}.easily-select easily-tabs .tab-content .portails .btn-favoris.btn-suggere{background-color:#01b7f1;}
.easily-session-popup{z-index:2147483640!important;}.easily-session-popup .verrouillage-modal{max-width:calc(100% - 60px + 10px);background-color:#fff;margin-inline:auto;border-radius:8px;margin-top:35px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.4);box-shadow:0 3px 9px rgba(0,0,0,.4);padding:40px 0;text-align:center;}@media screen and (min-width:768px){.easily-session-popup .verrouillage-modal{width:600px;margin-top:126px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.4);box-shadow:0 5px 15px rgba(0,0,0,.4);}}.easily-session-popup .verrouillage-modal .btn-close{cursor:pointer;background:transparent;border:0;float:right;font-size:30px;opacity:1;margin:13px;padding:0;color:rgba(0,49,82,.5019607843);}.easily-session-popup .verrouillage-modal .verrouillage-header{padding:0 20px;}@media screen and (min-width:768px){.easily-session-popup .verrouillage-modal .verrouillage-header{padding:0 40px;}}.easily-session-popup .verrouillage-modal .verrouillage-header .logo-produit{height:40px;background-image:url(/GetProductImage?version=logo);background-position:center;background-size:contain;background-repeat:no-repeat;}.easily-session-popup .verrouillage-modal .verrouillage-header .verrouillage-nom{margin-top:34px;margin-bottom:9px;font-size:20px;font-weight:600;}.easily-session-popup .verrouillage-modal form{padding:0 20px;}.easily-session-popup .verrouillage-modal form .verrouillage-message{font-size:14px;font-weight:600;}.easily-session-popup .verrouillage-modal form .locked-message{display:none;}@media screen and (min-width:768px){.easily-session-popup .verrouillage-modal form{padding:0 40px;}}.easily-session-popup .verrouillage-modal form .verrmaj{color:#01b7f1;text-align:center;font-weight:bold;display:none;padding-top:20px;}.easily-session-popup .verrouillage-modal form .verrouillage-pwd{display:flex;width:100%;margin-inline:auto;margin-top:30px;}@media screen and (min-width:768px){.easily-session-popup .verrouillage-modal form .verrouillage-pwd{width:293px;}}.easily-session-popup .verrouillage-modal form .password-eye{float:right;top:-30px;right:15%;position:relative;color:rgba(0,49,82,.5019607843);}@media screen and (min-width:768px){.easily-session-popup .verrouillage-modal form .password-eye{right:130px;}}.easily-session-popup .verrouillage-modal form .verrouillage-footer{padding-top:27px;}.easily-session-popup .verrouillage-modal form .verrouillage-footer .verrouillage-boutons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:27px;}@media screen and (min-width:768px){.easily-session-popup .verrouillage-modal form .verrouillage-footer .verrouillage-boutons{gap:37px;}}
:root{--topPositionIconConfidentiel:-45px;}.force-popup .bris-de-glace{max-width:calc(100% - 60px + 10px);background-color:#fff;margin-inline:auto;border-radius:8px;margin-top:35px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.4);box-shadow:0 3px 9px rgba(0,0,0,.4);}@media screen and (min-width:768px){.force-popup .bris-de-glace{width:600px;margin-top:126px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.4);box-shadow:0 5px 15px rgba(0,0,0,.4);}}.force-popup .bris-de-glace .btn-close{cursor:pointer;background:transparent;border:0;float:right;font-size:30px;opacity:1;margin:13px;padding:0;color:rgba(0,49,82,.5019607843);}.force-popup .bris-de-glace .bris-de-glace-header .title{padding-top:37px;width:86%;margin-inline:auto;font-weight:600;font-size:20px;margin-bottom:20px;}.force-popup .bris-de-glace .bris-de-glace-content{width:86%;margin-inline:auto;font-size:14px;}.force-popup .bris-de-glace .bris-de-glace-content .bris-glace-simple{--topPositionIconConfidentiel:-35px;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text{position:relative;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text p{margin:0 0 10px 0;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .msg-standard{font-weight:600;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text.message-custom .custom-msg{margin:40px 0;font-weight:600;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text.bris-glace-classique div{margin:0 0 10px 0;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .icon-patient-protege{position:relative;top:var(--topPositionIconConfidentiel);color:#e1031c;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .validate-user-nom-patient{margin-top:20px;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .validate-user-nom-patient p{font-weight:600;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .patient-name{color:#01b7f1;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .patient-name:has(+.icon-patient-protege) .get-identite-identite{margin-left:21px;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .patient-name.long-name{display:flex;flex-direction:column;line-height:16px;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .patient-name.long-name .get-identite-date-naissance,.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .patient-name.long-name .get-identite-date-deces{margin-left:12px;}.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .patient-name.long-name .get-identite-identite,.force-popup .bris-de-glace .bris-de-glace-content .bris-de-glace-content-text .patient-name.long-name .get-identite-date-deces{font-weight:600;}.force-popup .bris-de-glace .bris-de-glace-content .password-eye{float:right;top:-30px;right:5%;position:relative;color:rgba(0,49,82,.5019607843);height:0;}@media screen and (min-width:768px){.force-popup .bris-de-glace .bris-de-glace-content .password-eye{right:40px;}}.force-popup .bris-de-glace .bris-de-glace-content .validation-bris-glace{margin-top:18px;display:flex;gap:20px;flex-direction:column;align-items:stretch;}.force-popup .bris-de-glace .bris-de-glace-content .validation-bris-glace input,.force-popup .bris-de-glace .bris-de-glace-content .validation-bris-glace select{width:100%;}.force-popup .bris-de-glace .bris-de-glace-content .validation-bris-glace label{margin:0;}.force-popup .bris-de-glace .bris-de-glace-footer{margin-top:30px;display:flex;padding-bottom:15px;}.force-popup .bris-de-glace .bris-de-glace-footer .bris-de-glace-boutons{margin-inline:auto;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;}
.p-fileupload input[type=file]{display:none;}.p-fileupload input[type=file]{display:none;}#module-kate360 .navbar-fixed-top{position:absolute!important;top:0!important;}body{background-color:#f5f5f5;color:#003152;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;font-size:12px;line-height:1.4em;overflow:hidden;}body *{box-sizing:border-box;}body .gshDisplay{border-color:#c9aaab;opacity:0%;margin-bottom:17px;}.arriere-plan-header{background-color:#fff;height:75px;}.arriere-plan-header.arriere-plan-header-gris{background-color:#f5f5f5;}.easily-header{font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif!important;user-select:none;position:absolute;inset:0 0 10px 0;width:100%;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.0784313725);display:flex;height:70px;border-radius:0 0 30px 30px;font-size:16px;color:rgba(0,49,82,.8);}.easily-header .easily-show-hide-header{width:86px;height:70px;display:flex;align-items:center;justify-content:center;gap:15px;border-radius:0 30px;display:none;color:#fff;}.easily-header .easily-show-hide-header .easily-hide-header{width:28px;font-size:30px;}.easily-header .easily-show-hide-header .easily-hide-header .fa-angle-down{top:-4px;}.easily-header .easily-show-hide-header .easily-hide-header .fa-angle-up{top:3px;}.easily-header .easily-show-hide-header.display-bandeau{border-radius:0 30px 0 0;padding-left:17px;padding-right:15px;gap:12px;}.easily-header .easily-show-hide-header .icon-menu{font-size:15px;}.easily-header .easily-show-hide-header .btnPrevious{display:none;padding-top:5px;}.easily-header .easily-show-hide-header .btnPrevious:after{content:"";font-family:FontAwesome,sans-serif;color:#fff;font-size:40px;}.easily-header .nom-portail{margin-left:auto;margin-right:0;}.easily-header .logo-and-menus{display:flex;}.easily-header .logo-and-menus .easily-logo{display:flex;align-items:center;justify-content:center;min-width:175px;}.easily-header .logo-and-menus .easily-logo .logo-produit{width:105px;height:60px;background:url("/GetProductImage?version=logo") center;background-repeat:no-repeat;background-size:contain;}.easily-header .logo-and-menus .easily-logo .easily-csymbol{cursor:default;margin-top:25px;margin-left:-15px;}.easily-header .logo-and-menus .easily-menus{display:flex;align-items:center;}.easily-header .logo-and-menus .easily-menus #easily-shortcuts .easily-btn-recherche-patient{font-size:23px;width:25px;margin-right:25px;cursor:pointer;height:70px;padding-top:25px;}.easily-header .logo-and-menus .easily-menus #easily-shortcuts .easily-btn-recherche-patient:hover,.easily-header .logo-and-menus .easily-menus #easily-shortcuts .easily-btn-recherche-patient.selected{color:#01b7f1;text-decoration:none;}.easily-header .logo-and-menus .easily-menus #easily-shortcuts .easily-btn-recherche-patient:hover:after,.easily-header .logo-and-menus .easily-menus #easily-shortcuts .easily-btn-recherche-patient.selected:after{content:"";float:left;background:#01b7f1;width:100%;height:3px;border-radius:3px;margin-top:20px;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}.easily-header .logo-and-menus .easily-menus #easily-shortcuts .easily-btn-recherche-patient:hover a,.easily-header .logo-and-menus .easily-menus #easily-shortcuts .easily-btn-recherche-patient.selected a{text-decoration:none;color:#01b7f1;}.easily-header .logo-and-menus .easily-menus .easily-univers{display:flex;align-items:center;}.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel{display:flex;gap:20px;padding-left:0;margin:0;}.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel .easily-univers-item{font-size:16px;text-transform:capitalize;font-weight:500;cursor:pointer;height:70px;padding-top:30px;pointer-events:none;}.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel .easily-univers-item:hover,.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel .easily-univers-item.selected{color:#01b7f1;text-decoration:none;}.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel .easily-univers-item:hover:after,.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel .easily-univers-item.selected:after{content:"";float:left;background:#01b7f1;width:100%;height:3px;border-radius:3px;margin-top:20px;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel .easily-univers-item:hover a,.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel .easily-univers-item.selected a{text-decoration:none;color:#01b7f1;}.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel .easily-univers-item a{text-decoration:none;color:rgba(0,49,82,.8);white-space:nowrap;pointer-events:auto;}.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel-prev{cursor:pointer;width:60px;text-align:center;margin-top:10px;}.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel-prev:after{content:"";font-family:FontAwesome,sans-serif;color:#003152;font-size:20px;}.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel-next{cursor:pointer;width:60px;text-align:center;margin-top:10px;}.easily-header .logo-and-menus .easily-menus .easily-univers .carrousel-next:after{content:"";font-family:FontAwesome,sans-serif;color:#003152;font-size:20px;}.easily-header .logo-and-menus .easily-menus ::-webkit-scrollbar{width:10px;height:10px;}.easily-header .logo-and-menus .easily-menus ::-webkit-scrollbar-track{background:rgba(0,49,82,.3019607843);border-right:solid 0 #fff;}.easily-header .logo-and-menus .easily-menus ::-webkit-scrollbar-thumb{background:#01b7f1;border-right:solid 0 #fff;}.easily-header .logo-and-menus .easily-menus ::-webkit-scrollbar-thumb:hover{background:#003152;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu{background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.0784313725);display:none;position:absolute;top:70px;left:0;z-index:15;min-height:190px;width:100%;font-size:.8em;border-top:1px solid #f5f5f5;overflow:hidden;overflow-x:auto;padding:0;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block{position:relative;z-index:10;display:flex;width:auto;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div{min-width:200px;border-left:1px solid rgba(238,238,238,.4666666667);}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div:first-child{border:0;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div .easily-univers-menu-header{text-transform:uppercase;font-size:14px;font-weight:700;padding:15px 15px 5px 15px;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ::-webkit-scrollbar{width:20px;height:10px;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ::-webkit-scrollbar-track{background:rgba(0,49,82,.3019607843);border-right:solid 10px #fff;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ::-webkit-scrollbar-thumb{background:#01b7f1;border-right:solid 10px #fff;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ::-webkit-scrollbar-thumb:hover{background:#003152;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ul{overflow:hidden;overflow-y:auto;padding-right:0;padding-left:0;list-style-type:none;cursor:default;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ul li{padding:10px;font-size:14px;cursor:pointer;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ul li:hover,.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ul li.selected{color:#01b7f1;text-decoration:none;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ul li:hover:after,.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ul li.selected:after{content:"";float:left;background:#01b7f1;width:100%;height:3px;border-radius:3px;margin-top:10px;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ul li:hover a,.easily-header .logo-and-menus .easily-menus .easily-univers-menu .easily-univers-menu-block .easily-univers-menu-header-div ul li.selected a{text-decoration:none;color:#01b7f1;}.easily-header .nom-portail{text-align:center;max-width:calc(100% - 175px);padding:20px;border-radius:30px 0;color:#fff;display:flex;align-items:center;justify-content:space-around;font-size:15px;font-weight:600;}@media screen and (min-width:318px){.easily-header .nom-portail{min-width:183px;font-size:20px;}}.easily-header .easily-header-user{text-align:center;max-width:calc(100% - 175px);padding:20px;border-radius:30px 0;color:#fff;display:flex;align-items:center;justify-content:space-around;position:absolute;right:0;height:70px;font-weight:normal;}.easily-header .easily-header-user.display-bandeau{border-radius:30px 0 0 0;}.easily-header .easily-header-user .div-avatar{cursor:pointer;}.easily-header .easily-header-user .div-avatar .avatar{display:block;width:40px;border-radius:40px;cursor:pointer;}.easily-header .easily-header-user .div-avatar .pas-d-avatar{display:none;font-size:30px;}.easily-header .easily-header-user .div-avatar.show-icon .avatar{display:none;}.easily-header .easily-header-user .div-avatar.show-icon .pas-d-avatar{display:block;}.easily-header .easily-header-user .username,.easily-header .easily-header-user .dropicon{display:none;}.easily-header .easily-header-user .dropicon{font-weight:lighter;border-radius:15px;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}.easily-header .easily-header-user .dropicon .fa-circle-thin{font-size:1.5em;}.easily-header .easily-header-user .dropicon .fa-angle-down{-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}.easily-header .easily-header-user .dropicon:hover{background-color:rgba(255,255,255,.3);}.easily-header .easily-header-user .dropicon.opened{background-color:rgba(255,255,255,.3);}.easily-header .easily-header-user .dropicon.opened .fa-angle-down{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);}@media screen and (min-width:1024px){.easily-header .easily-header-user{min-width:250px;max-width:300px;}.easily-header .easily-header-user .div-avatar{pointer-events:none;}.easily-header .easily-header-user .div-avatar .avatar{cursor:unset;}.easily-header .easily-header-user .username{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:10px;}.easily-header .easily-header-user .dropicon{display:block;cursor:pointer;}}.easily-header .easily-header-usermenu{display:none;position:absolute;right:25px;top:58px;color:#003152;z-index:1000;background:#fff 0% 0% no-repeat padding-box;box-shadow:0 3px 6px rgba(0,0,0,.0784313725);border:1px solid #f5f5f5;border-radius:8px;opacity:1;}.easily-header .easily-header-usermenu .menu-drop-down{margin:10px 0;}.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down{padding:0 8px 16px 8px;list-style:none;cursor:pointer;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;font-weight:500;font-size:16px;}.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down user-profile{margin-left:5px;}.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down span.icone{position:relative;top:2px;left:-30px;width:0;font-size:1.2em;}.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down span.icone.fa-user-circle{font-weight:600;}.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down span.icone.fa-info-circle,.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down span.icone.fa-question-circle,.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down span.icone.fa-lock{font-size:1.4em;}.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down span.icone.icon-admin-securite{font-size:1.6em;}.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down:hover,.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down span.icone:hover{color:#01b7f1;}@media screen and (min-width:1024px){.easily-header .easily-header-usermenu .menu-drop-down .sous-menu-drop-down .username{display:none;}}.easily-header .easily-header-usermenu .menu-drop-down li:not(:hover) span.icone{color:rgba(0,49,82,.5019607843);}.easily-header .easily-header-usermenu .menu-drop-down .hiddenMenu{display:none;}@media screen and (min-width:1024px){.easily-header .easily-header-usermenu .menu-drop-down .hiddenMenu{display:list-item;}}.easily-header.easily-header-usermenu-hidden .easily-header-usermenu{border:0;}.easily-header.easily-header-usermenu-hidden .easily-header-usermenu .menu-drop-down{display:none;}.easily-header.easily-header-usermenu-hidden .dropicon{display:none;}@media screen and (min-width:1024px){.easily-header:hover,.easily-header.selected{border-radius:0;}.easily-header:hover .easily-header-user,.easily-header:hover .nom-portail,.easily-header.selected .easily-header-user,.easily-header.selected .nom-portail{border-radius:30px 0 0 0;}.easily-header:hover .easily-show-hide-header,.easily-header.selected .easily-show-hide-header{border-radius:0 30px 0 0;}}.easily-menu-mobile{height:64px;width:100%;background-color:#fff;justify-content:center;color:rgba(0,49,82,.5019607843);position:fixed;display:flex;bottom:0;align-items:center;}.easily-menu-mobile .menu-mobile-item{font-size:25px;margin-inline:25px;cursor:pointer;}.easily-menu-mobile .menu-mobile-item:hover,.easily-menu-mobile .menu-mobile-item.selected{color:#01b7f1;text-decoration:none;}.easily-menu-mobile .menu-mobile-item:hover:after,.easily-menu-mobile .menu-mobile-item.selected:after{content:"";float:left;background:#01b7f1;width:100%;height:3px;border-radius:3px;margin-top:16px;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}.easily-menu-mobile .menu-mobile-item:hover a,.easily-menu-mobile .menu-mobile-item.selected a{text-decoration:none;color:#01b7f1;}.easily-menu-mobile .menu-mobile-item.selected,.easily-menu-mobile .menu-mobile-item:hover{margin-top:19px;}.easily-menu-mobile .menu-mobile-item.selected:after,.easily-menu-mobile .menu-mobile-item:hover:after{width:200%;position:relative;left:-50%;}.easily-maincontent{position:absolute;top:70px;bottom:0;background-color:#fff;width:100%;overflow:auto;}.easily-maincontent .area-content{position:absolute;left:0;right:0;bottom:0;overflow-y:auto;overflow-x:auto;}.easily-maincontent-noheader{position:absolute;inset:0;overflow:auto;}.easily-footer{user-select:none;height:159px;padding-top:5px;cursor:default;text-align:center;background-color:#003152;}.easily-footer .copyright{color:#fff;text-align:center;width:100%;}@media screen and (min-width:768px){.easily-footer .copyright{position:absolute;top:0;bottom:0;left:0;padding-top:33px;}}.easily-footer .icon-logo-HCL{font-size:4em;padding-top:25px;}.easily-footer .env-name{color:#01b7f1;opacity:.75;}@media screen and (min-width:768px){.easily-footer{position:sticky;right:0;top:calc(100% + 77px);left:0;bottom:0;}.easily-footer .env-name{font-size:3em;}}
.ea-info:after{content:"";font-family:FontAwesome,sans-serif;color:#01b7f1;font-size:25px;}.ea-warning:after{content:"";font-family:FontAwesome,sans-serif;color:#f8b13f;font-size:25px;}.ea-danger:after{content:"";font-family:FontAwesome,sans-serif;color:#e1031c;font-size:25px;}.ea-message:after{content:"";font-family:FontAwesome,sans-serif;color:#01b7f1;font-size:25px;}.titre-page{font-size:20px;font-weight:600;text-align:center;padding-top:22px;padding-bottom:20px;}@media screen and (min-width:950px){.titre-page{padding:38px 0;text-align:left;}}.btn-principal,.btn-accepte,.bootbox .btn-primary{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;box-shadow:0 3px 6px rgba(0,0,0,.0784313725);border:1px solid #fff;font-weight:600;background:#01b7f1 0% 0% no-repeat padding-box;color:#fff;padding:11px 24px;display:inline-block;margin-bottom:0;font-size:14px;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;text-shadow:unset;cursor:pointer;}.btn-principal.fa:before,.btn-accepte.fa:before,.bootbox .btn-primary.fa:before{font-family:FontAwesome,sans-serif;}.btn-principal:hover,.btn-principal:focus,.btn-accepte:hover,.btn-accepte:focus,.bootbox .btn-primary:hover,.bootbox .btn-primary:focus{color:#fff;text-decoration:none;border:1px solid #ddd;outline:0;outline-offset:0;box-shadow:none;}.btn-principal:hover i.fa-stack-1x,.btn-principal:focus i.fa-stack-1x,.btn-accepte:hover i.fa-stack-1x,.btn-accepte:focus i.fa-stack-1x,.bootbox .btn-primary:hover i.fa-stack-1x,.bootbox .btn-primary:focus i.fa-stack-1x{color:#ddd;}.btn-principal.disabled,.btn-principal[disabled],.btn-accepte.disabled,.btn-accepte[disabled],.bootbox .btn-primary.disabled,.bootbox .btn-primary[disabled]{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65;}.btn-principal.fa:before,.btn-accepte.fa:before,.bootbox .btn-primary.fa:before{font-weight:normal;margin-right:7px;}.btn-secondaire,btn-annule,.bootbox .btn-secondary{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;border:1px solid rgba(0,49,82,.5019607843);font-weight:600;background:rgba(0,49,82,.5019607843) 0% 0% no-repeat padding-box;color:#fff;padding:11px 24px;display:inline-block;margin-bottom:0;font-size:14px;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;text-shadow:unset;cursor:pointer;}.btn-secondaire.fa:before,btn-annule.fa:before,.bootbox .btn-secondary.fa:before{font-family:FontAwesome,sans-serif;}.btn-secondaire:hover,.btn-secondaire:focus,btn-annule:hover,btn-annule:focus,.bootbox .btn-secondary:hover,.bootbox .btn-secondary:focus{color:#fff;text-decoration:none;border:1px solid #ddd;outline:0;outline-offset:0;box-shadow:none;}.btn-secondaire:hover i.fa-stack-1x,.btn-secondaire:focus i.fa-stack-1x,btn-annule:hover i.fa-stack-1x,btn-annule:focus i.fa-stack-1x,.bootbox .btn-secondary:hover i.fa-stack-1x,.bootbox .btn-secondary:focus i.fa-stack-1x{color:#ddd;}.btn-secondaire.disabled,.btn-secondaire[disabled],btn-annule.disabled,btn-annule[disabled],.bootbox .btn-secondary.disabled,.bootbox .btn-secondary[disabled]{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65;}.btn-secondaire.fa:before,btn-annule.fa:before,.bootbox .btn-secondary.fa:before{font-weight:normal;margin-right:7px;}.btn-effacer,.ea-alerte{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;border:1px solid #f8b13f;font-weight:600;background:#f8b13f 0% 0% no-repeat padding-box;color:#fff;padding:11px 24px;display:inline-block;margin-bottom:0;font-size:14px;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;text-shadow:unset;cursor:pointer;}.btn-effacer.fa:before,.ea-alerte.fa:before{font-family:FontAwesome,sans-serif;}.btn-effacer:hover,.btn-effacer:focus,.ea-alerte:hover,.ea-alerte:focus{color:#fff;text-decoration:none;border:1px solid #ddd;outline:0;outline-offset:0;box-shadow:none;}.btn-effacer:hover i.fa-stack-1x,.btn-effacer:focus i.fa-stack-1x,.ea-alerte:hover i.fa-stack-1x,.ea-alerte:focus i.fa-stack-1x{color:#ddd;}.btn-effacer.disabled,.btn-effacer[disabled],.ea-alerte.disabled,.ea-alerte[disabled]{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65;}.btn-effacer.fa:before,.ea-alerte.fa:before{font-weight:normal;margin-right:7px;}.btn-refuse{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;border:1px solid #e1031c;font-weight:600;background:#e1031c 0% 0% no-repeat padding-box;color:#fff;padding:11px 24px;display:inline-block;margin-bottom:0;font-size:14px;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;text-shadow:unset;cursor:pointer;}.btn-refuse.fa:before{font-family:FontAwesome,sans-serif;}.btn-refuse:hover,.btn-refuse:focus{color:#fff;text-decoration:none;border:1px solid #ddd;outline:0;outline-offset:0;box-shadow:none;}.btn-refuse:hover i.fa-stack-1x,.btn-refuse:focus i.fa-stack-1x{color:#ddd;}.btn-refuse.disabled,.btn-refuse[disabled]{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65;}.btn-refuse.fa:before{font-weight:normal;margin-right:7px;}.btn-favoris{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;border:1px solid #f5f5f5;font-weight:600;background:#f5f5f5 0% 0% no-repeat padding-box;color:#fff;padding:11px 24px;display:inline-block;margin-bottom:0;font-size:14px;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;text-shadow:unset;cursor:pointer;box-shadow:none;color:#003152;text-align:left;}.btn-favoris.fa:before{font-family:FontAwesome,sans-serif;}.btn-favoris:hover,.btn-favoris:focus{color:#fff;text-decoration:none;border:1px solid #ddd;outline:0;outline-offset:0;box-shadow:none;}.btn-favoris:hover i.fa-stack-1x,.btn-favoris:focus i.fa-stack-1x{color:#ddd;}.btn-favoris.disabled,.btn-favoris[disabled]{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65;}.btn-favoris.fa:before{font-weight:normal;margin-right:7px;}.btn-favoris:hover,.btn-favoris:focus{color:#003152;border:1px solid #ddd;}.btn-favoris .nom-btn{max-width:calc(100% - 21px);overflow:hidden;text-overflow:ellipsis;display:inline-block;white-space:nowrap;}.btn-favoris .etoile{float:right;font-size:21px;cursor:pointer;}.btn-favoris .etoile.fa-star-o{color:rgba(0,49,82,.5019607843);}.btn-favoris .etoile.fa-star-o:hover,.btn-favoris .etoile.fa-star-o:focus{color:#f8b13f;}.btn-favoris .etoile.fa-star{color:#f8b13f;}.btn-favoris .etoile.fa-star:hover,.btn-favoris .etoile.fa-star:focus{color:rgba(0,49,82,.5019607843);}.ck-box{accent-color:#01b7f1;width:15px;height:15px;}.champ-select,.champ-input{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;border:1px solid #f5f5f5;font-weight:600;background:#f5f5f5 0% 0% no-repeat padding-box;font-size:14px;height:44px;padding:6px 19px;}.champ-select.fa:before,.champ-input.fa:before{font-family:FontAwesome,sans-serif;}.champ-select::placeholder,.champ-input::placeholder{color:rgba(0,49,82,.5019607843);font-size:14px;font-weight:500;opacity:100%;font-style:italic;}.champ-select:focus-visible,.champ-input:focus-visible{outline:1px solid #b7e4ff;}.champ-select:focus-visible:not(.champ-select:focus-visible.has-error,.champ-input:focus-visible.has-error),.champ-input:focus-visible:not(.champ-select:focus-visible.has-error,.champ-input:focus-visible.has-error){border:1px solid #b7e4ff;}.champ-select.has-error,.champ-input.has-error{outline:1px solid #f36575;}label.wrap-champ-select{display:block;margin-bottom:0;position:relative;}label.wrap-champ-select .champ-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}label.wrap-champ-select .champ-select:not(label.wrap-champ-select .champ-select.has-error){border:1px solid #b7e4ff;}label.wrap-champ-select:after{content:"";font-family:FontAwesome,sans-serif;color:#01b7f1;font-size:22px;position:absolute;}label.wrap-champ-select:after{right:-90%;top:-30px;width:10%;pointer-events:none;position:relative;height:0;display:block;}.form-control{color:#003152;}.clickable{cursor:pointer;}.alerte-info{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;box-shadow:0 3px 6px rgba(0,0,0,.0784313725);border:1px solid #01b7f1;font-weight:600;background:#ccf1fc 0% 0% no-repeat padding-box;font-size:14px;padding:15px 30px;max-height:77px;cursor:pointer;}.alerte-info.fa:before{font-family:FontAwesome,sans-serif;}.alerte-info:hover,.alerte-info:focus{max-height:none;}.alerte-info p{margin:0;}.alerte-info div{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;}.alerte-info div:focus,.alerte-info div:hover{display:block;overflow:visible;white-space:normal;max-height:none;}@media screen and (min-width:768px){.alerte-info{max-height:none;padding:30px;}.alerte-info div{-webkit-line-clamp:5;}}.alerte-warning{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;box-shadow:0 3px 6px rgba(0,0,0,.0784313725);border:1px solid #f8b13f;font-weight:600;background:#fff9f0 0% 0% no-repeat padding-box;font-size:14px;padding:15px 30px;max-height:77px;cursor:pointer;}.alerte-warning.fa:before{font-family:FontAwesome,sans-serif;}.alerte-warning:hover,.alerte-warning:focus{max-height:none;}.alerte-warning p{margin:0;}.alerte-warning div{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;}.alerte-warning div:focus,.alerte-warning div:hover{display:block;overflow:visible;white-space:normal;max-height:none;}@media screen and (min-width:768px){.alerte-warning{max-height:none;padding:30px;}.alerte-warning div{-webkit-line-clamp:5;}}.alerte-danger{border-radius:8px;font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;box-shadow:0 3px 6px rgba(0,0,0,.0784313725);border:1px solid #e1031c;font-weight:600;background:#f9ebef 0% 0% no-repeat padding-box;font-size:14px;padding:15px 30px;max-height:77px;cursor:pointer;}.alerte-danger.fa:before{font-family:FontAwesome,sans-serif;}.alerte-danger:hover,.alerte-danger:focus{max-height:none;}.alerte-danger p{margin:0;}.alerte-danger div{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;}.alerte-danger div:focus,.alerte-danger div:hover{display:block;overflow:visible;white-space:normal;max-height:none;}@media screen and (min-width:768px){.alerte-danger{max-height:none;padding:30px;}.alerte-danger div{-webkit-line-clamp:5;}}.easily-table{font-size:14px;text-align:left;margin:auto;}.easily-table tr:has(th){background-color:#fff;}.easily-table tr th{font-weight:700;padding:10px;}.easily-table tr:has(td){background-color:#f5f5f5;}.easily-table tr:has(td):hover{box-shadow:0 1px 2px 1px rgba(0,0,0,.0784313725);-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,.0784313725);-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,.0784313725);position:relative;}.easily-table tr td{padding:10px;}.easily-table.easily-table-striped tr:has(td){background-color:#f5f5f5;}.easily-table.easily-table-striped tr:has(td):nth-child(2n){background-color:#fff;}.easily-table.easily-table-striped tr:has(td):hover{background-color:#eaf7ff;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}.easily-ctxmenu{position:absolute;margin-left:0 75px;width:fit-content;padding:6px;height:auto;border:1px solid #000;background:#000;overflow:visible;border-radius:4px;color:#fff;}.easily-ctxline{margin:0;padding:2px 2px 2px 8px;font-size:12px;font-weight:normal;line-height:1.4;overflow:visible;}.easily-ctxline:hover{border-radius:4px;opacity:.9;}.get-identite-sexe{font-weight:bolder;font-style:normal;}.get-identite-sexe.sexe-femme:after{content:"";font-family:FontAwesome,sans-serif;color:#fa0375;font-size:10px;}.get-identite-sexe.sexe-homme:after{content:"";font-family:FontAwesome,sans-serif;color:#01b7f1;font-size:10px;}.get-identite-sexe.sexe-indetermine:after{content:"";font-family:FontAwesome,sans-serif;color:rgba(0,49,82,.5019607843);font-size:10px;}
