@charset "UTF-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url(http://fonts.googleapis.com/css?family=Lato);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background-color: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

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

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

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 90%;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 40em) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
a {
  color: #00627a;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #004e61;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125em;
}

h2 {
  font-size: 1.6875em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

  /* Microformats 
  .vcard {
    display: inline-block;
    margin: $microformat-margin;
    border: $microformat-border-width $microformat-border-style $microformat-border-color;
    padding: $microformat-padding;

    li {
      margin: 0;
      display: block;
    }
    .fn {
      font-weight: $microformat-fullname-font-weight;
      font-size: $microformat-fullname-font-size;
    }
  }
*/
.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 40em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 2.3125em;
  }

  h3 {
    font-size: 1.6875em;
  }

  h4 {
    font-size: 1.4375em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

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

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

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

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

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
/* UNIVERSAL */
/*$color-bg-mountains: #b8ccd1;
$color-nav-top: #cadee3;
$color-bar: #00617a;
$color-bar-text: #C7DFE1;*/
/* PLEINCIEL */
/* WINTER */
/* SUMMER */
/* TOURELLES */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

@font-face {
  font-family: 'abraham_lincolnregular';
  src: url("abrahamlincoln/abrahamlincoln-webfont.eot");
  src: url("abrahamlincoln/abrahamlincoln-webfont.eot?#iefix") format("embedded-opentype"), url("abrahamlincoln/abrahamlincoln-webfont.woff") format("woff"), url("abrahamlincoln/abrahamlincoln-webfont.ttf") format("truetype"), url("abrahamlincoln/abrahamlincoln-webfont.svg#abraham_lincolnregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gabrielaregular';
  src: url("gabriela/gabriela-regular-webfont.eot");
  src: url("gabriela/gabriela-regular-webfont.eot?#iefix") format("embedded-opentype"), url("gabriela/gabriela-regular-webfont.woff") format("woff"), url("gabriela/gabriela-regular-webfont.ttf") format("truetype"), url("gabriela/gabriela-regular-webfont.svg#gabrielaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
html {
  background-color: #e6e6e6;
}

body {
  min-width: 300px;
  background: #e6e6e6;
  font-family: Lato, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #6d6d6d;
}
body #body-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  -ms-perspective: 800;
  perspective: 800;
  padding-bottom: 750px;
}
body #body-wrapper.no-padding {
  padding-bottom: 0;
  background-color: #dadada;
}
@media only screen and (max-width: 40em) {
  body #body-wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.common body #body-wrapper {
  padding-bottom: 0;
}

.full-row {
  width: 100%;
  max-width: none;
}

@media only screen and (max-width: 64em) {
  .box-content > .large-10, footer > .large-10 {
    width: 100%;
  }
}

@media only screen and (max-width: 64em) {
  .box-content article {
    font-size: 0.875em;
  }
}

.display-block {
  display: block;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  float: none;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.red {
  color: #d04427;
}

h1, h2, h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  /*.pleinciel & { @include fontFamily(abraham_lincolnregular); }
  .tourelles & { @include fontFamily(gabrielaregular); }*/
}
h1 a, h2 a, h3 a {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  color: #a74b00;
}

a {
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.uppercase {
  text-transform: uppercase;
}

i.icon {
  font-style: normal;
  display: inline-block;
}

.icon.left-single-angle-quotation-mark, .icon.left-angle-quotation-mark {
  font-size: 1.25em;
  margin-right: 0.5em;
}

.vertical-align {
  position: relative;
  display: table;
}
.vertical-align .cell {
  display: table-cell;
  vertical-align: middle;
}
.vertical-align .cell#caution-sign-container {
  min-width: 98px;
}

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

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.regular-font, .sans-serif {
  font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

address {
  font-style: normal;
  font-size: 1.250em;
}

sup {
  top: -0.75em;
}

sub, sup {
  font-size: 50%;
}

mark {
  background: transparent;
  color: inherit;
}

.active {
  color: #a74b00;
  pointer-events: none;
  cursor: default;
}

[class*="fontawesome-"]:before {
  font-style: normal;
}

[class*="fontawesome-angle-right"]:before {
  margin-right: 0.5em;
}

@media only screen and (max-width: 40em) {
  body {
    position: inherit;
    background: #e6e6e6;
  }

  [class*="polaroid-container"] + [class*="polaroid-container"]:last-child {
    float: none;
  }

  /*section {
    position: static;
  }*/
}
@media only screen and (max-width: 30em) {
  .mini-12 {
    width: 100%;
  }

  /*section {
    position: static;
  }*/
}
.only-text ul.no-style {
  margin-left: 0;
}

.dl-horizontal dt {
  display: block;
}

@media only screen and (min-width: 40em) {
  .dl-horizontal dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
  }

  .dl-horizontal dd {
    margin-left: 200px;
  }
}
.emptyField {
  margin-left: 240px;
  color: red;
}

.formSuccess {
  margin-left: 240px;
  color: green;
}

.inputEmpty {
  background-color: indianred;
}

.fb-link {
  position: relative;
  overflow: hidden;
  text-align: right;
  color: white;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  behavior: url(/pie/PIE.htc);
  background: #6e8abd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6e8abd 0%, #4c6ead 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e8abd), color-stop(100%, #4c6ead));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6e8abd 0%, #4c6ead 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6e8abd 0%, #4c6ead 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6e8abd 0%, #4c6ead 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6e8abd 0%, #4c6ead 100%);
  /* W3C */
  width: 44px;
  height: 44px;
  margin-left: 0.75em;
  margin-right: 0.75em;
  /*@media only screen and (orientation: landscape) and (max-width: 40em) { width: 22px; height: 22px; }
  @media only screen and (max-width: 30em) { width: 33px; height: 33px; }*/
}
@media only screen and (max-width: 64em) {
  .fb-link {
    width: 33px;
    height: 33px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .fb-link {
    width: 22px;
    height: 22px;
  }
}
.fb-link i.icon {
  margin-top: -4%;
  margin-right: 18%;
  height: 36px;
  font-size: 36px;
  /*@media only screen and (orientation: landscape) and (max-width: 40em) { height: 19px; font-size: 19px; }
  @media only screen and (max-width: 30em) { height: 28px; font-size: 28px; }*/
}
@media only screen and (max-width: 64em) {
  .fb-link i.icon {
    height: 28px;
    font-size: 28px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .fb-link i.icon {
    height: 19px;
    font-size: 19px;
  }
}

header nav .fb-link {
  width: 38px;
  height: 38px;
  margin: 10px 0;
}
header nav .fb-link i.icon {
  margin-top: -27% !important;
  font-size: 30px;
}

#nav-social {
  position: absolute;
  right: 740px;
}
@media only screen and (max-width: 80em) {
  #nav-social {
    right: 600px;
  }
}
#nav-social:after {
  display: none !important;
}

.ete {
  position: absolute;
  right: 840px !important;
}
.ete ul {
  padding-top: 0 !important;
}
@media only screen and (max-width: 80em) {
  .ete {
    right: 700px !important;
  }
}
@media only screen and (max-width: 64em) {
  .ete {
    display: none;
  }
}
.ete:after {
  display: none !important;
}

.hiver {
  position: absolute;
  right: 830px !important;
}
.hiver ul {
  padding-top: 0 !important;
}
@media only screen and (max-width: 80em) {
  .hiver {
    right: 700px !important;
  }
}
@media only screen and (max-width: 64em) {
  .hiver {
    display: none;
  }
}
.hiver:after {
  display: none !important;
}

.ete-hiver-en {
  position: absolute;
  right: 870px !important;
}
.ete-hiver-en ul {
  padding-top: 0 !important;
}
@media only screen and (max-width: 80em) {
  .ete-hiver-en {
    right: 715px !important;
  }
}
@media only screen and (max-width: 64em) {
  .ete-hiver-en {
    display: none;
  }
}
.ete-hiver-en:after {
  display: none !important;
}

.anchor {
  /*overflow: hidden;*/
  position: relative;
  z-index: 60;
  width: 7.4em;
  height: 7.4em;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/pie/PIE.htc);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  /*border-color: transparent;
  border-style: solid;
  border-width: 26px 15px 25px;
  -moz-border-image: url(../images/stitch-white.png) 26 15 25 repeat;
  -webkit-border-image: url(../images/stitch-white.png) 26 15 25 repeat;
  -o-border-image: url(../images/stitch-white.png) 26 15 25 repeat;
  border-image: url(../images/stitch-white.png) 26 15 25 fill repeat;*/
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  -moz-transition: -moz-transform 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  transition: transform 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  /*@media only screen and (max-width: 30em) {
    display: none;
  }*/
}
#slider-main .anchor {
    /*width: 119px;
      height: 118px;
      bottom: -8em;
      //margin-top: -6%;
      opacity:1;
      -webkit-transition-property: opacity, -webkit-transform;
      -webkit-transition-duration: 1.6s, 200ms;
      -webkit-transition-delay: 0s, 0s;
      -webkit-transition-timing-function: linear, cubic-bezier(0.370, 0, 0.075, 0.995);
      -moz-transition-property: opacity, -moz-transform;
      -moz-transition-duration: 1.6s, 200ms;
      -moz-transition-delay: 0s, 0s;
      -moz-transition-timing-function: linear, cubic-bezier(0.370, 0, 0.075, 0.995);
      transition-property: opacity, transform;
      transition-duration: 1.6s, 200ms;
      transition-delay: 0s, 0s;
      transition-timing-function: linear, cubic-bezier(0.370, 0, 0.075, 0.995);

      //MQ
      @media only screen and (max-width: 40em) {
        margin-top: 0;
      }*/
}
.anchor:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 80%;
  z-index: 5;
}
.pleinciel .anchor:after {
  background: transparent url(../images/arrow.svg) no-repeat center center;
}
.no-svg .pleinciel .anchor:after {
  background-image: url(../images/arrow.png);
}
.tourelles .anchor:after {
  background: transparent url(../images/arrow-white.svg) no-repeat center center;
}
.no-svg .tourelles .anchor:after {
  background-image: url(../images/arrow-white.png);
}
.anchor:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  behavior: url(/pie/PIE.htc);
  /*-webkit-transform: translate3d(0,-10px,0);
  -moz-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);*/
}
.anchor .coutures {
  border-width: 0;
  /*background: url(../images/stitch-white.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 105%;*/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/pie/PIE.htc);
  border-width: 2px;
}
.anchor .coutures:before, .anchor .coutures:after {
  display: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/pie/PIE.htc);
}
@media only screen and (max-width: 80em) {
  .anchor {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    behavior: url(/pie/PIE.htc);
  }
  .anchor:hover {
    -webkit-transform: scale(0.8) translateY(-10px);
    -moz-transform: scale(0.8) translateY(-10px);
    transform: scale(0.8) translateY(-10px);
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 64em) {
  .anchor {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    behavior: url(/pie/PIE.htc);
  }
  .anchor:hover {
    -webkit-transform: scale(0.7) translateY(-10px);
    -moz-transform: scale(0.7) translateY(-10px);
    transform: scale(0.7) translateY(-10px);
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  .anchor {
    display: none;
  }
}

.switch-season {
  text-transform: uppercase;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: white;
  display: block;
  position: absolute;
  z-index: 500;
  right: 0;
  top: -145px;
  width: 150px;
  height: 145px;
  background-size: 100%;
  behavior: url(/pie/PIE.htc);
}
.switch-season .rotate {
  display: none;
}
@media only screen and (max-width: 80em) {
  .switch-season {
    top: -100px;
    width: 104px;
    height: 100px;
  }
}
@media only screen and (max-width: 64em) {
  .switch-season {
    top: -72.5px;
    width: 75px;
    height: 72.5px;
  }
}
.switch-season#switch-season-to-summer {
  background-image: url("../images/btn-switch-summer.png");
}
.switch-season#switch-season-to-winter {
  background-image: url("../images/btn-switch-winter.png");
}
.no-decor-top .switch-season {
  right: 0;
  top: 10%;
}

.coutures {
  pointer-events: none;
  width: 95%;
  height: 95%;
  position: absolute;
  z-index: 10;
  top: 2%;
  left: 2.5%;
  border-style: dashed;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.1);
}
.coutures:before, .coutures:after {
  content: '';
  width: 100.25%;
  height: 102%;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.coutures:after {
  left: -1px;
  top: -1px;
  z-index: 1;
  border: 1px dashed rgba(0, 0, 0, 0.1);
}

.polaroid-container.large-4 {
  margin-top: 2em;
}
@media only screen and (max-width: 40em) {
  .polaroid-container {
    margin-top: 0;
  }
}
.polaroid-container:first-child, .polaroid-container:last-child, .polaroid-container.first, .polaroid-container.last, .polaroid-container.no-margin-top {
  margin-top: 0;
}
@media only screen and (max-width: 40em) {
  .polaroid-container {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 30em) {
  .polaroid-container {
    width: 98%;
  }
}

.polaroid {
  position: relative;
  padding-top: 10px;
  margin: 0 auto;
  /*&:hover {
    .drop-paper {
      &:before,&:after {
        -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
        box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
      }
      &:before {
        -webkit-transform: skew(-32deg) rotate(-4deg);
        -moz-transform: skew(-32deg) rotate(-4deg);
        -ms-transform: skew(-32deg) rotate(-4deg);
        -o-transform: skew(-32deg) rotate(-4deg);
        transform: skew(-32deg) rotate(-4deg);
      }
      &:after {
        -webkit-transform: skew(32deg) rotate(4deg);
        -moz-transform: skew(32deg) rotate(4deg);
        -ms-transform: skew(32deg) rotate(4deg);
        -o-transform: skew(32deg) rotate(4deg);
        transform: skew(32deg) rotate(4deg);
      }
    }
  }*/
}
.polaroid .drop-paper {
  position: relative;
  float: left;
  min-height: 96px;
  min-width: 90%;
  padding: 0;
  margin: 0 10px 20px 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
@media only screen and (max-width: 40em) {
  .polaroid .drop-paper {
    float: none;
  }
}
.polaroid .drop-paper.no-image {
  min-width: 92%;
}
.polaroid .drop-paper:before, .polaroid .drop-paper:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 40px;
  bottom: 18px;
  width: 70%;
  max-width: 300px;
  /* avoid rotation causing ugly appearance at large container widths */
  max-height: 100px;
  height: 55%;
  -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.5);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(-20deg) rotate(-8deg);
  -moz-transform: skew(-20deg) rotate(-8deg);
  -ms-transform: skew(-20deg) rotate(-8deg);
  -o-transform: skew(-20deg) rotate(-8deg);
  transform: skew(-20deg) rotate(-8deg);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}
.polaroid .drop-paper:after {
  left: auto;
  right: 40px;
  -webkit-transform: skew(20deg) rotate(8deg);
  -moz-transform: skew(20deg) rotate(8deg);
  -ms-transform: skew(20deg) rotate(8deg);
  -o-transform: skew(20deg) rotate(8deg);
  transform: skew(20deg) rotate(8deg);
}
.polaroid .scotch {
  pointer-events: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100.5%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  padding: 10px;
  left: -10px;
  top: -10px;
  z-index: 50;
  background: url(../images/scotch-bottom.svg) no-repeat center bottom;
}
.no-svg .polaroid .scotch {
  background-image: url(../images/scotch-bottom.png);
}
.polaroid .scotch:before, .polaroid .scotch:after {
  content: '';
  background: url(../images/scotch-left.svg) no-repeat left top;
  display: block;
  position: absolute;
  width: 44px;
  height: 50px;
  z-index: 50;
  top: 0;
}
.no-svg .polaroid .scotch:before, .no-svg .polaroid .scotch:after {
  background-image: url(../images/scotch-left.png);
}
.polaroid .scotch:after {
  background: url(../images/scotch-right.svg) no-repeat right top;
  right: 0;
}
.no-svg .polaroid .scotch:after {
  background-image: url(../images/scotch-right.png);
}
.polaroid .scotch:before {
  left: 0;
}
.polaroid .border {
  pointer-events: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 101%;
  z-index: 45;
  /*-webkit-box-shadow: inset 0px 0px 0px 10px #fff;
  -moz-box-shadow: inset 0px 0px 0px 10px #fff;
  box-shadow: inset 0px 0px 0px 10px #fff;*/
  border: 10px solid white;
}
@media only screen and (max-width: 64em) {
  .polaroid .border {
    border: 6px solid white;
  }
}
@media only screen and (max-width: 40em) {
  .polaroid .border {
    border: 10px solid white;
  }
}
.polaroid .fb-like {
  min-height: 61px;
  width: 100%;
  margin: 45px auto;
  background-color: transparent;
}
.polaroid .fb-like > span {
  display: block;
  margin: 0 auto;
}

.shadow {
  position: relative;
}
.shadow:before, .shadow:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 60px;
  bottom: 23px;
  width: 70%;
  max-width: 600px;
  /* avoid rotation causing ugly appearance at large container widths */
  max-height: 200px;
  height: 55%;
  -webkit-box-shadow: 0 24px 36px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 24px 36px rgba(0, 0, 0, 0.5);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(-20deg) rotate(-4deg);
  -moz-transform: skew(-20deg) rotate(-4deg);
  -ms-transform: skew(-20deg) rotate(-4deg);
  -o-transform: skew(-20deg) rotate(-4deg);
  transform: skew(-20deg) rotate(-4deg);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}
@media only screen and (max-width: 40em) {
  .shadow:before, .shadow:after {
    bottom: 33px;
    width: 50%;
  }
}
.shadow:after {
  left: auto;
  right: 60px;
  -webkit-transform: skew(20deg) rotate(4deg);
  -moz-transform: skew(20deg) rotate(4deg);
  -ms-transform: skew(20deg) rotate(4deg);
  -o-transform: skew(20deg) rotate(4deg);
  transform: skew(20deg) rotate(4deg);
}

.slider-mini {
  position: absolute;
  z-index: 30;
  top: 16em;
  right: 14.0625%;
  width: 22em;
  max-width: 35%;
  background: #e6e6e6;
  padding: 1em;
  -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.5);
  /*&.flip {
    -webkit-transform: perspective(800) rotateY(360deg);
    -moz-transform: perspective(800) rotateY(360deg);
  }*/
}
.slider-mini img {
  width: 100%;
  height: auto;
}
.lt-ie9 .slider-mini {
  min-height: 300px;
}
@media only screen and (max-width: 90em) {
  .slider-mini {
    margin: 0 auto 2em auto;
  }
}
@media only screen and (max-width: 80em) {
  .slider-mini {
    right: 20px;
  }
}
@media only screen and (max-width: 64em) {
  .slider-mini {
    top: 14em;
    right: 5%;
  }
}
@media only screen and (max-width: 40em) {
  .slider-mini {
    position: relative;
    z-index: 300;
    top: 7em;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 2em 0 6em 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .slider-mini:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    top: -49px;
    background-size: auto 50px;
    behavior: url(/pie/PIE.htc);
    left: 0;
    z-index: 1;
    /*background: transparent url(../images/bg-mountains-top.png) repeat-x top center;*/
    background-color: transparent;
    /*background-image: url(../images/bg-mountains-top.png);*/
    background-repeat: repeat-x;
    background-position: top center;
  }
}
.slider-mini .slider-mini-container {
  position: relative;
  height: auto;
  display: block;
  overflow: hidden;
}
.slider-mini article {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 700ms ease-out;
  -moz-transition: opacity 700ms ease-out;
  -o-transition: opacity 700ms ease-out;
  transition: opacity 700ms ease-out;
}
@media only screen and (max-width: 40em) {
  .slider-mini article {
    width: 100%;
    margin: 0 auto;
    padding: 0 28%;
  }
  .slider-mini article img {
    width: 100%;
  }
}
@media only screen and (max-width: 40em) {
  .slider-mini article {
    padding: 0 24%;
  }
}
@media only screen and (max-width: 30em) {
  .slider-mini article {
    padding: 0 8%;
  }
}
.slider-mini article h3 {
  color: #00627a;
  /*.tourelles & { color: $color-green; }*/
  text-align: center;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 1.5em;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  /*.pleinciel & { font-size: 1.5em; @include fontFamily(abraham_lincolnregular); }
  .tourelles & { font-size: 1.125em; @include fontFamily(gabrielaregular); }*/
  text-transform: uppercase;
}
.slider-mini article p {
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Myriad Pro', Myriad, Verdana, sans-serif;
  line-height: 1em;
  margin-bottom: 0.75em;
}
.slider-mini article figure.polaroid .drop-paper:before, .slider-mini article figure.polaroid .drop-paper:after {
  -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
}
.slider-mini article figure.polaroid .drop-paper:before {
  -webkit-transform: skew(-32deg) rotate(-4deg);
  -moz-transform: skew(-32deg) rotate(-4deg);
  -ms-transform: skew(-32deg) rotate(-4deg);
  -o-transform: skew(-32deg) rotate(-4deg);
  transform: skew(-32deg) rotate(-4deg);
}
.slider-mini article figure.polaroid .drop-paper:after {
  -webkit-transform: skew(32deg) rotate(4deg);
  -moz-transform: skew(32deg) rotate(4deg);
  -ms-transform: skew(32deg) rotate(4deg);
  -o-transform: skew(32deg) rotate(4deg);
  transform: skew(32deg) rotate(4deg);
}
.slider-mini article.current {
  opacity: 1;
  position: static;
}
.slider-mini article.current figure.polaroid .drop-paper:before, .slider-mini article.current figure.polaroid .drop-paper:after {
  -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.5);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.5);
}
.slider-mini article.current figure.polaroid .drop-paper:before {
  -webkit-transform: skew(-20deg) rotate(-8deg);
  -moz-transform: skew(-20deg) rotate(-8deg);
  -ms-transform: skew(-20deg) rotate(-8deg);
  -o-transform: skew(-20deg) rotate(-8deg);
  transform: skew(-20deg) rotate(-8deg);
}
.slider-mini article.current figure.polaroid .drop-paper:after {
  -webkit-transform: skew(20deg) rotate(8deg);
  -moz-transform: skew(20deg) rotate(8deg);
  -ms-transform: skew(20deg) rotate(8deg);
  -o-transform: skew(20deg) rotate(8deg);
  transform: skew(20deg) rotate(8deg);
}
.slider-mini .nav-dir {
  position: absolute;
  width: 46%;
  height: 65%;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 11;
  top: 10px;
  cursor: pointer;
  text-shadow: 0px 1px 2px white;
  behavior: url(/pie/PIE.htc);
  -webkit-transition: all 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  -moz-transition: all 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  -ms-transition: all 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  -o-transition: all 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  transition: all 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
}
.slider-mini .nav-dir:hover {
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 40em) {
  .slider-mini .nav-dir {
    height: 75%;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.slider-mini .nav-dir-right {
  left: auto;
  right: 10px;
  background: transparent url(../images/arrow-right.svg) no-repeat 80% center;
}
.no-svg .slider-mini .nav-dir-right {
  background-image: url(../images/arrow-right.png);
}
.slider-mini .nav-dir-right:hover {
  background-position: 85% center;
}
@media only screen and (max-width: 40em) {
  .slider-mini .nav-dir-right {
    right: 0;
    background-position: 93% center;
  }
  .slider-mini .nav-dir-right:hover {
    background-position: 95% center;
  }
}
.slider-mini .nav-dir-left {
  left: 10px;
  right: auto;
  background: transparent url(../images/arrow-left.svg) no-repeat 20% center;
}
.no-svg .slider-mini .nav-dir-left {
  background-image: url(../images/arrow-left.png);
}
.slider-mini .nav-dir-left:hover {
  background-position: 15% center;
}
@media only screen and (max-width: 40em) {
  .slider-mini .nav-dir-left {
    left: 0;
    background-position: 7% center;
  }
  .slider-mini .nav-dir-left:hover {
    background-position: 5% center;
  }
}
.slider-mini ul.nav {
  position: relative;
  bottom: 0;
  z-index: 1000;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.slider-mini ul.nav li {
  list-style: none;
  display: inline-block;
  font-size: 26px;
  cursor: pointer;
  color: white;
  -webkit-transition: color 600ms ease-out;
  -moz-transition: color 600ms ease-out;
  -o-transition: color 600ms ease-out;
  transition: color 600ms ease-out;
}
@media only screen and (max-width: 40em) {
  .slider-mini ul.nav li {
    font-size: 34px;
    padding: 3px;
  }
}
.slider-mini ul.nav li:hover {
  color: #a74b00;
  /*.tourelles & {
    color: $color-tourelles-nav-selected;
  }*/
}
.slider-mini ul.nav li.current {
  cursor: default;
}

.cover-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cover-photo > article h2, .cover-photo > article h3 {
  position: relative;
  z-index: 10;
  line-height: .2em;
  font-size: 4em;
  /*.tourelles & { font-size: 3em; }*/
  color: #4c4b49;
  width: 83.33333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.235em;
  padding-right: 0.235em;
  text-shadow: 0px 1px 2px white;
  behavior: url(/pie/PIE.htc);
}
@media only screen and (max-width: 64em) {
  .cover-photo > article h2, .cover-photo > article h3 {
    font-size: 3em;
  }
}
.cover-photo > article h3 {
  line-height: 1em;
  margin-top: -0.3em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 64em) {
  .cover-photo > article h3 {
    margin-left: 20px;
    margin-top: -0.75em;
  }
}
@media only screen and (max-width: 30em) {
  .cover-photo > article h3 {
    margin-left: 10px;
  }
}
.cover-photo > article h2 {
  font-size: 7em;
  line-height: 0.5em;
  padding-left: 0.15em;
  padding-right: 0.15em;
  margin-top: -28%;
}
@media only screen and (max-width: 64em) {
  .cover-photo > article h2 {
    font-size: 5em;
    margin-top: -340px;
    margin-left: 20px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 30em) {
  .cover-photo > article h2 {
    margin-left: 10px;
    margin-top: -360px;
  }
}
@media only screen and (max-width: 30em) {
  .restaurant .cover-photo > article h2 {
    font-size: 4em;
  }
}
.cover-photo > article.bright h2, .cover-photo > article.bright h3 {
  color: white;
  text-shadow: 0px 1px 2px black;
  behavior: url(/pie/PIE.htc);
}
.cover-photo > article > figure {
  position: relative;
  z-index: 10;
}
.cover-photo > article > figure img {
  width: 100%;
  height: auto;
  min-width: 1024px;
}
@media only screen and (max-width: 40em) {
  .cover-photo > article > figure img.push-right {
    margin-left: -29%;
  }
}
.cover-photo:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
  z-index: 10;
  /*background: transparent url(../images/bg-mountains.png) repeat-x top center;*/
  background-color: transparent;
  /*background-image: url(../images/bg-mountains.png);*/
  background-repeat: repeat-x;
  background-position: top center;
}
@media only screen and (max-width: 40em) {
  .cover-photo#slider-main {
    background-color: #dadada;
  }
}
@media only screen and (max-width: 40em) {
  .cover-photo#slider-main:after {
    /*background: transparent url(../images/bg-mountains-top.png) repeat-x top center;*/
    background-color: transparent;
    /*background-image: url(../images/bg-mountains-top.png);*/
    background-repeat: repeat-x;
    background-position: top center;
    background: none;
  }
}
@media only screen and (max-width: 64em) {
  .cover-photo#slider-main.no-aside h2 {
    margin-top: -360px;
  }
}
@media only screen and (max-width: 40em) {
  .cover-photo#slider-main.no-aside h2 {
    margin-top: -250px;
  }
}
@media only screen and (max-width: 40em) {
  .cover-photo .h2-chambres {
    margin-top: -320px !important;
  }
}
.cover-photo#slider-main.no-aside > article > figure {
  position: relative;
  z-index: 10;
}
.cover-photo#slider-main.no-aside > article > figure img {
  width: 100%;
  height: auto;
  min-width: 1024px;
}
@media only screen and (max-width: 40em) {
  .cover-photo#slider-main.no-aside > article > figure img {
    min-width: 768px;
  }
}
@media only screen and (max-width: 40em) {
  .cover-photo#slider-main.no-aside > article > figure img.push-right {
    margin-left: -16%;
  }
}

@media only screen and (max-width: 40em) {
  section#slider-main figure {
    min-height: 550px;
  }

  .restaurant section#slider-main figure, .activites section#slider-main figure {
    min-height: 0px;
  }

  section#slider-main figure.polaroid {
    min-height: 0px;
  }
}
.box-content {
  background-color: #dadada;
  position: relative;
  z-index: 9;
  overflow: visible;
  padding-bottom: 180px;
}
@media only screen and (min-width: 40em) {
  .box-content.last {
    margin-bottom: 25%;
  }
}
@media only screen and (max-width: 40em) {
  .box-content {
    padding-bottom: 0;
  }
}
.box-content ul.list-style {
  padding-left: 20px;
}
.box-content article h2 {
  line-height: 1.250em;
  text-align: center;
  color: #4b4a47;
  font-size: 2.4em;
  text-shadow: 0px 1px 2px white;
  behavior: url(/pie/PIE.htc);
  padding: 10px;
}
@media only screen and (max-width: 80em) {
  .box-content article h2 {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 64em) {
  .box-content article h2 {
    font-size: 2.1em;
  }
}
.box-content article.small-6:nth-child(2n+2) h2 {
  margin-top: 40px;
}
.box-content article img {
  width: 100%;
}
.box-content article p {
  padding: 10px;
  clear: both;
}
.box-content:before, .box-content:after {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: transparent;
  background-repeat: repeat-x;
}
.box-content:before {
  z-index: 1;
}
.box-content:after {
  bottom: -1px;
  z-index: 10;
  background-position: top center;
}
@media only screen and (max-width: 40em) {
  .box-content:after {
    height: 118px;
  }
}

.box-content-1 {
  -webkit-transform: translate(0, -90px);
  transform: translate(0, -90px);
}
@media only screen and (max-width: 64em) {
  .box-content-1 {
    -webkit-transform: translate(0, -45px);
    transform: translate(0, -45px);
    padding-top: 5%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 64em) {
  .home .box-content-1 {
    -webkit-transform: translate(0, -45px);
    transform: translate(0, -45px);
  }
}
@media only screen and (max-width: 40em) {
  .home .box-content-1 {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .home .box-content-1:before {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  .box-content {
    padding-bottom: 100px;
  }
}

.box-content-2:last-of-type {
  margin-bottom: -180px;
}
@media only screen and (max-width: 64em) {
  .box-content-2:last-of-type {
    margin-bottom: -250px;
  }
}
@media only screen and (max-width: 40em) {
  .box-content-2:last-of-type {
    margin-bottom: 0;
  }
}

.no-decor {
  padding-bottom: 20px;
  overflow: hidden;
}
.no-decor:before {
  display: none;
}
.no-decor:after {
  display: none;
}

.no-decor-bottom {
  padding-bottom: 20px;
}
.no-decor-bottom:after {
  display: none;
}

.no-decor-top {
  overflow: hidden;
  padding-top: 20px;
}
.no-decor-top:before {
  display: none;
}

.arrow-right {
  float: left;
  margin-right: 0.5em;
  margin-top: 0.325em;
  width: 0px;
  height: 0px;
  border-top: 0.250em solid transparent;
  border-bottom: 0.250em solid transparent;
  border-left: 0.25em solid #4b4a47;
}

.acces {
  color: #4b4a47;
  /* Box Contents without any CSS content added thanks to :before and :after pseudo-elements  */
}
.acces #caution-sign {
  width: 100%;
  max-width: 98px;
}
.acces #caution-sign + h2 {
  float: left;
  margin-top: 0.3em;
}
.acces .box-content#maps {
  padding-top: 230px;
}
@media only screen and (max-width: 80em) {
  .acces .box-content#maps {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 64em) {
  .acces .box-content#maps {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 40em) {
  .acces .box-content#maps {
    padding-top: 180px;
  }
}
.acces .box-content#maps .polaroid-container {
  margin-bottom: 50px;
}
.acces .box-content#maps .polaroid-container a {
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 2em;
  color: inherit;
  margin-top: 1em;
}
@media only screen and (max-width: 80em) {
  .acces .box-content#maps .polaroid-container a {
    font-size: 2em;
  }
}
@media only screen and (max-width: 64em) {
  .acces .box-content#maps .polaroid-container a {
    font-size: 1.750em;
  }
}
@media only screen and (max-width: 40em) {
  .acces .box-content#maps .polaroid-container a {
    font-size: 1.250em;
  }
}
.acces .box-content#maps .polaroid-container a.google-maps:hover {
  color: #a74b00;
}
.acces .box-content#maps .polaroid-container i.arrow-right {
  margin-left: 20px;
}
.acces .box-content#maps h2, .acces .box-content#maps h3, .acces .box-content#maps .google-maps {
  color: #4b4a47;
  text-shadow: 0px 2px 1px white;
  behavior: url(/pie/PIE.htc);
  behavior: url(/pie/PIE.htc);
}
.acces .box-content#maps h2, .acces .box-content#maps h3 {
  line-height: 1.2em;
}
.acces .box-content#maps h2 {
  font-size: 7.500em;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 80em) {
  .acces .box-content#maps h2 {
    font-size: 6.500em;
  }
}
@media only screen and (max-width: 64em) {
  .acces .box-content#maps h2 {
    font-size: 4.500em;
  }
}
@media only screen and (max-width: 40em) {
  .acces .box-content#maps h2 {
    font-size: 2.500em;
  }
}
.acces .box-content#maps h3 {
  font-size: 4.125em;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 80em) {
  .acces .box-content#maps h3 {
    font-size: 3.125em;
  }
}
@media only screen and (max-width: 64em) {
  .acces .box-content#maps h3 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 40em) {
  .acces .box-content#maps h3 {
    font-size: 1.875em;
  }
}
.acces .box-content#transports {
  padding-bottom: 180px;
  /*.tourelles & { padding-bottom: 180px; }*/
}
.acces .box-content#transports article {
  margin-bottom: 30px;
}
.acces .box-content#transports h2 {
  margin-top: 10px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 80em) {
  .acces .box-content#transports h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 64em) {
  .acces .box-content#transports h2 {
    margin-bottom: 10px;
  }
}
.acces .box-content#transports p {
  margin-bottom: 0;
}
.tourelles .acces .box-content#transports p {
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.acces .box-content#transports:after {
  background: none;
}
.acces .box-content#transports #how-to {
  font-size: 1.25em;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 40em) {
  .acces .box-content#transports #how-to {
    margin-top: 3%;
  }
}
.tourelles .acces .box-content#transports .transport p {
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.acces .box-content#infos {
  padding-bottom: 300px;
}
@media only screen and (max-width: 40em) {
  .acces .box-content#infos {
    padding-bottom: 180px;
  }
}
.acces .box-content#infos #caution-sign {
  margin-bottom: 1em;
}
.acces .box-content#infos article p {
  padding: 0.625em 10px;
  margin: 0 auto;
}
.acces .box-content#infos ul li {
  margin-bottom: 1.125em;
  color: #93918b;
}
.acces .box-content#infos ul li span {
  color: #4b4a47;
}
.acces .box-content#infos h2 {
  padding: 0 10px;
}
.acces .box-content#infos h3 {
  font-size: 1em;
  padding: 0 10px;
  margin-top: 1.625em;
  color: #4b4a47;
  font-family: Lato, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.acces .box-content#infos #infos-image {
  margin-top: 4em;
}
@media only screen and (max-width: 40em) {
  .acces .box-content#infos #infos-image {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 64em) {
  .acces .box-content#infos .large-5 {
    min-width: 50%;
  }
}
.acces .box-content#area address {
  line-height: 1.375em;
  text-shadow: 0px 2px 1px #fff;
  filter: dropshadow(color=white, offx=0, offy=1);
  behavior: url(/pie/PIE.htc);
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 3em;
}
.pleinciel .acces .box-content#area address {
  padding-top: 3.5em;
}
.tourelles .acces .box-content#area address {
  padding-top: 1em;
}
@media only screen and (max-width: 90em) {
  .acces .box-content#area address {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 80em) {
  .acces .box-content#area address {
    font-size: 2em;
  }
}
@media only screen and (max-width: 40em) {
  .acces .box-content#area address {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 30em) {
  .acces .box-content#area address {
    font-size: 1.35em;
  }
}
@media only screen and (max-width: 40em) {
  .acces .box-content#area address {
    text-shadow: 0px 1px 1px #fff;
    filter: dropshadow(color=white, offx=0, offy=1);
    behavior: url(/pie/PIE.htc);
  }
}
.acces .box-content#area span.small {
  font-size: 0.762em;
}
.acces .box-content#maps, .acces .box-content#transports, .acces .box-content#infos {
  overflow: hidden;
  padding-bottom: 50px;
}
@media only screen and (max-width: 40em) {
  .acces .box-content#maps, .acces .box-content#transports, .acces .box-content#infos {
    padding-bottom: 0;
  }
}
.acces .box-content#infos {
  padding-bottom: 200px;
}
.acces .box-content#area {
  overflow: hidden;
}

.contact .box-content {
  padding-top: 350px;
  overflow: hidden;
}
@media only screen and (max-width: 80em) {
  .contact .box-content {
    padding-top: 230px;
  }
}
@media only screen and (max-width: 64em) {
  .contact .box-content {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 40em) {
  .contact .box-content {
    padding-top: 160px;
    margin-bottom: 0;
  }
}
.contact .box-content .form-container {
  padding: 60px 100px 70px 48px;
  margin-bottom: 230px;
  min-width: 280px;
  background-image: url(../images/bg-noise-blue.png);
  background-color: #b8ccd1;
}
@media only screen and (max-width: 64em) {
  .contact .box-content .form-container {
    padding: 30px 50px 70px 24px;
  }
}
@media only screen and (max-width: 40em) {
  .contact .box-content .form-container {
    padding: 30px 50px 38px 50px;
    margin-bottom: 350px;
  }
}
.contact .box-content .polaroid .border {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact .box-content .pines-container {
  min-width: 280px;
  position: absolute;
  z-index: 60;
  pointer-events: none;
  bottom: -8%;
  left: -5%;
}
@media only screen and (max-width: 64em) {
  .contact .box-content .pines-container {
    bottom: -5%;
  }
}
@media only screen and (max-width: 40em) {
  .contact .box-content .pines-container {
    bottom: -15%;
    left: -5%;
  }
}
.contact .box-content form {
  position: relative;
  z-index: 55;
}
@media only screen and (max-width: 64em) {
  .contact .box-content form {
    font-size: 0.875em;
  }
}
.contact .box-content form input[type="text"], .contact .box-content form textarea {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #868686;
}
@media only screen and (max-width: 40em) {
  .contact .box-content form input[type="text"], .contact .box-content form textarea {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.contact .box-content form textarea {
  height: 340px;
}
.contact .box-content form label {
  line-height: 1.125em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.875em;
  text-transform: uppercase;
  color: #4b4a47;
}
@media only screen and (max-width: 40em) {
  .contact .box-content form label {
    padding-left: 0;
  }
}
.contact .box-content form label[for="number"] {
  min-width: 79px;
}
@media only screen and (max-width: 64em) {
  .contact .box-content form input[name="street"] {
    min-width: 75%;
  }
  .contact .box-content form input[name="number"] {
    min-width: 25%;
  }
  .contact .box-content form input[name="city"] {
    min-width: 50%;
  }
  .contact .box-content form label[for="number"] {
    min-width: 25%;
    text-align: left;
  }
  .contact .box-content form .specs {
    display: block;
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 40em) {
  .contact .box-content form .specs {
    display: inline-block;
    font-size: 1em;
  }
}
.contact .box-content form .submit-button {
  position: relative;
  margin-top: 40px;
  min-width: 230px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  behavior: url(/pie/PIE.htc);
  background-color: #00617a;
  background-image: url("../images/bg-leather-blue.png");
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 40em) {
  .contact .box-content form .submit-button {
    margin-top: 20px;
  }
}
.contact .box-content form .submit-button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.contact .box-content form .submit-button .coutures {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/pie/PIE.htc);
  pointer-events: none;
  border-color: #94c1cc;
  width: 98%;
  height: 94%;
  top: 3%;
  left: 1%;
}
@media only screen and (max-width: 40em) {
  .contact .box-content form .submit-button .coutures {
    width: 98.5%;
    left: 0.75%;
  }
}
.contact .box-content form .submit-button input[type="submit"] {
  color: white;
  padding: 20px;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.875em;
  border: 0 solid transparent;
  background-color: transparent;
}
.contact .box-content form .border-top {
  border-top: 1px solid #868686;
  margin-top: 20px;
}
.contact .box-content h2, .contact .box-content h3, .contact .box-content .google-maps {
  color: #4b4a47;
  text-shadow: 0px 2px 1px #fff;
  filter: dropshadow(color=white, offx=0, offy=1);
  behavior: url(/pie/PIE.htc);
}
.contact .box-content h2.large-8, .contact .box-content h3.large-8 {
  line-height: 1.2em;
}
@media only screen and (max-width: 80em) {
  .contact .box-content h2.large-8, .contact .box-content h3.large-8 {
    width: 90%;
  }
}
@media only screen and (max-width: 64em) {
  .contact .box-content h2.large-8, .contact .box-content h3.large-8 {
    width: 100%;
  }
}
.contact.pleinciel.winter .box-content .form-container {
  background-image: url(../images/bg-noise-blue.png);
  background-color: #b8ccd1;
}
.contact.pleinciel.summer .box-content .form-container {
  background-image: url(../images/bg-noise-brown.png);
  background-color: #b4c7a2;
}

.contact.newsletter .pines-container {
  bottom: -50%;
}
@media only screen and (max-width: 64em) {
  .contact.newsletter .pines-container {
    bottom: -30%;
  }
}
@media only screen and (max-width: 40em) {
  .contact.newsletter .pines-container {
    bottom: -50%;
  }
}

.only-text.pleinciel.winter {
  background-color: #b8ccd1;
}
.only-text.pleinciel.summer {
  background-color: #b4c7a2;
}
.only-text.tourelles {
  background-color: #b5d3e0;
}
.only-text .box-content {
  padding-bottom: 250px;
  margin-bottom: 0;
  padding-top: 250px;
}
@media only screen and (max-width: 80em) {
  .only-text .box-content {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 64em) {
  .only-text .box-content {
    padding-top: 175px;
  }
}
@media only screen and (max-width: 40em) {
  .only-text .box-content {
    padding-top: 100px;
  }
}
.only-text .box-content:first-child, .only-text .box-content.first {
  margin-bottom: 0;
  padding-top: 250px;
}
.only-text .box-content:last-child, .only-text .box-content.last {
  margin-bottom: 0;
  padding-bottom: 160px;
}
.only-text ul {
  margin-left: 2em;
}
.only-text article h2 {
  line-height: 1.075em;
}

.avis .box-content article {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}
.avis .box-content article.last-child, .avis .box-content article:last-child {
  border-bottom: 0px solid transparent;
}
.avis .box-content article h2 {
  text-align: left;
  margin-bottom: 0;
}

.heading {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
.heading h2, .heading h3 {
  line-height: 1.2em;
  color: #4b4a47;
  text-shadow: 0px 2px 1px #fff;
  filter: dropshadow(color=white, offx=0, offy=1);
}
.heading .button-container {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
}
.heading h2 {
  font-size: 7.500em;
  margin-bottom: 0;
}
@media only screen and (max-width: 80em) {
  .heading h2 {
    font-size: 5.500em;
  }
}
@media only screen and (max-width: 64em) {
  .heading h2 {
    font-size: 3.500em;
  }
}
@media only screen and (max-width: 40em) {
  .heading h2 {
    font-size: 2em;
  }
}
.heading h3 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 3.125em;
}
@media only screen and (max-width: 80em) {
  .heading h3 {
    font-size: 3.125em;
  }
}
@media only screen and (max-width: 64em) {
  .heading h3 {
    font-size: 2.125em;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 40em) {
  .heading h3 {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
}
.heading.smaller h2 {
  font-size: 5.500em;
  margin-bottom: 0;
}
@media only screen and (max-width: 80em) {
  .heading.smaller h2 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 64em) {
  .heading.smaller h2 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 40em) {
  .heading.smaller h2 {
    font-size: 2em;
  }
}
.heading.smaller h3 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 3.125em;
}
@media only screen and (max-width: 80em) {
  .heading.smaller h3 {
    font-size: 3.125em;
  }
}
@media only screen and (max-width: 64em) {
  .heading.smaller h3 {
    font-size: 2.125em;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 40em) {
  .heading.smaller h3 {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
}

header {
  position: absolute;
  top: 0;
  z-index: 100;
  min-width: 300px;
  max-width: 480px;
  /* TOGGLE */
}
header.static {
  position: static;
}
header #row-top {
  /*background: $color-nav-top;*/
  height: 30px;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #00627a;
  /*-webkit-transition: height 0.4s ease-out;
  -moz-transition: height 0.4s ease-out;
  -ms-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;*/
}
@media only screen and (max-width: 64em) {
  header #row-top {
    font-size: 0.575em;
  }
}
@media only screen and (max-width: 40em) {
  header #row-top {
    overflow: hidden;
    padding-top: 30px;
    height: 60px;
    text-align: left;
  }
  header #row-top nav {
    letter-spacing: -0.05em;
  }
}
header #row-top nav span, header #row-top nav ul {
  line-height: 1.6;
}
header #row-top nav li, header #row-top nav span {
  overflow: hidden;
}
header nav {
  display: inline-block;
}
@media only screen and (max-width: 64em) {
  header nav {
    float: left;
  }
}
header nav ul {
  list-style: none;
}
header nav span, header nav ul {
  display: inline-block;
  padding-top: 7px;
}
header nav li, header nav p {
  display: inline;
  padding-left: 0.915em;
}
header nav li.active, header nav li.active a {
  color: #a74b00;
}
header nav a:hover {
  color: #a74b00;
}
header nav li, header nav a, header nav span {
  display: inline-block;
}
header nav#nav-top {
  float: left;
  height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 80em) {
  header nav#nav-top li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  header nav#nav-top {
    display: none;
    width: 100%;
    margin-right: -40px;
  }
}
header nav#nav-top ul {
  margin-left: 0;
}
header nav#nav-lang li {
  width: auto;
}
.pleinciel header nav#nav-lang:after {
  content: "|";
  color: white;
  margin: 0 0.875em;
  display: inline-block;
  overflow: hidden;
  line-height: 1.6;
}
.pleinciel header nav#nav-lang li {
  width: auto;
}
@media only screen and (max-width: 64em) {
  .pleinciel header nav#nav-lang li {
    width: 2.165em;
  }
  .pleinciel header nav#nav-lang li:first-child {
    width: 1.2em;
  }
}
@media only screen and (max-width: 40em) {
  .pleinciel header nav#nav-lang {
    display: inline-block;
    float: left;
  }
  .pleinciel header nav#nav-lang li {
    width: auto;
  }
  .pleinciel header nav#nav-lang li:first-child {
    width: auto;
  }
  .pleinciel header nav#nav-lang:after {
    margin-right: 0;
  }
}
@media only screen and (max-width: 40em) {
  header nav#nav-lang {
    display: inline-block;
    float: left;
  }
}
header nav#nav-lang li.active, header nav#nav-contact a.active {
  color: #a74b00;
}
header nav#nav-lang li:first-child, header nav#nav-switch li:first-child {
  padding-left: 0;
}
header nav#nav-social ul {
  padding-top: 0;
  line-height: 1;
}
header nav#nav-social li {
  padding: 0 2px;
  font-size: 1.7em;
}
header nav#nav-social li a {
  display: inline-block;
  width: auto;
  text-align: center;
}
header nav#nav-social:after {
  content: "|";
  color: white;
  margin: 0 0.875em;
  display: inline-block;
  overflow: hidden;
  line-height: 1.6;
}
@media only screen and (max-width: 64em) {
  header nav#nav-social {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  header nav#nav-social {
    float: left;
    padding-top: 4px;
  }
  header nav#nav-social:after {
    content: "|";
    color: white;
    margin: 0 0.875em;
    display: inline-block;
    overflow: hidden;
    line-height: 1.6;
    margin-right: 0;
  }
}
header nav#nav-contact:after {
  content: "|";
  color: white;
  margin: 0 0.875em;
  display: inline-block;
  overflow: hidden;
  line-height: 1.6;
  /*margin-right: 0;*/
}
header nav#nav-contact .tel {
  padding-left: 10px;
}
@media only screen and (max-width: 80em) {
  header nav#nav-contact .tel {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  header nav#nav-contact {
    display: block;
    float: left;
  }
}
header #switch-hotel {
  position: relative;
  border-bottom: 3em solid #00617a;
  border-left: 2.5em solid transparent;
  width: 375px;
  float: right;
  display: inline-block;
  margin-top: 14px;
}
header #switch-hotel span {
  /*color: $color-bar-text;*/
  position: absolute;
  font-size: 1.1em;
  line-height: 1.2em;
  right: 0;
  padding-right: 24px;
  margin-top: 10px;
}
@media only screen and (max-width: 64em) {
  header #switch-hotel span {
    font-size: 0.9em;
    margin-top: 9px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 40em) {
  header #switch-hotel span {
    font-size: 1em;
  }
}
@media only screen and (max-width: 30em) {
  header #switch-hotel span {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 80em) {
  header #switch-hotel {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 64em) {
  header #switch-hotel {
    margin-top: 14px;
    max-width: 250px;
    border-bottom: 5em solid #00617a;
    border-left: 3.5em solid transparent;
  }
}
@media only screen and (max-width: 40em) {
  header #switch-hotel {
    border-bottom: 3em solid #00617a;
    border-left: 2.5em solid transparent;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 375px;
  }
  header #switch-hotel span {
    font-size: 1em;
    margin-top: 8px;
  }
  header #switch-hotel mark {
    display: inline-block;
  }
}
@media only screen and (max-width: 30em) {
  header #switch-hotel {
    max-width: 375px;
  }
}
header #expand-menu-btn {
  width: 13px;
  float: left;
  font-size: 1.275em;
  margin: 0.65em 1.125em;
}
header #expand-menu-btn.opened {
  color: #a74b00;
}
@media only screen and (min-width: 40em) {
  header #expand-menu-btn {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  header #expand-menu-btn {
    display: inline-block;
  }
}
header h1 {
  text-indent: -9999px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
header #row-header {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
header #row-header #logo-container {
  width: 180px;
  padding: 28px;
}
@media only screen and (max-width: 64em) {
  header #row-header #logo-container {
    width: 128px;
    padding: 14px;
  }
}
@media only screen and (max-width: 64em) {
  header #row-header #logo-container {
    max-width: 120px;
  }
}
@media only screen and (max-width: 40em) {
  header #row-header #logo-container {
    max-width: 110px;
  }
}
@media only screen and (max-width: 30em) {
  header #row-header #logo-container {
    max-width: 110px;
  }
}
header #logo {
  width: 100%;
  max-width: 120px;
  /*@media only screen and (max-width: 64em) { max-width: 80px; }
  @media only screen and (max-width: 40em) { max-width: 98px; }
  @media only screen and (max-width: 30em) { max-width: 88px; }*/
}
header #nav-main-wrap {
  padding: 3em 0 5em 0.5em;
  margin-right: -180px;
  overflow: hidden;
}
@media only screen and (max-width: 64em) {
  header #nav-main-wrap {
    padding: 1em 0 20px 0.5em;
    margin-right: -128px;
  }
}
@media only screen and (max-width: 40em) {
  header #nav-main-wrap {
    padding: 1em 0 20px 0.5em;
    margin-right: -40px;
    max-width: 400px;
  }
}
header nav#nav-main {
  position: relative;
  line-height: 1.2em;
  font-size: 2.4em;
  /*.tourelles & { font-size: 1.625em; }*/
  display: block;
  width: 100%;
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  border-radius: 24px 0 0 24px;
  behavior: url(/pie/PIE.htc);
  -webkit-box-shadow: -4px 8px 10px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -4px 8px 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: -4px 8px 10px -2px rgba(0, 0, 0, 0.4);
  border-color: transparent;
  border-style: solid;
  border-width: 20px 0px 20px 21px;
  -moz-border-image: url(../images/stitch.png) 20 0 20 21 repeat;
  -webkit-border-image: url(../images/stitch.png) 20 0 20 21 repeat;
  -o-border-image: url(../images/stitch.png) 20 0 20 21 repeat;
  border-image: url(../images/stitch.png) 20 0 20 21 fill repeat;
  behavior: url(/pie/PIE.htc);
  text-transform: uppercase;
  max-height: 11em;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  border: none;
  -webkit-border-image: none;
  -moz-border-image: none;
  -o-border-image: none;
  border-image: none;
  behavior: url(/pie/PIE.htc);
}
header nav#nav-main li {
  padding-left: 0.263em;
}
.pleinciel header nav#nav-main {
  text-shadow: 0px 1px 2px white;
  behavior: url(/pie/PIE.htc);
}
.pleinciel header nav#nav-main li.active, .pleinciel header nav#nav-main li.active a {
  color: #a74b00;
}
.pleinciel header nav#nav-main li, .pleinciel header nav#nav-main #mobile-menu-btn {
  color: #4c4b49;
}
.pleinciel header nav#nav-main li a, .pleinciel header nav#nav-main #mobile-menu-btn a {
  color: inherit;
}
.pleinciel header nav#nav-main li a:hover, .pleinciel header nav#nav-main #mobile-menu-btn a:hover {
  color: #a74b00;
}
.pleinciel header nav#nav-main li:after {
  color: #4c4b49;
}
.tourelles header nav#nav-main {
  text-shadow: 0px 1px 0px #522919;
  behavior: url(/pie/PIE.htc);
}
.tourelles header nav#nav-main li.active, .tourelles header nav#nav-main li.active a {
  color: #4d2617;
}
.tourelles header nav#nav-main li, .tourelles header nav#nav-main #mobile-menu-btn {
  color: #ffeee8;
}
.tourelles header nav#nav-main li a, .tourelles header nav#nav-main #mobile-menu-btn a {
  color: inherit;
}
.tourelles header nav#nav-main li a:hover, .tourelles header nav#nav-main #mobile-menu-btn a:hover {
  color: #4d2617;
}
.tourelles header nav#nav-main li:after {
  color: #ffeee8;
}
header nav#nav-main #mobile-menu-btn {
  display: none;
  position: relative;
  left: 15px;
  margin: 0;
  padding: 1.5% 1%;
  z-index: 145;
}
.chrome header nav#nav-main #mobile-menu-btn {
  top: 2px;
  left: 15px;
}
@media only screen and (max-width: 40em) {
  header nav#nav-main #mobile-menu-btn {
    display: block;
  }
}
header nav#nav-main ul {
  position: relative;
  top: 2px;
  left: 15px;
  margin: 0;
  padding: 0;
  z-index: 145;
}
@media only screen and (max-width: 40em) {
  header nav#nav-main ul {
    display: none;
  }
}
header nav#nav-main li, header nav#nav-main #mobile-menu-btn {
  font-weight: bold;
}
header nav#nav-main li a, header nav#nav-main #mobile-menu-btn a {
  font-weight: normal;
}
header nav#nav-main li:after {
  content: "•";
  margin-left: 14px;
}
header nav#nav-main li:last-child::after {
  content: "";
}
header nav#nav-main .coutures {
  display: block;
  overflow: hidden;
  width: 99.8%;
  height: 90%;
  top: 5%;
  left: 3px;
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  border-radius: 24px 0 0 24px;
  behavior: url(/pie/PIE.htc);
  border-right: 0;
}
header nav#nav-main .coutures:after, header nav#nav-main .coutures:before {
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  border-radius: 24px 0 0 24px;
  behavior: url(/pie/PIE.htc);
  border-right: 0;
  left: -1px;
}
header nav#nav-main .coutures:after {
  top: -2px;
  left: -2px;
}
header nav#nav-main .coutures.closed header nav#nav-main .coutures {
  height: 90%;
  top: 5%;
}
header nav#nav-main .coutures.opened {
  height: 98%;
  top: 1%;
}
@media only screen and (max-width: 80em) {
  header nav#nav-main {
    font-size: 2em;
    /*.tourelles & { font-size: 1.5em; line-height: 2em; }*/
  }
  header nav#nav-main li {
    padding-left: 0.156em;
  }
  header nav#nav-main li:after {
    margin-left: 0.281em;
  }
}
@media only screen and (max-width: 64em) {
  header nav#nav-main {
    font-size: 1.7em;
    /*.tourelles & { font-size: 1em; }*/
  }
  header nav#nav-main li {
    padding-left: 3px;
  }
  header nav#nav-main li:after {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 40em) {
  header nav#nav-main {
    font-size: 1.8em;
    /*.tourelles & { font-size: 1.375em; }*/
    float: right;
    max-height: 100%;
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header nav#nav-main li {
    display: list-item;
    line-height: 1.725em;
    padding-left: 0;
  }
  header nav#nav-main li:after {
    display: none;
  }
  header nav#nav-main li:before {
    margin-right: 0.357em;
    content: "•";
    color: #4c4b49;
  }
  .tourelles header nav#nav-main li:before {
    color: #ffeee8;
  }
  header nav#nav-main li.active, header nav#nav-main li:active {
    color: #a74b00;
  }
  .tourelles header nav#nav-main li.active, .tourelles header nav#nav-main li:active {
    color: #4d2617;
  }
}
@media only screen and (max-width: 40em) {
  header.closed #nav-top {
    height: auto;
    min-height: 30px;
    width: 0;
  }
}
@media only screen and (max-width: 40em) {
  header.opened #row-top {
    height: auto;
    min-height: 60px;
  }
  header.opened #nav-top {
    display: block;
    /*width: 86%; width: auto; max-width: 300px; */
  }
  header.opened #nav-social {
    display: inline-block;
  }
}
@media only screen and (max-width: 30em) {
  header.opened #nav-social {
    display: none;
  }
}

#link-booking {
  position: fixed;
  z-index: 1000;
  right: 2%;
  top: 64px;
  color: white;
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/pie/PIE.htc);
  border-color: transparent;
  border-style: solid;
  border-width: 22px 27px 19px;
  -moz-border-image: url(../images/stitch-orange.png) 22 27 19 repeat;
  -webkit-border-image: url(../images/stitch-orange.png) 22 27 19 repeat;
  -o-border-image: url(../images/stitch-orange.png) 22 27 19 repeat;
  border-image: url(../images/button-stitch-orange.png) 22 27 19 fill repeat;
  behavior: url(/pie/PIE.htc);
  text-transform: uppercase;
  text-align: center;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  padding-top: 0.5em;
  border: none;
  -webkit-border-image: none;
  -moz-border-image: none;
  -o-border-image: none;
  border-image: none;
  behavior: url(/pie/PIE.htc);
}
#link-booking span {
  display: block;
  font-family: 'Myriad Pro', Myriad, Verdana, sans-serif;
  line-height: 1em;
}
#link-booking span.price {
  margin-left: -0.25em;
}
#link-booking span .apd {
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-right: 0.35em;
  text-transform: none;
  font-size: 50%;
  letter-spacing: 0.075em;
}
#link-booking strong {
  font-weight: normal;
}
#link-booking .icon.hand {
  content: "☞";
  display: block;
  border-top: 2px solid white;
  width: 60%;
  margin: 6% auto 0 auto;
  text-align: center;
  font-size: 1.5em;
  font-family: Arial, sans-serif;
}
.lt-ie9 #link-booking .icon.hand {
  content: " ";
  text-indent: -99999px;
}
@media only screen and (max-width: 40em) {
  #link-booking .icon.hand {
    border-top: 1px solid white;
  }
}
.pleinciel #link-booking {
  /*@include fontFamily(abraham_lincolnregular);*/
  background: #c07b20 url(/images/bg-leather-orange.jpg) center center;
  text-shadow: 0px 1px 2px #6b410e;
  behavior: url(/pie/PIE.htc);
}
.pleinciel #link-booking .coutures {
  border-color: #efa739;
}
.tourelles #link-booking {
  background: #41c9e6 url(/images/bg-noise-turquoise.png) center center;
  text-shadow: 0px 1px 2px #399eb3;
  behavior: url(/pie/PIE.htc);
}
.tourelles #link-booking .coutures {
  border-color: #a6def2;
}
#link-booking .coutures {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/pie/PIE.htc);
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
  transition: border 200ms ease-out;
}
#link-booking .coutures:after, #link-booking .coutures:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/pie/PIE.htc);
}
#link-booking:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  behavior: url(/pie/PIE.htc);
}
#link-booking:hover .coutures {
  border-color: rgba(255, 255, 255, 0.7);
  -webkit-animation: spinAround 18s linear infinite;
  -moz-animation: spinAround 18s linear infinite;
  animation: spinAround 18s linear infinite;
}
@media only screen and (min-width: 90em) {
  #link-booking {
    right: 3.5%;
  }
}
@media only screen and (max-width: 80em) {
  #link-booking {
    right: 1%;
    top: 64px;
    font-size: 1.4em;
    width: 105px;
    height: 105px;
  }
}
@media only screen and (max-width: 64em) {
  #link-booking {
    right: 0.4em;
    top: 2.5em;
    font-size: 1.2em;
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 40em) {
  #link-booking {
    right: 0.2em;
    top: 4.125em;
    font-size: 1em;
    width: 78px;
    height: 78px;
  }
}
@media only screen and (max-width: 30em) {
  #link-booking {
    right: 0.1em;
    top: 4.125em;
    font-size: 1em;
    width: 75px;
    height: 75px;
  }
}

/* COMMON page */
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common {
    min-width: 580px;
  }
}
@media only screen and (max-width: 30em) {
  .common {
    min-width: 100%;
  }
}
.common #header-pleinciel {
  z-index: 1000;
}
.common .header-container .header {
  min-width: 0;
}
.common .header-container .common-heading {
  margin-top: 5%;
  color: white;
  text-shadow: 0px 1px 0px #522919;
  behavior: url(/pie/PIE.htc);
}
.common .header-container .common-heading h1, .common .header-container .common-heading h2 {
  color: white;
  width: auto;
  height: auto;
  margin: auto;
}
.common .header-container .common-heading h1 {
  text-indent: 0;
  font-size: 4.500em;
  line-height: 1em;
}
@media only screen and (max-width: 64em) {
  .common .header-container .common-heading h1 {
    font-size: 3.500em;
  }
}
@media only screen and (max-width: 40em) {
  .common .header-container .common-heading h1 {
    font-size: 2.500em;
  }
}
@media only screen and (max-width: 30em) {
  .common .header-container .common-heading h1 {
    font-size: 1.750em;
  }
}
.common .header-container .common-heading h2 {
  font-size: 2.3125em;
}
@media only screen and (max-width: 80em) {
  .common .header-container .common-heading h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 64em) {
  .common .header-container .common-heading h2 {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 40em) {
  .common .header-container .common-heading h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 30em) {
  .common .header-container .common-heading h2 {
    font-size: 1.125em;
  }
}
.common .header-container .nav-main-wrap {
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 110px;
}
.common .header-container .nav-main-wrap.left {
  padding-left: 0;
  margin-left: 0;
}
.common .header-container .nav-main-wrap.right {
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 40em) {
  .common .header-container .nav-main-wrap {
    width: 90%;
  }
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common .header-container .nav-main-wrap {
    width: 85%;
  }
}
@media only screen and (max-width: 30em) {
  .common .header-container .nav-main-wrap {
    width: 95%;
  }
}
.common .header-container nav.nav-main {
  position: relative;
  line-height: 1.2em;
  font-size: 1.500em;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -4px 8px 10px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -4px 8px 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: -4px 8px 10px -2px rgba(0, 0, 0, 0.4);
  border-color: transparent;
  border-style: solid;
  border-width: 20px 0px 20px 21px;
  -moz-border-image: url(../images/stitch.png) 20 0 20 21 repeat;
  -webkit-border-image: url(../images/stitch.png) 20 0 20 21 repeat;
  -o-border-image: url(../images/stitch.png) 20 0 20 21 repeat;
  border-image: url(../images/stitch.png) 20 0 20 21 fill repeat;
  behavior: url(/pie/PIE.htc);
  text-transform: uppercase;
  max-height: 11em;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  border: none;
  -webkit-border-image: none;
  -moz-border-image: none;
  -o-border-image: none;
  border-image: none;
}
@media only screen and (max-width: 80em) {
  .common .header-container nav.nav-main {
    font-size: 1.500em;
  }
}
@media only screen and (max-width: 64em) {
  .common .header-container nav.nav-main {
    font-size: 1.350em;
  }
}
@media only screen and (max-width: 40em) {
  .common .header-container nav.nav-main {
    font-size: 1.200em;
  }
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common .header-container nav.nav-main {
    font-size: 1em;
  }
}
.common .header-container nav.nav-main.closed {
  max-height: 54px;
}
@media only screen and (max-width: 80em) {
  .common .header-container nav.nav-main.closed {
    max-height: 54px;
  }
}
@media only screen and (max-width: 64em) {
  .common .header-container nav.nav-main.closed {
    max-height: 50px;
  }
}
@media only screen and (max-width: 40em) {
  .common .header-container nav.nav-main.closed {
    max-height: 45px;
  }
}
.common .header-container nav.nav-main.opened .coutures {
  height: 96%;
  top: 2%;
}
.common .header-container nav.nav-main > ul {
  position: relative;
  top: 2px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  left: 0;
  z-index: 45;
}
.common .header-container nav.nav-main > ul.push-1 {
  margin-left: 3.66667%;
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common .header-container nav.nav-main > ul.push-1 {
    margin-left: 0;
  }
}
.common .header-container nav.nav-main > ul.pull-1 {
  margin-left: -8.33333%;
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common .header-container nav.nav-main > ul.pull-1 {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 40em) {
  .common .header-container nav.nav-main > ul {
    line-height: 1em;
  }
}
.common .header-container nav.nav-main li {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}
.common .header-container nav.nav-main li ul.dropdown {
  display: block;
  position: absolute;
  z-index: 99;
  left: 0;
  top: auto;
  background: transparent;
  min-width: 150%;
  margin-left: 0;
  padding-top: 0;
  font-size: 0.925em;
  line-height: 1.375em;
  text-transform: none;
}
.common .header-container nav.nav-main li ul.dropdown li {
  float: left;
  text-align: left;
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0;
}
.common .header-container nav.nav-main li i.icon {
  float: left;
  display: inline-block;
  font-size: 0.625em;
  padding-top: 0.5em;
  padding-right: 0.5em;
}
@media only screen and (max-width: 40em) {
  .common .header-container nav.nav-main li i.icon {
    padding-top: 0;
  }
}
.common .header-container nav.nav-main li.has-dropdown {
  position: relative;
  height: 40px;
  overflow: hidden;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common .header-container nav.nav-main li.has-dropdown li i.icon {
  padding-top: 0;
  padding-right: 0;
  font-size: 1em;
  width: 1.25em;
  text-align: center;
}
.common .header-container nav.nav-main li.has-dropdown.closed ul.dropdown {
  display: none;
}
.common .header-container nav.nav-main li.has-dropdown.opened {
  height: 110px;
  pointer: cursor;
}
@media only screen and (max-width: 40em) {
  .common .header-container nav.nav-main li.has-dropdown.opened {
    height: 86px;
  }
}
.common .header-container nav.nav-main li.has-dropdown.opened ul.dropdown {
  display: block;
}
.common .header-container nav.nav-main.left {
  -moz-border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  border-radius: 0 24px 24px 0;
  behavior: url(/pie/PIE.htc);
}
.common .header-container nav.nav-main.left .coutures, .common .header-container nav.nav-main.left .coutures:before, .common .header-container nav.nav-main.left .coutures:after {
  -moz-border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  border-radius: 0 24px 24px 0;
  behavior: url(/pie/PIE.htc);
  left: -2px;
}
.common .header-container nav.nav-main.right {
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  border-radius: 24px 0 0 24px;
  behavior: url(/pie/PIE.htc);
}
.common .header-container nav.nav-main.right .coutures, .common .header-container nav.nav-main.right .coutures:before, .common .header-container nav.nav-main.right .coutures:after {
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  border-radius: 24px 0 0 24px;
  behavior: url(/pie/PIE.htc);
}
.common .header-container nav.nav-main#nav-main-pleinciel {
  text-shadow: 0px 1px 2px white;
  behavior: url(/pie/PIE.htc);
  background: #c8c7c5 url(/images/bg-leather.jpg);
}
@media only screen and (max-width: 40em) {
  .common .header-container nav.nav-main#nav-main-pleinciel {
    background-image: url(/images/bg-leather.jpg);
  }
}
.common .header-container nav.nav-main#nav-main-pleinciel li.active, .common .header-container nav.nav-main#nav-main-pleinciel li.active a {
  color: #a74b00;
}
.common .header-container nav.nav-main#nav-main-pleinciel li, .common .header-container nav.nav-main#nav-main-pleinciel #mobile-menu-btn {
  color: #4c4b49;
}
.common .header-container nav.nav-main#nav-main-pleinciel li a, .common .header-container nav.nav-main#nav-main-pleinciel #mobile-menu-btn a {
  color: inherit;
}
.common .header-container nav.nav-main#nav-main-pleinciel li a:hover, .common .header-container nav.nav-main#nav-main-pleinciel #mobile-menu-btn a:hover {
  color: #a74b00;
}
.common .header-container nav.nav-main#nav-main-pleinciel li:after {
  color: #4c4b49;
}
.common .header-container nav.nav-main#nav-main-tourelles {
  text-shadow: 0px 1px 0px #522919;
  behavior: url(/pie/PIE.htc);
  background: #ab3507 url(/images/bg-noise-red.png);
}
@media only screen and (max-width: 40em) {
  .common .header-container nav.nav-main#nav-main-tourelles {
    background-image: url(/images/bg-noise-red.png);
  }
}
.common .header-container nav.nav-main#nav-main-tourelles li.active, .common .header-container nav.nav-main#nav-main-tourelles li.active a {
  color: #4d2617;
}
.common .header-container nav.nav-main#nav-main-tourelles li, .common .header-container nav.nav-main#nav-main-tourelles #mobile-menu-btn {
  color: #ffeee8;
}
.common .header-container nav.nav-main#nav-main-tourelles li a, .common .header-container nav.nav-main#nav-main-tourelles #mobile-menu-btn a {
  color: inherit;
}
.common .header-container nav.nav-main#nav-main-tourelles li a:hover, .common .header-container nav.nav-main#nav-main-tourelles #mobile-menu-btn a:hover {
  color: #4d2617;
}
.common .header-container nav.nav-main#nav-main-tourelles li:after {
  color: #ffeee8;
}
.common .header-container nav.nav-main#nav-main-wrap-pleinciel {
  text-shadow: 0px 1px 2px white;
  behavior: url(/pie/PIE.htc);
  background: #c8c7c5 url(/images/bg-nav-grey.png);
}
@media only screen and (max-width: 40em) {
  .common .header-container nav.nav-main#nav-main-wrap-pleinciel {
    background-image: url(/images/bg-leather.jpg);
  }
}
.common .header-container nav.nav-main#nav-main-wrap-pleinciel li.active, .common .header-container nav.nav-main#nav-main-wrap-pleinciel li.active a {
  color: #a74b00;
}
.common .header-container nav.nav-main#nav-main-wrap-pleinciel li, .common .header-container nav.nav-main#nav-main-wrap-pleinciel #mobile-menu-btn {
  color: #4c4b49;
}
.common .header-container nav.nav-main#nav-main-wrap-pleinciel li a, .common .header-container nav.nav-main#nav-main-wrap-pleinciel #mobile-menu-btn a {
  color: inherit;
}
.common .header-container nav.nav-main#nav-main-wrap-pleinciel li a:hover, .common .header-container nav.nav-main#nav-main-wrap-pleinciel #mobile-menu-btn a:hover {
  color: #a74b00;
}
.common .header-container nav.nav-main#nav-main-wrap-pleinciel li:after {
  color: #4c4b49;
}
.common .header-container nav.nav-main#nav-main-wrap-tourelles {
  text-shadow: 0px 1px 0px #522919;
  behavior: url(/pie/PIE.htc);
  background: #ab3507 url(/images/bg-nav-red.png);
}
@media only screen and (max-width: 40em) {
  .common .header-container nav.nav-main#nav-main-wrap-tourelles {
    background-image: url(/images/bg-noise-red.png);
  }
}
.common .header-container nav.nav-main#nav-main-wrap-tourelles li.active, .common .header-container nav.nav-main#nav-main-wrap-tourelles li.active a {
  color: #4d2617;
}
.common .header-container nav.nav-main#nav-main-wrap-tourelles li, .common .header-container nav.nav-main#nav-main-wrap-tourelles #mobile-menu-btn {
  color: #ffeee8;
}
.common .header-container nav.nav-main#nav-main-wrap-tourelles li a, .common .header-container nav.nav-main#nav-main-wrap-tourelles #mobile-menu-btn a {
  color: inherit;
}
.common .header-container nav.nav-main#nav-main-wrap-tourelles li a:hover, .common .header-container nav.nav-main#nav-main-wrap-tourelles #mobile-menu-btn a:hover {
  color: #4d2617;
}
.common .header-container nav.nav-main#nav-main-wrap-tourelles li:after {
  color: #ffeee8;
}
.common .header-container nav.nav-main li, .common .header-container nav.nav-main #mobile-menu-btn {
  font-weight: bold;
}
.common .header-container nav.nav-main li a, .common .header-container nav.nav-main #mobile-menu-btn a {
  font-weight: normal;
}
.common .header-container nav.nav-main li:last-child::after {
  content: "";
}
.common .header-container nav.nav-main .coutures {
  display: block;
  overflow: hidden;
  width: 99.8%;
  height: 90%;
  top: 5%;
  left: 3px;
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  border-radius: 24px 0 0 24px;
  behavior: url(/pie/PIE.htc);
  border-right: 0;
}
.common .header-container nav.nav-main .coutures:after, .common .header-container nav.nav-main .coutures:before {
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  border-radius: 24px 0 0 24px;
  behavior: url(/pie/PIE.htc);
  border-right: 0;
  left: -1px;
}
.common .header-container nav.nav-main .coutures:after {
  height: 105%;
  top: 0;
  left: 1px;
}
.common .header-container nav.nav-main .coutures.closed .common .header-container nav.nav-main .coutures {
  height: 90%;
  top: 5%;
}
.common .header-container nav.nav-main .coutures.opened {
  height: 98%;
  top: 1%;
}
@media only screen and (max-width: 80em) {
  .common .header-container nav.nav-main li {
    padding-left: 0.156em;
  }
  .common .header-container nav.nav-main li:after {
    margin-left: 0.281em;
  }
}
@media only screen and (max-width: 64em) {
  .common .header-container nav.nav-main li {
    padding-left: 3px;
  }
  .common .header-container nav.nav-main li:after {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 40em) {
  .common .header-container nav.nav-main {
    max-height: 100%;
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .common .header-container nav.nav-main li {
    padding-left: 0;
  }
  .common .header-container nav.nav-main li:after {
    display: none;
  }
  .common .header-container nav.nav-main li:before {
    margin-right: 0.357em;
    color: #4c4b49;
  }
  .tourelles .common .header-container nav.nav-main li:before {
    color: #ffeee8;
  }
  .common .header-container nav.nav-main li.active, .common .header-container nav.nav-main li:active {
    color: #a74b00;
  }
  .tourelles .common .header-container nav.nav-main li.active, .tourelles .common .header-container nav.nav-main li:active {
    color: #4d2617;
  }
}

/*End COMMON*/
section#slider-main {
  padding-bottom: 22vw;
  /*.anchor.easehide {
    -webkit-transform: perspective(800) translate3d(0,200px,100px);
    -moz-transform: perspective(800) translate3d(0,200px,100px);
    transform: perspective(800) translate3d(0,200px,100px);
   }*/
}
.tourelles section#slider-main {
  padding-bottom: 230px;
}
@media only screen and (max-width: 80em) {
  section#slider-main {
    font-size: 75%;
  }
  .tourelles section#slider-main {
    padding-bottom: 190px;
  }
}
@media only screen and (max-width: 64em) {
  section#slider-main {
    font-size: 75%;
  }
  .tourelles section#slider-main {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 40em) {
  section#slider-main {
    padding-bottom: 20px;
    /*&:after {
      height: 434px;
    }*/
  }
  .tourelles section#slider-main {
    padding-bottom: 20px;
  }
}
section#slider-main > article {
  margin-bottom: 5%;
  position: relative;
  opacity: 1;
  -webkit-transition: all 1600ms cubic-bezier(0.37, 0, 0.075, 0.995);
  -moz-transition: all 1600ms cubic-bezier(0.37, 0, 0.075, 0.995);
  -ms-transition: all 1600ms cubic-bezier(0.37, 0, 0.075, 0.995);
  -o-transition: all 1600ms cubic-bezier(0.37, 0, 0.075, 0.995);
  transition: all 1600ms cubic-bezier(0.37, 0, 0.075, 0.995);
}
@media only screen and (max-width: 40em) {
  section#slider-main > article {
    margin-bottom: 15%;
  }
}
section#slider-main > article > figure {
  background: #ffffff;
}
section#slider-main > article.current, section#slider-main > article.hidden {
  position: absolute;
  top: 0;
}
section#slider-main > article.hidden {
  -webkit-transform: scale(1.6) translate3d(200px, 0, 0);
  -webkit-filter: blur(20px);
  opacity: 0;
}
@media only screen and (max-width: 80em) {
  section#slider-main > article {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: 40em) {
  section#slider-main > article {
    width: 120%;
    margin: 0 auto;
  }
}
section#slider-main h2, section#slider-main h3 {
  /* Opacity */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  /* Transition */
  transition: opacity 2s linear 0s;
  -webkit-transition: opacity 2s linear 0s;
  -moz-transition: opacity 2s linear 0s;
  -o-transition: opacity 2s linear 0s;
}
section#slider-main aside {
  /* Opacity */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  /* Transition */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 1s cubic-bezier(0.14, 0, 0.29, 0.775) 0s;
  -webkit-transition: all 1s cubic-bezier(0.14, 0, 0.29, 0.775) 0s;
  /* older webkit */
  -webkit-transition: all 1s cubic-bezier(0.14, -0.6, 0.29, 0.775) 0s;
  -moz-transition: all 1s cubic-bezier(0.14, 0, 0.29, 0.775) 0s;
  -o-transition: all 1s cubic-bezier(0.14, 0, 0.29, 0.775) 0s;
}
section#slider-main .anchor {
  margin-top: 8%;
  /* Opacity */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  /* Transition */
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 1.6s, 500ms;
  -webkit-transition-delay: 0s, 0s;
  -webkit-transition-timing-function: linear, cubic-bezier(0.37, 0, 0.075, 0.995);
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 1.6s, 500ms;
  -moz-transition-delay: 0s, 0s;
  -moz-transition-timing-function: linear, cubic-bezier(0.37, 0, 0.075, 0.995);
  transition-property: opacity, transform;
  transition-duration: 1.6s, 500ms;
  transition-delay: 0s, 0s;
  transition-timing-function: linear, cubic-bezier(0.37, 0, 0.075, 0.995);
}
.tourelles section#slider-main .anchor {
  margin-top: 150px;
}
@media only screen and (max-width: 80em) {
  .tourelles section#slider-main .anchor {
    margin-top: 0;
  }
}
.tourelles.restaurant section#slider-main .anchor {
  margin-top: -8%;
}
section#slider-main h2.easehide, section#slider-main h3.easehide, section#slider-main aside.easehide, section#slider-main #info-block.easehide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
section#slider-main aside.easehide {
  -webkit-transform: perspective(800) rotateX(180deg) rotateY(90deg) translateZ(900px);
  -moz-transform: perspective(800) rotateX(180deg) rotateY(90deg) translateZ(900px);
  transform: perspective(800) rotateX(180deg) rotateY(90deg) translateZ(900px);
}
section#slider-main #info-block {
  z-index: 1000;
  margin-top: -4%;
}
@media only screen and (max-width: 64em) {
  section#slider-main #info-block {
    width: 100%;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 40em) {
  section#slider-main #info-block {
    display: none;
  }
}
section#slider-main #info-block div {
  width: auto;
  float: left;
}
section#slider-main #info-block .info-container, section#slider-main #info-block .coutures, section#slider-main #info-block .coutures:after, section#slider-main #info-block .coutures:before {
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  behavior: url(/pie/PIE.htc);
}
section#slider-main #info-block .fb-like {
  min-height: 61px;
  width: 100%;
  max-width: 85px;
  margin: 15px auto 15px 35px;
  /*margin-left: 0.150em;
  margin-right: 0.150em;*/
  background-color: transparent;
}
section#slider-main #info-block .fb-like > span {
  display: inline-block;
  margin: 0 auto;
}
section#slider-main #info-block #ecolabel a {
  display: block;
}
section#slider-main #info-block #ecolabel img {
  width: auto;
  max-height: 90px;
  height: auto;
}
section#slider-main #info-block .info-container {
  position: relative;
  width: 258px;
  padding: 15px 30px;
}
section#slider-main #info-block .coutures {
  left: 1.75%;
  top: 5px;
  width: 96.5%;
  height: 110px;
}
section#slider-main .nav-left, section#slider-main .nav-right {
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 11;
  top: 45%;
  left: -1em;
  cursor: pointer;
  -moz-border-radius: 50% 0 0 50%;
  -webkit-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
  behavior: url(/pie/PIE.htc);
  -webkit-box-shadow: -4px 8px 10px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -4px 8px 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: -4px 8px 10px -2px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 1px 2px white;
  behavior: url(/pie/PIE.htc);
  border-color: transparent;
  border-style: solid;
  border-width: 20px 0px 20px 21px;
  -moz-border-image: url(/images/stitch.png) 20 0 20 21 repeat;
  -webkit-border-image: url(/images/stitch.png) 20 0 20 21 repeat;
  -o-border-image: url(/images/stitch.png) 20 0 20 21 repeat;
  border-image: url(/images/stitch.png) 20 0 20 21 fill repeat;
  behavior: url(/pie/PIE.htc);
  border: none;
  -webkit-border-image: none;
  -moz-border-image: none;
  -o-border-image: none;
  border-image: none;
  -webkit-transition: all 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  -moz-transition: all 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  -ms-transition: all 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  -o-transition: all 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
  transition: all 200ms cubic-bezier(0.37, 0, 0.075, 0.995);
}
@media only screen and (max-width: 40em) {
  section#slider-main .nav-left, section#slider-main .nav-right {
    top: 28%;
  }
}
@media only screen and (max-width: 30em) {
  section#slider-main .nav-left, section#slider-main .nav-right {
    top: 25%;
  }
}
.pleinciel section#slider-main .nav-left, .pleinciel section#slider-main .nav-right {
  background: #c8c7c5 url(/images/bg-leather.jpg);
}
.tourelles section#slider-main .nav-left, .tourelles section#slider-main .nav-right {
  background: #ab3507 url(/images/bg-noise-red.png);
}
@media only screen and (max-width: 80em) {
  section#slider-main .nav-left, section#slider-main .nav-right {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 40em) {
  section#slider-main .nav-left, section#slider-main .nav-right {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 30em) {
  section#slider-main .nav-left, section#slider-main .nav-right {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}
section#slider-main .nav-left .coutures, section#slider-main .nav-right .coutures {
  display: block;
  width: 99.8%;
  overflow: hidden;
  height: 90%;
  top: 5%;
  left: 1%;
  -moz-border-radius: 50% 0 0 50%;
  -webkit-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
  behavior: url(/pie/PIE.htc);
  border-right: 0;
}
section#slider-main .nav-left .coutures:after, section#slider-main .nav-left .coutures:before, section#slider-main .nav-right .coutures:after, section#slider-main .nav-right .coutures:before {
  -moz-border-radius: 50% 0 0 50%;
  -webkit-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
  behavior: url(/pie/PIE.htc);
  border-right: 0;
  left: -1px;
}
section#slider-main .nav-left .coutures:after, section#slider-main .nav-right .coutures:after {
  top: -2px;
  left: -2px;
}
section#slider-main .nav-left:after, section#slider-main .nav-right:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 65%;
  top: 15%;
  left: 5%;
  z-index: 5;
}
section#slider-main .nav-right {
  left: auto;
  right: -1em;
}
section#slider-main .nav-right .coutures {
  left: 5%;
}
.pleinciel section#slider-main .nav-right:after {
  background: transparent url(/images/arrow-right.svg) no-repeat center center;
}
.no-svg .pleinciel section#slider-main .nav-right:after {
  background-image: url(/images/arrow-right.png);
}
.tourelles section#slider-main .nav-right:after {
  background: transparent url(/images/arrow-right-white.svg) no-repeat center center;
}
.no-svg .tourelles section#slider-main .nav-right:after {
  background-image: url(/images/arrow-right-white.png);
}
section#slider-main .nav-right:hover {
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  -o-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
@media only screen and (max-width: 80em) {
  section#slider-main .nav-right:hover {
    -webkit-transform: scale(0.9) translate3d(-8px, 0, 0);
    -moz-transform: scale(0.9) translate3d(-8px, 0, 0);
    -o-transform: scale(0.9) translate3d(-8px, 0, 0);
    transform: scale(0.9) translate3d(-8px, 0, 0);
  }
}
@media only screen and (max-width: 40em) {
  section#slider-main .nav-right:hover {
    -webkit-transform: scale(0.8) translate3d(-7px, 0, 0);
    -moz-transform: scale(0.8) translate3d(-7px, 0, 0);
    -o-transform: scale(0.8) translate3d(-7px, 0, 0);
    transform: scale(0.8) translate3d(-7px, 0, 0);
  }
}
@media only screen and (max-width: 30em) {
  section#slider-main .nav-right:hover {
    -webkit-transform: scale(0.7) translate3d(-7px, 0, 0);
    -moz-transform: scale(0.7) translate3d(-7px, 0, 0);
    -o-transform: scale(0.7) translate3d(-7px, 0, 0);
    transform: scale(0.7) translate3d(-7px, 0, 0);
  }
}
section#slider-main .nav-left {
  -moz-border-radius: 0 50% 50% 0;
  -webkit-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
  behavior: url(/pie/PIE.htc);
}
section#slider-main .nav-left .coutures {
  left: -5%;
  -moz-border-radius: 0 50% 50% 0;
  -webkit-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
  behavior: url(/pie/PIE.htc);
}
section#slider-main .nav-left .coutures:after, section#slider-main .nav-left .coutures:before {
  -moz-border-radius: 0 50% 50% 0;
  -webkit-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
  behavior: url(/pie/PIE.htc);
}
section#slider-main .nav-left:after {
  left: auto;
  right: 5%;
}
.pleinciel section#slider-main .nav-left:after {
  background: transparent url(/images/arrow-left.svg) no-repeat center center;
}
.no-svg .pleinciel section#slider-main .nav-left:after {
  background-image: url(/images/arrow-left.png);
}
.tourelles section#slider-main .nav-left:after {
  background: transparent url(/images/arrow-left-white.svg) no-repeat center center;
}
.no-svg .tourelles section#slider-main .nav-left:after {
  background-image: url(/images/arrow-left-white.png);
}
section#slider-main .nav-left:hover {
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
 /*
-webkit-transform: translate3d(10px,0,0);
-moz-transform: translate3d(10px,0,0);
transform: translate3d(10px,0,0);*/
}
@media only screen and (max-width: 80em) {
  section#slider-main .nav-left:hover {
    -webkit-transform: scale(0.9) translate3d(8px, 0, 0);
    -moz-transform: scale(0.9) translate3d(8px, 0, 0);
    -o-transform: scale(0.9) translate3d(8px, 0, 0);
    transform: scale(0.9) translate3d(8px, 0, 0);
  }
}
@media only screen and (max-width: 40em) {
  section#slider-main .nav-left:hover {
    -webkit-transform: scale(0.8) translate3d(7px, 0, 0);
    -moz-transform: scale(0.8) translate3d(7px, 0, 0);
    -o-transform: scale(0.8) translate3d(7px, 0, 0);
    transform: scale(0.8) translate3d(7px, 0, 0);
  }
}
@media only screen and (max-width: 30em) {
  section#slider-main .nav-left:hover {
    -webkit-transform: scale(0.7) translate3d(6px, 0, 0);
    -moz-transform: scale(0.7) translate3d(6px, 0, 0);
    -o-transform: scale(0.7) translate3d(6px, 0, 0);
    transform: scale(0.7) translate3d(6px, 0, 0);
  }
}
@media only screen and (max-width: 40em) {
  section#slider-main.no-aside article {
    padding-bottom: 120px;
  }
}

/* COMMON */
.common-container {
  height: 100%;
  max-height: 100%;
}

.common {
  min-width: 360px;
  height: 100%;
  max-height: 100%;
  /*@media only screen and (orientation: landscape) and (max-width: 40em) {
    .slider-main {
      width: 50%;
      height: 100%;
      min-height: 320px;
      max-height: 100%;
    }
    figure, img {}
    figure {
      width: 50%;
      height: 100%;
    }
    img {
      width: auto;
      height: 100%;
    }
  }
  /*@media only screen and (orientation: portrait) and (max-width: 40em) {
  .slider-main {
      width: 100%;
      height: 50%;
      min-height: 320px;
      max-height: 50%;
    }
    figure, img {}
    figure {
      width: 100%;
      height: 50%;
    }
    img {
      width: auto;
      height: 50%;
    }
  }*/
}
.common section.header-container {
  width: 50%;
  min-width: 180px;
  height: 100%;
  max-height: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 90em) {
  .common section.header-container {
    min-height: 640px;
  }
}
@media only screen and (min-width: 80em) {
  .common section.header-container {
    min-height: 560px;
  }
}
@media only screen and (min-width: 64em) {
  .common section.header-container {
    min-height: 480px;
  }
}
@media only screen and (max-width: 64em) {
  .common section.header-container {
    min-height: 280px;
  }
}
@media only screen and (max-width: 40em) {
  .common section.header-container {
    width: 50%;
    height: 100%;
    min-height: 240px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common section.header-container {
    width: 50%;
    height: 100%;
  }
}
@media only screen and (orientation: portrait) and (max-width: 40em) {
  .common section.header-container {
    height: 50%;
    width: 100%;
  }
}
@media only screen and (max-width: 30em) {
  .common section.header-container {
    /*height: 50%; width: 100%;*/
    min-height: 200px;
  }
}
.common .slider-main, .common .slider-main > figure {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: 100%;
}
@media only screen and (max-width: 40em) {
  .common .slider-main, .common .slider-main > figure {
    height: auto;
  }
}
.common .slider-main > figure {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  behavior: url(/pie/PIE.htc);
}
.common .slider-main > figure img {
  position: relative;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 90em) {
  .common .slider-main > figure img {
    min-height: 640px;
  }
}
@media only screen and (min-width: 80em) {
  .common .slider-main > figure img {
    min-height: 560px;
  }
}
@media only screen and (min-width: 64em) {
  .common .slider-main > figure img {
    min-height: 480px;
  }
}
@media only screen and (max-width: 64em) {
  .common .slider-main > figure img {
    min-height: 280px;
  }
}
@media only screen and (max-width: 40em) {
  .common .slider-main > figure img {
    width: auto;
    height: 100%;
    min-height: 240px;
  }
}
@media only screen and (max-width: 30em) {
  .common .slider-main > figure img {
    min-height: 200px;
  }
}

/*End COMMON*/
section.cover-photo.no-slider {
  position: relative;
  background-color: transparent;
  z-index: 9;
  overflow: visible;
  margin-bottom: 5%;
  margin-top: 10%;
  /*&:before {
    .tourelles & {
        pointer-events: none;
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 180px;
        top: -179px;
        left: 0;
        z-index: 1;
        background-color: transparent;
        background-image: url(../images/bg-sea-top-boat1.png);
        background-repeat: repeat-x;
        background-position: top center;
        @media only screen and (max-width: 40em) {
          height: 180px;
          top: -180px; }
  }
}*/
}
section.cover-photo.no-slider:after {
  height: 120px;
  bottom: 0;
}
.tourelles section.cover-photo.no-slider:after {
  height: 70px;
  bottom: 0;
}
@media only screen and (max-width: 40em) {
  section.cover-photo.no-slider {
    margin-top: 0;
    padding-bottom: 44px;
    margin-bottom: 70px;
  }
}
section.cover-photo.no-slider > article {
  /*svg {
    @media only screen and (max-width: 80em) {
      max-height: $medium-screen;
      max-width: $medium-screen;
    }
    @media only screen and (max-width: 64em) {
      max-height: $average-screen;
      max-width: $average-screen;
    }
    @media only screen and (max-width: 40em) {
      max-height: $small-screen;
      max-width: $small-screen;
    }
    @media only screen and (max-width: 30em) {
      max-height: $mini-screen;
      max-width: $mini-screen;
    }
  }*/
}
section.cover-photo.no-slider > article h2, section.cover-photo.no-slider > article h3 {
  padding: 0 5%;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
  filter: dropshadow(color=white, offx=0, offy=25);
  behavior: url(/pie/PIE.htc);
  line-height: 1em;
  font-size: 14em;
}
@media only screen and (max-width: 80em) {
  section.cover-photo.no-slider > article h2, section.cover-photo.no-slider > article h3 {
    font-size: 8em;
  }
}
@media only screen and (max-width: 64em) {
  section.cover-photo.no-slider > article h2, section.cover-photo.no-slider > article h3 {
    font-size: 6em;
  }
}
@media only screen and (max-width: 40em) {
  section.cover-photo.no-slider > article h2, section.cover-photo.no-slider > article h3 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 30em) {
  section.cover-photo.no-slider > article h2, section.cover-photo.no-slider > article h3 {
    font-size: 3em;
  }
}
section.cover-photo.no-slider > article h2 {
  top: 20%;
}
section.cover-photo.no-slider > article p {
  width: 70%;
  color: white;
  font-size: 1.250em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  filter: dropshadow(color=white, offx=0, offy=5);
  behavior: url(/pie/PIE.htc);
}
@media only screen and (max-width: 80em) {
  section.cover-photo.no-slider > article p {
    width: 85%;
    font-size: 1em;
  }
}
@media only screen and (max-width: 40em) {
  section.cover-photo.no-slider > article p {
    width: 100%;
    font-size: 1em;
  }
}
section.cover-photo.no-slider > article .hgroup {
  width: 100%;
  min-height: 100px;
  padding: 0 10%;
  position: absolute;
  z-index: 60;
  top: 40%;
}
@media only screen and (max-width: 90em) {
  section.cover-photo.no-slider > article .hgroup {
    top: 30%;
  }
}
@media only screen and (max-width: 64em) {
  section.cover-photo.no-slider > article .hgroup {
    top: 30%;
  }
}
@media only screen and (max-width: 40em) {
  section.cover-photo.no-slider > article .hgroup {
    top: 25%;
  }
}
section.cover-photo.no-slider > article .hgroup h2, section.cover-photo.no-slider > article .hgroup h3, section.cover-photo.no-slider > article hgroup p {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  font-size: 12em;
}
@media only screen and (max-width: 90em) {
  section.cover-photo.no-slider > article .hgroup h2, section.cover-photo.no-slider > article .hgroup h3, section.cover-photo.no-slider > article hgroup p {
    font-size: 8em;
  }
}
@media only screen and (max-width: 64em) {
  section.cover-photo.no-slider > article .hgroup h2, section.cover-photo.no-slider > article .hgroup h3, section.cover-photo.no-slider > article hgroup p {
    font-size: 7em;
  }
}
@media only screen and (max-width: 40em) {
  section.cover-photo.no-slider > article .hgroup h2, section.cover-photo.no-slider > article .hgroup h3, section.cover-photo.no-slider > article hgroup p {
    font-size: 4em;
  }
}
.tourelles section.cover-photo.no-slider {
  background-color: #e3eff5;
}
.tourelles section.cover-photo.no-slider:before {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 240px;
  top: -239px;
  left: 0;
  z-index: 1;
  background-color: transparent;
  background-image: url(../images/bg-sea-waves.png), url(../images/bg-sea-top-boat1.png);
  background-repeat: repeat-x, no-repeat;
  background-position: center 117px, left top;
}
@media only screen and (max-width: 80em) {
  .tourelles section.cover-photo.no-slider:before {
    background-position: center 70px, center top;
    background-size: auto 150px, auto 210px;
    behavior: url(/pie/PIE.htc);
    height: 180px;
    top: -179px;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles section.cover-photo.no-slider:before {
    background-position: center 60px, center top;
    background-size: auto 127px, auto 180px;
    behavior: url(/pie/PIE.htc);
    height: 130px;
    top: -129px;
  }
}

.chambres section.cover-photo.no-slider > article .hgroup {
  top: 25%;
}
@media only screen and (max-width: 90em) {
  .chambres section.cover-photo.no-slider > article .hgroup {
    top: 20%;
  }
}
@media only screen and (max-width: 64em) {
  .chambres section.cover-photo.no-slider > article .hgroup {
    top: 15%;
  }
}
@media only screen and (max-width: 40em) {
  .chambres section.cover-photo.no-slider > article .hgroup {
    top: 20%;
  }
}
@media only screen and (max-width: 30em) {
  .chambres section.cover-photo.no-slider > article .hgroup {
    top: 15%;
  }
}

#description {
  margin-bottom: 3.675%;
}

#tarifs {
  padding-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid #939393;
}
.tarifs #tarifs {
  padding-bottom: 200px;
  padding-top: 250px;
}
@media only screen and (max-width: 80em) {
  .tarifs #tarifs {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 64em) {
  .tarifs #tarifs {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 40em) {
  .tarifs #tarifs {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
#tarifs small {
  display: block;
  padding-bottom: 1em;
}
#tarifs article {
  width: 95%;
  margin: 0 auto;
}
#tarifs article header {
  position: static;
  min-width: 100%;
  margin-bottom: 2em;
}
#tarifs article .heading {
  margin-top: 6%;
}
#tarifs .tableau {
  margin-top: 90px;
}
@media only screen and (max-width: 80em) {
  #tarifs .tableau {
    margin-top: 20px;
  }
}
#tarifs .table-container {
  margin-top: 1.125em;
  margin-bottom: 2em;
  padding: 3.75% 5%;
  color: #1f1f1f;
  border: 1px solid #c7c7c7;
  border-bottom: 1px solid #757575;
  background: #eaeaea url("../images/bg-noise.png") repeat left top;
}
#tarifs .table-container a {
  color: #00617a;
}
#tarifs .table-container a:hover {
  color: #a74b00;
}
#tarifs .price-table {
  width: 100%;
  text-transform: uppercase;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  /*.pleinciel & { @include fontFamily(abraham_lincolnregular); }
  .tourelles & { @include fontFamily(gabrielaregular); }*/
  margin-bottom: 1.125em;
  line-height: 1em;
  font-size: 2.275em;
}
@media only screen and (max-width: 80em) {
  #tarifs .price-table {
    font-size: 2em;
  }
}
@media only screen and (max-width: 64em) {
  #tarifs .price-table {
    font-size: 1.425em;
  }
}
@media only screen and (max-width: 40em) {
  #tarifs .price-table {
    font-size: 1.250em;
  }
}
@media only screen and (max-width: 30em) {
  #tarifs .price-table {
    font-size: 1.125em;
  }
}
#tarifs .price-table thead {
  color: black;
  border-bottom: 0 solid transparent;
}
#tarifs .price-table td, #tarifs .price-table th {
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: normal;
  padding: 4% 2%;
}
@media only screen and (min-width: 80em) {
  #tarifs .price-table td, #tarifs .price-table th {
    padding: 3% 2%;
  }
}
#tarifs .price-table tr:first-child th, #tarifs .price-table tr:first-child th {
  padding-top: 0;
}
#tarifs .price-table th:first-child, #tarifs .price-table th.first, #tarifs .price-table td:first-child, #tarifs .price-table td.first {
  text-align: right;
}
#tarifs .price-table th:first-child, #tarifs .price-table th.first, #tarifs .price-table .room, #tarifs .price-table .colspan-3 {
  border-right: 1px solid #ccc;
}
#tarifs .price-table tbody tr:last-of-type td, #tarifs .price-table tbody tr.last td {
  border-bottom: 0px solid transparent;
}
#tarifs .price-table thead {
  color: black;
  border-bottom: 0 solid transparent;
}
#tarifs .price-table h4 {
  margin: 0 auto;
  font-size: 1.333em;
  font-weight: 500;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  /*.pleinciel & { @include fontFamily(abraham_lincolnregular); }
  .tourelles & { @include fontFamily(gabrielaregular); }*/
}
#tarifs .price-table p {
  padding: 0;
  line-height: 1;
  font-size: 0.75em;
}
#tarifs .price-table p:last-child {
  margin: 6px auto 0 auto;
}
@media only screen and (max-width: 80em) {
  #tarifs .price-table p {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 40em) {
  #tarifs .price-table p {
    font-size: 1em;
  }
}
#tarifs h2, #tarifs h3 {
  line-height: 1em;
  margin: 0;
  color: black;
  text-align: left;
  padding: 10px 0;
  text-shadow: 0px 2px 0px white;
  behavior: url(/pie/PIE.htc);
}
@media only screen and (max-width: 80em) {
  #tarifs h2, #tarifs h3 {
    padding: 8px 0;
  }
}
#tarifs h2 {
  font-size: 7.925em;
}
@media only screen and (max-width: 80em) {
  #tarifs h2 {
    font-size: 6em;
  }
}
@media only screen and (max-width: 64em) {
  #tarifs h2 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 40em) {
  #tarifs h2 {
    font-size: 2.625em;
  }
}
#tarifs h3 {
  font-size: 4.500em;
  margin-bottom: 0.625em;
}
@media only screen and (max-width: 80em) {
  #tarifs h3 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 80em) {
  #tarifs h3 {
    font-size: 2.625em;
  }
}
@media only screen and (max-width: 40em) {
  #tarifs h3 {
    font-size: 2.125em;
  }
}
#tarifs p {
  font-size: 1em;
  margin-bottom: 0.25em;
  padding: 0;
}
#tarifs p, #tarifs a {
  color: black;
}
#tarifs small {
  display: block;
}
@media only screen and (max-width: 40em) {
  #tarifs small {
    font-size: 80%;
  }
}

footer {
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  z-index: 300;
  overflow: visible;
  padding: 2% 0;
}
footer:after, footer:before {
  pointer-event: none;
}
footer.no-decor-top {
  background-color: #dadada;
  position: static;
  margin-top: -90px;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: #a74b00;
}
footer span {
  display: inline-block !important;
}
@media only screen and (min-width: 64em) {
  footer #footer-infos {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 80em) {
  footer #footer-infos {
    font-size: 0.75em;
  }
}
footer #footer-infos p {
  margin-bottom: 0.5em;
}
footer #footer-infos address {
  font-size: 1em;
}
footer article {
  margin-top: 4em;
  text-align: center;
}
@media only screen and (max-width: 30em) {
  footer article {
    margin-top: 0;
  }
}
footer article.first, footer article.last {
  margin-top: 0;
}
@media only screen and (max-width: 64em) {
  footer article.first, footer article.last {
    margin-top: 1em;
  }
}
footer article figure {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/pie/PIE.htc);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  width: 10em;
  height: 10em;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 80%;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media only screen and (max-width: 40em) {
  footer article figure {
    width: 8em;
    height: 8em;
  }
}
@media only screen and (max-width: 30em) {
  footer article figure {
    width: 7.5em;
    height: 7.5em;
  }
}
.pleinciel footer article figure {
  -webkit-filter: sepia(0.6);
  -moz-filter: sepia(60%);
  -o-filter: sepia(60%);
  -ms-filter: sepia(60%);
  filter: sepia(60%);
  padding-top: 15px;
  border: none;
}
.pleinciel footer article figure.one {
  background-image: url(../images/pleinciel-footer-chambres.jpg);
}
.pleinciel footer article figure.two {
  background-image: url(../images/pleinciel-footer-restaurant.jpg);
}
.pleinciel footer article figure.three {
  background-image: url(../images/pleinciel-footer-activites.jpg);
}
.pleinciel footer article figure.four {
  background-image: url(../images/pleinciel-footer-acces.jpg);
}
.pleinciel footer article figure.one .coutures {
  border-color: #e26f00;
}
.pleinciel footer article figure.two .coutures {
  border-color: #435e02;
}
.pleinciel footer article figure.three .coutures {
  border-color: #389aba;
}
.pleinciel footer article figure.four .coutures {
  border-color: #825a31;
}
.pleinciel footer article figure .coutures {
  border-width: 2px;
  background-image: none;
}
.pleinciel footer article figure .coutures:after, .pleinciel footer article figure .coutures:before {
  display: block;
}
.tourelles footer article figure {
  filter: sepia(30%);
  -webkit-filter: sepia(0.3);
  -moz-filter: sepia(30%);
  -o-filter: sepia(30%);
  -ms-filter: sepia(30%);
  padding-top: 15px;
  border: none;
}
.tourelles footer article figure.one {
  background-image: url(../images/tourelles-footer-acces.jpg);
}
.tourelles footer article figure.two {
  background-image: url(../images/tourelles-footer-chambres.jpg);
}
.tourelles footer article figure.three {
  background-image: url(../images/tourelles-footer-restaurant.jpg);
}
.tourelles footer article figure.four {
  background-image: url(../images/tourelles-footer-activites.jpg);
}
.tourelles footer article figure.one .coutures {
  border-color: #a9fbe9;
}
.tourelles footer article figure.two .coutures {
  border-color: #f6a95f;
}
.tourelles footer article figure.three .coutures {
  border-color: #c9f460;
}
.tourelles footer article figure.four .coutures {
  border-color: #91e4ff;
}
.tourelles footer article figure .coutures {
  border-width: 2px;
}
.tourelles footer article figure .coutures:after, .tourelles footer article figure .coutures:before {
  display: block;
}
footer article figure img {
  height: inherit;
  max-height: 100%;
  max-width: inherit;
  width: auto;
  margin-left: -11%;
  display: none;
}
footer article figure .coutures {
  border-width: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 105%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/pie/PIE.htc);
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
  transition: border 200ms ease-out;
}
footer article figure .coutures:before, footer article figure .coutures:after {
  display: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/pie/PIE.htc);
}
footer article h3 {
  font-size: 3em;
  margin-bottom: 0;
  color: #222222;
}
@media only screen and (max-width: 80em) {
  footer article h3 {
    margin-top: 0.5em;
    font-size: 2em;
  }
}
footer article p {
  padding: 0 4em;
}
footer article p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 80em) {
  footer article p {
    padding: 0;
  }
}
@media only screen and (max-width: 30em) {
  footer article p {
    display: none;
  }
}
footer article:hover figure {
  background-position: 50% 50%;
  filter: sepia(0);
  -webkit-filter: sepia(0);
  -moz-filter: sepia(0);
  -o-filter: sepia(0);
  -ms-filter: sepia(0);
}
footer article:hover figure .coutures {
  border-color: rgba(255, 255, 255, 0.7);
  -webkit-animation: spinAround 18s linear infinite;
  -moz-animation: spinAround 18s linear infinite;
  animation: spinAround 18s linear infinite;
}
@media only screen and (max-width: 64em) {
  footer article {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  footer article {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  footer article.small-6 {
    width: 25%;
  }
}
@media only screen and (max-width: 30em) {
  footer article.small-6 {
    float: left;
    margin-top: 1em;
    width: 50%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    behavior: url(/pie/PIE.htc);
  }
  footer article.small-6.first, footer article.small-6.last {
    margin-top: 1em;
  }
}
footer nav {
  display: inline;
  margin: 0 auto;
}
footer nav ul {
  list-style: none;
  display: inline-block;
  margin-top: 1.25em;
}
footer nav li, footer nav p {
  display: inline;
  padding-left: 10px;
}
footer nav a:hover {
  color: #a74b00;
}
@media only screen and (min-width: 64em) {
  footer nav {
    display: none;
  }
}
footer #nav-social-footer {
  text-align: center;
  margin: 0 auto;
}
footer #nav-social-footer ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer #nav-social-footer li {
  display: inline-block;
  padding: 0 0.375em;
  font-size: 1.625em;
  width: 2.125em;
}
footer #nav-social-footer li a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
footer .anchor:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  behavior: url(/pie/PIE.htc);
}
footer:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: transparent;
  background-repeat: repeat-x;
  background-repeat: repeat-x;
  background-position: top center;
}
@media only screen and (max-width: 40em) {
  footer {
    position: inherit;
    padding: 0 0;
  }
  footer .article-container {
    margin-top: 1em !important;
  }
  footer:after {
    position: inherit;
    background-color: #e6e6e6;
  }
  footer:before {
    position: inherit;
    display: block;
    background-repeat: repeat-x;
    background-position: top center;
    /*background: $color-bg-mountains url(../images/bg-mountains-top-footer.png) repeat-x top center;*/
  }
}

.no-padding footer {
  position: static;
  margin-top: -90px;
}
.pleinciel .no-padding footer {
  background-color: #dadada;
}
.tourelles .no-padding footer {
  background-color: #e3eff5;
}

.common footer {
  pointer-events: none;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  height: auto;
  padding: 0;
}
.common footer a {
  pointer-events: auto;
}
.common footer article {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  behavior: url(/pie/PIE.htc);
}
.common footer .ecolabel {
  position: absolute;
  bottom: 16px;
  z-index: 500;
  left: 0;
  max-width: 10em;
  padding-left: 0;
  padding-right: 0;
  margin-left: -5em;
}
@media only screen and (max-width: 80em) {
  .common footer .ecolabel {
    bottom: 8px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 64em) {
  .common footer .ecolabel {
    bottom: 0;
    margin-left: -4.5em;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  .common footer .ecolabel {
    margin-left: -3.375em;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common footer .ecolabel {
    bottom: -1.5em;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (orientation: portrait) and (max-width: 40em) {
  .common footer .ecolabel {
    display: none;
  }
}
.common footer .ecolabel#ecolabel-pleinciel {
  float: right;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.common footer .ecolabel#ecolabel-pleinciel figure {
  margin-right: 0;
}
@media only screen and (orientation: portrait) and (max-width: 40em) {
  .common footer .ecolabel#ecolabel-pleinciel {
    display: block !important;
    margin-right: 0;
  }
}
.common footer .ecolabel .link-circle {
  background-color: #dcdcdc;
  background-image: url(../images/bg-leather-light.jpg);
  background-repeat: repeat;
  background-position: center center;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  padding-top: 15px;
  border: none;
}
.common footer .ecolabel .coutures {
  border-color: #9f9e9e;
  border-width: 2px;
  background-image: none;
}
.common footer .ecolabel .coutures:after, .common footer .ecolabel .coutures:before {
  display: block;
}
.common footer .ecolabel .logo-ecolabel {
  display: block;
  width: 50%;
  height: auto;
  margin: 7% auto;
}
.common footer .footer-container {
  padding: 0;
  bottom: 0;
  position: relative;
}
.common footer .footer-container img {
  display: inline-block;
  height: 44px;
  width: auto;
}
.common footer .footer-container span {
  display: inline-block;
}
@media only screen and (max-width: 64em) {
  .common footer .footer-container span.fb-text {
    display: none;
  }
}
.common footer .footer-container .link-list {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.common footer .footer-container ul li {
  padding-left: 4px;
  padding-right: 4px;
}
.common footer .footer-container ul li.fb-container {
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (max-width: 64em) {
  .common footer .footer-container ul li.fb-container {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.common footer .footer-container ul li .logo {
  /*position: absolute;
  width: 1px;
  height: 1px;*/
  display: block;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  text-indent: -9999999px;
  height: 44px;
  /*@media only screen and (orientation: landscape) and (max-width: 40em) { height: 22px; }
  @media only screen and (max-width: 30em) { height: 33px; }*/
  background-position: 0 0;
  background-size: 100% auto;
  behavior: url(/pie/PIE.htc);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 64em) {
  .common footer .footer-container ul li .logo {
    height: 33px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common footer .footer-container ul li .logo {
    height: 22px;
  }
}
.common footer .footer-container ul li .logo.handicap {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  width: 44px;
  /*@media only screen and (orientation: landscape) and (max-width: 40em) { width: 22px; }
  @media only screen and (max-width: 30em) { width: 33px; }*/
  background-image: url("../images/footer-handicap.png");
}
@media only screen and (max-width: 64em) {
  .common footer .footer-container ul li .logo.handicap {
    width: 33px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common footer .footer-container ul li .logo.handicap {
    width: 22px;
  }
}
.common footer .footer-container ul li .logo.clef-verte {
  width: 38px;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  /*@media only screen and (orientation: landscape) and (max-width: 40em) { width: 19px; }
  @media only screen and (max-width: 30em) { width: 28px; }*/
  background-image: url("../images/footer-cle-verte.png");
}
@media only screen and (max-width: 64em) {
  .common footer .footer-container ul li .logo.clef-verte {
    width: 28px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common footer .footer-container ul li .logo.clef-verte {
    width: 19px;
  }
}
.common footer .footer-container ul li .logo.zero-carbone {
  width: 85px;
  /*@media only screen and (orientation: landscape) and (max-width: 40em) { width: 42px; }
  @media only screen and (max-width: 30em) { width: 64px; }*/
  background-image: url("../images/footer-tourelles-somme-zero-carbone.png");
}
@media only screen and (max-width: 64em) {
  .common footer .footer-container ul li .logo.zero-carbone {
    width: 64px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 40em) {
  .common footer .footer-container ul li .logo.zero-carbone {
    width: 42px;
  }
}
@media only screen and (max-width: 40em) {
  .common footer .footer-container ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.common footer .footer-container .text-left ul li {
  float: left !important;
}
.common footer .footer-container .text-right ul li {
  float: right !important;
}
.common footer .footer-specific {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.common footer #footer-pleinciel {
  left: 0;
  height: 284px;
  background-image: url("../images/bg-moutain-common.png");
  background-position: left bottom;
  background-size: 100% auto;
  behavior: url(/pie/PIE.htc);
}
@media only screen and (min-width: 80em) {
  .common footer #footer-pleinciel {
    height: 1080px;
  }
}
.common footer #footer-pleinciel .link-list {
  padding-right: 5em;
}
@media only screen and (max-width: 64em) {
  .common footer #footer-pleinciel .link-list {
    padding-right: 3em;
  }
}
@media only screen and (max-width: 40em) {
  .common footer #footer-pleinciel .link-list {
    padding-right: 2em;
    text-align: right;
  }
}
@media only screen and (orientation: portrait) and (max-width: 40em) {
  .common footer #footer-pleinciel .link-list {
    padding-right: 7em;
  }
}
.common footer #footer-tourelles {
  right: 0;
  height: 405px;
  background-image: url("../images/bg-sea-common.png");
  background-position: right bottom;
  background-size: 100% auto;
  behavior: url(/pie/PIE.htc);
}
@media only screen and (min-width: 90em) {
  .common footer #footer-tourelles {
    height: 1920px;
  }
}
.common footer #footer-tourelles .link-list {
  padding-left: 5em;
}
@media only screen and (max-width: 64em) {
  .common footer #footer-tourelles .link-list {
    padding-left: 3em;
  }
}
@media only screen and (max-width: 40em) {
  .common footer #footer-tourelles .link-list {
    padding-left: 2em;
    text-align: center;
  }
}
@media only screen and (max-width: 30em) {
  .common footer #footer-tourelles .link-list {
    padding-left: 1.25em;
  }
}

.tourelles {
  /*h2, h3 {
    @include fontFamily(gabrielaregular);
  }*/
}
.tourelles .acces .box-content#maps .polaroid-container a {
  /*@include fontFamily(gabrielaregular);
  font-size: 2.875em;
  @media only screen and (max-width: 80em) { font-size: 2.875em; }
  @media only screen and (max-width: 64em) { font-size: 2.125em; }
  @media only screen and (max-width: 40em) { font-size: 1.750em; }*/
}

.tourelles.restaurant .red {
  color: #bd3500;
}
.tourelles.restaurant #menu {
  margin-top: 10px;
  padding-top: 5%;
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu {
    padding-left: 0;
    padding-right: 0;
  }
}
.tourelles.restaurant #menu article {
  overflow: hidden;
  padding: 60px 5%;
  margin-bottom: 200px;
  border-left: 1px solid #ccd7dc;
  border-right: 1px solid #ccd7dc;
  border-bottom: 1px solid #939ba0;
  border-top: 1px solid #f8f8f8;
  background: #eaeaea url("../images/bg-noise.png") repeat left top;
  /*@include fontFamily(gabrielaregular);*/
  color: black;
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu article {
    padding: 46px 5%;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu article {
    padding: 34px 5%;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article {
    padding: 26px 5%;
  }
}
.tourelles.restaurant #menu article header {
  min-width: 0;
  max-width: 100%;
}
.tourelles.restaurant #menu article h2.decor {
  text-indent: -999999px;
  font-size: 3.625em;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/restaurant.png");
  background-position: center center;
  background-size: 35% auto;
  behavior: url(/pie/PIE.htc);
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu article h2.decor {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu article h2.decor {
    font-size: 3.125em;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article h2.decor {
    font-size: 2.750em;
  }
}
@media only screen and (max-width: 90em) {
  .tourelles.restaurant #menu article h2.decor {
    background-size: 35% auto;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu article h2.decor {
    background-size: 40% auto;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu article h2.decor {
    background-size: 50% auto;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article h2.decor {
    background-size: 50% auto;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 30em) {
  .tourelles.restaurant #menu article h2.decor {
    background-size: 100%;
    behavior: url(/pie/PIE.htc);
  }
}
.tourelles.restaurant #menu article h2.decor:before, .tourelles.restaurant #menu article h2.decor:after {
  content: " ";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 74px;
  width: 30%;
  top: 20px;
  width: 400px;
}
@media only screen and (min-width: 90em) {
  .tourelles.restaurant #menu article h2.decor:before, .tourelles.restaurant #menu article h2.decor:after {
    background-size: 85% auto;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 90em) {
  .tourelles.restaurant #menu article h2.decor:before, .tourelles.restaurant #menu article h2.decor:after {
    width: 290px;
  }
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu article h2.decor:before, .tourelles.restaurant #menu article h2.decor:after {
    width: 190px;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu article h2.decor:before, .tourelles.restaurant #menu article h2.decor:after {
    width: 190px;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article h2.decor:before, .tourelles.restaurant #menu article h2.decor:after {
    width: 100px;
  }
}
@media only screen and (max-width: 30em) {
  .tourelles.restaurant #menu article h2.decor:before, .tourelles.restaurant #menu article h2.decor:after {
    display: none;
  }
}
.tourelles.restaurant #menu article h2.decor:before {
  left: 0;
  background-image: url("../images/bg-decor-poissons.png");
  background-position: left center;
}
.tourelles.restaurant #menu article h2.decor:after {
  right: 0;
  background-image: url("../images/bg-decor-poissons-2.png");
  background-position: right center;
}
.tourelles.restaurant #menu article h3.decor {
  font-size: 3.625em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu article h3.decor {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu article h3.decor {
    font-size: 3.125em;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article h3.decor {
    font-size: 2.750em;
  }
}
.tourelles.restaurant #menu article h3.decor:before, .tourelles.restaurant #menu article h3.decor:after {
  content: " ";
  position: absolute;
  background-color: transparent;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 30%;
  top: 50%;
  height: 5px;
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu article h3.decor:before, .tourelles.restaurant #menu article h3.decor:after {
    width: 30%;
    top: 50%;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu article h3.decor:before, .tourelles.restaurant #menu article h3.decor:after {
    width: 30%;
    top: 46%;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article h3.decor:before, .tourelles.restaurant #menu article h3.decor:after {
    width: 25%;
    top: 43%;
  }
}
@media only screen and (max-width: 30em) {
  .tourelles.restaurant #menu article h3.decor:before, .tourelles.restaurant #menu article h3.decor:after {
    width: 10%;
    top: 40%;
  }
}
.tourelles.restaurant #menu article h3.decor:before {
  left: 0;
}
.tourelles.restaurant #menu article h3.decor:after {
  right: 0;
}
.tourelles.restaurant #menu article h4 {
  font-weight: 500;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 2.625em;
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu article h4 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu article h4 {
    font-size: 2.125em;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article h4 {
    font-size: 1.750em;
  }
}
.tourelles.restaurant #menu article .example h4 {
  border-bottom: 1px dotted #d04427;
  padding-bottom: 0.25em;
  font-size: 3.30em;
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu article .example h4 {
    font-size: 2.625em;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu article .example h4 {
    font-size: 2.375em;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article .example h4 {
    font-size: 2.25em;
  }
}
.tourelles.restaurant #menu article ul {
  font-size: 1.250em;
}
@media only screen and (max-width: 90em) {
  .tourelles.restaurant #menu article ul {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu article ul {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu article ul {
    ffont-size: 1.125em;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article ul {
    font-size: 1em;
  }
}
.tourelles.restaurant #menu article ul li {
  padding-bottom: 0.7em;
}
.tourelles.restaurant #menu article ul.no-bullet.arrow-bullet li {
  background-image: url("../images/arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  padding-left: 1.333em;
  padding-top: 0;
}
.no-svg .tourelles.restaurant #menu article ul.no-bullet.arrow-bullet li {
  background-image: url("../images/arrow-right-red.png");
}
.tourelles.restaurant #menu article ul.no-bullet.arrow-bullet li a {
  color: inherit;
}
.tourelles.restaurant #menu article ul.no-bullet.arrow-bullet li a:hover {
  color: #bd3500;
}
.tourelles.restaurant #menu article p {
  font-size: 1.250em;
  padding: 15px 0 45px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 90em) {
  .tourelles.restaurant #menu article p {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 80em) {
  .tourelles.restaurant #menu article p {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant #menu article p {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article p {
    font-size: 1em;
  }
}
.tourelles.restaurant #menu article .disclaimer {
  font-size: 1.5em;
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu article .disclaimer {
    font-size: 1.250em;
  }
  .tourelles.restaurant #menu article .disclaimer p {
    padding: 15px 0 25px 0;
  }
}
.tourelles.restaurant #menu article p.icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("../images/icon-square.svg");
}
no-svg .tourelles.restaurant #menu article p.icon {
  background-image: url("../images/icon-square.png");
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant #menu .small-8.button-container {
    width: 100%;
    text-align: center;
  }
}
.tourelles.restaurant a.submit-button {
  float: none;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 304px;
  min-width: 240px;
  line-height: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  behavior: url(/pie/PIE.htc);
  background-color: #268a50;
  background-image: url("../images/bg-noise-green.png");
  color: white;
  padding: 14px 10px 10px 10px;
  font-family: abraham_lincolnregular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 2em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 90em) {
  .tourelles.restaurant a.submit-button {
    font-size: 1.75em;
    max-width: 240px;
    min-width: 180px;
  }
}
.tourelles.restaurant a.submit-button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  behavior: url(/pie/PIE.htc);
}
.tourelles.restaurant a.submit-button span.phone {
  padding-top: 4px;
  font-size: 0.875em;
  letter-spacing: 0.05em;
}
.tourelles.restaurant a.submit-button .coutures {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/pie/PIE.htc);
  pointer-events: none;
  border-color: #94c1cc;
  width: 98%;
  height: 94%;
  top: 3%;
  left: 1%;
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant a.submit-button .coutures {
    width: 98.5%;
    left: 0.75%;
  }
}
.tourelles.restaurant section#slider-main article {
  margin-bottom: 0;
}
.tourelles.restaurant section#slider-main h2 {
  margin-top: -26%;
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant section#slider-main h2 {
    font-size: 6em;
    margin-top: -300px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant section#slider-main h2 {
    font-size: 5em;
    margin-top: -200px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 30em) {
  .tourelles.restaurant section#slider-main h2 {
    font-size: 3.5em;
  }
}
.tourelles.restaurant section#slider-main .button-container.small-offset-6 {
  overflow: hidden;
  margin-top: -27%;
  z-index: 300;
}
@media only screen and (max-width: 64em) {
  .tourelles.restaurant section#slider-main .button-container.small-offset-6 {
    margin-top: -300px;
  }
  .tourelles.restaurant section#slider-main .button-container.small-offset-6 .submit-button {
    float: left;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles.restaurant section#slider-main .button-container.small-offset-6 {
    float: left;
    margin-top: -120px;
    width: 100%;
    margin-left: 10px;
  }
  .tourelles.restaurant section#slider-main .button-container.small-offset-6 .submit-button {
    margin: 0 auto;
  }
}

body.pleinciel.winter {
  background: #b8ccd1;
}

body.pleinciel.summer {
  background: #b4c7a2;
}

body.tourelles {
  background: #b5d3e0;
}

:before, :after {
  background-size: auto;
  behavior: url(/pie/PIE.htc);
}

/* SLIDER-MINI */
.slider-mini ul.nav li {
  /*.tourelles & {
    &.current, &.active { color: $color-green;
      &:hover { color: $color-nav-selected; }
    }
  }*/
}
.slider-mini ul.nav li.current, .slider-mini ul.nav li.active {
  color: #00617a;
}
.slider-mini ul.nav li.current:hover, .slider-mini ul.nav li.active:hover {
  color: #a74b00;
}
@media only screen and (max-width: 40em) {
  .pleinciel .slider-mini {
    background: #dadada;
  }
  .tourelles .slider-mini {
    background: #e3eff5;
  }
  .slider-mini:before {
    background-image: url(/images/bg-mountains-top.png);
  }
  .pleinciel.winter .slider-mini:before {
    background-image: url(/images/bg-mountains-top.png);
  }
  .tourelles .slider-mini:before {
    background-size: auto 80px, auto 180px;
    height: 180px;
    top: -179px;
    background-repeat: repeat-x, no-repeat;
    background-position: 0 225%, 100% top;
    background-image: url(/images/bg-sea-waves.png), url(/images/bg-sea-top-lighthouse.png);
    behavior: url(/pie/PIE.htc);
  }
}

/* ANCHOR */
.pleinciel.winter .anchor {
  background: #edebe6 url(/images/bg-leather-ice.jpg) center center;
}
.pleinciel.summer .anchor {
  background: #c8c7c5 url(/images/bg-leather.jpg) center center;
}
.tourelles .anchor {
  background: #ab3507 url(/images/bg-noise-red.png) center center;
}

/*INFO-BLOCK*/
#info-block .info-container {
  background-color: #dadada;
}
.pleinciel.winter #info-block .info-container {
  background-color: #edebe6;
}
.pleinciel.summer #info-block .info-container {
  background-color: #dadada;
}
.tourelles #info-block .info-container {
  background-color: #e3eff5;
}
.tourelles #info-block .coutures {
  border-color: #b5d3e0;
}

/* HEADER */
header #row-top {
  background: #cadee3;
  color: #00617a;
}
header #switch-hotel {
  border-bottom: 3em solid #00617a;
  color: #c7dfe1;
}
header #switch-hotel span {
  color: #c7dfe1;
}
.pleinciel.winter header nav#nav-main {
  background: #edebe6 url(/images/bg-nav-grey-ice.png);
}
@media only screen and (max-width: 40em) {
  .pleinciel.winter header nav#nav-main {
    background-image: url(/images/bg-leather-ice.jpg);
  }
}
.pleinciel.summer header nav#nav-main {
  background: #c8c7c5 url(/images/bg-nav-grey.png);
}
@media only screen and (max-width: 40em) {
  .pleinciel.summer header nav#nav-main {
    background-image: url(/images/bg-leather.jpg);
  }
}
.tourelles header nav#nav-main {
  background: #ab3507 url(/images/bg-nav-red.png);
}
@media only screen and (max-width: 40em) {
  .tourelles header nav#nav-main {
    background-image: url(/images/bg-noise-red.png);
  }
}

/* FOOTER */
.pleinciel.winter footer {
  background-color: #e6e6e6;
}
.pleinciel.winter footer.no-decor-top {
  background-color: #dadada;
}
.pleinciel.summer footer {
  background-color: #e6e6e6;
}
.pleinciel.summer footer.no-decor-top {
  background-color: #dadada;
}
.tourelles footer {
  background-color: #e3eff5;
}
.tourelles footer.no-decor-top {
  background-color: #e3eff5;
}
.common footer {
  background-color: transparent;
}
@media only screen and (max-width: 40em) {
  footer {
    background-color: transparent;
  }
}
footer.no-decor-top {
  background-color: #dadada;
}
.pleinciel footer:before {
  height: 98px;
  top: -97px;
  background-position: center top;
}
@media only screen and (max-width: 64em) {
  .pleinciel footer:before {
    height: 60px;
    top: -59px;
    background-size: auto 60px;
    behavior: url(/pie/PIE.htc);
  }
}
.pleinciel.winter footer:before {
  background-image: url(/images/bg-mountains-top-footer.png);
}
@media only screen and (max-width: 40em) {
  .pleinciel.winter footer:before {
    background-color: #b8ccd1;
  }
}
.pleinciel.summer footer:before {
  background-image: url(/images/bg-mountains-top-footer.png);
}
@media only screen and (max-width: 40em) {
  .pleinciel.summer footer:before {
    background-color: #b4c7a2;
  }
}
.tourelles footer:before {
  height: 210px;
  top: -209px;
  background-size: auto, auto;
  background-image: url(/images/bg-sea-waves.png), url(/images/bg-sea-top-footer.png);
  background-position: center 146px, 20% top;
  behavior: url(/pie/PIE.htc);
}
@media only screen and (max-width: 80em) {
  .tourelles footer:before {
    background-position: 0 116px, 20% top;
    background-size: auto 160px;
    behavior: url(/pie/PIE.htc);
    height: 160px;
    top: -159px;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles footer:before {
    background-position: 0 82px, 20% top;
    background-size: auto 120px;
    behavior: url(/pie/PIE.htc);
    height: 120px;
    top: -119px;
  }
}
@media only screen and (max-width: 40em) {
  .tourelles footer:before {
    background-color: #b5d3e0;
  }
}
.common footer:before {
  height: 0;
  top: 0;
  background-image: none;
  display: none;
}

/* BOX-CONTENT */
.pleinciel.winter .box-content {
  background: #dadada;
}
.pleinciel.summer .box-content {
  background: #dadada;
}
.tourelles .box-content {
  background-color: #e3eff5;
}
.pleinciel .box-content:before {
  height: 98px;
  top: -97px;
  background-position: center top;
}
@media only screen and (max-width: 64em) {
  .pleinciel .box-content:before {
    height: 60px;
    top: -59px;
    background-size: auto 60px;
    behavior: url(/pie/PIE.htc);
  }
}
.pleinciel.winter .box-content:before {
  background-image: url(/images/bg-mountains-top.png);
}
.pleinciel.summer .box-content:before {
  background-image: url(/images/bg-mountains-top.png);
}
.tourelles .box-content:before {
  height: 210px;
  top: -209px;
  background-position: top left;
}
@media only screen and (max-width: 80em) {
  .tourelles .box-content:before {
    background-size: auto 180px;
    behavior: url(/pie/PIE.htc);
    height: 180px;
    top: -179px;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles .box-content:before {
    background-size: auto 140px;
    behavior: url(/pie/PIE.htc);
    height: 140px;
    top: -139px;
  }
}
.pleinciel .box-content:after {
  height: 140px;
}
@media only screen and (max-width: 64em) {
  .pleinciel .box-content:after {
    height: 70px;
    background-size: auto 170px;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  .pleinciel .box-content:after {
    height: 50px;
    background-size: auto 140px;
    behavior: url(/pie/PIE.htc);
  }
}
.pleinciel.winter .box-content:after {
  background-image: url(/images/bg-mountains-winter.png);
}
.pleinciel.summer .box-content:after {
  background-image: url(/images/bg-mountains-summer.png);
}
.tourelles .box-content:after {
  height: 80px;
  background-image: url(/images/bg-sea.png);
}
@media only screen and (max-width: 80em) {
  .tourelles .box-content:after {
    height: 80px;
    background-size: auto 180px;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 64em) {
  .tourelles .box-content:after {
    height: 80px;
    background-size: auto 140px;
    behavior: url(/pie/PIE.htc);
  }
}
.box-content.cablecar:before {
  background-position: center top;
}
.pleinciel.winter .box-content.cablecar:before {
  background-image: url(/images/bg-mountains-winter-cablecar.png);
}
.pleinciel.summer .box-content.cablecar:before {
  background-image: url(/images/bg-mountains-summer-cablecar.png);
}
.box-content.pinetrees:before {
  background-position: center top;
}
.pleinciel.winter .box-content.pinetrees:before {
  background-image: url(/images/bg-mountains-winter-trees.png);
}
.pleinciel.summer .box-content.pinetrees:before {
  background-image: url(/images/bg-mountains-summer-trees.png);
}
.box-content.after-pinetrees {
  padding-bottom: 140px;
}
@media only screen and (max-width: 64em) {
  .box-content.after-pinetrees {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 40em) {
  .box-content.after-pinetrees {
    padding-bottom: 30px;
  }
}
.pleinciel.winter .box-content.after-pinetrees:after {
  background-image: url(/images/bg-mountains-winter-trees.png);
}
.pleinciel.summer .box-content.after-pinetrees:after {
  background-image: url(/images/bg-mountains-summer-trees.png);
}
.tourelles .box-content.lighthouse:before {
  height: 370px;
  top: -369px;
  background-repeat: repeat-x, no-repeat;
  background-position: 0 225%, 100% top;
  background-image: url(/images/bg-sea-waves.png), url(/images/bg-sea-top-lighthouse.png);
  background-size: auto, auto;
  behavior: url(/pie/PIE.htc);
}
@media only screen and (max-width: 80em) {
  .tourelles .box-content.lighthouse:before {
    background-position: 0 100%, 100% top;
    background-size: auto 116px, auto 260px;
    behavior: url(/pie/PIE.htc);
    height: 260px;
    top: -259px;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles .box-content.lighthouse:before {
    background-size: auto 80px, auto 180px;
    behavior: url(/pie/PIE.htc);
    height: 180px;
    top: -179px;
  }
}
.tourelles .box-content.boat-1:before {
  height: 180px;
  top: -179px;
  background-repeat: repeat-x, no-repeat;
  background-image: url(/images/bg-sea-waves.png), url(/images/bg-sea-top-boat1.png);
  background-repeat: repeat-x, no-repeat;
  background-position: center 117px, 20% top;
}
@media only screen and (max-width: 80em) {
  .tourelles .box-content.boat-1:before {
    background-position: center 70px, 20% top;
    background-size: auto 150px, auto 210px;
    behavior: url(/pie/PIE.htc);
    height: 210px;
    top: -209px;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles .box-content.boat-1:before {
    background-position: center 60px, 20% top;
    background-size: auto 127px, auto 180px;
    behavior: url(/pie/PIE.htc);
    height: 180px;
    top: -179px;
  }
}
.tourelles .box-content.boat-2:before {
  height: 340px;
  top: -339px;
  background-repeat: repeat-x, no-repeat;
  background-position: 0 285%, 80% top;
  background-image: url(/images/bg-sea-waves.png), url(/images/bg-sea-top-boat2.png);
}
@media only screen and (max-width: 80em) {
  .tourelles .box-content.boat-2:before {
    background-size: auto 106px, auto 210px;
    behavior: url(/pie/PIE.htc);
    background-position: 0 114px, 80% top;
    height: 210px;
    top: -209px;
  }
}
@media only screen and (max-width: 64em) {
  .tourelles .box-content.boat-2:before {
    background-position: 0 96px, 80% top;
    background-size: auto 84px, auto 180px;
    behavior: url(/pie/PIE.htc);
    height: 180px;
    top: -179px;
  }
}

/* COVER-PHOTO */
.cover-photo:after {
  height: 340px;
}
@media only screen and (max-width: 80em) {
  .cover-photo:after {
    height: 260px;
    background-size: auto 260px;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 64em) {
  .cover-photo:after {
    height: 200px;
    background-size: auto 200px;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  .cover-photo:after {
    height: 170px;
    background-size: auto 170px;
    behavior: url(/pie/PIE.htc);
  }
}
.pleinciel.winter .cover-photo:after {
  background-image: url(/images/bg-mountains-winter.png);
}
.pleinciel.summer .cover-photo:after {
  background-image: url(/images/bg-mountains-summer.png);
}
.tourelles .cover-photo:after {
  height: 240px;
  background-image: url(/images/bg-sea.png);
}
@media only screen and (max-width: 64em) {
  .tourelles .cover-photo:after {
    height: 160px;
    background-size: auto 160px;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  .tourelles .cover-photo:after {
    height: 140px;
    background-size: auto 140px;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  .cover-photo#slider-main.no-aside:after {
    height: 200px;
    background-size: auto 200px;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  .cover-photo#slider-main.no-aside:after {
    height: 160px;
    background-size: auto 160px;
    behavior: url(/pie/PIE.htc);
  }
}
@media only screen and (max-width: 40em) {
  .pleinciel.winter .cover-photo#slider-main:after {
    background-image: url(/images/bg-mountains-top.png);
  }
  .tourelles .cover-photo#slider-main:after {
    background-image: url(/images/bg-sea-top.png);
  }
}
.pleinciel.winter .cover-photo#slider-main.no-aside:after {
  background-image: url(/images/bg-mountains-winter.png);
}
.pleinciel.summer .cover-photo#slider-main.no-aside:after {
  background-image: url(/images/bg-mountains-summer.png);
}
.tourelles .cover-photo#slider-main.no-aside:after {
  background-image: url(/images/bg-sea.png);
}
.cover-photo.no-slider {
  padding-bottom: 0;
}
@media only screen and (max-width: 80em) {
  .cover-photo.no-slider {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 64em) {
  .cover-photo.no-slider {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 40em) {
  .cover-photo.no-slider {
    padding-bottom: 60px;
  }
}
.pleinciel.winter .cover-photo.no-slider:after {
  background-image: url(/images/bg-mountains-winter-two.png);
}
.pleinciel.summer .cover-photo.no-slider:after {
  background-image: url(/images/bg-mountains-summer-two.png);
}
.pleinciel.winter .cover-photo.no-slider.houses:after {
  background-image: url(/images/bg-mountains-winter-houses.png);
}
.pleinciel.summer .cover-photo.no-slider.houses:after {
  background-image: url(/images/bg-mountains-summer-houses.png);
}
.pleinciel.winter .cover-photo.cablecar:after {
  background-image: url(/images/bg-mountains-winter-cablecar.png);
}
.pleinciel.summer .cover-photo.cablecar:after {
  background-image: url(/images/bg-mountains-summer-cablecar.png);
}

.cover-photo > article h2 {
  margin-top: -37%;
}
section#slider-main #info-block {
  padding-bottom: 1%;
}

header #switch-hotel {
  border-bottom: 4em solid #00617a;
  color: #c7dfe1;
}

@media only screen and (max-width: 64em){
  header #switch-hotel {
      max-width: 340px;
  }
}

header #switch-hotel a {
  display: block;
}

header #switch-hotel .plen span {
  position: absolute;
  font-size: 1.1em;
  line-height: 1.2em;
  right: 0;
  padding-right: 24px;
  margin-top: 5px;
  
}

header #switch-hotel .tour span {
  position: absolute;
  font-size: 1.1em;
  line-height: 1.2em;
  right: 0;
  padding-right: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
}
