body {
  font-family: 'Ubuntu', Arial;
  font-weight: 500; }

h1 {
  font-family: 'ITCAvantGardeStd', Arial;
  font-weight: bold;
  width: auto;
  font-size: 5em;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  margin: 0; }

.wave {
  -webkit-mask-image: url(../img/border-wave-white.png);
  mask-image: url(../img/border-wave-white.png);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: block;
  height: 13px; }

.white {
  color: #fff; }

.blue {
  color: #327c95; }

.black {
  color: #000; }

.form {
  margin-top: 3em; }

.form input {
  font-weight: 500;
  font-size: 1.2em;
  color: #327c95;
  border: 2px solid;
  border-color: #327c95;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 0 1em;
  width: 100%;
  min-height: 55px;
  background-color: white; }
  .form input::-webkit-input-placeholder {
    color: #327c95; }
  .form input:-moz-placeholder {
    color: #327c95; }
  .form input::-moz-placeholder {
    color: #327c95; }
  .form input:-ms-input-placeholder {
    color: #327c95; }

.form input[type="submit"] {
  background-color: transparent;
  padding: 0.8em 1em; }

on-nav-view[nav-view-transition][nav-view-direction] {
  background-color: transparent; }

[nav-view-transition="ios"] [nav-view] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

ion-view.isotope-view.horizontal.menu-position-left[nav-view="cached"] {
  display: none; }

ion-view[nav-view="cached"] {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

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

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

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

.block {
  display: block; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.isotope-view.menu-position-left .layout-content > .scroll > .isotope {
  margin-left: 80px; }

.isotope-view.horizontal {
  /* Needed for horizontal view's height calculation */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* */ }
  .isotope-view.horizontal .layout {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.isotope-view {
  padding-top: 1rem;
  margin-bottom: 130px; }
  .isotope-view .isotope-container {
    width: 100%;
    height: 100%; }
  .isotope-view .isotope {
    width: 100%;
    height: 100%; }
  .isotope-view .scroll-content {
    height: auto; }
  .isotope-view .scroll-content > .scroll {
    position: relative;
    width: 100%;
    height: 100%; }
  .isotope-view .header {
    padding-left: 2rem; }
  .isotope-view h1 {
    color: #58585a; }
  .isotope-view .layout {
    position: relative;
    height: auto; }
  .isotope-view .brick {
    float: left;
    cursor: default;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .isotope-view .brick.left .infos {
    left: 0; }
  .isotope-view .brick.right .infos {
    right: 0; }
  .isotope-view .brick.center .infos {
    width: 93%;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .isotope-view .filters {
    margin-top: 1em;
    margin-left: 1em; }
    .isotope-view .filters li {
      display: inline-block;
      color: #327c95;
      margin: 0 0.5em;
      margin-bottom: 0.5em;
      padding: 0.25em 1em;
      text-transform: uppercase;
      font-weight: bold; }
    .isotope-view .filters li.active {
      -webkit-box-shadow: 0 0 10px 1px rgba(157, 170, 197, 0.6);
      box-shadow: 0 0 10px 1px rgba(157, 170, 197, 0.6); }

/* Image modal */
.image-modal, .video-modal {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }
  .image-modal .swiper-slide, .video-modal .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .image-modal .pane, .video-modal .pane {
    background: transparent;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .image-modal a.button-icon.close-cross, .video-modal a.button-icon.close-cross {
    margin-top: 3%;
    height: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0; }
  .image-modal .image-modal, .video-modal .image-modal {
    width: 100% !important;
    height: 100%;
    top: 0 !important;
    left: 0 !important; }
  .image-modal .fullscreen-image, .video-modal .fullscreen-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 80%;
    max-height: 80%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .image-modal video, .video-modal video {
    width: 70%;
    margin: 0 auto; }

/* Fade using ngShow/ngHide */
.modal-fade.ng-hide {
  opacity: 0; }

.modal-fade.ng-hide-remove,
.modal-fade.ng-hide-add {
  display: block !important; }

.modal-fade.ng-hide-remove {
  -webkit-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  transition: all linear 250ms; }

.modal-fade.ng-hide-add {
  -webkit-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  transition: all linear 250ms; }

/* Fix modal backdrop for smaller devices */
@media (max-width: 679px) {
  .active .modal-backdrop-bg {
    opacity: .5; }
  .modal-backdrop-bg {
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    background-color: #000;
    opacity: 0; } }

.header .filters {
  position: relative;
  height: 50px; }
  .header .filters .scroll {
    height: 100%; }
  .header .filters ul {
    height: 100%;
    white-space: nowrap; }
    .header .filters ul li {
      display: inline-block;
      position: relative; }

.user-file-element {
  display: block;
  border-bottom: 1px #DDD dotted;
  margin-bottom: 10px; }
  .user-file-element .doc-filename {
    line-height: 55px;
    font-size: 14px;
    color: #868686; }
  .user-file-element .btn-download {
    float: right; }

.slide-in-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.slide-in-right.ng-enter, .slide-in-right > .ng-enter {
  -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  -o-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms; }

.slide-in-right.ng-enter-active, .slide-in-right > .ng-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.slide-in-right.ng-leave, .slide-in-right > .ng-leave {
  -webkit-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

.my-custom-popup .popup {
  width: 400px; }

.my-custom-popup .popup-title {
  text-transform: uppercase; }

.my-custom-popup .popup-buttons button {
  background-color: #327c95; }

ng-include .header .has-footer {
  bottom: 0px; }

/* ITCAvantGardeStd */
@font-face {
  font-family: 'ITCAvantGardeStd';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/itcavantgardestd/ITCAvantGardeStd-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

/* Ubuntu */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ubuntu/Ubuntu-R.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ubuntu/Ubuntu-M.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ubuntu/Ubuntu-B.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: lighter;
  src: url("../fonts/ubuntu/Ubuntu-L.ttf") format("truetype");
  /* Safari, Android, iOS */ }

/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/roboto/roboto-bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

ion-drawer-vertical-wrapper {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
  z-index: 8;
  /* the ion-header-bar is 9, so we need to stay below that */
  background: #fff; }

ion-drawer-vertical-wrapper.bottom,
ion-drawer-vertical-wrapper.top {
  height: 200px; }

ion-drawer-vertical-wrapper.left {
  left: initial;
  right: initial; }

ion-drawer-vertical-handle {
  display: block;
  position: absolute; }

/* TOP */
ion-drawer-vertical-wrapper.top {
  top: 0;
  bottom: auto;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

ion-drawer-vertical-wrapper.top.has-footer {
  bottom: 44px; }

ion-drawer-vertical-wrapper.top.has-subfooter {
  bottom: 88px; }

ion-drawer-vertical-wrapper.top.has-tabs, ion-drawer-vertical-wrapper.top.bar-footer.has-tabs {
  bottom: 49px; }

ion-drawer-vertical-wrapper.top.has-tabs.pane, .bar-footer.has-tabs.pane {
  bottom: 49px;
  height: auto; }

ion-drawer-vertical-wrapper.top.has-footer.has-tabs {
  bottom: 93px; }

ion-drawer-vertical-wrapper.top ion-drawer-vertical-handle {
  top: 100%;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 35px; }

/* /TOP */
/* BOTTOM */
ion-drawer-vertical-wrapper.bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

ion-drawer-vertical-wrapper.bottom.has-footer {
  bottom: 44px; }

ion-drawer-vertical-wrapper.bottom.has-subfooter {
  bottom: 88px; }

ion-drawer-vertical-wrapper.bottom.has-tabs, ion-drawer-vertical-wrapper.bottom.bar-footer.has-tabs {
  bottom: 49px; }

ion-drawer-vertical-wrapper.bottom.has-tabs.pane, .bar-footer.has-tabs.pane {
  bottom: 49px;
  height: auto; }

ion-drawer-vertical-wrapper.bottom.has-footer.has-tabs {
  bottom: 93px; }

ion-drawer-vertical-wrapper.bottom ion-drawer-vertical-handle {
  bottom: 100%;
  left: 0;
  top: auto;
  right: auto;
  width: 100%;
  height: 35px; }

/* /BOTTOM */
/* LEFT */
ion-drawer-vertical-wrapper.left {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

ion-drawer-vertical-wrapper.left.has-header {
  top: 44px; }

ion-drawer-vertical-wrapper.left.has-subheader {
  top: 88px; }

ion-drawer-vertical-wrapper.left.has-tabs-top {
  top: 93px; }

ion-drawer-vertical-wrapper.left.has-header.has-subheader.has-tabs-top {
  top: 137px; }

ion-drawer-vertical-wrapper.left ion-drawer-vertical-handle {
  top: 0;
  left: 100%;
  right: auto;
  bottom: auto;
  width: 35px;
  height: 100%; }

/* /LEFT */
/* RIGHT */
ion-drawer-vertical-wrapper.right {
  left: auto;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

ion-drawer-vertical-wrapper.right.has-header {
  top: 44px; }

ion-drawer-vertical-wrapper.right.has-subheader {
  top: 88px; }

ion-drawer-vertical-wrapper.right.has-tabs-top {
  top: 93px; }

ion-drawer-vertical-wrapper.right.has-header.has-subheader.has-tabs-top {
  top: 137px; }

ion-drawer-vertical-wrapper.right ion-drawer-vertical-handle {
  top: 0;
  right: 100%;
  left: auto;
  bottom: auto;
  width: 35px;
  height: 100%; }

/* /RIGHT */
ion-drawer-vertical-wrapper.opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

ion-drawer-vertical-wrapper.animate {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
  display: none !important; }

.contactsView {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .contactsView .brick .image {
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  .contactsView .brick .infos {
    background: white;
    width: 75%;
    padding: 0.2em;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    bottom: 2%;
    font-family: 'Ubuntu Regular', Arial; }
    .contactsView .brick .infos .title {
      font-weight: bold;
      font-size: 1.5em;
      line-height: 1.5em; }

.documentsView {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .documentsView .has-footer {
    bottom: 0; }
  .documentsView .layout {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 0 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 0 auto !important;
    flex: 1 0 auto !important; }
  .documentsView .brick .image {
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: black; }
  .documentsView .brick .infos {
    width: 75%;
    position: absolute;
    bottom: 0; }
  .documentsView .scroll-content .user-file-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 22vw;
    padding: 0 4%;
    border-bottom: none;
    float: left;
    padding-left: 40px !important;
    position: absolute; }
    .documentsView .scroll-content .user-file-element .doc-filename {
      line-height: 16px;
      overflow: hidden;
      height: 47px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      padding-top: 5px; }
    .documentsView .scroll-content .user-file-element .btn-download {
      background-image: url(../img/documents-icone.png);
      background-repeat: no-repeat;
      background-size: auto 80%;
      background-position: center;
      background-color: #717171;
      height: 100%;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      color: #fff;
      border: none;
      font-size: 1.6em;
      font-weight: bold; }
      .documentsView .scroll-content .user-file-element .btn-download .lenght-3 {
        font-size: 30px;
        position: absolute;
        -webkit-transform: translate(-78%, -35%);
        -ms-transform: translate(-78%, -35%);
        -o-transform: translate(-78%, -35%);
        transform: translate(-78%, -35%);
        top: 50%;
        left: 50%; }
  .documentsView pdf-viewer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .documentsView pdf-viewer canvas {
      max-height: 90vh; }
  .documentsView .prev {
    position: absolute;
    left: 12vw;
    top: 0;
    -webkit-transform: translateY(50vh);
    -ms-transform: translateY(50vh);
    -o-transform: translateY(50vh);
    transform: translateY(50vh);
    background-image: url("../img/arrow-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 57px; }
  .documentsView .next {
    position: absolute;
    right: 12vw;
    top: 0;
    -webkit-transform: translateY(50vh);
    -ms-transform: translateY(50vh);
    -o-transform: translateY(50vh);
    transform: translateY(50vh);
    background-image: url("../img/arrow-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 57px; }
  .documentsView .page-count {
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2em;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0; }
  .documentsView ion-spinner.spinner > * {
    width: 38px;
    height: 38px;
    stroke: #fff;
    fill: #222; }
  .documentsView ion-spinner.spinner {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }
  .documentsView .button.close-cross {
    z-index: 100; }

.galleryView .brick {
  margin: 5px; }

.loginView {
  background-size: cover; }
  .loginView > .scroll-content > .scroll {
    position: relative;
    width: 100%;
    height: 100%; }
  .loginView h1 {
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 4.8em; }
  .loginView .signin-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%; }
    .loginView .signin-form .inner {
      width: auto; }
    .loginView .signin-form input {
      margin-bottom: 0.2em;
      margin-top: 0.6em; }
    .loginView .signin-form input[type="submit"] {
      margin-top: 2em; }
    .loginView .signin-form a {
      font-family: 'Ubuntu', Arial;
      font-weight: bold;
      color: #327c95;
      text-transform: uppercase;
      font-size: 0.75em;
      display: block;
      padding-right: 2em; }
    .loginView .signin-form a.back-to-login {
      margin-top: 0.8em; }
  .loginView .form-errors {
    color: red;
    text-transform: uppercase; }
  .loginView .copyright {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline; }
  .loginView .version {
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em; }

.menu-outer-buttons {
  position: absolute; }
  .menu-outer-buttons .menu-button {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    width: 50px;
    height: 50px;
    -webkit-transition: all .150s ease-in-out;
    -o-transition: all .150s ease-in-out;
    transition: all .150s ease-in-out;
    position: absolute;
    opacity: 0;
    top: 0; }
    .menu-outer-buttons .menu-button.btn-flag.flag-en {
      background-image: url(../img/icn/en.jpg) !important; }
    .menu-outer-buttons .menu-button.btn-flag.flag-fr {
      background-image: url(../img/icn/fr.png) !important; }
    .menu-outer-buttons .menu-button.btn-menu {
      position: relative;
      z-index: 1;
      opacity: 1;
      background-image: url(../img/icn/menu.svg) !important;
      -webkit-border-radius: 50% !important;
      border-radius: 50% !important;
      color: #FFFFFF !important;
      border: none !important;
      background-color: rgba(255, 255, 225, 0.5) !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      padding: 20px !important;
      background-size: 60% auto !important; }
    .menu-outer-buttons .menu-button.btn-flag {
      position: relative;
      z-index: 1;
      opacity: 1;
      margin-top: 1em;
      -webkit-border-radius: 50% !important;
      border-radius: 50% !important;
      color: #000 !important;
      border: none !important;
      background-color: #FFF !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      padding: 20px !important; }
      .menu-outer-buttons .menu-button.btn-flag.flag-en {
        border: 1px solid white !important; }
    .menu-outer-buttons .menu-button.btn-home.open {
      top: -60px;
      opacity: 1; }
    .menu-outer-buttons .menu-button.btn-refresh.open {
      top: -30px;
      right: -60px;
      opacity: 1; }
    .menu-outer-buttons .menu-button.btn-logout.open {
      top: 30px;
      right: -57px;
      opacity: 1; }
    .menu-outer-buttons .menu-button.btn-home {
      background-image: url(../img/icn/home.svg);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #FFFFFF;
      border: none;
      background-color: rgba(255, 255, 225, 0.5);
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 20px;
      background-size: 60% auto;
      top: 0px;
      right: 0px;
      opacity: 0; }
    .menu-outer-buttons .menu-button.btn-backk {
      background-image: url(../img/icn/left-arrow.svg);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #FFFFFF;
      border: none;
      background-color: rgba(255, 255, 225, 0.5);
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 20px;
      background-size: 60% auto;
      opacity: 1;
      top: -65px; }
      .menu-outer-buttons .menu-button.btn-backk.open {
        top: -120px; }
      .menu-outer-buttons .menu-button.btn-backk.closed {
        top: -65px; }
    .menu-outer-buttons .menu-button.btn-refresh {
      background-image: url(../img/icn/update-arrows.svg);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #FFFFFF;
      border: none;
      background-color: rgba(255, 255, 225, 0.5);
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 20px;
      background-size: 60% auto;
      top: 0px;
      right: 0px;
      opacity: 0; }
    .menu-outer-buttons .menu-button.btn-logout {
      background-image: url(../img/icn/logout.svg);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #FFFFFF;
      border: none;
      background-color: rgba(255, 255, 225, 0.5);
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 20px;
      background-size: 60% auto;
      top: 0px;
      right: 0px;
      opacity: 0; }

.section-list {
  white-space: nowrap; }
  .section-list .section {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .section-list .section .section-item {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      overflow: hidden;
      position: relative; }
    .section-list .section .image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-color: transparent;
      background-size: cover;
      background-position: center;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .section-list .section .title {
      max-width: 90%;
      position: absolute;
      bottom: 0;
      padding: 0.4em 0.8em;
      padding-bottom: 0;
      text-transform: uppercase;
      white-space: normal;
      font-weight: bold; }
  .section-list .section-item.left .title {
    left: 0; }
  .section-list .section-item.right .title {
    right: 0; }
  .section-list .section-item.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

/* Horizontal mode */
.main-menu.top, .main-menu.bottom {
  height: 125px; }
  .main-menu.top .scroll, .main-menu.bottom .scroll {
    height: 100%; }
  .main-menu.top .section-list, .main-menu.bottom .section-list {
    height: 100%;
    padding: 0.4em 0; }
    .main-menu.top .section-list .section, .main-menu.bottom .section-list .section {
      display: inline-block;
      width: 150px;
      height: 100%;
      margin: 0 0.2em; }
      .main-menu.top .section-list .section .section-item, .main-menu.bottom .section-list .section .section-item {
        height: 100%; }
        .main-menu.top .section-list .section .section-item .image, .main-menu.bottom .section-list .section .section-item .image {
          height: 100%; }

.main-menu.top .menu-outer-buttons, .menu-position-top .menu-outer-buttons {
  top: 100%;
  left: auto;
  bottom: auto;
  right: 0;
  margin-top: 16px;
  margin-right: 24px;
  position: relative; }

.main-menu.bottom .menu-outer-buttons, .menu-position-bottom .menu-outer-buttons {
  bottom: 100%;
  left: 0;
  top: auto;
  right: auto;
  margin-bottom: 16px;
  margin-left: 24px; }

/* Vertical mode */
.main-menu.left, .main-menu.right {
  width: 280px; }
  .main-menu.left .section-list .section, .main-menu.right .section-list .section {
    height: 110px;
    margin: 0.5em 0; }
  .main-menu.left .section-list .section:first-child, .main-menu.right .section-list .section:first-child {
    margin-top: 0; }
  .main-menu.left .section-list .section:last-child, .main-menu.right .section-list .section:last-child {
    margin-bottom: 0; }

.main-menu.left .menu-outer-buttons, .menu-position-left .menu-outer-buttons {
  top: auto;
  left: 100%;
  right: auto;
  bottom: 10%;
  margin-top: 16px;
  margin-left: 24px; }

.main-menu.right .menu-outer-buttons, .menu-position-right .menu-outer-buttons {
  top: auto;
  right: 100%;
  left: auto;
  bottom: 10%;
  margin-top: 16px;
  margin-right: 24px; }

ion-drawer-vertical-wrapper.main-menu {
  height: 100%;
  display: block; }
  ion-drawer-vertical-wrapper.main-menu ion-drawer-vertical-content ion-content.has-footer {
    bottom: 0; }

.panoramaView > .scroll-content > .scroll {
  position: relative;
  width: 100%;
  height: 100%; }

.placesView {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .placesView .brick .image {
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .placesView .brick .infos {
    background: white;
    width: 75%;
    padding: 0.5em;
    position: absolute;
    bottom: 30px;
    font-family: 'Ubuntu Regular', Arial; }
    .placesView .brick .infos .title {
      font-weight: bold; }

.sliderView {
  /* Text bottom + Menu bottom */
  /* Text top + Menu top */
  /* Text left + Menu left */
  /* Text right + Menu right */ }
  .sliderView > .scroll-content > .scroll {
    position: relative;
    width: 100%;
    height: 100%; }
  .sliderView .video-js {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%; }
  .sliderView .vjs-video-wrap {
    width: 100%;
    height: 100%; }
  .sliderView vg-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .sliderView vg-media video {
      width: 100%;
      max-height: 100%; }
  .sliderView videogular vg-controls, .sliderView [videogular] vg-controls {
    bottom: auto;
    top: 5px; }
    .sliderView videogular vg-controls .controls-container, .sliderView [videogular] vg-controls .controls-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-box-orient: vertical;
      -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      background-color: transparent; }
      .sliderView videogular vg-controls .controls-container vg-play-pause-button, .sliderView [videogular] vg-controls .controls-container vg-play-pause-button {
        display: block; }
      .sliderView videogular vg-controls .controls-container vg-volume, .sliderView videogular vg-controls .controls-container [videogular] vg-volume, .sliderView [videogular] vg-controls .controls-container vg-volume, .sliderView [videogular] vg-controls .controls-container [videogular] vg-volume {
        display: block; }
  .sliderView .custom-swiper-pagination,
  .sliderView .swiper-container .swiper-pagination {
    bottom: 0px;
    left: 35px;
    right: 35px;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sliderView .custom-swiper-pagination .swiper-pagination-bullet,
  .sliderView .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0; }
  .sliderView .swiper-slide {
    background-size: cover;
    overflow: hidden;
    background-color: #232323; }
  .sliderView .swiper-pagination-bullet {
    background: transparent; }
  .sliderView span.swiper-pagination-bullet:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid white;
    left: 8px;
    right: 0;
    top: 8px;
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.5); }
  .sliderView .video-relative {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .sliderView video.videoPlayer {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .sliderView span.swiper-pagination-bullet:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    left: 8px;
    right: 0;
    top: 8px;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.5); }
  .sliderView span.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .sliderView span.swiper-pagination-bullet-active:before {
    background-color: white; }
  .sliderView span.swiper-pagination-bullet {
    opacity: 1 !important; }
  .sliderView .block-infos {
    position: absolute;
    max-width: 90%;
    font-family: 'Ubuntu', Arial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 10; }
    .sliderView .block-infos.bottom-right {
      margin: 0px 25px 50px 0px !important; }
    .sliderView .block-infos .left .logo {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-color: transparent;
      width: 100px;
      height: 100px;
      margin: 1em;
      margin-top: 0; }
    .sliderView .block-infos .left .toggle-text {
      background-image: url(../img/cross.png);
      background-repeat: no-repeat;
      background-color: transparent;
      background-size: contain;
      background-position: center;
      width: 30px;
      height: 30px;
      margin-left: auto;
      margin-right: 1em; }
    .sliderView .block-infos .left .toggle-text.active {
      background-image: url(../img/arrow-down.png); }
    .sliderView .block-infos .right {
      margin-left: 1em; }
      .sliderView .block-infos .right .title {
        color: #fff;
        font-size: 4.5em;
        line-height: 1em;
        padding: 0.25em 0.25em;
        padding-bottom: 0.1em;
        margin-bottom: 0.45em;
        text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.75); }
      .sliderView .block-infos .right .wave {
        -webkit-mask-size: auto 10px;
        mask-size: auto 10px;
        background-color: #fff; }
      .sliderView .block-infos .right .texts {
        margin-top: 1.25rem;
        padding-right: 3.25rem; }
      .sliderView .block-infos .right .text {
        padding: 0.5rem 1rem;
        white-space: pre; }
      .sliderView .block-infos .right .icon-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .sliderView .block-infos .right .icon-buttons .icon-button {
          background-color: rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 40px;
          height: 40px;
          margin: 0px 20px 0px 0px !important;
          width: 55px !important;
          height: 55px !important;
          padding: 15px !important; }
          .sliderView .block-infos .right .icon-buttons .icon-button .icon {
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: 65% auto;
            background-position: center;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: 65% auto;
            mask-size: 65% auto;
            -webkit-mask-position: center;
            mask-position: center;
            display: block;
            width: 100%;
            height: 100%; }
        .sliderView .block-infos .right .icon-buttons .icon-button.active {
          background-color: white;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
          margin: 0px 20px 0px 0px !important;
          width: 55px !important;
          height: 55px !important; }
  .sliderView .block-infos {
    -webkit-transform: translateZ(0); }
  .sliderView .block-infos.top-right {
    top: 20px;
    right: 0; }
  .sliderView .block-infos.top-left {
    top: 0;
    left: 0; }
  .sliderView .block-infos.bottom-left {
    bottom: 0;
    left: 0; }
  .sliderView .block-infos.bottom-right {
    bottom: 0;
    right: 0; }
  .sliderView .block-infos.has-text.menu-position-bottom.bottom-left,
  .sliderView .block-infos.has-text.menu-position-bottom.bottom-right {
    bottom: 35px; }
  .sliderView .block-infos.has-text.menu-position-top.top-left,
  .sliderView .block-infos.has-text.menu-position-top.top-right {
    top: 35px; }
  .sliderView .block-infos.has-text.menu-position-left.top-left,
  .sliderView .block-infos.has-text.menu-position-left.bottom-left {
    left: 35px; }
  .sliderView .block-infos.has-text.menu-position-right.top-right,
  .sliderView .block-infos.has-text.menu-position-right.bottom-right {
    right: 35px; }

.updaterView {
  background-size: cover; }
  .updaterView > .scroll-content > .scroll {
    position: relative;
    width: 100%;
    height: 100%; }
  .updaterView h1 {
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 0.5em;
    font-size: 4.8em; }
  .updaterView .update-block {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .updaterView .update-status {
    text-align: center; }
  .updaterView .form-errors {
    color: red;
    text-transform: uppercase;
    margin-top: 1em; }

ion-drawer-vertical-wrapper.profil {
  -webkit-box-shadow: none;
  box-shadow: none; }

ion-drawer-vertical-wrapper.profil.disable-user-behavior.right.opened {
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  -webkit-transition: all ease-in-out 350ms;
  -o-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms; }

ion-drawer-vertical-wrapper.profil.disable-user-behavior.right {
  background: transparent;
  -webkit-transition: all ease-in-out 350ms;
  -o-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms; }

.devis-modal {
  width: 90vw;
  background: white;
  height: 100%;
  margin-left: 10vw;
  pointer-events: all; }
  .devis-modal .modal-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    position: relative; }
    .devis-modal .modal-inner .left {
      width: 50%;
      padding: 2% 2% 2% 5%;
      border-right: 2px solid #fa9504;
      margin-top: 3%;
      margin-bottom: 3%; }
      .devis-modal .modal-inner .left .top .coord {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 35px; }
        .devis-modal .modal-inner .left .top .coord .photo .round {
          width: 140px;
          height: 140px;
          background-position: center center;
          background-size: cover;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-color: #fa9504;
          margin-right: 35px; }
        .devis-modal .modal-inner .left .top .coord .detail {
          font-family: Ubuntu;
          color: #717171;
          font-size: 1.1em;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-weight: 400; }
          .devis-modal .modal-inner .left .top .coord .detail a {
            color: #717171;
            text-decoration: none; }
          .devis-modal .modal-inner .left .top .coord .detail .name-lastname {
            font-size: 1.5em;
            text-transform: uppercase; }
          .devis-modal .modal-inner .left .top .coord .detail .type {
            font-style: italic;
            margin-bottom: 10px; }
      .devis-modal .modal-inner .left .bottom {
        font-family: Ubuntu;
        color: #717171; }
        .devis-modal .modal-inner .left .bottom .header {
          font-weight: bold;
          font-size: 2.5em;
          line-height: 1em;
          text-transform: uppercase;
          margin-bottom: 15px; }
        .devis-modal .modal-inner .left .bottom .body {
          font-size: 1.2em;
          line-height: 1.4em; }
    .devis-modal .modal-inner .right {
      position: relative;
      width: 50%;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .devis-modal .modal-inner .right h4 {
        text-transform: uppercase;
        text-align: center;
        color: #717171;
        font-weight: bold;
        font-size: 2.6em;
        margin-top: 30px;
        padding-bottom: 25px;
        background-image: url(../img/motif.png);
        background-repeat: no-repeat;
        background-position: 50% 80%;
        display: table;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 2px; }
      .devis-modal .modal-inner .right .files {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .devis-modal .modal-inner .right .files .user-file-element {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 33.333%;
          padding: 0 4%;
          border-bottom: none; }
          .devis-modal .modal-inner .right .files .user-file-element .doc-filename {
            font-size: 14px;
            line-height: normal;
            color: #666666;
            text-transform: uppercase;
            word-break: break-all;
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
      .devis-modal .modal-inner .right .scroll-content {
        bottom: 74px; }
      .devis-modal .modal-inner .right ion-footer-bar {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top-width: 0;
        background-image: none;
        height: 74px;
        background-color: transparent; }
      .devis-modal .modal-inner .right .button.round.close {
        width: 80%;
        max-width: 80%;
        margin-left: 10%;
        margin-top: 15px;
        margin-bottom: 15px; }
        .devis-modal .modal-inner .right .button.round.close.activated {
          background-color: #58585a;
          color: white; }
      .devis-modal .modal-inner .right .right-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .devis-modal .modal-inner .right .right-content .scroll-content {
          margin-bottom: 78px; }
  .devis-modal .scroll-content > .scroll {
    padding: 1em;
    /* background: #fff; */ }
  .devis-modal h2 {
    font-size: 3.4em;
    font-weight: bold;
    font-style: normal;
    font-family: 'Ubuntu', Arial, sans-serif;
    color: #565658;
    line-height: 0.9em;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem; }
  .devis-modal .button {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
    border: 2px solid #58585a;
    color: #58585a;
    height: 35px;
    padding: 0 1rem; }
  .devis-modal .button.btn-download {
    background-color: #717171;
    color: #fff;
    border: none;
    font-size: 1.6em;
    font-weight: bold; }
  .devis-modal .button.icon-download {
    background-image: url(../img/documents-icone.png);
    background-repeat: no-repeat;
    background-size: auto 75%;
    background-position: center;
    height: 110px; }
    .devis-modal .button.icon-download div.lenght-3 {
      position: absolute;
      -webkit-transform: translate(-77%, -35%);
      -ms-transform: translate(-77%, -35%);
      -o-transform: translate(-77%, -35%);
      transform: translate(-77%, -35%);
      top: 50%;
      left: 50%; }
    .devis-modal .button.icon-download div.lenght-4 {
      position: absolute;
      top: 43px;
      left: 18%;
      font-size: .8em; }
  .devis-modal .button.round {
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  .devis-modal .contact {
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.4em 1.2em; }
    .devis-modal .contact .photo {
      width: 60px;
      height: 60px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin-right: 1.2em; }
    .devis-modal .contact .round {
      -webkit-border-radius: 100%;
      border-radius: 100%; }
    .devis-modal .contact .infos .title {
      font-weight: bold;
      font-size: 1.2em;
      line-height: 1em; }
    .devis-modal .contact .infos .details {
      margin-top: 0.4em;
      line-height: 1em; }
  .devis-modal .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0.5rem;
    margin-bottom: 10px; }
    .devis-modal .footer .buttons-download {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin: 1em auto; }
      .devis-modal .footer .buttons-download .button {
        margin: 0 0.1em; }
      .devis-modal .footer .buttons-download .button.btn-download {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto;
        line-height: 0.9em;
        padding: 0.5rem 1rem;
        white-space: pre-wrap; }
      .devis-modal .footer .buttons-download .button.small {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px; }
    .devis-modal .footer .button.close {
      margin: 0 auto;
      width: 100%;
      text-align: center;
      font-size: 1.1rem;
      font-weight: 800;
      letter-spacing: 2px; }

.devis-menu-buttons {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 10; }

.devis-menu-buttons.menu-position-left {
  top: auto;
  left: 0;
  right: auto;
  bottom: 10%; }

.devis-menu-buttons.menu-position-right {
  top: auto;
  right: 0;
  left: auto;
  bottom: 10%; }

.devis-menu-buttons.menu-position-top {
  top: 0;
  left: auto;
  bottom: auto;
  right: 0; }

.devis-menu-buttons.menu-position-bottom {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto; }

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