@charset "UTF-8";
/**
 * Espace Vacances
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1055px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -ms-transform: translate(0, -25%);
        transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-lg {
    max-width: 800px; } }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1024px !important; }
  .container {
    min-width: 1024px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  height: 100%; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  body .site-main {
    -ms-flex: 1;
        flex: 1; }

body {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Asap", sans-serif; }

.site-header-container,
.site-main-pages-breadcrumbs,
.site-main-container,
.site-footer-container {
  width: 90%;
  max-width: 1412px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .site-header-container::after,
  .site-main-pages-breadcrumbs::after,
  .site-main-container::after,
  .site-footer-container::after {
    display: block;
    clear: both;
    content: ""; }

@media (max-width: 1260px) {
  .site-header-container,
  .site-main-pages-breadcrumbs,
  .site-main-pages-content.location .container,
  .section-homepage-hero .site-main-container,
  .section-homepage-hero-tab .container {
    width: 95%;
    max-width: 100%; } }

@media (max-width: 1190px) {
  .site-header-container,
  .site-main-pages-breadcrumbs,
  .site-main-pages-content.location .container,
  .section-homepage-hero .site-main-container,
  .section-homepage-hero-tab .container {
    width: 98%;
    max-width: 100%; } }

.container-section {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-section::after {
    display: block;
    clear: both;
    content: ""; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  cursor: inherit; }

.list-strip {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  .list-strip li {
    position: relative;
    display: block; }
    .list-strip li + li {
      margin-top: 5px; }
    .list-strip li:before {
      content: '-';
      position: relative;
      display: inline-block;
      padding-right: 15px; }

/*--------------------------------------------------------------
## General - Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Advent Pro", sans-serif;
  line-height: 1.35;
  word-wrap: break-word; }

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

p {
  margin-bottom: 0; }
  p ~ p {
    margin-top: 20px; }

/*--------------------------------------------------------------
## General - Images, Media, Slider & Gallery
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General - Align
--------------------------------------------------------------*/
.text-left {
  text-align: left; }

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

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

/*--------------------------------------------------------------
## General - Coloring
--------------------------------------------------------------*/
.bg-gray {
  background-color: #f0f0f0; }

.bg-blue {
  background-color: #d3d8de; }

.bg-yellow {
  background-color: #f7ec36; }

.bg-gradient {
  background-image: linear-gradient(to bottom, rgba(1, 26, 68, 0.5), rgba(1, 26, 68, 0.7)); }

.bg-gradient-white {
  background-image: linear-gradient(to bottom, #d3d8de, white); }

.text-yellow {
  color: #f7ec36; }

.text-blue-dark {
  color: #011a44; }

/*--------------------------------------------------------------
## General - Icons
--------------------------------------------------------------*/
.icon-svg {
  display: inline-block;
  vertical-align: middle; }

.svg-8 {
  width: 8px;
  height: 8px; }

.svg-10 {
  width: 10px;
  height: 10px; }

.svg-12 {
  width: 12px;
  height: 12px; }

.svg-14 {
  width: 14px;
  height: 14px; }

.svg-16 {
  width: 16px;
  height: 16px; }

.svg-18 {
  width: 18px;
  height: 18px; }

.svg-45 {
  height: 45px;
  width: 45px; }

.svg-55 {
  height: 55px;
  width: 55px; }

/*--------------------------------------------------------------
## General - Extends
--------------------------------------------------------------*/
a, input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select, input[type="checkbox"] ~ label:after, .btn .btn-wrapper .btn-wrapper-icon, .btn .btn-wrapper .btn-wrapper-text, .location-results-filters-form-rwd-button .icon-svg, .location-sidebar-widget-accordion .location-box-research-title .svg-wrapper,
.location-sidebar-widget-accordion .location-sidebar-widget-title .svg-wrapper, .item-agency-facility-icon, .item-agency-facility-icon .icon-svg, .item-destination .custom-nav .prev .icon-svg,
.item-destination .custom-nav .next .icon-svg, .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-second .item-slider-location-second-wrapper, .item-popup-close:before, .item-popup-close:after {
  transition: all 350ms ease; }

.site-header-main-navigation ul, .site-header-cta-navigation ul, .site-header-translation ul, .site-footer-widget-item.widget-link .site-footer-widget-item-list, .site-footer-widget-item .site-footer-widget-item-list-socmed, .item-location-result-content .item-location-facility, .section-homepage-hero-tab .nav, .agency-info-items, .section-item-location .item-location-content .item-location-facility, .location-single-detail .location-single-detail-content-img-desc .box-sell-buy-facility ul, .location-single-detail .list-graphic-desc, .item-popup-container .nav-tabs {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.site-footer .to-top a, .item-destination .custom-nav .prev,
.item-destination .custom-nav .next, .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-first .custom-nav a {
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #011a44;
  z-index: 2; }

.space-45 {
  display: block;
  width: 100%;
  position: relative; }
  .space-45::after {
    display: block;
    clear: both;
    content: ""; }

.btn-primary-divide, .site-header-content-float .site-header-content-float-bg,
.site-header-content-float .site-header-pages-content-bg,
.site-header-pages-content .site-header-content-float-bg,
.site-header-pages-content .site-header-pages-content-bg, .site-header-rwd-wrapper {
  background-image: linear-gradient(to bottom, rgba(39, 61, 105, 0.67), #7d8891); }

.site-footer {
  background-image: linear-gradient(to bottom, #7d8891, rgba(39, 61, 105, 0.67)); }

.item-location-result .subitem-location-result {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  padding: 6px 14px;
  border: 1px solid #d7d7d7;
  font-size: 16px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    outline: none; }

select {
  width: 100%;
  padding: 6px 14px;
  border: 1px solid #d7d7d7;
  font-size: 16px; }

input[type="checkbox"]:not(.visible) {
  position: absolute;
  left: -999px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  color: transparent;
  font-size: 0; }
  input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
    visibility: visible; }
  input[type="checkbox"] ~ label {
    margin-top: 0;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0; }
    input[type="checkbox"] ~ label:before, input[type="checkbox"] ~ label:after {
      content: '';
      position: absolute; }
    input[type="checkbox"] ~ label:before {
      left: 0;
      top: 6px;
      width: 18px;
      height: 18px;
      background: white;
      border: 1px solid #f7ec36; }
    input[type="checkbox"] ~ label:after {
      left: 6px;
      top: 8px;
      height: 10px;
      width: 5px;
      border: 1px solid #011a44;
      border-left: none;
      border-top: none;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      opacity: 0;
      visibility: hidden; }

.form-field-datepicker {
  position: relative; }
  .form-field-datepicker input[data-toggle="datepicker"] {
    padding-right: 30px; }
  .form-field-datepicker .form-field-label,
  .form-field-datepicker input {
    position: relative; }
  .form-field-datepicker-icon {
    position: absolute;
    bottom: 10px;
    right: 15px;
    pointer-events: none;
    width: 18px;
    height: 18px;
    display: -ms-flexbox;
    display: flex; }
    .form-field-datepicker-icon .icon-svg {
      fill: #011a44;
      width: 18px;
      height: 18px; }

.datepicker-top-left, .datepicker-top-right {
  border-top-color: rgba(0, 0, 0, 0.05); }

.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: rgba(0, 0, 0, 0.05); }

.datepicker-dropdown {
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }

.form-agency,
.location-box-research-form,
.location-box-filter-form,
.form-tab-biens,
.form-tab-votre,
.location-single-detail-content-contact-message-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  .form-agency p ~ p,
  .location-box-research-form p ~ p,
  .location-box-filter-form p ~ p,
  .form-tab-biens p ~ p,
  .form-tab-votre p ~ p,
  .location-single-detail-content-contact-message-form p ~ p {
    margin-top: 0; }
  .form-agency .form-field,
  .location-box-research-form .form-field,
  .location-box-filter-form .form-field,
  .form-tab-biens .form-field,
  .form-tab-votre .form-field,
  .location-single-detail-content-contact-message-form .form-field {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px; }
    .form-agency .form-field.half,
    .location-box-research-form .form-field.half,
    .location-box-filter-form .form-field.half,
    .form-tab-biens .form-field.half,
    .form-tab-votre .form-field.half,
    .location-single-detail-content-contact-message-form .form-field.half {
      max-width: 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%; }
      @media (max-width: 768px) {
        .form-agency .form-field.half,
        .location-box-research-form .form-field.half,
        .location-box-filter-form .form-field.half,
        .form-tab-biens .form-field.half,
        .form-tab-votre .form-field.half,
        .location-single-detail-content-contact-message-form .form-field.half {
          max-width: 100% !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important; } }
  .form-agency .form-field-label,
  .location-box-research-form .form-field-label,
  .location-box-filter-form .form-field-label,
  .form-tab-biens .form-field-label,
  .form-tab-votre .form-field-label,
  .location-single-detail-content-contact-message-form .form-field-label {
    font-size: 14px;
    font-weight: 400;
    font-family: "Asap", sans-serif;
    color: #071a3b;
    text-transform: unset;
    letter-spacing: 0.5px; }
  .form-agency .form-desc,
  .location-box-research-form .form-desc,
  .location-box-filter-form .form-desc,
  .form-tab-biens .form-desc,
  .form-tab-votre .form-desc,
  .location-single-detail-content-contact-message-form .form-desc {
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1.25; }
    @media (max-width: 768px) {
      .form-agency .form-desc,
      .location-box-research-form .form-desc,
      .location-box-filter-form .form-desc,
      .form-tab-biens .form-desc,
      .form-tab-votre .form-desc,
      .location-single-detail-content-contact-message-form .form-desc {
        margin-top: 0; } }
    .form-agency .form-desc small,
    .location-box-research-form .form-desc small,
    .location-box-filter-form .form-desc small,
    .form-tab-biens .form-desc small,
    .form-tab-votre .form-desc small,
    .location-single-detail-content-contact-message-form .form-desc small {
      line-height: 1.25; }
      .form-agency .form-desc small.title,
      .location-box-research-form .form-desc small.title,
      .location-box-filter-form .form-desc small.title,
      .form-tab-biens .form-desc small.title,
      .form-tab-votre .form-desc small.title,
      .location-single-detail-content-contact-message-form .form-desc small.title {
        margin-bottom: 5px;
        display: block; }

/*--------------------------------------------------------------
## Forms - Form Agency
--------------------------------------------------------------*/
.form-agency {
  padding-top: 60px; }
  .form-agency input[type="text"],
  .form-agency input[type="email"],
  .form-agency input[type="tel"],
  .form-agency textarea {
    background: #f0f0f0;
    color: #071a3b; }
  .form-agency .form-submit {
    text-align: right; }
    @media (max-width: 768px) {
      .form-agency .form-submit {
        text-align: left; } }

/*--------------------------------------------------------------
## Forms - Location box research form
--------------------------------------------------------------*/
.location-box-research-form .form-field {
  margin-bottom: 0; }
  .location-box-research-form .form-field + .form-field {
    margin-top: 15px; }
  .location-box-research-form .form-field.half {
    max-width: 46%;
    -ms-flex: 0 0 46%;
        flex: 0 0 46%; }

.location-box-research-form input[type="date"],
.location-box-research-form input[type="text"],
.location-box-research-form input[type="number"],
.location-box-research-form select {
  border: 1px solid rgba(1, 26, 68, 0.05);
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0; }

.location-box-research-form .select-research-field {
  border: none;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  width: 100%;
  border-radius: 0;
  padding-left: 15px; }
  .location-box-research-form .select-research-field .list {
    width: 100%;
    border: none;
    border: 1px solid rgba(1, 26, 68, 0.05);
    border-top: none;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none; }
    .location-box-research-form .select-research-field .list li:first-child {
      display: none; }
  .location-box-research-form .select-research-field .option {
    min-height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 20px; }
    .location-box-research-form .select-research-field .option.selected, .location-box-research-form .select-research-field .option:hover, .location-box-research-form .select-research-field .option:focus {
      background: #f0f0f0; }

.location-box-research-form .form-submit {
  margin-top: 25px !important; }
  .location-box-research-form .form-submit .btn {
    border: none;
    width: 100%;
    padding: 0;
    height: 40px;
    line-height: 40px;
    cursor: pointer; }
    .location-box-research-form .form-submit .btn .btn-wrapper-icon {
      height: 40px;
      line-height: 40px;
      width: 40px; }

.location-box-research-form.location-box-research-form-second .form-field-label {
  color: white; }

/*--------------------------------------------------------------
## Forms - Location Search Sidebar
--------------------------------------------------------------*/
.location-search-sidebar-form .form-location-search-sidebar-form-field-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .location-search-sidebar-form .form-location-search-sidebar-form-field-submit input[type="text"] {
    -ms-flex: 1;
        flex: 1;
    background: #d3d8de;
    height: 40;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border: none; }
  .location-search-sidebar-form .form-location-search-sidebar-form-field-submit button {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border: none;
    background: #011a44;
    cursor: pointer; }
    .location-search-sidebar-form .form-location-search-sidebar-form-field-submit button .icon-svg {
      fill: #f7ec36; }

/*--------------------------------------------------------------
## Forms - Location Search Sidebar
--------------------------------------------------------------*/
.location-box-filter-form .location-box-filter-form-field-checkbox-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 10px; }
  .location-box-filter-form .location-box-filter-form-field-checkbox-wrapper .location-box-filter-form-field-checkbox-content {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex; }

.location-box-filter-form select {
  border: 1px solid rgba(1, 26, 68, 0.05);
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0; }

.location-box-filter-form .select-filter-location-field {
  border: none;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  width: 100%;
  border-radius: 0;
  padding-left: 15px; }
  .location-box-filter-form .select-filter-location-field .list {
    width: 100%;
    border: none;
    border: 1px solid rgba(1, 26, 68, 0.05);
    border-top: none;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none; }
    .location-box-filter-form .select-filter-location-field .list li:first-child {
      display: none; }
  .location-box-filter-form .select-filter-location-field .option {
    min-height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 20px; }
    .location-box-filter-form .select-filter-location-field .option.selected, .location-box-filter-form .select-filter-location-field .option:hover, .location-box-filter-form .select-filter-location-field .option:focus {
      background: #f0f0f0; }

.location-box-filter-form input[type="checkbox"] ~ label {
  font-size: 12px;
  color: #071a3b;
  line-height: 1.35;
  padding-left: 20px;
  margin-bottom: 0; }
  .location-box-filter-form input[type="checkbox"] ~ label:before {
    width: 14px;
    height: 14px;
    top: 2px; }
  .location-box-filter-form input[type="checkbox"] ~ label:after {
    left: 5px;
    top: 5px;
    height: 8px;
    width: 4px; }

.location-box-filter-form .form-field-range-wrapper {
  margin-top: 15px; }

.location-box-filter-form .form-field-range .irs-line {
  width: 100%;
  height: 2px;
  background: white; }

.location-box-filter-form .form-field-range .irs-min, .location-box-filter-form .form-field-range .irs-max {
  display: none !important; }

.location-box-filter-form .form-field-range .irs-single {
  display: none !important; }

.location-box-filter-form .form-field-range .irs-from, .location-box-filter-form .form-field-range .irs-to {
  font-size: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #011a44;
  z-index: 2;
  top: -3px;
  cursor: pointer; }

.location-box-filter-form .form-field-range .irs-bar {
  background: #f7ec36;
  height: 2px;
  top: 0px; }

.location-box-filter-form .form-field-range .form-field-range-results {
  font-size: 13px;
  display: block;
  text-align: center;
  color: #011a44;
  font-weight: bold;
  font-family: "Advent Pro", sans-serif;
  margin-top: 10px; }

/*--------------------------------------------------------------
## Forms - Form Tab Homepage
--------------------------------------------------------------*/
.form-tab-votre,
.form-tab-biens {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  .form-tab-votre .form-field-wrapper,
  .form-tab-biens .form-field-wrapper {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-left: -7px;
    margin-right: -7px;
    padding-right: 15px; }
    .form-tab-votre .form-field-wrapper .form-field,
    .form-tab-biens .form-field-wrapper .form-field {
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
      padding-left: 7px;
      padding-right: 7px;
      max-width: 33%; }
      @media (max-width: 800px) {
        .form-tab-votre .form-field-wrapper .form-field,
        .form-tab-biens .form-field-wrapper .form-field {
          margin-bottom: 15px; } }
      @media (max-width: 768px) {
        .form-tab-votre .form-field-wrapper .form-field,
        .form-tab-biens .form-field-wrapper .form-field {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          max-width: 50%; } }
      .form-tab-votre .form-field-wrapper .form-field.form-field-checkbox-wrapper,
      .form-tab-biens .form-field-wrapper .form-field.form-field-checkbox-wrapper {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0 0; }
        @media (max-width: 800px) {
          .form-tab-votre .form-field-wrapper .form-field.form-field-checkbox-wrapper,
          .form-tab-biens .form-field-wrapper .form-field.form-field-checkbox-wrapper {
            margin-top: 0;
            margin-bottom: 15px; } }
    .form-tab-votre .form-field-wrapper .form-field-checkbox-wrapper,
    .form-tab-biens .form-field-wrapper .form-field-checkbox-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center; }
      .form-tab-votre .form-field-wrapper .form-field-checkbox-wrapper .form-field-checkbox-content,
      .form-tab-biens .form-field-wrapper .form-field-checkbox-wrapper .form-field-checkbox-content {
        padding-right: 25px; }
  .form-tab-votre .form-submit-wrapper,
  .form-tab-biens .form-submit-wrapper {
    -ms-flex: 0 0 195px;
        flex: 0 0 195px;
    max-width: 195px; }
    @media (max-width: 800px) {
      .form-tab-votre .form-submit-wrapper,
      .form-tab-biens .form-submit-wrapper {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
    .form-tab-votre .form-submit-wrapper .form-submit,
    .form-tab-biens .form-submit-wrapper .form-submit {
      padding-top: 29px; }
      @media (max-width: 800px) {
        .form-tab-votre .form-submit-wrapper .form-submit,
        .form-tab-biens .form-submit-wrapper .form-submit {
          padding-top: 0px; } }
  .form-tab-votre .form-field input[type="date"],
  .form-tab-votre .form-field input[type="text"],
  .form-tab-votre .form-field select,
  .form-tab-biens .form-field input[type="date"],
  .form-tab-biens .form-field input[type="text"],
  .form-tab-biens .form-field select {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border: none !important; }
  .form-tab-votre .form-field-checkbox-content input ~ label,
  .form-tab-biens .form-field-checkbox-content input ~ label {
    font-size: 12px;
    color: #071a3b;
    line-height: 1.35;
    margin-bottom: 0; }
    .form-tab-votre .form-field-checkbox-content input ~ label:before,
    .form-tab-biens .form-field-checkbox-content input ~ label:before {
      width: 14px;
      height: 14px;
      top: 2px; }
    .form-tab-votre .form-field-checkbox-content input ~ label:after,
    .form-tab-biens .form-field-checkbox-content input ~ label:after {
      left: 5px;
      top: 5px;
      height: 8px;
      width: 4px; }
  .form-tab-votre .select-field,
  .form-tab-biens .select-field {
    border: none;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    width: 100%;
    border-radius: 0;
    padding-left: 15px; }
    .form-tab-votre .select-field .list,
    .form-tab-biens .select-field .list {
      width: 100%;
      border: none;
      border: 1px solid rgba(1, 26, 68, 0.05);
      border-top: none;
      border-radius: 0;
      margin-top: 0;
      box-shadow: none; }
      .form-tab-votre .select-field .list li:first-child,
      .form-tab-biens .select-field .list li:first-child {
/*        display: none; */}
    .form-tab-votre .select-field .option,
    .form-tab-biens .select-field .option {
      min-height: 34px;
      line-height: 34px;
      padding-left: 15px;
      padding-right: 20px; }
      .form-tab-votre .select-field .option.selected, .form-tab-votre .select-field .option:hover, .form-tab-votre .select-field .option:focus,
      .form-tab-biens .select-field .option.selected,
      .form-tab-biens .select-field .option:hover,
      .form-tab-biens .select-field .option:focus {
        background: #f0f0f0; }
  .form-tab-votre .form-submit button,
  .form-tab-biens .form-submit button {
    border: none;
    padding: 0;
    height: 40px;
    line-height: 40px; }
    .form-tab-votre .form-submit button .btn-wrapper-icon,
    .form-tab-biens .form-submit button .btn-wrapper-icon {
      height: 40px;
      line-height: 40px;
      width: 40px; }

/*--------------------------------------------------------------
## Forms - Location Single Detail Content Contact message Form
--------------------------------------------------------------*/
.location-single-detail-content-contact-message-form .form-field input[type="text"],
.location-single-detail-content-contact-message-form .form-field input[type="email"],
.location-single-detail-content-contact-message-form .form-field input[type="tel"],
.location-single-detail-content-contact-message-form .form-field textarea {
  border: none;
  background: #f0f0f0; }

.location-single-detail-content-contact-message-form .form-submit {
  text-align: right; }
  .location-single-detail-content-contact-message-form .form-submit .btn {
    border: none;
    cursor: pointer;
    padding: 0;
    height: 40px;
    line-height: 40px; }
    .location-single-detail-content-contact-message-form .form-submit .btn .btn-wrapper-icon {
      height: 40px;
      width: 40px;
      line-height: 40px; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
  vertical-align: middle;
  display: inline-block;
  transition: all .35s ease-out 0s;
  cursor: pointer; }
  .btn .btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    position: relative; }
    .btn .btn-wrapper .btn-wrapper-icon {
      display: inline-block;
      height: 42px;
      width: 42px;
      vertical-align: middle;
      line-height: 42px;
      text-align: center;
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      @media (max-width: 768px) {
        .btn .btn-wrapper .btn-wrapper-icon {
          height: 38px;
          width: 38px;
          line-height: 38px; } }
      @media (max-width: 580px) {
        .btn .btn-wrapper .btn-wrapper-icon {
          height: 32px;
          width: 32px;
          line-height: 32px; } }
    .btn .btn-wrapper .btn-wrapper-text {
      -ms-flex: 1;
          flex: 1;
      padding-left: 20px;
      padding-right: 20px;
      font-family: "Advent Pro", sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media (max-width: 768px) {
        .btn .btn-wrapper .btn-wrapper-text {
          font-size: 14px;
          padding-left: 14px;
          padding-right: 14px; } }

.btn-primary-divide:hover .btn-wrapper-text, .btn-primary-divide:focus .btn-wrapper-text {
  color: white; }

.btn-primary-divide:hover .btn-wrapper-icon .btn-arrow, .btn-primary-divide:focus .btn-wrapper-icon .btn-arrow {
  fill: #f7ec36; }

.btn-primary-divide .btn-wrapper-text {
  color: #f7ec36; }

.btn-primary-divide .btn-wrapper-icon {
  background: #011a44; }
  .btn-primary-divide .btn-wrapper-icon .btn-arrow {
    fill: white; }

.btn-secondary-divide {
  background: #f7ec36; }
  .btn-secondary-divide:hover, .btn-secondary-divide:focus {
    background: #011a44; }
    .btn-secondary-divide:hover .btn-wrapper-text, .btn-secondary-divide:focus .btn-wrapper-text {
      color: #f7ec36; }
    .btn-secondary-divide:hover .btn-wrapper-icon, .btn-secondary-divide:focus .btn-wrapper-icon {
      background: #f7ec36; }
      .btn-secondary-divide:hover .btn-wrapper-icon .btn-arrow, .btn-secondary-divide:focus .btn-wrapper-icon .btn-arrow {
        fill: white; }
  .btn-secondary-divide .btn-wrapper-text {
    color: #071a3b; }
  .btn-secondary-divide .btn-wrapper-icon {
    background: white; }
    .btn-secondary-divide .btn-wrapper-icon .btn-arrow {
      fill: #071a3b; }
  .btn-secondary-divide.style-two:hover .btn-wrapper-icon, .btn-secondary-divide.style-two:focus .btn-wrapper-icon {
    background: #f7ec36; }
    .btn-secondary-divide.style-two:hover .btn-wrapper-icon .btn-arrow, .btn-secondary-divide.style-two:focus .btn-wrapper-icon .btn-arrow {
      fill: #011a44; }
  .btn-secondary-divide.style-two .btn-wrapper-icon {
    background: #071a3b; }
    .btn-secondary-divide.style-two .btn-wrapper-icon .btn-arrow {
      fill: white; }

.btn-third-divide {
  background: #f0f0f0; }
  .btn-third-divide:hover, .btn-third-divide:focus {
    background: #f7ec36; }
    .btn-third-divide:hover .btn-wrapper-text, .btn-third-divide:focus .btn-wrapper-text {
      color: white; }
    .btn-third-divide:hover .btn-wrapper-icon, .btn-third-divide:focus .btn-wrapper-icon {
      background: white; }
      .btn-third-divide:hover .btn-wrapper-icon .btn-arrow, .btn-third-divide:focus .btn-wrapper-icon .btn-arrow {
        fill: #011a44; }
  .btn-third-divide .btn-wrapper-text {
    color: #011a44; }
  .btn-third-divide .btn-wrapper-icon {
    background: #011a44; }
    .btn-third-divide .btn-wrapper-icon .btn-arrow {
      fill: white; }

.btn-wrapper .btn {
  margin-right: 25px; }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.site-main-pages-breadcrumbs {
  margin-bottom: 90px; }
  .site-main-pages-breadcrumbs-container .desc,
  .site-main-pages-breadcrumbs-container span,
  .site-main-pages-breadcrumbs-container a {
    font-size: 14px;
    display: inline-block;
    color: #071a3b; }
  .site-main-pages-breadcrumbs-container span {
    font-weight: 600; }
  .site-main-pages-breadcrumbs-container .desc {
    padding-right: 10px; }
  .site-main-pages-breadcrumbs-container small {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 7px;
    font-size: 40%; }
  .site-main-pages-breadcrumbs-container a:hover, .site-main-pages-breadcrumbs-container a:focus {
    color: #d8cc09; }

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  position: relative;
  z-index: 99; }
  .site-header-homepage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 75px; }
    @media (max-width: 1024px) {
      .site-header-homepage .site-header-top .site-header-container {
        -ms-flex-pack: end;
            justify-content: flex-end; } }
  .site-header-pages {
    background-image: url("../images/header_background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .site-header-pages {
        background-image: url("../images/header_background@2x.jpg"); } }
    @media (max-width: 1024px) {
      .site-header-pages {
        padding-top: 30px;
        padding-bottom: 20px; } }
    .site-header-pages-mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, transparent 85%, rgba(255, 255, 255, 0.75)); }
    .site-header-pages .site-header-top,
    .site-header-pages .site-header-bottom {
      position: relative;
      z-index: 1;
      width: 100%;
      translation: all 350ms ease; }
    .site-header-pages .site-header-logo-wrapper {
      width: 100%;
      margin-bottom: 30px; }
      .site-header-pages .site-header-logo-wrapper .site-header-logo {
        width: 280px;
        height: auto;
        padding: 15px 20px 20px;
        background: rgba(1, 26, 68, 0.5); }
        .site-header-pages .site-header-logo-wrapper .site-header-logo img {
          width: 100%; }
  @media (max-width: 1024px) {
    .site-header-top .site-header-logo-wrapper {
      -ms-flex: 1;
          flex: 1;
      margin-bottom: 0; } }
  @media (max-width: 1024px) {
    .site-header-top .site-header-logo-wrapper .site-header-logo {
      width: 180px;
      padding: 10px 15px; } }
  @media (max-width: 1024px) {
    .site-header-top .site-header-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; } }
  @media (max-width: 1024px) {
    .site-header-bottom,
    .site-header .sticky-wrapper {
      display: none !important; } }

.site-header-logo {
  display: inline-block; }

.site-header-content-float,
.site-header-pages-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .site-header-content-float .site-header-content-float-bg,
  .site-header-content-float .site-header-pages-content-bg,
  .site-header-pages-content .site-header-content-float-bg,
  .site-header-pages-content .site-header-pages-content-bg {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.15); }
    .site-header-content-float .site-header-content-float-bg .site-header-main-navigation,
    .site-header-content-float .site-header-pages-content-bg .site-header-main-navigation,
    .site-header-pages-content .site-header-content-float-bg .site-header-main-navigation,
    .site-header-pages-content .site-header-pages-content-bg .site-header-main-navigation {
      -ms-flex: 1;
          flex: 1; }
    .site-header-content-float .site-header-content-float-bg .site-header-cta-navigation,
    .site-header-content-float .site-header-pages-content-bg .site-header-cta-navigation,
    .site-header-pages-content .site-header-content-float-bg .site-header-cta-navigation,
    .site-header-pages-content .site-header-pages-content-bg .site-header-cta-navigation {
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
      max-width: 30%; }
      @media (max-width: 1530px) {
        .site-header-content-float .site-header-content-float-bg .site-header-cta-navigation,
        .site-header-content-float .site-header-pages-content-bg .site-header-cta-navigation,
        .site-header-pages-content .site-header-content-float-bg .site-header-cta-navigation,
        .site-header-pages-content .site-header-pages-content-bg .site-header-cta-navigation {
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
          max-width: 40%; } }
      @media (max-width: 1345px) {
        .site-header-content-float .site-header-content-float-bg .site-header-cta-navigation,
        .site-header-content-float .site-header-pages-content-bg .site-header-cta-navigation,
        .site-header-pages-content .site-header-content-float-bg .site-header-cta-navigation,
        .site-header-pages-content .site-header-pages-content-bg .site-header-cta-navigation {
          -ms-flex: 0 0 35%;
              flex: 0 0 35%;
          max-width: 35%; } }
      @media (max-width: 1140px) {
        .site-header-content-float .site-header-content-float-bg .site-header-cta-navigation,
        .site-header-content-float .site-header-pages-content-bg .site-header-cta-navigation,
        .site-header-pages-content .site-header-content-float-bg .site-header-cta-navigation,
        .site-header-pages-content .site-header-pages-content-bg .site-header-cta-navigation {
          -ms-flex: 0 0 38%;
              flex: 0 0 38%;
          max-width: 38%; } }
      @media (max-width: 1060px) {
        .site-header-content-float .site-header-content-float-bg .site-header-cta-navigation,
        .site-header-content-float .site-header-pages-content-bg .site-header-cta-navigation,
        .site-header-pages-content .site-header-content-float-bg .site-header-cta-navigation,
        .site-header-pages-content .site-header-pages-content-bg .site-header-cta-navigation {
          -ms-flex: 0 0 39%;
              flex: 0 0 39%;
          max-width: 39%; } }
      @media (max-width: 1040px) {
        .site-header-content-float .site-header-content-float-bg .site-header-cta-navigation,
        .site-header-content-float .site-header-pages-content-bg .site-header-cta-navigation,
        .site-header-pages-content .site-header-content-float-bg .site-header-cta-navigation,
        .site-header-pages-content .site-header-pages-content-bg .site-header-cta-navigation {
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
          max-width: 40%; } }
  .site-header-content-float .site-header-content-float-no-bg,
  .site-header-content-float .site-header-pages-content-no-bg,
  .site-header-pages-content .site-header-content-float-no-bg,
  .site-header-pages-content .site-header-pages-content-no-bg {
    -ms-flex: 0 0 95px;
        flex: 0 0 95px;
    max-width: 95px; }
    @media (max-width: 1190px) {
      .site-header-content-float .site-header-content-float-no-bg,
      .site-header-content-float .site-header-pages-content-no-bg,
      .site-header-pages-content .site-header-content-float-no-bg,
      .site-header-pages-content .site-header-pages-content-no-bg {
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
        max-width: 85px; } }

.site-header-main-navigation ul {
  position: relative; }
  .site-header-main-navigation ul::after {
    display: block;
    clear: both;
    content: ""; }
  .site-header-main-navigation ul li {
    float: left; }
    .site-header-main-navigation ul li:hover > a, .site-header-main-navigation ul li:focus > a, .site-header-main-navigation ul li.active > a {
      color: #f7ec36; }
    .site-header-main-navigation ul li > a {
      display: block;
      color: white;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      font-family: "Advent Pro", sans-serif;
      letter-spacing: 1px;
      padding: 15px 40px; }
      @media (max-width: 1530px) {
        .site-header-main-navigation ul li > a {
          padding: 15px 30px; } }
      @media (max-width: 1435px) {
        .site-header-main-navigation ul li > a {
          padding: 10px 25px; } }
      @media (max-width: 1260px) {
        .site-header-main-navigation ul li > a {
          padding: 10px 20px; } }
      @media (max-width: 1110px) {
        .site-header-main-navigation ul li > a {
          padding: 10px 15px; } }
      @media (max-width: 1040px) {
        .site-header-main-navigation ul li > a {
          padding: 8px 13px; } }

.site-header-cta-navigation ul {
  position: relative;
  float: right; }
  .site-header-cta-navigation ul::after {
    display: block;
    clear: both;
    content: ""; }
  .site-header-cta-navigation ul li {
    float: left;
    margin-left: 40px; }
    @media (max-width: 1345px) {
      .site-header-cta-navigation ul li {
        margin-left: 25px; } }
    .site-header-cta-navigation ul li:first-child {
      margin-left: 0; }
    .site-header-cta-navigation ul li:last-child {
      margin-right: 20px; }
      @media (max-width: 1345px) {
        .site-header-cta-navigation ul li:last-child {
          margin-right: 10px; } }
    .site-header-cta-navigation ul li .icon-svg {
      margin-right: 7px; }
    .site-header-cta-navigation ul li > a {
      font-size: 16px;
      font-weight: 400;
      color: white;
      display: inline-block; }
    .site-header-cta-navigation ul li.phone-number .icon-svg {
      fill: #f7ec36; }
    .site-header-cta-navigation ul li.phone-number a {
      color: #f7ec36; }
    .site-header-cta-navigation ul li.email .icon-svg {
      fill: white; }
    .site-header-cta-navigation ul li.email:hover > a, .site-header-cta-navigation ul li.email:focus > a {
      color: #f7ec36; }

.site-header-translation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center; }
  .site-header-translation ul li {
    display: inline-block;
    position: relative; }
    .site-header-translation ul li:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 16px;
      background: #011a44;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      right: -1px;
      display: inline-block; }
    .site-header-translation ul li:last-child:after {
      display: none; }
    .site-header-translation ul li > a {
      display: block;
      vertical-align: middle;
      color: #071a3b;
      font-size: 16px;
      font-weight: 400;
      padding: 0 10px; }
    .site-header-translation ul li.selected > a {
      font-weight: 600; }

.hamburger-rwd {
  height: 42px;
  width: 42px;
  line-height: 52px;
  text-align: center;
  background: rgba(1, 26, 68, 0.5);
  display: none;
  cursor: pointer; }
  @media (max-width: 768px) {
    .hamburger-rwd {
      width: 38px;
      height: 38px;
      line-height: 50px; } }
  .hamburger-rwd.active .hamburger-content {
    transform: translate3d(0, 6px, 0) rotate(45deg); }
    .hamburger-rwd.active .hamburger-content:before {
      transform: rotate(-45deg) translate3d(5px, -6px, 0);
      opacity: 0; }
    .hamburger-rwd.active .hamburger-content:after {
      transform: translate3d(0, -12px, 0) rotate(-90deg); }
  @media (max-width: 1024px) {
    .hamburger-rwd {
      display: inline-block; } }

.hamburger-wrapper {
  cursor: pointer;
  position: relative;
  width: 28px;
  height: 21px;
  display: inline-block; }
  .hamburger-wrapper .hamburger-content {
    position: absolute;
    top: 3px;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    transition: transform .15s ease; }
    .hamburger-wrapper .hamburger-content:before, .hamburger-wrapper .hamburger-content:after {
      content: '';
      display: block;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.75);
      width: 28px;
      height: 2px;
      transition-timing-function: ease;
      transition-duration: .15s;
      transition-property: transform, opacity; }
    .hamburger-wrapper .hamburger-content:before {
      top: 6px; }
    .hamburger-wrapper .hamburger-content:after {
      top: 12px; }

/* --------------------------------------------------- *
 ## Site Header - Sticky
/* --------------------------------------------------- */
.sticky-wrapper.sticky .site-header-bottom {
  width: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }

/* --------------------------------------------------- *
 ## Site Header - Responsive
/* --------------------------------------------------- */
.site-header-rwd {
  position: relative;
  z-index: 1;
  display: none; }

.site-header-rwd-wrapper {
  padding: 15px;
  margin-bottom: 20px; }

.site-header-rwd .site-header-translation {
  -ms-flex-pack: center;
      justify-content: center; }
  .site-header-rwd .site-header-translation + .site-header-cta-navigation {
    margin-top: 15px; }

.site-header-rwd .site-header-cta-navigation > ul {
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .site-header-rwd .site-header-cta-navigation > ul li + li {
    margin-top: 5px; }

.site-header-rwd .site-header-cta-navigation + .site-header-main-navigation {
  margin-top: 15px; }

.site-header-rwd .site-header-main-navigation ul li {
  float: none;
  display: block;
  text-align: center; }

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  padding: 45px 0; }
  .site-footer .to-top {
    position: absolute;
    top: -45px;
    right: 0; }
    @media (max-width: 768px) {
      .site-footer .to-top {
        top: -38px; } }
    .site-footer .to-top a {
      display: inline-block; }
      .site-footer .to-top a .icon-svg {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        fill: white; }
  .site-footer .site-footer-copyright {
    margin-top: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75); }
    .site-footer .site-footer-copyright a {
      color: rgba(255, 255, 255, 0.75); }

/*--------------------------------------------------------------
## Site Footer - Widget
--------------------------------------------------------------*/
.site-footer-widget-item {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px; }
  .site-footer-widget-item a {
    color: rgba(255, 255, 255, 0.75); }
    .site-footer-widget-item a:hover, .site-footer-widget-item a:focus {
      color: white; }
  .site-footer-widget-item.widget-logo .site-footer-logo {
    display: block;
    max-width: 125px; }
  .site-footer-widget-item.widget-link .site-footer-widget-item-list li {
    display: block; }
    .site-footer-widget-item.widget-link .site-footer-widget-item-list li + li {
      margin-top: 2px; }
    .site-footer-widget-item.widget-link .site-footer-widget-item-list li a {
      display: inline-block;
      font-size: 16px; }
  .site-footer-widget-item .site-footer-widget-item-list-socmed li {
    display: block; }
    .site-footer-widget-item .site-footer-widget-item-list-socmed li + li {
      margin-top: 2px; }
    .site-footer-widget-item .site-footer-widget-item-list-socmed li a {
      display: inline-block; }
      .site-footer-widget-item .site-footer-widget-item-list-socmed li a .icon-svg {
        fill: rgba(255, 255, 255, 0.75); }
      .site-footer-widget-item .site-footer-widget-item-list-socmed li a span {
        font-size: 16px;
        display: inline-block;
        margin-left: 10px; }

/*--------------------------------------------------------------
## Site Footer - Responsive
--------------------------------------------------------------*/
@media (max-width: 998px) {
  .site-footer-desktop .col-md-9,
  .site-footer-desktop .col-md-3 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 998px) {
  .site-footer-desktop .site-footer-widget-item {
    margin-bottom: 30px;
    text-align: center; } }

@media (max-width: 998px) {
  .site-footer-desktop .widget-logo .site-footer-logo {
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 998px) {
  .site-footer-desktop .site-footer-widget-item-content .site-footer-copyright {
    display: none; } }

.site-footer-desktop .site-footer-copyright.rwd {
  display: none; }
  @media (max-width: 998px) {
    .site-footer-desktop .site-footer-copyright.rwd {
      display: block;
      width: 100%;
      margin-top: 0;
      text-align: center; } }

/*--------------------------------------------------------------
# Site Main
--------------------------------------------------------------*/
.site-main-pages-content.location {
  padding-bottom: 90px; }

/*--------------------------------------------------------------
## Site Main - Sidebar
--------------------------------------------------------------*/
.location-sidebar-widget {
  padding: 25px 25px 30px; }
  @media (max-width: 768px) {
    .location-sidebar-widget {
      padding: 20px; } }
  .location-sidebar-widget + .location-sidebar-widget {
    margin-top: 30px; }

.location-box-research-title,
.location-sidebar-widget-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.location-search-sidebar {
  padding: 0; }
  .location-search-sidebar .location-search-sidebar-form-title {
    margin: 0;
    font-size: 14px;
    color: #071a3b;
    line-height: 1.6;
    text-transform: capitalize; }

/*--------------------------------------------------------------
## Site Main - Location Results
--------------------------------------------------------------*/
.site-main-pages-content.location .site-main-container {
  width: 95%; }
  @media (max-width: 1530px) {
    .site-main-pages-content.location .site-main-container {
      width: 90%; } }
  @media (max-width: 1260px) {
    .site-main-pages-content.location .site-main-container {
      width: 95%; } }
  @media (max-width: 1190px) {
    .site-main-pages-content.location .site-main-container {
      width: 98%; } }

@media (max-width: 1024px) {
  .site-main-pages-content.location .location-sidebar {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%; } }

@media (max-width: 890px) {
  .site-main-pages-content.location .location-sidebar {
    -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    max-width: 35%; } }

@media (max-width: 768px) {
  .site-main-pages-content.location .location-sidebar {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px; } }

.site-main-pages-content.location .location-results {
  -ms-flex: 1;
      flex: 1;
  padding-right: 10px; }
  @media (max-width: 1435px) {
    .site-main-pages-content.location .location-results {
      padding-right: 15px; } }
  @media (max-width: 1190px) {
    .site-main-pages-content.location .location-results {
      padding-right: 20px; } }
  @media (max-width: 1140px) {
    .site-main-pages-content.location .location-results {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 1090px) {
    .site-main-pages-content.location .location-results {
      padding-right: 27px; } }
  @media (max-width: 1060px) {
    .site-main-pages-content.location .location-results {
      padding-right: 30px; } }
  @media (max-width: 1024px) {
    .site-main-pages-content.location .location-results {
      max-width: initial;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 768px) {
    .site-main-pages-content.location .location-results {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }

.site-main-pages-content.location .white-block {
  -ms-flex: 0 0 80px;
      flex: 0 0 80px;
  max-width: 80px; }
  @media (max-width: 1435px) {
    .site-main-pages-content.location .white-block {
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
      max-width: 110px; } }
  @media (max-width: 1190px) {
    .site-main-pages-content.location .white-block {
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
      max-width: 85px; } }
  @media (max-width: 1024px) {
    .site-main-pages-content.location .white-block {
      display: none; } }

.location-results {
  padding-left: 30px; }
  @media (max-width: 1024px) {
    .location-results {
      padding-left: 15px; } }

.location-results-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (max-width: 768px) {
    .location-results-filters {
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  .location-results-filters-form-rwd-button {
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    background: #011a44;
    margin-right: 15px;
    display: none; }
    @media (max-width: 768px) {
      .location-results-filters-form-rwd-button {
        display: inline-block; } }
    .location-results-filters-form-rwd-button:hover, .location-results-filters-form-rwd-button:focus {
      background: #f7ec36; }
      .location-results-filters-form-rwd-button:hover .icon-svg, .location-results-filters-form-rwd-button:focus .icon-svg {
        fill: #011a44; }
    .location-results-filters-form-rwd-button .icon-svg {
      fill: white; }
  .location-results-filters-title {
    -ms-flex: 0 0 65%;
        flex: 0 0 65%;
    max-width: 65%; }
    @media (max-width: 768px) {
      .location-results-filters-title {
        -ms-flex: 1;
            flex: 1;
        max-width: calc(100% - 50px); } }
  .location-results-filters-filter-field {
    -ms-flex: 1;
        flex: 1; }
    @media (max-width: 768px) {
      .location-results-filters-filter-field {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px; } }
  .location-results-filters-title {
    margin: 0;
    font-size: 14px;
    padding-top: 7px;
    letter-spacing: 1px;
    padding-bottom: 7px; }
    .location-results-filters-title strong {
      margin-right: 5px;
      display: inline; }
    .location-results-filters-title span {
      display: inline; }
  .location-results-filters-filter-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .location-results-filters-filter-field-label {
      font-size: 14px;
      padding-right: 10px;
      font-family: "Advent Pro", sans-serif;
      font-weight: 600;
      width: 55px; }
    .location-results-filters-filter-field .select-filter-field-display {
      -ms-flex: 1;
          flex: 1;
      border: none;
      border-radius: 0;
      background: #d3d8de;
      height: 32px;
      line-height: 30px; }
      .location-results-filters-filter-field .select-filter-field-display .list {
        width: 100%;
        border: none;
        border-radius: 0;
        margin-top: 0;
        box-shadow: none;
        background: #d3d8de; }
        .location-results-filters-filter-field .select-filter-field-display .list li:first-child {
          display: none; }
      .location-results-filters-filter-field .select-filter-field-display .option {
        min-height: 30px;
        line-height: 30px;
        padding-left: 15px;
        padding-right: 20px; }
        .location-results-filters-filter-field .select-filter-field-display .option.selected, .location-results-filters-filter-field .select-filter-field-display .option:hover, .location-results-filters-filter-field .select-filter-field-display .option:focus {
          background: #f7ec36;
          color: #011a44; }
    .location-results-filters-filter-field select {
      -ms-flex: 1;
          flex: 1;
      border: none;
      background: #d3d8de; }

.location-results-filters + .location-results-pagination {
  padding-top: 20px; }

.location-results-pagination-wrapper {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .location-results-pagination-wrapper::after {
    display: block;
    clear: both;
    content: ""; }
  .location-results-pagination-wrapper .prev {
    width: initial;
    padding-right: 5px;
    margin-right: 10px; }
  .location-results-pagination-wrapper .next {
    width: initial;
    padding-left: 5px;
    margin-left: 10px; }
    .location-results-pagination-wrapper .next .icon-svg {
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .location-results-pagination-wrapper .prev,
  .location-results-pagination-wrapper .next {
    padding-top: 2px; }
  .location-results-pagination-wrapper .icon-svg {
    fill: #071a3b; }
  .location-results-pagination-wrapper a, .location-results-pagination-wrapper span {
    display: inline-block;
    font-size: 14px;
    height: 24px;
    width: 24px;
    text-align: center;
    font-weight: 600; }
  .location-results-pagination-wrapper a {
    color: #798593; }
  .location-results-pagination-wrapper span {
    color: #071a3b; }
  .location-results-pagination-wrapper .location-results-pagination-numbers span, .location-results-pagination-wrapper .location-results-pagination-numbers a {
    margin-left: 5px;
    margin-right: 5px; }
  .location-results-pagination-wrapper .location-results-pagination-numbers a:hover, .location-results-pagination-wrapper .location-results-pagination-numbers a:focus {
    color: #071a3b; }

.location-results-filters,
.location-results-pagination {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 1024px) {
    .location-results-filters,
    .location-results-pagination {
      margin-left: 0;
      margin-right: 0; } }

.location-results-items {
  padding-top: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: -30px;
  margin-right: -30px; }
  @media (max-width: 1024px) {
    .location-results-items {
      margin-left: -15px;
      margin-right: -15px; } }
  .location-results-items .item-location-result {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px; }
    @media (max-width: 768px) {
      .location-results-items .item-location-result {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 580px) {
      .location-results-items .item-location-result {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }

.item-location-result .subitem-location-result {
  background: white; }

.item-location-result-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .item-location-result-content .pricing-wrapper {
    text-align: right;
    width: 100%;
    padding-bottom: 20px; }
    .item-location-result-content .pricing-wrapper .pricing {
      display: inline-block;
      background: #011a44;
      color: rgba(247, 236, 54, 0.8);
      font-family: "Advent Pro", sans-serif;
      font-size: 14px;
      font-weight: 400;
      padding: 8px 28px;
      letter-spacing: 1px; }
  .item-location-result-content h3 {
    color: #011a44;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 1px;
    display: block;
    padding: 0 0 20px;
    margin: 0; }
    .item-location-result-content h3 a {
      color: #011a44; }
      .item-location-result-content h3 a:hover, .item-location-result-content h3 a:focus {
        color: #d8cc09; }
  .item-location-result-content .item-location-facility {
    text-align: center;
    padding-bottom: 10px; }
    .item-location-result-content .item-location-facility li {
      display: block;
      font-size: 14px;
      color: #071a3b;
      line-height: 1.25;
      letter-spacing: 0.5px; }
      .item-location-result-content .item-location-facility li + li {
        margin-top: 2px; }
  .item-location-result-content small {
    display: block;
    font-size: 50%;
    color: #071a3b;
    padding: 0 15px 10px;
    text-align: left;
    width: 100%; }

.item-location-result-image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block; }
  .item-location-result-image:hover img, .item-location-result-image:focus img {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .item-location-result-image img {
    width: 100%;
    transition: all 0.5s ease; }

/* --------------------------------------------------- *
# Location Accordion
/* --------------------------------------------------- */
@media (max-width: 768px) {
  .location-box-research-title.desktop,
  .location-box-research-form.desktop,
  .location-box-research-form-second.desktop,
  .location-box-filter-form.desktop {
    display: none; } }

.location-sidebar-widget-accordion {
  display: none; }
  @media (max-width: 768px) {
    .location-sidebar-widget-accordion {
      display: block; } }
  .location-sidebar-widget-accordion .location-box-research-title.mobile,
  .location-sidebar-widget-accordion .location-sidebar-widget-title.mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    margin-bottom: 0; }
    .location-sidebar-widget-accordion .location-box-research-title.mobile.active .svg-wrapper,
    .location-sidebar-widget-accordion .location-sidebar-widget-title.mobile.active .svg-wrapper {
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
      top: 4px; }
  .location-sidebar-widget-accordion .location-box-research-title .svg-wrapper,
  .location-sidebar-widget-accordion .location-sidebar-widget-title .svg-wrapper {
    display: inline-block;
    position: relative; }
  .location-sidebar-widget-accordion .location-box-research-title .btn-arrow,
  .location-sidebar-widget-accordion .location-sidebar-widget-title .btn-arrow {
    fill: white; }
  .location-sidebar-widget-accordion .location-sidebar-widget-accordion.collapse-content {
    display: none; }
  .location-sidebar-widget-accordion .location-box-research-form,
  .location-sidebar-widget-accordion .location-box-filter-form {
    padding-top: 15px; }
    .location-sidebar-widget-accordion .location-box-research-form .form-field-range-wrapper,
    .location-sidebar-widget-accordion .location-box-filter-form .form-field-range-wrapper {
      margin-top: 5px; }

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.section {
  padding: 90px 0;
  color: #011a44; }

.section .site-main-container,
.section .container {
  position: relative; }

.section .section-img-floating {
  position: absolute;
  width: 220px;
  height: 220px;
  top: -3%;
  right: 20%; }
  @media (max-width: 1190px) {
    .section .section-img-floating {
      right: 5%; } }
  @media (max-width: 1024px) {
    .section .section-img-floating {
      width: 180px;
      height: 180px;
      top: 0%; } }

.site-main-container > .section-header {
  margin-left: 90px; }
  @media (max-width: 1024px) {
    .site-main-container > .section-header {
      margin-left: 60px; } }
  @media (max-width: 768px) {
    .site-main-container > .section-header {
      margin-left: 0;
      width: 100%; } }

.section-header {
  position: relative; }
  .section-header h2 {
    margin: 0;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1.15;
    color: #071a3b; }
  .section-header-inline-line {
    overflow: hidden; }
    .section-header-inline-line h2 {
      display: inline-block;
      position: relative; }
      .section-header-inline-line h2:before, .section-header-inline-line h2:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 250px;
        top: 25px;
        background: rgba(247, 236, 54, 0.75);
        display: block; }
        @media (max-width: 1024px) {
          .section-header-inline-line h2:before, .section-header-inline-line h2:after {
            width: 180px;
            top: 18px; } }
      .section-header-inline-line h2:after {
        display: none; }
        @media (max-width: 768px) {
          .section-header-inline-line h2:after {
            display: block; } }
    .section-header-inline-line.section-header-inline-white h2:before {
      background: white; }
    @media (max-width: 768px) {
      .section-header-inline-line.section-header-inline-white h2:after {
        background: white; } }
  .section-header.inline-line-left {
    padding-left: 250px;
    text-align: left; }
    @media (max-width: 1024px) {
      .section-header.inline-line-left {
        padding-left: 180px; } }
    @media (max-width: 768px) {
      .section-header.inline-line-left {
        text-align: center;
        padding-left: 0; } }
    .section-header.inline-line-left h2 {
      padding-left: 5px; }
      @media (max-width: 768px) {
        .section-header.inline-line-left h2 {
          padding-right: 15px;
          padding-left: 15px; } }
      .section-header.inline-line-left h2:before {
        right: 110%; }
        @media (max-width: 1024px) {
          .section-header.inline-line-left h2:before {
            right: 105%; } }
        @media (max-width: 768px) {
          .section-header.inline-line-left h2:before {
            right: 100%; } }
      @media (max-width: 768px) {
        .section-header.inline-line-left h2:after {
          left: 100%; } }
    .section-header.inline-line-left.text-center {
      text-align: center !important; }

.section .section-content {
  margin-top: 45px; }

.section .section-font-big {
  font-size: 18px; }

.section-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .section-mask ~ .container {
    position: relative; }

/*--------------------------------------------------------------
# Section - Homepage Hero
--------------------------------------------------------------*/
.section-homepage-hero {
	z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 15%;
  min-height: 100vh;
  padding-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (max-width: 1024px) {
    .section-homepage-hero {
      padding-top: 30px !important; } }
  @media (max-width: 580px) {
    .section-homepage-hero {
      padding-bottom: 0 !important; } }
  .section-homepage-hero .section-homepage-hero-tab {
    width: 100%; }
    @media (max-width: 1024px) {
      .section-homepage-hero .section-homepage-hero-tab .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }

.section-homepage-hero-caption {
  padding-bottom: 90px; }
  .section-homepage-hero-caption-title {
    margin: 0;
    width: 280px;
    height: auto;
    padding: 15px 20px 20px;
    background: rgba(1, 26, 68, 0.5); }
    @media (max-width: 1024px) {
      .section-homepage-hero-caption-title {
        padding: 10px 15px 15px;
        width: 200px;
        z-index: 333; } }
    .section-homepage-hero-caption-title img {
      width: 100%; }
    .section-homepage-hero-caption-title-hidden {
      display: none; }
  .section-homepage-hero-caption-title + .section-homepage-hero-caption-subtitle {
    margin-top: 20px; }
    @media (max-width: 1024px) {
      .section-homepage-hero-caption-title + .section-homepage-hero-caption-subtitle {
        margin-top: 10px; } }
  .section-homepage-hero-caption-subtitle {
    margin: 0;
    margin-left: 180px;
    padding: 5px 15px;
    background: #f7ec36;
    color: #071a3b;
    display: inline-block;
    font-size: 23px; }
    @media (max-width: 1024px) {
      .section-homepage-hero-caption-subtitle {
        margin-left: 0; } }

.section-homepage-hero-tab .nav {
  position: relative; }
  .section-homepage-hero-tab .nav::after {
    display: block;
    clear: both;
    content: ""; }
  .section-homepage-hero-tab .nav li {
    float: left; }
    .section-homepage-hero-tab .nav li > a {
      font-family: "Advent Pro", sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      padding: 12px 24px;
      background: rgba(1, 26, 68, 0.5);
      color: #f7ec36;
      letter-spacing: 1px; }

.section-homepage-hero-tab .tab-content {
  position: relative; }
  .section-homepage-hero-tab .tab-content .tab-pane {
    position: relative;
    z-index: 2;
    padding: 25px;
    background: rgba(247, 236, 54, 0.75); }
    @media (max-width: 768px) {
      .section-homepage-hero-tab .tab-content .tab-pane {
        padding: 25px 15px; } }
  .section-homepage-hero-tab .tab-content .tab-pane {
    visibility: hidden;
    display: none; }
    .section-homepage-hero-tab .tab-content .tab-pane.active, .section-homepage-hero-tab .tab-content .tab-pane.show {
      display: block;
      visibility: visible; }

.section-homepage-hero-tab .nav li a.active, .section-homepage-hero-tab .nav li a.show {
}
.section-homepage-hero-tab .nav li:first-child a{  
  background: rgba(247, 236, 54, 0.75);
  color: #071a3b; 
}
#tab-content-two{
  background: rgba(1, 26, 68, 0.5);
  color: black;  
}
#tab-content-two .btn-wrapper-text {
    background: white;
    color: #011a44;
}
#tab-content-two .form-tab-biens .form-field-label {
    color: white;
}
.section-homepage-hero-tab .tab-content .tab-pane:first-child {
  background: rgba(247, 236, 54, 0.75); }
  .section-homepage-hero-tab .tab-content .tab-pane:first-child .form-field .form-field-label {
    color: #011a44; }

/*--------------------------------------------------------------
# Section - Homepage destination
--------------------------------------------------------------*/
.section-homepage-articles {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0; }
  @media (max-width: 1345px) {
    .section-homepage-articles {
      padding: 90px 0; } }

.section-content-article-big {
  -ms-flex-pack: center;
      justify-content: center; }
  .section-content-article-big .item-box-article-big {
    -ms-flex: 0 0 550px;
        flex: 0 0 550px;
    max-width: 565px; }
    @media (max-width: 1260px) {
      .section-content-article-big .item-box-article-big {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 768px) {
      .section-content-article-big .item-box-article-big {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 768px) {
      .section-content-article-big .item-box-article-big + .item-box-article-big {
        margin-top: 45px; } }

.section-homepage-articles .item-box-article-big:first-child {
  padding-right: 45px; }
  @media (max-width: 1190px) {
    .section-homepage-articles .item-box-article-big:first-child {
      padding-right: 20px; } }
  .section-homepage-articles .item-box-article-big:first-child .item-box-article-big-header {
    background: rgba(247, 236, 54, 0.75); }

.section-homepage-articles .item-box-article-big:last-child {
  padding-left: 45px; }
  @media (max-width: 1190px) {
    .section-homepage-articles .item-box-article-big:last-child {
      padding-left: 20px; } }
  .section-homepage-articles .item-box-article-big:last-child .item-box-article-big-header {
    background: white; }
    .section-homepage-articles .item-box-article-big:last-child .item-box-article-big-header h2:after {
      background: rgba(1, 26, 68, 0.75); }
  .section-homepage-articles .item-box-article-big:last-child .item-box-article-big-content {
    background: rgba(255, 255, 255, 0.35);
    color: #071a3b; }

.section-homepage-articles .item-box-article-big .item-box-article-big-header {
  display: inline-block;
  padding: 5px 45px;
  min-width: 290px;
  margin-bottom: 25px; }
  @media (max-width: 1024px) {
    .section-homepage-articles .item-box-article-big .item-box-article-big-header {
      min-width: 180px;
      padding: 5px 30px; } }
  @media (max-width: 768px) {
    .section-homepage-articles .item-box-article-big .item-box-article-big-header {
      margin-bottom: 15px; } }
  .section-homepage-articles .item-box-article-big .item-box-article-big-header h2 {
    display: inline-block;
    font-size: 35px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px;
    margin: 0; }
    .section-homepage-articles .item-box-article-big .item-box-article-big-header h2:after {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      height: 2px;
      width: 250px;
      display: block;
      background: #f0f0f0; }
      @media (max-width: 1024px) {
        .section-homepage-articles .item-box-article-big .item-box-article-big-header h2:after {
          width: 145px; } }
    .section-homepage-articles .item-box-article-big .item-box-article-big-header h2 span {
      position: relative;
      padding-right: 30px; }

.section-homepage-articles .item-box-article-big .item-box-article-big-content {
  margin-left: 75px;
  margin-bottom: 25px;
  padding: 35px;
  background: rgba(1, 26, 68, 0.35);
  color: white;
  max-width: 380px;
  min-height: 270px; }
  @media (max-width: 1060px) {
    .section-homepage-articles .item-box-article-big .item-box-article-big-content {
      min-height: 370px; } }
  @media (max-width: 1024px) {
    .section-homepage-articles .item-box-article-big .item-box-article-big-content {
      margin-left: 30px;
      padding: 25px;
      min-height: 290px; } }
  @media (max-width: 998px) {
    .section-homepage-articles .item-box-article-big .item-box-article-big-content {
      min-height: 350px; } }
  @media (max-width: 800px) {
    .section-homepage-articles .item-box-article-big .item-box-article-big-content {
      min-height: 380px; } }
  @media (max-width: 768px) {
    .section-homepage-articles .item-box-article-big .item-box-article-big-content {
      max-width: initial;
      width: 100%;
      min-height: initial;
      margin-left: 0;
      margin-bottom: 15px; } }
  .section-homepage-articles .item-box-article-big .item-box-article-big-content p {
    font-size: 19px;
    letter-spacing: 1px;
    font-family: "Asap", sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      .section-homepage-articles .item-box-article-big .item-box-article-big-content p {
        letter-spacing: 0; } }

.section-homepage-articles .item-box-article-big .item-box-article-big-cta {
  max-width: 455px;
  margin-left: 0;
  display: block;
  text-align: right; }
  @media (max-width: 768px) {
    .section-homepage-articles .item-box-article-big .item-box-article-big-cta {
      max-width: initial;
      text-align: left; } }
  .section-homepage-articles .item-box-article-big .item-box-article-big-cta a .btn-wrapper .btn-wrapper-text {
    font-weight: 400;
    letter-spacing: 2px; }

/*--------------------------------------------------------------
# Section - Homepage destination
--------------------------------------------------------------*/
.section-homepage-destination-agency-content figure {
  margin: 0;
  padding: 0; }
  .section-homepage-destination-agency-content figure img {
    width: 100%; }

.section-homepage-destination-agency-content-box {
  padding: 45px 30px; }
  @media (max-width: 1024px) {
    .section-homepage-destination-agency-content-box {
      padding: 30px 0; } }
  @media (max-width: 1024px) {
    .section-homepage-destination-agency-content-box .space-45 {
      height: 25px; } }
  @media (max-width: 580px) {
    .section-homepage-destination-agency-content-box .space-45 {
      display: none; } }

.section-homepage-destination-agency-content .btn {
  min-width: 160px; }
  @media (max-width: 768px) {
    .section-homepage-destination-agency-content .btn {
      min-width: initial; } }

@media (max-width: 1024px) {
  .section-homepage-destination-agency .section-homepage-destination-agency-content .col-md-6 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

/*--------------------------------------------------------------
# Section - Agency Facility
--------------------------------------------------------------*/
.content-agency-facility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 60px; }
  .content-agency-facility .item-agency-facility {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
    @media (max-width: 768px) {
      .content-agency-facility .item-agency-facility {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; } }

.item-agency-facility {
  text-align: center; }
  .item-agency-facility .subitem-agency-facility {
    max-width: 165px;
    margin-left: auto;
    margin-right: auto; }
    .item-agency-facility .subitem-agency-facility:hover .item-agency-facility-icon:before, .item-agency-facility .subitem-agency-facility:hover .item-agency-facility-icon:after, .item-agency-facility .subitem-agency-facility:focus .item-agency-facility-icon:before, .item-agency-facility .subitem-agency-facility:focus .item-agency-facility-icon:after {
      opacity: 1;
      -ms-transform: scale(4);
          transform: scale(4); }
  .item-agency-facility-icon {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    background: #d3d8de;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .item-agency-facility-icon:before, .item-agency-facility-icon:after {
      content: '';
      position: absolute;
      height: 100px;
      width: 100px;
      top: 50%;
      left: 0%;
      border-radius: 200px;
      display: block;
      margin-top: 0px;
      opacity: .3;
      z-index: -1; }
    .item-agency-facility-icon:before {
      -ms-transform: scale(0);
          transform: scale(0);
      transition: all .35s ease-out 0s;
      transition-duration: .8s;
      background: #f0f0f0; }
    .item-agency-facility-icon:after {
      transition: all .35s ease-out 0s;
      transition-delay: .2s;
      -ms-transform: scale(0);
          transform: scale(0);
      background: #f7ec36; }
    .item-agency-facility-icon .icon-svg {
      fill: #011a44; }
    .item-agency-facility-icon + h3 {
      margin-top: 20px; }
  .item-agency-facility h3 {
    color: #071a3b;
    font-size: 15px;
    font-family: "Asap", sans-serif;
    font-weight: 400;
    max-width: 150px;
    margin: 0 auto;
    padding-top: 15px; }
    @media (max-width: 768px) {
      .item-agency-facility h3 {
        padding-top: 0; } }

/*--------------------------------------------------------------
# Section - Destination List
--------------------------------------------------------------*/
.item-destination {
  margin-top: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media (max-width: 1024px) {
    .item-destination {
      -ms-flex-align: start;
          align-items: flex-start; } }
  .item-destination .item-destination-image-slider {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%; }
    @media (max-width: 1024px) {
      .item-destination .item-destination-image-slider {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
    .item-destination .item-destination-image-slider .slick-list {
      height: 100%; }
      .item-destination .item-destination-image-slider .slick-list .slick-track {
        height: 100%; }
  .item-destination .item-destination-content-slider {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
    background: #f0f0f0; }
    @media (max-width: 1024px) {
      .item-destination .item-destination-content-slider {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-order: 2;
            order: 2; } }
  .item-destination .item-destination-image-slider .slick-arrow,
  .item-destination .item-destination-content-slider .slick-arrow {
    display: none !important; }

.item-destination-image-slider .destination-image-slider-box {
  position: relative;
  height: 100%;
  min-height: 440px; }
  @media (max-width: 768px) {
    .item-destination-image-slider .destination-image-slider-box {
      width: 100%;
      min-height: 317px; } }
  .item-destination-image-slider .destination-image-slider-box.slider-box-1-a {
    background-image: url("../images/Base.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .item-destination-image-slider .destination-image-slider-box.slider-box-1-a {
        background-image: url("../images/Base@2x.jpg"); } }
  .item-destination-image-slider .destination-image-slider-box.slider-box-2-a {
    background-image: url("../images/Base2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .item-destination-image-slider .destination-image-slider-box.slider-box-2-a {
        background-image: url("../images/Base2@2x.jpg"); } }

.item-destination-content-slider .destination-content-slider-box {
  padding: 45px;
  padding-right: 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  min-height: 440px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .item-destination-content-slider .destination-content-slider-box {
      min-height: initial; } }
  .item-destination-content-slider .destination-content-slider-box .content {
    -ms-flex: 1;
        flex: 1; }
  .item-destination-content-slider .destination-content-slider-box .content-cta {
    margin-top: 35px; }

.item-destination-content-slider .section-header {
  padding-left: 30px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative; }
  .item-destination-content-slider .section-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    background: rgba(247, 236, 54, 0.75);
    width: 180px; }
  .item-destination-content-slider .section-header h2 {
    font-size: 34px;
    color: #011a44;
    display: block; }

.item-destination-content-slider .content,
.item-destination-content-slider .content-cta {
  padding-left: 30px; }

.item-destination {
  position: relative; }
  .item-destination .custom-nav .prev,
  .item-destination .custom-nav .next {
    position: absolute;
    top: 45%;
    display: block; }
    @media (max-width: 1024px) {
      .item-destination .custom-nav .prev,
      .item-destination .custom-nav .next {
        top: 25%; } }
    .item-destination .custom-nav .prev:hover, .item-destination .custom-nav .prev:focus,
    .item-destination .custom-nav .next:hover,
    .item-destination .custom-nav .next:focus {
      background: #f7ec36; }
      .item-destination .custom-nav .prev:hover .icon-svg, .item-destination .custom-nav .prev:focus .icon-svg,
      .item-destination .custom-nav .next:hover .icon-svg,
      .item-destination .custom-nav .next:focus .icon-svg {
        fill: #011a44; }
    .item-destination .custom-nav .prev .icon-svg,
    .item-destination .custom-nav .next .icon-svg {
      fill: white;
      position: relative; }
  .item-destination .custom-nav .prev {
    left: 15px; }
    .item-destination .custom-nav .prev .icon-svg {
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
  .item-destination .custom-nav .next {
    right: 15px; }
    .item-destination .custom-nav .next .icon-svg {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/*--------------------------------------------------------------
# Section - Agency Contact
--------------------------------------------------------------*/
.section-agency-contact .container,
.section-agency-contact .site-main-container {
  padding-top: 90px;
  padding-bottom: 90px; }

/*--------------------------------------------------------------
# Section - Agency Map
--------------------------------------------------------------*/
.section-agency-map {
  background-image: url("../images/contact-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .section-agency-map {
      background-image: url("../images/contact-bg@2x.jpg"); } }
  .section-agency-map .section-mask {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 85%, transparent); }

.section-agency-map-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .section-agency-map-wrapper .agency-map-wrapper {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%; }
    @media (max-width: 1024px) {
      .section-agency-map-wrapper .agency-map-wrapper {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  .section-agency-map-wrapper .agency-info {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%; }
    @media (max-width: 1024px) {
      .section-agency-map-wrapper .agency-info {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }

.agency-map-wrapper {
  position: relative; }
  .agency-map-wrapper #agency-map-canvas {
    width: 100%;
    height: 380px;
    background: #f0f0f0; }

.agency-info {
  background: rgba(1, 26, 68, 0.35);
  padding: 35px;
  max-height: 380px; }
  @media (max-width: 580px) {
    .agency-info {
      padding: 20px; } }
  .agency-info-logo {
    display: inline-block;
    width: 230px;
    height: auto; }
    .agency-info-logo img {
      width: 100%; }
    .agency-info-logo + .agency-info-title {
      margin-top: 15px; }
      @media (max-width: 580px) {
        .agency-info-logo + .agency-info-title {
          margin-top: 5px; } }
  .agency-info-title {
    font-size: 21px;
    margin-bottom: 0; }
  .agency-info-items {
    margin-top: 25px; }
    .agency-info-items li.big-space-bottom {
      padding-bottom: 20px; }
    .agency-info-items li.big-space-top {
      padding-top: 20px; }
    .agency-info-items li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
      .agency-info-items li .agency-info-item-icon-wrapper {
        width: 35px;
        display: inline-block;
        padding-top: 5px; }
      .agency-info-items li > span {
        display: inline-block; }
        .agency-info-items li > span a {
          color: #071a3b; }

.agency-info-item-icon {
  fill: #f7ec36; }

/*--------------------------------------------------------------
# Section - Item Location
--------------------------------------------------------------*/
.section-item-location {
  background-image: url("../images/contact-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .section-item-location {
      background-image: url("../images/contact-bg@2x.jpg"); } }
  .section-item-location .section-mask {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 85%, transparent); }
  @media (max-width: 768px) {
    .section-item-location .item-location {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 768px) {
    .section-item-location .item-location + .item-location {
      margin-top: 45px; } }
  .section-item-location .item-location .subitem-location {
    position: relative;
    display: block;
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09); }
  .section-item-location .item-location-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    .section-item-location .item-location-content h3 {
      color: #011a44;
      text-transform: uppercase;
      font-size: 21px;
      letter-spacing: 1px;
      display: block;
      padding: 20px 0 15px;
      margin: 0; }
      .section-item-location .item-location-content h3 a {
        color: #011a44; }
        .section-item-location .item-location-content h3 a:hover, .section-item-location .item-location-content h3 a:focus {
          color: #d8cc09; }
    .section-item-location .item-location-content .item-location-facility {
      text-align: center;
      padding-bottom: 15px; }
      .section-item-location .item-location-content .item-location-facility li {
        display: block;
        font-size: 14px;
        color: #071a3b;
        line-height: 1.25;
        letter-spacing: 0.5px; }
        .section-item-location .item-location-content .item-location-facility li + li {
          margin-top: 2px; }
  .section-item-location .item-location .item-location-image {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block; }
    .section-item-location .item-location .item-location-image:hover img, .section-item-location .item-location .item-location-image:focus img {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
    .section-item-location .item-location .item-location-image img {
      position: relative;
      width: 100%;
      transition: all 0.5s ease; }
    .section-item-location .item-location .item-location-image .pricing {
      display: inline-block;
      background: #011a44;
      color: rgba(247, 236, 54, 0.8);
      font-family: "Advent Pro", sans-serif;
      font-size: 14px;
      font-weight: 400;
      padding: 8px 28px;
      letter-spacing: 1px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; }

/*--------------------------------------------------------------
# Articles
--------------------------------------------------------------*/
.location-single-detail .section-article {
  padding: 75px 0; }
  .location-single-detail .section-article .section-article-single-title {
    font-size: 32px;
    letter-spacing: 1px;
    color: #071a3b; }

.location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-first {
  position: relative;
  margin-bottom: 20px;}
  .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-first .item-slider-location-first img {
    width: 100%; }
  .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-first .custom-nav a {
    position: absolute;
    top: 50%;
    display: inline-block; }
    .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-first .custom-nav a .icon-svg {
      fill: white; }
  .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-first .custom-nav .prev {
    left: 0; }
    .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-first .custom-nav .prev .icon-svg {
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
  .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-first .custom-nav .next {
    right: 0; }
    .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-first .custom-nav .next .icon-svg {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-second .slick-list {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 !important; }

.location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-second .item-slider-location-second {
  padding-left: 10px;
  padding-right: 10px; }
  .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-second .item-slider-location-second-wrapper {
    display: block; }
  .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-second .item-slider-location-second img {
    width: 100%; }

.location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-second .slick-current.slick-active .item-slider-location-second-wrapper {
  background: #fff; }

.location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-second :not(.slick-active) img {
  opacity: 0.55;
}
.location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-second .slick-current.slick-active img {
  opacity: 1; }

.location-single-detail .location-single-detail-content-img-header {
  padding-left: 25px;
  padding-bottom: 25px;
  margin-bottom: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative; }
  @media (max-width: 1024px) {
    .location-single-detail .location-single-detail-content-img-header {
      padding-left: 15px; } }
  @media (max-width: 768px) {
    .location-single-detail .location-single-detail-content-img-header {
      margin-top: 45px;
      padding-left: 0;
      padding-bottom: 15px;
      margin-bottom: 15px; } }
  @media (max-width: 580px) {
    .location-single-detail .location-single-detail-content-img-header {
      margin-top: 30px;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  .location-single-detail .location-single-detail-content-img-header:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    background-color: #f0f0f0;
    width: 145px; }
  .location-single-detail .location-single-detail-content-img-header-title {
    -ms-flex: 1;
        flex: 1; }
    .location-single-detail .location-single-detail-content-img-header-title h1 {
      margin: 0; }
    .location-single-detail .location-single-detail-content-img-header-title h2 {
      margin: 0;
      font-size: 24px; }
  .location-single-detail .location-single-detail-content-img-header-reff {
    -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    /* max-width: 60px;  */
  }
  .location-single-detail .location-single-detail-content-img-header-reff span {
    display: inline-block;
    line-height: 1;
    font-size: 12px; }

.location-single-detail .location-single-detail-content-img-desc {
  padding-left: 25px; }
  @media (max-width: 1024px) {
    .location-single-detail .location-single-detail-content-img-desc {
      padding-left: 15px; } }
  @media (max-width: 768px) {
    .location-single-detail .location-single-detail-content-img-desc {
      padding-left: 0; } }
  @media (max-width: 580px) {
    .location-single-detail .location-single-detail-content-img-desc {
      padding-left: 0; } }
  .location-single-detail .location-single-detail-content-img-desc .box-date-title {
    margin: 0 0 10px;
    font-size: 18px; }
  .location-single-detail .location-single-detail-content-img-desc .box-date .box-date-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .location-single-detail .location-single-detail-content-img-desc .box-date .box-date-field .form-field {
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
      max-width: 175px; }
      @media (max-width: 998px) {
        .location-single-detail .location-single-detail-content-img-desc .box-date .box-date-field .form-field {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          max-width: 100%; } }
    .location-single-detail .location-single-detail-content-img-desc .box-date .box-date-field .form-field {
      margin: 0 0 15px !important; }
      @media (max-width: 998px) {
        .location-single-detail .location-single-detail-content-img-desc .box-date .box-date-field .form-field {
          margin: 0 0 10px !important; } }
      @media (max-width: 998px) {
        .location-single-detail .location-single-detail-content-img-desc .box-date .box-date-field .form-field:last-child {
          margin-bottom: 0 !important; } }
      .location-single-detail .location-single-detail-content-img-desc .box-date .box-date-field .form-field-label {
        font-size: 14px;
        font-weight: 400;
        font-family: "Asap", sans-serif;
        color: #071a3b;
        text-transform: unset;
        letter-spacing: 0.5px; }
      .location-single-detail .location-single-detail-content-img-desc .box-date .box-date-field .form-field input {
        border: none;
        background: #f0f0f0; }
      .location-single-detail .location-single-detail-content-img-desc .box-date .box-date-field .form-field .nice-select {
		border: none;
		  background: #f0f0f0;
		font-size: 14px;
		height: 40px;
		line-height: 38px;
		width: 100%;
		border-radius: 0;
		padding-left: 15px; }
  .location-single-detail .location-single-detail-content-img-desc .box-pricing,
  .location-single-detail .location-single-detail-content-img-desc .box-location-pagination,
  .location-single-detail .location-single-detail-content-img-desc .box-sell-buy-facility,
  .location-single-detail .location-single-detail-content-img-desc .box-cta {
    margin-top: 35px; }
    @media (max-width: 768px) {
      .location-single-detail .location-single-detail-content-img-desc .box-pricing,
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination,
      .location-single-detail .location-single-detail-content-img-desc .box-sell-buy-facility,
      .location-single-detail .location-single-detail-content-img-desc .box-cta {
        margin-top: 15px; } }
  .location-single-detail .location-single-detail-content-img-desc .box-pricing span {
    font-size: 24px;
    font-weight: 600;
    font-family: "Advent Pro", sans-serif;
    display: inline-block;
    position: relative;
    line-height: 1.2; }
  .location-single-detail .location-single-detail-content-img-desc .box-pricing-close:before {
    content: '';
    position: absolute;
    width: 90%;
    bottom: 13px;
    -ms-transform: rotate(-35deg);
        transform: rotate(-35deg);
    left: -4px;
    height: 1px;
    background: #011a44; }
  .location-single-detail .location-single-detail-content-img-desc .box-pricing-now {
    margin-left: 20px;
    margin-right: 20px; }
    @media (max-width: 998px) {
      .location-single-detail .location-single-detail-content-img-desc .box-pricing-now {
        margin-left: 10px;
        margin-right: 10px; } }
    .location-single-detail .location-single-detail-content-img-desc .box-pricing-now .big {
      background: #011a44;
      color: white;
      font-size: 38px;
      padding: 10px 32px;
      letter-spacing: 1px; }
      @media (max-width: 1024px) {
        .location-single-detail .location-single-detail-content-img-desc .box-pricing-now .big {
          padding: 6px 24px; } }
  .location-single-detail .location-single-detail-content-img-desc .box-location-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px; }
    .location-single-detail .location-single-detail-content-img-desc .box-location-pagination a {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%;
      padding-left: 10px;
      padding-right: 10px; }
    .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-prev,
    .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-next {
      color: #071a3b; }
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-prev .location-pagination-wrapper,
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-next .location-pagination-wrapper {
        width: 100%;
        margin-bottom: 5px; }
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-prev h5,
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-next h5 {
        font-size: 14px;
        font-weight: bold;
        margin: 0; }
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-prev p,
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-next p {
        font-size: 14px; }
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-prev .label-price,
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-next .label-price {
        display: inline-block;
        background: #071a3b;
        color: white;
        font-family: "Advent Pro", sans-serif;
        font-weight: 600;
        font-size: 14px;
        padding: 2px 16px;
        margin-top: 10px;
        letter-spacing: 1px; }
    .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-prev .location-pagination-wrapper {
      text-align: left; }
    @media (max-width: 1024px) {
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-next {
        text-align: right; } }
    .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-next .location-pagination-wrapper {
      text-align: right; }
      .location-single-detail .location-single-detail-content-img-desc .box-location-pagination .location-pagination-next .location-pagination-wrapper .icon-svg {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .location-single-detail .location-single-detail-content-img-desc .box-sell-buy .box-sell-buy-title {
    font-size: 18px;
    margin: 0 0 18px;
    letter-spacing: 1px;
    color: #071a3b; }
    .location-single-detail .location-single-detail-content-img-desc .box-sell-buy .box-sell-buy-title span {
      font-size: 33px; }
  .location-single-detail .location-single-detail-content-img-desc .box-sell-buy-facility ul li {
    display: block;
    font-size: 16px;
    margin-top: 5px; }
    @media (max-width: 768px) {
      .location-single-detail .location-single-detail-content-img-desc .box-sell-buy-facility ul li {
        margin-top: 0; } }





.grilleTarifs
{
	margin-bottom: 100px;
}
.grilleTarifs h2
{
	margin: 20px 0;
}
.grilleTarifs .allTarifs
{
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 400px;
	width: 320px;
}
.grilleTarifs .allTarifs .thisTarif
{
	font-size: 14px;
	color: #011a44;
}
.grilleTarifs .allTarifs .thisTarif.active
{
	font-size: 15px;
	font-weight: bold;
}
.grilleTarifs .allTarifs .thisTarif .prix
{
	font-size: 14px;
	font-weight: 600;
}
.grilleTarifs .allTarifs .thisTarif.active .prix
{
	font-size: 15px;
	font-weight: bold;
}
@media (max-width: 768px)
{
	.grilleTarifs .allTarifs
	{
		width: 100%;
	}
}
@media (max-width: 1024px)
{
}

.page-id-12 ul[data-view="days"] > li
{
	background:#f7ec36;
}
.page-id-12 ul[data-view="days"] > li.disabled
{
	background:#fff;
}




@media (max-width: 768px) {
  .location-single-detail .location-single-detail-content-desc {
    padding-bottom: 0 !important; } }

.location-single-detail .location-single-detail-content-contact-map-wrapper {
  position: relative;
  height: 420px;
  width: 100%;
  background: #f0f0f0; }
  .location-single-detail .location-single-detail-content-contact-map-wrapper #map-canvas {
    width: 100%;
    height: 590px; }

.location-single-detail .location-single-detail-content-contact-message {
  padding: 30px 30px 0; }
  @media (max-width: 1024px) {
    .location-single-detail .location-single-detail-content-contact-message {
      padding: 45px 15px 0; } }
  .location-single-detail .location-single-detail-content-contact-message .section-header h1 {
    margin: 0; }
  .location-single-detail .location-single-detail-content-contact-message-form {
    padding-top: 30px; }

.location-single-detail .location-single-detail-content-pricing {
  padding: 0; }
  .location-single-detail .location-single-detail-content-pricing-wrapper {
    border-top: 1px solid #f7ec36;
    border-bottom: 1px solid #f7ec36;
    padding-top: 35px;
    padding-bottom: 35px; }
  .location-single-detail .location-single-detail-content-pricing-title {
    color: #071a3b;
    text-align: center;
    margin: 0; }
    .location-single-detail .location-single-detail-content-pricing-title .price {
      font-size: 52px;
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px; }
      .location-single-detail .location-single-detail-content-pricing-title .price small {
        font-size: 50%;
        vertical-align: top;
        margin-left: 10px;
        font-weight: 600; }

.location-single-detail .section-article .line-single-separator {
  height: 2px;
  width: 100%;
  background: rgba(247, 236, 54, 0.75); }

.location-single-detail .graphic-box-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: space-arround;
      justify-content: space-arround;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .location-single-detail .graphic-box-wrapper .graphic-box {
    -ms-flex: 0 0 480px;
        flex: 0 0 480px;
    max-width: 480px; }
    @media (max-width: 1260px) {
      .location-single-detail .graphic-box-wrapper .graphic-box {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 580px) {
      .location-single-detail .graphic-box-wrapper .graphic-box {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
    .location-single-detail .graphic-box-wrapper .graphic-box.graphic-box-one {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding-right: 15px; }
      @media (max-width: 580px) {
        .location-single-detail .graphic-box-wrapper .graphic-box.graphic-box-one {
          padding-right: 0;
          -ms-flex-pack: start;
              justify-content: flex-start;
          margin-bottom: 15px; } }
    .location-single-detail .graphic-box-wrapper .graphic-box.graphic-box-two {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding-left: 15px; }
      @media (max-width: 580px) {
        .location-single-detail .graphic-box-wrapper .graphic-box.graphic-box-two {
          padding-left: 0; } }
    .location-single-detail .graphic-box-wrapper .graphic-box .list-graphic-desc {
      width: 182px; }

.location-single-detail .list-graphic-desc li::after {
  display: block;
  clear: both;
  content: ""; }

.location-single-detail .list-graphic-desc li + li {
  margin-top: 3px; }

.location-single-detail .list-graphic-desc li .graphic-desc-progress {
  float: right; }

.location-single-detail .list-graphic-desc li .count {
  float: right; }

.list-graphic-desc li {
  cursor: pointer; }

.list-graphic-desc .graphic-desc-progress {
  max-width: 170px; }

.list-graphic-desc-title {
  font-size: 12px;
  font-family: "Advent Pro", sans-serif;
  font-weight: bold;
  max-width: 80px;
  line-height: 1.2;
  display: inline-block;
  color: #2ea956;
  margin-left: 11px; }
  .list-graphic-desc-title.second {
    max-width: 182px;
    position: relative;
    top: -5px; }
    @media (max-width: 768px) {
      .list-graphic-desc-title.second {
        top: 0; } }

.graphic-desc-progress {
  height: 24px;
  background: #011a44;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%; }
  .graphic-desc-progress::after {
    display: block;
    clear: both;
    content: ""; }

.graphic-desc-progress-bar {
  position: relative;
  height: 24px;
  background: #d3d8de;
  width: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .graphic-desc-progress-bar .graphic-desc-progress-desc,
  .graphic-desc-progress-bar .graphic-desc-progress-title {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    color: #011a44;
    font-weight: 600; }
  .graphic-desc-progress-bar .graphic-desc-progress-desc {
    font-size: 11px;
    left: 5px;
    line-height: 27px; }
  .graphic-desc-progress-bar .graphic-desc-progress-title {
    font-size: 16px;
    right: 5px;
    line-height: 26px; }
    .graphic-desc-progress-bar .graphic-desc-progress-title:before {
      content: '';
      position: absolute;
      left: 100%;
      border-left: 12px solid #d7d7d7;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      display: block;
      z-index: 2; }

.list-graphic-b .list-graphic-desc-title.second {
  color: #ef4834; }

.list-graphic-b .graphic-desc-progress {
  background: transparent;
  overflow: initial; }
  .list-graphic-b .graphic-desc-progress-bar {
    position: relative; }
    .list-graphic-b .graphic-desc-progress-bar:after {
      content: '';
      position: absolute;
      left: 100%;
      border-left: 12px solid #d7d7d7;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      display: block; }
    .list-graphic-b .graphic-desc-progress-bar .graphic-desc-progress-title {
      right: 0; }
  .list-graphic-b .graphic-desc-progress-bar.one {
    width: 30% !important;
    background: #2ea956; }
    .list-graphic-b .graphic-desc-progress-bar.one .graphic-desc-progress-desc {
      color: white; }
    .list-graphic-b .graphic-desc-progress-bar.one .graphic-desc-progress-title:before {
      border-left-color: #2ea956; }
  .list-graphic-b .graphic-desc-progress-bar.two {
    width: 45% !important;
    background: #6cb85a; }
    .list-graphic-b .graphic-desc-progress-bar.two .graphic-desc-progress-title:before {
      border-left-color: #6cb85a; }
  .list-graphic-b .graphic-desc-progress-bar.three {
    width: 60% !important;
    background: #c2d533; }
    .list-graphic-b .graphic-desc-progress-bar.three .graphic-desc-progress-title:before {
      border-left-color: #c2d533; }
  .list-graphic-b .graphic-desc-progress-bar.four {
    width: 70% !important;
    background: #ebe72c; }
    .list-graphic-b .graphic-desc-progress-bar.four .graphic-desc-progress-title:before {
      border-left-color: #ebe72c; }
  .list-graphic-b .graphic-desc-progress-bar.five {
    width: 80% !important;
    background: #fcce21; }
    .list-graphic-b .graphic-desc-progress-bar.five .graphic-desc-progress-title:before {
      border-left-color: #fcce21; }
  .list-graphic-b .graphic-desc-progress-bar.six {
    width: 90% !important;
    background: #f9a44d; }
    .list-graphic-b .graphic-desc-progress-bar.six .graphic-desc-progress-title:before {
      border-left-color: #f9a44d; }
  .list-graphic-b .graphic-desc-progress-bar.seven {
    width: 100% !important;
    background: #ef4834; }
    .list-graphic-b .graphic-desc-progress-bar.seven .graphic-desc-progress-title:before {
      border-left-color: #ef4834; }
    .list-graphic-b .graphic-desc-progress-bar.seven .graphic-desc-progress-desc {
      color: white !important; }

.list-graphic-b.override .list-graphic-desc-title {
  color: #011a44; }

.list-graphic-b.override .graphic-desc-progress-bar .graphic-desc-progress-title {
  padding-right: 5px !important; }

.list-graphic-b.override .graphic-desc-progress-bar .graphic-desc-progress-title:before {
  display: none !important; }

.list-graphic-b.override .graphic-desc-progress-bar:after {
  display: none !important; }

.list-graphic-b.override .graphic-desc-progress {
  background: transparent; }
  .list-graphic-b.override .graphic-desc-progress-bar.one {
    background: rgba(152, 0, 111, 0.35); }
  .list-graphic-b.override .graphic-desc-progress-bar.two {
    background: rgba(152, 0, 111, 0.45); }
  .list-graphic-b.override .graphic-desc-progress-bar.three {
    background: rgba(152, 0, 111, 0.55); }
  .list-graphic-b.override .graphic-desc-progress-bar.four {
    background: rgba(152, 0, 111, 0.65); }
  .list-graphic-b.override .graphic-desc-progress-bar.five {
    background: rgba(152, 0, 111, 0.75); }
  .list-graphic-b.override .graphic-desc-progress-bar.six {
    background: rgba(152, 0, 111, 0.85); }
  .list-graphic-b.override .graphic-desc-progress-bar.seven {
    background: #98006f; }
    .list-graphic-b.override .graphic-desc-progress-bar.seven .graphic-desc-progress-title {
      color: white; }

/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/
.item-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: all 350ms ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=0);
  zoom: 1;
  visibility: hidden;
  -ms-transform: translateY(-45px);
      transform: translateY(-45px);
  background: rgba(1, 26, 68, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .item-popup.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=100);
    zoom: 1;
    visibility: visible;
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .item-popup-close {
    position: absolute;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    top: 15px;
    right: 15px; }
    .item-popup-close:hover:before, .item-popup-close:hover:after, .item-popup-close:focus:before, .item-popup-close:focus:after {
      background: #d8cc09; }
    .item-popup-close:before, .item-popup-close:after {
      content: '';
      position: absolute;
      background: #011a44;
      display: block;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .item-popup-close:before {
      width: 2px;
      height: 28px;
      top: 0;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .item-popup-close:after {
      width: 28px;
      height: 2px;
      left: 0;
      top: 0;
      bottom: 0;
      margin-bottom: auto;
      margin-top: auto; }
  .item-popup-container {
    width: 768px;
    max-width: 85%;
    min-height: 45px;
    background: white;
    position: relative;
    padding: 20px;
    max-height: 80%;
    overflow-y: auto;
    padding-top: 60px; }

.item-popup-container .nav-tabs::after {
  display: block;
  clear: both;
  content: ""; }

.item-popup-container .nav-tabs li {
  float: left; }
  .item-popup-container .nav-tabs li a {
    display: block;
    padding: 12px 18px;
    color: white;
    background: #011a44;
    font-size: 12px;
    font-family: "Advent Pro", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .item-popup-container .nav-tabs li a:hover, .item-popup-container .nav-tabs li a:focus, .item-popup-container .nav-tabs li a.active {
      background: #f7ec36;
      color: #011a44; }

.item-popup-container .tab-content .tab-pane {
  display: none; }
  .item-popup-container .tab-content .tab-pane.show {
    display: block; }

.item-popup-container .tab-content {
  background: #011a44;
  padding: 15px; }
  .item-popup-container .tab-content .form-submit-wrapper {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 2;
        order: 2; }
  .item-popup-container .tab-content .form-tab-votre .form-field {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
    .item-popup-container .tab-content .form-tab-votre .form-field-checkbox-wrapper {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
      .item-popup-container .tab-content .form-tab-votre .form-field-checkbox-wrapper .form-field-checkbox-content label {
        color: white; }
  .item-popup-container .tab-content .form-tab-biens .form-field-wrapper .form-field {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

/*--------------------------------------------------------------
# Extra
--------------------------------------------------------------*/
.nospace-top {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.nospace-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.maxwidth-320 {
  max-width: 320px; }

.space-45 {
  height: 45px; }

@media (max-width: 1024px) {
  .fullwidth-1024 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1024px) {
  .clearoffset-1024 {
    margin-left: 0 !important; } }

/*--------------------------------------------------------------
# Media Queries - Main
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  .section-header h2 {
    font-size: 32px; }
  .item-destination-content-slider .section-header h2,
  .section-homepage-articles .item-box-article-big .item-box-article-big-header h2 {
    font-size: 26px; }
  .location-single-detail .location-single-detail-content-img-desc .box-pricing span {
    font-size: 21px; }
  .site-header-main-navigation ul li > a {
    font-size: 14px; }
  .section-agency-map .container-section {
    max-width: 720px; }
  .item-destination-content-slider .destination-content-slider-box {
    padding: 25px; }
  .site-header-homepage {
    padding-top: 30px; }
  .item-destination-content-slider .section-header {
    padding-bottom: 20px; }
  .item-destination-content-slider .section-header,
  .item-destination-content-slider .content, .item-destination-content-slider .content-cta {
    padding-left: 15px; }
  .item-destination-content-slider .section-header {
    margin-bottom: 20px; }
  .location-single-detail .location-single-detail-content-img-desc .box-pricing,
  .location-single-detail .location-single-detail-content-img-desc .box-location-pagination,
  .location-single-detail .location-single-detail-content-img-desc .box-sell-buy-facility,
  .location-single-detail .location-single-detail-content-img-desc .box-cta {
    margin-top: 20px; }
  .item-destination {
    margin-top: 45px; } }

@media (max-width: 890px) {
  .location-single-detail .location-single-detail-content-img-desc .box-pricing-now .big {
    font-size: 28px; } }

@media (max-width: 768px) {
  .location-single-detail .location-single-detail-content-pricing-title .price {
    font-size: 42px; }
  .section-header h2,
  .location-single-detail .location-single-detail-content-img-desc .box-pricing-now .big,
  .location-single-detail .section-article .section-article-single-title {
    font-size: 28px; }
  .section-homepage-articles .item-box-article-big .item-box-article-big-header h2,
  .section-homepage-hero-caption-subtitle {
    font-size: 21px; }
  .item-agency-facility h3,
  .location-single-detail .location-single-detail-content-img-header-title h2 {
    font-size: 16px; }
  body,
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"], textarea,
  .site-footer-widget-item.widget-link .site-footer-widget-item-list li a,
  .site-footer-widget-item .site-footer-widget-item-list-socmed li a span,
  .location-single-detail .location-single-detail-content-img-desc .box-sell-buy-facility ul li,
  .section-homepage-articles .item-box-article-big .item-box-article-big-content p {
    font-size: 14px; }
  .form-agency .form-field-label,
  .location-box-research-form .form-field-label,
  .location-box-filter-form .form-field-label,
  .form-tab-biens .form-field-label,
  .form-tab-votre .form-field-label,
  .location-single-detail-content-contact-message-form .form-field-label,
  .location-box-research-form input[type="date"],
  .location-box-research-form input[type="text"],
  .location-box-research-form input[type="number"] select,
  .location-box-research-form .select-research-field,
  .location-box-filter-form .select-filter-location-field {
    font-size: 12px; }
  .location-box-research-form input[type="date"],
  .location-box-research-form input[type="text"],
  .location-box-research-form input[type="number"],
  .location-box-research-form .select-research-field,
  .location-box-filter-form .select-filter-location-field,
  .location-box-research-form .form-submit .btn,
  .location-box-research-form .form-submit .btn .btn-wrapper-icon {
    height: 36px;
    line-height: 36px; }
  .location-box-research-form .form-submit .btn .btn-wrapper-icon {
    width: 36px; }
  .location-box-research-form .select-research-field,
  .location-box-filter-form .select-filter-location-field {
    line-height: 34px; }
  .site-footer .to-top a,
  .item-destination .custom-nav .prev,
  .item-destination .custom-nav .next,
  .location-single-detail .location-single-detail-content-img .location-single-detail-content-img-carousel-first .custom-nav a {
    height: 38px;
    width: 38px;
    line-height: 38px; }
  .section-agency-map .container-section {
    max-width: 540px; }
  .site-main-pages-breadcrumbs {
    margin-bottom: 45px; }
  .item-agency-facility {
    margin-bottom: 30px; }
  .section .section-content,
  .item-destination {
    margin-top: 30px; }
  .item-agency-facility-icon + h3,
  .site-footer .site-footer-copyright {
    margin-top: 10px; }
  .content-agency-facility,
  .form-agency,
  .location-results-items {
    padding-top: 20px; } }

@media (max-width: 580px) {
  body,
  .site-footer-widget-item.widget-link .site-footer-widget-item-list li a,
  .site-footer-widget-item .site-footer-widget-item-list-socmed li a span,
  .site-footer-widget-item,
  .location-single-detail .location-single-detail-content-img-desc .box-sell-buy-facility ul li {
    font-size: 12px; }
  .section-agency-map .container-section {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .section,
  .section-agency-contact .container,
  .location-single-detail .section-article {
    padding-top: 60px;
    padding-bottom: 60px; }
  .section-agency-contact .container {
    padding-left: 0;
    padding-right: 0; }
  .agency-info-items {
    margin-top: 15px; }
  .site-footer {
    padding-bottom: 30px; }
  .agency-info-items li.big-space-bottom {
    padding-bottom: 15px; }
  .agency-info-items li.big-space-top {
    padding-top: 15px; } }


body.page-template-page-destination .site-main-container:before{
    /*content: url(../images/coffee.svg);*/
    position: absolute;
    top: -20px;
    right: 25%;
    width: 187px;
}

section.prix-a-partir {
    text-align: center;
    margin: 70px 0px 0px;
    padding: 30px 0;
    border-top: 2px solid #f8f263;
    border-bottom: 2px solid #f8f263;
    width: 100%;
    font-size: 1.7em;
    font-family: "Advent Pro", sans-serif;
    color: #071a3b;
    letter-spacing: 2px;
    font-weight: 500;
}

section.prix-a-partir #prix {
    font-size: 2em;
    font-weight: 600;
    padding-left: 20px;
}

section.prix-a-partir sup {
    font-size: 1.6em;
    font-weight: 500;
}

section.prix-a-partir .par-semaine {
    font-size: 1.3em;
    padding-left: 10px;
}