/**
 * CONTENTS
 *
 * VARIABLES
 * Colors........... All website colors
 * Themes........... Themes for clinic
 * Typography....... Font-family, font-size, line-height
 * Buttons.......... Buttons informations
 * Form............. Input, select style
 * Media Queries ... Breakpoint for responsive
 * Grid ............ Grid col and gutter
 */
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/* Gray and others */
/* Text color */
/* Links colors */
/* Notifications colors */
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/*------------------------------------*\
    #MEDIA-QUERIES
\*------------------------------------*/
/* 768px */
/* 992px */
/* 1200px */
/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/
/**
* Generate notifications
*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #HELPERS
\*------------------------------------*/
/**
* Notifications message
*/
.message--error, .message--warn, .message--success, .message--info {
  margin: 1rem 0;
  padding: 1.5rem 1rem;
  border: 1px solid transparent; }

.message--error {
  color: #80262c;
  border-color: #80262c;
  background-color: #dd8b91; }

.message--warn {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.message--success {
  color: #318026;
  border-color: #318026;
  background-color: #95dd8b; }

.message--info {
  color: #5bc0de;
  border-color: #5bc0de;
  background-color: #fcfefe; }

.txt--error {
  color: #80262c;
  font-weight: 600; }

.txt--warn {
  color: #f0ad4e;
  font-weight: 600; }

.txt--success {
  color: #318026;
  font-weight: 600; }

.txt--info {
  color: #5bc0de;
  font-weight: 600; }

/**
* Skip links
*/
.skip-link {
  position: absolute;
  left: -99999px; }
  .skip-link:hover, .skip-link:focus {
    position: static; }

/**
* Align
*/
.txtleft {
  text-align: left; }

.txtright {
  text-align: right; }

.txtcenter {
  text-align: center; }

.left,
.start {
  float: left; }

img.left,
img.start {
  margin-right: 1em; }

.right,
.end {
  float: right; }

img.right,
img.end {
  margin-left: 1em; }

img.left,
img.right,
img.start,
img.end {
  margin-bottom: 0.5em; }

/*
 * Unstyled list - remove margin, padding and list type
 */
.sidebar .menu, .main-nav ul, .footer .menu, .listing, .pager, .product-page-infos__downloads ul, .reference-page__gallery,
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/*
 * Unstyled button - remove background, border, padding
 */

.unstyled-button {
  border: 0;
  background-color: transparent;
  padding: 0; }

/*
 * Clearfix: contain floats
 */
.row:after, .listing:after, .reference-page__gallery:after, .footer:after, .card-details:after,
.row:before,
.listing:before,
.reference-page__gallery:before,
.footer:before,
.card-details:before,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.row:after, .listing:after, .reference-page__gallery:after, .footer:after, .card-details:after,
.clearfix:after {
  clear: both; }

/**
* Hide text for bg img
*/
/* Make hidden text accessible by screen readers */

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


.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
* Embeds responsive
*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive__item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.-ratio16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.-ratio4by3 {
    padding-bottom: 75%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48em) and (max-width: 61em) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 48em) and (max-width: 61em) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 48em) and (max-width: 61em) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 62em) and (max-width: 74em) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 62em) and (max-width: 74em) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 62em) and (max-width: 74em) {
  .visible-md-inline-block {
    display: inline-block !important; } }

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

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

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

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

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

@media (min-width: 48em) and (max-width: 61em) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 62em) and (max-width: 74em) {
  .hidden-md {
    display: none !important; } }

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

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

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

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

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

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

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 0;
  text-decoration: none; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

address {
  font-style: normal; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------------*\
    #BASE
\*------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #ffdd00;
  text-shadow: none; }

::selection {
  background: #ffdd00;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%; }

/* SECTION THINGS */
.section {
  padding: 5rem 0;
  /* Modifier */ }
  .section__header {
    margin-bottom: 4rem; }
    @media (max-width: 29.99em) {
      .section__header {
        position: relative; } }
  .section__title {
    font-size: 2em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 29.99em) {
      .section__title {
        margin-right: 4rem; } }
    .section__title:after {
      content: '';
      width: 6rem;
      height: .3rem;
      background-color: #ffdd00;
      display: block;
      margin-top: 1.4rem; }
    .section__title.-small {
      font-size: 1.4285em; }
    .front .section__title {
      margin-bottom: 0; }
    .section__title + .btn-square {
      margin-left: 1em;
      vertical-align: top; }
      @media (max-width: 29.99em) {
        .section__title + .btn-square {
          position: absolute;
          top: 0;
          right: 0; } }
  .section.-light {
    background-color: #f5f5f5; }

/* SIDEBAR */
.sidebar {
  /* Menu in sidebar */ }
  .sidebar[class*="col-"] {
    padding-left: 4.5rem; }
  .sidebar .menu {
    font-size: 1.285em;
    margin: 1em 0; }
    .sidebar .menu li {
      margin-bottom: .5em; }
    .sidebar .menu a {
      color: #000;
      text-decoration: none;
      transition: color .5s; }
      .sidebar .menu a:before {
        content: '';
        display: inline-block;
        vertical-align: baseline;
        width: 1rem;
        height: 1rem;
        background-color: #ffdd00;
        margin-right: .5em; }
      .no-touchevents .sidebar .menu a:hover, .no-touchevents .sidebar .menu a:focus {
        color: #e6c700; }
      .sidebar .menu a.active {
        color: #e6c700; }
  @media (max-width: 47.99em) {
    .sidebar .menu {
      display: none; } }
  @media (min-width: 48em) {
    .sidebar + [class*="col-"]:before {
      content: '';
      position: absolute;
      right: -2rem;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: #eee; } }

.related-content {
  margin-top: 4em;
  padding-top: 2em;
  border-top: 1px solid #eee; }

figure a img {
  border: 1px solid #eee; }

/*------------------------------------*\
#FONT FACE
\*------------------------------------*/
/* ==========================================================================
	Typography style based on KNACSS
	http://www.knacss.com/
========================================================================== */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* Stupid IE11 - https://connect.microsoft.com/IE/feedback/details/816709/ie-11-calculating-font-sizes-wrong-when-setting-the-bodys-font-size-in-relative-units */
_:-ms-fullscreen, :root {
  font-size: calc(1em * .625); }

body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #000;
  line-height: 1.4; }

/*
* Titles
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1-like,
.h2-like,
.h3-like,
.h4-like,
.h5-like,
.h6-like {
  font-family: "Lato", Impact, sans-serif;
  line-height: 1; }

h1,
.h1-like {
  font-size: 3.2rem; }

h2,
.h2-like {
  font-size: 3rem; }

h3,
.h3-like {
  font-size: 2.4rem; }

h4,
.h4-like {
  font-size: 2rem; }

h5,
.h5-like {
  font-size: 1.8rem; }

h6,
.h6-like {
  font-size: 1.6rem; }

/*
* Alternate font sizing
*/
.smaller {
  font-size: 0.71em; }

.small {
  font-size: 0.86em; }

.big {
  font-size: 1.14em; }

.bigger {
  font-size: 1.29em; }

.biggest {
  font-size: 1.43em; }

em,
.em,
i {
  font-style: italic; }

.no-em {
  font-style: normal; }

strong,
.strong,
b {
  font-weight: bold; }

.no-strong {
  font-weight: normal; }

sup,
sub {
  vertical-align: 0;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/*
* Avoid top margins on first content element
*/
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

/**
* Links
*/
a {
  color: #e6c700;
  transition: color .5s; }
  a:hover, a:focus {
    text-decoration: none; }

/*------------------------------------*\
    #GRID SYSTEM
\*------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 48em) {
    .container {
      width: 740px; } }
  @media (min-width: 62em) {
    .container {
      width: 960px; } }
  @media (min-width: 75em) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1180px; }

.row, .listing, .reference-page__gallery {
  margin-left: -10px;
  margin-right: -10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  position: relative;
  padding: 2rem 0;
  background-color: #fff;
  transition: padding 250ms ease-in, background-color 250ms ease-in;
  /* LOGO */ }
  .header h1 {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .header__logo {
    width: 15rem;
    height: 4.9rem;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/logo-soludec--small.svg") 0 0 no-repeat;
    transition: height 250ms ease-in; }
  @media (min-width: 48em) {
    .header {
      padding-top: 2rem;
      padding-bottom: 2rem;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 500; }
      .header__logo {
        width: 18rem;
        height: 7.8rem;
        background-image: url("../img/logo-soludec.svg"); }
      .header.is-scrolled {
        padding: 1rem 0;
        background-color: rgba(255, 255, 255, 0.95); }
        .header.is-scrolled .header__logo {
          height: 6.5rem; } }

/**
* NAVIGATION
*/
.main-nav {
  /* General */ }
  .main-nav a {
    text-decoration: none; }
  .main-nav__linkedin {
    margin-left: 2rem; }
  @media (max-width: 61.99em) {
    .main-nav {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #000;
      z-index: 255;
      /* First level */ }
      .main-nav[aria-hidden="true"] {
        display: none; }
      .main-nav__contact {
        display: inline-block;
        margin-left: 1em;
        padding: 1em;
        border-top: 1px solid #ffdd00;
        margin-top: 1em;
        color: #ffdd00; }
        .main-nav__contact svg {
          width: 2.5rem;
          height: 2.5rem; }
      .main-nav > .menu {
        /* Second level */ }
        .main-nav > .menu > li > a {
          font-size: 1.21485em; }
        .main-nav > .menu a {
          display: block;
          color: #fff;
          padding: .5em .75em; }
        .main-nav > .menu .menu {
          padding-left: 1.5em; } }
  @media (min-width: 62em) {
    .main-nav {
      display: inline-block;
      text-align: right;
      vertical-align: middle;
      width: calc(100% - 26rem);
      /* First level */ }
      .main-nav__contact {
        margin-left: 1rem;
        padding-left: 2rem;
        border-left: 1px solid #ffdd00;
        color: #fff;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: #000; }
        .main-nav__contact svg {
          width: 2.5rem;
          height: 2.5rem; }
        .no-touchevents .main-nav__contact:hover, .no-touchevents .main-nav__contact:focus {
          color: #ffdd00; }
      .main-nav > .menu {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        /* Second level */ }
        .main-nav > .menu > li {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          transition: background-color 250ms ease-in; }
          .main-nav > .menu > li:after {
            content: '';
            position: absolute;
            background-color: #ffdd00;
            left: 0;
            right: 0;
            bottom: -1.7rem;
            height: .3rem;
            opacity: 0;
            transition: opacity 250ms ease-in; }
          .main-nav > .menu > li > a {
            display: block;
            color: #000;
            padding: .5em .75em;
            font-size: 1.21485em;
            transition: background-color 250ms ease-in;
            position: relative;
            text-transform: uppercase; }
            .main-nav > .menu > li > a.active:after {
              content: '';
              position: absolute;
              background-color: #ffdd00;
              left: 0;
              right: 0;
              bottom: -1.7rem;
              height: .3rem;
              transition: opacity 250ms ease-in; }
          .no-touchevents .main-nav > .menu > li:hover .menu, .no-touchevents .main-nav > .menu > li:focus .menu {
            display: block; }
          .no-touchevents .main-nav > .menu > li:hover:after, .no-touchevents .main-nav > .menu > li:focus:after {
            opacity: 1; }
        .main-nav > .menu .menu {
          padding: 3.9rem 0 .5em 0;
          position: absolute;
          display: none;
          text-align: center;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
          .main-nav > .menu .menu li {
            background-color: #000; }
            .main-nav > .menu .menu li:first-child {
              position: relative;
              padding-top: .5em; }
              .main-nav > .menu .menu li:first-child:before {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                bottom: 100%;
                left: 50%;
                margin-left: -1rem;
                border-top: 10px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 10px solid #000;
                border-left: 8px solid transparent; }
            .main-nav > .menu .menu li:last-child {
              padding-bottom: .5em; }
          .main-nav > .menu .menu a {
            display: block;
            color: #fff;
            padding: .6em .95em;
            white-space: nowrap; }
            .no-touchevents .main-nav > .menu .menu a:hover, .no-touchevents .main-nav > .menu .menu a:focus {
              color: #ffdd00; } }

/* Burger Yummy Yummy */
.mobile-menu-trigger {
  background: transparent;
  border: 0;
  background-color: #000;
  padding: .25em .625em .5em;
  float: right;
  margin-top: 1rem; }
  .mobile-menu-trigger__burger {
    background-color: #ffdd00;
    display: inline-block;
    vertical-align: middle;
    height: 0.2rem;
    margin: 0.6rem auto;
    position: relative;
    text-indent: -999em;
    transition: background-color 250ms ease-in-out 0s;
    width: 1.6rem; }
    .mobile-menu-trigger__burger:before, .mobile-menu-trigger__burger:after {
      background-color: #ffdd00;
      content: "";
      display: block;
      height: 0.2rem;
      position: absolute;
      top: -0.6rem;
      transition: top 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
      transition: top 250ms ease-in-out, -ms-transform 250ms ease-in-out;
      transition: top 250ms ease-in-out, transform 250ms ease-in-out;
      width: 100%; }
    .mobile-menu-trigger__burger:after {
      top: 0.6rem; }
    [aria-expanded="true"] .mobile-menu-trigger__burger {
      background-color: transparent; }
      [aria-expanded="true"] .mobile-menu-trigger__burger:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      [aria-expanded="true"] .mobile-menu-trigger__burger:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .mobile-menu-trigger__txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #000;
    margin-left: .2rem;
    display: none; }
  @media (min-width: 62em) {
    .mobile-menu-trigger {
      display: none; } }

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer {
  background-color: #000;
  color: #fff;
  padding: 1.5em 0;
  font-size: .857em; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .no-touchevents .footer a:hover, .no-touchevents .footer a:focus {
      color: #e6c700; }
  .footer .menu li {
    display: inline-block;
    vertical-align: middle; }
    .footer .menu li + li {
      margin-left: 1rem; }
  @media (min-width: 48em) {
    .footer .menu {
      text-align: right; } }

/*------------------------------------*\
    #LISTING OF ELEMENTS
\*------------------------------------*/
.listing {
  padding-left: 0 !important; }
  .listing li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }
  .listing.-one li {
    position: relative;
    padding-top: 5rem; }
    .listing.-one li + li:after {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      height: .1rem;
      background: #e5e5e5;
      top: 0;
      left: 25%; }
      @media (min-width: 62em) {
        .listing.-one li + li:after {
          width: 25%; } }
  @media (min-width: 37.5em) {
    .listing.-three li, .listing.-four li {
      float: left;
      width: 50%; }
      .listing.-three li:nth-child(2n + 1), .listing.-four li:nth-child(2n + 1) {
        clear: left; } }
  @media (min-width: 37.5em) {
    .listing.-three li {
      width: 33.3333%; }
      .listing.-three li:nth-child(2n + 1) {
        clear: none; }
      .listing.-three li:nth-child(3n + 1) {
        clear: left; }
    .listing.-two li {
      float: left;
      width: 47%; }
      .listing.-two li:nth-child(2n + 1) {
        clear: left;
        margin-right: 6%; } }
  @media (min-width: 62em) {
    .listing.-four li {
      width: 25%; }
      .listing.-four li:nth-child(2n + 1) {
        clear: none; }
      .listing.-four li:nth-child(4n + 1) {
        clear: left; } }

/* ==========================================================================
	 Form basic style
	thanks to HTML5boilerplate,
	github.com/nathansmith/formalize
	and www.sitepen.com
	 ========================================================================== */
/*
* forms items
*/
button {
  -webkit-appearance: none; }

input,
button,
select,
label,
[class*="btn-"] {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit; }

label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold; }

legend {
  border: 0;
  white-space: normal; }

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical; }

/*
* Clickable input types in iOS
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield; }

/* if select styling bugs on WebKit
* 'x' appears on right of search input when text is entered. This removes it
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/*
* Removes inner padding and border in FF3+
*/
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
* Placeholder
*/
::-webkit-input-placeholder {
  color: #777;
  opacity: 1; }

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #777;
  opacity: 1; }

/**
* Input style
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  padding: 0.3rem 1rem 0.2rem;
  height: 3.5rem;
  transition: border 250ms ease-in; }
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  input[type="tel"].error,
  textarea.error,
  select.error {
    color: #80262c;
    border-color: #80262c; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    border-color: #ffdd00; }

textarea {
  height: auto; }

/* Select */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODJDMzQ4OUNFOUZEMTFFNTk4NDhDRTdGOEE0QkY0Q0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODJDMzQ4OURFOUZEMTFFNTk4NDhDRTdGOEE0QkY0Q0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MkMzNDg5QUU5RkQxMUU1OTg0OENFN0Y4QTRCRjRDQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MkMzNDg5QkU5RkQxMUU1OTg0OENFN0Y4QTRCRjRDQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uACZBZG9iZQBkwAAAAAEDABUEAwYKDQAABWQAAAX+AAAGnAAAB1X/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/CABEIACMAIwMBEQACEQEDEQH/xADAAAEBAAMBAAAAAAAAAAAAAAAABAMFBwgBAQACAwEBAAAAAAAAAAAAAAACAwEEBQYIEAABAwQCAwAAAAAAAAAAAAABAgMEABAgETAFEhQGEQACAQEECAcBAAAAAAAAAAABAgMRIRIEBQAQIHFCE0MUMDFBgZGiYxUSAAEABwkBAAAAAAAAAAAAAAEAEDARIVFhIDFBgbHBEjIDExMBAAECBQQCAwEAAAAAAAAAAREhMQAQIPBBMFFhgXGRobHRwf/aAAwDAQACEQMRAAAB9OfPXqAABHZGyuUdkbK5Dlnb19XdHrHD2L6pAYZYzRyAAB//2gAIAQEAAQUCyZkMSRTEhiU3bsIUnq5S+yX9SYsaPCj3Q220M//aAAgBAgABBQLJSSmyklN2nA6kNerS1lZuTvg//9oACAEDAAEFAuMjVb86A1yf/9oACAECAgY/ArUVOK/n6ZGVDTROXp2wG5pKaPN7T//aAAgBAwIGPwJm8JBr/9oACAEBAQY/Atp2glWURyPFIV9HjN1lO4jVzsPKs0V5k5i2iqMUb4I1yZ3k8RmEtuc5SvXA6sf6D7b9OxyWZ4sroP6ubLVWowr28VeM8R4d+kWFwsSwYeBbsUS+QGxdjRY1JLEKKWsak+58D//aAAgBAQMBPyHUxIyJneyKBymKAllMB8szX4B6nNg/pRswRknNCFCEB8CmAjxGwLdXnQxGGYrIxyiry9D/2gAIAQIDAT8h1UQRIPpqOTsEP9qfjMI0RvHPaMDQT8vcs/TCV5V9C3PQ/9oACAEDAwE/IdQjkI2zZ/Yb5xxWcv8AmAEGiOh//9oADAMBAAIRAxEAABDbbZ57BfbLbbbf/9oACAEBAwE/ENRnGwxnFxwfmyOQoDaQG2jI0pJTOL/IYChox9SgXMKKvJUBUgRHW5QOE4XRYcqsqKpVVV0KPQrQEQbiiK1eh//aAAgBAgMBPxDU+KQE8iA8IzlLVAMNGAfYh95nAsNz7nKfapcYMjyskCRijwfkVsnDpkym679BQ0NyywFWaBAV4Ch2KdD/2gAIAQMDAT8Q1W1msey+RsqT+UzUnM+zybThdXG4PPft84ABAaAFuh//2Q==");
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  padding-right: 4.5rem;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/* Form item */
.form-item {
  position: relative;
  margin: 1em 0; }
  .form-item label {
    display: block; }
  .form-item select,
  .form-item input[type="text"],
  .form-item input[type="email"],
  .form-item input[type="tel"],
  .form-item textarea {
    width: 100%; }
  .form-item .selector {
    width: 100% !important; }

.form-actions {
  margin: 1em 0; }

.views-widget-filter-field_prix_17_value {
  display: none; }

/*------------------------------------*\
#BROWSE HAPPY. DIE IE8, DIE!!!
\*------------------------------------*/
.browsehappy {
  background-color: #f0ad4e;
  color: #444;
  padding: 4rem 2rem;
  text-align: center; }
  .browsehappy p {
    max-width: 128rem;
    margin: 0 auto; }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
[class*="btn-"],
.form-submit {
  display: inline-block;
  vertical-align: middle;
  min-width: 18.5rem;
  padding: 1.2rem 2rem;
  text-align: center;
  color: #fff;
  border: 0;
  transition: background-color 250ms ease-in, color 250ms ease-in;
  line-height: 1;
  text-decoration: none;
  font-family: "Lato", Impact, sans-serif; }
  .no-touchevents [class*="btn-"]:hover, .no-touchevents [class*="btn-"]:focus, .no-touchevents
  .form-submit:hover, .no-touchevents
  .form-submit:focus {
    text-decoration: none;
    color: #fff; }

.btn-square {
  width: 3.5rem;
  height: 3.5rem;
  border: 2px solid #ffdd00;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 300;
  color: #000;
  min-width: auto;
  padding: 0; }
  .no-touchevents .btn-square:hover, .no-touchevents .btn-square:focus {
    background-color: #ffdd00;
    color: #000; }

.btn-primary,
.form-submit {
  background-color: #ffdd00;
  color: #000; }
  .no-touchevents .btn-primary:hover, .no-touchevents .btn-primary:focus, .no-touchevents
  .form-submit:hover, .no-touchevents
  .form-submit:focus {
    background-color: #000;
    color: #ffdd00; }

.btn-secondary {
  border: 1px solid #ffdd00;
  background-color: #ffdd00;
  color: #fff; }
  .no-touchevents .btn-secondary:hover, .no-touchevents .btn-secondary:focus {
    background-color: #fff;
    color: #ffdd00; }

.link-return {
  display: block;
  background: url("../img/arrow-black-left.png") no-repeat 0 6px;
  padding-left: 1rem;
  margin-top: 4rem; }
  .no-touchevents .link-return:hover, .no-touchevents .link-return:focus {
    background-image: url("../img/arrow-yellow-left.png"); }

/*------------------------------------*\
    #BANNER
\*------------------------------------*/
.banner {
  position: relative;
  overflow: hidden;
  height: 20rem; }
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .banner__img {
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100.1%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .banner__title {
    position: absolute;
    color: #fff;
    z-index: 5;
    text-align: center;
    text-transform: uppercase;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: 2rem;
    background: #000;
    padding: .5rem 0; }
    .banner__title span {
      display: inline-block;
      vertical-align: middle; }
    .banner__title a {
      color: #fff; }
      .no-touchevents .banner__title a:hover, .no-touchevents .banner__title a:focus {
        color: #ffdd00; }
  .banner-slider {
    height: 100%; }
    .banner-slider li {
      width: 100%;
      height: 100%; }
    .banner-slider__navigation button {
      background: transparent;
      border: none;
      position: absolute;
      left: 0;
      z-index: 250;
      bottom: calc(50% - 2rem); }
      .banner-slider__navigation button:focus {
        outline: none; }
      .banner-slider__navigation button svg {
        height: 4rem;
        width: 4rem; }
      .banner-slider__navigation button use {
        fill: #ffdd00;
        transition: fill 1s; }
      .banner-slider__navigation button.banner-slider__navigation-next {
        left: auto;
        right: 0; }
      .banner-slider__navigation button:hover use {
        fill: white; }
      @media (min-width: 62em) {
        .banner-slider__navigation button {
          bottom: calc(50% - 4rem); }
          .banner-slider__navigation button svg {
            height: 8rem;
            width: 8rem; } }
    .banner-slider__to-bottom {
      display: none; }
      @media (min-width: 48em) {
        .banner-slider__to-bottom {
          position: absolute;
          display: inline-block;
          bottom: 2rem;
          left: calc(50% - 2rem);
          right: 0;
          border: .2rem solid #fd0;
          border-radius: 50%;
          width: 4rem;
          height: 4rem;
          line-height: 2.5;
          z-index: 250;
          background: transparent;
          text-align: center; }
          .banner-slider__to-bottom use {
            fill: #ffdd00; }
          .banner-slider__to-bottom:hover, .banner-slider__to-bottom:focus {
            outline: none;
            border-color: #ffffff; }
            .banner-slider__to-bottom:hover use, .banner-slider__to-bottom:focus use {
              fill: #fff; } }
  @media (min-width: 30em) {
    .banner {
      height: 30rem; } }
  @media (min-width: 48em) {
    .banner {
      height: 44rem; }
      .banner__title {
        background: transparent;
        left: 0;
        right: 0;
        bottom: 12.5rem;
        font-size: 4.2rem; }
      .banner.-hero {
        height: 76.8rem; }
        .banner.-hero .banner__title {
          bottom: 8rem; }
      .banner-slider {
        height: 76.8rem; }
      .banner__img {
        width: auto; } }
  @media (min-width: 62em) {
    .banner {
      margin-top: 11.8rem; }
      .banner__title span:before, .banner__title span:after {
        content: '';
        height: .2rem;
        width: 1em;
        background-color: #ffdd00;
        display: inline-block;
        vertical-align: middle; }
      .banner__title span:before {
        margin-right: .5em; }
      .banner__title span:after {
        margin-left: .5em; } }

/*------------------------------------*\
    #CARDS
\*------------------------------------*/
/* Card with details */
.card-details {
  margin-bottom: 5rem;
  position: relative;
  /*@include mq($from: phablet) {
        &__media .card-details__img-front {
            height: 11rem;

        }
    }

    @include mq($from: tablet) {
        &__media .card-details__img-front {
            height: 15rem;
        }
    }

    @include mq($from: desktop) {
        &__media .card-details__img-front {
            height: 19rem;
        }
    }

    @include mq($from: wide) {
        &__media .card-details__img-front {
            height: 24rem;
        }
    }*/ }
  .card-details__title {
    font-size: 1.285em;
    text-transform: uppercase;
    margin-bottom: .55em; }
    .card-details__title a {
      color: #000;
      text-decoration: none; }
      .no-touchevents .card-details__title a:hover, .no-touchevents .card-details__title a:focus {
        color: #e6c700; }
  .card-details__meta {
    border-left: 2px solid #ffdd00;
    padding-left: 1rem;
    display: block;
    margin-bottom: 1.285em; }
  .card-details img {
    width: 100%;
    height: auto; }
  .card-details__media a {
    display: block;
    position: relative; }
    .no-touchevents .card-details__media a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: background .5s; }
    .no-touchevents .card-details__media a:hover:before, .no-touchevents .card-details__media a:focus:before {
      background-color: rgba(0, 0, 0, 0.5); }
  .card-details__availability {
    display: block;
    color: #709918;
    font-size: 1.285em; }
    .card-details__availability.-reserved {
      color: #ffa500; }
    .card-details__availability.-sold {
      color: #f90101; }
  .card-details__price {
    background-color: #f5f5f5;
    padding: 1em;
    margin-top: 1em; }
  .card-details__surface {
    font-size: 1.285em;
    display: block;
    line-height: 1.3; }
  .card-details__nature {
    font-size: 1.14285em; }
    .card-details__nature a {
      color: #000; }
      .no-touchevents .card-details__nature a:hover, .no-touchevents .card-details__nature a:focus {
        color: #e6c700; }
  .card-details__ref {
    border-left: 2px solid #ffdd00;
    padding-left: 1rem;
    margin-left: .6rem;
    font-size: 1.14285em; }
  .card-details__value {
    font-size: 1.857em;
    font-weight: normal;
    display: block;
    line-height: 1.3; }
  .card-details__vat {
    color: #999;
    display: block;
    line-height: 1.3; }
  .card-details__more-details {
    display: inline-block;
    color: #000;
    font-size: 1.14285em;
    margin-top: 1rem; }
    .card-details__more-details:after {
      content: '\00bb ';
      display: inline-block;
      vertical-align: baseline;
      margin-left: .3rem; }
    .no-touchevents .card-details__more-details:hover, .no-touchevents .card-details__more-details:focus {
      color: #e6c700; }
  @media (min-width: 62em) {
    .card-details__price {
      max-width: 55%; }
    .card-details__more-details {
      /*position: absolute;
            bottom: 0;
            right: 0;
            width: 45%;
            text-align: right;
            margin-top: 0;*/
      margin-top: 2rem; } }

/* Card preview - only have title / subtitle */
.card-preview__title {
  font-size: 1.785em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.6em; }
  .card-preview__title a {
    color: #000;
    text-decoration: none; }
    .card-preview__title a:hover span, .card-preview__title a:focus span {
      color: #ffdd00; }

.card-preview__subtitle {
  display: block;
  font-size: 0.72em;
  margin-top: .75em;
  transition: color .5s; }
  .card-preview__subtitle:before, .card-preview__subtitle:after {
    content: '';
    width: 10%;
    height: .1rem;
    background-color: #ffdd00;
    display: inline-block;
    vertical-align: middle; }
  .card-preview__subtitle:before {
    margin-right: .75em; }
  .card-preview__subtitle:after {
    margin-left: .75em; }

.card-preview__meta {
  font-size: .65em;
  display: block;
  margin-top: .75em; }

.card-preview img {
  width: 100%;
  height: auto; }

.card-preview figure a {
  position: relative;
  display: block; }
  .card-preview figure a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: background .5s; }
  .card-preview figure a:hover:after, .card-preview figure a:focus:after {
    background-color: rgba(0, 0, 0, 0.5); }

/* Override card with details for unites */
.node-type-residences .card-details__title,
.node-type-unites .card-details__title {
  margin-top: 1rem; }

.node-type-residences .card-details__more-details,
.node-type-unites .card-details__more-details {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  width: auto;
  margin-top: 0; }

@media (min-width: 48em) {
  .node-type-residences .card-details img,
  .node-type-unites .card-details img {
    width: 100%;
    height: auto; }
  .node-type-residences .card-details__media,
  .node-type-unites .card-details__media {
    width: 40%;
    float: left;
    padding-right: 2rem; }
  .node-type-residences .card-details__meta-wrapper,
  .node-type-unites .card-details__meta-wrapper {
    width: 60%;
    box-sizing: border-box;
    padding: 0 0 4rem 2rem;
    float: left;
    clear: right; }
  .node-type-residences .card-details__more-details,
  .node-type-unites .card-details__more-details {
    right: -2rem;
    bottom: -0.5rem;
    width: 60%;
    text-align: left;
    margin-top: 0; } }

.unites-search .card-details__title {
  margin-top: 1rem; }

/*------------------------------------*\
    #ICONS - SVG SPRITE
\*------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  line-height: 1;
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor; }

/*------------------------------------*\
    #ABOUT BANNER
\*------------------------------------*/
.about-banner {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center; }
  .about-banner:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .about-banner__img {
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100.1%;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .about-banner .container-fluid {
    z-index: 5;
    position: relative; }
  .about-banner__title {
    font-size: 1.825em;
    text-transform: uppercase; }
    .about-banner__title:after {
      content: '';
      display: block;
      margin: 2rem auto 0;
      width: 5.6rem;
      height: .2rem;
      background-color: #ffdd00; }
  .about-banner__summary {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
    max-width: 25em;
    margin: 1em auto; }
  @media (min-width: 48em) {
    .about-banner__title {
      font-size: 2.5714285em; }
    .about-banner__summary {
      font-size: 2.14285em; } }

/*------------------------------------*\
    #NEWS PREVIEW
\*------------------------------------*/
.news-preview {
  background-color: #fff;
  margin-bottom: 2rem; }
  .news-preview__media, .news-preview__content {
    display: inline-block;
    vertical-align: middle; }
  .news-preview__media a {
    position: relative;
    display: block; }
    .news-preview__media a:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: background .5s; }
    .news-preview__media a:hover:after, .news-preview__media a:focus:after {
      background-color: rgba(0, 0, 0, 0.5); }
  .news-preview__content {
    width: calc(100% - 12rem);
    padding-left: 2rem; }
  .news-preview__title {
    font-size: 1.285em;
    text-transform: uppercase;
    margin-bottom: .25em; }
    .news-preview__title a {
      color: #000;
      text-decoration: none; }
    .news-preview__title a:hover, .news-preview__title a:focus {
      color: #e6c700; }
  .news-preview__date {
    display: block;
    color: #999;
    font-size: .85em;
    font-style: italic;
    margin-bottom: 1em; }
  .news-preview__more {
    color: #000; }
    .news-preview__more:hover, .news-preview__more:focus {
      color: #e6c700; }
    .news-preview__more:after {
      content: '\00bb';
      speak: none; }

/*------------------------------------*\
    #FILTER FORM
\*------------------------------------*/
[id="views-exposed-form-unites-search"] {
  margin-top: 2.85em; }
  [id="views-exposed-form-unites-search"] select {
    width: 100%;
    margin-bottom: 2em; }
  [id="views-exposed-form-unites-search"] label {
    font-size: 1.14285em;
    margin-bottom: .25em; }
  [id="views-exposed-form-unites-search"] .views-submit-button {
    text-align: right; }

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
[id="breadcrumb"] {
  font-size: .85em;
  color: #999;
  margin-bottom: 3em; }
  [id="breadcrumb"] a {
    color: #000; }
  [id="breadcrumb"] a:hover, [id="breadcrumb"] a:focus {
    color: #e6c700; }
  [id="breadcrumb"] .breadcrumb-separator {
    margin: 0 .25em; }

/*------------------------------------*\
    #PAGER
\*------------------------------------*/
.pager {
  text-align: center;
  margin: 1em 0; }
  .pager li {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid transparent;
    padding: 0 1px;
    margin: 0 4px; }
  .pager a {
    color: #000;
    text-decoration: none; }
    .no-touchevents .pager a:hover, .no-touchevents .pager a:focus {
      color: #ffdd00; }
  .pager .pager-current {
    border-bottom-color: #ffdd00;
    font-weight: bold; }
  .pager .pager-next a,
  .pager .pager-previous a {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRThFMjM5REVBOUQxMUU1OUUzODlERTVFNkNCOTc0NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRThFMjM5RUVBOUQxMUU1OUUzODlERTVFNkNCOTc0NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVFOEUyMzlCRUE5RDExRTU5RTM4OURFNUU2Q0I5NzQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFOEUyMzlDRUE5RDExRTU5RTM4OURFNUU2Q0I5NzQ3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JItKzwAAAJNJREFUeNpiYGBgqAXi/0A8D4iZGYgARUD8D4hXADErMRrSgfgvEG8CYnZiNMQA8R8g3g3EXMRoCALin0B8GIj5iNHgCcTfgPg0EAsRo8EBiD8D8SUgFidGgwUQvwfiG0AsS4yGOGg87CfG5HdQk+UIufkT1M0ShELjKzQ0hPEpDEQKZ36qxCDRaYPoVEd0egYIMABw1CPlFw4gNAAAAABJRU5ErkJggg==") center no-repeat #ffdd00; }
  .pager .pager-next {
    margin-left: 1em; }
    .pager .pager-next a {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRThFMjM5REVBOUQxMUU1OUUzODlERTVFNkNCOTc0NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRThFMjM5RUVBOUQxMUU1OUUzODlERTVFNkNCOTc0NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVFOEUyMzlCRUE5RDExRTU5RTM4OURFNUU2Q0I5NzQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFOEUyMzlDRUE5RDExRTU5RTM4OURFNUU2Q0I5NzQ3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JItKzwAAAJNJREFUeNpiYGBgqAXi/0A8D4iZGYgARUD8D4hXADErMRrSgfgvEG8CYnZiNMQA8R8g3g3EXMRoCALin0B8GIj5iNHgCcTfgPg0EAsRo8EBiD8D8SUgFidGgwUQvwfiG0AsS4yGOGg87CfG5HdQk+UIufkT1M0ShELjKzQ0hPEpDEQKZ36qxCDRaYPoVEd0egYIMABw1CPlFw4gNAAAAABJRU5ErkJggg==") center no-repeat #ffdd00; }
  .pager .pager-previous {
    margin-right: 1em; }
    .pager .pager-previous a {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQURDM0UyQ0VBQjYxMUU1ODcyQ0NENzMyMDQxRTUzMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQURDM0UyREVBQjYxMUU1ODcyQ0NENzMyMDQxRTUzMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFBREMzRTJBRUFCNjExRTU4NzJDQ0Q3MzIwNDFFNTMzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFBREMzRTJCRUFCNjExRTU4NzJDQ0Q3MzIwNDFFNTMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+iSpouAAAAJ1JREFUeNpiZsAPmIF4LhBvAOJ/+BSyAvEKqKIifArZgXgTEP8F4nR8CrmAeBcQ/wHiGHwK+YD4MBD/BOJgfAqFgPg0EH8DYi98CsWB+BIQfwZiR3wKZYH4BhC/B2JLAkHJsB+I/wNxHAMRQA7JZAtiNEggudmBGA3CSKHhSYwGfqRwDiJGAygGdxMTgySnDZJTHXJ6ngeNh1qAAAMAC20kIHMaBXwAAAAASUVORK5CYII=") center no-repeat #ffdd00; }
  .pager .last {
    display: none; }

/*------------------------------------*\
    #WYSIWYG (or something like dat)
\*------------------------------------*/
.wysiwyg-content ul,
.wysiwyg-content ol {
  padding-left: 2em; }

.wysiwyg-content table {
  width: 100%; }
  .wysiwyg-content table td,
  .wysiwyg-content table th {
    padding: .5em; }
  .wysiwyg-content table tr + tr {
    border-top: 1px solid #eee; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*------------------------------------*\
    #FRONT PAGE
\*------------------------------------*/
.section.-map {
  position: relative;
  padding: 0; }
  .section.-map .map-address-block__link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent; }

.map-banner {
  min-height: 35rem;
  background-image: url("../img/maplg.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-color: #f5f5f5; }
  @media (max-width: 47.99em) {
    .map-banner {
      background-image: url("../img/mapmobilelg.jpg");
      background-size: cover; } }
  @media (min-width: 48em) {
    .map-banner {
      background-position-x: 62%;
      background-size: auto; } }
  @media (min-width: 1350px) {
    .map-banner {
      background-position-x: center; } }

/* House filter. */
.section__filter-label,
.section__house-filter {
  float: right; }

.section__house-filter {
  width: 20rem; }

.section__filter-label label {
  margin-right: 10px;
  line-height: 3.4rem;
  font-weight: 300;
  font-size: 1.3rem; }

/* Google Map and Contact block */
.map-copyrights {
  display: flex;
  position: absolute;
  left: 2rem;
  bottom: 0;
  z-index: 1; }
  .map-copyrights p {
    display: inline-block;
    font-size: 1.1rem;
    margin-right: 1rem; }
  .map-copyrights a {
    color: #000;
    font-size: 1.1rem;
    text-decoration: none; }
    .map-copyrights a:hover {
      color: #e6c700; }

.map-address-block {
  background-color: #f7df46;
  padding: 2rem;
  color: #000; }
  .map-address-block a {
    color: #000; }
  .map-address-block__title {
    text-transform: uppercase;
    font-size: 1.285em; }
  @media (min-width: 48em) {
    .map-address-block {
      position: absolute;
      bottom: 0;
      right: 0;
      max-width: 31rem;
      z-index: 20; } }

/*------------------------------------*\
#PRODUCT (Immobilier)
\*------------------------------------*/
.product-page-medias {
  position: relative;
  margin-bottom: 1em;
  text-align: center; }
  .product-page-medias img {
    width: auto; }
  .product-page-medias__gallery {
    display: none; }
  .product-page-medias__more {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    color: #fff;
    background-color: #000;
    padding: .5em 1em;
    text-decoration: none; }
    .product-page-medias__more svg {
      width: 1.6rem;
      height: 1.6rem;
      vertical-align: baseline;
      margin-left: .25em; }

.product-page-infos {
  margin-bottom: 1em;
  /* Address */
  /* Downloads */ }
  .product-page-infos__availability {
    display: block;
    color: #709918;
    font-size: 1.285em;
    margin-top: .5em; }
    .product-page-infos__availability.-reserved {
      color: #ffa500; }
    .product-page-infos__availability.-sold {
      color: #f90101; }
  .product-page-infos__price {
    background-color: #f5f5f5;
    padding: 1em;
    margin-top: 1em; }
  .product-page-infos__surface {
    font-size: 1.285em;
    display: block;
    line-height: 1.3; }
  .product-page-infos__nature {
    font-size: 1.285em; }
    .product-page-infos__nature a {
      color: #000; }
  .product-page-infos__ref, .product-page-infos__energy {
    display: block;
    border-left: 2px solid #ffdd00;
    padding-left: 1rem;
    margin: .25em 0;
    font-size: 1.14285em; }
  .product-page-infos__residence {
    color: #000;
    font-size: 1.14285em; }
    .product-page-infos__residence:after {
      content: '\00bb ';
      display: inline-block;
      vertical-align: baseline;
      margin-left: .3rem; }
  .product-page-infos__value {
    font-size: 2.14285em;
    font-weight: normal;
    display: block;
    line-height: 1.3; }
  .product-page-infos__vat {
    color: #999;
    display: block;
    line-height: 1.3; }
  .product-page-infos__address {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 1em 0;
    margin: 1em 0; }
    .product-page-infos__address h2 {
      font-size: 1em;
      text-transform: uppercase;
      margin-bottom: .5em; }
    .product-page-infos__address a {
      display: inline-block;
      color: #000;
      margin-top: .5em; }
    .product-page-infos__address svg {
      width: 2rem;
      height: 2rem;
      vertical-align: bottom;
      margin-right: 1rem; }
  .product-page-infos__downloads {
    padding: 1em;
    margin: 1em 0;
    background-color: #f5f5f5; }
    .product-page-infos__downloads h2 {
      font-size: 1em;
      text-transform: uppercase;
      margin-bottom: .5em; }
    .product-page-infos__downloads ul li {
      margin: .5em 0; }
    .product-page-infos__downloads ul a {
      color: #000;
      /*&:after {
                        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAH0lEQVQImWNgYGD4z4AG/qML/kcX/I8uiFMFihlwAADE3A/xEQom7AAAAABJRU5ErkJggg==');
                        display: inline-block;
                        vertical-align: top;
                        margin-left: .5em;
                    }*/ }

.product-page-details h2 {
  font-size: 1.285em;
  margin-bottom: .5em;
  text-transform: uppercase; }

.product-page-details__outdoor, .product-page-details__indoor {
  margin: 1em 0; }

/* Map Overlay */
.map-overlay {
  max-width: 40em;
  height: 32em;
  margin-left: auto;
  margin-right: auto;
  color: #000; }
  .map-overlay__title {
    display: block;
    font-size: 1.285em;
    margin-bottom: .5em; }

.trigger-js-gallery span {
  transition: background .5s, color .5s; }

.trigger-js-gallery:hover span, .trigger-js-gallery:focus span {
  background: #ffdd00;
  color: #000; }

/*------------------------------------*\
    #REFERENCE
\*------------------------------------*/
.reference-page__gallery {
  margin-bottom: 2em; }
  .reference-page__gallery li {
    float: left;
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .reference-page__gallery img {
    width: 100%;
    height: auto; }
  .reference-page__gallery a {
    position: relative;
    display: inline-block; }
    .reference-page__gallery a:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: background .5s; }
    .reference-page__gallery a:hover:after, .reference-page__gallery a:focus:after {
      background-color: rgba(0, 0, 0, 0.5); }

.reference-page__key-data, .reference-page__scope-work {
  background-color: #f5f5f5;
  padding: 1em;
  margin-bottom: 1em; }
  .reference-page__key-data h3, .reference-page__scope-work h3 {
    font-size: 1.14285em;
    text-transform: uppercase; }

.reference-page__big-picture {
  margin-bottom: 1em; }
  .reference-page__big-picture img {
    width: 100% !important;
    height: auto !important; }

@media (min-width: 37.5em) {
  .reference-page__gallery li {
    width: 25%; } }

@media (min-width: 48em) {
  .reference-page__gallery li {
    width: 20%; } }

@media (min-width: 62em) {
  .reference-page__gallery li {
    width: calc(100% / 6); } }

@media (min-width: 75em) {
  .reference-page__gallery li {
    width: calc(100% / 7); } }

.know-more {
  background-color: #f5f5f5;
  border-left: 0.8rem solid #ffdd00;
  font-size: 1.5em;
  padding: .5em 1em;
  position: relative;
  margin: 1em 0; }
  @media (min-width: 48em) {
    .know-more a {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      line-height: 1.25; } }

/*------------------------------------*\
    #CONTACT
\*------------------------------------*/
@media (min-width: 48em) {
  .webform-client-form .form-item {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
    .webform-client-form .form-item:nth-child(2n) {
      margin-right: -10px; }
    .webform-client-form .form-item:nth-child(2n + 1) {
      clear: left;
      margin-left: -10px; }
    .webform-client-form .form-item.webform-component-textarea {
      clear: left;
      float: none;
      width: 100%;
      margin-left: -10px; } }

/*------------------------------------*\
    #OFFRES IMMOBILIERES
\*------------------------------------*/
.offres-immobilieres td {
  vertical-align: top; }

.offres-immobilieres td:first-child {
  width: 240px; }

.offres-immobilieres img {
  padding-right: 40px; }

@media (max-width: 600px) {
  .offres-immobilieres td {
    display: block !important; } }

.tabs.primary {
  bottom: -100%;
  position: absolute; }

.tabs.primary a {
  text-decoration: none;
  padding: 6px;
  background: black;
  color: white;
  display: block;
  margin-bottom: 4px; }

.tabs.primary a:hover {
  color: #fd0; }

div.messages {
  position: absolute;
  width: 100%; }

.views-exposed-form .views-exposed-widget {
  float: none; }
