/*@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');




/* Model */
.--label-- {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 14px;
}

.--block--,
.--block-hover-- {
    background: white;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 1px 1px 0px #829bc23b;
    border: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.--block-hover--:hover {
    box-shadow: 0px 1px 15px 1px #829bc23b;
}





.table .table {
    background-color: #fff0;
}
.table>tbody>tr>td {

}
.table-striped>tbody>tr:nth-child(odd)>td{
    background-color: rgb(12 99 152 / 5%);
}
.thead-dark th {
    background-color: #3f51b5;
    color: #fff;
}
zslider {
    margin: 25px 0 !important;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

#header_resident {
    margin: 0;
}



/* head user*/
.header_user {
    padding-bottom: 25px;
}

.header_user .logo {
    margin-right: 30px;
}

.header_user .retouch img {
    max-width: 200px;
    width: 100%;
}

.header_user .welcome i {
    font-size: 60px;
    color: #3f3f3f14;
}

.header_user .welcome {
    font-family: serif;
    text-align: center;
    position: relative;
    margin-top: 5px;
}

.header_user .welcome img {
    margin: 5px auto 0;
    display: block;
    height: 30px;
}

.header_user .welcome span {
    font-size: 21px;
    padding: 25px 60px 0;
    display: inline-block;
    max-width: 100%;
    color: #8798b1;
    font-family: 'Kalam', 'Satisfy', cursive;
}
.header_user .welcome span b{
    color: #014dc1;
}
.header_user .welcome i.fa-solid.fa-quote-left {
    position: absolute;
    left: 0;
}
.header_user .welcome i.fa-solid.fa-quote-right {
    position: absolute;
    right: 0;
    bottom: 0;
}





.container.main_container,
#main .container {
    background: #e6ecf3 !important;
}

.panel {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-color: #0000000f;
}

.panel>.panel-heading {
    border-color: #ffffff00 !important;
    transition: ease 0.5s all;
    border-radius: 0;
    color: #4a4a4a;
    background-color: #ffffff !important;
    font-weight: bold;
    order: 1;
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
}

.home_icones .panel-heading {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3.panel-title.text-center {
    font-weight: 500;
    font-size: 16px;
    margin:0 auto;
}

.img-panel-hexastat {
    max-width: 65px;
    margin: 0 auto;
}

.panel.panel-primary,
.card {
    transition-property: box-shadow;
    transition-duration: 0.5s;
    transition-delay: 0s;
}

.panel.panel-primary:hover,
.panel.panel-default:hover,
.card:hover {
    box-shadow: 0px 10px 40px 0px #dbdbdb;
    z-index: 14;
}

.card {
    background: white !important;
    color: #142b4c;
    border-color: azure;
    border-color: #0000000f;
    position: relative;

    
}

.card.card-body {
    display: flex;
    justify-content: start;
}

.card > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.card > div:nth-child(2) > div:nth-child(1) {
    color: #0061a1;
    font-weight: bold;
}
.card > div:nth-child(2) > div:nth-child(2) {
    font-size: 14px;
}
.card > div:nth-child(2) > div:nth-child(2) u {
    color: #02b1e2;
}

.card.card-body .icon-dashboardc {
    margin: auto;
    height: 100%;
    object-fit: contain;
    width: 80px;
    max-width: inherit;
}

nav.navbar.navbar-default {
    background-color: white;
    border-radius: 0 0 6px 6px !important;
}

/* Nav - Boutique */
.input-group-btn:last-child>.btn-group {
    margin-left: 0px;
    margin: 22px;
}
#protocole_main_total .panel-heading
{
    order:0;
    display:block;
}

/* https://test.hexaplus.fr/hexapro/www/#!/statscategories/ */
h1.etablissement {
    background-color: #31708f;
    padding: 10px;
    color: #f5f7f9;
}
h1.etablissement img {
    height: 40px;float: left;margin-right: -100%; padding-left: 10px;
}
.page-bottom{

}



/* https://test.hexaplus.fr/hexapro/www/#!/statsannuel/ */
.button_years {
    position: fixed;
    background-color: white;
    color: #142b4c;
    border-color: azure;
    box-shadow: 0 0px 10px 0 #2a426e30;
    left: 0;
    z-index: 10000;
    bottom: 0;
    right: 0;
    text-align: center;
}

.button_years ul li {
    font-weight: bold;
    list-style: none;
    color: #4a4a4a;
    display: inline-block;
    padding: 8px 30px;
    /*box-shadow: 0 1px 0px 0px #edededd6;
    margin-bottom: 1px; // si menu est a gauche */
    cursor: pointer;
}

.button_years ul li:last-child {
    margin-bottom: 0;
}

.button_years ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.button_years ul:hover li {
    opacity: 0.7;
}

.button_years ul li:hover {
    color: #31708f;
    background-color: #f5f5f5;
    opacity: 1;
}

.button_years ul li.selected {
    background-color: #31708f;
    color: #ffffff;
    opacity: 1;
}



.cart_product_main,
.box {
    background: white;
}

.card {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

