@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/*
 * STYLUS SMACSS boilerplate v1.0
 * Structure Inspired by Jonathan Snook : http://smacss.com
 * Author: @maxime beaudoin
 * Date: May 11 2014
 *
 * Doc : https://github.com/justinmwatts/SMACSS // http://smacss.com
 */

/* VENDORS */

/* BASE */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

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

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html,
body {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font: 14px/24px "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	padding-top: 109px;
}

a {
	color: inherit;
}

img {
	display: block;
}

ul {
	padding: 0;
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

// ------------------------------------------------------------
//   MIXINS
//-------------------------------------------------------------

// --------------------------------------------------------------
   // Css animation
// ---------------------------------------------------------------
@mixin cssanim {
	transition: all 0.4s ease;
}

// --------------------------------------------------------------
   // Clearfix
// ---------------------------------------------------------------
@mixin clearfix {
	zoom: 1;
}

// --------------------------------------------------------------
   // Clearfix
// ---------------------------------------------------------------
@mixin clearfix:before,
// --------------------------------------------------------------
   // Clearfix
// ---------------------------------------------------------------
@mixin clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

// --------------------------------------------------------------
   // Clearfix
// ---------------------------------------------------------------
@mixin clearfix:after {
	clear: both;
}

/* ADMIN */

.admin {
	background-color: #f8f8f8;
}

.admin .wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

.admin .login-form {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -151px;
}

.admin .table tr:hover td,
.admin .table tr:focus td {
	background-color: #eff2f7 !important;
}

.admin .button {
	display: inline-block;
	padding: 15px 20px;
	background-color: #8d8d8d;
	border: 0;
	border-radius: 4px;
	outline: none;
	color: #f8f8f8;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1em;
	text-decoration: none;
}

.admin .button.dark {
	background-color: #000;
	color: #f8f8f8;
}

.admin .input[type='text'],
.admin .input[type='email'],
.admin .input[type='number'],
.admin .input[type='password'] {
	width: 100%;
	padding: 15px 15px;
	background-color: #FFFFFF;
	border: 0;
	border-radius: 4px;
	outline: none;
	box-shadow: 0 4px 2px -2px rgba(#000, 0.2);
	color: #000;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1.1em;
}

.admin .input[type='text'].tiny,
.admin .input[type='email'].tiny,
.admin .input[type='number'].tiny,
.admin .input[type='password'].tiny {
	max-width: 30px;
}

.admin .input[type='text'].small,
.admin .input[type='email'].small,
.admin .input[type='number'].small,
.admin .input[type='password'].small {
	max-width: 60px;
}

.admin .input[type='text'].big,
.admin .input[type='email'].big,
.admin .input[type='number'].big,
.admin .input[type='password'].big {
	max-width: 300px;
}

.admin .input[type='text'].huge,
.admin .input[type='email'].huge,
.admin .input[type='number'].huge,
.admin .input[type='password'].huge {
	max-width: 100%;
}

.admin .input[type='text'][type='password'],
.admin .input[type='email'][type='password'],
.admin .input[type='number'][type='password'],
.admin .input[type='password'][type='password'] {
	font-size: 1em;
	letter-spacing: 6px;
}

.admin .textarea {
	width: 100%;
	height: 100%;
	max-height: 140px;
	border: 0;
}

.admin .textarea.small {
	max-height: 30px;
}

.admin .textarea.big {
	max-height: 300px;
}

.admin .checkbox {
	margin-left: 5px;
}

.admin .checkbox .input-checkbox {
	display: none;
}

.admin .checkbox .label-checkbox {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 15px 25px 15px 55px;
	margin: 0 12px 0 15px;
	background-color: #472B26;
	border-radius: 0 4px 4px 0;
	color: #f8f8f8;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1em;
}

.admin .checkbox .label-checkbox:before {
	content: "";
	display: inline-block;
	width: 53px;
	height: 100%;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: -20px;
	bottom: 1px;
	background-color: #000;
	border-radius: 4px 0 0 4px;
}

.admin .checkbox .label-checkbox:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: absolute;
	left: -3px;
	bottom: 15px;
	background-color: #472B26;
}

.admin .checkbox .label-checkbox:after {
	border-radius: 20px;
}

.admin .checkbox .input-checkbox:checked + .label-checkbox:after {
	content: "\25CF";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 18px;
	color: #8d8d8d;
	text-align: center;
	line-height: 18px;
}

/*@import 'admin/components/table';*/

/* LAYOUT */

.img-credits {
	position: absolute;
	bottom: 5%;
	right: 5%;
	font-size: 11px;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, .35);
	font-weight: 900;
	text-transform: uppercase;
	z-index: 4;
}

.img-credits a {
	color: inherit;
	text-decoration: none;
}

.banner--wedding .img-credits {
	bottom: 90px;
	right: 20px;
}

.block-product__image .img-credits {
	bottom: auto;
	top: 5%;
}

.lost-container {
	*zoom: 1;
}

.lost-container:before {
	content: '';
	display: table;
}

.lost-container:after {
	content: '';
	display: table;
	clear: both;
}

.l-slider {
	position: relative;
}

.section-container {
	*zoom: 1;
	position: relative;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.section-container.conciergerie-bottom {
	margin-bottom: 35px;
}

.section-container:before {
	content: '';
	display: table;
}

.section-container:before.conciergerie-bottom {
}

.section-container:after {
	content: '';
	display: table;
	clear: both;
}

.section-container:after.conciergerie-bottom {
}

.bar-more {
	width: 100%;
	margin-bottom: 40px;
	padding: 20px;
	background: url(../images/pattern-spiral.jpg) repeat #ececec;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	transition: all 250ms ease;
}

.bar-more:hover,
.bar-more:focus {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.intro {
	position: relative;
}

.cms-block-css {
	border: 1px #FF4136 dashed;
}

/*******************************************************************************
WEBSITE MAIN HEADER --
*******************************************************************************/

.header-main {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 6;
}

.main-logo {
	width: 100px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	padding: 10px;
	background-color: #fff; /*
    @media screen and (width >= 1024px) {
        width: 190px;

        img {
           height: 140px;
        }
    }
    @media screen and (width >= 470px) {
        width: 130px;
    }
    */
}

.main-logo img {
	width: 100%;
}

.top-nav {
	width: 100%;
	height: 45px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	background: #000; /*
    @media screen and (width >= 1024px) {
         position: fixed;
    }
    */
}

.top-nav-menu {
	display: none;
	float: left;
	padding-left: 125px;
}

.top-nav-menu li {
	display: inline-block;
	float: left;
	color: #fff;
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style: none;
	padding-top: 10px;
	margin-left: 15px;
}

.top-nav-menu li a {
	text-decoration: none;
}

.top-nav-menu li a:hover,
.top-nav-menu li a.active,
.top-nav-menu li a:focus {
	color: #8d8d8d;
}

.top-nav-tools {
	display: inline-block;
	float: right;
}

.top-nav-tools li {
	list-style-type: none;
	display: inline-block;
	float: right;
}

.top-nav-tools li a {
	text-decoration: none;
}

.top-nav-tools li.lang {
	width: 45px;
	height: 45px;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}

.top-nav-tools li.social-link {
	width: 45px;
	height: 45px;
	padding: 10px;
	display: none;
}

.top-nav-tools li.social-link img {
	width: 100%;
}

.top-nav-tools li.facebook-link {
	background: #3b5998;
}

.top-nav-tools li.instagram-link {
	background: #fff;
}

.top-nav-tools li.facebook-link:hover,
.top-nav-tools li.facebook-link:focus {
	background: rgb(59, 97, 179);
}

.top-nav-tools li.tripadvisor-link {
	background: #599442;
}

.top-nav-tools li.tripadvisor-link:hover,
.top-nav-tools li.tripadvisor-link:focus {
	background: rgb(97, 173, 66);
}

.top-nav-tools li.phone-link {
	color: #fff;
	height: 45px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	background-size: 15px 20px;
	background-image: url(../images/svg/phone-white.svg);
	background-repeat: no-repeat;
	background-position: left center;
}

.main-menu-wrap {
	position: relative;
	top: 0px;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 64px;
	background-color: #fff;
	border-bottom: 1px solid #d3d2d2; /*
    @media screen and (width >= 1024px) {
        position: fixed;
        top: 45px;
    }
    */
}

.main-menu-wrap .header-btn {
	display: inline-block;
	float: right;
	padding: 10px 30px 10px 15px;
	margin: 10px 9px 0 0;
	background: #8d8d8d;
	border: 0;
	color: #fff;
	background-image: url(../images/svg/arrow-select-right-white.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 10px;
	transition: 0.2s ease-in-out;
}

.main-menu-wrap .header-btn:hover,
.main-menu-wrap .header-btn:focus {
	background-color: #a98a4c;
}

.main-menu-wrap .main-menu {
	display: none;
	float: left;
	padding-left: 130px;
}

.main-menu-wrap .main-menu li {
	display: inline-block;
	float: left;
	height: 64px;
	color: #000;
	transition: 0.2s ease-in-out;
}

.main-menu-wrap .main-menu li:hover,
.main-menu-wrap .main-menu li.active,
.main-menu-wrap .main-menu li:focus {
	border-bottom: 6px solid #8d8d8d;
}

.main-menu-wrap .main-menu li a {
	display: block;
	height: 64px;
	padding: 20px 6px 0 6px;
	font-size: 14px;
	text-decoration: none;
}

/* MOBILE MENU + NAVICON/HAMBURGER (NUM NUM NUM!) */

.menu__navicon {
	position: absolute;
	z-index: 20;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	display: inline-block;
	float: right;
	display: inline-block;
	padding: 20px;
	margin: 0;
	background: #000;
	cursor: pointer;
	transition: all 250ms ease;
}

.menu__navicon:hover,
.menu__navicon:focus {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.menu__navicon--fixed {
	position: fixed !important;
	top: 0 !important;
}

.navicon--lines,
.navicon--lines:before,
.navicon--lines:after {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 3px;
	background: #fff;
	transition: 0.3s;
}

.navicon--lines {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.navicon--lines:before,
.navicon--lines:after {
	content: '';
	position: absolute;
	display: inline-block;
	left: 0;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.navicon--lines:before {
	top: 7px;
}

.navicon--lines:after {
	top: -7px;
}

.menu__navicon.open {
	width: 40px;
	height: 40px;
	margin: 0;
	background: #fff;
}

.menu__navicon.open .navicon--lines {
	background: transparent;
}

.menu__navicon.open .navicon--lines:before {
	top: 0;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transform: rotate3d(0, 0, 1, 45deg);
	background: #000;
}

.menu__navicon.open .navicon--lines:after {
	top: 0;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transform: rotate3d(0, 0, 1, -45deg);
	background: #000;
}

.header-main__mobile-menu {
	position: fixed;
	z-index: 13;
	top: 0;
	right: -100%;
	width: auto;
	height: 100%;
	width: 0px;
	overflow: hidden;
	max-width: 420px;
	background: #000;
	padding-bottom: 20px;
	transition: all 250ms ease;
}

.header-main__mobile-menu.open {
	width: 100%;
	overflow-y: auto;
	right: 0;
}

.header-main__mobile-menu__tools {
	position: relative;
}

.header-main__mobile-menu__tools .lang-mobile {
	position: absolute;
	top: 8px;
	right: 55px;
	color: #fff;
	text-decoration: none;
}

.header-main__mobile-menu--fixed {
	position: fixed !important;
	top: 0 !important;
}

.header-main__mobile-menu__phone {
	display: block;
	padding: 8px 20px;
	margin-bottom: 40px;
	background: #4e271f;
	color: #dedede;
	text-decoration: none;
}

.header-main__mobile-menu--prime {
	margin: 0;
	padding: 0 20px;
	width: 100%;
	list-style: none;
}

.header-main__mobile-menu--prime__link {
	position: relative;
	display: block;
	padding: 5px 0;
	margin-bottom: 20px;
	width: 100%;
	color: #dedede;
	font-size: 22.4px;
	text-transform: uppercase;
	text-decoration: none;
}

.header-main__mobile-menu--prime__link:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	background-color: #472B26;
	background-image: url(../images/svg/arrow-select-right-white.svg);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

.header-main__mobile-menu--prime__link:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background: #472B26;
}

.header-main__mobile-menu--prime__link__title {
	padding-right: 10px;
	background: #000;
}

.header-main__mobile-menu--secondary {
	list-style: none;
	padding: 0 20px;
	margin: 40px 0;
}

.header-main__mobile-menu--secondary__list {
	border-top: 1px solid #472B26;
}

.header-main__mobile-menu--secondary__list:last-child {
	border-bottom: 1px solid #472B26;
}

.header-main__mobile-menu--secondary__link {
	display: block;
	padding: 10px 0;
	color: #dedede;
	text-decoration: none;
	text-transform: uppercase;
}

.header-main__mobile-menu__cta {
	position: relative;
	display: block !important;
	margin: 0 20px 40px 20px;
	text-transform: uppercase;
}

.header-main__mobile-menu__cta:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url(../images/svg/arrow-select-right-white.svg);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

.mobile-menu-overlay {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.mobile-menu-overlay.show {
	display: block;
}

/*******************************************************************************
WEBSITE MAIN FOOTER --
*******************************************************************************/

/**
 * #Footer Extends ( 2015 )
 *  - at the bottom of the file
 */

.footer-main a {
	text-decoration: none;
}

.footer-main.no-intro .footer-main__intro {
	display: none;
}

/* Footer Intro */

.footer-main__intro-title {
	display: block;
	margin: 0;
	padding: 20px;
	background: #000;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1em;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

.icon.footer-main__icon {
	display: inline;
	width: 30px;
	height: 20px;
	margin: 10px auto 0 auto;
}

.footer-main__intro--highlight {
	color: #8d8d8d;
}

.footer-main__intro--highlight--alternate {
	color: #838383;
}

/* Footer logo */

.footer-main__logo {
	display: none;
	position: relative;
	margin: auto;
}

.footer-main__logo:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	margin: auto;
	border: 0;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #d3d2d2;
}

.footer-main__logo--crest {
	position: relative;
	z-index: 1;
	width: 130px;
	margin: 0 auto;
	margin-bottom: 0;
	padding: 22.85714px;
	background: #fff;
}

/* Footer links list */

.footer-main__links {
	padding-bottom: 50px;
	color: rgba(56, 29, 25, 0.7);
	padding: 25px;
}

.footer-main__links__section {
	position: relative;
	margin-bottom: 20px;
}

.footer-main__links__section:before,
.footer-main__links__section:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	right: 0;
	top: 10px;
	background: #000;
}

.footer-main__links__section:after {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: center center;
	transform-origin: center center;
	transition: 250ms ease;
}

.footer-main__links__section.open {
	display: block;
}

.footer-main__links__section.open:after {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer-main__links__inner {
	display: none;
	padding-left: 0;
}

.footer-main__links__titre {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 16px;
	font-size: 20px;
	font-family: "bookmania", Cambria, Georgia, Times, "Times New Roman";
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
}

.footer-main__links__titre:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	background: #000;
}

.footer-main__links__list {
	list-style: none;
}

.footer-main__links__list a:hover,
.footer-main__links__list a:focus {
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(56, 29, 25, 0.7);
}

/* Footer subscribe to newsletters */

.footer-main__subscribe {
	display: block;
	margin: 0;
	padding: 20px;
	background: #000;
}

.footer-main__subscribe .parsley-errors-list {
	position: absolute;
	bottom: -25px;
	left: 0;
}

.footer-main__subscribe__inside {
	padding: 20px;
	min-height: 240px;
	background: #fff;
	text-align: center;
}

.footer-main__subscribe__title {
	width: 70%;
	margin: auto;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.footer-main__subscribe__text {
	color: #6f6f6f;
}

.footer-main__subscribe__group {
	position: relative;
}

.footer-main__subscribe__group .parsley-errors-list {
	line-height: 1;
}

.footer-main__subscribe__input {
	width: 100%;
	padding: 13.33333px 20px;
	border: 0;
	border-radius: 5px;
	background: #e8e8e8;
	color: #181818;
	font-size: 14px;
}

.footer-main__subscribe__input:focus {
	outline: none;
}

.footer-main__subscribe__send {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	border: 0;
	border-radius: 0 5px 5px 0;
	background-color: #000;
	background-image: url(../images/svg/arrow-select-right-white.svg);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 250ms ease;
}

.footer-main__subscribe__send:hover,
.footer-main__subscribe__send:focus {
	background-color: #8d8d8d;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.18), 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}

/* Footer map */

.footer-main__map {
	width: 100%;
	height: 240px;
}

.footer-main__map img {
	max-width: none;
}

/* Footer multiple logo */

.footer-main__partners-logo {
	padding: 6.66667px;
	*zoom: 1;
}

.footer-main__partners-logo:before {
	content: '';
	display: table;
}

.footer-main__partners-logo:after {
	content: '';
	display: table;
	clear: both;
}

.footer-main__partners-logo__element {
	width: calc(99.99% * 1/2 - 5px);
	margin: 0 0 10px;
	padding: 15px;
	clear: none !important;
	text-align: center;
}

.footer-main__partners-logo__element:nth-child(n) {
	float: left;
	margin-right: 10px;
	clear: none;
}

.footer-main__partners-logo__element:last-child {
	margin-right: 0;
}

.footer-main__partners-logo__element:nth-child(2n) {
	margin-right: 0;
}

.footer-main__partners-logo__element:nth-child(2n + 1) {
	clear: left;
}

.footer-main__partners-logo__image {
	width: 100%;
}

/* Footer infos => Meteo && Copyright */

.footer-main__infos {
	border-top: 1px solid #d3d2d2;
}

/* Edit meteo module */

.footer-main__meteo {
	margin: 0 20px;
	padding: 20px 0;
	color: #000;
	*zoom: 1;
}

.footer-main__meteo:before {
	content: '';
	display: table;
}

.footer-main__meteo:after {
	content: '';
	display: table;
	clear: both;
}

.footer-main__meteo__elements {
	float: left;
	margin-right: 20px;
}

.footer-main__meteo__elements:last-child {
	margin-right: 0;
}

.footer-main__meteo__temp {
	font-size: 24px;
}

.footer-main__meteo__link {
	line-height: 2.1em;
}

/* Copyright */

.footer-main__copy {
	padding: 20px;
	border-top: 1px solid #d3d2d2;
	text-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #6f6f6f;
}

.footer-main__copy__element {
	display: block;
}

/**
 * #Footer Extends
 *  - Extends news integration of Subscribe box and Map
 *
 */

.footer-main__subscribe_map_container {
	position: relative;
	width: 100%;
	height: auto;
}

.footer-main__subscribe_map_container .footer-main__subscribe {
	float: none;
}

.footer-main__subscribe_map_container .footer-main__map {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

/*******************************************************************************
ARTICLE PAGE -- MAIN LAYOUT
*******************************************************************************/

.activity-list-wrap {
	width: 100%;
	display: inline-block;
	float: left;
	padding: 0 10px;
}

.activity-list-wrap img {
	width: 100%;
	margin-bottom: 10px;
}

.activity-list-wrap .main-article__para.pdf__link a {
	padding: 0px 0 5px 0;
}

.activity-list-wrap .main-article__para.pdf__link img {
	margin-bottom: 0;
}

.activity-list-wrap .main-article__para.pdf__link small {
	display: none;
}

.activity-list-wrap .main-article__para.pdf__link:hover small,
.activity-list-wrap .main-article__para.pdf__link:focus small {
	display: none;
}

.activity-bt {
	width: 100%;
	display: inline-block;
	float: left;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 5px 0;
	background: #000;
}

.activity-bt.activity-bt-right {
	float: right;
}

.activity-bt:hover,
.activity-bt:focus {
	color: #8d8d8d;
}

.article-container {
	*zoom: 1;
	position: relative;
	max-width: 1600px;
	margin: 0 auto 40px auto;
}

.article-container:before {
	content: '';
	display: table;
}

.article-container:after {
	content: '';
	display: table;
	clear: both;
}

.article-container--short {
	min-height: 0;
	margin-bottom: 0;
}

.article-container--short ul li {
	padding-left: 15px;
	margin-bottom: 10px;
	list-style: none;
	background-image: url(../images/svg/svg-sprites/list-bullet.svg);
	background-size: 10px 15px;
	background-repeat: no-repeat;
	background-position: left top 5px;
}

.article-container--tall {
	min-height: 460px;
}

.main-article {
	color: #6f6f6f;
	padding: 15px 0;
}

.main-article--auto {
	min-height: 0;
}

.main-article__title {
	margin: 0;
	color: #181818;
}

.main-article__intro,
.main-article__desc {
	*zoom: 1;
	clear: both;
}

.main-article__intro:before,
.main-article__desc:before {
	content: '';
	display: table;
}

.main-article__intro:after,
.main-article__desc:after {
	content: '';
	display: table;
	clear: both;
}

.main-article__para {
	margin-bottom: 26.66667px;
	text-align: justify;
}

.main-article__para a {
	color: #8d8d8d;
	text-decoration: none;
}

.main-article__para.big-phone {
	font-size: 24px;
	color: #8d8d8d;
}

.main-article__para.pdf__link {
	padding: 0;
	margin: 0;
}

.main-article__para.pdf__link a {
	position: relative;
	display: block;
	padding: 10px 0;
	margin: 0 0 -1px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 2.5;
	color: #696969;
}

.main-article__para.pdf__link a img {
	position: relative;
	top: 10px;
	display: inline-block;
	width: 28px;
	height: auto;
	margin-right: 15px;
}

.main-article__para.pdf__link a small {
	display: none;
	position: absolute;
	top: 50%;
	right: 25px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 75%;
}

.main-article__para.pdf__link:hover,
.main-article__para.pdf__link:focus {
	border-left: 4px solid #8d8d8d;
}

.main-article__para.pdf__link:hover a,
.main-article__para.pdf__link:focus a {
	padding-left: 20px;
}

.main-article__para.pdf__link:hover a small,
.main-article__para.pdf__link:focus a small {
	display: block;
}

.article-is-spa .main-article__para a {
	color: #5bc0c6;
}

.main-article__para--short {
}

.main-article__list {
	*zoom: 1;
	text-align: left;
}

.main-article__list:before {
	content: '';
	display: table;
}

.main-article__list:after {
	content: '';
	display: table;
	clear: both;
}

.main-article__list__item {
	padding-left: 15px;
	margin-bottom: 10px;
	list-style: none;
	background-image: url(../images/svg/svg-sprites/list-bullet.svg);
	background-size: 10px 15px;
	background-repeat: no-repeat;
	background-position: left top 5px;
}

.main-article__cta {
	margin: 40px 0;
	padding: 26.66667px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align: center;
}

.main-article__cta:last-child {
	margin-bottom: 0;
}

.main-article__cta--noline {
	border: 0;
}

.main-article__price {
	display: inline-block;
	padding: 20px;
	margin: 10px 0;
	border: 1px solid #dedede;
	color: #181818;
	font-size: 20px;
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-article__price__tag {
	vertical-align: middle;
	color: #8d8d8d;
	font-size: 32px;
}

.article-is-spa .main-article__price__tag {
	color: #5bc0c6;
}

.articles__multibuton {
	width: 100%;
}

.articles__multibuton:first-child {
	margin-bottom: 20px;
}

/* ARTICLE LINK LIST */

.article-nav__list {
	list-style: none;
}

.article-nav__link {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	background-color: #d3d2d2;
	color: #6f6f6f;
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	transition: color 250ms ease;
}

.article-nav__link:hover,
.article-nav__link:focus {
	color: #181818;
}

.article-nav__link:hover .article-nav__link__arrow,
.article-nav__link:focus .article-nav__link__arrow {
	fill: #181818;
}

.article-nav__link__arrow {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	fill: #6f6f6f;
	transition: fill 250ms ease;
}

.no-min-height {
	min-height: 0 !important;
}

.affaires-timeline {
	text-align: center;
	padding: 45px 0;
}

.affaires-timeline nav {
	padding: 15px 0 15px 1px;
	width: 100%;
	*zoom: 1;
}

.affaires-timeline nav a {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 0 3px -1px;
	text-decoration: none;
	color: #8d8d8d;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	text-transform: uppercase;
}

.affaires-timeline nav a:hover,
.affaires-timeline nav a:focus {
	color: #939AA0;
}

.affaires-timeline nav:before {
	content: '';
	display: table;
}

.affaires-timeline nav:before a:hover,
.affaires-timeline nav:before a:focus {
}

.affaires-timeline nav:after {
	content: '';
	display: table;
	clear: both;
}

.affaires-timeline nav:after a:hover,
.affaires-timeline nav:after a:focus {
}

.affaires-timeline .timeline-container {
	position: relative;
	width: 100%;
	max-width: 1275px;
	margin: 0 auto;
	padding: 45px 0;
}

.affaires-timeline .timeline-container .line {
	position: absolute;
	top: 35px;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 4px;
	background: #e6e6e6;
}

.affaires-timeline .timeline-container .line:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background: #e6e6e6;
	border-radius: 50%;
}

.affaires-timeline .timeline-container .row {
	position: relative;
	padding: 45px 0;
	*zoom: 1;
}

.affaires-timeline .timeline-container .row .box-left {
	float: left;
	width: 50%;
	padding-right: 67px;
	text-align: left;
}

.affaires-timeline .timeline-container .row .box-right {
	float: left;
	width: 50%;
	padding-left: 67px;
	position: relative;
	text-align: left;
}

.affaires-timeline .timeline-container .row img {
	display: block;
	width: 100%;
	height: auto;
}

.affaires-timeline .timeline-container .row p {
	text-align: left;
	color: #6f6f6f;
}

.affaires-timeline .timeline-container .row h2 {
	font-family: "bookmania", Cambria, Georgia, Times, "Times New Roman";
	text-align: left;
	color: #181818;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 22px;
}

.affaires-timeline .timeline-container .row a.cta {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background: #fff;
	border: 0;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	border: 2px solid #8d8d8d;
}

.affaires-timeline .timeline-container .row a.cta:hover,
.affaires-timeline .timeline-container .row a.cta:focus {
	background: #8d8d8d;
	color: #fff;
}

.affaires-timeline .timeline-container .row .time {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	border: 4px solid #e6e6e6;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 67px;
	color: #181818;
}

.affaires-timeline .timeline-container .row:before {
	content: '';
	display: table;
}

.affaires-timeline .timeline-container .row:before .box-left {
}

.affaires-timeline .timeline-container .row:before img {
}

.affaires-timeline .timeline-container .row:before p {
}

.affaires-timeline .timeline-container .row:before h2 {
}

.affaires-timeline .timeline-container .row:before a.cta:hover,
.affaires-timeline .timeline-container .row:before a.cta:focus {
}

.affaires-timeline .timeline-container .row:before .time {
}

.affaires-timeline .timeline-container .row:after {
	content: '';
	display: table;
	clear: both;
}

.affaires-timeline .timeline-container .row:after .box-left {
}

.affaires-timeline .timeline-container .row:after img {
}

.affaires-timeline .timeline-container .row:after p {
}

.affaires-timeline .timeline-container .row:after h2 {
}

.affaires-timeline .timeline-container .row:after a.cta:hover,
.affaires-timeline .timeline-container .row:after a.cta:focus {
}

.affaires-timeline .timeline-container .row:after .time {
}

.affaires-timeline .timeline-container .row.reverted .box-left,
.affaires-timeline .timeline-container .row.reverted .box-right {
	float: right;
}

.affaires-timeline .timeline-container .row.reverted .box-left {
	padding-right: 0;
	padding-left: 67px;
}

.affaires-timeline .timeline-container .row.reverted .box-right {
	padding-right: 67px;
	padding-left: 0;
}

.affaires-timeline .timeline-container .slider__control {
	width: 37px;
	height: 55px;
	background-size: 15px;
}

.affaires-timeline .home-carousel {
	margin-top: 0px;
}

/* MODULE */

.pre-loader.js-active {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 21;
	background-image: url(/images/loader.gif);
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
}

/*******************************************************************************
BUTTON SETTINGS
*******************************************************************************/

.btn {
	background: #8d8d8d;
}

.btn:hover,
.btn:focus {
	background: rgb(169, 138, 76);
}

.btn.btn--alternate {
	background-color: #838383;
}

.btn.btn--alternate:hover,
.btn.btn--alternate:focus {
	background-color: rgb(117, 117, 117);
}

.btn {
	background: #8d8d8d;
}

.btn:hover,
.btn:focus {
	background: rgb(169, 138, 76);
}

.btn.btn--darker {
	background-color: #000;
}

.btn.btn--darker:hover,
.btn.btn--darker:focus {
	background-color: rgb(39, 20, 17);
}

.btn {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	border: 0;
	color: #fff !important;
	transition: all 250ms ease;
}

.btn:hover,
.btn:focus {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn--caps {
	text-transform: uppercase;
}

.btn--border {
	border-radius: 3px;
}

.btn--element {
	width: 100%;
	text-align: center;
}

.btn.btn--black {
	background: #000;
	color: #fff;
}

.btn.btn--black:hover,
.btn.btn--black:focus,
.btn.btn--black:active,
.btn.btn--black:focus {
	background: rgb(10, 10, 10);
}

/*******************************************************************************
GENERAL TYPO SETTINGS
*******************************************************************************/

.title--primary {
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1em;
	font-size: 22px;
}

.title--secondary {
	font-family: "bookmania", Cambria, Georgia, Times, "Times New Roman";
	font-weight: 400;
	line-height: 1em;
	font-size: 22px;
}

.title--thierce {
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1em;
	font-size: 18px;
}

.title--caps {
	text-transform: uppercase;
}

.title--lined {
	padding-bottom: 15px;
	border-bottom: 1px solid #d3d2d2;
}

.title--chubby {
	font-weight: 700;
}

.title--erreur {
	color: #d3d2d2;
}

.title--split {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.title--split .split__block {
	position: relative;
	display: inline-block;
	padding: 10px;
	z-index: 1;
	background-color: #FFFFFF;
	border: 1px solid #d3d2d2;
}

.title--split:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	z-index: 0;
	background-color: #d3d2d2;
}

.title-section {
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.title-section:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	margin: auto;
	border: 0;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #d3d2d2;
}

.title-section--text {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0;
	padding: 0 22.85714px;
	background: #fff;
}

.para--justify {
	text-align: justify;
}

.article-list-data {
	padding-left: 20px;
}

.article-list-data li {
	list-style-position: outside;
	margin-bottom: 10px;
}

/*******************************************************************************
GENERAL TYPO SETTINGS
*******************************************************************************/

.home-carousel {
	margin-top: 0px;
}

.slider--article {
	margin: 20px 0;
}

.slider__slide {
	position: relative;
}

.slider__slide .tagline {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.7);
}

.slider__slide .tagline p {
	color: #fff;
	margin: 0;
}

.slider__slide p {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 7;
	margin: 0;
}

.reward-trip-advisor {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 80px;
	z-index: 3;
}

.slider-title {
	display: none;
	position: absolute;
	bottom: 110px;
	left: 50px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	z-index: 4;
	font-family: fontFamilySerif;
	font-size: 2.5rem;
	font-weight: normal;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, .35);
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1);
	filter: none;
	transition: all 0.35s ease-out;
}

.slider-title.hide-it {
	opacity: 0;
	-ms-transform: scale(.88);
	transform: scale(.88);
	filter: blur(5px);
}

.slider-title--white {
	color: #fff;
}

.slider-title--black {
	color: #181818;
}

.slider__image { /* hack for new layer */
	transform: translateZ(0);
	width: auto !important;
	max-height: 240px;
}

.slider__next {
	right: 0;
	background-image: url(/assets/images/svg/svg-sprites/slider-arrow-next.svg);
}

.slider__prev {
	left: 0;
	background-image: url(/assets/images/svg/svg-sprites/slider-arrow-prev.svg);
}

.slider__next-is-inactive,
.slider__prev-is-inactive {
	opacity: .3;
}

.slider__next-is-inactive:focus,
.slider__next-is-inactive:hover,
.slider__next-is-inactive:active,
.slider__next-is-inactive:focus,
.slider__prev-is-inactive:focus,
.slider__prev-is-inactive:hover,
.slider__prev-is-inactive:active,
.slider__prev-is-inactive:focus {
	cursor: default;
}

.slider__control {
	position: absolute;
	z-index: 4;
	top: 50%;
	display: block;
	width: 33px;
	height: 50px;
	background-color: #FFFFFF;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

[data-color="slider__control--black"],
.slider__control--white {
	background-color: rgba(255, 255, 255, 0.9);
}

[data-color="slider__control--black"].slider__next,
.slider__control--white.slider__next {
	background-image: url(/assets/images/svg/svg-sprites/slider-arrow-next--black.svg);
}

[data-color="slider__control--black"].slider__prev,
.slider__control--white.slider__prev {
	background-image: url(/assets/images/svg/svg-sprites/slider-arrow-prev--black.svg);
}

[data-color="slider__control--white"],
.slider__control--black {
	background-color: rgba(0, 0, 0, 0.9);
}

/*******************************************************************************
BANNER
*******************************************************************************/

.banner {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 320px;
	margin-top: 0px;
	background-image: url(../images/block-product/hero/manoir-saint-sauveur.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; /*
    @media screen and (width >= 1024px) {
        margin-top: 60px;
    }
    */
}

.banner--big {
	width: 100%;
	height: 100%;
	min-height: 100px;
}

.banner--hosting {
	background-image: url(../images/hero/hero-bg--hosting.jpg);
}

.banner--gallerie {
	background-image: url(../images/hero/hero-bg--gallerie.jpg);
}

.banner--spa {
	background-image: url(../images/hero/hero-bg--spa.jpg);
	background-position: left top;
}

.banner--food { /*background-image: url(../images/hero/hero-bg--spa.jpg);*/ /*background-position: left top;*/
}

.banner--region {
	background-image: url(../images/hero/hero-bg--region.jpg);
	background-position: center top;
}

.banner--cadeaux {
	background-image: url(../images/hero/hero-bg--cadeaux.jpg);
	background-position: center top;
}

.banner--business {
	background-image: url(../images/hero/hero-bg--business.jpg);
	background-position: center top;
}

.banner--wedding {
	background-image: url(../images/hero/hero-bg--wedding.jpg);
	background-position: center top;
}

.banner--food {
	background-image: url(../images/hero/hero-bg--food.jpg);
	background-position: center top;
}

.banner--manoir {
	background-image: url(../images/hero/hero-bg--manoir.jpg);
	background-position: center top;
}

.banner--activity {
	background-image: url(../images/hero/hero-bg--forfaits.jpg);
}

.banner--event {
	background-image: url(../images/hero/hero-bg--event.jpg);
}

.banner__logo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 130px;
}

/*******************************************************************************
BLOCK PRODUCTS --
*******************************************************************************/

/* GRID */

.column {
	*zoom: 1;
}

.column:before {
	content: '';
	display: table;
}

.column:after {
	content: '';
	display: table;
	clear: both;
}

.block-product__wraper {
	width: 100%;
	margin-bottom: 20px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

.bypass-lost {
	clear: none !important;
	width: calc(100% - 20px) !important;
	margin: 10px !important;
}

.block-product {
	position: relative;
	margin-bottom: 20px;
	margin-right: 10px;
	display: inline-block;
	width: 90%;
	white-space: normal;
	vertical-align: top;
}

.block-product__section {
	position: relative;
}

.block-product__section:hover img,
.block-product__section:focus img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

.block-product__para {
	padding: 10px 20px;
}

.block-product__infos {
	margin-top: 20px;
}

/* Title UNDER box with + on left */

.block-product__infos--cross {
	position: relative;
	display: inline-block;
	width: 100%;
	*zoom: 1;
}

.block-product__infos--cross:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d3d2d2;
}

.block-product__infos--cross:before {
	content: '';
	display: table;
}

.block-product__infos--cross:before:before {
}

.block-product__infos--cross:after {
	content: '';
	display: table;
	clear: both;
}

.block-product__infos--cross:after:before {
}

/* Title OVER box with gradient effect */

.block-product__infos--hover {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	padding: 80px 0 20px 10px;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.50) 100%);
	color: #fff;
}

.block-product__infos--hover .block-product__title {
	background: none;
}

.block-product__infos--hover .block-product__link {
	right: 20px;
	bottom: 10px;
}

/* Title UNDER box with white overlay */

.block-product__infos--overlay {
	position: relative;
	display: block;
	margin: -40px auto auto auto;
	padding: 25px;
	width: calc(100% - 40px);
	min-height: 255px;
	text-align: center;
	background: #fff;
	*zoom: 1;
}

.block-product__infos--overlay .block-product__title {
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
	text-align: center;
	text-transform: none;
}

.block-product__infos--overlay:before {
	content: '';
	display: table;
}

.block-product__infos--overlay:before .block-product__title {
}

.block-product__infos--overlay:after {
	content: '';
	display: table;
	clear: both;
}

.block-product__infos--overlay:after .block-product__title {
}

/*.block-product__button {
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    padding: 10px 5px;
}*/

/* Price or infos tag for product bax (normaly in top left corner. Two tones, multiple font-size) */

.block-product__tag {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 20px;
	width: auto;
	height: auto;
	padding: 10px;
	background: rgba(56, 29, 25, 0.75);
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}

.block-product__tag:after {
	content: " ";
	display: block;
	position: absolute;
	width: 20px;
	top: 0;
	right: -20px;
	height: 100%;
	background: linear-gradient(-127deg, transparent 73%, rgba(56, 29, 25, 0.75) 75%) 0 50%, 
                    linear-gradient( -54deg, transparent 72%, rgba(56, 29, 25, 0.75) 75%) 0 50%;
	background-repeat: repeat-x;
	background-size: 44px 65px, 40px 58px;
}

.block-product__tag--bigger {
	font-size: 18px;
	font-weight: 400;
}

.block-product__tag--lower {
	font-size: 12px;
	text-transform: initial;
}

.block-product__tag--highlight {
	display: inline;
	color: #8d8d8d;
}

.block-product--alternate .block-product__tag--highlight {
	color: #838383;
}

.block-product__tag--bigger,
.block-product__tag--lower {
	display: table-cell;
	vertical-align: middle;
}

.block-product--alternate--highlight {
	color: #838383;
}

.block-product--alternate .btn {
	background: #838383;
}

.block-product--alternate .btn:hover,
.block-product--alternate .btn:focus {
	background-color: rgb(131, 131, 131) l(+5%));
}

/* Elements inside the box */

.block-product__image {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
}

.block-product__image img {
	position: absolute; /*size: 100% auto;*/
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	transition: all 250ms ease;
}

.block-product__image iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.block-product__title {
	position: relative;
	float: left;
	display: block;
	vertical-align: top;
	margin: 0 60px 0 0;
	padding-right: 5px;
	background: #fff;
	font-size: 120%;
	font-weight: 300;
}

.block-product__text {
	margin-bottom: 30px;
	color: #6f6f6f;
}

.block-product__link {
	position: absolute;
	z-index: 2;
	width: 42px;
	height: 42px;
	right: 0;
	display: block;
	border-width: 1px;
	border-style: solid;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	font-size: 28px;
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.block-product__link span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/svg/cross--white.svg);
	background-position: center center;
	background-size: 15px;
	background-repeat: no-repeat;
	line-height: 0;
	transition: transform ease-in-out 250ms;
}

.block-product__link--white {
	border-color: #fff;
	color: #fff;
}

.block-product__link--light {
	background: #fff;
	border-color: #d3d2d2;
	color: #181818;
}

.block-product__link--light span {
	background-image: url(../images/svg/cross--black.svg);
}

.block-product__link:hover span,
.block-product__link:focus span {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: center center;
	transform-origin: center center;
}

/* Css exception, class overight the basic effect of column... */

/*******************************************************************************
BLOCK HERO --
*******************************************************************************/

.block-hero {
	position: relative;
	margin-bottom: 0;
	width: 100%;
	height: auto;
}

.block-hero__image {
	position: relative;
	height: 520px;
	overflow: hidden;
}

.block-hero__image img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	min-width: 100%;
	height: 100%;
}

.block-hero__content {
	position: absolute;
	top: 0;
	height: 100%;
	max-width: 460px;
	padding: 40px;
	background: rgba(255, 255, 255, 0.8);
}

.block-hero__content--left {
	left: 15%;
}

.block-hero__content--right {
	right: 15%;
}

.block-hero__title {
	margin: 0;
	line-height: 1em;
}

.block-hero__text {
	margin-bottom: 40px;
}

.block-hero__text.small-margin {
	margin-bottom: 20px;
}

.block-hero__link.double-hero-link {
	width: calc(50% - 10px);
	text-align: center;
}

/**
 * Extends
 * Bloc hero half
 * N
 * Bloc hero video
 */

.block-hero.half {
	float: left;
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.block-hero.half:first-child {
	padding-left: 0;
}

.block-hero.half:last-child {
	padding-right: 0;
}

.block-hero.half .block-hero__content--left {
	left: 0;
}

.block-hero__video {
	position: relative;
	height: 520px;
	overflow: hidden;
}

.block-hero__video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	min-width: 100%;
	height: 100%;
}

/*******************************************************************************
BOOKING BAR --
*******************************************************************************/

.booking-bar {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	padding: 0 0;
	background: rgb(56, 29, 25);
}

.booking-bar__row {
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px;
}

.booking-bar__titre {
	margin-bottom: 20px;
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #8d8d8d;
	line-height: 1;
}

.booking-bar__group {
	position: relative;
	line-height: 1em;
	top: 2px;
	border: 0;
	border-top: 1px;
	border-style: solid;
	border-color: rgba(210, 177, 110, 0.1);
	border-radius: 0;
}

.booking-bar__group.for_submit {
	top: 0;
}

.booking-bar__group:last-child:before {
	display: none;
}

.booking-bar__group .errors {
	position: absolute;
	bottom: -8px;
	width: 100%;
	height: auto;
	color: #F44336;
	font-size: 10px;
	list-style: none;
}

.booking-bar__select {
	width: 100%;
	height: 45px;
	padding: 10px;
	background-color: transparent;
	background-image: url(../images/svg/arrow-select-down-white.svg);
	background-size: 15px 10px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	color: #d2b16e;
	border: 0;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.booking-bar__select:focus {
	outline: none;
}

.booking-bar__select:valid ~ label,
.booking-bar__select .valid ~ label {
	top: 0;
	font-size: 12px;
}

.booking-bar__select.is-text-only {
	background: no-repeat;
}

.booking-bar__select-title {
	position: absolute;
	width: auto;
	height: auto;
	top: 10px;
	left: 0;
	color: #fff;
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	transition: all 250ms ease;
	cursor: pointer;
}

.booking-bar__select-title.valid {
	top: -3px;
	left: 0;
	font-size: 12px;
}

.booking-bar__button {
	display: block;
	width: 100%;
	text-align: center;
}

.booking-bar .picker__holder {
	width: 100%;
}

/**
 * Parsley Extends
 *  - Remove ugly red field and such...
 */

.booking-bar .parsley-error {
	background: transparent;
	border: none;
}

.booking-bar .parsley-errors-list {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px;
	font-size: 70%;
}

/**
 * Addon on
 *  Child ages
 */

.booking-bar .block-product__link {
	width: 32px;
	height: 32px;
	right: 15px;
	font-size: 28px;
	top: 6px;
	border-radius: 4px;
	background: #8d8d8d;
	color: #fff;
	border: none;
	-ms-transform: none;
	transform: none;
}

.booking-bar .block-product__link i {
	position: absolute;
	top: 1px;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/svg/arrow-select-down-white.svg);
	background-position: center center;
	background-size: 15px;
	background-repeat: no-repeat;
	line-height: 0;
	transition: transform 0.35s ease-out;
}

.booking-bar.show-on-mob .block-product__link i {
	top: 0;
	-ms-transform: rotate(540deg);
	transform: rotate(540deg);
}

.for_childages {
	position: relative;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	max-height: 0;
	padding: 0;
	opacity: 0;
	transition: all 0.35s ease-out;
}

.for_childages.active {
	max-height: 100px;
	padding: 15px;
	opacity: 1;
}

.for_childages .booking-bar__inner {
	width: 100%;
	padding-right: 107px;
	padding-left: 107px;
	text-align: right;
}

.for_childages .booking-bar__inner .bookbar-title {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	color: #fff;
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	transition: all 250ms ease;
	cursor: pointer;
}

.for_childages .booking-bar__inner .bookbar-select {
	display: inline-block;
	width: 10.25%;
	height: 40px;
	padding: 0px 10px;
	margin: 0 1.3%;
	background-color: rgba(0, 0, 0, .2);
	background-image: url(../images/svg/arrow-select-down-white.svg);
	background-size: 15px 10px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	color: #d2b16e;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	line-height: 40px;
	font-size: 16px;
	outline: none;
}

.booking-bar__inner .booking-bar__mobileBtn {
	display: none;
}

.mobile_only {
	display: none;
}

/*******************************************************************************
SIDEBAR / ASIDE --
*******************************************************************************/

.sidebar {
	width: 100%;
}

.sidebar .sidebar__link--active,
.sidebar .sidebar__link:hover,
.sidebar .sidebar__link:focus {
	border-color: #8d8d8d;
}

.sidebar .sidebar__link--active .sidebar__link__arrow,
.sidebar .sidebar__link:hover .sidebar__link__arrow,
.sidebar .sidebar__link:focus .sidebar__link__arrow {
	fill: #8d8d8d;
}

.sidebar .sidebar__link:hover .sidebar__link__arrow,
.sidebar .sidebar__link:focus .sidebar__link__arrow {
	fill: #8d8d8d;
}

.sidebar--alternate .sidebar__link--active,
.sidebar--alternate .sidebar__link:hover,
.sidebar--alternate .sidebar__link:focus {
	border-color: #838383;
}

.sidebar--alternate .sidebar__link--active .sidebar__link__arrow,
.sidebar--alternate .sidebar__link:hover .sidebar__link__arrow,
.sidebar--alternate .sidebar__link:focus .sidebar__link__arrow {
	fill: #838383;
}

.sidebar--alternate .sidebar__link:hover .sidebar__link__arrow,
.sidebar--alternate .sidebar__link:focus .sidebar__link__arrow {
	fill: #838383;
}

.sidebar__image {
	position: relative;
	margin-bottom: 25px;
}

.sidebar__image img {
	width: 100%;
	height: auto;
}

.sidebar__image--large { /*padding-bottom: 75%;*/
}

.sidebar__nav__list {
	list-style: none;
}

.sidebar__nav--submenu {
	border-bottom: 1px solid rgba(211, 210, 210, 0.3);
}

.sidebar__link {
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 0;
	margin: 10px 0;
	color: #181818;
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.sidebar__link--active,
.sidebar__link:hover,
.sidebar__link:focus {
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 4px;
}

.sidebar__link--sub {
	font-size: 90%;
	margin: 5px 0;
	padding-left: 40px;
	margin-left: 0px;
	color: #6f6f6f;
}

.sidebar__link--sub--active,
.sidebar__link--sub:hover,
.sidebar__link--sub:focus {
	padding-left: 40px;
	border: 0;
	color: #181818;
}

.sidebar__link__arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	fill: #181818;
}

.sidebar__link__arrow--small {
	width: 10px;
	height: 10px;
	right: 14px;
}

/*******************************************************************************
SIDEBAR / ASIDE --
*******************************************************************************/

.breadcrumbs {
	color: #181818;
	font-size: 14px;
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.breadbrumbs__items {
	position: relative;
	display: inline-block;
}

.breadbrumbs__items:before {
	content: '>';
	position: absolute;
	right: 3px;
}

.breadbrumbs__items:last-child:before {
	content: '';
	display: none;
}

.breadbrumbs__title {
	padding-right: 20px;
	text-decoration: none;
}

.select-select {
	display: none; /* For when we are on a small touch device and want to use native controls */
	pointer-events: none;
	position: absolute;
	opacity: 0;
}

.select-element,
.select-element:after,
.select-element:before,
.select-element *,
.select-element *:after,
.select-element *:before {
	box-sizing: border-box;
}

.select-element {
	position: absolute;
	display: none;
}

.select-element.select-open {
	display: block;
}

.select-theme-default,
.select-theme-default *,
.select-theme-default *:after,
.select-theme-default *:before {
	box-sizing: border-box;
}

.select.select-theme-default {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	z-index: 4;
}

.select.select-theme-default .select-content {
	border-radius: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	background: #fff;
	font-family: inherit;
	color: inherit;
	overflow: auto;
	max-width: 18rem;
	max-height: 18rem;
	-webkit-overflow-scrolling: touch;
}

.select.select-theme-default .select-options {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	margin: 0;
	padding: 0;
}

.select.select-theme-default .select-options .select-option {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	position: relative;
	list-style: none;
	margin: 0;
	line-height: 1.25rem;
	padding: 0.5rem 1em 0.5rem 2.5em;
	display: block;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select.select-theme-default .select-options .select-option.select-option-selected:before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
	position: absolute;
	left: 1em;
	top: 0;
	bottom: .2em;
	height: 1em;
	width: 1em;
	margin: auto;
}

.select.select-theme-default .select-options .select-option:hover,
.select.select-theme-default .select-options .select-option.select-option-highlight,
.select.select-theme-default .select-options .select-option:focus {
	background: #63a2f1;
	color: #fff;
}

.select.select-theme-default .select-options .select-option:hover.select-option-selected:before,
.select.select-theme-default .select-options .select-option.select-option-highlight.select-option-selected:before,
.select.select-theme-default .select-options .select-option:focus.select-option-selected:before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#fff' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#fff' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
}

.select.select-theme-default .select-options .select-option:first-child {
	border-radius: 0;
}

.select.select-theme-default .select-options .select-option:last-child {
	border-radius: 0;
}

.select-target.select-theme-default {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	border-radius: 0;
	position: relative;
	padding: 0.5rem 3em 0.5rem 1em;
	background: #fff;
	cursor: pointer;
	color: #444;
	border: 1px solid #dbd4d2;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select-target.select-theme-default:hover,
.select-target.select-theme-default:focus {
	color: #000;
}

.select-target.select-theme-default.select-target-focused,
.select-target.select-theme-default.select-target-focused:focus {
	border-color: #63a2f1;
	outline: none;
}

.select-target.select-theme-default b {
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1.25rem;
	width: 2em;
}

.select-target.select-theme-default b:before,
.select-target.select-theme-default b:after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	right: 0;
	height: 0;
	width: 0;
	border: .263em solid transparent;
}

.select-target.select-theme-default b:before {
	top: 0;
	border-bottom-color: inherit;
}

.select-target.select-theme-default b:after {
	bottom: 0;
	border-top-color: inherit;
}

/*******************************************************************************
FILTER BAR --
*******************************************************************************/

.filter-bar {
	position: relative;
	margin-bottom: 40px;
}

.filter-bar:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #dbd4d2;
}

.filter-bar__title {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	width: 100%;
	height: 42px;
	background: #000;
	text-transform: uppercase;
	line-height: 2.5em;
	color: #FFFFFF;
}

.filter-bar__select {
	margin-top: 20px;
	width: 100%;
	height: 42px;
}

.form {
	color: #181818;
}

.form__section {
	margin-bottom: 40px;
}

.form__group {
	*zoom: 1;
}

.form__group:before {
	content: '';
	display: table;
}

.form__group:after {
	content: '';
	display: table;
	clear: both;
}

.form__element {
	margin-bottom: 10px;
}

.form__label {
	width: 100%;
	height: auto;
}

.form__input,
.form__select,
.form__textarea {
	width: 100%;
	height: 45px;
	border: 0;
	padding: 10px;
	border-radius: 5px;
	background-color: #e8e8e8;
}

.form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/svg/svg-sprites/arrow-select-down-gold.svg);
	background-size: 13px;
	background-position: center right 10px;
	background-repeat: no-repeat;
}

.form__textarea {
	height: auto;
	min-height: 240px;
}

/* ========================= */

/* PARSLEY / FORM VALIDATION */

/* ========================= */

.parsley-error {
	background-color: #FFCDD2;
	border: 1px solid #F44336;
}

.parsley-errors-list {
	list-style: none;
	font-size: 80%;
	color: #F44336;
}

.alert {
	border: 1px solid #ccc;
	padding: 10px;
	color: #ccc;
	margin-bottom: 10px;
}

.alert-success {
	border-color: #4CAF50;
	background-color: #E8F5E9;
	color: #4CAF50;
}

.table-wrap {
	width: 100%;
	overflow: scroll;
}

.table {
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	font-size: 12px;
	min-width: 680px;
}

.table tr,
.table td,
.table th {
	position: relative;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #d3d2d2;
	text-align: center;
}

.table th {
	background: #d3d2d2;
}

.table .intro {
	font-size: 10px;
	font-weight: bold;
}

.table tr td:first-child,
.table tr th:first-child {
	width: 120px;
	text-align: left;
}

.table-wrap .table {
	margin-bottom: 15px;
}

.table-wrap .table-legend-container {
	padding-bottom: 25px;
}

.table-wrap .table-legend-container .table-legend {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* BLOCK SPLIT */

.block-split {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.block-split__col {
	max-width: 100%;
}

.block-split__image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center center;
}

.block-split__image__element {
	position: absolute;
	min-width: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.block-split__content {
	display: table;
}

.block-split__content-inside {
	display: table-cell;
	vertical-align: middle;
}

.gallery {
	width: 100%;
}

.gallery .big {
	width: 50%;
	display: inline-block;
	float: left;
	padding: 2.5px;
}

.gallery .big img {
	width: 100%;
}

.sl-overlay {
	opacity: 0.8 !important;
	background-color: #000 !important;
}

.sl-counter,
.sl-close,
.sl-prev,
.sl-next {
	color: #fff !important;
}

.gallery:after {
	content: '';
	display: table;
	clear: both;
}

.sl-caption {
	display: none !important;
}

.conciergerie-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.conciergerie-wrap img {
	width: 300px;
	display: inline-block;
	float: left;
}

.conciergerie-wrap .conciergerie-data {
	width: calc(100% - 300px);
	display: inline-block;
	float: left;
	padding-left: 50px;
	padding-top: 25px;
}

.conciergerie-wrap .conciergerie-data .big-phone {
	font-size: 24px;
	color: #8d8d8d;
}

.conciergerie-wrap:after {
	content: '';
	display: table;
	clear: both;
}

.overlay-form-group {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 14;
	transition: 0.2s ease-in-out;
	visibility: hidden;
	backface-visibility: hidden;
}

.overlay-form-group.active {
	visibility: visible;
}

.overlay-form-group.active .overlay-filter {
	opacity: 0.8;
}

.overlay-form-group.active .form-wrap {
	display: block;
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.overlay-form-group .form-wrap {
	display: none;
	width: 320px;
	background-color: #fff;
	text-align: center;
	padding: 55px 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -153px;
	margin-left: -160px;
	z-index: 12;
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	transition: all 0.3s;
}

.overlay-form-group .form-wrap h3 {
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	line-height: 1;
}

.overlay-form-group .form-wrap .close {
	position: absolute;
	top: 15px;
	right: 15px;
	line-height: 1;
	margin: 0;
	font-size: 18px;
	cursor: pointer;
}

.overlay-form-group .form-wrap input[type="text"] {
	width: 100%;
	height: 45px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}

.overlay-form-group .form-wrap input[type="text"]:focus {
	outline: none;
}

.overlay-form-group .form-wrap .btn {
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 5px;
}

.overlay-form-group .form-wrap .btn:focus {
	outline: none;
}

.overlay-form-group .overlay-filter {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11;
	transition: 0.2s ease-in-out;
	background-color: #000;
	opacity: 0;
	transition: 0.2s ease-in-out;
}

/*******************************************************************************
RIBBON
*******************************************************************************/

.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 175px;
	height: 175px;
	text-align: right;
}

.ribbon span {
	font-size: 21px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 43px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 215px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#F70505 0%, #A75A17 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 40px;
	right: -45px;
}

.ribbon span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #A75A17;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #A75A17;
}

.ribbon span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #A75A17;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #A75A17;
}

/*******************************************************************************
TEAM
*******************************************************************************/

.section--team {
	margin-bottom: 50px; /* Slider */
}

.section--team ul {
	list-style: none;
}

.section--team .contact-infos {
	margin-top: 15px;
}

.section--team .social-media {
	margin-top: 15px;
}

.section--team .social-media li {
	display: inline-block;
	vertical-align: top;
}

.section--team img {
	display: block;
	width: 100%;
	height: auto;
}

.section--team .team__slider {
	position: relative;
	padding: 0 40px;
}

.section--team .team__slider .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.section--team .team__slider .owl-controls .owl-prev,
.section--team .team__slider .owl-controls .owl-next {
	overflow: hidden;
	position: absolute;
	top: 150px;
	width: 34px;
	height: 34px;
	text-indent: -999px;
	background-color: #000;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section--team .team__slider .owl-controls .owl-prev {
	left: 0;
	background-image: url(/assets/images/svg/svg-sprites/slider-arrow-prev.svg);
}

.section--team .team__slider .owl-controls .owl-next {
	right: 0;
	background-image: url(/assets/images/svg/svg-sprites/slider-arrow-next.svg);
}

/*******************************************************************************
ROOMS
*******************************************************************************/

.section--rooms p {
	color: #6f6f6f;
}

.section--rooms h3 {
	font-size: 20px;
}

.section--rooms .rooms-map {
	width: 100%;
}

.section--rooms .rooms-map img {
	width: 100%;
	height: auto;
}

.section--rooms .rooms-listing {
	margin-top: 40px;
	text-align: center;
}

.section--rooms .rooms-listing ul {
	list-style: none;
}

.section--rooms .rooms__navigation {
	margin-bottom: 15px;
}

.section--rooms .nav__control {
	position: relative;
	height: auto;
	padding: 0 50px;
}

.section--rooms .nav__control .owl-item.current a {
	background-color: #000;
}

.section--rooms .nav__control .owl-stage-outer a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background: #8d8d8d;
}

.section--rooms .nav__control .owl-stage-outer a:focus,
.section--rooms .nav__control .owl-stage-outer a:hover,
.section--rooms .nav__control .owl-stage-outer a:active,
.section--rooms .nav__control .owl-stage-outer a:focus {
	background-color: #000;
}

.section--rooms .nav__control .owl-controls .owl-prev,
.section--rooms .nav__control .owl-controls .owl-next {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 40px;
	height: 34px;
	text-indent: -999px;
	background-color: #000;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.section--rooms .nav__control .owl-controls .owl-prev {
	left: 0;
	background-image: url(/assets/images/svg/svg-sprites/slider-arrow-prev.svg);
}

.section--rooms .nav__control .owl-controls .owl-next {
	right: 0;
	background-image: url(/assets/images/svg/svg-sprites/slider-arrow-next.svg);
}

.section--rooms .table-wrap {
	overflow: auto;
	margin-top: 40px;
}

/*
*	Handheld
*/

.device-handheld .rooms-map {
	display: none;
}

/*
*	Desktop
*/

.device-desktop .rooms-map {
	display: block;
}

.device-desktop .rooms__group {
	margin-bottom: 80px;
}

.device-desktop .rooms__group .item {
	display: none;
}

.device-desktop .wrapper-map {
	position: relative;
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}

.device-desktop .wrapper-map li {
	position: absolute;
}

.device-desktop .wrapper-map li.st-moritz {
	left: 75.6%;
	top: 52.6%;
	width: 5.5%;
	height: 9.4%;
}

.device-desktop .wrapper-map li.everest {
	left: 77.6%;
	top: 25.3%;
	width: 14.5%;
	height: 24%;
}

.device-desktop .wrapper-map li.matterborn {
	left: 55.6%;
	top: 19.6%;
	width: 12%;
	height: 21%;
}

.device-desktop .wrapper-map li.charmonix {
	left: 42.6%;
	top: 64.6%;
	width: 11%;
	height: 9.4%;
}

.device-desktop .wrapper-map li.edelweiss {
	left: 75.9%;
	top: 64.6%;
	width: 11%;
	height: 9.4%;
}

.device-desktop .wrapper-map li.aspen {
	left: 34.2%;
	top: 80.6%;
	width: 9.23%;
	height: 14.4%;
}

.device-desktop .wrapper-map li.vail {
	left: 18.6%;
	top: 89.4%;
	width: 12.13%;
	height: 5.4%;
}

.device-desktop .wrapper-map li.whistler {
	left: 18.6%;
	top: 80.4%;
	width: 9.13%;
	height: 6.7%;
}

.device-desktop .wrapper-map li.avoriaz {
	display: none;
}

.device-desktop .wrapper-map li.davos {
	display: none;
}

.device-desktop .wrapper-map li.lausanne {
	display: none;
}

.device-desktop .wrapper-map li a {
	display: block;
	width: 100%;
	height: 100%;
}

.device-desktop .wrapper-map li a:hover,
.device-desktop .wrapper-map li a:focus {
	background-color: #0b97c4;
	opacity: 0.4;
}

/* PAGE */

/* SVG */

/*******************************************************************************
SVG STYLES
*******************************************************************************/

.icon {
	display: block;
}

.icon-right-arrow-white {
	fill: white;
	width: 42px;
	height: 30px;
}

/* VENDORS */

/*!
 *  Weather Icons 1.3
 *  Updated November 30th, 2014
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */

@font-face {
	font-family: weathericons;
	src: url(vendors/weather-icons/css/weathericons-regular-webfont.eot);
	src: url(vendors/weather-icons/css/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(vendors/weather-icons/css/weathericons-regular-webfont.woff) format('woff'),url(vendors/weather-icons/css/weathericons-regular-webfont.ttf) format('truetype'),url(vendors/weather-icons/css/weathericons-regular-webfont.svg#weathericons-regular-webfontRg) format('svg');
	font-weight: 400;
	font-style: normal;
}

.wi {
	display: inline-block;
	font-family: weathericons;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wi-day-cloudy-gusts:before {
	content: "\f000";
}

.wi-day-cloudy-windy:before {
	content: "\f001";
}

.wi-day-cloudy:before {
	content: "\f002";
}

.wi-day-fog:before {
	content: "\f003";
}

.wi-day-hail:before {
	content: "\f004";
}

.wi-day-lightning:before {
	content: "\f005";
}

.wi-day-rain-mix:before {
	content: "\f006";
}

.wi-day-rain-wind:before {
	content: "\f007";
}

.wi-day-rain:before {
	content: "\f008";
}

.wi-day-showers:before {
	content: "\f009";
}

.wi-day-snow:before {
	content: "\f00a";
}

.wi-day-sprinkle:before {
	content: "\f00b";
}

.wi-day-sunny-overcast:before {
	content: "\f00c";
}

.wi-day-sunny:before {
	content: "\f00d";
}

.wi-day-storm-showers:before {
	content: "\f00e";
}

.wi-day-thunderstorm:before {
	content: "\f010";
}

.wi-cloudy-gusts:before {
	content: "\f011";
}

.wi-cloudy-windy:before {
	content: "\f012";
}

.wi-cloudy:before {
	content: "\f013";
}

.wi-fog:before {
	content: "\f014";
}

.wi-hail:before {
	content: "\f015";
}

.wi-lightning:before {
	content: "\f016";
}

.wi-rain-mix:before {
	content: "\f017";
}

.wi-rain-wind:before {
	content: "\f018";
}

.wi-rain:before {
	content: "\f019";
}

.wi-showers:before {
	content: "\f01a";
}

.wi-snow:before {
	content: "\f01b";
}

.wi-sprinkle:before {
	content: "\f01c";
}

.wi-storm-showers:before {
	content: "\f01d";
}

.wi-thunderstorm:before {
	content: "\f01e";
}

.wi-windy:before {
	content: "\f021";
}

.wi-night-alt-cloudy-gusts:before {
	content: "\f022";
}

.wi-night-alt-cloudy-windy:before {
	content: "\f023";
}

.wi-night-alt-hail:before {
	content: "\f024";
}

.wi-night-alt-lightning:before {
	content: "\f025";
}

.wi-night-alt-rain-mix:before {
	content: "\f026";
}

.wi-night-alt-rain-wind:before {
	content: "\f027";
}

.wi-night-alt-rain:before {
	content: "\f028";
}

.wi-night-alt-showers:before {
	content: "\f029";
}

.wi-night-alt-snow:before {
	content: "\f02a";
}

.wi-night-alt-sprinkle:before {
	content: "\f02b";
}

.wi-night-alt-storm-showers:before {
	content: "\f02c";
}

.wi-night-alt-thunderstorm:before {
	content: "\f02d";
}

.wi-night-clear:before {
	content: "\f02e";
}

.wi-night-cloudy-gusts:before {
	content: "\f02f";
}

.wi-night-cloudy-windy:before {
	content: "\f030";
}

.wi-night-cloudy:before {
	content: "\f031";
}

.wi-night-hail:before {
	content: "\f032";
}

.wi-night-lightning:before {
	content: "\f033";
}

.wi-night-rain-mix:before {
	content: "\f034";
}

.wi-night-rain-wind:before {
	content: "\f035";
}

.wi-night-rain:before {
	content: "\f036";
}

.wi-night-showers:before {
	content: "\f037";
}

.wi-night-snow:before {
	content: "\f038";
}

.wi-night-sprinkle:before {
	content: "\f039";
}

.wi-night-storm-showers:before {
	content: "\f03a";
}

.wi-night-thunderstorm:before {
	content: "\f03b";
}

.wi-celsius:before {
	content: "\f03c";
}

.wi-cloud-down:before {
	content: "\f03d";
}

.wi-cloud-refresh:before {
	content: "\f03e";
}

.wi-cloud-up:before {
	content: "\f040";
}

.wi-cloud:before {
	content: "\f041";
}

.wi-degrees:before {
	content: "\f042";
}

.wi-down-left:before {
	content: "\f043";
}

.wi-down:before {
	content: "\f044";
}

.wi-fahrenheit:before {
	content: "\f045";
}

.wi-horizon-alt:before {
	content: "\f046";
}

.wi-horizon:before {
	content: "\f047";
}

.wi-left:before {
	content: "\f048";
}

.wi-lightning:before {
	content: "\f016";
}

.wi-night-fog:before {
	content: "\f04a";
}

.wi-refresh-alt:before {
	content: "\f04b";
}

.wi-refresh:before {
	content: "\f04c";
}

.wi-right:before {
	content: "\f04d";
}

.wi-sprinkles:before {
	content: "\f04e";
}

.wi-strong-wind:before {
	content: "\f050";
}

.wi-sunrise:before {
	content: "\f051";
}

.wi-sunset:before {
	content: "\f052";
}

.wi-thermometer-exterior:before {
	content: "\f053";
}

.wi-thermometer-internal:before {
	content: "\f054";
}

.wi-thermometer:before {
	content: "\f055";
}

.wi-tornado:before {
	content: "\f056";
}

.wi-up-right:before {
	content: "\f057";
}

.wi-up:before {
	content: "\f058";
}

.wi-wind-west:before {
	content: "\f059";
}

.wi-wind-south-west:before {
	content: "\f05a";
}

.wi-wind-south-east:before {
	content: "\f05b";
}

.wi-wind-south:before {
	content: "\f05c";
}

.wi-wind-north-west:before {
	content: "\f05d";
}

.wi-wind-north-east:before {
	content: "\f05e";
}

.wi-wind-north:before {
	content: "\f060";
}

.wi-wind-east:before {
	content: "\f061";
}

.wi-smoke:before {
	content: "\f062";
}

.wi-dust:before {
	content: "\f063";
}

.wi-snow-wind:before {
	content: "\f064";
}

.wi-day-snow-wind:before {
	content: "\f065";
}

.wi-night-snow-wind:before {
	content: "\f066";
}

.wi-night-alt-snow-wind:before {
	content: "\f067";
}

.wi-day-sleet-storm:before {
	content: "\f068";
}

.wi-night-sleet-storm:before {
	content: "\f069";
}

.wi-night-alt-sleet-storm:before {
	content: "\f06a";
}

.wi-day-snow-thunderstorm:before {
	content: "\f06b";
}

.wi-night-snow-thunderstorm:before {
	content: "\f06c";
}

.wi-night-alt-snow-thunderstorm:before {
	content: "\f06d";
}

.wi-solar-eclipse:before {
	content: "\f06e";
}

.wi-lunar-eclipse:before {
	content: "\f070";
}

.wi-meteor:before {
	content: "\f071";
}

.wi-hot:before {
	content: "\f072";
}

.wi-hurricane:before {
	content: "\f073";
}

.wi-smog:before {
	content: "\f074";
}

.wi-alien:before {
	content: "\f075";
}

.wi-snowflake-cold:before {
	content: "\f076";
}

.wi-stars:before {
	content: "\f077";
}

.wi-night-partly-cloudy:before {
	content: "\f083";
}

.wi-umbrella:before {
	content: "\f084";
}

.wi-day-windy:before {
	content: "\f085";
}

.wi-night-alt-cloudy:before {
	content: "\f086";
}

.wi-up-left:before {
	content: "\f087";
}

.wi-down-right:before {
	content: "\f088";
}

.wi-time-12:before {
	content: "\f089";
}

.wi-time-1:before {
	content: "\f08a";
}

.wi-time-2:before {
	content: "\f08b";
}

.wi-time-3:before {
	content: "\f08c";
}

.wi-time-4:before {
	content: "\f08d";
}

.wi-time-5:before {
	content: "\f08e";
}

.wi-time-6:before {
	content: "\f08f";
}

.wi-time-7:before {
	content: "\f090";
}

.wi-time-8:before {
	content: "\f091";
}

.wi-time-9:before {
	content: "\f092";
}

.wi-time-10:before {
	content: "\f093";
}

.wi-time-11:before {
	content: "\f094";
}

.wi-day-sleet:before {
	content: "\f0b2";
}

.wi-night-sleet:before {
	content: "\f0b3";
}

.wi-night-alt-sleet:before {
	content: "\f0b4";
}

.wi-sleet:before {
	content: "\f0b5";
}

.wi-day-haze:before {
	content: "\f0b6";
}

.wi-beafort-0:before {
	content: "\f0b7";
}

.wi-beafort-1:before {
	content: "\f0b8";
}

.wi-beafort-2:before {
	content: "\f0b9";
}

.wi-beafort-3:before {
	content: "\f0ba";
}

.wi-beafort-4:before {
	content: "\f0bb";
}

.wi-beafort-5:before {
	content: "\f0bc";
}

.wi-beafort-6:before {
	content: "\f0bd";
}

.wi-beafort-7:before {
	content: "\f0be";
}

.wi-beafort-8:before {
	content: "\f0bf";
}

.wi-beafort-9:before {
	content: "\f0c0";
}

.wi-beafort-10:before {
	content: "\f0c1";
}

.wi-beafort-11:before {
	content: "\f0c2";
}

.wi-beafort-12:before {
	content: "\f0c3";
}

.wi-wind-default:before {
	content: "\f0b1";
}

.wi-wind-default._0-deg {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.wi-wind-default._15-deg {
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

.wi-wind-default._30-deg {
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.wi-wind-default._45-deg {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wi-wind-default._60-deg {
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.wi-wind-default._75-deg {
	-ms-transform: rotate(75deg);
	transform: rotate(75deg);
}

.wi-wind-default._90-deg {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.wi-wind-default._105-deg {
	-ms-transform: rotate(105deg);
	transform: rotate(105deg);
}

.wi-wind-default._120-deg {
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.wi-wind-default._135-deg {
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.wi-wind-default._150-deg {
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.wi-wind-default._165-deg {
	-ms-transform: rotate(165deg);
	transform: rotate(165deg);
}

.wi-wind-default._180-deg {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.wi-wind-default._195-deg {
	-ms-transform: rotate(195deg);
	transform: rotate(195deg);
}

.wi-wind-default._210-deg {
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.wi-wind-default._225-deg {
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.wi-wind-default._240-deg {
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.wi-wind-default._255-deg {
	-ms-transform: rotate(255deg);
	transform: rotate(255deg);
}

.wi-wind-default._270-deg {
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.wi-wind-default._285-deg {
	-ms-transform: rotate(295deg);
	transform: rotate(295deg);
}

.wi-wind-default._300-deg {
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.wi-wind-default._315-deg {
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.wi-wind-default._330-deg {
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.wi-wind-default._345-deg {
	-ms-transform: rotate(345deg);
	transform: rotate(345deg);
}

.wi-moon-new:before {
	content: "\f095";
}

.wi-moon-waxing-cresent-1:before {
	content: "\f096";
}

.wi-moon-waxing-cresent-2:before {
	content: "\f097";
}

.wi-moon-waxing-cresent-3:before {
	content: "\f098";
}

.wi-moon-waxing-cresent-4:before {
	content: "\f099";
}

.wi-moon-waxing-cresent-5:before {
	content: "\f09a";
}

.wi-moon-waxing-cresent-6:before {
	content: "\f09b";
}

.wi-moon-first-quarter:before {
	content: "\f09c";
}

.wi-moon-waxing-gibbous-1:before {
	content: "\f09d";
}

.wi-moon-waxing-gibbous-2:before {
	content: "\f09e";
}

.wi-moon-waxing-gibbous-3:before {
	content: "\f09f";
}

.wi-moon-waxing-gibbous-4:before {
	content: "\f0a0";
}

.wi-moon-waxing-gibbous-5:before {
	content: "\f0a1";
}

.wi-moon-waxing-gibbous-6:before {
	content: "\f0a2";
}

.wi-moon-full:before {
	content: "\f0a3";
}

.wi-moon-waning-gibbous-1:before {
	content: "\f0a4";
}

.wi-moon-waning-gibbous-2:before {
	content: "\f0a5";
}

.wi-moon-waning-gibbous-3:before {
	content: "\f0a6";
}

.wi-moon-waning-gibbous-4:before {
	content: "\f0a7";
}

.wi-moon-waning-gibbous-5:before {
	content: "\f0a8";
}

.wi-moon-waning-gibbous-6:before {
	content: "\f0a9";
}

.wi-moon-3rd-quarter:before {
	content: "\f0aa";
}

.wi-moon-waning-crescent-1:before {
	content: "\f0ab";
}

.wi-moon-waning-crescent-2:before {
	content: "\f0ac";
}

.wi-moon-waning-crescent-3:before {
	content: "\f0ad";
}

.wi-moon-waning-crescent-4:before {
	content: "\f0ae";
}

.wi-moon-waning-crescent-5:before {
	content: "\f0af";
}

.wi-moon-waning-crescent-6:before {
	content: "\f0b0";
}

body.compensate-for-scrollbar {
	overflow: hidden;
	-ms-overflow-style: none;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 16;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 19;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	z-index: 17;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px 44px 0 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 17;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current {
	display: block;
}

.fancybox-slide--next {
	display: block;
	z-index: 18;
}

.fancybox-slide--image {
	padding: 44px 0 0 0;
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px 6px 0 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 44px 0;
	width: 80%;
	max-width: 1200px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 18;
}

.fancybox-slide--html .fancybox-content {
	margin: 0 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: calc(100% - 44px);
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
	width: 100%;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
	color: #ccc;
}

.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover,
.fancybox-button:focus {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button.disabled,
.fancybox-button[disabled] {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button.disabled:hover,
.fancybox-button.disabled:focus,
.fancybox-button[disabled]:hover,
.fancybox-button[disabled]:focus {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 8;
}

.fancybox-close-small:hover,
.fancybox-close-small:focus {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background: transparent;
	height: 100px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	background: rgba(30, 30, 30, 0.6);
	height: 100%;
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px 25px 44px;
	right: 0;
}

.fancybox-caption::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}

.fancybox-caption::after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	content: '';
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0;
}

.fancybox-caption a {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover,
.fancybox-caption a:focus {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	border: 6px solid rgba(100, 100, 100, 0.5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 20;
}

/* Transition effects */

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover,
.fancybox-share__button:focus {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover,
.fancybox-share__button--fb:focus {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover,
.fancybox-share__button--pt:focus {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover,
.fancybox-share__button--tw:focus {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 18;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 15;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Youtube embeded mute button */
a#muteButton {
	padding: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	top: 50px;
	right: 15px;
	border-radius: 50px;
}

a#muteButton:hover {
	background: #ffffff66;
}

@media screen and (max-width: 600px) {
	a#muteButton {
		top: initial;
		right: initial;
		bottom: 15px;
		left: 15px;
	}
}
/* Styling for Small-Screen Devices */

@media screen and (min-width: 460px) {

.filter-bar:before {
	width: 100%;
	height: 1px;
}

.filter-bar__title {
	width: auto;
}

.filter-bar__select {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 4;
	margin: auto;
	width: auto;
	min-width: 225px;
}

}

@media screen and (min-width: 470px) {

.top-nav-tools li.social-link {
	display: inline-block;
}

.slider__image {
	width: 100% !important;
	max-height: none;
}

}

@media screen and (min-width: 600px) {

.affaires-timeline nav a:first-child {
	border-left: none;
}

.affaires-timeline nav a:last-child {
	border-right: none;
}

.affaires-timeline nav:before a:first-child {
}

.affaires-timeline nav:before a:last-child {
}

.affaires-timeline nav:after a:first-child {
}

.affaires-timeline nav:after a:last-child {
}

}

@media screen and (min-width: 720px) {

.section-container {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
}

.footer-main__intro-title {
	padding: 50px 0;
	font-size: 24px;
}

.footer-main__logo {
	display: block;
	width: 100%;
}

.footer-main__links {
	display: table;
	width: 100%;
}

.footer-main__links__section {
	display: table-cell;
	vertical-align: top;
	width: 25%;
}

.footer-main__links__section:before,
.footer-main__links__section:after {
	display: none;
}

.footer-main__links__inner {
	display: block;
}

.footer-main__links__titre {
	font-size: 24px;
}

.footer-main__links__list {
	margin-bottom: 10px;
}

.footer-main__subscribe__inside {
	padding: 120px 100px;
}

.footer-main__subscribe__title {
	width: 100%;
	font-size: 28px;
}

.footer-main__subscribe__text {
	width: 80%;
	margin: 30px auto;
}

.footer-main__subscribe__group {
	width: 65%;
	margin: auto;
}

.footer-main__map {
	width: 100%;
	height: 400px;
}

.footer-main__partners-logo {
	padding: 20px;
}

.footer-main__partners-logo__element {
	width: calc(99.99% * 1/4.5 - 19.444444444444443px);
	padding: 25px;
}

.footer-main__partners-logo__element:nth-child(n) {
	float: left;
	margin-right: 25px;
	clear: none;
}

.footer-main__partners-logo__element:last-child {
	margin-right: 0;
}

.footer-main__partners-logo__element:nth-child(6n) {
	margin-right: 0;
}

.footer-main__partners-logo__element:nth-child(6n + 1) {
	clear: left;
}

.footer-main__meteo {
	float: right;
	margin: 0 20px 0 0;
	padding: 15px 0;
}

.footer-main__copy {
	font-size: 12px;
}

.footer-main__copy__element {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #6f6f6f;
}

.main-article {
	min-height: 800px;
	padding: 30px 40px;
	width: calc(99.99% * 1/2 - 15px);
	position: relative;
	left: calc(99.99% * 1/2 - 15px + 30px);
}

.main-article:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.main-article:last-child {
	margin-right: 0;
}

.main-article:nth-child(2n) {
	margin-right: 0;
}

.main-article:nth-child(2n + 1) {
	clear: left;
}

.main-article--short {
	width: calc(99.99% * 2/3 - 10px);
	position: relative;
	left: calc(99.99% * 1/3 - 20px + 30px);
}

.main-article--short:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.main-article--short:last-child {
	margin-right: 0;
}

.main-article--short:nth-child(3n) {
	margin-right: 0;
}

.main-article--short:nth-child(3n + 1) {
	clear: left;
}

.main-article--short {
	border-left: 1px solid #dedede;
}

.main-article--full {
	width: calc(99.99% * 5/6 - 5px);
	position: relative;
	left: calc(99.99% * 1/12 - 27.5px + 30px);
}

.main-article--full:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.main-article--full:last-child {
	margin-right: 0;
}

.main-article--full:nth-child(6n) {
	margin-right: 0;
}

.main-article--full:nth-child(6n + 1) {
	clear: left;
}

.articles__multibuton {
	width: auto;
}

.articles__multibuton:first-child {
	margin-bottom: 0;
}

.btn {
	padding: 20px 30px;
}

.btn--element {
	width: auto;
}

.btn-align--left {
	float: left;
}

.btn-align--right {
	float: right;
}

.title--secondary {
	font-size: 34px;
}

.title--secondary.forBusiness {
	font-size: 30px;
}

.reward-trip-advisor {
	right: 65px;
	bottom: 95px;
	width: 80px;
}

.slider-title {
	display: block;
	bottom: 120px;
}

.slider__control {
	width: 50px;
	height: 75px;
}

.banner {
	min-height: 415px;
}

.banner--big {
	min-height: 450px;
}

.banner__logo {
	right: 40px;
	bottom: 130px;
}

.block-product__wraper {
	margin-bottom: 0;
}

.bypass-lost {
	width: calc(50% - 20px) !important;
}

.block-product__wraper {
	overflow: hidden;
	white-space: normal;
}

.block-product__wraper--tall {
	overflow-x: scroll;
	white-space: nowrap;
}

.block-product__wraper--tall .block-product {
	width: 40%;
}

.block-product__wraper--grande .block-product {
	width: calc(99.99% * 1/2 - 15px);
}

.block-product__wraper--grande .block-product:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.block-product__wraper--grande .block-product:last-child {
	margin-right: 0;
}

.block-product__wraper--grande .block-product:nth-child(2n) {
	margin-right: 0;
}

.block-product__wraper--grande .block-product:nth-child(2n + 1) {
	clear: left;
}

.block-product__wraper--short .block-product {
	width: calc(99.99% * 1/1 - 0px);
}

.block-product__wraper--short .block-product:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.block-product__wraper--short .block-product:last-child {
	margin-right: 0;
}

.block-product__wraper--short .block-product:nth-child(1n) {
	margin-right: 0;
}

.block-product__wraper--short .block-product:nth-child(1n + 1) {
	clear: left;
}

.block-product__button {
	position: relative;
	width: auto;
	padding: 17.77778px 32px;
}

.block-product__tag {
	padding: 15px;
	font-size: 18px;
}

.block-product__tag--bigger {
	font-size: 18px;
}

.block-product__tag--lower {
	font-size: 16px;
}

.block-product__infos--hover {
	padding-left: 20px;
}

.block-product__title {
	font-size: 21px;
}

.booking-bar {
	margin-bottom: 40px;
}

.booking-bar__group {
	border: 0;
}

.booking-bar__select {
	width: 100%;
	height: auto;
}

.booking-bar__select-title {
	left: 20px;
}

.booking-bar__select-title.valid {
	top: 0;
	font-size: 12px;
}

.booking-bar { /*position: absolute;*/
	z-index: 5;
	bottom: 0;
	margin-bottom: 0;
	background: rgba(0, 0, 0, 0.9);
}

.booking-bar__inner {
	display: table;
}

.booking-bar__titre,
.booking-bar__group,
.booking-bar__button {
	display: table-cell;
	vertical-align: middle;
}

.booking-bar__titre {
	width: 18%;
}

.booking-bar__group {
	position: relative;
	width: 21%;
}

.booking-bar__group.for_single_nb {
	width: 13%;
}

.booking-bar__group:last-child {
	width: 15%;
}

.booking-bar__group:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 25%;
	width: 1px;
	height: 50%;
	background: #5f5f5f;
}

.booking-bar__select {
	position: absolute;
	top: 5px;
	border-top: 0;
	padding-left: 0px;
	font-size: 80%;
	background-size: 10px 10px;
	background-position: right 15px center;
}

.booking-bar__select-title {
	font-size: 80%;
	left: 0px;
}

.booking-bar__button {
	width: auto;
	padding: 10px 20px;
	float: right;
	font-size: 16px;
	text-transform: capitalize;
}

.booking-bar .picker__holder {
	width: 260px;
}

.sidebar {
	width: calc(99.99% * 1/2 - 15px);
	position: relative;
	left: calc(99.99% * -1/2 - 45px + 30px);
}

.sidebar:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.sidebar:last-child {
	margin-right: 0;
}

.sidebar:nth-child(2n) {
	margin-right: 0;
}

.sidebar:nth-child(2n + 1) {
	clear: left;
}

.sidebar--short {
	width: calc(99.99% * 1/3 - 20px);
	position: relative;
	left: calc(99.99% * -2/3 - 50px + 30px);
}

.sidebar--short:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.sidebar--short:last-child {
	margin-right: 0;
}

.sidebar--short:nth-child(3n) {
	margin-right: 0;
}

.sidebar--short:nth-child(3n + 1) {
	clear: left;
}

/*.sidebar--fixed {
        position: fixed;
        top: 80px;
        left: 20px;
        padding: 0 10px;
    }
    .sidebar--bottom {
        position: absolute;
        left: 0;
        top: initial;
        bottom: 0;
        padding: 0;
    }*/

.form__group--grande .form__element {
	width: calc(99.99% * 1/3 - 20px);
}

.form__group--grande .form__element:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.form__group--grande .form__element:last-child {
	margin-right: 0;
}

.form__group--grande .form__element:nth-child(3n) {
	margin-right: 0;
}

.form__group--grande .form__element:nth-child(3n + 1) {
	clear: left;
}

.form__group--short .form__element {
	width: calc(99.99% * 1/2 - 15px);
}

.form__group--short .form__element:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.form__group--short .form__element:last-child {
	margin-right: 0;
}

.form__group--short .form__element:nth-child(2n) {
	margin-right: 0;
}

.form__group--short .form__element:nth-child(2n + 1) {
	clear: left;
}

.block-split {
	margin-bottom: 0px;
}

.gallery .big {
	width: 50%;
}

}

@media screen and (min-width: 820px) {

.main-article__list__item--grande {
	width: calc(99.99% * 1/2 - 15px);
}

.main-article__list__item--grande:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.main-article__list__item--grande:last-child {
	margin-right: 0;
}

.main-article__list__item--grande:nth-child(2n) {
	margin-right: 0;
}

.main-article__list__item--grande:nth-child(2n + 1) {
	clear: left;
}

.main-article__list__item--short {
	width: calc(99.99% * 1/2 - 15px);
}

.main-article__list__item--short:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.main-article__list__item--short:last-child {
	margin-right: 0;
}

.main-article__list__item--short:nth-child(2n) {
	margin-right: 0;
}

.main-article__list__item--short:nth-child(2n + 1) {
	clear: left;
}

.main-article__para--short {
	width: calc(99.99% * 1/2 - 15px);
}

.main-article__para--short:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.main-article__para--short:last-child {
	margin-right: 0;
}

.main-article__para--short:nth-child(2n) {
	margin-right: 0;
}

.main-article__para--short:nth-child(2n + 1) {
	clear: left;
}

.main-article--full {
	width: calc(99.99% * 3/4 - 7.5px);
	position: relative;
	left: calc(99.99% * 1/6 - 25px + 30px);
}

.main-article--full:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.main-article--full:last-child {
	margin-right: 0;
}

.main-article--full:nth-child(4n) {
	margin-right: 0;
}

.main-article--full:nth-child(4n + 1) {
	clear: left;
}

.block-split__col {
	width: calc(99.99% * 1/2 - 15px);
	height: 600px;
}

.block-split__col:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.block-split__col:last-child {
	margin-right: 0;
}

.block-split__col:nth-child(2n) {
	margin-right: 0;
}

.block-split__col:nth-child(2n + 1) {
	clear: left;
}

.block-split__col--first {
	position: relative;
	left: calc(99.99% * -1/2 - 45px + 30px);
}

.block-split__col--last {
	position: relative;
	left: calc(99.99% * 1/2 - 15px + 30px);
}

.block-split__image {
	width: 100%;
	height: 100%;
	padding-bottom: 0;
}

.block-split__image__element {
	position: relative;
}

}

@media screen and (min-width: 940px) {

.top-nav-menu {
	display: inline-block;
}

.main-menu-wrap .main-menu {
	display: inline-block;
}

.menu__navicon {
	display: none;
}

}

@media screen and (min-width: 960px) {

.footer-main__copy {
	font-size: 14px;
}

}

@media screen and (min-width: 1024px) {

html,
body {
	font: 16px/24px "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.top-nav-menu {
	padding-left: 155px;
}

.main-menu-wrap .main-menu {
	padding-left: 153px;
}

.activity-list-wrap {
	width: 33.33%;
}

.activity-list-wrap.gastronomie-wrap {
	width: 50%;
}

.activity-bt {
	width: 49%;
	margin: 15px 0;
}

.article-container {
	min-height: 800px;
}

.main-article__list__item--grande {
	width: calc(99.99% * 1/3 - 20px);
}

.main-article__list__item--grande:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.main-article__list__item--grande:last-child {
	margin-right: 0;
}

.main-article__list__item--grande:nth-child(3n) {
	margin-right: 0;
}

.main-article__list__item--grande:nth-child(3n + 1) {
	clear: left;
}

.main-article--full {
	width: calc(99.99% * 2/3 - 10px);
	position: relative;
	left: calc(99.99% * 1/6 - 25px + 30px);
}

.main-article--full:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.main-article--full:last-child {
	margin-right: 0;
}

.main-article--full:nth-child(3n) {
	margin-right: 0;
}

.main-article--full:nth-child(3n + 1) {
	clear: left;
}

.affaires-timeline .timeline-container .row .box-right {
	top: 50px;
}

.affaires-timeline .home-carousel {
	margin-top: 0;
}

.home-carousel {
	margin-top: 60px;
}

.block-product__infos--overlay {
	padding: 25px;
}

.block-product__title {
	font-size: 24px;
}

.booking-bar {
	padding: 0 0;
}

.booking-bar__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.booking-bar__titre {
	font-size: 20px;
	width: 14%;
}

.booking-bar__group {
	width: 14%;
}

.booking-bar__group:before {
	left: 0;
}

.booking-bar__group:last-child {
	width: 10%;
}

.booking-bar__select {
	padding-left: 10px;
	background-size: 13px;
	background-position: right 10px top 13px;
}

.booking-bar__select-title {
	font-size: 16px;
	padding-left: 10px;
}

.section--team {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.section--team .content {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 30px;
}

.section--team .content .wrapper {
	margin: auto;
	transition: all 0.4s ease;
}

.section--team .team-goup-profiles {
	width: 50%;
	padding: 30px 0 0; /* Profile wrapper */ /* Detail wrapper */
}

.section--team .team-goup-profiles h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.section--team .team-goup-profiles h4 {
	margin: 0;
}

.section--team .team-goup-profiles .profile-details {
	display: none;
}

.section--team .team-goup-profiles > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.section--team .team-goup-profiles > ul > li {
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 20px;
}

.section--team .team-goup-profiles > ul > li:focus,
.section--team .team-goup-profiles > ul > li:hover,
.section--team .team-goup-profiles > ul > li:active,
.section--team .team-goup-profiles > ul > li:focus {
	cursor: pointer;
}

.section--team .team-goup-profiles > ul > li:focus .wrapper,
.section--team .team-goup-profiles > ul > li:focus .social-media,
.section--team .team-goup-profiles > ul > li:hover .wrapper,
.section--team .team-goup-profiles > ul > li:hover .social-media,
.section--team .team-goup-profiles > ul > li:active .wrapper,
.section--team .team-goup-profiles > ul > li:active .social-media,
.section--team .team-goup-profiles > ul > li:focus .wrapper,
.section--team .team-goup-profiles > ul > li:focus .social-media {
	opacity: 1;
	visibility: visible;
}

.section--team .team-goup-profiles > ul > li:focus img,
.section--team .team-goup-profiles > ul > li:hover img,
.section--team .team-goup-profiles > ul > li:active img,
.section--team .team-goup-profiles > ul > li:focus img {
	opacity: 0;
}

.section--team .team-goup-profiles .profile {
	overflow: hidden;
	position: relative;
	color: #fff;
	text-align: center;
	background: #000;
}

.section--team .team-goup-profiles .profile h3 {
	font-size: 16px;
}

.section--team .team-goup-profiles .profile h4 {
	font-size: 12px;
}

.section--team .team-goup-profiles img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
}

.section--team .team-goup-profiles .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.section--team .social-media {
	margin-top: 15px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.section--team .social-media li {
	overflow: hidden;
	text-indent: -999px;
	width: 15px;
	height: 15px;
	background: #FF4136;
	margin: 0 5px;
}

.section--rooms h3 {
	font-size: 24px;
}

.section--rooms .rooms-listing {
	text-align: left;
}

}

@media screen and (min-width: 1100px) {

.gallery .big {
	width: 33.33%;
}

}

@media screen and (min-width: 1120px) {

.main-menu-wrap .main-menu li a {
	padding: 20px 8px 0 8px;
	font-size: 16px;
}

}

@media screen and (min-width: 1170px) {

.reward-trip-advisor {
	right: 25px;
	bottom: 95px;
	width: 150px;
}

}

@media screen and (min-width: 1200px) {

.footer-main__logo--crest {
	width: 145px;
}

.footer-main__links {
	width: 1200px;
	margin: 0 auto;
}

.footer-main__subscribe {
	display: block;
	float: left;
	width: 50%;
	height: auto;
}

.footer-main__map {
	display: block;
	float: left;
	width: 50%;
	height: 500px;
}

.footer-main__partners-logo {
	padding: 6.66667px;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-main__partners-logo__element {
	width: calc(99.99% * 1/7 - 21.428571428571427px);
	padding: 25px;
}

.footer-main__partners-logo__element:nth-child(n) {
	float: left;
	margin-right: 25px;
	clear: none;
}

.footer-main__partners-logo__element:last-child {
	margin-right: 0;
}

.footer-main__partners-logo__element:nth-child(6n) {
	margin-right: 0;
}

.footer-main__partners-logo__element:nth-child(6n + 1) {
	clear: left;
}

.footer-main__subscribe_map_container .footer-main__subscribe {
	float: none;
}

.booking-bar__select-title,
.booking-bar__select {
	padding-left: 20px;
}

.section--team .content {
	width: 40%;
}

.section--team .team-goup-profiles {
	width: 60%; /* Profile wrapper */
}

.section--team .team-goup-profiles > ul {
	margin-left: -15px;
	margin-right: -15px;
}

.section--team .team-goup-profiles > ul > li {
	padding-left: 15px;
	padding-right: 15px;
}

.section--team .team-goup-profiles .profile h3 {
	font-size: 24px;
}

.section--team .team-goup-profiles .profile h4 {
	font-size: 18px;
}

}

@media screen and (min-width: 1220px) {

.main-menu-wrap .main-menu li {
	border-right: 1px solid #d3d2d2;
}

.main-menu-wrap .main-menu li a {
	padding: 20px 15px 0 15px;
	font-size: 16px;
	text-transform: uppercase;
}

.banner--big {
	min-height: 600px;
}

}

@media screen and (min-width: 1250px) {

.footer-main__links {
	padding: 0;
	margin-bottom: 60px;
}

}

@media screen and (min-width: 1280px) {

.bypass-lost {
	width: calc(25% - 20px) !important;
}

.block-product__infos--overlay {
	padding: 25px;
}

.block-product__wraper {
	overflow: hidden;
	white-space: normal;
}

.block-product__wraper--tall .block-product {
	width: calc(99.99% * 1/3 - 20px);
}

.block-product__wraper--tall .block-product:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.block-product__wraper--tall .block-product:last-child {
	margin-right: 0;
}

.block-product__wraper--tall .block-product:nth-child(3n) {
	margin-right: 0;
}

.block-product__wraper--tall .block-product:nth-child(3n + 1) {
	clear: left;
}

.block-product__wraper--grande .block-product {
	width: calc(99.99% * 1/4 - 22.5px);
}

.block-product__wraper--grande .block-product:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.block-product__wraper--grande .block-product:last-child {
	margin-right: 0;
}

.block-product__wraper--grande .block-product:nth-child(4n) {
	margin-right: 0;
}

.block-product__wraper--grande .block-product:nth-child(4n + 1) {
	clear: left;
}

.block-product__wraper--short .block-product {
	width: calc(99.99% * 1/2 - 15px);
}

.block-product__wraper--short .block-product:nth-child(n) {
	float: left;
	margin-right: 30px;
	clear: none;
}

.block-product__wraper--short .block-product:last-child {
	margin-right: 0;
}

.block-product__wraper--short .block-product:nth-child(2n) {
	margin-right: 0;
}

.block-product__wraper--short .block-product:nth-child(2n + 1) {
	clear: left;
}

}

@media screen and (min-width: 1460px) {

}

@media screen and (min-width: 1500px) {

}

@media screen and (min-width: 1600px) {

/*.sidebar--fixed {
        position: fixed;
        top: 80px;
        left: auto;
        padding: 0;
    }*/

/*.sidebar--bottom {
        position: absolute;
        top: initial;
        bottom: 0;
    }*/

}

@media screen and (max-width: 1600px) {

.block-hero__content--left {
	left: 5%;
}

.block-hero__content--right {
	right: 5%;
}

}

@media screen and (max-width: 1200px) {

.block-hero__content {
	padding: 40px;
}

.block-hero__content--left {
	left: 0;
}

.block-hero__content--right {
	right: 0;
}

}

@media screen and (max-width: 1199px) {

.footer-main__subscribe_map_container .footer-main__map {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 240px;
	min-height: inherit;
	max-height: inherit;
}

.block-hero.half {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
}

.block-hero.half:nth-child(2) {
	padding-bottom: 0;
}

.block-hero__video {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

}

@media only screen and (max-width: 924px) {

/*.for_childages*/

.for_childages .booking-bar__inner {
	padding-right: 15px;
	padding-left: 15px;
}

}

@media all and (max-width: 768px) {

.fancybox-thumbs {
	width: 110px;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 110px;
}

.fancybox-thumbs__list a {
	max-width: calc(100% - 10px);
}

}

@media screen and (max-width: 720px) {

.affaires-timeline .timeline-container {
	padding: 25px 25px 50px 25px;
}

.affaires-timeline .timeline-container .line {
	display: none;
}

.affaires-timeline .timeline-container .row .box-left,
.affaires-timeline .timeline-container .row .box-right,
.affaires-timeline .timeline-container .row.reverted .box-left,
.affaires-timeline .timeline-container .row.reverted .box-right {
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
}

.affaires-timeline .timeline-container .row .box-left {
	border: 4px solid #e6e6e6;
}

.affaires-timeline .timeline-container .row {
	padding-bottom: 25px;
}

.affaires-timeline .timeline-container .row .box-right {
	top: 0;
}

.affaires-timeline .timeline-container .row p {
	text-align: center;
}

.affaires-timeline .timeline-container .row h2 {
	text-align: center;
}

.affaires-timeline .timeline-container .row .time {
	top: 45px;
	z-index: 4;
}

.banner--forfaits {
	min-height: 130px;
}

.block-product__wraper--full {
	width: 100%;
	overflow: visible;
	white-space: normal;
}

.block-product__wraper--full .block-product {
	width: 100%;
}

.block-hero__content {
	max-width: 100%; /*padding: calc($global-spacing *0.75) calc($global-spacing *0.5);*/
	padding: 30px 20px;
}

.block-hero__content--left {
	position: relative;
}

.block-hero__content--right {
	position: relative;
}

.block-hero__image {
	height: auto;
	position: relative;
	padding-bottom: 56.25%;
}

.block-hero__image img {
	position: absolute;
	width: auto;
	height: 100%;
	left: -50%;
}

.block-hero__link {
	width: 100%;
	text-align: center;
}

}

@media screen and (max-width: 719px) {

.block-hero.half .block-hero__video {
	width: 100%;
	min-width: inherit;
	height: 375px;
}

.block-hero.half .block-hero__video iframe {
	width: 100%;
}

.block-hero.half:nth-child(2) {
	padding-bottom: 30px;
}

}

@media only screen and (max-width: 719px) {

.img-credits {
	display: none;
}

.booking-bar__group {
	display: none;
}

.booking-bar__row.for_childages {
	display: none;
}

.booking-bar__titre {
	margin-bottom: 0;
}

.booking-bar__inner .booking-bar__mobileBtn {
	display: block;
}

.show-on-mob .booking-bar__group {
	display: block;
}

.show-on-mob .booking-bar__row.for_childages {
	display: block;
}

.show-on-mob .booking-bar__titre {
	margin-bottom: 17px;
}

.show-on-mob .mobile_only {
	padding: 15px 15px 15px 15px;
}

.hide_on_mobile {
	display: none!important;
}

.mobile_only {
	display: block;
	padding: 0;
}

.booking-bar__select {
	padding: 11px 0 0 0;
	font-size: 14px;
}

.booking-bar__select-title.valid {
	top: 5px;
}

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

.conciergerie-wrap .conciergerie-data {
	width: 100%;
	padding-left: 0;
	padding-bottom: 25px;
}

.conciergerie-wrap img {
	width: 230px;
	float: none;
	padding-top: 30px;
}

}

@media only screen and (max-width: 639px) {

.booking-bar .parsley-errors-list {
	padding: 5px 0;
}

.for_childages.active {
	max-height: 500px;
}

.for_childages::before,
.for_childages::after {
	content: '';
	display: table;
}

.for_childages::after {
	clear: both;
}

.for_childages .booking-bar__inner .bookbar-title {
	display: block;
	width: 100%;
	float: none;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 10px;
}

.for_childages .booking-bar__inner .bookbar-select {
	display: block;
	float: left;
	width: 46%;
	margin: 2%;
}

.booking-bar__titre {
	font-size: 14px;
}

}

@media only screen and (max-width: 599px) {

.main-article__para.pdf__link a small {
	display: none;
}

.main-article__para.pdf__link:hover a small,
.main-article__para.pdf__link:focus a small {
	display: none;
}

}

@media (max-width: 27rem), (max-height: 27rem) {

.select.select-theme-default .select-content {
	max-width: 11.25rem;
	max-height: 11.25rem;
}

}

@media all and (max-height: 576px) {

.fancybox-slide {
	padding-left: 6px;
	padding-right: 6px;
}

.fancybox-slide--image {
	padding: 6px 0 0 0;
}

.fancybox-slide--image .fancybox-content {
	margin-bottom: 6px;
}

.fancybox-slide--image .fancybox-close-small {
	background: #4e4e4e;
	color: #f2f4f6;
	height: 36px;
	opacity: 1;
	padding: 6px;
	right: 0;
	top: 0;
	width: 36px;
}

}

.html li{
		padding-left: 15px;
		margin-bottom: 10px;
		list-style: none;
		background-image: url(../images/svg/svg-sprites/list-bullet.svg);
		background-size: 10px 15px;
		background-repeat: no-repeat;
		background-position: left top 5px;
	}

@keyframes fancybox-rotate {

from {
	transform: rotate(0deg);
}

to {
	transform: rotate(359deg);
}

}


/*# sourceMappingURL=styles.css.map */
