@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/SourceSansPro-Regular.ttf');
}

@font-face {
    font-family: "Montserrat Light";
    src: url('../fonts/Montserrat-Light.otf');
}

@font-face {
    font-family: "Montserrat SemiBold";
    src: url('../fonts/Montserrat-SemiBold.otf');
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url('../fonts/glyphicons-halflings-regular.ttf');
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Montserrat Light";
    font-weight: 300;
    line-height: 1.5em;
}

body {
    font-family: 'Montserrat Light';
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    line-height: 0.8;
}

header .headerTop::before {
    position: absolute;
    z-index: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 180px;
    content: '';
    -webkit-transform: skewY(-2.5deg) translateY(-40%);
    -ms-transform: skewY(-2.5deg) translateY(-40%);
    transform: skewY(-2.5deg) translateY(-40%);
    background-color: #1e3766;
}



header .headerTop .headerLogo {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 25px;
    display: block;
    width: 175px;
    height: 100px;
    background-image: url("../../media/community_b.png");
    -webkit-background-size: cover;
    background-size: 175px 100px;
}
header .headerTop .ineraHeaderLogo {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 25px;
    display: block;
    width: 175px;
    height: 100px;
    background-image: url("../../media/inera_b.png");
    -webkit-background-size: cover;
    background-size: 175px 100px;
}

header .headerTop .chargimmoHeaderLogo {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 25px;
    display: block;
    width: 175px;
    height: 100px;
    background-image: url("../../media/chargimmo_b.png");
    -webkit-background-size: cover;
    background-size: 175px 100px;
}

header .headerTop .estatHeaderLogo {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 25px;
    display: block;
    width: 175px;
    height: 100px;
    background-image: url("../../media/estat_b.png");
    -webkit-background-size: cover;
    background-size: 175px 100px;
}

header .headerTop .headerLogoSeller {
    position: absolute;
    z-index: 3;
    top: 90px;
    right: 25px;
    display: block;
    width: 181px;
    height: 50px;
    -webkit-background-size: cover;
    background-size: 181px 50px;
}


footer::before {
    position: absolute;
    z-index: -2;
    top: 0;
    display: block;
    width: 100%;
    height: 100px;
    content: '';
    -webkit-transform: skewY(-2.5deg) translateY(40%);
    -ms-transform: skewY(-2.deg) translateY(40%);
    transform: skewY(-2.5deg) translateY(40%);
    background-color: #1e3766;
}

footer {
    position: relative;
    z-index: 3;
    overflow: hidden;
    height: 100px;
    margin-top: 50px;
}



.navbar {
    margin-left: 300px;
    font-family: 'Montserrat SemiBold';
}

.navbar.bg-primary {
    color: #fff;
    background-color: transparent !important;
    box-shadow: none;
}

.titreAccueil {
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    color: #1e3766;
    display: inline-block;
    margin: 20px auto auto auto;
    text-align: center;
    width: 100%;
}

.nomMenu {
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    color: #1e3766;
    display: inline-block;
    margin: 0px auto auto auto;
    text-align: center;
    width: 100%;
    font-size: 0.9rem;
    word-break: break-all;
}

.aide {
    background-color: #1b315a;
    color: #fff;
    width: 90%;
    margin: 20px auto 30px auto;
    border-radius: 3px;
    position: relative;
    padding: 15px 0px 15px 0px;
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    line-height: 1.1;
    min-height: 70px;
}

.aide-img {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
}

.aide img {
    color: #1b315a;
    margin: 5px 10px 5px 5px;
    width: 50px;
}

.aide-txt {
    display: inline-block;
    margin-left: 80px;
}

.main-panel {
    /*pointer-events: none;*/
}

path {
    pointer-events: stroke;
    transition: stroke-opacity 0.5s;
}

path:hover  {
    stroke-opacity: 0.8 !important;
    cursor: pointer;
}

.select-with-transition {
    font-family: 'Montserrat Light';
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    width: auto;
    margin: auto;
    text-transform: none;
}

.bootstrap-select {
    width: auto !important;
    margin: 0;
}

.sidebar .nav svg {
    font-size: 24px;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #a9afbb;
}

.sidebar[data-background-color="black"] .nav .nav-item svg {
    color: rgba(255,255,255,0.8);
}

.sidebar[data-color="blue-elec"] li.active > a {
    background-color: #3d8dd6;
    box-shadow: 0 4px 20px 0px rgba(0,0,0,0.14),0 7px 10px -5px rgba(76,150,218,0.4);
}

.sidebar-mini .sidebar, .sidebar-mini .sidebar .sidebar-wrapper {
    overflow: hidden;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.footer ul li p {
    color: inherit;
    padding: 0.9375rem;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom : 0;
}

.main-panel > .content {
    min-height: calc(100vh - 160px);
}

.dt-search {
    float: right;
    margin-right: 15px;
}

div.dt-container div.dt-length select {
    width: 75px
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left !important;
}
table.dataTable.table.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.019);
}

table.dataTable.table.table-hover>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.019);
}

table.dataTable thead>tr>th:not(.dt-ordering-asc):not(.dt-ordering-desc) span.dt-column-order:before,
table.dataTable thead>tr>td:not(.dt-ordering-asc):not(.dt-ordering-desc) span.dt-column-order:before {
  content: "\f0c9" !important;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  z-index: 2;
  top: 12px;
}

table.dataTable thead>tr>th:not(.dt-ordering-asc):not(.dt-ordering-desc) span.dt-column-order::after,
table.dataTable thead>tr>td:not(.dt-ordering-asc):not(.dt-ordering-desc) span.dt-column-order:after {
  content: none !important;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before {
  right: 0 !important;
  content: "\f884" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 14px;
  z-index: 2;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after {
  right: 0 !important;
  content: "\f885" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 14px;
  z-index: 2;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after {
  left: 0 !important;
  right: auto !important;
  line-height: 14px;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: none;
}

table.dataTable>thead>tr>th, table.dataTable>tbody>tr>th,
table.dataTable>tfoot>tr>th, table.dataTable>thead>tr>td,
table.dataTable>tbody>tr>td, table.dataTable>tfoot>tr>td {
    padding: 5px 6px !important;
    outline: 0;
    max-width: 170px;
    width: 150px;
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after {
    display: none !important;
}

table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before {
display: none !important;
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before {
    transform: translateY(49%);
}

table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after {
    transform: translateY(-55%);
}

.disabled-sorting .dt-column-order{
    display: none !important;
    pointer-events: none !important;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-family: "Montserrat SemiBold";
    font-size: 14px;
}

table.dataTable {
    line-height: 24px;
    border-spacing:0;
}

div.dt-container div.dt-length select {
    width: 75px;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

.dt-container .dt-info {
    font-size: 14px;
    line-height: 1.8;
}

.form-group.btn-no-group > .btn-group {
    /* Annule l'effet du btn-group quand il est forcé par un module externe */
    margin: 0 !important;
}

.dropdown-toggle.btn.btn-round {
    /* Annule l'effet de bordure arrondie sur les select */
    border-radius: 0.2rem;
}

.sidebar .nav li a, .sidebar .nav li .dropdown-menu a {
    text-transform: none;
}

.btn.btn-fab, .btn.btn-just-icon {
    font-size: 18px;
}

.table .btn.btn-just-icon {
    margin: 0 1px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
}

.card [class*="card-header-"] .card-title a, .card [class*="card-header-"] .card-title, .card [class*="card-header-"] .icon i, .card[class*="bg-"] .card-title a, .card[class*="bg-"] .card-title, .card[class*="bg-"] .icon i {
    color: inherit;
}

.nav .nav {
    margin-left: 20px;
}

body{
    /*background: url(../../media/bg_b.png) no-repeat center fixed;*/
    /*-webkit-background-size: cover;*/ /* pour anciens Chrome et Safari */
    /*background-size: cover;*/ /* version standardisée */
    background-color: #ffffff;
}

.main-panel {
 position:relative;
 float:center;
 width:100%;
 transition:0.33s,cubic-bezier(0.685, 0.0473, 0.346, 1)
}
.main-panel .content{
    margin-top:0px;
    min-height: calc(100vh - 60px);
}
.conteneur_BA_couts{
    width: 190px;
    height:80px;
    display:inline-block;
}
.BA_couts_img img{
    width:70px;
}

.BA_couts_img{
    display:inline-block;
    margin-top:4px
}
.BA_couts_txt{
    width:100px;
    display:inline-block;
    vertical-align: top;
    height:70px;
}
.BA_couts_group_data{
    width:150px;
    display:inline-block;
    padding:9px;
    height:35px;

}
.BA_counts_data{
    font-size:1.4em;
    text-align:right;
}

.dropdown-menu .dropdown-item.active {
    color: #fff;
}

.navbar .collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px;
}

.dropdown-menu .dropdown-item, .dropdown-menu li > a {
    font-size: 14px;
}

.timeline.timeline-simple.sanstrait::before {
    background-color: unset;
}

.timeline.sanstrait::before {
    background-color: unset;
}

.timeline.timeline-simple.sanstrait {
    margin-top: 0;
    padding: 0;
}

.timeline.sanstrait::before {
    top: 0;
}

.timeline.sanstrait > li {
    margin-bottom: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
}

[class*="navbar-"] .navbar-nav > li > a {
    opacity: 1;
}

.nav-item  {
    text-align: center;
}

.main-panel {
    margin-top: 45px;
}

 .navbar .menuPetit{
        display:none;
}

.statsLeft{
        position: relative;
        left: -40%;
    }
@media only screen and (max-width: 768px) {
    header .headerTop::before {
      height: 120px;
    }
    header .headerTop .headerLogo{
      background-image: url("../../media/logo-inera-global.png");
      background-size: 50px 50px;
      background-repeat: no-repeat;
      margin-top:-8px;
    }
    header .headerTop .chargimmoHeaderLogo{
      background-image: url("../../media/logo-inera-global.png");
      background-size: 50px 50px;
      background-repeat: no-repeat;
      margin-top:-8px;
    }
    header .headerTop .estatHeaderLogo{
        background-image: url("../../media/logo-inera-global.png");
        background-size: 50px 50px;
        background-repeat: no-repeat;
        margin-top:-8px;
      }

    header .headerTop .headerLogoSeller {
        position:absolute;
        top: 70px;
        width: 130px;
        height: 50px;
        background-size: 130px;
        background-repeat: no-repeat;
    }
    .imgBatiment, .flux{
        display: none;
    }
    .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu {
        background-color: white;
        border: 0;
        padding: 0.3125rem 0;
        height: auto;
        overflow-y: hidden;
    }

    .navbar .dropdown-menu .dropdown-item {
        margin-right: 0;
        margin-left: 0;
        margin: 0 0.3125rem;
    }
    .main-panel {
        margin-top: 45px;
    }
    .navbar .menuGrand{
        display:none;
        position: absolute;
        background-color: rgba(30,55,102,0.9);
        margin-top: 45px;
        right:0px;
        width:220px;
        z-index: 5;
        box-shadow: 5px 7px 7px #ddd;

    }
    .navbar .nav-link{
      text-align: left;
    }
    .navbar .menuPetit{
        display:block;
        position:absolute;
        top:0px;
        right:0px;
    }
    .navbar .menuPetit a{
        box-shadow: none;
    }
    #infosMiseAJour{
        margin-top: 45px;
    }
    footer{
         margin-top: 0px;
    }

}



hr {
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
}

.editFormDisabled{
    cursor: default !important;;
}
.bootstrap-select button.disabled{
    cursor: default !important;
}

.badge-btn{
    background-color: #cccccc;
    font-family: 'Montserrat SemiBold';
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    text-transform: none;
    width: 100%;
    cursor: pointer;
}
.badge-btn:hover{
    background-color: #1e3766;
}
.badge-btn-actif{
    background-color: #1e3766;
}

.badge-consommation {
    font-family: 'Montserrat SemiBold';
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    text-transform: none;
    width: 240px;
}

.badge-consommation .badge-valeur {
    margin-top: 3px;
    display: block;
}

.badge-consommation .badge-legende {
    margin-top: 3px;
    font-size: 0.7em;
    display: block;
}

#graph {
    width: 90%;
    height: 500px;
    margin: auto;
}

#graph .chargement {
    width: 100%;
    padding-top: 100px;
    margin: auto;
    text-align: center;
    font-size: 50px;
    color: #bbbbbb;
}

.graph-legende {
    margin: auto;
    text-align: center;
    margin-top: 25px;
}

.graph-button {
    background-color: white;
    color: black;
    border: medium none;
    -moz-user-select: none;
    padding: 5px 12px;
    cursor: pointer;
    float: left;
    height: 25px;
    outline: currentcolor none 0px;
    vertical-align: baseline;
    line-height: 0;
    display: inline;
    border-color: currentcolor rgb(33, 150, 243) currentcolor currentcolor;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    border-image: none 100% / 1 / 0 stretch;
    font-size: 0.7em;
    font-weight: 700;
}

.graph-button-actif {
    background-color: rgb(33, 150, 243);
    color:#fff;
}

.graph-datepicker {
    background-color: white;
    color: black;
    border: medium none;
    -moz-user-select: none;
    padding: 5px 12px;
    cursor: pointer;
    float: left;
    width: 170px;
    height: 25px;
    outline: currentcolor none 0px;
    vertical-align: baseline;
    line-height: 0;
    display: inline;
    border-color: currentcolor rgb(33, 150, 243) currentcolor currentcolor;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    border-image: none 100% / 1 / 0 stretch;
    font-size: 0.7em;
    font-weight: 700;
}

.container-jauge-repartition {
    text-align: center;
    margin-top: 25px;
}

.jauge-repartition {
    width: 75px;
    height: 300px;
    border: 3px solid #1e3766;
    border-radius: 50px;
    margin: auto;
    position: relative;
}

.jauge-repartition img {
    width: 60px;
    position: absolute;
    left: 4px;
    cursor: pointer;
    pointer-events: all;
    border: 3px solid #ffffff;
    border-radius: 40px;
}

.jauge-repartition img.picto-solaire {
    top: 6px;
}

.jauge-repartition img.picto-grd {
    bottom: 6px;
}

.jauge-repartition div {
    position: absolute;
    width: 100%;
    font-weight: 700;
    color: #ffffff;
}

.jauge-repartition div.legende-solaire {
    top: 75px;
}

.jauge-repartition div.legende-grd {
    bottom: 75px;
}

.graph-button-admin {
    background-color: #eeeeee;
}

.graph-datepicker-admin {
    background-color: #eeeeee;
}

.select-texte-reduit {
    font-size: 14px;
}
.canvasjs-chart-container{
    margin-top: 25px;
}
.canvasjs-chart-toolbar{
    margin-top:-18px;
    border: 1px solid rgb(33, 150, 243) !important;
}
#graph .canvasjs-chart-toolbar [title="Reset"] {
    display:none !important;
}
.canvasjs-chart-tooltip div {
    font-family: 'Montserrat Light' !important;
    line-height: 15px;
    text-shadow: none !important;
}
.canvasjs-chart-tooltip div span.title {
    text-transform: capitalize;
    font-size: 15px;
}
.canvasjs-chart-tooltip div span.label {
    font-family: 'Montserrat SemiBold' !important;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
}

.menuTuile {
    text-align: center;
    margin-top:150px;

}
.tuile {
    background-color: #1e3766;
    height: 220px;
    width: 320px;
    display: inline-block;
    padding-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 7px;

}

.tuile:hover {
    box-shadow: 0 4px 20px 0px rgba(0,0,0,0.14),0 7px 10px -5px rgba(76,150,218,0.4);
}

.dataAccueil {
    margin-top:30px;
}
.chargimmoMap {
    border-color:#1e3766;
    border-style: solid;
    border-width: 1px;
}
.graphForfait {
    margin-top:-10px;
    padding:0px;
}

.chargimmoText {
    font-size: 0.8em;
    line-height: 20px;
}
.card-profile-Menu {
    display:inline-block;
    width:350px;
    height: 390px;
    vertical-align: top;
    margin: 50px;
    background-color: #fff;
}
.card-profile-Menu .card-body .card-description {
    line-height: 15px;
}
.card-profile-Menu .card-body {
    height: 230px;
}
.card-profile-Menu .card-description {
    text-align: justify;
    color: rgba(30,55,102, 0.8);

}
.card-profile-Menu .card-body .card-title {
    font-size: 1.7em;
    color: rgba(30,55,102, 0.8);
}
.card-profile-Menu .card-body .card-category {
    font-size: 1em;
    color: #666;
}
.detailForfait {
    margin-top: 30px;
}
.detailForfaitTXT {
    display: block;
    line-height:1.2em;
    margin-top:15px;
}
.detailForfaitZeroTXT {
    display: block;
    line-height:1.2em;
}
.detailForfaitTitre {
    margin-bottom: 5px;
}


.progressBarTXT {
    position: absolute;
    display: inline-block;
    margin-top: 2px;
    padding-left: 5px;
}


.dataCircle{
    position: relative;
    width: 200px;
    height: 200px;
    margin:auto;
    margin-top: -18px;
}
.dataCirleRight {
    display: inline;
    position: absolute;
    z-index: 1;
    margin-top:-40px;

}
.dataGauche {
    margin-top: 30px;
}

span#dataCircleTXT{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    color: #3949AB;
    text-align: center;
    line-height:1.1em;
}
#dropdown-item-disable{
    background-color: transparent;
    box-shadow: none;
}