/*
VERT 24C221
BLEU 55C2ED
ROUGE EE4E2F
ORANGE FEC21E
JAUNE FFD156
ROSE FEADA4
*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Roboto");
.panel_error {
  z-index: 9999 !important;
  position: fixed !important;
  bottom: 1em !important;
  right: 1em !important;
}

md-toast.md-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.button-tree {
  min-height: 26px;
  line-height: 26px;
  text-transform: inherit;
  width: calc(100% - 28px);
  margin: 0;
  padding: 0 16px;
}

.button-tree.selected {
  border: 2px dashed #4DA4DB;
}

.md-button.md-success.md-fab, .md-button.md-success.md-raised, .md-button.md-success.md-raised:hover, .md-button.md-success:not([disabled]).md-focused, .md-button.md-success:not([disabled]):active, .md-button.md-success:not([disabled]):hover {
  color: rgba(255, 255, 255, 0.87);
  background-color: #24C221;
}

/*.md-button.md-default-theme.md-hue-2.md-primary.md-fab, .md-button.md-hue-2.md-primary.md-fab, .md-button.md-default-theme.md-hue-2.md-primary.md-raised, .md-button.md-hue-2.md-primary.md-raised{
    color: rgba(255,255,255,0.87);
    background-color: $color_blue_dark;
}

.md-button.md-default-theme.md-hue-2.md-primary.md-fab:not([disabled]).md-focused, .md-button.md-hue-2.md-primary.md-fab:not([disabled]).md-focused, .md-button.md-default-theme.md-hue-2.md-primary.md-fab:not([disabled]):hover, .md-button.md-hue-2.md-primary.md-fab:not([disabled]):hover, .md-button.md-default-theme.md-hue-2.md-primary.md-raised:not([disabled]).md-focused, .md-button.md-hue-2.md-primary.md-raised:not([disabled]).md-focused, .md-button.md-default-theme.md-hue-2.md-primary.md-raised:not([disabled]):hover, .md-button.md-hue-2.md-primary.md-raised:not([disabled]):hover{
    color: rgba(255,255,255,0.87);
    background-color: $color_blue_dark;
}

.md-success md-icon{
    color: rgba(255,255,255,0.87) !important;
}*/
.md-button.md-raised:not([disabled]).md-focused, .md-button:not([disabled]).md-raised:active {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.md-button.md-raised:not([disabled]):not(.md-focused) {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.md-button.iconselected {
  opacity: 1 !important;
}

.md-button.icon-picker {
  overflow: visible !important;
}

.icon-delete-icon {
  position: absolute;
  top: -15px;
  left: -15px;
}

.md-button.md-fab.md-fab-xs {
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
}

.md-button.md-fab.md-fab-xs md-icon {
  height: 14px;
  width: 14px;
  min-height: 14px;
  min-width: 14px;
}

.buttonarrow {
  min-width: 10px;
  width: 18px;
  padding: 0;
  margin: 0;
  height: 24px;
  min-height: 18px;
  line-height: 0;
}

input[readonly=readOnly] {
  cursor: default;
}

.md-input-bordered {
  border-width: 1px !important;
  border-radius: 3px !important;
}

.md-input-focused .md-input-bordered {
  border-width: 2px !important;
}

body {
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1150px) {
  body {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1500px) {
  body {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1800px) {
  body {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2000px) {
  body {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 2400px) {
  body {
    font-size: 24px !important;
  }
}
@media screen {
  body {
    font-size: 10px;
  }
}

body {
  font-family: "Roboto";
}

@media (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  section {
    height: calc(100% - 48px);
  }
}
@media (min-width: 960px) and (orientation: landscape) {
  section {
    height: calc(100% - 64px);
  }
}
.cursor-pointer {
  cursor: pointer !important;
}

label {
  margin-bottom: 0;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.line-height-20px {
  line-height: 20px !important;
}

.text-align-left {
  text-align: left !important;
}

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

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

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin-bottom: 0 !important;
}

.border-blue {
  border: solid 2px #4DA4DB;
}

.border-white {
  border: solid 1px white;
}

.border-orange-hover:hover {
  border-right: solid 8px #24C221;
}

.text-white {
  color: white;
}

.background-blue {
  background-color: #4DA4DB;
}

.text-italic {
  font-style: italic !important;
}

.text-primary-pale {
  color: #337ab76f !important;
}

.width100 {
  width: 100% !important;
}

.width50 {
  width: 50% !important;
}

.inlineBlock {
  display: inline-block !important;
}

.arrow {
  min-width: 18px;
  width: 18px;
  cursor: pointer;
}

.nomargintop {
  margin-top: 0;
}

.tuileintro button.md-no-style.md-button.md-ink-ripple {
  border-radius: 50px !important;
}

.tuileintro .md-button.md-no-style {
  border-radius: 50px !important;
}

.md-body .md-row:hover {
  background-color: #dfdfdf;
}

table.md-table tbody.md-body > tr.md-row {
  cursor: pointer;
}

table.md-table tbody.md-body.sous-indicateurs > tr.md-row:hover {
  background-color: transparent;
}

table.md-table tbody.md-body.sous-indicateurs > tr.md-row > td.md-cell:not(.formule) {
  padding: 0;
  text-transform: uppercase;
}

table.md-table tbody.md-body.sous-indicateurs > tr.md-row > td.md-cell[rowspan] {
  padding: 0 24px;
}

table.md-table tbody.md-body.sous-indicateurs > tr.md-row > td.md-cell sub {
  color: rgba(0, 0, 0, 0.54);
}

.tableau-referentiels md-input-container {
  margin-bottom: 0 !important;
  width: 100%;
}
.tableau-referentiels input {
  padding: 2px 8px !important;
}
.tableau-referentiels td.w150 {
  text-align: center;
  width: 150px;
}
.tableau-referentiels th.w150 {
  width: 150px;
}
.tableau-referentiels th.w50 {
  width: 50px;
}
.tableau-referentiels td.w50 {
  text-align: center;
  width: 50px;
}
.tableau-referentiels td.w100 {
  text-align: center;
  width: 100px;
}
.tableau-referentiels th.w100 {
  width: 100px;
}

table.list-audit th, table.list-audit td {
  font-size: 0.85em !important;
}

.stats-list {
  background-color: white;
}

md-list-item:before {
  min-height: auto;
}

.majuscule {
  text-transform: uppercase;
}

th.majuscule {
  max-width: 80px;
  white-space: normal !important;
}

.indice-legend span, .indice-legend span + span {
  position: relative;
  top: 25px;
  margin-right: 15px;
}

.indice-legend md-input-container, .indice-legend md-input-container + span {
  position: relative;
  top: 0;
  margin-right: 15px;
}

.indice-valid {
  color: #24C221;
}

.indice-error {
  color: #d84315;
}

li:not(.cloak) {
  color: #363739 !important;
}

md-icon {
  color: inherit !important;
}

li.cloak {
  color: rgba(54, 55, 57, 0.4) !important;
}

.page {
  height: 100%;
}

md-content.md-default-theme, md-content {
  color: #363739;
}

.ul-tree {
  margin-top: 0px;
  margin-bottom: 0px;
}

.ul-tree ul li {
  background-color: #ffffff;
  padding: 0;
}

md-content, body, html {
  background: #FFF;
}

.ul-tree ul ul li {
  padding: 0;
  background-color: #eeeeee6e;
}

.ariane1 {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.ariane2 {
  color: #4DA4DB;
}

.atb-toolbar {
  background-color: #4DA4DB !important;
}

.button-full {
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: left;
}

.fade-in {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

md-bottom-sheet.md-grid md-list-item {
  height: 48px !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: white;
  opacity: 0.7;
}

.ajax-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1999;
  margin-left: -96px;
  margin-top: -96px;
  display: block;
  text-align: center;
}

.ajax-loader p {
  color: #82969f;
  text-transform: uppercase;
  font-weight: bold;
}

md-toast {
  z-index: 2001;
}

.phone {
  border: 40px solid rgba(18, 18, 18, 0.8);
  border-width: 55px 7px;
  border-radius: 40px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

.phone iframe {
  border: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

/*Different Perspectives*/
/* Table View */
.phone.view_1 {
  -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(-30deg);
  transform: rotateX(50deg) rotateY(0deg) rotateZ(-30deg);
}

/*  Front View */
.phone.view_2 {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(-30deg);
  }
  50% {
    -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(-40deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(-30deg);
  }
}
/* Rotate Animation */
.view_1.rotate {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

/*Controls*/
#controls {
  position: absolute;
  top: 80px;
  left: 20px;
  font-size: 0.9em;
  color: #333;
  width: 17px;
}

#controls div {
  margin: 10px;
}

#controls div label {
  width: 150px;
  display: block;
  float: left;
  color: #fff;
}

#phone-controls {
  position: absolute;
  top: 80px;
  right: 20px;
  width: 200px;
  font-size: 14px;
}

#phones {
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
}

#phones button {
  outline: none;
  width: 198px;
  border: 1px solid #016aa0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #016aa0;
  height: 40px;
  margin: 10px 0;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#phones button:hover {
  color: #444;
  background-color: #eee;
}

#views button {
  outline: none;
  width: 198px;
  border: 1px solid #00a8ff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #00a8ff;
  height: 40px;
  margin: 10px 0;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#views button:hover {
  color: #444;
  background-color: #eee;
}

@media (max-width: 900px) {
  #wrapper {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
@media (max-width: 700px) {
  #wrapper {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }

  .phone {
    margin: 0 0 0 -70px;
  }
}
@media (max-width: 500px) {
  #wrapper {
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
}
/* Fade In Animation */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  #inner-wrap {
    width: 100%;
  }
}
@media (min-width: 960px) and (orientation: landscape) {
  #inner-wrap {
    width: 50%;
  }
}
.main-message {
  display: block;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.sub-message, .small-message {
  display: block;
  color: #666;
}

.small-message {
  margin-top: 0.5em;
  font-size: 0.8em;
}
.small-message a, .small-message a:hover, .small-message a:visited {
  color: #0069A3;
}

.front-office {
  max-width: 1200px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
}

md-toolbar.md-toolbar-frontoffice {
  background-color: transparent;
  color: black;
  margin-top: 40px;
}

md-toolbar.md-toolbar-backoffice {
  background-color: transparent;
  color: black;
}

md-toolbar.md-toolbar-backoffice .md-toolbar-tools .md-button md-icon {
  fill: #3f51b5;
}

md-toolbar.md-toolbar-backoffice .md-toolbar-tools h1 {
  color: #3f51b5;
}

h1.frontoffice {
  font-size: 60px;
  font-weight: bold;
  display: block;
  margin: auto;
  padding-top: 45px;
}

h2.frontoffice {
  color: #6d6a69;
  font-size: 30px;
  margin: auto;
}

section.frontoffice {
  max-width: 1000px;
  margin: auto;
}

.md-button.md-button-frontoffice {
  background-color: #f4ecde;
}

h3.frontoffice {
  font-size: 30px;
}

md-input-container.frontoffice {
  margin: 0px;
}

th.frontoffice {
  width: 25%;
  min-width: 50px;
}

tr.frontoffice {
  width: 25%;
  min-width: 50px;
}

.question:nth-child(odd) {
  background: #eeeeeeb0;
}

.question:nth-child(even) {
  background: #FFF;
}

.md-list-item-inner:before {
  min-height: 36px !important;
}

md-list-item {
  min-height: 36px !important;
}

md-list-item .md-list-item-inner > md-checkbox {
  margin-top: 6px;
  margin-bottom: 0;
  align-self: baseline;
}

.strate {
  background-color: #eee;
}

md-list-item .md-no-style.md-button {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/*# sourceMappingURL=main.css.map */
