@charset "UTF-8";
body {
  background-color: #FFFFFF;
  font-family: "Franklin Gothic Medium", Arial, sans-serif; }

/* Sticky footer */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px; }

.content {
  margin-bottom: 60px; }

.wait {
  cursor: wait !important;
  z-index: 999;
  height: 100%;
  width: 100%; }

.footer {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  padding: 10px;
  margin-top: 15px;
  background-color: #222;
  text-align: center;
  color: #ffffff; }

.center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-submenu {
  margin-left: 20px; }

.homeText {
  text-align: center;
  height: 430px; }

.thumbnail {
  height: 200px; }
  .thumbnail img.pull-right {
    width: 10px; }

#image_header img {
  width: 100%;
  align: center; }

.large-extra-margin {
  padding-left: 300px;
  padding-top: 15px;
  padding-right: 300px;
  padding-bottom: 15px; }

.small-extra-padding {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }

.very-small-extra-padding {
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px; }

.small-extra-margin-top {
  margin-top: 10px; }

.medium-extra-margin {
  margin-left: 15px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px; }

.medium-horizontal-extra-padding {
  padding-left: 15px;
  padding-right: 15px; }

.medium-extra-margin-top {
  margin-top: 15px; }

.block-height {
  height: 350px; }

.param-block {
  height: 830px;
  background-color: #ffffff; }

.chart-block {
  height: 450px;
  background-color: #ffffff; }

.right-separator {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #707070;
  margin-top: 10px;
  margin-bottom: 10px; }

.left-separator {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #707070;
  margin-top: 10px;
  margin-bottom: 10px; }

.top-double-separator {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #707070;
  margin-left: 5px;
  margin-right: 5px; }

.profile-block-height {
  height: 430px; }

.time-block-height {
  height: 300px; }

.footer-height {
  height: 40px; }

.table .tabulation-like {
  padding-left: 40px; }

.second-caret {
  border-top-width: 8px;
  margin-top: 10px;
  color: #222;
  cursor: pointer; }

.ng-invalid.ng-dirty {
  border-color: #FA787E; }

.redborder {
  border-color: #ff0000 !important; }

.redstyle {
  color: #ff0000; }

.orangestyle {
  color: darkorange; }

.lockstyle {
  background-color: #d3d3d3; }

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
  position: fixed !important; }



/*
 * Buttons
 */
.btn-orange {
  color: #fff;
  background-color: #b451ac;
  border-color: #974190;
  width: 150px; }

.btn-orange:hover {
  color: #fff;
  background-color: #913F8A;
  border-color: #343434; }

.btn-green {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  width: 150px; }

.btn-green:hover {
  color: #fff;
  background-color: #286090;
  border-color: #343434; }

/* navbar */
.navbar-inverse {
  background-color: #222;
  border-color: #405054;
  border-bottom-width: 5px; }

/* title */
.navbar-inverse .navbar-brand {
  color: #d3d3d3; }

/* link */
.navbar-inverse .navbar-nav > li > a {
  color: #d3d3d3; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
 color: #fff;
 background-color: #405054; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #405054; }

/* dropdown */
.navbar-inverse .navbar-nav > li > .dropdown-menu {
  background-color: #222; }
  .navbar-inverse .navbar-nav > li > .dropdown-menu > li > a {
    color: #d3d3d3; }
    .navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:focus {
      color: #555;
      background-color: #ADC3C8; }
    .navbar-inverse .navbar-nav > li > .dropdown-menu > li > a .dropdown-menu > li > a:focus {
      background-color: #ADC3C8; }
  .navbar-inverse .navbar-nav > li > .dropdown-menu .divider {
    background-color: #222; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #405054 !important;
  color: #222 !important;
  outline: 0 none;
  text-decoration: none; }


.page-header {
  margin-left: 50px; }

.glyphicon-title {
  cursor: pointer;
  margin-right: 10px; }

.table-glyphicon {
  cursor: pointer;
  margin-left: 3px;
  margin-right: 3px; }

.clickable-img {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer; }

.back-to-top-glyphicon {
  cursor: pointer;
  position: fixed;
  font-size: large;
  left: 10px;
  top: 90%;
  text-align: center; }

.clickable-glyphicon {
  cursor: pointer; }

.glyphicon-ok {
  color: #afca0b;
  margin-left: 10px; }

.glyphicon-remove {
  color: darkred; }

.minus {
  cursor: pointer;
  color: darkred; }

.plus {
  cursor: pointer;
  color: #008000; }

.dashboardLine {
  margin-top: 10px; }

.info {
  background-color: #5c7684;
  color: whitesmoke; }

.gray-cell {
  background-color: #d3d3d3; }

.title-cell {
  background-color: #5c7684;
  color: whitesmoke;
  font-weight: normal !important;
  vertical-align: middle !important;
  border-bottom: hidden !important; }

.title2-cell {
  background-color: #82a9b8;
  border-color: #82a9b8 !important;
  border-bottom: hidden !important; }

.title3-cell {
  background-color: #add8e6;
  border-color: #add8e6 !important;
  border-bottom-color: #d3d3d3 !important; }

table th {
  background-color: #5c7684;
  color: whitesmoke;
  font-weight: normal;
  border-top-style: solid !important;
  border-bottom: hidden !important;
  border-color: #5c7684 !important;
  vertical-align: middle !important; }

table td {
  vertical-align: middle !important; }

table {
  border-color: #5c7684 !important; }

.border-cell {
  border-right-color: #d3d3d3 !important; }

.text-center {
  vertical-align: middle !important; }

.text-justify {
  text-align: justify; }

.text-right {
  text-align: right; }

.text-center-left {
  text-align: left;
  vertical-align: middle !important; }

.panel-default > .panel-body {
  margin-left: 10px;
  margin-right: 10px; }

.panel-default > .panel-heading {
  background-color: #5c7684;
  color: whitesmoke; }

.highcharts-container {
  margin-left: auto;
  margin-right: auto;
  width: 850px; }

.geoclip-container {
  scrolling: "auto";
  width: 80%;
  height: 600px;
  frameborder: 0;
  align: center; }

.jumbotron {
  padding: 10px 15px;
  background-color: #ffffff; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 15px 0; } }

.propsersuccess {
  background-color: #62be7a; }

.propserwarning {
  background-color: #ffeb83; }

.propserdanger {
  background-color: #f8686b; }

.selectgrey {
  color: #999999; }

.selectlightblack {
  color: #555555; }

.nav-disabled {
  color: #3c4444 !important; }

.badge-info {
  background-color: #fcd300;
  color: #000000; }

.lien-cursor {
  cursor: pointer; }

.selected {
  background-color: #fcd300; }

.input {
  font-weight: bold; }

.admin {
  font-weight: bold; }

.help-title {
  text-decoration: underline;
  -webkit-text-decoration-color: #afca0b !important;
          text-decoration-color: #afca0b !important; }

.help-h3 {
  margin-left: 10px; }

.help-h4 {
  margin-left: 20px; }

.table-input {
  width: 1900px; }

.largeCell {
  width: 200px; }

.mediumCell {
  width: 100px; }

#ED_link {
  color: #f5f5f5;
  margin-left: 10px; }

/*######################################################################################################################
/*################################### CARTO CSS ########################################################################

/*####################################################################################################################*/
/*---------------------------- Indicateurs  --------------------------------------------------------------------------*/
#panneauIndic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 0 40px 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

#titrePanneauIndic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: #727272;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bolder;
  font-size: large; }

#bibliothequeIndicateur {
  padding: 10px; }

.indic {
  padding-left: 20px; }

.iconeDefPadding {
  padding-right: 5px; }

.contenairetheme {
  padding: 5px 0px 0px 5px; }

.contenairethemeIndic {
  padding: 5px 0 5px 0; }

.theme {
  font-weight: bolder; }

#menuIndic {
  background-color: #d9d9d9;
  min-height: 100%;
  width: 43px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  box-sizing: border-box;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*####################################################################################################################*/
/*---------------------------- Indicateurs  --------------------------------------------------------------------------*/
#carte3d {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

#menufonction {
  background-color: #d9d9d9;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*align-content : center ;*/ }

#panneauFonction {
  background-color: #ffffff;
  margin: 0 0 40px 0; }

/*####################################################################################################################*/
.rotatedText {
  /*writing-mode:tb-rl;*/
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 0; }

.caret {
  color: #777;
  padding-left: 4px; }

.textMenuAction {
  margin: auto;
  font-family: Georgia !important;
  font-size: 35px;
  line-height: 30px; }

.contenaireIconeMenuAction {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 63px;
  width: 63px;
  text-align: center; }

.contenaireIconeMenuAction:hover {
  background-color: #a6a6a6;
  color: white; }

.contenaireIconeMenuActionSelected {
  background-color: #a6a6a6;
  color: #1976d2; }

.contenaireIconeMenuActionCarret {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 63px;
  width: 63px;
  color: #1976d2; }

.contenaireIconeMenuActionCarret {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 63px;
  width: 63px;
  color: #1976d2; }

.contenaireIconeMenuIndicCarret {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 43px;
  width: 43px;
  color: #1976d2; }

.contenaireIconeMenuActionCarret:hover {
  background-color: #a6a6a6;
  color: white; }

.contenaireIconeMenuIndicCarret:hover {
  background-color: #a6a6a6;
  color: white; }

.scrollBottum0 {
  bottom: 0px;
  position: fixed; }

.scrollBottum40 {
  position: fixed;
  bottom: 40px; }

/*#####################################################################################################################*/
/*######################################## Panneaux action  ###########################################################*/
.panneauAction {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.panneauActContenaireTitre {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  background-color: #727272;
  height: 63px;
  color: white;
  text-align: left;
  padding: 10px;
  font-weight: bolder;
  font-size: large; }

.panneauActContenaireAction {
  padding: 15px; }

.sectionPanneauAction {
  padding: 0px 0 8px 0; }

/*#####################################################################################################################*/
/*######################################## Divers Flex  ###############################################################*/
.flexElementNoFlex {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.flexElementMargin {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.ligneFlexCentered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 250px; }

.ligneFlexArrondWrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ligneFlexCenteredStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.flexContainerColumn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: column;
          align-items: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.ligneFlexStartStretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexStartCentered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexStartCenteredIndic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid 1px lightgrey; }

.ligneFlexCenteredWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.ligneFlexCenteredCentered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexCenterSpaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexSpaceArroundFlexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexSpaceArroundStretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexStartSpaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexEndCentered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexStartWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.colFlexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.colFlexStartWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.colFlexCenterWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.colFlexSrtetchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.colFlexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.colFlexCenterSpaceAround {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.colFlexStretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ligneFlexComponent {
  padding: 10px; }

.FlexComponentNone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.FlexComponent1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.ColFlexComponent {
  padding: 10px; }

.NoMargin {
  margin: 0 !important; }

/*#####################################################################################################################*/
/*######################################## Divers : Margin Padding  ###################################################*/
.noMargin {
  margin: 0 !important; }

.ssElement {
  padding-left: 15px; }

.inLineElement {
  padding-left: 2px;
  padding-right: 2px; }

.connected {
  color: #1976d2; }

.activeIconeOnImg {
  cursor: pointer;
  color: lightgrey; }

.activeIconeOnImg:hover {
  color: white; }

.activeIconeBleu {
  cursor: pointer; }

.activeIconeBleu:hover {
  color: #1976d2; }

hr {
  display: block;
  position: relative;
  padding: 0;
  margin: 12px 0 6px 0 !important;
  /*margin: 0;*/
  height: 0 !important;
  width: 100%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
  /*border: 0;*/
  box-sizing: content-box; }

.checkBoxNoMargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.checkBoxCorrection {
  position: relative !important; }

/*.progress-bar {*/
/*background-image : none !important;*/
/*background-color: #1976d2 !important;*/
/*}*/
.cube {
  height: 20px;
  width: 20px;
  border-radius: 5px; }

.chartLegendText {
  padding: 1px 5px 1px 10px; }

.chartLegend {
  font-size: smaller;
  /*line-height: 16px;*/
  padding: 2px 2px 2px 2px; }

/*#####################################################################################################################*/
/*######################################## Divers : Annimation  ########################################################*/
.graphInactive {
  color: lightgrey; }

.testColor {
  color: #1976d2;
  background-color: #1976d2; }

.testColor {
  color: #b0d136; }

.testColor {
  color: #b0d136; }

.testColor {
  color: #97BBCD;
  color: #97bbcd; }

.testColor {
  color: #DCDCDC;
  color: gainsboro; }

/*'#97BBCD', // blue*/
/*'#DCDCDC', // light grey*/
/*'#F7464A', // red*/
/*'#46BFBD', // green*/
/*'#FDB45C', // yellow*/
/*'#949FB1', // grey*/
/*'#4D5360'  // dark grey*/
/*blue*/
.testColor {
  color: #97BBCD;
  color: #97bbcd; }

/* light grey */
.testColor {
  color: #DCDCDC;
  color: gainsboro; }

/*red*/
.testColor {
  color: #F7464A;
  color: #f7464a; }

/*green*/
.testColor {
  color: #46BFBD;
  color: #46bfbd; }

/*yellow*/
.testColor {
  color: #FDB45C;
  color: #fdb45c; }

/*yellow*/
.testColor {
  color: #949FB1;
  color: #fdb45c; }

/*dark grey*/
.testColor {
  color: #0067C6;
  color: #0067c6; }

.testColor {
  color: #F8BA41;
  color: #f8ba41; }

.testColor {
  color: #515254;
  color: #515254; }

.testColor {
  color: #87C82E;
  color: #87c82e; }

.testColor {
  color: #68ABF9;
  color: #68abf9; }

.testColor {
  color: #68ABF9;
  color: #e9e9e9; }

.IconeTextSmallMedia {
  padding-left: 6px; }

.cursorpointer {
  cursor: pointer; }

#encartLogIn {
  width: 500px;
  padding: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  border: solid 1px lightgrey;
  border-radius: 5px; }

.modalTable {
  table-layout: fixed;
  width: 100%;
  padding-bottom: 5px;
  /*margin: 20px;*/
  border-bottom: 1px solid #ddd; }

.modalTable th {
  background: #0067C6;
  text-align: left;
  padding: 7px 5px 15px 5px;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  /*border-bottom: 1px solid #ddd*/ }

.modalTable td {
  /*background: rgb(93, 156, 236);*/
  text-align: left;
  padding: 10px 5px 10px 5px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  height: 0;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important; }

.modalTable tr:last-child td {
  border-bottom: 3px double #ddd; }

/*tr:nth-child(even) {background: #CCC}*/
/*tr:nth-child(odd) {background: #FFF}*/
.modalTable tr {
  /*background: rgb(93, 156, 236);*/
  height: 30px !important;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

/*.modalTable tr:nth-child(odd) {*/
/*background-color: #fcfdfd;*/
/*}*/
.modalTable tr:hover {
  background-color: #e5e6e6; }

.pageTitle {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px lightgrey; }

.iconeActive {
  cursor: pointer; }

.iconeActiveBleu {
  cursor: pointer; }

.iconeActiveBleu:hover {
  background-color: #0067C6;
  color: white; }

.iconeActiveBleuInv {
  cursor: pointer; }

.iconeActiveBleuInv:hover {
  color: #0067C6; }

.popover {
  max-width: 80% !important; }

/*.popover {*/
/*max-width: 80% !important*/
/*}*/
.modDroitsUt2 {
  padding: 5px; }

.modDroitsUt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modDroitsUtBotLab {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 5px; }

.modDroitsUtBot {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 5px; }

.modDroitsUtNote {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px; }

.modDroitsUt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px; }

.modDroitsUtCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 10px; }

.modDroitsUtColG {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 8px; }

.modDroitsUtColD {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 8px; }

.listUtilisateur {
  height: 200px;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: solid 1px #ddd;
  margin-top: 5px;
  border-radius: 4px 4px 0 0; }

.listUtilisateurItem {
  cursor: pointer;
  padding: 0px 5px 0px 5px; }

.listUtilisateurItem:hover {
  background-color: lightgrey; }

.normalWidthPop > .popover {
  max-width: 300px !important; }

.encartAppli {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  /*background-color: rgb(254, 254, 254);*/
  border: solid 1px lightgrey;
  min-height: 300px;
  width: 500px;
  min-width: 350px;
  margin: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.encartAppli:hover {
  /*background-color: #eee;*/ }

.encartTbt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  /*background-color: rgb(254, 254, 254);*/
  border: solid 1px lightgrey;
  /*min-height: 30px;*/
  max-width: 450px;
  min-width: 330px;
  margin: 20px;
  /*padding: 10px 20px 20px 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.EncapsencartTbt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  /*background-color: rgb(254, 254, 254);*/
  /*border: solid 1px lightgrey;*/
  /*min-height: 30px;*/
  /*max-width: 400px;*/
  min-width: 370px;
  /*margin: 20px;*/
  /*padding: 10px 20px 20px 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.bouuton {
  padding: 6px 12px 6px 12px;
  margin: 1px;
  background-color: #0067C6;
  min-width: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: white;
  cursor: pointer; }

.bouuton:hover {
  background-color: #004890; }

.bouutonTbt {
  /*border: solid 2px white;*/
  margin: 1px;
  min-width: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: white;
  cursor: pointer; }

.bouutonTbt:hover {
  /*border: solid 1px lightgrey;*/
  /*background-color: #004890;*/ }

.darkerOver:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.RedDarkerOver {
  color: #D31B17; }

.RedDarkerOver:hover {
  color: #b01c17; }

.colored {
  color: #4a4a4c; }

.noColored {
  color: #ddd; }

.encardThem {
  margin: 10px 10px 10px 10px;
  border-top: 2px solid #ddd;
  padding: 10px;
  line-height: 1.1;
  width: 100%; }

.encardGraph {
  margin: 10px 10px 10px 10px;
  border-top: 2px solid #ddd;
  padding: 10px;
  line-height: 1.1;
  width: 100%;
  display: block;
  position: relative; }

.encardSubThem {
  margin: 0 10px 0 10px;
  /*border-top : 2px solid #ddd;*/
  padding: 0 10px 0 10px;
  line-height: 1.1; }

.progressD3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /*border-radius: 4px;*/
  /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
  background-color: #ddd; }

.progressD3Whith {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /*border-radius: 4px;*/
  /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
  background-color: #ffffff; }

.cursorContainer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.container-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.contenairetbtValeurIndic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 250px;
  max-width: 350px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.contenairetbtjaugeIndic {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.contenairetbtlibIndic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px; }

.BackgroundColoredOnSelected {
  background-color: #e4e5e7 !important; }

.borderColoredOnNotSelected {
  border-color: #fcfdff !important; }

.lienActif {
  cursor: pointer; }

.lienActif:hover {
  text-decoration: underline; }

/*####################################################################################################################*/
/* ###################################### Block Carte   ############################################################# */
/* ----------------- Block - Block Carte   /* ----------------- */
#choicebox {
  position: relative;
  display: block;
  height: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 400px;
  max-width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex: 1; }

#carteKitbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 700px;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1.7;
      -ms-flex: 1.7;
          flex: 1.7; }

#cartebox {
  position: relative;
  display: block;
  height: 550px;
  min-width: 400px;
  max-width: 100%;
  border: 1px solid #ddd; }

/*#cartebox {*/
/*position: relative;*/
/*vertical-align: top;*/
/*/!*order:1;*!/*/
/*/!*flex: none;*!/*/
/*display: block;*/
/*height: 500px;*/
/*width: 700px;*/
/*/!*min-width: 500px;*!/*/
/*/!*min-height: 500px;*!/*/
/*/!*margin: 15px 1% 15px 1% !important;*!/*/
/*/!*padding: 3px 0 0px 0px !important;*!/*/
/*border: 1px solid #ddd;*/
/*}*/
#carteboxfull {
  position: relative;
  vertical-align: top;
  display: block;
  height: 800px;
  width: 100%;
  border: 1px solid #ddd; }

#iconeRezise {
  bottom: 0;
  left: 0;
  z-index: 1000;
  cursor: sw-resize;
  /*cursor: se-resize;*/ }

#rezisebarCarte {
  position: absolute;
  top: 0;
  right: 0;
  height: inherit;
  width: 3px;
  z-index: 999;
  cursor: w-resize; }

#carte {
  width: 100%;
  height: 100%; }

#map {
  width: 100%;
  height: 100%; }

#mapFull {
  width: 100%;
  height: 100%; }

/* ----------------- Autres CSS lié - Block Carte   /* ----------------- */
#taille_carte {
  position: absolute;
  top: 80px;
  left: 15px;
  background-color: white;
  height: 26px;
  width: 26px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8); }

#taille_carte img {
  padding-top: 4px;
  padding-left: 4px; }

/*menu droit (carte)*/
.option_carte {
  position: absolute;
  top: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  padding: 0; }

/*menu droit (carte)*/
.waiterCarte {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.optionCarteLigne {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 !important;
  margin: 0 0 0 0 !important;
  height: 0 !important;
  max-height: 0;
  line-height: 0;
  border: none;
  border-top: 1px solid #adadad; }

.option_carte_component {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 9px 6px 9px 6px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.option_carte_component:hover {
  background-color: #5d9cec;
  color: #FFFFFF; }

.infoBtn {
  position: absolute;
  left: 50px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  padding: 10px;
  top: 105px; }

/*bloc d'action de la carte (légende, fond de carte, style'*/
.BCCarte {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  z-index: 1000;
  color: #555;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

.BCCarteTitre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.BCCarteTitreText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 7px 0 7px;
  font-style: italic;
  font-weight: bold; }

.BCCarteTitreIcone {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 3px 3px 3px 3px;
  font-size: 14px !important; }

.BCCarteSeparateur {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 !important;
  margin: 0 5px 7px 0 !important;
  height: 0 !important;
  max-height: 0;
  line-height: 0;
  border: none;
  border-top: 1px solid #adadad; }

.BCCarteContenu {
  padding: 0 7px 7px 7px; }

.BCCarteContenuIntermed {
  padding: 0 7px 0 7px; }

.paddHaut {
  padding-top: 5px !important; }

.padBas {
  padding-bottom: 5px !important; }

.PopUpCarteTitre {
  font-style: italic;
  font-weight: bold;
  padding-bottom: 5px; }

/*légende carte*/
.legendeCarte {
  bottom: 10px;
  left: 10px; }

.legendeCarteContenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.legendeCarteExpli {
  font-style: italic;
  width: 125px;
  margin-bottom: 7px; }

.cubelg {
  width: 20px;
  height: 20px;
  opacity: 0.7 !important;
  margin-right: 7px;
  border-radius: 0 !important; }

/*Choix des styles*/
.styleControl {
  top: 15px;
  left: 40%;
  width: 280px; }

.cube {
  width: 15px;
  height: 15px;
  margin: 1px 0 1px 0;
  border-radius: 0; }

.cubeStrech {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 15px;
  height: 15px;
  margin: 1px 0 1px 0;
  border-radius: 0; }

.barreCouleur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 1px;
  padding-right: 1px;
  width: 100%; }

.barreCouleur:hover {
  background-color: #5d9cec;
  color: #FFFFFF; }

.choixCouleur {
  height: 150px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: pointer; }

/*Choix du fond de carte*/
.fondCarte {
  top: 15px;
  left: 45%; }

.listFondCarte {
  cursor: pointer;
  padding: 1px 1px 1px 5px; }

.listFondCarteContenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.listFondCarteLogo {
  height: 15px;
  width: 15px; }

.listFondCarteSelected {
  border: 1px solid #2f80e7;
  padding: 2px 4px 1px 4px; }

.listVecteurSelected {
  border: 1px solid #2f80e7;
  padding: 0px 4px 0px 4px; }

.listFondCarteNotSelected {
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 2px 4px 1px 4px; }

.listFondCarte:hover {
  color: #2f80e7; }

.titrePopupCarte {
  font-size: 1em;
  font-weight: bold; }

.contenuPopupCarte {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 10px; }

.leaflet-popup-content {
  margin: 8px 6px 8px 6px !important; }

/*####################################################################################################################*/
#blocGraph {
  width: 700px;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0px 20px 0px;
  display: block;
  position: relative; }

.panelCustom {
  background-color: #fff; }

.highcharts-container {
  height: 385px !important; }

#TableSelectionTer {
  border: none !important;
  width: 100% !important; }

#TableSelectionTer > tbody > tr {
  border-bottom: solid 10px white !important;
  border-top: solid 10px white !important; }

.TableSelectionTerTitre {
  width: 180px; }

.bordureExtContenair {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 60px; }

/*.md-default-theme {*/
/*color: #787878 !important;*/
/*background-color: #787878 !important;*/
/*}*/
#opacitySlider > .ui-slider-range {
  background: #0067C6 !important; }

#opacitySlider > .ui-slider-handle {
  border-color: #0067C6; }

#yearSlider > .ui-slider-range {
  background: #5c7684 !important; }

#yearSlider > .ui-slider-handle {
  border-color: #5c7684; }

.cubeColorPicker {
  width: 15px;
  height: 15px;
  border-color: #adadad;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 4px;
  cursor: pointer; }

.tabTitreBackViolet {
  background-color: #5c7684; }

.tabTitreBlockIconeG {
  width: 50px;
  height: 50px;
  text-align: center;
  color: white; }

.tabTitreBlock {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white; }

.tabTitreBlockIconeTitre {
  padding-left: 5%;
  padding-right: 5%;
  background-color: white;
  font-weight: bold;
  font-size: 17px;
  font-style: normal;
  text-align: left;
  max-width: 100%; }

.tabTitreMap {
  padding-left: 5%;
  padding-right: 5%;
  height: 5%;
  background-color: white;
  font-weight: bold;
  font-size: 17px;
  font-style: normal;
  text-align: center;
  max-width: 100%; }

.tabTitreTextViolet {
  color: #564AA3; }

#block_indic {
  float: left;
  position: relative;
  vertical-align: top;
  /* float: right; */
  /* vertical-align: bottom; */
  /* flex: 1; */
  /* order: 3; */
  display: block;
  width: 75%;
  /* max-width: 500px; */
  margin: 15px 1% 15px 20% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#block_choice_indic {
  float: left;
  position: relative;
  vertical-align: top;
  /* float: right; */
  /* vertical-align: bottom; */
  /* flex: 1; */
  /* order: 3; */
  display: block;
  width: 75%;
  /* max-width: 500px; */
  margin: 15px 1% 15px 20% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.blockStandard {
  background-color: white;
  /* box-shadow: 0px 2px 1px #cfdbe2 inset; */
  /* border: 1px solid #e7edf1; */
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 15px 5px 15px 15px !important;
  /* padding: 15px !important; */ }

.blockStandardContenu {
  background-color: white;
  padding: 15px; }

.blockStandardIndicateurs {
  background-color: white;
  padding: 15px;
  margin-left: 50px; }

#blockFonctionnel {
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*align-items: flex-start;*/
  /*flex-direction: row;*/
  /*flex-wrap: wrap ;*/
  display: inline-block;
  width: 100%;
  margin-top: 50px; }

.table-scroll thead {
  width: 100%;
  table-layout: fixed; }

.table-scroll tbody {
  max-height: 600px;
  overflow-y: auto;
  display: block;
  width: 100%;
  table-layout: fixed; }

.table-scroll tr {
  table-layout: fixed;
  width: 100%; }


.themeSelected {
  opacity: 0.3;
  filter: alpha(opacity=40);
}
.themeUnSelected {
  opacity: 1;
  filter: alpha(opacity=50);
}

.btn-orange-responsive {
  color: $bootstrap-black;
  background-color: $orange;
  border-color: $write-gray;

}


.flex-grid {
  display: flex;
  flex-flow: wrap;
}

.form-control2 {
  display: block;
  width: 100%;
  height: 34px;
  
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

  .btn-purple {
    color: #fff;
    background-color: #b451ac;
    border-color: #974190;
    width: 250px; }

.btn-orange-responsive {
  color: #222;
  background-color: #fcd300;
  border-color: #343434;

}
