@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}

.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: "— ";
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  float: none;
  display: table-cell;
}

.table > thead > tr > .active,
.table > thead > .active > td,
.table > thead > .active > th,
.table > tbody > tr > .active,
.table > tbody > .active > td,
.table > tbody > .active > th,
.table > tfoot > tr > .active,
.table > tfoot > .active > td,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > thead > .success > td,
.table > thead > .success > th,
.table > tbody > tr > .success,
.table > tbody > .success > td,
.table > tbody > .success > th,
.table > tfoot > tr > .success,
.table > tfoot > .success > td,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > thead > .danger > td,
.table > thead > .danger > th,
.table > tbody > tr > .danger,
.table > tbody > .danger > td,
.table > tbody > .danger > th,
.table > tfoot > tr > .danger,
.table > tfoot > .danger > td,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > thead > .warning > td,
.table > thead > .warning > th,
.table > tbody > tr > .warning,
.table > tbody > .warning > td,
.table > tbody > .warning > th,
.table > tfoot > tr > .warning,
.table > tfoot > .warning > td,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  /* IE8-9 */
  line-height: normal;
}

input[type=file] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

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

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

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

  table.visible-xs.visible-sm {
    display: table;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

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

  table.visible-xs.visible-md {
    display: table;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

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

  table.visible-xs.visible-lg {
    display: table;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

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

  table.visible-sm.visible-xs {
    display: table;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

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

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

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

  table.visible-sm.visible-md {
    display: table;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

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

  table.visible-sm.visible-lg {
    display: table;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

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

  table.visible-md.visible-xs {
    display: table;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

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

  table.visible-md.visible-sm {
    display: table;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

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

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

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

  table.visible-md.visible-lg {
    display: table;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

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

  table.visible-lg.visible-xs {
    display: table;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

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

  table.visible-lg.visible-sm {
    display: table;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

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

  table.visible-lg.visible-md {
    display: table;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

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

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
tr.hidden-xs,
th.hidden-xs,
td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
tr.hidden-xs.hidden-sm,
th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
tr.hidden-xs.hidden-md,
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
tr.hidden-xs.hidden-lg,
th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
tr.hidden-sm.hidden-xs,
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
tr.hidden-sm,
th.hidden-sm,
td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
tr.hidden-sm.hidden-md,
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
tr.hidden-sm.hidden-lg,
th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
tr.hidden-md.hidden-xs,
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
tr.hidden-md.hidden-sm,
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
tr.hidden-md,
th.hidden-md,
td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
tr.hidden-md.hidden-lg,
th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
tr.hidden-lg.hidden-xs,
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
tr.hidden-lg.hidden-sm,
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
tr.hidden-lg.hidden-md,
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
tr.hidden-lg,
th.hidden-lg,
td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

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

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }

  .hidden-print,
tr.hidden-print,
th.hidden-print,
td.hidden-print {
    display: none !important;
  }
}
.breakpoints {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 200000;
  padding: 10px;
  color: white;
  background-color: black;
  font-size: 9px;
}
@media (max-width: 3200px) {
  .breakpoints:after {
    content: "$xxl (max-width 3200px)";
  }
}
@media (max-width: 1600px) {
  .breakpoints:after {
    content: "$xl (max-width 1600px)";
  }
}
@media (max-width: 1200px) {
  .breakpoints:after {
    content: "$lg (max-width 1200px)";
  }
}
@media (max-width: 991px) {
  .breakpoints:after {
    content: "$md (max-width 991px)";
  }
}
@media (max-width: 767px) {
  .breakpoints:after {
    content: "$sm (max-width 767px)";
  }
}
@media (max-width: 340px) {
  .breakpoints:after {
    content: "$xs (max-width 340px)";
  }
}

.gold {
  color: #bfac8b;
}
.gold .obfuscated-link-text {
  color: #bfac8b;
}

/*
----------------------------------------
https://github.com/modularscale/modularscale-sass
http://www.modularscale.com/?1&em&1.5&sass&table
-----------------------------------------
ms(10) : 57.665em
ms(9)  : 38.443em
ms(8)  : 25.629em
ms(7)  : 17.086em
ms(6)  : 11.391em
ms(5)  : 7.594em
ms(4)  : 5.063em
ms(3)  : 3.375em
ms(2)  : 2.25em
ms(1)  : 1.5em
ms(0)  : 1em
ms(-1) : 0.667em
ms(-2) : 0.444em
*/
@font-face {
  font-family: "idealsansbook";
  src: url("../../dist/fonts/idealsansbook/IdealSans-Book-Pro.eot");
  /* IE9 Compat Modes */
  src: url("../../dist/fonts/idealsansbook/IdealSans-Book-Pro.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/idealsansbook/IdealSans-Book-Pro.woff") format("woff"), url("../../dist/fonts/idealsansbook/IdealSans-Book-Pro.ttf") format("truetype"), url("../../dist/fonts/idealsansbook/IdealSans-Book-Pro.svg#b84924955d4e41e662c6092e94e569bf") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ApexBold";
  src: url("../../dist/fonts/apex/ApexNewBold/ApexNewBold.eot");
  /* IE9 Compat Modes */
  src: url("../../dist/fonts/apex/ApexNewBold/ApexNew Bold.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/apex/ApexNewBold/ApexNewBold.woff") format("woff"), url("../../dist/fonts/apex/ApexNewBold/ApexNewBold.ttf") format("truetype"), url("../../dist/fonts/apex/ApexNewBold/ApexNewBold.svg#43e8823029b9949c4f7fab7467fd1d88") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "ApexBook";
  src: url("../../dist/fonts/apex/ApexNewBook/ApexNewBook.eot");
  /* IE9 Compat Modes */
  src: url("../../dist/fonts/apex/ApexNewBook/ApexNewBook.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/apex/ApexNewBook/ApexNewBook.woff") format("woff"), url("../../dist/fonts/apex/ApexNewBook/ApexNewBook.ttf") format("truetype"), url("../../dist/fonts/apex/ApexNewBook/ApexNewBook.svg#673666b119b06bd2db2027fef49fa823") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ApexNewMedium";
  src: url("../../dist/fonts/apex/ApexNewMedium/ApexNewMedium.eot");
  /* IE9 Compat Modes */
  src: url("../../dist/fonts/apex/ApexNewMedium/ApexNewMedium.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/apex/ApexNewMedium/ApexNewMedium.woff") format("woff"), url("../../dist/fonts/apex/ApexNewMedium/ApexNewMedium.ttf") format("truetype"), url("../../dist/fonts/apex/ApexNewMedium/ApexNewMedium.svg#1c9243722babbad9ed4ed826325242a5") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ApexMediumItalic";
  src: url("../../dist/fonts/apex/ApexNewMediumItalic/ApexNewMediumItalic.eot");
  /* IE9 Compat Modes */
  src: url("../../dist/fonts/apex/ApexNewMediumItalic/ApexNewMediumItalic.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/apex/ApexNewMediumItalic/ApexNewMediumItalic.woff") format("woff"), url("../../dist/fonts/apex/ApexNewMediumItalic/ApexNewMediumItalic.ttf") format("truetype"), url("../../dist/fonts/apex/ApexNewMediumItalic/ApexNewMediumItalic.svg#5c4b5d8590675750fc064fc39b4dc866") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ApexNewThin";
  src: url("../../dist/fonts/apex/ApexNewThin/ApexNewThin.eot");
  /* IE9 Compat Modes */
  src: url("../../dist/fonts/apex/ApexNewThin/ApexNewThin.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/apex/ApexNewThin/ApexNewThin.woff") format("woff"), url("../../dist/fonts/apex/ApexNewThin/ApexNewThin.ttf") format("truetype"), url("../../dist/fonts/apex/ApexNewThin/ApexNewThin.svg#4154623fcf1b387ccf2a2582e4150aab") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}
html {
  font-size: 1em;
}

body {
  font-size: 1em;
  color: #525252;
  font-family: "ApexBook";
}
@media (max-width: 3200px) {
  body {
    font-size: 1.02375em;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 0.94em;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 0.86em;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 0.87em;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.88em;
  }
}
@media (max-width: 340px) {
  body {
    font-size: 0.91em;
  }
}

h1, h2, h3, h4 {
  margin: 0;
}

h1 {
  font-size: 1.8020324707em;
  font-family: "ApexBook";
}

h2 {
  font-size: 1.8020324707em;
  font-family: "ApexBook";
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  h2 {
    font-size: 1.6218292236em;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.7231935501em;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.4191005707em;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 340px) {
  h2 {
    font-size: 1.3177362442em;
  }
}

h3 {
  font-size: 1.6018066406em;
}

h4 {
  font-size: 1.265625em;
}

small {
  font-size: 0.7023319616em;
}

a, a:hover, a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.clear {
  clear: both;
}

.nopadding {
  padding: 0 !important;
}

html {
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.3px;
}

.ui-datepicker td .ui-state-highlight {
  background: #4d4d4d;
  color: #fff;
}

.messageIe {
  display: none;
}

.ui-datepicker td .ui-state-hover {
  background: #bfac8b !important;
  color: #fff;
}

.ui-datepicker td .ui-state-active {
  background: #bfac8b !important;
  font-weight: bold;
  color: #fff;
}

div.ui-datepicker {
  font-size: 13px;
}

.grey-background {
  background: #f5f5f5;
}

* {
  box-sizing: border-box;
  -moz-outline-style: none;
  outline: none;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

/* Prevent flickering on lazy laoded images */
.lazy-hidden {
  opacity: 0;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

#GeneralWrapper ul {
  padding: 0 !important;
  margin: 0;
}

strong, b {
  font-family: "ApexNewMedium" !important;
  font-weight: normal;
}

.ouverture {
  position: absolute;
  top: 20px;
  z-index: 100;
  right: 20px;
  width: 280px;
  -webkit-animation: animationhatone 5s infinite;
  /* Safari 4+ */
  -moz-animation: animationhatone 5s infinite;
  /* Fx 5+ */
  -o-animation: animationhatone 5s infinite;
  /* Opera 12+ */
  animation: animationhatone 5s infinite;
  /* IE 10+, Fx 29+ */
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1600px) {
  .ouverture {
    width: 260px;
  }
}
@media (max-width: 1200px) {
  .ouverture {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .ouverture {
    display: none;
  }
}

.bloc-editor {
  position: relative;
  z-index: 10;
}

.ssslide {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
}

@-webkit-keyframes animationhatone {
  0% {
    transform: rotate(10deg) scale(1);
    -webkit-transform: rotate(10deg) scale(1);
  }
  50% {
    transform: rotate(-10deg) scale(1.1);
    -webkit-transform: rotate(-10deg) scale(1.1);
  }
  100% {
    transform: rotate(10deg) scale(1);
    -webkit-transform: rotate(10deg) scale(1);
  }
}
@keyframes animationhatone {
  0% {
    transform: rotate(10deg) scale(1);
    -webkit-transform: rotate(10deg) scale(1);
  }
  50% {
    transform: rotate(-10deg) scale(1.1);
    -webkit-transform: rotate(-10deg) scale(1.1);
  }
  100% {
    transform: rotate(10deg) scale(1);
    -webkit-transform: rotate(10deg) scale(1);
  }
}
.ouverture2 {
  position: absolute;
  top: 20px;
  z-index: 100;
  right: 20px;
  display: none;
  width: 160px;
  -webkit-animation: animationhatone 5s infinite;
  /* Safari 4+ */
  -moz-animation: animationhatone 5s infinite;
  /* Fx 5+ */
  -o-animation: animationhatone 5s infinite;
  /* Opera 12+ */
  animation: animationhatone 5s infinite;
  /* IE 10+, Fx 29+ */
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 767px) {
  .ouverture2 {
    display: block;
  }
}
@media (max-width: 340px) {
  .ouverture2 {
    width: 140px;
  }
}

.nopadding {
  padding: 0 !important;
}

#GeneralWrapper #slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#GeneralWrapper #slider .img-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: left center;
}
#GeneralWrapper #slider .img-slider.slide2 {
  background-position: right top;
}
#GeneralWrapper #slider .img-slider.slide3 {
  background-position: center;
}
#GeneralWrapper #slider .img-slider.slide6 {
  background-position: center left;
}
#GeneralWrapper #slider .img-slider.slide6 {
  background-position: center right;
}
#GeneralWrapper #sliderTest {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#GeneralWrapper #sliderTest:after {
  content: " ";
  background-image: url(../../dist/img/arrow.png);
  position: absolute;
  right: 0;
  top: 70px;
  background-repeat: no-repeat;
  height: 46px;
  background-position: center right;
  width: 25px;
  -webkit-animation: animationarrow 2s infinite;
  /* Safari 4+ */
  -moz-animation: animationarrow 2s infinite;
  /* Fx 5+ */
  -o-animation: animationarrow 2s infinite;
  /* Opera 12+ */
  animation: animationarrow 2s infinite;
  /* IE 10+, Fx 29+ */
}
@media (max-width: 1600px) {
  #GeneralWrapper #sliderTest:after {
    top: 55px;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper #sliderTest:after {
    background-image: url(../../dist/img/arrow_mobile.png);
    top: 0;
    right: 50%;
    transform: translateX(50%);
    height: 25px;
    width: 50px;
    background-position: center top;
    -webkit-animation: animationarrowmobile 2s infinite;
    /* Safari 4+ */
    -moz-animation: animationarrowmobile 2s infinite;
    /* Fx 5+ */
    -o-animation: animationarrowmobile 2s infinite;
    /* Opera 12+ */
    animation: animationarrowmobile 2s infinite;
    /* IE 10+, Fx 29+ */
  }
}
#GeneralWrapper #sliderTest .img-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
#GeneralWrapper #sliderTest .img-slider.slide1, #GeneralWrapper #sliderTest .img-slider.slide2, #GeneralWrapper #sliderTest .img-slider.slide4, #GeneralWrapper #sliderTest .img-slider.slide5 {
  background-position: left center;
}
#GeneralWrapper #sliderTest .img-slider.slide3 {
  background-position: center;
}
@-webkit-keyframes animationarrow {
  0% {
    right: -10px;
  }
  50% {
    right: 0;
  }
  100% {
    right: -10px;
  }
}
@keyframes animationarrow {
  0% {
    right: -10px;
  }
  50% {
    right: 0;
  }
  100% {
    right: -10px;
  }
}
@-webkit-keyframes animationarrowmobile {
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}
@keyframes animationarrowmobile {
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}
#GeneralWrapper #slider-mobile .img-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
#GeneralWrapper #slider-mobile .img-slider.slide2 {
  background-position: right top;
}
#GeneralWrapper #slider-mobile .img-slider.slide3 {
  background-position: center;
}
#GeneralWrapper #slider-mobile .img-slider.slide6 {
  background-position: center;
}
#GeneralWrapper #slider-mobile .img-slider.slide6 {
  background-position: center right;
}
#GeneralWrapper .ui-widget {
  font-size: 10px !important;
}
#GeneralWrapper .charles {
  margin-right: 10px;
  width: 20px;
}

.anim {
  -webkit-transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}

#GeneralWrapper header {
  background-color: #4d4d4d;
  background-image: url("../../dist/img/roue2.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  #GeneralWrapper header {
    max-height: none !important;
    height: auto;
  }
}
#GeneralWrapper header .logo, #GeneralWrapper header .logo-noanim {
  position: relative;
  top: -200px;
  width: 201px;
}
@media (max-width: 1200px) {
  #GeneralWrapper header .logo, #GeneralWrapper header .logo-noanim {
    width: 180px;
  }
}
#GeneralWrapper header .logo-noanim {
  top: 0 !important;
}
#GeneralWrapper header .header-left {
  background: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  #GeneralWrapper header .header-left {
    background-image: none;
  }
}
#GeneralWrapper header .banner-mobile {
  background-image: url("../../dist/img/img-header.jpg");
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  float: left;
}
@media (max-width: 767px) {
  #GeneralWrapper header .banner-mobile {
    display: table;
    height: 300px;
  }
}
#GeneralWrapper header .banner-mobile h2 {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  border-radius: 6px 6px 0 0;
  color: white;
  background: #4d4d4d none repeat scroll 0 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  font-size: 1.07578125em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #GeneralWrapper header .banner-mobile h2 {
    padding: 10px 15px;
    bottom: -1px;
  }
}
#GeneralWrapper header .header-right .header-times-grill {
  position: relative;
  cursor: pointer;
}
#GeneralWrapper header .header-right .header-times-grill img {
  width: 100%;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#GeneralWrapper header .header-right .header-times-grill:hover img {
  opacity: 0.6;
}
#GeneralWrapper header .header-right .header-times-grill .logo-times-grill {
  background-image: url(../../dist/img/logo_grill.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1600px) {
  #GeneralWrapper header .header-right .header-times-grill .logo-times-grill {
    background-size: 135px;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper header .header-right .header-times-grill .logo-times-grill {
    background-size: 115px;
  }
}
#GeneralWrapper header .header-right .header-times-bar {
  position: relative;
  cursor: pointer;
}
#GeneralWrapper header .header-right .header-times-bar img {
  width: 100%;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#GeneralWrapper header .header-right .header-times-bar:hover img {
  opacity: 0.6;
}
#GeneralWrapper header .header-right .header-times-bar .logo-times-bar {
  background-image: url(../../dist/img/logo_bar.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1600px) {
  #GeneralWrapper header .header-right .header-times-bar .logo-times-bar {
    background-size: 135px;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper header .header-right .header-times-bar .logo-times-bar {
    background-size: 115px;
  }
}
#GeneralWrapper header .header-right .bloc-reservation {
  padding: 0 50px;
  display: table;
}
@media (max-width: 991px) {
  #GeneralWrapper header .header-right .bloc-reservation {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper header .header-right .bloc-reservation {
    padding: 25px;
  }
}
#GeneralWrapper header .header-right .bloc-reservation .reservation {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#GeneralWrapper header .header-right .bloc-reservation span.ss-titre {
  color: #bfac8b;
  letter-spacing: 1px;
  font-size: 1em;
}
@media (max-width: 1600px) {
  #GeneralWrapper header .header-right .bloc-reservation span.ss-titre {
    font-size: 0.95em;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper header .header-right .bloc-reservation span.ss-titre {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    display: block;
  }
}
#GeneralWrapper header .header-right .bloc-reservation span.ss-titre i {
  font-size: 1.6018066406em;
  position: relative;
  top: 2px;
}
#GeneralWrapper header .header-right .bloc-reservation h2 {
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #GeneralWrapper header .header-right .bloc-reservation h2 {
    font-size: 1.265625em;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper header .header-right .bloc-reservation h2 {
    display: none;
  }
}
#GeneralWrapper header .main-nav {
  background: rgba(77, 77, 77, 0.85);
  display: inline-table;
  float: left;
  padding: 20px 0 0;
  width: 1px;
  overflow: hidden;
  position: relative;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (max-width: 767px) {
  #GeneralWrapper header .main-nav {
    width: 100%;
    text-align: center;
    background: #4d4d4d;
  }
}
#GeneralWrapper header .main-nav:hover {
  background: rgba(77, 77, 77, 0.97);
}
@media (max-width: 767px) {
  #GeneralWrapper header .main-nav:hover {
    background: #4d4d4d;
  }
}
#GeneralWrapper header .main-nav .langues {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
}
#GeneralWrapper header .main-nav .langues ul li {
  display: inline-block;
}
#GeneralWrapper header .main-nav .langues ul li a {
  color: #fff;
  font-size: 0.7901234568em;
  border-right: 1px solid #fff;
  padding: 0 5px;
}
#GeneralWrapper header .main-nav .langues ul li a.currentlang {
  color: #bfac8b;
}
#GeneralWrapper header .main-nav .langues ul li a:hover {
  color: #bfac8b;
}
#GeneralWrapper header .main-nav .langues ul li:last-child a {
  border-right: 0;
  padding-right: 0;
}
#GeneralWrapper header .main-nav .bloc-menu {
  padding: 0 80px;
}
@media (max-width: 1600px) {
  #GeneralWrapper header .main-nav .bloc-menu {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  #GeneralWrapper header .main-nav .bloc-menu {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper header .main-nav .bloc-menu {
    padding: 0;
  }
}
#GeneralWrapper header .main-nav .soc {
  padding: 20px;
}
@media (max-width: 1200px) {
  #GeneralWrapper header .main-nav .soc {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper header .main-nav .soc {
    clear: both;
    float: none !important;
    margin: auto;
  }
}
#GeneralWrapper header .main-nav .soc img {
  height: 20px;
  position: relative;
  top: -2px;
  right: 2px;
}
@media (max-width: 1200px) {
  #GeneralWrapper header .main-nav .soc img {
    height: 15px;
  }
}
#GeneralWrapper header .main-nav .soc img.cw {
  height: 26px;
}
#GeneralWrapper header .main-nav .soc a {
  color: #fff;
  position: relative;
  top: 0;
  padding: 0 8px;
}
@media (max-width: 1600px) {
  #GeneralWrapper header .main-nav .soc a {
    color: #fff;
    position: relative;
    top: 0;
    padding: 10px 5px;
    display: inline-block;
  }
}
#GeneralWrapper header .main-nav .soc a i {
  font-size: 1.1390625em;
}
@media (max-width: 1600px) {
  #GeneralWrapper header .main-nav .soc a i {
    font-size: 1.265625em;
  }
}

.ui-datepicker {
  z-index: 50 !important;
}

#GeneralWrapper .container-fluid {
  width: 100%;
}
#GeneralWrapper .document-job {
  margin-top: 50px;
}
#GeneralWrapper .document-job .logo-pdf {
  margin-bottom: 20px;
  width: 30%;
}
#GeneralWrapper .document-job h3 {
  font-family: "ApexBook";
  font-size: 1.265625em;
}
#GeneralWrapper .document-job .hvr-sweep-to-right {
  margin: 15px auto;
  float: none;
}
#GeneralWrapper .separator {
  text-align: center;
  width: auto;
  margin: auto;
  background-image: url("../../dist/img/separator.png");
  background-position: center;
  background-repeat: no-repeat;
}
#GeneralWrapper .separator img {
  width: 60px;
}
#GeneralWrapper .bloc-txt-intro {
  display: table;
  text-align: left;
  direction: rtl;
}
@media (max-width: 1200px) {
  #GeneralWrapper .bloc-txt-intro {
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-txt-intro {
    direction: ltr;
  }
}
#GeneralWrapper .bloc-txt-intro .txt-intro-slider-left {
  display: table-cell;
  padding: 60px 85px;
  float: none;
  vertical-align: middle;
  direction: ltr;
}
@media (max-width: 1600px) {
  #GeneralWrapper .bloc-txt-intro .txt-intro-slider-left {
    padding: 55px 70px;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-txt-intro .txt-intro-slider-left {
    display: block;
    width: 100%;
    padding: 55px 80px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-txt-intro .txt-intro-slider-left {
    padding: 30px 35px;
  }
}
#GeneralWrapper .bloc-txt-intro .txt-intro-slider-left h2 {
  margin-bottom: 20px;
  white-space: nowrap;
}
#GeneralWrapper .bloc-txt-intro .txt-intro-slider-left a.grey {
  background: #4d4d4d;
}
#GeneralWrapper .bloc-txt-intro .txt-intro-slider-left .boutons-bloc .button {
  padding: 8px 18px;
  margin: 12px 5px 0;
}
@media (max-width: 1600px) {
  #GeneralWrapper .bloc-txt-intro .txt-intro-slider-left .boutons-bloc .button {
    padding: 8px 13px;
    margin: 15px 5px 0px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-txt-intro .txt-intro-slider-left .boutons-bloc .button {
    padding: 8px 8px;
    margin: 15px 5px 0;
  }
}
#GeneralWrapper .bloc-txt-intro .txt-intro-slider-left .boutons-bloc .button:nth-child(2) {
  background-color: #4d4d4d;
}
#GeneralWrapper .bloc-txt-intro .txt-intro-slider-right {
  display: table-cell;
  float: none;
  vertical-align: middle;
  direction: ltr;
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-txt-intro .txt-intro-slider-right {
    display: block;
    direction: ltr;
    width: 100%;
    height: 300px;
  }
}
#GeneralWrapper .offre-spe-intro {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 100px 0;
  position: relative;
}
@media (max-width: 1600px) {
  #GeneralWrapper .offre-spe-intro {
    padding: 55px 70px 0;
  }
}
@media (max-width: 1200px) {
  #GeneralWrapper .offre-spe-intro {
    width: 100%;
    display: block;
    padding: 60px 70px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper .offre-spe-intro {
    padding: 55px 80px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .offre-spe-intro {
    padding: 30px 35px;
    background-size: contain;
  }
}
#GeneralWrapper .offre-spe-intro .whitecache {
  background-image: url("../../dist/img/degrade_blanc.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#GeneralWrapper .offre-spe-intro .overlay {
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
}
#GeneralWrapper .offre-spe-intro h2 {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
#GeneralWrapper .offre-spe-intro .button {
  padding: 8px 25px;
  margin: 50px 8px 0 0;
  background-color: #4d4d4d;
}
@media (max-width: 1200px) {
  #GeneralWrapper .offre-spe-intro .button {
    margin: 30px 8px 0 0;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .offre-spe-intro .button {
    margin: 0;
  }
}
#GeneralWrapper .offre-spe-intro .bloc-offre-spe {
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
#GeneralWrapper .offre-spe-intro .bloc-offre-spe:first-of-type {
  margin-top: 0;
}
@media (max-width: 1200px) {
  #GeneralWrapper .offre-spe-intro .bloc-offre-spe {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  #GeneralWrapper .offre-spe-intro .bloc-offre-spe {
    width: 50%;
    float: left;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .offre-spe-intro .bloc-offre-spe {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
#GeneralWrapper .offre-spe-intro .bloc-offre-spe h3 {
  font-size: 1.265625em;
  margin-bottom: 15px;
}
#GeneralWrapper .offre-spe-intro .bloc-offre-spe p {
  width: 90%;
}
@media (max-width: 1600px) {
  #GeneralWrapper .offre-spe-intro .bloc-offre-spe p {
    width: 100%;
  }
}
#GeneralWrapper .intro {
  background: #f5f5f5;
  background: #4d4d4d;
  padding: 70px 0;
  background-image: url("../../dist/img/background-intro-roue.png");
  background-repeat: no-repeat;
  background-position: center right;
}
@media (max-width: 991px) {
  #GeneralWrapper .intro {
    background-image: none;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .intro {
    padding: 50px 70px;
  }
}
@media (max-width: 340px) {
  #GeneralWrapper .intro {
    padding: 30px;
  }
}
#GeneralWrapper .intro h2 {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6018066406em;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  #GeneralWrapper .intro h2 {
    font-size: 1.423828125em;
    line-height: 1.423828125em;
  }
}
#GeneralWrapper .intro h1 {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6018066406em;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  #GeneralWrapper .intro h1 {
    font-size: 1.423828125em;
    line-height: 1.423828125em;
  }
}
#GeneralWrapper .bloc-content {
  display: table;
  text-align: left;
  direction: rtl;
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-content {
    display: block;
  }
}
#GeneralWrapper .bloc-content.grey-bloc {
  background: #f5f5f5;
  direction: ltr;
}
#GeneralWrapper .bloc-content .bloc-txt {
  display: table-cell;
  padding: 0 160px;
  float: none;
  vertical-align: middle;
  direction: ltr;
}
@media (max-width: 1600px) {
  #GeneralWrapper .bloc-content .bloc-txt {
    padding: 0 90px;
  }
}
@media (max-width: 1200px) {
  #GeneralWrapper .bloc-content .bloc-txt {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-content .bloc-txt {
    padding: 70px;
    display: block;
    float: left;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-content .bloc-txt {
    text-align: center;
    padding: 40px 30px;
  }
}
@media (max-width: 340px) {
  #GeneralWrapper .bloc-content .bloc-txt {
    padding: 40px 20px;
  }
}
#GeneralWrapper .bloc-content .bloc-txt p, #GeneralWrapper .bloc-content .bloc-txt ul {
  line-height: 1.8020324707em;
}
#GeneralWrapper .bloc-content .bloc-txt .thumb-list {
  margin: 30px 0;
}
@media (max-width: 1200px) {
  #GeneralWrapper .bloc-content .bloc-txt .thumb-list {
    margin: 20px 0 30px;
  }
}
#GeneralWrapper .bloc-content .bloc-txt .thumb-list img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#GeneralWrapper .bloc-content .bloc-txt .thumb-list img:hover {
  opacity: 0.5;
}
#GeneralWrapper .bloc-content .bloc-txt .button {
  margin: 0;
  float: left;
}
#GeneralWrapper .bloc-content .bloc-img {
  width: 100%;
  display: block;
}
#GeneralWrapper .bloc-actu-offre {
  padding: 100px 0;
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-actu-offre {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre {
    padding: 50px 0 30px;
  }
}
#GeneralWrapper .bloc-actu-offre h2 {
  margin-bottom: 25px;
}
#GeneralWrapper .bloc-actu-offre .button {
  margin-top: 30px;
}
#GeneralWrapper .bloc-actu-offre .actualites {
  border-right: 1px solid #525252;
  padding: 0 50px;
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-actu-offre .actualites {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .actualites {
    border-right: none;
    text-align: center;
  }
}
#GeneralWrapper .bloc-actu-offre .actualites.no-border {
  border-right: 0;
}
#GeneralWrapper .bloc-actu-offre .actualites.actu-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .actualites.actu-list {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f1f1f1;
  }
}
#GeneralWrapper .bloc-actu-offre .actualites .actu {
  display: table;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .actualites .actu {
    display: block;
  }
}
#GeneralWrapper .bloc-actu-offre .actualites .actu .img-actu {
  display: table-cell;
  width: 100%;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .actualites .actu .img-actu {
    display: block;
  }
}
#GeneralWrapper .bloc-actu-offre .actualites .actu .img-actu img {
  border-radius: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .actualites .actu .img-actu img {
    width: 45%;
    margin-bottom: 20px;
  }
}
#GeneralWrapper .bloc-actu-offre .actualites .actu .txt-actu {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .actualites .actu .txt-actu {
    display: block;
    float: left;
  }
}
#GeneralWrapper .bloc-actu-offre .actualites .actu .txt-actu h4 {
  margin-bottom: 10px;
}
#GeneralWrapper .bloc-actu-offre .actualites .actu .txt-actu .date-actu {
  font-family: "ApexMediumItalic";
  color: #bfac8b;
}
#GeneralWrapper .bloc-actu-offre .offre-special {
  padding: 0 50px;
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-actu-offre .offre-special {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .offre-special {
    text-align: center;
  }
}
#GeneralWrapper .bloc-actu-offre .offre-special .offre {
  display: table;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .offre-special .offre {
    display: block;
  }
}
#GeneralWrapper .bloc-actu-offre .offre-special .offre .img-offre, #GeneralWrapper .bloc-actu-offre .offre-special .offre .img-actu {
  display: table-cell;
  width: 100%;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .offre-special .offre .img-offre, #GeneralWrapper .bloc-actu-offre .offre-special .offre .img-actu {
    display: block;
  }
}
#GeneralWrapper .bloc-actu-offre .offre-special .offre .img-offre img, #GeneralWrapper .bloc-actu-offre .offre-special .offre .img-actu img {
  border-radius: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .offre-special .offre .img-offre img, #GeneralWrapper .bloc-actu-offre .offre-special .offre .img-actu img {
    width: 45%;
    margin-bottom: 20px;
  }
}
#GeneralWrapper .bloc-actu-offre .offre-special .offre .txt-offre, #GeneralWrapper .bloc-actu-offre .offre-special .offre .txt-actu {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .offre-special .offre .txt-offre, #GeneralWrapper .bloc-actu-offre .offre-special .offre .txt-actu {
    display: block;
    float: left;
  }
}
#GeneralWrapper .bloc-actu-offre .offre-special .offre .txt-offre h4, #GeneralWrapper .bloc-actu-offre .offre-special .offre .txt-actu h4 {
  margin-bottom: 10px;
}
#GeneralWrapper .bloc-actu-offre .offre-special .offre .txt-offre .date-actu, #GeneralWrapper .bloc-actu-offre .offre-special .offre .txt-actu .date-actu {
  font-family: "ApexMediumItalic";
  color: #bfac8b;
}
#GeneralWrapper .bloc-actu-offre .pagination {
  width: 100%;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .pagination {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    margin: -35px 0 0;
    padding: 15px;
  }
}
#GeneralWrapper .bloc-actu-offre .pagination .pagination-actu {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
#GeneralWrapper .bloc-actu-offre .pagination .pagination-actu li {
  display: inline;
  font-size: 1.6018066406em;
  margin-right: 10px;
  margin-left: 10px;
  font-family: "ApexBook";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .pagination .pagination-actu li {
    font-size: 1.265625em;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-actu-offre .pagination .pagination-actu li {
    font-size: 1.125em;
  }
}
#GeneralWrapper .bloc-actu-offre .pagination .pagination-actu li.my-disabled-class {
  display: none;
}
#GeneralWrapper .bloc-actu-offre .pagination .pagination-actu li:hover {
  color: #bfac8b;
}
#GeneralWrapper .bloc-actu-offre .pagination .pagination-actu li.my-active-class {
  color: #bfac8b;
}
#GeneralWrapper .bloc-actu-offre .pagination .pagination-actu li.flechpag {
  margin: 0;
}
#GeneralWrapper .actu-detail {
  padding: 50px;
}
@media (max-width: 991px) {
  #GeneralWrapper .actu-detail {
    padding: 15px;
  }
}
#GeneralWrapper .actu-detail .date-actu {
  font-family: "ApexMediumItalic";
  color: #bfac8b;
}
#GeneralWrapper .actu-detail .img-actu {
  margin: 40px 0;
  width: 100%;
}
@media (max-width: 991px) {
  #GeneralWrapper .actu-detail .img-actu {
    margin: 25px 0;
  }
}
#GeneralWrapper .actu-detail .back {
  margin-left: 0;
  margin-bottom: 0;
}
#GeneralWrapper .actu-detail .back i {
  margin-right: 15px;
}
#GeneralWrapper .list-img-link {
  overflow: hidden;
}
#GeneralWrapper .img-link {
  color: #fff;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 300px;
  overflow: hidden;
  display: table;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1600px) {
  #GeneralWrapper .img-link {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  #GeneralWrapper .img-link {
    height: 180px;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper .img-link {
    height: 170px;
  }
}
#GeneralWrapper .img-link h2 {
  font-family: "ApexBold";
  line-height: 1.423828125em;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}
@media (max-width: 3200px) {
  #GeneralWrapper .img-link h2 {
    font-size: 1.423828125em;
  }
}
@media (max-width: 1200px) {
  #GeneralWrapper .img-link h2 {
    font-size: 1.265625em;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper .img-link h2 {
    font-size: 1.1390625em;
  }
}
#GeneralWrapper .img-link img {
  display: table-cell;
  position: relative;
  z-index: 5;
  vertical-align: middle;
}
#GeneralWrapper .img-link.conf {
  background: url("../../dist/img/conf2.jpg");
}
#GeneralWrapper .img-link.chambre {
  background: url("../../dist/img/juniorsuite2.jpg");
}
#GeneralWrapper .img-link.boutique {
  background: url("../../dist/img/fitness.jpg");
}
#GeneralWrapper .img-link.times-grill {
  background: url("../../dist/img/times-grill-img2.jpg");
}
#GeneralWrapper .img-link.times-grill .logo-times-grill {
  background: url("../../dist/img/logo_grill.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-position: center;
}
@media (max-width: 1600px) {
  #GeneralWrapper .img-link.times-grill .logo-times-grill {
    background-size: 135px;
  }
}
@media (max-width: 1200px) {
  #GeneralWrapper .img-link.times-grill .logo-times-grill {
    background-size: 100px;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper .img-link.times-grill .logo-times-grill {
    background-size: 115px;
  }
}
#GeneralWrapper .img-link.times-bar {
  background: url("../../dist/img/times-bar-img2.jpg");
}
#GeneralWrapper .img-link.times-bar .logo-times-bar {
  background: url("../../dist/img/logo_bar.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-position: center;
}
@media (max-width: 1600px) {
  #GeneralWrapper .img-link.times-bar .logo-times-bar {
    background-size: 135px;
  }
}
@media (max-width: 1200px) {
  #GeneralWrapper .img-link.times-bar .logo-times-bar {
    background-size: 100px;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper .img-link.times-bar .logo-times-bar {
    background-size: 115px;
  }
}
#GeneralWrapper .img-link .overeffect {
  background: url("../../dist/img/static.gif");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#GeneralWrapper .img-link .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#GeneralWrapper .img-link:hover .overeffect {
  opacity: 0.09;
}
#GeneralWrapper .contact {
  padding: 70px 0;
}
#GeneralWrapper .contact h2 {
  margin-bottom: 40px;
}
#GeneralWrapper .contact a {
  color: #525252;
}
@media (max-width: 767px) {
  #GeneralWrapper .contact {
    padding: 50px 70px;
  }
}
@media (max-width: 340px) {
  #GeneralWrapper .contact {
    padding: 35px;
  }
}
#GeneralWrapper .bloc-liens {
  background: #f1f1f1;
  padding: 25px 40px;
}
@media (max-width: 1200px) {
  #GeneralWrapper .bloc-liens {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-liens {
    padding: 25px;
    text-align: center;
  }
}
#GeneralWrapper .bloc-liens h1 {
  font-size: 2.0272865295em;
  text-transform: uppercase;
  font-family: "ApexBold";
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-liens h1 {
    font-size: 1.8020324707em;
    float: none;
  }
}
#GeneralWrapper .bloc-liens .infos p {
  margin-bottom: 0;
}
#GeneralWrapper .detail-chambre {
  background: #f5f5f5;
}
#GeneralWrapper .detail-chambre .detail-image {
  padding: 0 !important;
}
#GeneralWrapper .detail-chambre .detail-image .thumb {
  padding-top: 25px;
  padding-bottom: 25px;
}
#GeneralWrapper .detail-chambre .detail-image .thumb a {
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #GeneralWrapper .detail-chambre .detail-image .thumb a {
    margin-bottom: 15px;
  }
}
#GeneralWrapper .detail-chambre .detail-image .thumb a img {
  width: 100%;
}
@media (max-width: 767px) {
  #GeneralWrapper .detail-chambre .detail-image .thumb {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper .detail-chambre .detail-image .thumb img {
    margin-bottom: 30px;
  }
}
@media (max-width: 340px) {
  #GeneralWrapper .detail-chambre .detail-image .thumb img {
    margin-bottom: 20px;
  }
}
#GeneralWrapper .detail-chambre .detail-texte {
  padding: 80px 100px;
}
@media (max-width: 991px) {
  #GeneralWrapper .detail-chambre .detail-texte {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .detail-chambre .detail-texte {
    padding: 40px;
    text-align: center;
  }
}
#GeneralWrapper .detail-chambre .detail-texte .separator {
  margin: 40px 0;
}
@media (max-width: 1600px) {
  #GeneralWrapper .detail-chambre .detail-texte .separator {
    margin: 20px 0;
  }
}
#GeneralWrapper .detail-chambre .detail-texte h3 {
  font-size: 1.125em;
  font-family: "ApexBold";
}
#GeneralWrapper .detail-chambre .detail-texte li:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
  color: #bfac8b;
}
#GeneralWrapper .detail-chambre .detail-texte .button {
  float: left !important;
  margin: 50px 0 0;
}
@media (max-width: 1600px) {
  #GeneralWrapper .detail-chambre .detail-texte .button {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .detail-chambre .detail-texte .button {
    margin: 40px auto 0;
    float: none !important;
  }
}
#GeneralWrapper .txt-intro p {
  margin-top: 80px;
}
@media (max-width: 991px) {
  #GeneralWrapper .txt-intro p {
    margin-top: 50px;
  }
}
@media (max-width: 340px) {
  #GeneralWrapper .txt-intro p {
    margin-top: 30px;
  }
}
#GeneralWrapper .galerie {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  #GeneralWrapper .galerie {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .galerie {
    margin-top: 30px;
    margin-bottom: 5px;
  }
}
#GeneralWrapper .galerie .fancybox img {
  margin-bottom: 30px;
}
#GeneralWrapper .galerie .galerie-list {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 40px;
}
#GeneralWrapper .galerie .galerie-list img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  position: relative;
  border-radius: 50%;
  margin-bottom: 30px;
}
#GeneralWrapper .galerie .galerie-list:hover img {
  top: -10px;
}
#GeneralWrapper .bloc-tourisme {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-tourisme {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-tourisme {
    margin-bottom: 20px;
  }
}
@media (max-width: 340px) {
  #GeneralWrapper .bloc-tourisme {
    margin-bottom: 15px;
  }
}
#GeneralWrapper .bloc-tourisme:hover img {
  opacity: 0.85;
}
#GeneralWrapper .bloc-tourisme:hover a.btn {
  background: #525252;
  color: #fff;
}
#GeneralWrapper .bloc-tourisme img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#GeneralWrapper .bloc-tourisme a.btn {
  width: 100%;
  background: #e6e6e6;
  padding: 20px 10px 20px 85px;
  display: block;
  font-size: 0.8888888889em;
  position: relative;
  font-family: "ApexBook";
  font-weight: 400;
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-tourisme a.btn {
    height: auto;
    padding: 17px 10px 17px 85px;
  }
}
@media (max-width: 340px) {
  #GeneralWrapper .bloc-tourisme a.btn {
    height: auto;
    padding: 14px 10px 14px 60px;
  }
}
#GeneralWrapper .bloc-tourisme a.btn:before {
  content: " ";
  background-image: url("../../dist/img/external_link.png");
  background-image: url("../../dist/img/external_link.svg");
  height: 100%;
  height: 100%;
  width: 65px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
}
@media (max-width: 340px) {
  #GeneralWrapper .bloc-tourisme a.btn:before {
    width: 45px;
    background-size: contain;
  }
}
#GeneralWrapper .intro-region-unique {
  width: 80%;
  margin: 80px auto 0 auto;
}
@media (max-width: 767px) {
  #GeneralWrapper .intro-region-unique {
    margin-top: 50px;
  }
}
@media (max-width: 340px) {
  #GeneralWrapper .intro-region-unique {
    margin-top: 30px;
  }
}
#GeneralWrapper .intro-region-unique img {
  float: left;
  width: 25%;
}
@media (max-width: 340px) {
  #GeneralWrapper .intro-region-unique img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#GeneralWrapper .intro-region-unique .content-intro {
  width: 70%;
  float: right;
  padding-left: 40px;
  border-left: 1px solid #d6d6d6;
  display: inline-block;
}
@media (max-width: 340px) {
  #GeneralWrapper .intro-region-unique .content-intro {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
#GeneralWrapper .intro-region-unique .content-intro a {
  margin: 0;
}
#GeneralWrapper .intro-region-unique .content-intro p {
  margin-bottom: 20px;
}
#GeneralWrapper .bloc-carte-region-unique {
  width: 80%;
  background: #f5f5f5;
  padding: 40px 30px;
  border-radius: 20px;
  margin: 75px auto;
  display: table;
  border: 1px solid #d6d6d6;
  position: relative;
}
@media (max-width: 1200px) {
  #GeneralWrapper .bloc-carte-region-unique {
    margin: 65px auto;
  }
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-carte-region-unique {
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-carte-region-unique {
    padding: 30px 20px;
    margin: 30px auto;
    width: 100%;
  }
}
#GeneralWrapper .bloc-carte-region-unique:before {
  content: " ";
  background-image: url("../../dist/img/information.png");
  background-image: url("../../dist/img/information.svg");
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#GeneralWrapper .bloc-carte-region-unique p {
  width: 65%;
  float: left;
  line-height: 2.2806973457em;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-carte-region-unique p {
    width: 60%;
  }
}
@media (max-width: 340px) {
  #GeneralWrapper .bloc-carte-region-unique p {
    width: 100%;
  }
}
#GeneralWrapper .bloc-carte-region-unique a {
  color: #bfac8b;
  border-bottom: 1px solid #bfac8b;
  font-family: "ApexNewMedium";
  font-weight: 400;
}
#GeneralWrapper .bloc-carte-region-unique img {
  width: 30%;
  float: right;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-carte-region-unique img {
    width: 35%;
  }
}
@media (max-width: 340px) {
  #GeneralWrapper .bloc-carte-region-unique img {
    width: 100%;
  }
}

body.inauguration {
  background: #f5f5f5;
  height: 100%;
}
body.inauguration #GeneralWrapper h1 {
  font-size: 2.5em;
}
body.inauguration #GeneralWrapper .left-side {
  height: 100%;
  position: fixed;
  background: #000 url("../../dist/img/inauguration/background.gif") no-repeat bottom right;
  background-size: contain;
  z-index: 3;
}
body.inauguration #GeneralWrapper .left-side .logo-wrapper {
  width: 100%;
  text-align: center;
}
body.inauguration #GeneralWrapper .left-side .logo-wrapper img {
  width: 100%;
  max-width: 500px;
  display: inline-block;
}
body.inauguration #GeneralWrapper .right-side {
  margin: 0 auto;
  padding: 70px 0 0;
}
body.inauguration #GeneralWrapper .right-side .separator {
  margin-bottom: 50px;
}
body.inauguration #GeneralWrapper .right-side #formblock_inauguration {
  margin: 40px 0;
}
body.inauguration #GeneralWrapper .right-side #formblock_inauguration .form-group {
  margin: 20px 0;
}
body.inauguration #GeneralWrapper .right-side #formblock_inauguration .radio input[type=radio] {
  float: none;
  margin: 0;
}
body.inauguration #GeneralWrapper .form-actions {
  margin: 0 auto;
  text-align: center;
}
body.inauguration #GeneralWrapper .form-actions .btn {
  color: white;
  margin: 1em 0;
  padding: 15px 0;
  border: none;
  background: #bfac8b;
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  body.inauguration #GeneralWrapper .left-side {
    position: relative;
    height: auto;
    background-image: none;
  }
  body.inauguration #GeneralWrapper .right-side p {
    text-align: center;
  }
}
body.inauguration #GeneralWrapper #map {
  height: 300px;
}

#GeneralWrapper .menu-footer .signaturediab {
  font-size: 0.7901234568em;
  color: #888;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#GeneralWrapper .menu-footer .signaturediab img {
  margin-right: 5px;
  margin-top: -5px;
  width: 15px;
}
#GeneralWrapper .menu-footer .signaturediab .white {
  color: #fff;
}
#GeneralWrapper .menu-footer .signaturediab:hover {
  color: #E84E0E;
}

#GeneralWrapper .menu-mobile {
  background: #bfac8b;
  padding: 10px 25px;
  cursor: pointer;
  margin: 20px auto;
  display: none;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #GeneralWrapper .menu-mobile {
    display: table;
  }
}
#GeneralWrapper .menu-mobile.active {
  border-radius: 4px 4px 0 0;
  margin: 20px auto 0 auto;
}
#GeneralWrapper .main-menu {
  margin: 20px 0;
}
@media (max-width: 767px) {
  #GeneralWrapper .main-menu {
    display: none;
    margin: 0;
  }
}
#GeneralWrapper .main-menu ul.niv1 {
  display: none;
}
#GeneralWrapper .main-menu ul.niv2 {
  display: none;
}
#GeneralWrapper .main-menu ul li {
  display: block;
}
#GeneralWrapper .main-menu ul li .niv1 {
  display: none;
}
#GeneralWrapper .main-menu ul li .niv1 li a {
  background: #333 !important;
  border-bottom: 1px solid #444 !important;
}
#GeneralWrapper .main-menu ul li .niv2 {
  display: none;
}
#GeneralWrapper .main-menu ul li .niv2 li a {
  background: #4d4d4d !important;
  border-bottom: 1px solid #555 !important;
}
#GeneralWrapper .main-menu ul li a {
  color: #fff;
  display: block;
  padding: 8px 0;
  background-image: url("../../dist/img/header-line.jpg");
  background-repeat: no-repeat;
  background-position: center left -150px;
  -moz-transition: padding-left 0.5s ease, background-position 0.5s ease;
  -o-transition: padding-left 0.5s ease, background-position 0.5s ease;
  -webkit-transition: padding-left 0.5s ease, background-position 0.5s ease;
  transition: padding-left 0.5s ease, background-position 0.5s ease;
  font-size: 1em;
}
@media (max-width: 1600px) {
  #GeneralWrapper .main-menu ul li a {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .main-menu ul li a {
    padding: 13px 0;
    background-image: none;
    background: #222;
    border-bottom: 1px solid #333;
  }
}
#GeneralWrapper .main-menu ul li a:hover, #GeneralWrapper .main-menu ul li a.nav-path-selected {
  color: #bfac8b;
  padding: 8px 0 8px 15px;
  background-position: left -55px center;
}
@media (max-width: 1600px) {
  #GeneralWrapper .main-menu ul li a:hover, #GeneralWrapper .main-menu ul li a.nav-path-selected {
    padding: 5px 0 5px 15px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .main-menu ul li a:hover, #GeneralWrapper .main-menu ul li a.nav-path-selected {
    padding: 13px 0;
    color: #fff;
  }
}
#GeneralWrapper .main-menu ul li a.current {
  color: #bfac8b;
  padding: 8px 0 8px 15px;
  background-position: left -55px center;
}
@media (max-width: 1600px) {
  #GeneralWrapper .main-menu ul li a.current {
    padding: 5px 0 5px 15px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .main-menu ul li a.current {
    color: #bfac8b;
    padding: 13px 0;
    background: #222;
  }
}
#GeneralWrapper .main-menu.desktop .niv1 {
  display: none !important;
}
#GeneralWrapper .main-menu.desktop .niv2 {
  display: none !important;
}
#GeneralWrapper .menu-footer {
  background: #525252;
  padding: 50px 0 15px 0;
}
@media (max-width: 767px) {
  #GeneralWrapper .menu-footer {
    padding: 20px 0;
  }
}
#GeneralWrapper .menu-footer .nav-footer {
  text-align: center;
}
#GeneralWrapper .menu-footer .nav-footer ul.niv1 {
  display: none;
  background: #606060;
}
#GeneralWrapper .menu-footer .nav-footer ul.niv1 .level2 a {
  text-transform: none;
}
#GeneralWrapper .menu-footer .nav-footer ul.niv2 {
  display: none;
}
#GeneralWrapper .menu-footer .nav-footer ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  #GeneralWrapper .menu-footer .nav-footer ul li {
    display: block;
  }
}
#GeneralWrapper .menu-footer .nav-footer ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 0 7px;
  border-right: 1px solid #f5f5f5;
  font-size: 0.8888888889em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #GeneralWrapper .menu-footer .nav-footer ul li a {
    border-right: none;
    display: block;
    border-bottom: 1px solid #676767;
    padding: 7px;
  }
}
#GeneralWrapper .menu-footer .nav-footer ul li a:hover {
  color: #bfac8b;
}
#GeneralWrapper .menu-footer .nav-footer ul li a.current, #GeneralWrapper .menu-footer .nav-footer ul li a.nav-path-selected {
  color: #bfac8b;
}
#GeneralWrapper .menu-footer .nav-footer ul li:last-child a {
  border-right: 0;
}
#GeneralWrapper .menu-footer .nav-footer br {
  display: none;
}
@media (max-width: 991px) {
  #GeneralWrapper .menu-footer .nav-footer br {
    display: block;
  }
}
#GeneralWrapper .menu-footer .separator {
  margin: 40px 0;
}
#GeneralWrapper .menu-footer .soc {
  text-align: center;
}
#GeneralWrapper .menu-footer .soc a {
  padding: 0 10px;
  border-right: 1px solid #f5f5f5;
}
#GeneralWrapper .menu-footer .soc a i {
  color: #fff;
}
#GeneralWrapper .menu-footer .soc a:last-child {
  border-right: 0;
}
#GeneralWrapper .menu-footer small {
  color: #888;
}
#GeneralWrapper .footer {
  background: #676767;
  padding: 20px 0;
  text-align: center;
}
#GeneralWrapper .footer a {
  padding: 0 20px;
}
#GeneralWrapper .bloc-liens {
  position: relative;
}
#GeneralWrapper .bloc-liens .second-menu {
  float: left;
  margin-top: 8px;
}
@media (max-width: 767px) {
  #GeneralWrapper .bloc-liens .second-menu {
    float: none;
    display: none;
  }
}
#GeneralWrapper .bloc-liens .second-menu ul.niv1 {
  display: none;
}
#GeneralWrapper .bloc-liens .second-menu ul li {
  display: inline;
}
#GeneralWrapper .bloc-liens .second-menu ul li:last-child a {
  border-right: none !important;
}
#GeneralWrapper .bloc-liens .second-menu ul li a {
  padding: 0 15px;
  font-size: 1.125em;
  border-right: 1px solid #676767;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1600px) {
  #GeneralWrapper .bloc-liens .second-menu ul li a {
    font-size: 1.0125em;
    padding: 0 10px;
  }
}
#GeneralWrapper .bloc-liens .second-menu ul li a:hover {
  color: #bfac8b;
}
#GeneralWrapper .bloc-liens .second-menu ul li a.current, #GeneralWrapper .bloc-liens .second-menu ul li a.nav-path-selected {
  color: #bfac8b;
}
@media (max-width: 991px) {
  #GeneralWrapper .bloc-liens .second-menu ul li:first-child a {
    padding-left: 0 !important;
  }
}
#GeneralWrapper .bloc-liens .text-right {
  position: absolute;
  right: 40px;
}
@media only screen and (max-width: 1400px) {
  #GeneralWrapper .bloc-liens .text-right {
    display: none !important;
  }
}

#GeneralWrapper {
  /* Sweep To Right */
}
#GeneralWrapper .main-nav .btn-header, #GeneralWrapper .main-nav .btn-header2 {
  padding: 15px 10px 15px 80px;
  color: #fff;
  left: -100%;
}
@media (max-width: 1600px) {
  #GeneralWrapper .main-nav .btn-header, #GeneralWrapper .main-nav .btn-header2 {
    padding: 10px 60px 10px 40px;
  }
}
@media (max-width: 1200px) {
  #GeneralWrapper .main-nav .btn-header, #GeneralWrapper .main-nav .btn-header2 {
    padding: 10px 30px 10px 45px;
  }
}
#GeneralWrapper .main-nav .btn-header i, #GeneralWrapper .main-nav .btn-header2 i {
  margin-right: 10px;
}
#GeneralWrapper .main-nav .btn-header.reserv-room, #GeneralWrapper .main-nav .btn-header2.reserv-room {
  background: rgba(191, 172, 139, 0.7);
}
#GeneralWrapper .main-nav .btn-header.reserv-table, #GeneralWrapper .main-nav .btn-header2.reserv-table {
  background: rgba(97, 97, 97, 0.7);
}
#GeneralWrapper .main-nav .btn-header2 {
  left: 0;
}
#GeneralWrapper .bouton1 {
  color: #bfac8b;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: url("../../dist/img/link-line.png");
  background-repeat: no-repeat;
  background-position: -100px 7px;
  font-family: "ApexNewMedium" !important;
  font-size: 1.125em;
}
#GeneralWrapper .bouton1:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 5px;
}
#GeneralWrapper .bouton1:hover {
  padding: 0 0 0 20px;
  background-position: -40px 7px;
}
@media (max-width: 1600px) {
  #GeneralWrapper .bouton1:hover {
    background-position: -40px 7px;
  }
}
#GeneralWrapper .bouton2 {
  color: #fff;
  background: #bfac8b;
  text-align: center;
  border-radius: 3px;
  padding: 15px 25px;
  float: left;
  margin-top: 20px;
}
#GeneralWrapper .button {
  float: left;
  display: block;
  margin: 1em;
  padding: 15px 30px;
  border: none;
  background: #bfac8b;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  color: #fff;
  float: left;
}
@media (max-width: 1600px) {
  #GeneralWrapper .button {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper .button {
    float: none;
    margin: 30px auto;
  }
}
#GeneralWrapper .button:focus {
  outline: none;
}
#GeneralWrapper .button > span {
  vertical-align: middle;
}
#GeneralWrapper .hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 5px;
}
#GeneralWrapper .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}
#GeneralWrapper .hvr-sweep-to-right:hover, #GeneralWrapper .hvr-sweep-to-right:focus, #GeneralWrapper .hvr-sweep-to-right:active {
  color: white;
}
#GeneralWrapper .hvr-sweep-to-right:hover:before, #GeneralWrapper .hvr-sweep-to-right:focus:before, #GeneralWrapper .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#GeneralWrapper div.alert-success {
  background: #bfac8b none repeat scroll 0 0 !important;
  border: medium none;
  color: #fff !important;
  margin-bottom: 50px;
  padding: 20px;
  text-align: center;
}
#GeneralWrapper div.alert-error, #GeneralWrapper div.alert-danger {
  background: #c00 none repeat scroll 0 0 !important;
  border: medium none;
  color: #fff !important;
  margin-bottom: 50px;
  padding: 20px;
  text-align: center;
}
#GeneralWrapper #form-reservation {
  margin-top: 30px;
}
@media (max-width: 991px) {
  #GeneralWrapper #form-reservation {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper #form-reservation {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #GeneralWrapper #form-reservation .bloc-reserv {
    padding: 0 !important;
  }
}
#GeneralWrapper #form-reservation .bloc-reserv label {
  color: #fff;
  font-weight: normal;
}
#GeneralWrapper #form-reservation .bloc-reserv input, #GeneralWrapper #form-reservation .bloc-reserv select {
  border-radius: 3px;
  background: #fff;
  padding: 8px;
  color: #525252;
  border: none;
  box-shadow: none;
  margin-bottom: 15px;
  cursor: pointer;
  height: 35px;
}
@media (max-width: 991px) {
  #GeneralWrapper #form-reservation .bloc-reserv input, #GeneralWrapper #form-reservation .bloc-reserv select {
    margin-bottom: 10px;
  }
}
#GeneralWrapper #form-reservation .bloc-reserv input[type=submit], #GeneralWrapper #form-reservation .bloc-reserv select[type=submit] {
  background: #bfac8b;
  color: #fff;
  margin-bottom: 0;
  padding: 6px;
}
#GeneralWrapper #form-reservation .bloc-reserv .js-booking-button {
  background-color: #bfac8b;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "ApexNewMedium" !important;
  padding: 5px;
  text-align: center;
}
@media (max-width: 1600px) {
  #GeneralWrapper #form-reservation .bloc-reserv .js-booking-button {
    padding: 7px;
  }
}
#GeneralWrapper #form-reservation .bloc-reserv select {
  padding: 7px;
}
@media (max-width: 1600px) {
  #GeneralWrapper #form-reservation .bloc-reserv select {
    padding: 8px;
  }
}
#GeneralWrapper #form-reservation .bloc-reserv input {
  width: 100%;
}
#GeneralWrapper #form-reservation .icon-input {
  position: relative;
}
#GeneralWrapper #form-reservation .icon-input:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #bfac8b;
  position: absolute;
  top: 5px;
  pointer-events: none;
  right: 25px;
}
@media (max-width: 1600px) {
  #GeneralWrapper #form-reservation .icon-input:after {
    top: 7px;
  }
}
@media (max-width: 1600px) {
  #GeneralWrapper #form-reservation .icon-input {
    padding-right: 0;
  }
  #GeneralWrapper #form-reservation .icon-input:after {
    right: 8px;
  }
}
@media (max-width: 1600px) and (max-width: 767px) {
  #GeneralWrapper #form-reservation .icon-input:after {
    right: 15px;
  }
}
#GeneralWrapper #formulaire {
  margin-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  #GeneralWrapper #formulaire {
    margin-top: 50px;
  }
}
#GeneralWrapper #formulaire .fields {
  margin-bottom: 20px;
}

#map {
  width: 100%;
  height: 500px;
}
@media (max-width: 1200px) {
  #map {
    height: 450px;
  }
}
@media (max-width: 991px) {
  #map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #map {
    height: 350px;
  }
}
@media (max-width: 340px) {
  #map {
    height: 280px;
  }
}
#map .gm-style-iw {
  padding: 20px;
}
#map .gm-style-iw h3 {
  font-size: 1.265625em;
}
#map .gm-style-iw a {
  color: #bfac8b;
  font-family: "ApexBold";
}

#GeneralWrapper .gallery-inside .gal-item {
  position: relative;
}
#GeneralWrapper .gallery-inside .gal-item a span {
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
  padding: 10px;
}
#GeneralWrapper .gallery-inside .gal-item a:hover {
  opacity: 0.9;
}
