html {
    background-color: #fff;
}
.color-primary {
    color: #bd573c;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fixed-background {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    background-color: #bd573c;
}

.card {
    border-radius: 15px !important;
}

.display-none {
    display: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    text-decoration: underline;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.tab-pane-structure {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-top: 0px solid #dee2e6;
}

.dmxDropzone {
    background: #fff;
    border: 2px dashed #77969c;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: system-ui, sans-serif;
    font-size: 0.8rem;
    margin: 1em 0;
    padding: 1em;
    -ms-flex-line-pack: center;
    align-content: center;
}
/*--------------------------------------------------------------------------------------*/

/*
*
* Top Navigation
*
*/

.topnav-item {
    color: rgb(235, 235, 235);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.topnav-item:hover {
    color: rgb(255, 255, 255);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 1400px) {
    .menu-items-container {
        min-width: 100%;
    }
}

.service-card-home {
    max-height: 120px;
    /* -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.03) !important */
    /* -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.03) !important */
    /* box-shadow: 0 4px 10px rgba(0,0,0,.03) !important */
}

.service-card-home:hover {
    cursor: pointer;
}

.message-popup-row {
    padding: 5px;
}

.message-popup-row:hover {
    background-color: #ffd18b;
    border-radius: 10px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.logo_mobile {
    height: 30%;
    width: 30%;
}

/*--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------*/

/*
*
* HOMEPAGE
*
*/

/* Timeline */

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/* Card image Home */
.card-image-overlay-home {
    padding: 35px 5px 20px 20px !important;
    background-color: #36abde;
    min-height: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Event Slider Home */
.swiper-button-prev {
    width: 20px;
    height: 20px;
    background-size: 27px 20px;
    background-position: center;
    background-repeat: no-repeat;
    color: #bd573c !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2392b8bf'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next {
    width: 20px;
    height: 20px;
    background-size: 27px 20px;
    background-position: center;
    background-repeat: no-repeat;
    color: #bd573c !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2392b8bf'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #bd573c;
}

.rotate {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#inp_resident_search {
    border: 1px solid #d4d9df;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.74);
}

#inp_resident_search::-webkit-input-placeholder {
    color: #616161;
    opacity: 0.7;
}

#inp_resident_search::-moz-placeholder {
    color: #616161;
    opacity: 0.7;
}

#inp_resident_search:-ms-input-placeholder {
    color: #616161;
    opacity: 0.7;
}

#inp_resident_search::-ms-input-placeholder {
    color: #616161;
    opacity: 0.7;
}

#inp_resident_search::placeholder {
    color: #616161;
    opacity: 0.7;
}
.search-magnifier-icon {
    color: #616161 !important;
}

.side-tabs {
    height: 100px;
    width: 120px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 0px;
    background-color: #223c4d;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    top: 50px;
    right: 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: left 1s;
    transition: left 1s;
}

/*--------------------------------------------------------------------------------------*/

/*
*
* EMPLOYES LIST and RESIDENT LIST
*
* Used on employes lists and residents list
*/
.user-card-list {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.user-card-list:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33) !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.user-title-list {
    min-height: 80px !important;
    max-height: 80px !important;
}

.resident-card-list {
    overflow: hidden;
    max-height: 80px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    padding-left: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.resident-card-list:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13) !important;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.filter-buttons {
    color: #fff;
    border: 1px solid #fff;
}
.filter-buttons-active {
    color: #3c3e3f !important;
    border: 1px solid #fff;
    background: #fff;
}

.resident-select-filter {
    background-color: transparent;
    border-radius: 30px;
    color: #fff;
    font-size: 0.8rem;
}

.resident-input-fiche {
    background-color: rgba(255, 255, 255, 0.76);
}

.structure-filter-buttons {
    padding: 8px 14px;
    color: #8b9aab;
    font-size: 0.9em;
    line-height: 1;
    height: 30px;
    background-color: #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-radius: var(--border-radius-md);
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.structure-filter-buttons-samewidth {
    padding: 8px 14px;
    color: #616161;
    font-size: 0.9em;
    line-height: 1;
    height: 30px;
    min-width: 80px;
    background-color: #fff;
    border-radius: var(--border-radius-md);
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.structure-filter-buttons-samewidth:hover {
    background-color: #aba39d;
    color: #fff;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-property: color, background-color, background-image,
        background;
    -webkit-transition-property: color, background-color, background-image, background;
    transition-property: color, background-color, background-image, background;
    border-radius: var(--border-radius-md);
}
.structure-filter-buttons-active {
    background-color: #aba39d !important;
    color: #fff !important;
}

.structure-filter-buttons-primary {
    padding: 8px 14px;
    color: #fff;
    font-size: 0.9em;
    line-height: 1;
    height: 30px;
    background-color: #aba39d;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-property: color, background-color, background-image,
        background;
    -webkit-transition-property: color, background-color, background-image, background;
    transition-property: color, background-color, background-image, background;
    border-radius: var(--border-radius-md);
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.accordion-item-custom {
    border: none;
}

.col-form-label {
    font-size: 0.8rem;
}

/*--------------------------------------------------------------------------------------*/

/*
*
* EMPLOYES FICHE
*
*/

.lundi {
    color: #d32f2f !important;
}

.mardi {
    color: #c2185b !important;
}

.mercredi {
    color: #1976d2 !important;
}

.jeudi {
    color: #0097a7 !important;
}

.vendredi {
    color: #00796b !important;
}

.samedi {
    color: #cddc39 !important;
}

.dimanche {
    color: #eaa400 !important;
}

.nav-item-fiche-residents {
}

.sejour-actif {
    background-color: #7eb985;
    color: #fff;
}
.sejour-cloture {
    background-color: #aba39d;
    color: #fff;
}

.form-select {
}

.form-select:disabled {
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border-radius: 10px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f5f5;
    border: none;
    opacity: 1;
    border-radius: 10px;
}

.resident-details-card-leftColumn {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 10px;
    min-height: 30vh;
}

.resident-details-card-rightColumn {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 70vh;
}

.fiche-resident-image-card {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 30vh;
}

.fiche-resident-image {
    height: 100%;
}

.fiche-resident-image-card-container {
    border-radius: 15px;
    margin-bottom: 20px;
}

#inp_modifie_par::after {
    background: none !important;
}

.table-min-height-100 {
    min-height: 100px;
}

@media screen and (max-width: 768px) {
    .resident-details-card-rightColumn {
        min-height: 30vh;
        margin-bottom: 10px;
    }

    .nav-item-fiche-residents {
        width: 100% !important;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .fiche-resident-image-card {
        max-height: 20vh !important;
    }

    .resident-details-card-leftColumn {
        min-height: 20vh;
    }

    .fiche-resident-image-card-container {
        margin-bottom: 10px;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #bd573c;
    background-color: transparent;
    border-bottom: 2px solid #bd573c;
}

.nav-pills .nav-link {
    background: none;
    border-bottom: none;
    border-radius: 0px;
}
/*--------------------------------------------------------------------------------------*/
/*
*
* LOGIN PAGE
*
*/

.login-fields {
}

.login-fields:focus {
    background: #f0f0f093 !important;
    border-color: #fac534 !important;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.userlist-image-container {
    height: 80px;
    max-height: 80px;
    width: 80px;
    max-width: 80px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.userlist-left-sidebar {
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 15px;
    min-height: 95vw;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #aba39d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button {
    color: #fff;
    background-color: #aba39d;
    border: none;
    font-size: 0.8rem;
    padding: 10px;
}

.accordion-button ::-moz-focus-inner {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.068);
    font-size: 1.1rem;
    padding: 10px;
}

.nav-container {
    background-color: #77969c;
    width: 100%;
    padding-left: 20px;
}

.menu-items-nav {
}

.top-service-navbar {
    font-size: 0.8rem;
}

.resident-list-local-number {
    font-size: 1.3rem;
    margin-bottom: -1px;
    color: #77969c;
}

.structure-filter-buttons-primary:hover {
    color: #fff;
    background-color: #92b8bf;
}

.centered-div {
    min-height: 90vh;
}

.login-box {
    text-align: center;
    color: #fff;
    margin-top: 120px;
}

.exploitant_btn {
    position: sticky;
    bottom: 0px;
}

.site_card_list {
    border: none !important;
    color: #bbbbbb;
    background-color: #f5f5f588;
    opacity: 0.5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.site_card_list:hover {
    color: #616161;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    -webkit-transition-property: all;
    transition-property: all;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.site_card_list-selected {
    background-color: #ffffff;
    color: #616161;
    opacity: 1;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    -webkit-transition-property: all;
    transition-property: all;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.site_card_list-selected h5 {
    color: #bd573c;
}

.form-floating > .form-control,
.form-floating > .form-select {
    border-radius: 10px;
}

/*--------------------------------------------------------------------------------------*/
/*
*
* GESTION STRUCTURE
*
*/

.repeat-local-row-active {
    background-color: #f3f3f3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 3px solid #4da17a;
    padding: 6px;
    width: 100%;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.repeat-local-row-active:hover {
    background-color: #d1d1d1;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.repeat-local-row-inactive {
    color: #dbdbdb;
    background-color: #f3f3f375;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 3px solid #dc35469a;
    padding: 6px;
    width: 100%;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.table-alimentation {
    max-height: 100%;
    font-size: 0.8rem;
}
