/******************************************************************
Theme Name: Jelli
Theme URI: https://github.com/jeremycastelli/Jelli
Description: Wordpress starter theme
Author: Jeremy Castelli
Author URI: http://www.jeremycastelli.com/
Version: 1.00
Tags: html5, css3, normalize, scss

License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html

******************************************************************/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
/* line 21, scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

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

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
/* line 63, scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
/* line 73, scss/_normalize.scss */
body {
  margin: 0; }

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

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

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

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

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

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

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

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

/**
* Improve readability of pre-formatted text in all browsers.
*/
/* line 161, scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

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

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

/* line 195, scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 199, scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
/* line 211, scss/_normalize.scss */
img {
  border: 0; }

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

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

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
/* line 243, scss/_normalize.scss */
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.
*/
/* line 254, scss/_normalize.scss */
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.
*/
/* line 268, scss/_normalize.scss */
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.
*/
/* line 280, scss/_normalize.scss */
button,
input {
  line-height: normal; }

/**
* 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.
*/
/* line 295, scss/_normalize.scss */
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.
*/
/* line 305, scss/_normalize.scss */
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.
*/
/* line 315, scss/_normalize.scss */
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).
*/
/* line 326, scss/_normalize.scss */
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.
*/
/* line 339, scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Remove inner padding and border in Firefox 4+.
*/
/* line 348, scss/_normalize.scss */
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.
*/
/* line 358, scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 371, scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
* Image replacement
*/
/* line 5, scss/helpers/_display.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  /* line 11, scss/helpers/_display.scss */
  .ir :before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
/* line 23, scss/helpers/_display.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
/* line 32, scss/helpers/_display.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
/* line 49, scss/helpers/_display.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
* Hide visually and from screenreaders, but maintain layout
*/
/* line 62, scss/helpers/_display.scss */
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
/* line 19, scss/helpers/_clearfix.scss */
.clearfix, .slides, .page .article-forfaits li {
  *zoom: 1; }
  /* line 22, scss/helpers/_clearfix.scss */
  .clearfix:after, .slides:after, .page .article-forfaits li:after {
    clear: both; }
  /* line 27, scss/helpers/_clearfix.scss */
  .clearfix:before, .slides:before, .page .article-forfaits li:before, .clearfix:after, .slides:after, .page .article-forfaits li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }

/* line 1, scss/effects/_shadows.scss */
.bloc:after, .bloc:before {
  content: " ";
  position: absolute;
  width: 50%;
  height: 100px;
  z-index: -10; }

/* line 8, scss/effects/_shadows.scss */
.bloc:before {
  background: green; }

/* line 9, scss/effects/_shadows.scss */
.bloc:after {
  background: red; }

/* line 1, scss/_default.scss */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 7, scss/_default.scss */
html,
button,
input,
select,
textarea {
  color: #9c989c; }

/* line 10, scss/_default.scss */
html {
  font-size: 62.5%; }

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate.
* Customize the background color to match your design.
*/
/* line 20, scss/_default.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 25, scss/_default.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
/* line 34, scss/_default.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
/* line 47, scss/_default.scss */
img {
  vertical-align: middle; }

/*
* Remove default fieldset styles.
*/
/* line 55, scss/_default.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
* Allow only vertical resizing of textareas.
*/
/* line 65, scss/_default.scss */
textarea {
  resize: vertical; }

/*
* Reset ul/ol in navs
*/
/* line 73, scss/_default.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* line 2, scss/_typo.scss */
body {
  font-family: "Times new roman", Times, serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4; }

/* line 8, scss/_typo.scss */
a {
  color: #b3071b;
  text-decoration: none; }

/* line 9, scss/_typo.scss */
a:visited {
  color: #b3071b; }

/* line 10, scss/_typo.scss */
a:hover {
  color: #b3071b; }

/* line 11, scss/_typo.scss */
a:focus {
  outline: thin dotted; }

/* line 13, scss/_typo.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Questrial', sans-serif;
  margin: 0; }
  /* line 16, scss/_typo.scss */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    text-decoration: none; }

/* line 22, scss/_typo.scss */
h1, .h1 {
  font-weight: normal;
  font-size: 32.5px;
  font-size: 3.25rem;
  line-height: 1; }

/* line 28, scss/_typo.scss */
h2, .h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal; }

/* line 33, scss/_typo.scss */
h3, .h3 {
  font-size: 18.2px;
  font-size: 1.82rem;
  font-weight: normal; }

/* line 38, scss/_typo.scss */
h4, .h4 {
  font-size: 15.6px;
  font-size: 1.56rem;
  font-weight: normal; }

/* line 43, scss/_typo.scss */
h5, .h5 {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* line 41, scss/style.scss */
.alignleft {
  float: left; }

/* line 44, scss/style.scss */
.alignright {
  float: right; }

/* line 47, scss/style.scss */
.col1, .col2 {
  display: inline-block;
  vertical-align: top; }
  /* line 50, scss/style.scss */
  .col1 p, .col2 p {
    padding: 0 !important; }

/* line 55, scss/style.scss */
.col1 {
  width: 50%;
  padding-right: 10px; }
  @media screen and (max-width: 959px) {
    /* line 55, scss/style.scss */
    .col1 {
      padding-left: 20px; } }

/* line 62, scss/style.scss */
.col2 {
  width: 50%;
  padding-left: 10px; }
  @media screen and (max-width: 959px) {
    /* line 62, scss/style.scss */
    .col2 {
      padding-right: 20px; } }

/* line 70, scss/style.scss */
body {
  margin: 0;
  padding: 0; }

/* line 74, scss/style.scss */
.container {
  margin: 0;
  padding: 0;
  min-width: 100%; }

/* line 80, scss/style.scss */
.header {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 600;
  text-align: center;
  font-family: 'Questrial', sans-serif; }
  @media screen and (max-width: 959px) {
    /* line 80, scss/style.scss */
    .header {
      height: 120px;
      top: 30px; } }
  /* line 95, scss/style.scss */
  .header > .logo {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -60px;
    z-index: 100; }
    @media screen and (max-width: 959px) {
      /* line 95, scss/style.scss */
      .header > .logo {
        top: 0px; } }

@media screen and (max-width: 767px) {
  /* line 110, scss/style.scss */
  .home .header {
    position: relative; } }

/* line 115, scss/style.scss */
.topbar {
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  text-align: left; }
  /* line 123, scss/style.scss */
  .topbar a {
    color: #fff; }
  @media screen and (max-width: 959px) {
    /* line 115, scss/style.scss */
    .topbar {
      background: #000;
      position: fixed;
      width: 100%;
      z-index: 960;
      top: 0; } }

/* line 135, scss/style.scss */
.top-left > div {
  display: inline-block; }

/* line 139, scss/style.scss */
.bouton-menu {
  display: none;
  vertical-align: top; }
  @media screen and (max-width: 959px) {
    /* line 139, scss/style.scss */
    .bouton-menu {
      display: inline-block;
      padding: 6px 5px 5px 10px; } }

/* line 147, scss/style.scss */
.tel {
  vertical-align: top; }
  /* line 150, scss/style.scss */
  .tel a {
    overflow: hidden;
    background: url(./images/ico-tel.svg) no-repeat 10px center;
    display: block;
    padding: 6px 20px 0 45px;
    height: 30px; }
    @media screen and (max-width: 505px) {
      /* line 150, scss/style.scss */
      .tel a {
        padding: 6px 0 0;
        width: 45px;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left; } }

/* line 169, scss/style.scss */
.langue {
  background: #9c989c url(./images/fr.jpg) no-repeat 10px center;
  margin-right: 8px;}
  /* line 173, scss/style.scss */
  .langue:after {
    content: "";
    background: url(images/lg-fleches.jpg) no-repeat center;
    width: 24px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0; }

/* line 185, scss/style.scss */
.lang {
  position: relative; }
  /* line 190, scss/style.scss */
  .lang a {
    display: block;
    padding: 7px 34px 5px 34px;
    width: 130px; }
  /* line 195, scss/style.scss */
  .lang .second-lang, .lang .third-lang {
    display: none; }
  /* line 199, scss/style.scss */
  .lang .current-lang:after {
    content: "";
    background: url(./images/lg-fleches.jpg) no-repeat center;
    width: 24px;
    height: 27px;
    display: block;
    position: absolute;
    top: 1px;
    right: 1px; }
  /* line 211, scss/style.scss */
  .lang .fr {
    background: rgba(156, 152, 156, 0.9) url(./images/fr.jpg) no-repeat 10px center; }
  /* line 214, scss/style.scss */
  .lang .en {
    background: rgba(156, 152, 156, 0.9) url(./images/en.jpg) no-repeat 10px center; }
  /* line 220, scss/style.scss */
  .lang .es {
    background: rgba(156, 152, 156, 0.9) url(./images/es.gif) no-repeat 10px center; }
  .lang.open .second-lang,
  .lang.open .third-lang {
    display: block;
    position: absolute; }
  .lang.open .third-lang {
	top:60px;}

/*.page-id-1013 .lang { display:none; }

#lang_sel {
	height:30px;
	margin:0;
	padding:0;
}
#lang_sel ul li {
	height:30px;
}
#lang_sel ul li a {
	background-color:red;
	border:none !important;
	line-height:30px;
}
#lang_sel a.lang_sel_sel {
}
#lang_sel ul ul { margin-top:20px; }
#lang_sel ul ul a, #lang_sel ul ul a:visited {
    background: #ffffff;
    color: #444444;
    height: 30px;
    padding:0;
    border:none;

}*/
/* line 231, scss/style.scss */
.top-right {
  display: block;
  position: absolute;
  right: 0;
  top: 0; }

/* line 238, scss/style.scss */
a.nos-offres {
  display: inline-block;
  background: #9c989c;
  padding: 9px 20px 8px;
  vertical-align: top;
  line-height: 1; }
  /* line 245, scss/style.scss */
  a.nos-offres:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
  @media screen and (max-width: 634px) {
    /* line 238, scss/style.scss */
    a.nos-offres {
      display: none; } }

/* line 257, scss/style.scss */
div.nos-hotels {
  display: inline-block;
  background: url(images/ico-hotels.png) #9c989c no-repeat 10px center;
  padding: 9px 10px 8px 36px;
  vertical-align: top;
  line-height: 1;
  position: relative;
  color: #fff;
  cursor: pointer; }
  @media screen and (max-width: 634px) {
    /* line 257, scss/style.scss */
    div.nos-hotels {
      display: none; } }
  /* line 273, scss/style.scss */
  div.nos-hotels ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: #9c989c;
    z-index: 300;
    margin: 0;
    padding: 3px 0 4px;
    list-style: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9; }
  /* line 286, scss/style.scss */
  div.nos-hotels li {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 290, scss/style.scss */
    div.nos-hotels li a {
      display: block;
      padding: 6px 10px 6px 20px; }
      /* line 293, scss/style.scss */
      div.nos-hotels li a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
  /* line 300, scss/style.scss */
  div.nos-hotels.open ul {
    display: block; }

/* line 307, scss/style.scss */
a.reservation {
  display: inline-block;
  background: url(images/ico-resa.svg) #b3071b no-repeat 10px center;
  padding: 7px 10px 5px 48px;
  margin-left:-3px;
}
  /* line 311, scss/style.scss */
  a.reservation:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

/* line 322, scss/style.scss */
.module-resa {
  border: 1px solid #ddd;
  display: none;
  position: fixed;
  top: 130px;
  right: 10px;
  background: #fff;
  color: #000;
  z-index: 999;
  padding: 25px;
  text-transform: uppercase; }
  @media screen and (max-width: 659px) {
    /* line 322, scss/style.scss */
    .module-resa {
      top: 50%;
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 235px; } }
  /* line 342, scss/style.scss */
  .module-resa a {
    color: #000; }
  /* line 346, scss/style.scss */
  .module-resa.open {
    display: block; }
  /* line 349, scss/style.scss */
  .module-resa form, .module-resa .cal {
    float: left; }
    @media screen and (max-width: 499px) {
      /* line 349, scss/style.scss */
      .module-resa form, .module-resa .cal {
        float: none; } }
  /* line 355, scss/style.scss */
  .module-resa h4 {
    color: #b3071b;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 6px;
    padding-right: 25px; }
  /* line 362, scss/style.scss */
  .module-resa .cal-annul {
    background: url(./images/cal-croix.jpg) no-repeat right center;
    text-align: right;
    padding: 6px 20px 3px;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
    top: -2px; }
    @media screen and (max-width: 499px) {
      /* line 362, scss/style.scss */
      .module-resa .cal-annul {
        position: absolute;
        right: 3px;
        top: 0; } }
  /* line 378, scss/style.scss */
  .module-resa .ui-datepicker {
    margin-right: 30px; }
    @media screen and (max-width: 499px) {
      /* line 378, scss/style.scss */
      .module-resa .ui-datepicker {
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 25px; } }
  /* line 387, scss/style.scss */
  .module-resa .ui-datepicker-calendar thead {
    display: none; }
  /* line 391, scss/style.scss */
  .module-resa .ui-datepicker-calendar tbody a {
    display: block;
    text-align: center;
    padding: 2px 4px; }
  /* line 398, scss/style.scss */
  .module-resa .ui-datepicker-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px; }
  /* line 403, scss/style.scss */
  .module-resa .ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background: url(./images/cal-gauche.jpg) no-repeat center;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    margin-left: 6px; }
  /* line 412, scss/style.scss */
  .module-resa .ui-datepicker-next {
    float: right;
    cursor: pointer;
    background: url(./images/cal-droite.jpg) no-repeat center;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    margin-right: 6px; }
  /* line 421, scss/style.scss */
  .module-resa .ui-state-active {
    background: #b3071b;
    color: #fff; }
  /* line 426, scss/style.scss */
  .module-resa form {
    border-left: 1px solid #000; }
    @media screen and (max-width: 499px) {
      /* line 426, scss/style.scss */
      .module-resa form {
        border-left: none; } }
  /* line 434, scss/style.scss */
  .module-resa .select {
    vertical-align: middle;
    margin-top: 9px;
    margin-left: 25px; }
  /* line 439, scss/style.scss */
  .module-resa label {
    display: inline-block;
    vertical-align: middle;
    width: 80px; }
  /* line 446, scss/style.scss */
  .module-resa .styled-select {
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    overflow: hidden;
    background: #b3071b url(./images/resa-fleches.jpg) no-repeat 40px -4px; }
    /* line 454, scss/style.scss */
    .module-resa .styled-select select {
      color: #fff;
      background: transparent;
      width: 78px;
      padding-top: 2px;
      padding-left: 15px;
      line-height: 1;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none;
      outline: 0; }
  /* line 471, scss/style.scss */
  .module-resa .send {
    margin-top: 10px;
    display: block;
    background: #000;
    padding: 11px 5px 7px;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1; }

/* line 487, scss/style.scss */
.header .navs {
  position: relative;
  background: #fff;
  height: 120px;
  padding: 25px 0 0; }

/* line 495, scss/style.scss */
.header nav {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem; }
  /* line 503, scss/style.scss */
  .header nav span {
    display: block; }
  @media screen and (max-width: 959px) {
    /* line 495, scss/style.scss */
    .header nav {
      display: none; } }
  /* line 510, scss/style.scss */
  .header nav a {
    color: #9c989c; }
    /* line 512, scss/style.scss */
    .header nav a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
  /* line 516, scss/style.scss */
  .header nav > ul {
    text-align: right;
    margin-right: 80px; }
  /* line 523, scss/style.scss */
  .header nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 10px; }
    /* line 527, scss/style.scss */
    .header nav li .sub-menu {
      background: #fff;
      background: rgba(255, 255, 255, 0.9);
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      top: 100%;
      text-align: center;
      padding: 20px 0 10px; }
      /* line 537, scss/style.scss */
      .header nav li .sub-menu.open {
        display: block; }
      /* line 540, scss/style.scss */
      .header nav li .sub-menu li {
        padding: 0 10px;
        display: inline-block;
        margin: 0; }
      /* line 546, scss/style.scss */
      .header nav li .sub-menu img {
        margin-bottom: 4px;
        background: #000; }
      /* line 551, scss/style.scss */
      .header nav li .sub-menu a {
        color: #b3071b;
        -webkit-transition: opacity, 0.4s;
        -moz-transition: opacity, 0.4s;
        -o-transition: opacity, 0.4s;
        transition: opacity, 0.4s; }
        /* line 554, scss/style.scss */
        .header nav li .sub-menu a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8;
          text-decoration: underline; }

/* line 564, scss/style.scss */
nav.main-nav2 > ul, nav.main-nav4 > ul {
  text-align: left;
  margin-left: 80px;
  margin-right: 0; }
/* line 569, scss/style.scss */
nav.main-nav2 > ul > li:first-child, nav.main-nav4 > ul > li:first-child {
  min-width: 199px; }

/* line 575, scss/style.scss */
nav.main-nav > ul > li, nav.main-nav3 > ul > li {
  min-width: 106px; }

/* line 582, scss/style.scss */
.main {
  position: relative;
  z-index: 3; }

/* line 586, scss/style.scss */
.content {
  position: relative;
  font-size: 20px;
  font-size: 2rem; }

/* line 590, scss/style.scss */
.slider {
  position: relative;
  height: 100vh !important;
  min-height:100vh !important;
  overflow: hidden; }
  /* line 591, scss/style.scss */
  .slider li {
    position: relative; }
  /* line 597, scss/style.scss */
  .slider .flex-viewport {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 500; }

/* line 605, scss/style.scss */
.slides {
  position: relative;
  margin: 0;
  padding: 0; }
  /* line 610, scss/style.scss */
  .slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    -webkit-backface-visibility: hidden;
    overflow: hidden; }
  /* line 618, scss/style.scss */
  .slides img {
    width: calc ( 100vh * 1.5) !important;
    height: auto !important;
    min-height: 100vh !important;
    display: block;
}
@media screen and (max-width: 769px) {
  .slider {
    height:auto !important;
    min-height: auto !important;
  }
  .slide img {
    min-height: auto !important; }
  }
  .single-prestations .slider {
    height: auto !important;
}
/* line 625, scss/style.scss */
.flex-control-nav {
  position: absolute;
  bottom: 56px;
  width: 100%;
  text-align: center;
  z-index: 501;
  -webkit-transform: translate3d(0, 0, 1px);
  padding-left:0px;
 }
  /* line 634, scss/style.scss */
  .flex-control-nav li {
    display: inline-block; }
  /* line 638, scss/style.scss */
  .flex-control-nav a {
    width: 30px;
    height: 30px;
    display: block;
    background: url(./images/puces-slider.png) no-repeat;
    background-position: -30px 0;
    cursor: pointer;
    text-indent: -9999px; }
    /* line 647, scss/style.scss */
    .flex-control-nav a.flex-active {
      background-position: 0px 0; }
  @media screen and (max-width: 499px) {
    /* line 625, scss/style.scss */
    .flex-control-nav {
      bottom: 20px;
      margin: 0;
      padding: 0; } }

/* line 659, scss/style.scss */
.flex-direction-nav {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 1px);
  width: 100%;
  bottom: 0px;
  text-align: center;
  z-index: 502;
  padding-left: 0;
 }
  /* line 667, scss/style.scss */
  .flex-direction-nav li {
    display: inline-block;
    margin: 0 90px;
    position: relative;
    bottom: 55px; }
  /* line 673, scss/style.scss */
  .flex-direction-nav a {
    outline: 0;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    border-top: 2px solid #fff; }
    /* line 684, scss/style.scss */
    .flex-direction-nav a.flex-prev {
      border-left: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    /* line 688, scss/style.scss */
    .flex-direction-nav a.flex-next {
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  @media screen and (max-width: 499px) {
    /* line 659, scss/style.scss */
    .flex-direction-nav {
      display: none; } }

/*.flex-direction-nav{
	position:absolute;
	-webkit-transform: translate3d(0,0,1px);

	width:100%;
	top:45%;
	text-align:center;
	z-index:502;
	width:100%;
	li{
		display:block;
		//margin:0 90px;

		//bottom:55px;

	}
	a{
		position:absolute;
		outline:0;
		width: 60px;
		height: 60px;
		display: block;
		background: #fff;
		//background-position:-30px 0;
		cursor: pointer;
		text-indent: -9999px;

		border-top:2px solid #fff;

		@include rotate(-45deg);
		&.flex-prev{
			left:-70px;
			@include rotate(45deg);
			&:after{
				content:"";
				border-left:2px solid $color-rouge;
				border-bottom:2px solid $color-rouge;
				position:absolute;
				top:9px;
				right:9px;
				width:15px;
				height:15px;

			}
		}
		&.flex-next{
			right:-30px;
			&:after{
				content:"";
				border-right:2px solid $color-rouge;
				border-bottom:2px solid $color-rouge;
				position:absolute;
				top:9px;
				left:9px;
				width:15px;
				height:15px;

			}
		}
	}
}*/
/* line 759, scss/style.scss */
.no-nav .flex-control-nav, .no-nav .flex-direction-nav {
  display: none; }

/* line 766, scss/style.scss */
.hc {
  position: relative; }
.home #content h2 {
	  width:600px;
	  margin:50px auto 40px;
	  text-align:center;
	  line-height:normal;
  }
.col {
	position:relative;
	margin:0 auto 40px;
	width:940px;
	max-height:210px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-columns-gap: 20px;
	-moz-column-gaps: 20px;
	columns-gap: 20px;
}
.col p {
	margin:0 0 1em;
	text-align:justify;
	color:#000;
	font-size:1.5rem;
	line-height:1.7rem;
}
@media screen and (max-width: 959px) {
	.col {
		width: 96%;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		max-height: inherit;
	}
	.home #content h2 {
		width: 100% !important;
	}
}
/* line 769, scss/style.scss
.fleche-bas {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  z-index: 998;
  color: #b3071b;
  height: 50px;
  width: 100px;
  left: 48.3%;
  cursor: pointer; }*/

.fleche-bas {
	position: relative;
	text-align: center;
	width: 100px;
	height: 50px;
	margin: -50px auto 0;
	z-index: 998;
	cursor: pointer;
	color: #b3071b;
	left: 10px;
}
  /* line 779, scss/style.scss */
  .fleche-bas:before {
    content: "";
    outline: 0;
    width: 60px;
    height: 60px;
    display: block;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -31px;
    left: 12px; }
  /* line 791, scss/style.scss */
  .fleche-bas:after {
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 2px solid #b3071b;
    border-bottom: 2px solid #b3071b;
    position: absolute;
    top: 23px;
    right: 50px;
    width: 15px;
    height: 15px; }
  @media screen and (max-width: 499px) {
    /* line 769, scss/style.scss */
    .fleche-bas {
      display: none; } }

/* line 807, scss/style.scss */
.pub-residence {
  position: absolute;
  width:235px;
  /*bottom: 4%;*/
  top:478px;
  right:30px;
  z-index: 999;
  text-align:center;
  background-color:#fff; }
.pub-seminaire {
  position: absolute;
  top: 328px;
  right: 30px;
  z-index: 998; }
.pub-offres {
	position: absolute;
  top: 180px;
  right: 30px;
  z-index: 997;
  background-color:#fff; }

  @media screen and (max-width: 889px) {
    /* line 807, scss/style.scss */
    .pub-residence, .pub-seminaire, .pub-offres {
      display: none; } }

/* line 818, scss/style.scss */
.single-prestations h2, .page h2 {
  text-transform: uppercase;
  color: #9c989c;
  line-height: 1;
  font-size: 29px;
  font-size: 2.9rem; }
  /* line 823, scss/style.scss */
  .single-prestations h2:after, .page h2:after {
    content: "";
    display: block;
    height: 33px;
    width: 238px;
    border-bottom: 1px solid #9c989c;
    margin: 0px auto 30px; }
/* line 832, scss/style.scss */
.single-prestations .article, .page .article {
  padding-top: 38px;
  text-align: center;
  color: #b3071b; }
  /* line 837, scss/style.scss */
  .single-prestations .article p, .page .article p {
    font-style: italic;
    max-width: 960px;
    margin: 1em auto;
    padding: 0 20px; }
    /* line 842, scss/style.scss */
    .single-prestations .article p a, .page .article p a, .prix {
      color: #fff;
      display: inline-block;
      padding: 7px 25px 4px;
      border: 1px solid #fff;
      text-transform: uppercase;
      line-height: 1.6;
      background-color: #9c989c;
    }
    .single-prestations .article p a:hover, .page .article p a:hover, .prix:hover {
      color: #9c989c;
      border: 1px solid #9c989c;
      background-color: #fff;
      }
    /* line 850, scss/style.scss */
    .single-prestations .article p a[href^="mailto"], .page .article p a[href^="mailto"], .page .article p a[target="_blank"] {
      color: #b3071b;
      text-decoration: underline;
      border: 0;
      padding: 0;
      text-transform: none;
      background-color: transparent;
    }
      /* line 856, scss/style.scss */
      .single-prestations .article p a[href^="mailto"]:hover, .page .article p a[href^="mailto"]:hover {
        color: #9c989c; }
  /* line 862, scss/style.scss */
  .single-prestations .article strong, .page .article strong {
    font-style: normal;
    text-transform: uppercase; }
/* line 871, scss/style.scss */
.single-prestations .slider, .page .slider {
  margin-top: 40px;
}
.single-prestations .slider {
  height: 80vh;
  min-height: auto !important;
}
.single-prestations .slider .slides img {
  margin-top:-10vh !important;
}
/* line 874, scss/style.scss */
.single-prestations .home-slider, .page .home-slider {
  margin-top: 0; }
  /* line 875, scss/style.scss */
  .single-prestations .home-slider .flex-viewport, .page .home-slider .flex-viewport {
    position: fixed;
    top: 0; }
  /* line 879, scss/style.scss */
  .single-prestations .home-slider .flex-control-nav, .page .home-slider .flex-control-nav {
    bottom: 56px;
    padding-left: 0;
   }
    @media screen and (max-width: 499px) {
      .single-prestations .slider {
        height: auto;
        min-height: auto !important;
      }
      .single-prestations .slider .slides img {
        margin-top:0 !important;
      }
      /* line 879, scss/style.scss */
      .single-prestations .home-slider .flex-control-nav, .page .home-slider .flex-control-nav {
        bottom: 20px;
        margin: 0;
        padding: 0; } }
  /* line 890, scss/style.scss */
  .single-prestations .home-slider .flex-direction-nav li, .page .home-slider .flex-direction-nav li {
    bottom: 55px; }
  /* line 895, scss/style.scss */
  .single-prestations .home-slider .slide, .page .home-slider .slide {
    position: relative; }
  /* line 898, scss/style.scss */
  .single-prestations .home-slider h2, .page .home-slider h2 {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 130px;
    font-size: 13rem;
    line-height: 1.1;
    text-transform: uppercase; }
    /* line 907, scss/style.scss */
    .single-prestations .home-slider h2:after, .page .home-slider h2:after {
      border-bottom: none; }

/* line 920, scss/style.scss */
.prestation-header {
  position: relative;
  overflow: hidden;
  height: 360px; }
  /* line 924, scss/style.scss */
  .prestation-header .inner {
    position: absolute;
    width: 100%;
    height: auto; }
  /* line 929, scss/style.scss */
  .prestation-header h1 {
    font-family: "Times new roman", Times, serif;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 17%;
    font-style: italic;
    line-height: 1.2;
    font-weight: normal;
    font-size: 68px;
    font-size: 6.8rem; }
    @media screen and (max-width: 499px) {
      /* line 929, scss/style.scss */
      .prestation-header h1 {
        font-size: 50px;
        font-size: 5rem;
        bottom: 19%; } }
  /* line 947, scss/style.scss */
  .prestation-header img {
    width: auto;
    height: 360px;
    text-align: center; }

/* line 954, scss/style.scss */
.article-mention {
  position: relative;
  text-align: center;
  background: url("http://www.byblos.com/wp-content/uploads/byblos-saint-tropez-mentionslegales-1600x1000.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 90px 0; }
  /* line 967, scss/style.scss */
  .article-mention h1 {
    font-size: 90px;
    font-size: 9rem;
    line-height: 1; }
    /* line 970, scss/style.scss */
    .article-mention h1:after {
      content: "";
      display: block;
      height: 20px;
      width: 238px;
      border-bottom: 4px double #fff;
      margin: 0 auto 60px; }

/* line 981, scss/style.scss */
.p-element {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 1px); }

/* line 988, scss/style.scss */
.article-reservation {
  padding-bottom: 40px; }
  /* line 992, scss/style.scss */
  .article-reservation h2 {
    font-family: "Times new roman", Times,serif;
    color: #b3071b;
    text-transform: none !important;
    font-style: italic;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    padding-bottom: 0; }
    /* line 1000, scss/style.scss */
    .article-reservation h2:after {
      content: none;
      border: 0; }
  /* line 1006, scss/style.scss */
  .article-reservation ul, .article-reservation li {
    margin: 0;
    padding: 0;
    list-style: none; }
  /* line 1012, scss/style.scss */
  .article-reservation li {
    vertical-align: top;
    position: relative;
    padding: 30px 15px 0;
    display: inline-block;
    border: 1px solid #b3071b;
    width: 300px;
    height: 306px;
    margin: 40px 8px 0;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.1;
    font-size: 17px;
    font-size: 1.7rem; }
    /* line 1013, scss/style.scss */
    .article-reservation li a {
      background: #fff;
      display: block; }
      /* line 1016, scss/style.scss */
      .article-reservation li a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
    /* line 1038, scss/style.scss */
    .article-reservation li img {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: auto; }

/* line 1049, scss/style.scss
.c1:after {
  content: url(./images/picto-phone.png);
  position: absolute;
  top: -23px;
  left: 43%; }

/* line 1058, scss/style.scss
.c2:after {
  content: url(./images/picto-cal.png);
  position: absolute;
  top: -23px;
  left: 43%; }

/* line 1067, scss/style.scss
.postid-217 .c2:after {
  content: url(./images/picto-bienetre.png); }

/* line 1072, scss/style.scss
.postid-211 .c2:after {
  content: url(./images/picto-resto.png); }
/* line 1075, scss/style.scss
.postid-211 .c3:after {
  content: url(./images/picto-cam.png); }

/* line 1080, scss/style.scss
.c3:after {
  content: url(./images/picto-euro.png);
  position: absolute;
  top: -23px;
  left: 43%; }

/* line 1093, scss/style.scss */
.page .article-presse, .page .article-acces, .page .article-contact, .page .article-tarifs, .page .article-forfaits, .page .article-partenaires {
  padding-bottom: 40px; }
/* line 1096, scss/style.scss */
.page .article-acces {
  background: #b3071b;
  color: #fff; }
  /* line 1099, scss/style.scss */
  .page .article-acces .inner {
    max-width: 960px;
    margin: 0 auto; }
  /* line 1103, scss/style.scss */
  .page .article-acces h2 {
    color: #fff; }
  /* line 1107, scss/style.scss */
  .page .article-acces p a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    padding: 0;
    text-transform: none; }
  /* line 1115, scss/style.scss */
  .page .article-acces img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px; }
  /* line 1120, scss/style.scss */
  .page .article-acces .col1, .page .article-acces .col2 {
    text-align: left; }
    @media screen and (max-width: 639px) {
      /* line 1120, scss/style.scss */
      .page .article-acces .col1, .page .article-acces .col2 {
        width: 100%;
        text-align: center; } }
/* line 1131, scss/style.scss */
.page .article-tarifs .inner {
  max-width: 960px;
  margin: 0 auto; }
/* line 1135, scss/style.scss */
.page .article-tarifs a {
  text-decoration: underline !important;
  text-transform: none !important;
  border: 0 !important;
  padding: 0 !important; }
/* line 1142, scss/style.scss */
.page .article-tarifs em {
  color: #9c989c; }
/* line 1145, scss/style.scss */
.page .article-tarifs .col1, .page .article-tarifs .col2 {
  text-align: left; }
  @media screen and (max-width: 719px) {
    /* line 1145, scss/style.scss */
    .page .article-tarifs .col1, .page .article-tarifs .col2 {
      width: 100%;
      text-align: center; } }
/* line 1152, scss/style.scss */
.page .article-tarifs span {
  font-size: 18px;
  font-size: 1.8rem; }
/* line 1157, scss/style.scss */
.page .article-forfaits {
  color: #fff;
  background: #b3071b;
  font-size: 16px;
  font-size: 1.6rem; }
  /* line 1161, scss/style.scss */
  .page .article-forfaits h2 {
    color: #fff; }
  /* line 1166, scss/style.scss */
  .page .article-forfaits p {
    padding: 0; }
  /* line 1169, scss/style.scss */
  .page .article-forfaits ul, .page .article-forfaits li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
  /* line 1175, scss/style.scss */
  .page .article-forfaits ul {
    max-width: 900px;
    margin: 0 auto; }
    @media screen and (max-width: 899px) {
      /* line 1175, scss/style.scss */
      .page .article-forfaits ul {
        padding: 0 20px; } }
  /* line 1183, scss/style.scss */
  .page .article-forfaits li {
    border-bottom: 1px solid #af9467;
    margin: 10px 0px 20px 0;
    padding: 36px 0;
    font-style: italic; }
  /* line 1197, scss/style.scss */
  .page .article-forfaits .f1 {
    float: left; }
    @media screen and (max-width: 719px) {
      /* line 1197, scss/style.scss */
      .page .article-forfaits .f1 {
        float: none;
        width: 220px;
        margin: 0 auto 30px; } }
  /* line 1206, scss/style.scss */
  .page .article-forfaits .f2 {
    overflow: hidden; }
    @media screen and (max-width: 719px) {
      /* line 1206, scss/style.scss */
      .page .article-forfaits .f2 {
        text-align: center; } }
  /* line 1214, scss/style.scss */
  .page .article-forfaits a {
    display: block;
    width: 220px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 0;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 20px;
    font-style: normal;
    font-size: 20px;
    font-size: 2rem; }
  /* line 1229, scss/style.scss */
  .page .article-forfaits h3 {
    font-family: "Times new roman", times, serif;
    color: #af9467;
    text-transform: uppercase;
    font-style: normal;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1; }
/* line 1241, scss/style.scss */
.page .article-partenaires {
  background: #b3071b; }
  /* line 1243, scss/style.scss */
  .page .article-partenaires h2 {
    color: #fff; }
  /* line 1246, scss/style.scss */
  .page .article-partenaires .inner {
    max-width: 960px;
    margin: 0 auto; }
  /* line 1250, scss/style.scss */
  .page .article-partenaires img {
    margin: 10px 8px; }
/* line 1256, scss/style.scss */
.page .article-seminaires .inner {
  max-width: 100%;
  margin: 0 auto; }
/* line 1262, scss/style.scss */
.page .article-presse .inner {
  max-width: 960px;
  margin: 0 auto; }
/* line 1267, scss/style.scss */
.page .article-presse img {
  border: 1px solid #9c989c;
  width: 100%;
  height: auto;
  margin-bottom: 5px; }
/* line 1274, scss/style.scss */
.page .article-presse h3 {
  margin-bottom: 0;
  font-family: "Times new roman", Times,serif;
  color: #000; }
/* line 1280, scss/style.scss */
.page .article-presse p {
  margin-top: 0; }
  /* line 1283, scss/style.scss */
  .page .article-presse p a {
    padding: 0 10px;
    display: inline-block;
    border: 0;
    width: 20%;
    color: #b3071b;
    text-transform: none;
    font-style: italic;
    vertical-align: top; }
    @media screen and (max-width: 799px) {
      /* line 1283, scss/style.scss */
      .page .article-presse p a {
        width: 33%;
        margin-bottom: 15px; } }
    @media screen and (max-width: 599px) {
      /* line 1283, scss/style.scss */
      .page .article-presse p a {
        width: 50%;
        margin: 0 auto 15px; } }
    @media screen and (max-width: 399px) {
      /* line 1283, scss/style.scss */
      .page .article-presse p a {
        display: block;
        width: 75%; } }
/* line 1310, scss/style.scss */
.page .article-presse .col1, .page .article-presse .col2 {
  text-align: center; }
  /* line 1312, scss/style.scss */
  .page .article-presse .col1 img, .page .article-presse .col2 img {
    border: 0;
    width: auto;
    margin-top: 40px;
    margin-bottom: 0; }
  /* line 1318, scss/style.scss */
  .page .article-presse .col1 p, .page .article-presse .col2 p {
    line-height: 1.1; }
  /* line 1321, scss/style.scss */
  .page .article-presse .col1 p a, .page .article-presse .col2 p a {
    display: inline;
    color: #9c989c; }
  @media screen and (max-width: 947px) {
    /* line 1310, scss/style.scss */
    .page .article-presse .col1, .page .article-presse .col2 {
      width: 100%; } }

/* line 1337, scss/style.scss */
.ssmenu-prestations {
  position: fixed;
  z-index: 200;
  top: 0;
  -webkit-transition: top, 0.6s;
  -moz-transition: top, 0.6s;
  -o-transition: top, 0.6s;
  transition: top, 0.6s;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  text-align: center;
  padding: 5px 0;
  font-family: "Questrial",sans-serif; }
  @media screen and (max-width: 959px) {
    /* line 1337, scss/style.scss */
    .ssmenu-prestations {
      display: none; } }
  /* line 1354, scss/style.scss */
  .ssmenu-prestations .logo img {
    width: 90px;
    height: auto; }
  /* line 1358, scss/style.scss */
  .ssmenu-prestations li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle; }
    /* line 1362, scss/style.scss */
    .ssmenu-prestations li img {
      margin-bottom: 4px; }
    /* line 1366, scss/style.scss */
    .ssmenu-prestations li a {
      color: #b3071b;
      text-transform: uppercase;
      text-align: center; }
      /* line 1370, scss/style.scss */
      .ssmenu-prestations li a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        text-decoration: underline; }
  /* line 1377, scss/style.scss */
  .ssmenu-prestations span {
    display: block; }

/* line 1381, scss/style.scss */
.over-the-top {
  top: -100%; }
.pushs-home li {
	  z-index:1000;
}

@media screen and (max-width: 959px) {
  /* line 1386, scss/style.scss */
  .pushs-home {
    font-size: 18px;
    font-size: 1.8rem; } }
/* line 1391, scss/style.scss */
.pushs-home ul, .pushs-home li {
  margin: 0;
  padding: 0;
  list-style: none; }
/* line 1396, scss/style.scss */
.pushs-home li {
  display: inline-block;
  width: 33.32%;
  position: relative;
  vertical-align: top;
  background: #000; }
  @media screen and (max-width: 779px) {
    /* line 1396, scss/style.scss */
    .pushs-home li {
      width: 50%; } }
  @media screen and (max-width: 535px) {
    /* line 1396, scss/style.scss */
    .pushs-home li {
      width: 100%; } }
@media screen and (max-width: 779px) {
  /* line 1411, scss/style.scss */
  .pushs-home .push-home-3 {
    display: none; } }
@media screen and (max-width: 535px) {
  /* line 1411, scss/style.scss */
  .pushs-home .push-home-3 {
    display: block; } }
/* line 1419, scss/style.scss */
.pushs-home a {
  display: block; }
  /* line 1422, scss/style.scss */
  .pushs-home a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
/* line 1429, scss/style.scss */
.pushs-home .push-content {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 959px) {
    /* line 1429, scss/style.scss */
    .pushs-home .push-content {
      font-size: 18px;
      font-size: 1.8rem; } }
/* line 1441, scss/style.scss */
.pushs-home .push-header {
  text-transform: uppercase; }
/* line 1444, scss/style.scss */
.pushs-home img {
  display: block;
  width: 100%;
  height: auto; }
/* line 1449, scss/style.scss */
.pushs-home h3 {
  margin-top: 31px;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase; }
  @media screen and (max-width: 959px) {
    /* line 1449, scss/style.scss */
    .pushs-home h3 {
      font-size: 16px;
      font-size: 1.6rem; } }
/* line 1457, scss/style.scss */
.pushs-home p {
  text-transform: uppercase;
  margin-top: 0;
  font-style: italic; }
/* line 1462, scss/style.scss */
.pushs-home .plus {
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 0;
  width: 100%; }
  /* line 1469, scss/style.scss */
  .pushs-home .plus span {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    font-style: italic; }

/* line 1480, scss/style.scss */
.actuellement,
.residence {
  font-family: 'Questrial', sans-serif;
  max-width: 1200px;
  margin: 40px auto 0;
  text-align: center;
  padding-bottom: 40px;
  text-transform: uppercase; }
  /* line 1487, scss/style.scss */
  .actuellement ul, .actuellement li,
  .residence ul, .residence li {
    margin: 0;
    padding: 0;
    list-style: none; }
  /* line 1492, scss/style.scss */
  .actuellement ul,
  .residence ul {
    margin-top: 26px; }
  /* line 1495, scss/style.scss */
  .actuellement li,
  .residence img {
    display: inline-block;
    padding: 10px;
    width: 25%;
    height: auto;
    vertical-align: top; }
    @media screen and (max-width: 799px) {
      /* line 1495, scss/style.scss */
      .actuellement li,
      .residence img {
        width: 50%; } }
    @media screen and (max-width: 419px) {
      /* line 1495, scss/style.scss */
      .actuellement li,
      .residence img {
        width: 100%; } }
  /* line 1509, scss/style.scss */
  .actuellement a:hover img,
  .residence img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  /* line 1516, scss/style.scss */
  .actuellement h2,
  .residence h2 {
    font-size: 40px;
    font-size: 4rem;
    font-family: "Times new roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none; }
  .home #content .residence h2 { margin-bottom: -50px; }
  .residence h2:after { border:none; }
  /* line 1523, scss/style.scss */
  .actuellement h3,
  .residence h3 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 16px 19px; }
  /* line 1527, scss/style.scss */
  .actuellement img {
    width: 100%;
    height: auto; }
    ,
  .residence img {
    width: 100%;
    height: auto;
  }
  /* line 1531, scss/style.scss */
  .actuellement p,
  .residence p {
    color: #9c989c;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1; }
    .residence h2,
    .residence p { color: #b3071b;}
  /* line 1536, scss/style.scss */
  .actuellement em,
  .residence em {
    text-decoration: underline;
    font-family: "Times new roman", Times,serif;
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: none; }

/* line 1545, scss/style.scss */
.decouvrez-offres {
  display: inline-block;
  border: 1px solid #b3071b;
  font-family: "Times new roman", Times, serif;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 5px 20px 3px;
  font-size: 2rem;
}
  /* line 1552, scss/style.scss */
  .decouvrez-offres:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

/* line 1560, scss/style.scss */
.logo-footer-alone {
  display: none; }
  @media screen and (max-width: 959px) {
    /* line 1560, scss/style.scss */
    .logo-footer-alone {
      display: inline; } }

/* line 1568, scss/style.scss */
.footer .sitemap {
  background: #b3071b;
  background-image: url(./images/footer-rouge.jpg);
  background-position: center center;
  background-size: 100% auto;
  min-height: 100px;
  padding: 30px 0 10px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    /* line 1568, scss/style.scss */
    .footer .sitemap {
      padding-bottom: 30px; } }
@media screen and (max-width: 959px) {
  /* line 1581, scss/style.scss */
  .footer .navs {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    padding: 50px 0; } }
@media screen and (max-width: 959px) {
  /* line 1597, scss/style.scss */
  .footer .navs.open {
    display: block; } }
/* line 1602, scss/style.scss */
.footer .bouton-croix {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px; }
  @media screen and (max-width: 959px) {
    /* line 1602, scss/style.scss */
    .footer .bouton-croix {
      display: block; } }
/* line 1611, scss/style.scss */
.footer nav {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.7rem; }
  /* line 1618, scss/style.scss */
  .footer nav a {
    color: #c3a572;
    font-family: 'Questrial', sans-serif; }
    /* line 1621, scss/style.scss */
    .footer nav a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  /* line 1630, scss/style.scss */
  .footer nav > ul > li {
    margin-bottom: 20px; }
  /* line 1634, scss/style.scss */
  .footer nav > ul ul a {
    color: #fff;
    font-family: "Times new roman", Times, serif;
    font-size: 15px;
    font-size: 1.5rem; }
    /* line 1638, scss/style.scss */
    .footer nav > ul ul a:hover {
      color: #9c989c; }
  @media screen and (max-width: 959px) {
    /* line 1611, scss/style.scss */
    .footer nav {
      width: 100%; }
      /* line 1658, scss/style.scss */
      .footer nav > ul > li {
        display: block;
        margin: 0px auto 20px; }
        /* line 1662, scss/style.scss */
        .footer nav > ul > li > a {
          margin-bottom: 0; }
          /* line 1665, scss/style.scss */
          .footer nav > ul > li > a:hover {
            color: #af9467; }
        /* line 1669, scss/style.scss */
        .footer nav > ul > li .sub-menu {
          display: block; }
          /* line 1672, scss/style.scss */
          .footer nav > ul > li .sub-menu li {
            display: block; }
          /* line 1675, scss/style.scss */
          .footer nav > ul > li .sub-menu img {
            display: none; }
          /* line 1678, scss/style.scss */
          .footer nav > ul > li .sub-menu a {
            color: #fff; } }
/* line 1685, scss/style.scss */
.footer .logo-footer {
  margin-top: 40px !important; }
  @media screen and (max-width: 959px) {
    /* line 1685, scss/style.scss */
    .footer .logo-footer {
      display: none; } }
/* line 1691, scss/style.scss */
.footer .partenaires {
  background: #b3071b; }
  /* line 1694, scss/style.scss */
  .footer .partenaires ul {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
  /* line 1700, scss/style.scss */
  .footer .partenaires .partenaire {
    margin: 0;
    padding: 13px 25px;
    list-style: none;
    display: inline-block; }
/* line 1707, scss/style.scss */
.footer .sociaux {
  text-align: center;
  font-style: italic;
  padding: 24px 0;
  background: #f2f2f2;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (max-width: 599px) {
    /* line 1713, scss/style.scss */
    .footer .sociaux span {
      display: block;
      padding-bottom: 15px; } }
/* line 1721, scss/style.scss */
.footer .button.social {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  margin: 2px 5px 5px; }
  /* line 1727, scss/style.scss */
  .footer .button.social:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
/* line 1735, scss/style.scss */
.footer .social.facebook {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('./images/ico-facebook.svg?1425329880');
  background-repeat: no-repeat;
  background-position: 50% 50%; }
/* line 1738, scss/style.scss */
.footer .social.twitter {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('./images/ico-twitter.svg?1425329903');
  background-repeat: no-repeat;
  background-position: 50% 50%; }
/* line 1741, scss/style.scss */
.footer .social.google {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('./images/ico-google.png?1425329940');
  background-repeat: no-repeat;
  background-position: 50% 50%; }
/* line 1744, scss/style.scss */
.footer .social.pinterest {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('./images/ico-pin.png?1425329962');
  background-repeat: no-repeat;
  background-position: 50% 50%; }
/* line 1747, scss/style.scss */
.footer .social.instagram {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('./images/ico-instagram.svg?1425329979');
  background-repeat: no-repeat;
  background-position: 50% 50%; }
/* line 1750, scss/style.scss */
.footer .social.mail {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('./images/enveloppe-reserve.svg?1425329998');
  background-repeat: no-repeat;
  background-position: 50% 50%; }
/* line 1753, scss/style.scss */
.footer .contacts {
  padding: 10px 0 7px;
  text-align: center;
  color: #b3071b;
  font-size: 14px;
  font-size: 1.4rem; }
  /* line 1757, scss/style.scss */
  .footer .contacts span {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase; }
#popupresa {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(179,7,27,0.95);
        z-index: 9999;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
        flex-wrap: wrap;
      }
#popupresa .inner {
  background: url(images/monogramme_reserve.svg) center top no-repeat transparent;
  background-size: 90px 90px;
  padding-top:125px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#popupresa a.rezbtn {
  display: inline-block;
  background-color: #fff;
  width:100%;
  padding:8px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: arial, sans-serif;
  margin-bottom: 35px;
}
#popupresa a.rezhotel { color: #000; }

#popupresa p  {
  background: url(images/cadenas.svg) center top no-repeat transparent;
  background-size: 23px 30px;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-family: arial, sans-serif;
}
#popupresa a.reservation  {
  position: absolute;
  background: url(images/close.svg) right center no-repeat transparent;
  padding-right: 30px;
  top:30px;
  right: 0;
  background-size: 20px 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  font-family: arial, sans-serif;
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
  /* line 7, scss/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 15, scss/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 19, scss/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 23, scss/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

    /*
* Don't show links for images, or javascript/internal links
*/
  /* line 33, scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 38, scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 43, scss/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 48, scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 52, scss/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 62, scss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 68, scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
