﻿/**
    Material Modal

*/
@font-face {
  font-family: 'NeutraDisp-Titling';
  src: url('../fonts/NeutraDisp-Titling.woff') format('woff');
}
.md-subheader.md-default-theme {
  background-color: transparent;
  margin: 0px;
}
md-dialog.md-default-theme {
  border-radius: 4px;
  background-color: transparent;
  max-width: 855px;
  height: 100%;
}
md-content.md-default-theme {
  background-color: transparent;
}
md-dialog md-content {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: auto;
}
md-dialog {
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: none;
}
md-dialog.transition-in {
  /*height: 100%;*/
}
.md-subheader {
  padding: 0;
  background: transparent;
}
md-dialog .md-default-theme {
  color: black;
}
/*
    MODAL
*/
.modal-backdrop {
  height: 100%;
  background-color: #2c2c2c;
}
.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .7;
}
.modal-content {
  color: black;
  background-color: transparent;
  background-clip: padding-box;
  /* border-radius: 6px; */
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flat-btn {
  border-radius: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #01aca0;
  color: #f3f3f3;
  display: block;
  float: left;
  font-weight: 700;
  height: 30px;
  padding: 0 8px;
  margin-right: 8px;
  min-width: 30px;
  cursor: pointer;
  text-decoration: none;
}
.commander-btn {
  position: absolute;
  right: 2px;
  top: 8px;
  z-index: 50;
}
.simple-link {
  color: black;
  text-decoration: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.simple-link:link {
  color: black;
}
.simple-link:visited {
  color: black;
}
.simple-link:active {
  color: black;
}
.simple-link:focus {
  color: black;
}
.simple-link:hover {
  color: #01aca0;
}
.simple-link .md-default-theme {
  color: black;
}
.extrait-header {
  color: #01aca0;
}
.extrait {
  line-height: 1.2;
}
.iconedThemes {
  color: #01aca0;
  text-decoration: none;
  padding-bottom: 10px;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.iconedThemes:link,
.iconedThemes :visited,
.iconedThemes :active {
  color: #01aca0;
  opacity: 1;
}
.iconedThemes:focus {
  color: #01aca0;
  opacity: 1;
}
.iconedThemes .md-default-theme {
  color: #01aca0;
}
.iconedThemes .iconedLink-text {
  margin-left: 5px;
}
.iconedThemesNoneSelectable {
  color: black;
  text-decoration: none;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  padding-bottom: 10px;
}
.iconedThemesNoneSelectable .iconedLink-text {
  margin-left: 5px;
}
.iconedLinkThemes {
  color: #01aca0;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.iconedLinkThemes:link,
.iconedLinkThemes :visited,
.iconedLinkThemes :active {
  color: #01aca0;
  opacity: 1;
}
.iconedLinkThemes:focus {
  color: #01aca0;
  opacity: 1;
}
.iconedLinkThemes:hover {
  color: #000000;
  opacity: 1;
}
.iconedLink {
  color: #01aca0;
  text-decoration: none;
  padding-bottom: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.iconedLink:link,
.iconedLink :visited,
.iconedLink :active {
  color: #01aca0;
  opacity: 1;
}
.iconedLink:focus {
  color: #01aca0;
  opacity: 1;
}
.iconedLink:hover {
  color: #000000;
  opacity: 1;
}
.iconedLink .md-default-theme {
  color: #01aca0;
}
.iconedLink .iconedLink-text {
  margin-left: 5px;
}
.modal-wrapper {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: auto;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 40px;
  padding-top: 40px;
}
.modal-header-inner {
  background-color: #01aca0;
  /*box-shadow: inset 0 0 180px fadeout(@primaryColor,20%);*/
  color: #f3f3f3;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  position: relative;
  border-bottom: 0;
  padding: 12px;
  text-align: center;
}
.modal-header-inner .modal-title {
  color: #f3f3f3;
  float: left;
}
.modal-header-inner .title {
  font-size: 2em;
  font-weight: bold;
}
.modal-header {
  margin-top: auto;
  background-color: #01aca0;
  min-height: 100px;
  /*box-shadow: inset 0 0 180px fadeout(@primaryColor,20%);*/
  color: #f3f3f3;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  position: relative;
  border-bottom: 0;
  padding: 8px;
}
.modal-header .modal-title {
  color: #f3f3f3;
  float: left;
}
.modal-header .title {
  font-size: 2em;
  font-weight: bold;
}
.modal-header .subtitle {
  font-size: 1.2em;
  margin-top: -10px;
}
.modal-header-title {
  position: absolute;
  left: calc(100% + 85px);
  top: 0px;
  z-index: -500;
  font-family: 'Arial Black';
  font-size: 65px;
  opacity: .2;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: top left 0;
  -moz-transform-origin: top left 0;
  -webkit-transform-origin: top left 0;
  transform-origin: top left 0;
}
@media (max-width: 592px) {
  .modal-header-inner .title {
    font-size: 1em;
    margin: 0 50px;
  }
  .modal-header-inner .subtitle {
    font-size: 0.9em;
  }
}
.modal-footer {
  background-color: #f3f3f3;
  box-shadow: inset 0 0 180px #ffffff;
  color: #f3f3f3;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.modal-body {
  box-shadow: inset 0 0 20px white;
  background-color: #f3f3f3;
}
.modal-body .tile-image {
  border: 2px solid #01aca0;
  width: 300px;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 750px;
  }
}
.labelText {
  opacity: 0.8;
}
.btn-close {
  color: black;
}
.inline-flex {
  display: inline-flex;
  float: left;
}
.inline-flex md-icon {
  min-width: 27px;
  min-height: 27px;
  color: #01aca0;
}
.md-icon-text {
  margin-left: 5px;
}
.flex-col {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.close-button .md-default-theme {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  color: white;
}
@media (max-width: 630px) {
  .close-button .md-default-theme {
    width: 45px;
    height: 45px;
  }
}
/* ************************************
    Scrollbar
*/
.u-fancy-scrollbar-light {
  -webkit-overflow-scrolling: touch;
}
.u-fancy-scrollbar-light::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.u-fancy-scrollbar-light::-webkit-scrollbar-button:start:decrement,
.u-fancy-scrollbar::-webkit-scrollbar-button:end:increment {
  background: transparent;
  display: none;
}
.u-fancy-scrollbar-light::-webkit-scrollbar-track-piece {
  background: rgba(214, 218, 220, 0);
}
.u-fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:start {
  border-radius: 5px5px00;
}
.u-fancy-scrollbar-light::-webkit-scrollbar-track-piece:vertical:end {
  border-radius: 005px5px;
}
.u-fancy-scrollbar-light::-webkit-scrollbar-track-piece:horizontal:start {
  border-radius: 5px005px;
}
.u-fancy-scrollbar-light::-webkit-scrollbar-track-piece:horizontal:end {
  border-radius: 05px5px0;
}
.u-fancy-scrollbar-light::-webkit-scrollbar-thumb:vertical,
.u-fancy-scrollbar::-webkit-scrollbar-thumb:horizontal {
  background: rgba(196, 201, 204, 0.5);
  border-radius: 5px;
  display: block;
  height: 50px;
}
.pastille-prix {
  font-family: 'NeutraDisp-Titling';
  color: #01aca0;
  line-height: 1;
  /*background: @primaryColor;*/
  /*background: rgb(242, 156, 15);*/
  /*border: 2px solid white;*/
  /*-webkit-box-shadow: 0px 0px 7px 1px black;
    -moz-box-shadow: 0px 0px 7px 1px black;
    box-shadow: 0px 0px 7px 1px black;*/
  /*border-radius: 50%;*/
  height: 40px;
  width: 40px;
  position: relative;
  margin-top: 10px;
  margin-left: 5px;
}
.pastille-prix .pastille-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*text-shadow: 1px 1px rgba(0, 0, 0, 0.65);*/
}
.pastille-prix .pastille-container .inner-pastille-container {
  font-size: 1.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
}
.pastille-prix .pastille-container .symbol {
  font-size: 0.7em;
  line-height: 0.5;
}
.pastille-prix .pastille-container .second-value {
  font-size: 0.5em;
  line-height: 1.25;
}
.pastille-prix .pastille-container .pastille-right-part {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  margin-left: 1px;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 592px) {
  .col-md-5 {
    text-align: center;
  }
  .modal-body .tile-image {
    width: 80%;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 5px;
    padding-top: 20px;
  }
}
/*# sourceMappingURL=Modal.css.map */