@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.card {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.line-icon {
  margin-bottom: 20px;
  display: table;
}
.line-icon:last-child {
  margin-bottom: 0px;
}
.line-icon i {
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
  padding-right: 12px;
}
.line-icon span {
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
}
.fileUpload label {
  cursor: pointer;
  display: inline-block;
}
.fileUpload input {
  position: absolute;
  left: -9999px;
  height: 0px;
}
.fileUpload.center {
  text-align: center;
}
.btn-primary {
  background-color: #037cb6 !important;
}
.horodatage-infos {
  font-size: 10px;
  color: #aaa;
}
.dropup .dropdown-menu {
  bottom: 0px;
}
.navbar-brand {
  padding-left: 30px;
}
.block-header {
  margin-bottom: 15px;
}
@media (min-width: 1010px) {
  .block-header {
    margin-bottom: 0px;
  }
}
.block-header h2.special-title {
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1010px) {
  .block-header h2.special-title {
    display: none;
  }
}
#title-zone h2 {
  font-size: 20px;
  text-align: center;
  display: none;
  margin: 0;
}
@media (min-width: 1010px) {
  #title-zone h2 {
    display: block;
    position: fixed;
    margin-bottom: 0px;
    top: 0;
    left: 200px;
    right: 250px;
    z-index: 20;
    font-size: 20px;
    line-height: 70px;
    color: #ffffff !important;
  }
}
/* Page de login */
.login-page,
.fp-page {
  background-color: transparent;
}
.login-page .login-box .logo a,
.fp-page .login-box .logo a {
  font-size: 20px;
  color: #003f8a;
}
/* Relevé */
a.add-mesure,
a.edit-mesure {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.form-line.simple-text {
  border-bottom: 1px solid transparent;
}
.form-line.simple-text::after {
  border-bottom: 1px solid transparent !important;
}
.bootstrap-select .bs-searchbox {
  overflow: hidden;
}
.bootstrap-select .bs-searchbox input {
  width: calc(100% - 30px);
}
.sidebar .user-info {
  height: auto;
}
.sidebar .user-info .info-container {
  top: 0;
}
.input-group-select,
.input-group {
  margin-bottom: 20px;
}
.input-group-select label.error .help-block,
.input-group label.error .help-block {
  font-size: 12px !important;
  color: red !important;
  font-weight: normal !important;
}
.input-group input[type="text"],
.input-group .form-control {
  padding-left: 12px;
}
textarea.max_100 {
  width: 100% !important;
}
.view-line {
  margin-bottom: 10px;
}
.view-line .view-label {
  font-weight: bold;
  display: inline-block;
}
.view-line .view-label::after {
  content: " : ";
}
.view-line .view-value {
  display: inline-block;
}
.brick .libelle {
  font-weight: bold;
}
.info-box-4 {
  height: auto;
}
