@font-face {
    font-family: Poppins-Regular;
    src: url('../font/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../font/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../font/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../font/poppins/Poppins-SemiBold.ttf');
}

.font-PM {
    font-family: Poppins-Medium;
}
.font-PB {
    font-family: Poppins-Bold;
}
.font-PSB {
    font-family: Poppins-SemiBold;
}
.font-PR {
    font-family: Poppins-Regular;
}

.title-login {
    font-family: Poppins-Medium;
    font-size: 30px;
    color: black;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.body-login{
    justify-content : center;
    background-image: url('../img/back_sacogiva.jpg');
    background-color: grey;
    background-repeat: no-repeat; 
    background-size: cover;
    z-index: 1;
}
.body-login::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(255,255,255,0.6);*/
}
.card-login {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;

    background: #9152f8;
    background: -webkit-linear-gradient(top, #7579ff, #b224ef);
    background: -o-linear-gradient(top, #7579ff, #b224ef);
    background: -moz-linear-gradient(top, #7579ff, #b224ef);
    background: linear-gradient(top, #7579ff, #b224ef);
}
.form-logo {
    font-size: 60px;
    color: #333333;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.text-souligne
{
    text-decoration: underline;
}
.ligne-pointille
{
    border-style: dotted;
    border: 0.1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.barre
{
    border-right: 1px solid #ffffff;
}
.taille-fixe
{
    table-layout: fixed;
    width:100%;
}
.distrbuerVerticalement
{
    display: inline-block;
}

#menuacq {
    text-align: justify;
}
#menuacq > div {
    width: 100px; /* Declare your value. Can be in relative units. */
    display: inline-block;
    vertical-align: top;

    /* IE fix. */
    *display: inline;
    zoom: 1;
}
#menuacq:after {
    content: "";
    width: 100%;
    display: inline-block;
}

/* Pour désactiver le hamburger du menu */
.navbar-collapse.collapse {
    display: block!important;
}

.navbar-nav>li, .navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right!important;
}

body {
    margin: 0 0 55px 0;
}

.nav__menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link--active {
    color: #001e95;
}

.nav__icon {
    font-size: 18px;
}

.button-intervenant {
    transition-duration: 0.4s;
    border-radius: 20px;
    color:black;
    background-color: white;
    border-color:#87CEEB
}

.button-intervenant:hover {
    background-color: #87CEEB; /* skyblue */
    color: white;
}

/* OVERRIDE CSS DATATABLE */
.dataTables_length,
/*.dataTables_filter Besoin client modification : Firat*/
.dataTables_info {
    display: none;
}
table.dataTable {
    border-collapse: collapse;
    width: 100% !important;
}
table.dataTable.no-footer:not(#residences),
table.dataTable:not(#residences) thead th,
table.dataTable:not(#residences) thead td {
    border-bottom: 0;
    /* width: 100% !important; Besoin client modification : Firat*/ 
}
.dataTables_wrapper .dataTables_paginate {
    font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: 0;
    color: #fff !important;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0;
    color: #fff !important;
    background-color: #138496 !important;
    border-color: #117a8b !important;
    background: none;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 0 !important;
}
.paginate_button.previous, .paginate_button.next {
    padding: 0.5em !important;
}

#apartments, .font-size-13 {
    font-size: 13px;
}
tr.group > td {
    background-color: #17a2b8;
    color: white;
    font-size: initial;
}
.dtr-data {
    display: block;
}

.chartContainer {
    height: calc(100vh - 175px);
}
.chartContainer canvas {
    height: auto !important;
    width: 100% !important;
}
.chartContainer canvas:nth-of-type(2) {
    display: none;
}

/* MOBILE */
.mobile {
    overflow-x: hidden;
}

@media screen and (max-width:768px) {
    nav.fixed-bottom.nav.bg-white {
        box-shadow: 0px -3px 5px -4px rgb(0 0 0);
        -webkit-box-shadow: 0px -3px 5px -4px rgb(0 0 0);
        -moz-box-shadow: 0px -3px 5px -4px rgb(0 0 0);
        padding-bottom: 1.5%;
        padding-top: 0.5%;
    }
    .body-login {
        background-size: 300%;
        background-color: #ecf0f1;
    }
    h1 {
        font-size: 20px !important;
        text-transform: uppercase;
    }
}
