@charset "UTF-8";
/* -- Initial -- */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,700);
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }
/* -- Couleurs -- */
/* -- Polices -- */
/* -- Layout -- */
/* -- Transitions -- */
/* -- Style des blocs -- */
/* -- No list-type -- */
/* -- Génération de flêche pour les before ou after des boutons -- */
::selection {
  background-color: rgba(0, 114, 124, 0.2); }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body.customer-area {
  font-family: 'Ubuntu', 'Arial', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  background-color: #F3F3F3; }
  body.customer-area button, body.customer-area [type="submit"] {
    cursor: pointer; }
  body.customer-area img {
    max-width: 100%;
    height: auto; }

@font-face {
  font-family: "all_0-18";
  font-weight: normal;
  font-style: italic;
  src: url("./fonts/fontIcon/all_0-18.eot");
  src: url("./fonts/fontIcon/all_0-18.eot?#iefix") format("embedded-opentype"), url("./fonts/fontIcon/all_0-18.woff2") format("woff2"), url("./fonts/fontIcon/all_0-18.woff") format("woff"), url("./fonts/fontIcon/all_0-18.ttf") format("truetype"), url("./fonts/fontIcon/all_0-18.svg#all_0-18") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "all_0-18";
    src: url("./fonts/fontIcon/all_0-18.woff") format("woff"); } }

[class^="icon-all-"]:before, [class*=" icon-all-"]:before {
  font-family: "all_0-18";
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-all-"][class*="--after"]:after, [class*=" icon-all-"][class*="--after"]:after {
  font-family: "all_0-18";
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*endinject*/
.icon-all-agenda:before {
  content: "";
  font-size: 17px;
  width: 16px;
  height: 17px; }

.icon-all-agenda--after:after {
  content: "";
  font-size: 17px;
  width: 16px;
  height: 17px; }

.icon-all-arrow-left:before {
  content: "";
  font-size: 47px;
  width: 23px;
  height: 47px; }

.icon-all-arrow-left--after:after {
  content: "";
  font-size: 47px;
  width: 23px;
  height: 47px; }

.icon-all-arrow-right:before {
  content: "";
  font-size: 47px;
  width: 23px;
  height: 47px; }

.icon-all-arrow-right--after:after {
  content: "";
  font-size: 47px;
  width: 23px;
  height: 47px; }

.icon-all-baseline:before {
  content: "";
  font-size: 53px;
  width: 534px;
  height: 53px; }

.icon-all-baseline--after:after {
  content: "";
  font-size: 53px;
  width: 534px;
  height: 53px; }

.icon-all-beach:before {
  content: "";
  font-size: 27px;
  width: 32px;
  height: 27px; }

.icon-all-beach--after:after {
  content: "";
  font-size: 27px;
  width: 32px;
  height: 27px; }

.icon-all-calendar:before {
  content: "";
  font-size: 21px;
  width: 20px;
  height: 21px; }

.icon-all-calendar--after:after {
  content: "";
  font-size: 21px;
  width: 20px;
  height: 21px; }

.icon-all-camera:before {
  content: "";
  font-size: 28px;
  width: 36px;
  height: 28px; }

.icon-all-camera--after:after {
  content: "";
  font-size: 28px;
  width: 36px;
  height: 28px; }

.icon-all-checked:before {
  content: "";
  font-size: 442px;
  width: 442px;
  height: 442px; }

.icon-all-checked--after:after {
  content: "";
  font-size: 442px;
  width: 442px;
  height: 442px; }

.icon-all-clock:before {
  content: "";
  font-size: 16px;
  width: 16px;
  height: 16px; }

.icon-all-clock--after:after {
  content: "";
  font-size: 16px;
  width: 16px;
  height: 16px; }

.icon-all-cross-thin:before {
  content: "";
  font-size: 25px;
  width: 24px;
  height: 25px; }

.icon-all-cross-thin--after:after {
  content: "";
  font-size: 25px;
  width: 24px;
  height: 25px; }

.icon-all-cross:before {
  content: "";
  font-size: 10px;
  width: 10px;
  height: 10px; }

.icon-all-cross--after:after {
  content: "";
  font-size: 10px;
  width: 10px;
  height: 10px; }

.icon-all-dog:before {
  content: "";
  font-size: 18px;
  width: 20px;
  height: 18px; }

.icon-all-dog--after:after {
  content: "";
  font-size: 18px;
  width: 20px;
  height: 18px; }

.icon-all-download-arrow:before {
  content: "";
  font-size: 10px;
  width: 8px;
  height: 10px; }

.icon-all-download-arrow--after:after {
  content: "";
  font-size: 10px;
  width: 8px;
  height: 10px; }

.icon-all-eye:before {
  content: "";
  font-size: 26px;
  width: 45px;
  height: 26px; }

.icon-all-eye--after:after {
  content: "";
  font-size: 26px;
  width: 45px;
  height: 26px; }

.icon-all-facebook:before {
  content: "";
  font-size: 52px;
  width: 24px;
  height: 52px; }

.icon-all-facebook--after:after {
  content: "";
  font-size: 52px;
  width: 24px;
  height: 52px; }

.icon-all-heart-big:before {
  content: "";
  font-size: 36px;
  width: 40px;
  height: 36px; }

.icon-all-heart-big--after:after {
  content: "";
  font-size: 36px;
  width: 40px;
  height: 36px; }

.icon-all-heart:before {
  content: "";
  font-size: 18px;
  width: 20px;
  height: 18px; }

.icon-all-heart--after:after {
  content: "";
  font-size: 18px;
  width: 20px;
  height: 18px; }

.icon-all-house:before {
  content: "";
  font-size: 20px;
  width: 17px;
  height: 20px; }

.icon-all-house--after:after {
  content: "";
  font-size: 20px;
  width: 17px;
  height: 20px; }

.icon-all-housing:before {
  content: "";
  font-size: 14px;
  width: 28px;
  height: 14px; }

.icon-all-housing--after:after {
  content: "";
  font-size: 14px;
  width: 28px;
  height: 14px; }

.icon-all-info:before {
  content: "";
  font-size: 19px;
  width: 16px;
  height: 19px; }

.icon-all-info--after:after {
  content: "";
  font-size: 19px;
  width: 16px;
  height: 19px; }

.icon-all-location:before {
  content: "";
  font-size: 22px;
  width: 15px;
  height: 22px; }

.icon-all-location--after:after {
  content: "";
  font-size: 22px;
  width: 15px;
  height: 22px; }

.icon-all-logo:before {
  content: "";
  font-size: 273px;
  width: 659px;
  height: 273px; }

.icon-all-logo--after:after {
  content: "";
  font-size: 273px;
  width: 659px;
  height: 273px; }

.icon-all-m:before {
  content: "";
  font-size: 40px;
  width: 46px;
  height: 40px; }

.icon-all-m--after:after {
  content: "";
  font-size: 40px;
  width: 46px;
  height: 40px; }

.icon-all-magnifier:before {
  content: "";
  font-size: 16px;
  width: 16px;
  height: 16px; }

.icon-all-magnifier--after:after {
  content: "";
  font-size: 16px;
  width: 16px;
  height: 16px; }

.icon-all-mail:before {
  content: "";
  font-size: 15px;
  width: 22px;
  height: 15px; }

.icon-all-mail--after:after {
  content: "";
  font-size: 15px;
  width: 22px;
  height: 15px; }

.icon-all-marker:before {
  content: "";
  font-size: 42px;
  width: 34px;
  height: 42px; }

.icon-all-marker--after:after {
  content: "";
  font-size: 42px;
  width: 34px;
  height: 42px; }

.icon-all-moon:before {
  content: "";
  font-size: 20px;
  width: 20px;
  height: 20px; }

.icon-all-moon--after:after {
  content: "";
  font-size: 20px;
  width: 20px;
  height: 20px; }

.icon-all-person:before {
  content: "";
  font-size: 30px;
  width: 11px;
  height: 30px; }

.icon-all-person--after:after {
  content: "";
  font-size: 30px;
  width: 11px;
  height: 30px; }

.icon-all-phone:before {
  content: "";
  font-size: 19px;
  width: 24px;
  height: 19px; }

.icon-all-phone--after:after {
  content: "";
  font-size: 19px;
  width: 24px;
  height: 19px; }

.icon-all-star:before {
  content: "";
  font-size: 17px;
  width: 17px;
  height: 17px; }

.icon-all-star--after:after {
  content: "";
  font-size: 17px;
  width: 17px;
  height: 17px; }

.icon-all-thumbnails:before {
  content: "";
  font-size: 14px;
  width: 14px;
  height: 14px; }

.icon-all-thumbnails--after:after {
  content: "";
  font-size: 14px;
  width: 14px;
  height: 14px; }

.icon-all-user:before {
  content: "";
  font-size: 21px;
  width: 21px;
  height: 21px; }

.icon-all-user--after:after {
  content: "";
  font-size: 21px;
  width: 21px;
  height: 21px; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 *
 * /!\ Fichiers Sources de bootstrap modifiés
 * Repris tel quel afin d'avoir une cohérence avec le site principale
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1000px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  width: 0;
  overflow: hidden;
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  -webkit-transition-duration: 0.01s;
  transition-duration: 0.01s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        cursor: not-allowed;
        text-decoration: none;
        color: #777777;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

/*
.nav-tabs {
  border-bottom: 1px solid $nav-tabs-border-color;
  > li {
    float: left;
    // Make the list-items overlay the bottom border
    margin-bottom: -1px;

    // Actual tabs (as links)
    > a {
      margin-right: 2px;
      line-height: $line-height-base;
      border: 1px solid transparent;
      border-radius: $border-radius-base $border-radius-base 0 0;
      &:hover {
        border-color: $nav-tabs-link-hover-border-color $nav-tabs-link-hover-border-color $nav-tabs-border-color;
      }
    }

    // Active state, and its :hover to override normal :hover
    &.active > a {
      &,
      &:hover,
      &:focus {
        color: $nav-tabs-active-link-hover-color;
        background-color: $nav-tabs-active-link-hover-bg;
        border: 1px solid $nav-tabs-active-link-hover-border-color;
        border-bottom-color: transparent;
        cursor: default;
      }
    }
  }
  // pulling this in mainly for less shorthand
  &.nav-justified {
    @extend .nav-justified;
    @extend .nav-tabs-justified;
  }
}
*/
/*
.nav-pills {
  > li {
    float: left;

    // Links rendered as pills
    > a {
      border-radius: $nav-pills-border-radius;
    }
    + li {
      margin-left: 2px;
    }

    // Active state
    &.active > a {
      &,
      &:hover,
      &:focus {
        color: $nav-pills-active-link-hover-color;
        background-color: $nav-pills-active-link-hover-bg;
      }
    }
  }
}
*/
/*
.nav-stacked {
  > li {
    float: none;
    + li {
      margin-top: 2px;
      margin-left: 0; // no need for this gap between nav items
    }
  }
}
*/
/*
.nav-justified {
  width: 100%;

  > li {
    float: none;
    > a {
      text-align: center;
      margin-bottom: 5px;
    }
  }

  > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }

  @media (min-width: $screen-sm-min) {
    > li {
      display: table-cell;
      width: 1%;
      > a {
        margin-bottom: 0;
      }
    }
  }
}
*/
/*
.nav-tabs-justified {
  border-bottom: 0;

  > li > a {
    // Override margin from .nav-tabs
    margin-right: 0;
    border-radius: $border-radius-base;
  }

  > .active > a,
  > .active > a:hover,
  > .active > a:focus {
    border: 1px solid $nav-tabs-justified-link-border-color;
  }

  @media (min-width: $screen-sm-min) {
    > li > a {
      border-bottom: 1px solid $nav-tabs-justified-link-border-color;
      border-radius: $border-radius-base $border-radius-base 0 0;
    }
    > .active > a,
    > .active > a:hover,
    > .active > a:focus {
      border-bottom-color: $nav-tabs-justified-active-link-border-color;
    }
  }
}
*/
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: -1px; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 9999px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 9999px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 9999px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
        padding-bottom: 0; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 9999px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 9999px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0; }
  @media (min-width: 9999px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  font-size: 18px;
  line-height: 20px;
  float: left;
  height: 50px;
  padding: 15px 10px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 9999px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none; }
  .navbar-toggle:focus {
    outline: 0; }
  @media (min-width: 9999px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -10px; }
  .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (max-width: 9998px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      border: 0;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 9999px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: -10px;
  margin-left: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio, .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 9998px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 9999px) {
    .navbar-form {
      -webkit-box-shadow: none;
      box-shadow: none;
      width: auto;
      margin-right: 0;
      margin-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      border: 0; } }

.navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 9999px) {
    .navbar-text {
      float: left;
      margin-right: 10px;
      margin-left: 10px; } }

@media (min-width: 9999px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  border-color: #e7e7e7;
  background-color: #f8f8f8; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  @media (max-width: 9998px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  border-color: #090909;
  background-color: #222; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 9998px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Customer-area */
.customer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .customer-area > * {
    width: 100%; }
  .customer-area #main-contener {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }

/* footer */
.region-footer-bottom {
  padding: 24px 0 35px;
  letter-spacing: normal;
  color: #fff;
  background-color: #009aa7; }
  .region-footer-bottom a {
    color: #fff; }
  .region-footer-bottom #block-block-1 {
    text-align: center; }
  .region-footer-bottom .footer-logo {
    margin-bottom: 30px;
    padding: 0;
    text-align: center; }
  .region-footer-bottom .icon-all-logo {
    display: inline-block;
    text-align: center; }
    .region-footer-bottom .icon-all-logo::before {
      font-family: all_0-18,tahoma;
      font-size: 51px;
      font-weight: 400;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      width: 124px;
      height: 51px;
      vertical-align: baseline;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      speak: none; }
  .region-footer-bottom .block-menu {
    text-align: center; }
    .region-footer-bottom .block-menu .menu.nav {
      font-size: 13px;
      margin-top: 15px;
      padding-bottom: 30px;
      text-transform: uppercase;
      -webkit-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
              column-gap: 0; }
    .region-footer-bottom .block-menu .leaf {
      padding-bottom: 1em;
      -moz-flex: 1;
      -ms-flex: 1;
      -webkit-box-flex: 1;
              flex: 1; }
      .region-footer-bottom .block-menu .leaf a {
        font-size: 13px;
        font-weight: 700;
        line-height: 1.1;
        display: block;
        padding: 0;
        text-transform: uppercase; }

.region-footer-bottom .block-block .block-title {
  font-size: 18px;
  letter-spacing: .4px;
  text-transform: uppercase; }

.region-footer-bottom .block-block > a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
  margin-top: 13px;
  padding: 10px 48px;
  padding: 7px 30px 7px 20px;
  white-space: nowrap;
  border: 0;
  border-radius: 2px;
  background-color: rgba(34, 34, 34, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none; }
  .region-footer-bottom .block-block > a i {
    margin-right: 5px; }
    .region-footer-bottom .block-block > a i::before {
      vertical-align: bottom; }

.region-footer-bottom .block-block .phone {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px; }
  .region-footer-bottom .block-block .phone .icon-all-phone:before {
    font-size: 17px; }

.region-footer-bottom .block-bean .img-list {
  padding-left: 0;
  list-style: none; }
  .region-footer-bottom .block-bean .img-list .item {
    display: inline-block;
    margin-top: 13px;
    margin-right: 3px;
    vertical-align: top; }
    .region-footer-bottom .block-bean .img-list .item:last-child {
      margin-right: 0; }

.region-footer-bottom .block-bean .bean-image-list .block-title {
  font-size: 18px;
  letter-spacing: .4px;
  text-transform: uppercase; }

@media only screen and (max-width: 479px) {
  .region-footer-bottom {
    padding-bottom: 20px !important; }
    .region-footer-bottom [class*=col-]:not(.block-menu) {
      float: left;
      width: 100%; }
    .region-footer-bottom .menu.nav > li {
      width: 100%; }
    .region-footer-bottom .footer-logo {
      margin-bottom: 10px; } }

@media only screen and (min-width: 480px) {
  .region-footer-bottom .block-menu .menu.nav {
    margin-top: 0;
    -webkit-column-count: 2;
            column-count: 2; }
  .region-footer-bottom .block-menu .leaf {
    padding-right: 20px;
    padding-bottom: 10px; } }

@media only screen and (max-width: 479px) {
  .region-footer-bottom .bean-image-list {
    margin-top: 30px; } }

@media only screen and (min-width: 768px) {
  .region-footer-bottom .icon-all-logo {
    margin-left: -17px; }
  .region-footer-bottom .block-menu {
    text-align: left; } }

@media only screen and (max-width: 767px) {
  .region-footer-bottom .block-bean {
    text-align: center; } }

@media only screen and (min-width: 1200px) {
  .region-footer-bottom .block-menu .menu.nav {
    height: 110px; } }

@media only screen and (min-width: 768px) {
  .region-footer-bottom .block-bean .bean-image-list {
    float: right; } }

.region-footer-bottom .block-bean .bean-image-list .block-title, .region-footer-bottom .block-block .block-title {
  font-weight: 700;
  line-height: 1; }

.region-footer-bottom .block-menu + [class*=col-] {
  margin-top: -2px;
  padding-left: 0; }

@media only screen and (min-width: 768px) {
  .region-footer-bottom .block-menu + [class*=col-] {
    margin-top: -5px; } }

#block-menu-menu-menu-footer {
  padding: 0; }

.footer-link {
  padding-bottom: 15px;
  text-align: center;
  background-color: #009aa7; }
  .footer-link .block-menu {
    display: inline-block;
    text-align: center; }
  .footer-link .menu.nav .leaf {
    float: left;
    margin-left: -2px; }
    .footer-link .menu.nav .leaf a {
      font-size: 12px;
      font-weight: 400;
      color: #fff; }

@media only screen and (max-width: 479px) {
  .footer-link .menu.nav > li {
    width: 100%; }
  .footer-link .menu.nav a {
    padding-top: 0; } }

@media only screen and (min-width: 480px) {
  .footer-link .menu.nav .leaf:not(:first-of-type) a {
    padding-left: 0; }
    .footer-link .menu.nav .leaf:not(:first-of-type) a::before {
      content: "|";
      margin-left: -1px;
      padding-right: 10px; } }

.navbar {
  letter-spacing: normal;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff; }
  .navbar, .navbar * {
    font-family: Ubuntu,sans-serif; }
  .navbar::before {
    position: absolute;
    left: 63px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc; }

.navbar .navbar-header {
  padding: 15px 40px 15px 4px; }

.navbar .navbar-collapse {
  position: fixed;
  z-index: 200;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.17); }
  .navbar .navbar-collapse > nav {
    width: 257px;
    height: 100%;
    padding: 18px;
    background-color: #009aa7; }
  .navbar .navbar-collapse .navbar {
    margin: 0 -18px;
    border-top: 1px solid rgba(51, 51, 51, 0.12);
    background-color: #009aa7; }
  .navbar .navbar-collapse .navbar-nav {
    margin: 0 -18px;
    border-top: 1px solid rgba(51, 51, 51, 0.12);
    background-color: #009aa7; }
    .navbar .navbar-collapse .navbar-nav > .leaf > a span {
      max-width: calc(100% - 26px); }
    .navbar .navbar-collapse .navbar-nav > .leaf.first > a::before {
      content: "";
      font-family: all_0-18,tahoma;
      font-size: 16px;
      font-weight: 400;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      width: 16px;
      height: 16px;
      vertical-align: baseline;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      speak: none; }
    .navbar .navbar-collapse .navbar-nav > .leaf.first + li > a::before {
      content: "";
      font-family: all_0-18,tahoma;
      font-size: 22px;
      font-weight: 400;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      width: 15px;
      height: 22px;
      vertical-align: baseline;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      speak: none; }
    .navbar .navbar-collapse .navbar-nav > .leaf:nth-of-type(3) > a::before {
      content: "";
      font-family: all_0-18,tahoma;
      font-size: 17px;
      font-weight: 400;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      width: 17px;
      height: 17px;
      vertical-align: baseline;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      speak: none; }
    .navbar .navbar-collapse .navbar-nav > .leaf:nth-of-type(4) > a::before {
      content: "";
      font-family: all_0-18,tahoma;
      font-size: 16px;
      font-weight: 400;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      width: 16px;
      height: 16px;
      vertical-align: baseline;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      speak: none; }
    .navbar .navbar-collapse .navbar-nav > .leaf:nth-of-type(5) > a::before {
      content: "";
      font-family: all_0-18,tahoma;
      font-size: 19px;
      font-weight: 400;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      width: 16px;
      height: 19px;
      vertical-align: baseline;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      speak: none; }
    .navbar .navbar-collapse .navbar-nav > .leaf:last-child > a::before {
      content: "";
      font-family: all_0-18,tahoma;
      font-size: 20px;
      font-weight: 400;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      width: 17px;
      height: 20px;
      vertical-align: baseline;
      text-transform: none;
      color: rgba(51, 51, 51, 0.45);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      speak: none; }
    .navbar .navbar-collapse .navbar-nav > li > a {
      line-height: 44px;
      display: block !important;
      height: 67px;
      margin-top: -1px;
      margin-bottom: -1px;
      white-space: nowrap;
      text-transform: uppercase;
      color: #fff;
      border-top: 1px solid transparent;
      border-bottom: 1px solid rgba(51, 51, 51, 0.12); }
      .navbar .navbar-collapse .navbar-nav > li > a .menu-link-title {
        font-weight: 700;
        line-height: 1.1;
        display: inline-block;
        padding-right: 25px;
        vertical-align: middle;
        white-space: normal; }
      .navbar .navbar-collapse .navbar-nav > li > a::before {
        margin-right: 10px;
        vertical-align: middle !important;
        color: rgba(51, 51, 51, 0.28); }
  .navbar .navbar-collapse .close-menu {
    font-size: 12.97px;
    font-weight: 700;
    position: absolute;
    top: -18px;
    right: -18px;
    bottom: 0;
    display: inline-block;
    width: 65px;
    padding-top: 3px;
    text-align: center;
    color: #fff;
    border: 0;
    background-color: rgba(51, 51, 51, 0.17); }
    .navbar .navbar-collapse .close-menu::before {
      content: "";
      font-family: all_0-18,tahoma;
      font-size: 28px;
      font-weight: 400;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      display: block;
      width: 10px;
      width: auto;
      height: 10px;
      height: auto;
      margin: auto auto 5px;
      vertical-align: baseline;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      speak: none; }
  .navbar .navbar-collapse .navbar-header__right {
    width: calc(100% + 36px);
    margin-top: 0;
    margin-right: -18px;
    margin-left: -18px;
    padding: 20px;
    text-align: center;
    background-color: #009aa7; }

.navbar .navbar-toggle {
  float: left;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  border-color: #ddd; }
  .navbar .navbar-toggle::after {
    content: "MENU";
    font-size: 12.5px;
    font-weight: 700;
    line-height: normal;
    display: block;
    padding-top: 3px;
    color: #bababa; }
  .navbar .navbar-toggle .icon-bar {
    display: block;
    width: 37px;
    height: 7px;
    background-color: #bababa; }
  .navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px; }

.navbar .icon-all-logo, .navbar .logo {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 0;
  text-align: center; }
  .navbar .icon-all-logo::before, .navbar .logo::before {
    font-family: all_0-18,tahoma;
    font-size: 50px;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: baseline;
    text-transform: none;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none; }

.navbar .logo {
  display: inline-block;
  width: 122px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  background-image: url(./images/logo-couleur.svg);
  background-repeat: no-repeat;
  background-size: contain; }

.navbar .icon-all-phone {
  font-size: 21.31px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  color: #009aa7; }
  .navbar .icon-all-phone a {
    color: #fff; }
  .navbar .icon-all-phone::before {
    display: inline-block;
    margin-right: 5px;
    vertical-align: -.05em; }

.navbar .btn-third {
  font-size: 16px;
  line-height: 1.1875;
  padding: 6px 24px;
  color: #bababa;
  border: 2px solid #bababa;
  border-radius: 4px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .navbar .btn-third + .btn-third {
    padding: 6px 20px !important; }

.navbar-header__right {
  font-size: 0;
  float: right;
  margin-top: 7px; }
  .navbar-header__right .btn-third {
    line-height: 1.25; }

.navbar-collapse-header {
  position: relative;
  margin-top: -3px;
  padding-bottom: 7px; }

.navbar .btn {
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

@media only screen and (max-width: 767px) {
  body.menu-absolute.menu-sticky .navbar .icon-all-phone, body:not(.menu-absolute) .navbar .icon-all-phone {
    color: #fff; }
  .navbar .btn {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px; } }

.navbar-collapse .navbar-wednesday {
  float: right;
  margin-right: -18px;
  margin-left: -18px;
  padding: 35px 20px 20px 29px;
  background-color: #009aa7; }

.navbar-collapse .navbar-wednesday .wednesday-link {
  position: relative;
  display: block;
  width: 209px;
  height: 63px;
  border-radius: 5px;
  background-color: #fff; }

.navbar-collapse .navbar-wednesday .wednesday-link .ellipse-img {
  position: absolute;
  bottom: 0;
  left: 6px; }

.navbar-collapse .navbar-wednesday .wednesday-link .wednesday-text {
  font-weight: 700;
  display: block;
  padding: 12px 0 12px 94px;
  color: #c60070; }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .navbar .icon-all-phone {
    font-size: 0; } }

.btn-ghost {
  font-size: 16px;
  line-height: 1.1875;
  padding: 8px 48px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* -- Components -- */
/* -- Bloc global -- */
.customer-area fieldset {
  position: relative;
  display: block;
  margin: 3.5em 0 0;
  padding: 2em;
  background-color: white;
  border: none; }
  .customer-area fieldset > legend {
    position: absolute;
    bottom: calc(100% + 0.5em);
    left: 0;
    line-height: 1;
    margin-bottom: 0;
    color: #009AA7;
    font-size: 1.125rem;
    font-weight: normal; }

@media screen and (max-width: 780px) {
  .customer-area fieldset {
    padding: 2em 1em; }
    .customer-area fieldset > legend {
      left: 0.5rem; } }

.button.default, #addCustomer, .customer-area form[name="customer_area"] table .paymentdue .action_buttons a, .customer-area form[name="customer_area"] table .reservationDoc table .action_buttons a {
  display: inline-block;
  padding: 0.75em 1.5em 0.75em 1em;
  line-height: 1;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #009AA7;
  border: 2px solid #009AA7;
  border-radius: 5px; }
  .button.default:hover, #addCustomer:hover, .customer-area form[name="customer_area"] table .paymentdue .action_buttons a:hover, .customer-area form[name="customer_area"] table .reservationDoc table .action_buttons a:hover {
    background-color: #00727C;
    border-color: #00727C; }
  .button.default::before, #addCustomer::before, .customer-area form[name="customer_area"] table .paymentdue .action_buttons a::before, .customer-area form[name="customer_area"] table .reservationDoc table .action_buttons a::before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    border-radius: calc($size * 15 / 100);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: inline-block;
    vertical-align: 12%;
    margin-right: 1em; }

.button.reverse, .reverse#addCustomer, .customer-area form[name="customer_area"] table .paymentdue .action_buttons a.reverse, .customer-area form[name="customer_area"] table .reservationDoc table .action_buttons a.reverse {
  color: #009AA7;
  background-color: white;
  border-color: currentColor; }
  .button.reverse:hover, .reverse#addCustomer:hover, .customer-area form[name="customer_area"] table .paymentdue .action_buttons a.reverse:hover, .customer-area form[name="customer_area"] table .reservationDoc table .action_buttons a.reverse:hover {
    background-color: #F3F3F3; }
  .button.reverse::before, .reverse#addCustomer::before, .customer-area form[name="customer_area"] table .paymentdue .action_buttons a.reverse::before, .customer-area form[name="customer_area"] table .reservationDoc table .action_buttons a.reverse::before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-bottom: 2px solid #009AA7;
    border-right: 2px solid #009AA7;
    border-radius: calc($size * 15 / 100);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    display: inline-block;
    margin-right: 1em; }

/* -- Supprimer / Corbeille -- */
.deleteAction a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #009AA7;
  font-size: 0.8rem; }
  .deleteAction a:hover {
    color: #00727C; }
  .deleteAction a::before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/corbeille.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  .deleteAction a::after {
    content: "Supprimer";
    color: inherit;
    text-decoration: underline;
    padding-left: 0.3em; }

/*! jquery-ui date picker */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/*! rsl date picker */
.ui-corner-left, .ui-corner-right {
  width: 102%;
  border: none; }

.ui-datepicker {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  height: 250px; }

.ui-datepicker-header {
  position: relative;
  top: -3px;
  height: 32px;
  padding: 0 !important;
  border: none; }

.ui-datepicker-calendar thead * {
  font-size: 13px;
  color: #757575; }

.ui-datepicker-calendar tbody * {
  font-size: 13px;
  font-weight: 400;
  color: #212121; }

.ui-datepicker-next:before, .ui-datepicker-prev:before {
  font-family: kameleon;
  font-size: 18px;
  top: 4px;
  position: relative;
  font-weight: 400; }

.ui-corner-left {
  position: relative;
  left: -3px; }

.ui-datepicker-next .ui-icon, .ui-datepicker-prev .ui-icon {
  width: 0; }

.ui-datepicker-title {
  line-height: 2.4em !important; }

.ui-datepicker-next, .ui-datepicker-prev {
  cursor: hand;
  cursor: pointer; }

.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  color: #FFF;
  -webkit-transform: scale(0.95);
          transform: scale(0.95); }

.ui-datepicker-prev:before {
  content: "\e695";
  left: 2px; }

.ui-datepicker-next:before {
  content: "\e696"; }

.ui-datepicker td a, .ui-datepicker td span {
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 50%; }

.ui-datepicker-calendar .ui-state-default {
  background: rgba(0, 0, 0, 0);
  border: none; }

#ui-datepicker-div .ui-widget-content {
  border: none; }

#ui-datepicker-div {
  background: #fafafa; }

.ui-datepicker-trigger {
  border: none;
  background: 0 0; }

.ui-datepicker-title * {
  font-size: 13px;
  color: #FFF;
  font-weight: 400; }

.ui-datepicker-title select {
  background: #62C7CC !important;
  position: relative;
  top: 5px; }

.ui-datepicker tbody td {
  padding: 0; }

.ui-datepicker-calendar .ui-state-hover {
  background: #00adb3;
  color: #FFF; }

.ui-datepicker-calendar .ui-datepicker-today a {
  color: #00adb3; }

.ui-datepicker-calendar .ui-datepicker-today .ui-state-hover {
  color: #FFF; }

.ui-datepicker-calendar {
  height: 80%;
  padding-bottom: 30px; }

.ui-datepicker-current {
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
  min-width: 55px;
  max-height: 21px;
  min-height: 21px;
  padding: 0 8px !important;
  vertical-align: middle;
  line-height: 21px;
  color: #00ADB3 !important;
  background-color: #fafafa !important;
  border: none !important;
  text-align: center !important;
  position: relative !important;
  left: 44% !important;
  bottom: 10px !important;
  text-transform: uppercase; }

.ui-datepicker-close {
  display: none; }

.ui-widget-content-dialog {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px 2px;
  border-radius: 2px;
  padding: 0 0 8px; }

.ui-widget-content-dialog:not(.ui-dialog-buttons) {
  padding: 0; }

.ui-datepicker-other-month span {
  color: #fafafa; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  border: none;
  border-radius: 2px; }

select.ui-datepicker-year {
  position: relative;
  left: 8px; }

#ui-datepicker-div .ui-datepicker-header.ui-corner-all {
  left: -3px;
  width: 103%; }

#ui-datepicker-div .ui-datepicker-header.ui-corner-all .ui-datepicker-title {
  position: relative;
  left: -6px; }

.ui-datepicker-calendar .ui-state-active {
  background-color: #ccc;
  font-weight: bold; }

/*! FIN date picker */
/**************
Icones : seule une petite partie de la police est documentée ici
**************/
@font-face {
  font-family: 'kameleon';
  src: url("./fonts/kameleon.eot?cwvcxs");
  src: url("./fonts/kameleon.eot?cwvcxs#iefix") format("embedded-opentype"), url("./fonts/kameleon.ttf?cwvcxs") format("truetype"), url("./fonts/kameleon.woff?cwvcxs") format("woff"), url("./fonts/kameleon.svg?cwvcxs#kameleon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* -- INPUT : TEXT -- */
input[type="text"], input[type="password"] {
  height: 2.4em;
  font-size: 1em;
  padding: 0 0.2em;
  background: transparent;
  border: 3px solid transparent;
  border-bottom-color: #bbb; }
  input[type="text"]:hover, input[type="password"]:hover {
    border-bottom-color: #777; }
  input[type="text"]:focus, input[type="password"]:focus {
    color: #009AA7;
    border-bottom-color: currentColor;
    outline: none; }
  input[type="text"]:valid, input[type="password"]:valid {
    color: #009AA7; }

.inputFields {
  position: relative;
  padding-top: 1.25em; }
  .inputFields label {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
    width: 100%;
    font-size: 0.8em;
    font-weight: bold;
    opacity: 0.7; }
  .inputFields label + .control_select {
    margin-top: 0.5em; }

/* -- INPUT : RADIIO -- */
input[type="radio"] {
  display: block;
  width: 0;
  height: 0;
  opacity: 0; }

input[type="radio"] + label {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding-left: 1.75em;
  margin: 0.5em 0;
  cursor: pointer; }
  input[type="radio"] + label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid black;
    border-radius: 50%; }

input[type="radio"]:focus + label::before {
  -webkit-box-shadow: 0 0 3pt 2pt #777;
          box-shadow: 0 0 3pt 2pt #777; }

input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: black; }

/* -- SELECT -- */
select.control_select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 3em;
  height: 2.5em;
  padding: 0 1.5em 0 0.75em;
  color: #009AA7;
  background-color: transparent;
  background-image: url(./images/arrow-bottom.svg);
  background-position: calc(100% - 0.5em) center;
  background-repeat: no-repeat;
  border: 2px solid currentColor;
  border-radius: 5px;
  font-weight: bold; }

input[disabled="disabled"],
textarea[disabled="disabled"],
select[disabled="disabled"] {
  opacity: 0.4;
  pointer-events: none; }

input[disabled="disabled"]:hover,
textarea[disabled="disabled"]:hover {
  border-bottom-color: #bbb !important; }

/* -- DATEPICKER -- */
.inputFields [rslhelpid="customer_area_birthdate"],
.inputFields [rslhelpid="edit_customer_info_date_creation"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .inputFields [rslhelpid="customer_area_birthdate"] input,
  .inputFields [rslhelpid="edit_customer_info_date_creation"] input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    max-width: 100%; }
  .inputFields [rslhelpid="customer_area_birthdate"] button,
  .inputFields [rslhelpid="edit_customer_info_date_creation"] button {
    width: 2em;
    height: 2em;
    margin-left: 1em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: white;
    background-image: url(./images/date-picker.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border: none; }
    .inputFields [rslhelpid="customer_area_birthdate"] button:hover,
    .inputFields [rslhelpid="edit_customer_info_date_creation"] button:hover {
      opacity: 0.7; }

/* -- Layout -- */
.customer-area #main-contener {
  max-width: 60rem;
  margin: 0 auto;
  padding: 2rem 1rem; }

.customer-area .fullwidth, .customer-area .subfooter {
  max-width: 45rem;
  margin: 0 auto; }

@media screen and (max-width: 780px) {
  .customer-area #main-contener {
    padding-right: 0;
    padding-left: 0; } }

.customer-area .subfooter {
  margin-top: 1.5rem; }
  .customer-area .subfooter .actions {
    text-align: center; }
  .customer-area .subfooter .mentions {
    display: none; }
  .customer-area .subfooter #BackLink {
    color: #009AA7; }

/* -- Header -- */
.customer-area .subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* -- Titre "Espace client" */
.customer-area .subheader h1 > #CustomerAreaLink {
  font-weight: bold;
  color: #009AA7; }
  .customer-area .subheader h1 > #CustomerAreaLink:hover {
    text-decoration: none;
    color: #00727C; }

/* -- Autres liens -- */
.customer-area .subheader .otherLinks {
  display: none; }

/* -- Navigation principal -- */
#contentNavigationContener ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

#contentNavigationContener li + li {
  margin-left: 1.5em; }

#contentNavigationContener li.on > a {
  font-weight: bold;
  text-decoration: underline;
  color: #009AA7; }

#contentNavigationContener a {
  color: #777; }

@media screen and (max-width: 850px) {
  .customer-area .subheader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: .5rem;
    padding-left: .5rem; }
  #contentNavigationContener {
    overflow: auto;
    max-width: 100%; }
    #contentNavigationContener ul {
      width: auto; }
    #contentNavigationContener a {
      white-space: nowrap; } }

/* -- Templates -- */
.customer-area .content-texte {
  margin-top: 3.5rem;
  padding: 3em 2em;
  background-color: white; }
  .customer-area .content-texte p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 780px) {
  .customer-area .content-texte {
    margin-top: 1rem; } }

.customer-area form[name="customer_area"] #authentication {
  width: 50rem;
  margin: 0 auto; }
  .customer-area form[name="customer_area"] #authentication fieldset {
    padding-left: 4em;
    padding-right: 4em; }
  .customer-area form[name="customer_area"] #authentication fieldset > legend {
    left: 0; }
  .customer-area form[name="customer_area"] #authentication table {
    width: 100%;
    counter-reset: compteur; }
  .customer-area form[name="customer_area"] #authentication tr + tr {
    border-top: none; }
    .customer-area form[name="customer_area"] #authentication tr + tr td:first-child {
      position: relative;
      color: transparent;
      padding: 0; }
      .customer-area form[name="customer_area"] #authentication tr + tr td:first-child::before {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        counter-increment: compteur;
        content: "0" counter(compteur);
        color: #009AA7; }
  .customer-area form[name="customer_area"] #authentication th, .customer-area form[name="customer_area"] #authentication td {
    text-align: left;
    padding: 1em; }
  .customer-area form[name="customer_area"] #authentication td + td:before {
    content: none; }
  .customer-area form[name="customer_area"] #authentication tr.nonActive {
    color: #bbb; }
    .customer-area form[name="customer_area"] #authentication tr.nonActive td:first-child::before {
      color: #bbb; }
  .customer-area form[name="customer_area"] #authentication .action_buttons {
    max-width: 7em; }
    .customer-area form[name="customer_area"] #authentication .action_buttons a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: auto;
      height: auto;
      float: left;
      color: #009AA7; }
      .customer-area form[name="customer_area"] #authentication .action_buttons a + a {
        margin-left: 1.5em; }
      .customer-area form[name="customer_area"] #authentication .action_buttons a::before {
        content: '';
        width: 1.25em;
        height: 1.25em;
        margin-right: 0.4em;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      .customer-area form[name="customer_area"] #authentication .action_buttons a::after {
        font-size: 0.9em; }
    .customer-area form[name="customer_area"] #authentication .action_buttons [id*="editCustomerDetail"]::before {
      background-image: url(./images/stylo.svg); }
    .customer-area form[name="customer_area"] #authentication .action_buttons [id*="editCustomerDetail"]::after {
      content: 'Modifier'; }
    .customer-area form[name="customer_area"] #authentication .action_buttons .icon-delete::before {
      background-image: url(./images/corbeille.svg); }
    .customer-area form[name="customer_area"] #authentication .action_buttons .icon-delete::after {
      content: 'Retirer'; }
    .customer-area form[name="customer_area"] #authentication .action_buttons .icon-undo {
      color: #bbb; }
      .customer-area form[name="customer_area"] #authentication .action_buttons .icon-undo::before {
        background-image: url(./images/reload.svg); }
      .customer-area form[name="customer_area"] #authentication .action_buttons .icon-undo::after {
        content: 'Réintégrer'; }

@media screen and (max-width: 1080px) {
  .customer-area form[name="customer_area"] {
    max-width: 100%; }
  .customer-area form[name="customer_area"] #authentication {
    max-width: 100%;
    overflow: hidden; }
    .customer-area form[name="customer_area"] #authentication fieldset > legend {
      left: 0.5em; }
    .customer-area form[name="customer_area"] #authentication fieldset {
      overflow: auto;
      padding: 2em 1em; }
    .customer-area form[name="customer_area"] #authentication table {
      min-width: 30rem; }
  .customer-area form[name="customer_area"] #authentication .action_buttons a {
    width: 100%;
    margin: 0; }
    .customer-area form[name="customer_area"] #authentication .action_buttons a + a {
      margin-top: 0.5em;
      margin-left: 0; } }

.customer-area form[name="auth_form"] fieldset {
  padding: 3em 2em; }

.customer-area form[name="auth_form"] legend {
  position: static;
  bottom: auto;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.5em;
  font-weight: bold; }

.customer-area form[name="auth_form"] > p:first-child {
  font-size: 1.25em; }

.customer-area form[name="auth_form"] .fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em; }
  .customer-area form[name="auth_form"] .fields-container > p {
    width: calc(33.33% - 1.5rem);
    margin-bottom: 0; }
    .customer-area form[name="auth_form"] .fields-container > p input {
      width: 100%; }
  .customer-area form[name="auth_form"] .fields-container > p:last-child {
    text-align: right; }

.customer-area form[name="auth_form"] #openPasswordForgotenPopup {
  display: inline-block;
  color: #009AA7;
  font-size: 0.8em;
  margin-top: 0.5em; }

@media screen and (max-width: 750px) {
  .customer-area form[name="auth_form"] fieldset {
    padding: 2em 1em; }
  .customer-area form[name="auth_form"] .fields-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .customer-area form[name="auth_form"] .fields-container > p {
      width: 100%;
      max-width: 20em; }
    .customer-area form[name="auth_form"] .fields-container > p + p {
      margin-top: 1em; } }

.customer-area form[name="request"] fieldset {
  padding: 3em 2em; }

.customer-area form[name="request"] h1 {
  color: #009AA7;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 2em; }

.customer-area form[name="request"] fieldset > p {
  font-size: 0.9em;
  margin-bottom: -1em; }

.customer-area form[name="request"] .invisible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .customer-area form[name="request"] .invisible + .invisible {
    margin-top: 1.5em; }
  .customer-area form[name="request"] .invisible > .inputFields {
    width: calc(50% - 1rem);
    margin: 2.5em 0 0; }
  .customer-area form[name="request"] .invisible input {
    width: 100%; }

@media screen and (max-width: 780px) {
  .customer-area form[name="request"] fieldset {
    padding: 2em 1em; } }

@media screen and (max-width: 600px) {
  .customer-area form[name="request"] .invisible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .customer-area form[name="request"] .invisible .inputFields {
      width: 100% !important; }
    .customer-area form[name="request"] .invisible .inputFields + .inputFields {
      margin-top: 2em; } }

/* -- Bloc "Modifier mes infos" */
.customer-area form[name="edit_customer_info"] fieldset:first-child .fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .customer-area form[name="edit_customer_info"] fieldset:first-child .fields-container > p:first-child {
    min-width: 100%;
    margin-bottom: 1.25rem; }
  .customer-area form[name="edit_customer_info"] fieldset:first-child .fields-container > p:not(:first-child) {
    width: calc(50% - 1rem);
    margin-bottom: 0; }
    .customer-area form[name="edit_customer_info"] fieldset:first-child .fields-container > p:not(:first-child) input {
      width: 100%; }
  .customer-area form[name="edit_customer_info"] fieldset:first-child .fields-container > p:last-child {
    margin: 2.5em 0 0 auto; }

/* -- Bloc "Vos coordonnées" */
.customer-area form[name="edit_customer_info"] fieldset:nth-child(2) .invisible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .customer-area form[name="edit_customer_info"] fieldset:nth-child(2) .invisible + .invisible {
    margin-top: 1.5em; }
  .customer-area form[name="edit_customer_info"] fieldset:nth-child(2) .invisible:first-of-type .inputFields {
    margin-top: 0; }
  .customer-area form[name="edit_customer_info"] fieldset:nth-child(2) .invisible > .inputFields {
    width: calc(50% - 1rem);
    margin: 2em 0 0; }
  .customer-area form[name="edit_customer_info"] fieldset:nth-child(2) .invisible input {
    width: 100%; }

/* -- Bloc "Vos coordonnées" */
.customer-area form[name="edit_customer_info"] fieldset:nth-child(3) .fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.customer-area form[name="edit_customer_info"] fieldset:nth-child(3) .inputFields {
  margin-bottom: 0; }

@media screen and (max-width: 600px) {
  .customer-area form[name="edit_customer_info"] fieldset:first-child .fields-container,
  .customer-area form[name="edit_customer_info"] fieldset:nth-child(2) .invisible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .customer-area form[name="edit_customer_info"] fieldset:first-child .fields-container .inputFields,
    .customer-area form[name="edit_customer_info"] fieldset:nth-child(2) .invisible .inputFields {
      width: 100% !important; }
    .customer-area form[name="edit_customer_info"] fieldset:first-child .fields-container .inputFields + .inputFields,
    .customer-area form[name="edit_customer_info"] fieldset:nth-child(2) .invisible .inputFields + .inputFields {
      margin-top: 2em; } }

.customer-area form[name="customer_area"] {
  width: calc(100% + 19rem);
  margin-left: -9.5rem; }
  .customer-area form[name="customer_area"] fieldset > legend {
    max-width: 50rem;
    left: 3rem; }
  .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
    .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm select {
      margin-left: 1em;
      margin-right: 2rem; }
      .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm select:first-child {
        margin-right: 1.5em; }
    .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm .button, .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm #addCustomer, .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm table .paymentdue .action_buttons a, .customer-area form[name="customer_area"] > section:nth-of-type(1) table .paymentdue .action_buttons .oneLineForm a, .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm table .reservationDoc table .action_buttons a, .customer-area form[name="customer_area"] > section:nth-of-type(1) table .reservationDoc table .action_buttons .oneLineForm a {
      padding: 0.6em 1.5em 0.65em 1em; }
  .customer-area form[name="customer_area"] > section:nth-of-type(2) legend {
    display: none; }
  .customer-area form[name="customer_area"] > section:nth-of-type(2) > fieldset:nth-of-type(1) {
    position: relative;
    margin-top: 0;
    padding-top: 0; }
    .customer-area form[name="customer_area"] > section:nth-of-type(2) > fieldset:nth-of-type(1)::before {
      content: '';
      position: absolute;
      top: 0;
      left: 2em;
      right: 2em;
      border-top: 1px solid #bbb; }
  .customer-area form[name="customer_area"] table {
    font-size: 0.9em;
    color: #009AA7; }
    .customer-area form[name="customer_area"] table tr + tr {
      border-top: 1px solid #d5d5d5; }
    .customer-area form[name="customer_area"] table th, .customer-area form[name="customer_area"] table td {
      padding: 1.5em 1em;
      text-align: center; }
    .customer-area form[name="customer_area"] table td + td {
      position: relative; }
      .customer-area form[name="customer_area"] table td + td::before {
        content: '';
        position: absolute;
        top: 1.25em;
        bottom: 1.25em;
        left: 0;
        border-left: 1px solid #d5d5d5; }
    .customer-area form[name="customer_area"] table th {
      padding: 2em 1em;
      color: black;
      font-weight: normal; }
    .customer-area form[name="customer_area"] table .action_buttons {
      padding: 1em 0.25em;
      line-height: 1; }
      .customer-area form[name="customer_area"] table .action_buttons a {
        position: relative;
        display: inline-block;
        width: 1.25em;
        height: 1.25em;
        margin: 0 0.25em; }
        .customer-area form[name="customer_area"] table .action_buttons a:hover {
          opacity: 0.7; }
        .customer-area form[name="customer_area"] table .action_buttons a em {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
      .customer-area form[name="customer_area"] table .action_buttons .icon-menu-reservation {
        background-image: url(./images/rouage.svg); }
      .customer-area form[name="customer_area"] table .action_buttons .icon-cash {
        background-image: url(./images/portefeuille.svg); }
      .customer-area form[name="customer_area"] table .action_buttons .icon-print {
        background-image: url(./images/imprimante.svg); }
    .customer-area form[name="customer_area"] table .existingReservationSelected,
    .customer-area form[name="customer_area"] table .reservationActions, .customer-area form[name="customer_area"] table .reservationDetail, .customer-area form[name="customer_area"] table .reservationDoc {
      background-color: rgba(0, 154, 167, 0.1); }
    .customer-area form[name="customer_area"] table .reservationActions ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .customer-area form[name="customer_area"] table .reservationActions ul li + li {
        margin-top: 0.5em; }
    .customer-area form[name="customer_area"] table .reservationActions a {
      color: #00727C;
      text-decoration: underline;
      padding-left: 2em;
      background-image: url(./images/rouage.svg);
      background-size: contain;
      background-position: left center;
      background-repeat: no-repeat; }
      .customer-area form[name="customer_area"] table .reservationActions a:hover {
        color: black; }
    .customer-area form[name="customer_area"] table .paymentdue, .customer-area form[name="customer_area"] table .reservationDoc table {
      width: 100%; }
      .customer-area form[name="customer_area"] table .paymentdue:not(:last-child), .customer-area form[name="customer_area"] table .reservationDoc table:not(:last-child) {
        margin-bottom: 2em; }
      .customer-area form[name="customer_area"] table .paymentdue th, .customer-area form[name="customer_area"] table .reservationDoc table th {
        padding-top: 0.5em; }
      .customer-area form[name="customer_area"] table .paymentdue .action_buttons a, .customer-area form[name="customer_area"] table .reservationDoc table .action_buttons a {
        min-width: 8em;
        height: auto !important;
        font-size: 0.9em; }
        .customer-area form[name="customer_area"] table .paymentdue .action_buttons a em, .customer-area form[name="customer_area"] table .reservationDoc table .action_buttons a em {
          display: none; }

@media screen and (max-width: 1060px) {
  .customer-area form[name="customer_area"] {
    max-width: 100%;
    margin: 0 auto; }
  .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm select, .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm select:first-child {
      margin: 0 0 1em; } }

@media screen and (max-width: 760px) {
  .customer-area form[name="customer_area"] {
    overflow: hidden; }
  .customer-area form[name="customer_area"] fieldset > legend {
    left: 0.5em;
    max-width: 100%; }
  .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm select {
    font-size: 0.8em; }
  .customer-area form[name="customer_area"] > section:nth-of-type(2) > fieldset:nth-of-type(1) {
    overflow: auto; }
  .customer-area form[name="customer_area"] table {
    min-width: 45rem; } }

.customer-area form[name="customer_area"] {
  width: calc(100% + 19rem);
  margin-left: -9.5rem; }
  .customer-area form[name="customer_area"] fieldset > legend {
    max-width: 50rem;
    left: 3rem; }
  .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
    .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm select {
      margin-left: 1em;
      margin-right: 2rem; }
      .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm select:first-child {
        margin-right: 1.5em; }
    .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm .button, .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm #addCustomer, .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm table .paymentdue .action_buttons a, .customer-area form[name="customer_area"] > section:nth-of-type(1) table .paymentdue .action_buttons .oneLineForm a, .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm table .reservationDoc table .action_buttons a, .customer-area form[name="customer_area"] > section:nth-of-type(1) table .reservationDoc table .action_buttons .oneLineForm a {
      padding: 0.6em 1.5em 0.65em 1em; }
  .customer-area form[name="customer_area"] > section:nth-of-type(2) legend {
    display: none; }
  .customer-area form[name="customer_area"] > section:nth-of-type(2) > fieldset:nth-of-type(1) {
    position: relative;
    margin-top: 0;
    padding-top: 0; }
    .customer-area form[name="customer_area"] > section:nth-of-type(2) > fieldset:nth-of-type(1)::before {
      content: '';
      position: absolute;
      top: 0;
      left: 2em;
      right: 2em;
      border-top: 1px solid #bbb; }
  .customer-area form[name="customer_area"] table {
    font-size: 0.9em;
    color: #009AA7; }
    .customer-area form[name="customer_area"] table tr + tr {
      border-top: 1px solid #d5d5d5; }
    .customer-area form[name="customer_area"] table th, .customer-area form[name="customer_area"] table td {
      padding: 1.5em 1em;
      text-align: center; }
    .customer-area form[name="customer_area"] table td + td {
      position: relative; }
      .customer-area form[name="customer_area"] table td + td::before {
        content: '';
        position: absolute;
        top: 1.25em;
        bottom: 1.25em;
        left: 0;
        border-left: 1px solid #d5d5d5; }
    .customer-area form[name="customer_area"] table th {
      padding: 2em 1em;
      color: black;
      font-weight: normal; }
    .customer-area form[name="customer_area"] table .action_buttons {
      padding: 1em 0.25em;
      line-height: 1; }
      .customer-area form[name="customer_area"] table .action_buttons a {
        position: relative;
        display: inline-block;
        width: 1.25em;
        height: 1.25em;
        margin: 0 0.25em; }
        .customer-area form[name="customer_area"] table .action_buttons a:hover {
          opacity: 0.7; }
        .customer-area form[name="customer_area"] table .action_buttons a em {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
      .customer-area form[name="customer_area"] table .action_buttons .icon-menu-reservation {
        background-image: url(./images/rouage.svg); }
      .customer-area form[name="customer_area"] table .action_buttons .icon-cash {
        background-image: url(./images/portefeuille.svg); }
      .customer-area form[name="customer_area"] table .action_buttons .icon-print {
        background-image: url(./images/imprimante.svg); }
    .customer-area form[name="customer_area"] table .existingReservationSelected,
    .customer-area form[name="customer_area"] table .reservationActions, .customer-area form[name="customer_area"] table .reservationDetail, .customer-area form[name="customer_area"] table .reservationDoc {
      background-color: rgba(0, 154, 167, 0.1); }
    .customer-area form[name="customer_area"] table .reservationActions ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .customer-area form[name="customer_area"] table .reservationActions ul li + li {
        margin-top: 0.5em; }
    .customer-area form[name="customer_area"] table .reservationActions a {
      color: #00727C;
      text-decoration: underline;
      padding-left: 2em;
      background-image: url(./images/rouage.svg);
      background-size: contain;
      background-position: left center;
      background-repeat: no-repeat; }
      .customer-area form[name="customer_area"] table .reservationActions a:hover {
        color: black; }
    .customer-area form[name="customer_area"] table .paymentdue, .customer-area form[name="customer_area"] table .reservationDoc table {
      width: 100%; }
      .customer-area form[name="customer_area"] table .paymentdue:not(:last-child), .customer-area form[name="customer_area"] table .reservationDoc table:not(:last-child) {
        margin-bottom: 2em; }
      .customer-area form[name="customer_area"] table .paymentdue th, .customer-area form[name="customer_area"] table .reservationDoc table th {
        padding-top: 0.5em; }
      .customer-area form[name="customer_area"] table .paymentdue .action_buttons a, .customer-area form[name="customer_area"] table .reservationDoc table .action_buttons a {
        min-width: 8em;
        height: auto !important;
        font-size: 0.9em; }
        .customer-area form[name="customer_area"] table .paymentdue .action_buttons a em, .customer-area form[name="customer_area"] table .reservationDoc table .action_buttons a em {
          display: none; }

@media screen and (max-width: 1060px) {
  .customer-area form[name="customer_area"] {
    max-width: 100%;
    margin: 0 auto; }
  .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm select, .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm select:first-child {
      margin: 0 0 1em; } }

@media screen and (max-width: 760px) {
  .customer-area form[name="customer_area"] {
    overflow: hidden; }
  .customer-area form[name="customer_area"] fieldset > legend {
    left: 0.5em;
    max-width: 100%; }
  .customer-area form[name="customer_area"] > section:nth-of-type(1) .oneLineForm select {
    font-size: 0.8em; }
  .customer-area form[name="customer_area"] > section:nth-of-type(2) > fieldset:nth-of-type(1) {
    overflow: auto; }
  .customer-area form[name="customer_area"] table {
    min-width: 45rem; } }
