/* =================================================
 * c2is-onetea
 * Front-end Project Quick Init
 * http://github.com/c2is/c2is-onetea
 * @author C2iS - front-end team
 * @version 3.0.0
 * 20161212
 * Copyright 2016
 * =================================================
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 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 {
  -moz-box-sizing: content-box;
       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"],
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"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*! Hint.css - v1.3.5 - 2015-06-16
* http://kushagragour.in/lab/hint/
* Copyright (c) 2015 Kushagra Gour; Licensed MIT */
/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
.hint,
[data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */
}
.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.hint:hover:before,
.hint:hover:after,
.hint:focus:before,
.hint:focus:after,
[data-hint]:hover:before,
[data-hint]:hover:after,
[data-hint]:focus:before,
[data-hint]:focus:after {
  visibility: visible;
  opacity: 1;
}
.hint:hover:before,
.hint:hover:after,
[data-hint]:hover:before,
[data-hint]:hover:after {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.hint:before,
[data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
.hint:after,
[data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}
/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #383838;
}
.hint--bottom:before {
  border-bottom-color: #383838;
}
.hint--left:before {
  border-left-color: #383838;
}
.hint--right:before {
  border-right-color: #383838;
}
/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px;
}
.hint--top:after {
  margin-left: -18px;
}
.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}
.hint--top:hover:after,
.hint--top:hover:before,
.hint--top:focus:after,
.hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}
/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px;
}
.hint--bottom:after {
  margin-left: -18px;
}
.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}
.hint--bottom:hover:after,
.hint--bottom:hover:before,
.hint--bottom:focus:after,
.hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}
/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}
.hint--right:after {
  margin-bottom: -14px;
}
.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}
.hint--right:hover:after,
.hint--right:hover:before,
.hint--right:focus:after,
.hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}
/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}
.hint--left:after {
  margin-bottom: -14px;
}
.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}
.hint--left:hover:after,
.hint--left:hover:before,
.hint--left:focus:after,
.hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}
/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
.hint,
[data-hint] {
  /**
   * tooltip body
   */
}
.hint:after,
[data-hint]:after {
  text-shadow: 0 -1px 0px black;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}
/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d;
}
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}
.hint--success.hint--top:before {
  border-top-color: #458746;
}
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}
.hint--success.hint--left:before {
  border-left-color: #458746;
}
.hint--success.hint--right:before {
  border-right-color: #458746;
}
/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:after,
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}
.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}
.hint--always.hint--left:after,
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}
.hint--always.hint--right:after,
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}
/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}
/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/* ==========================================================================
 * GLOBAL LESS
 * ========================================================================== */
/* Variables
 * ========================================================================== */
/* ==========================================================================
 * VARIABLES
 * ========================================================================== */
/* Base
 * ========================================================================== */
/* colors
 * ========================================================================== */
/* fonts
 * ========================================================================== */
/* z-index
 * ========================================================================== */
/* layout
 * ========================================================================== */
/* page
 * ========================================================================== */
/* steps
 * ========================================================================== */
/* screen
 * ========================================================================== */
/* form
 * ========================================================================== */
/* border
 * ========================================================================== */
/* transition
 * ========================================================================== */
/* Mixins
 * ========================================================================== */
/* ==========================================================================
 * MIXINS
 * ========================================================================== */
/* Clearer
 * ========================================================================== */
/* Micro Clearfix : http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearer:after {
  content: "";
  display: table;
  clear: both;
}
/* Helpers
 * ========================================================================== */
/* ==========================================================================
 * HELPERS
 * ========================================================================== */
/* Clearer
 * ========================================================================== */
.clearer:after {
  content: "";
  display: table;
  clear: both;
}
/* Case
 * ========================================================================== */
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: lowercase;
}
.capitalize:first-letter {
  text-transform: uppercase;
}
/* Alignment / float
 * ========================================================================== */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.floatPostChilds .post {
  float: left;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-align-content {
  font-size: 0;
}
.vertical-align-content:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.vertical-align-content .content {
  display: inline-block;
  vertical-align: middle;
}
/* Margins
 * ========================================================================== */
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-80 {
  margin-top: 80px;
}
/* Font
 * ========================================================================== */
.font-weight-700,
.font-weight-bold {
  font-weight: 700;
}
.font-weight-300,
.font-weight-light {
  font-weight: 300;
}
.font-weight-400,
.font-weight-normal {
  font-weight: 400;
}
.font-style-italic {
  font-style: italic;
}
.font-style-normal {
  font-style: normal;
}
.font-size-small {
  font-size: 1.2rem;
}
/* Image responsive
 * ========================================================================== */
.image-responsive {
  max-width: 100%;
  height: auto;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}
/* Hidden
 * ========================================================================== */
[hidden],
.hidden {
  display: none !important;
}
/* Borders
 * ========================================================================== */
.border-left {
  border-left: 1px solid #c6c6c6;
}
.border-right {
  border-right: 1px solid #c6c6c6;
}
.border-bottom {
  border-bottom: 1px solid #c6c6c6;
}
.border-top {
  border-top: 1px solid #c6c6c6;
}
/* Plugins
 * ========================================================================== */
/* Base
 * ========================================================================== */
/* ==========================================================================
 * RESET
 * ========================================================================== */
/* Box sizing enabled
 * ========================================================================== */
html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
* {
  -moz-box-sizing: inherit;
       box-sizing: inherit;
}
*::before,
*::after {
  -moz-box-sizing: inherit;
       box-sizing: inherit;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/*
 * Browser Upgrade Prompt
 */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* Project specific reset
 * ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
/* ==========================================================================
 * BASE
 * ========================================================================== */
/* default
 * ========================================================================== */
/* Font sizing
* ========================================================================== */
html {
  /* sets the base font to 10px for easier math */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: -webkit-calc(1em * 0.625);
  font-size: calc(1em * 0.625);
  /* disallow text zooming on orientation change (non standard property) */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  /* sets the default sizing to make sure nothing is actually 10px */
  font-size: 1.6rem;
  font-size: 16px;
  /*20px line-height for 15px font-size */
  line-height: 1.33333333;
  font-family: 'Exo 2', sans-serif;
  color: #373737;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:1219px) {
  html {
    font-size: 40%;
    font-size: -webkit-calc(1em * 0.4);
    font-size: calc(1em * 0.4);
  }
}
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#inner-wrap {
  position: relative;
  width: 100%;
}
p {
  margin: 10px 0;
}
a {
  color: #373737;
}
a.link-block {
  text-decoration: none;
  display: block;
}
a.link-unobtrusive {
  text-decoration: none;
  color: inherit;
}
:focus {
  outline: none !important;
}
article {
  position: relative;
}
.hashtags {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
  padding: 15px 0;
}
/* Layout
 * ========================================================================== */
/* ==========================================================================
 * GRID
 * ========================================================================== */
.row {
  /* display: inline-block
 * ========================================================================== */
  /* display: table (prevents round pixels from percentage)
 * ========================================================================== */
  display: table;
  table-layout: fixed;
  width: 100%;
  /* 1 column
 * ========================================================================== */
  /* 2 columns
 ========================================================================== */
  /* 3 columns
 ========================================================================== */
  /* 4 columns
 ========================================================================== */
  /* 5 columns
 ========================================================================== */
  /* 6 columns
 ========================================================================== */
  /* 8 columns
 ========================================================================== */
  /* 10 columns
 ========================================================================== */
  /* 10 columns
 ========================================================================== */
  /* border
    ========================================================================== */
}
.row.inline {
  display: block;
  table-layout: inherit;
  width: initial;
  font-size: 0;
}
.row.inline.rtl {
  direction: rtl;
}
.row.inline > [class*='col-'] {
  display: inline-block;
  vertical-align: inherit;
}
.row.inline.align-top {
  vertical-align: top;
}
.row > [class*='col-'] {
  display: table-cell;
  vertical-align: top;
  word-spacing: normal;
  text-rendering: auto;
  font-size: 16px;
  direction: ltr;
  position: relative;
}
.row.vertical-middle > [class*="col-"] {
  vertical-align: middle;
}
.row .col-1-1 {
  width: 100%;
}
.row .col-1-2 {
  width: 50%;
}
.row .col-1-3 {
  width: 33.33333333%;
}
.row .col-2-3 {
  width: 66.66666667%;
}
.row .col-1-4 {
  width: 25%;
}
.row .col-3-4 {
  width: 75%;
}
.row .col-1-5 {
  width: 20%;
}
.row .col-2-5 {
  width: 40%;
}
.row .col-3-5 {
  width: 60%;
}
.row .col-4-5 {
  width: 80%;
}
.row .col-1-6 {
  width: 16.66666667%;
}
.row .col-5-6 {
  width: 83.33333333%;
}
.row .col-1-8 {
  width: 12.5%;
}
.row .col-3-8 {
  width: 37.5%;
}
.row .col-5-8 {
  width: 62.5%;
}
.row .col-7-8 {
  width: 87.5%;
}
.row .col-1-10 {
  width: 10%;
}
.row .col-3-10 {
  width: 30%;
}
.row .col-7-10 {
  width: 70%;
}
.row .col-9-10 {
  width: 90%;
}
.row .col-1-12 {
  width: 8.33333333%;
}
.row .col-8-12 {
  width: 66.66666667%;
}
.row.inner {
  margin: 0;
}
.row .empty {
  min-height: 0.1rem;
}
.row.silver-border {
  border-left: 1px solid #c6c6c6;
}
.row.silver-border.no-row-border {
  border-left: none;
}
.row.silver-border > [class*='col-'] {
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.row [class*='collapse-'] .no-row-border {
  border-left: 1px solid #c6c6c6;
}
/* ==========================================================================
 * GUTTER
 * ========================================================================== */
[class*="gutter"] {
  display: block;
  table-layout: inherit;
  width: inherit;
  font-size: 0;
  margin: 0 -2.5px;
  padding: 2.5px 0;
  position: relative;
}
[class*="gutter"] [class*='col-'] {
  display: inline-block;
}
[class*="gutter"] > * {
  padding: 0 2.5px;
}
[class*="gutter"].gutter-1 {
  margin: 0 -0.5px;
  padding: 0.5px 0;
}
[class*="gutter"].gutter-1 > * {
  padding: 0 0.5px;
}
[class*="gutter"].gutter-5 {
  margin: 0 -2.5px;
  padding: 2.5px 0;
}
[class*="gutter"].gutter-5 > * {
  padding: 0 2.5px;
}
[class*="gutter"].gutter-10 {
  margin: 0 -5px;
  padding: 5px 0;
}
[class*="gutter"].gutter-10 > * {
  padding: 0 5px;
}
[class*="gutter"].gutter-15 {
  margin: 0 -7.5px;
  padding: 7.5px 0;
}
[class*="gutter"].gutter-15 > * {
  padding: 0 7.5px;
}
[class*="gutter"].gutter-20 {
  margin: 0 -10px;
  padding: 10px 0;
}
[class*="gutter"].gutter-20 > * {
  padding: 0 10px;
}
[class*="gutter"].gutter-30 {
  margin: 0 -15px;
  padding: 15px 0;
}
[class*="gutter"].gutter-30 > * {
  padding: 0 15px;
}
[class*="gutter"]:first-child {
  padding-top: 0;
}
[class*="gutter"]:last-child {
  padding-bottom: 0;
}
[class*="gutter"] > * {
  position: relative;
}
[class*="gutter"] > * > [data-gutter]:first-child {
  padding-top: 0;
}
[class*="gutter"] > * > [data-gutter]:last-child {
  padding-bottom: 0;
}
.row.gutter-left {
  margin-left: 32px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
}
@media screen and (max-width:739px) {
  .row.gutter-left {
    margin-left: 0;
    width: 100%;
  }
}
/* ==========================================================================
 * WIDTH
 * ========================================================================== */
/*.width-auto {
  padding: 0;
  ._clearer();
  > * {
    float: left;
    list-style: none;
  }
  /!* one item *!/
  > *:first-child:nth-last-child(1) {
    width: 100%;
    float: none;
  }

  /!* two items *!/
  > *:first-child:nth-last-child(2),
  > *:first-child:nth-last-child(2) ~ * {
    width: 50%;
  }

  /!* three items *!/
  > *:first-child:nth-last-child(3),
  > *:first-child:nth-last-child(3) ~ * {
    width: 33.3333%;
  }

  /!* four items *!/
  > *:first-child:nth-last-child(4),
  > *:first-child:nth-last-child(4) ~ * {
    width: 25%;
  }

  /!* five items *!/
  > *:first-child:nth-last-child(5),
  > *:first-child:nth-last-child(5) ~ * {
    width: 20%;
  }

  /!* siw items *!/
  > *:first-child:nth-last-child(6),
  > *:first-child:nth-last-child(6) ~ * {
    width: 16.6666%;
  }

  /!* seven items *!/
  > *:first-child:nth-last-child(7),
  > *:first-child:nth-last-child(7) ~ * {
    width: 14.2857%;
  }

  /!* eight items *!/
  > *:first-child:nth-last-child(8),
  > *:first-child:nth-last-child(8) ~ * {
    width: 12.5%;
  }

  /!* nine items *!/
  > *:first-child:nth-last-child(9),
  > *:first-child:nth-last-child(9) ~ * {
    width: 11.1111%;
  }

  /!* ten items *!/
  > *:first-child:nth-last-child(10),
  > *:first-child:nth-last-child(10) ~ * {
    width: 10%;
  }

}*/
.width-auto {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
}
.width-auto > [class*='col-'] {
  display: table-cell;
}
.width-auto > ul {
  display: table-row;
  margin: 0;
  padding: 0;
  right: 0;
}
.width-auto > ul > li {
  display: table-cell;
  text-align: center;
}
.width-auto > ul > li > a {
  display: block;
}
.width-full {
  width: 100%;
  position: relative;
}
.width-fixed {
  width: 1360px;
  position: relative;
  margin: 0 auto;
}


/*For items inscription, connexion in nav menu */
a#menuitem-1.custom-nav-a {
 padding: 0px;
 position: initial;
 margin: 0px;
}

/* GoogleMaps in court sejour */
#map{
  background-color: #012146; width: 100%; height: 100%;
  margin: 0 auto;
}

/* Markers in googleMaps */
#mesPoints {position:fixed; top:0; left:0; background-color: rgba(0, 0, 0, 0.7); height: 100%;
  width: 100%; z-index: 500; list-style: none; margin: 0; padding: 0; display: none; cursor: pointer;}
  /*#mesPoints li {width: 400px; padding: 30px; border-radius: 10px;
  background-color: #012146; position: fixed; top:50%; left:50%; text-decoration: none
  margin-top:-150px; margin-left:-200px; z-index:501; display: none;}
  #mesPoints h2{color:red; font-size: 1em; text-align: center;
    display: block; margin:0; padding:0;}
  #mesPoints img {width: 100%; display: block; margin-top: 20px;}
  #mesPoints span {display: block;}*/


  /*OLD : For ing on markers */
  .imgParking {float: right; width: 40%; margin: 0 auto;}
  .custom-li {
    text-decoration: none;
    display: block;
    margin-top: -20px;
    font-family: sans-serif;
  }

/* for input sortie in courts sejour 2 pck input sortie disabled par default : fond gris sur gris  */
.inputSortie {background-color: white;}
.pointer {cursor: pointer;}
/* Margin top 20px for courts sejour 3&4 */
.mt20{margin-top: 20px;}

/* fdislay inline for courts sejour 4 */
/*.iflex{display: inline-flex;}*/
/* reduce size input text in courts sejour 4 */
input[type="text"].fsize20 {font-size: 20px;}


/* aligne date label & input date picker in cSejour-3,4,5,6 */
label.custom-label {min-width: 45%; margin-top: 10px;}

@media screen and (max-width: 700px){

#listParkingSaisons {display: block;}
select {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    padding: 5px;
    margin-bottom: 20px;
  }

/* page admin parking saison.hbs, modifie bouton submit*/
input.button.redFireEngine.large.custom-valider { margin-bottom: 50px; float: left;}

input.button.redFireEngine.large {font-size: 15px;}
input[type="text"].fsize20 {font-size: 12px;}
}

@media screen and (max-width:1439px) {
  .width-fixed {
    width: 1300px;
  }
}
@media screen and (max-width:1359px) {
  .width-fixed {
    width: 1160px;
  }
}
@media screen and (max-width:1219px) {
  .width-fixed {
    width: 900px;
  }
}
@media screen and (max-width:939px) {
  .width-fixed {
    width: 740px;
  }
}
@media screen and (max-width:739px) {
  .width-fixed {
    width: 100%;
  }
}
/* Ratio
 * ========================================================================== */
[class*="width-"] {
  margin: 0 auto;
}
[class*="width-"]:after {
  content: "";
  display: table;
  clear: both;
}
.width-1-1 {
  width: 100%;
  float: none;
}
.width-1-2 {
  width: 50%;
}
.width-1-3 {
  width: 33.33333333%;
}
.width-2-3 {
  width: 66.66666667%;
}
.width-1-4 {
  width: 25%;
}
.width-3-4 {
  width: 75%;
}
.width-1-5 {
  width: 20%;
}
.width-2-5 {
  width: 40%;
}
.width-3-5 {
  width: 60%;
}
.width-4-5 {
  width: 80%;
}
.width-1-6 {
  width: 16.66666667%;
}
.width-5-6 {
  width: 83.33333333%;
}
.width-1-8 {
  width: 12.5%;
}
.width-3-8 {
  width: 37.5%;
}
.width-5-8 {
  width: 62.5%;
}
.width-7-8 {
  width: 87.5%;
}
.width-1-10 {
  width: 10%;
}
.width-3-10 {
  width: 30%;
}
.width-7-10 {
  width: 70%;
}
.width-9-10 {
  width: 90%;
}
/* ==========================================================================
 * RESPONSIVE
 * ========================================================================== */
.show-mobile,
.show-tiny,
.show-small,
.show-medium,
.show-default,
.show-large {
  display: none !important;
}
/* Mobile viewport
 * ========================================================================== */
@media screen and (max-width:739px) {
  #toggleNav {
    position: absolute;
  }
  .off-canvas-mobile {
    z-index: 4;
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
  }
  .heightAuto-mobile {
    height: auto !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: inherit !important;
  }
}
/* Tiny viewport
 * ========================================================================== */
@media screen and (max-width:939px) {
  .menu-on #toggleNav {
    position: fixed;
  }
  .flow-normal-mobile {
    position: relative;
  }
  .off-canvas-tiny {
    z-index: 4;
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
  }
  .hide-tiny {
    display: none !important;
  }
  .show-tiny {
    display: inherit !important;
  }
  .secondary-on .row.remove-mobile {
    display: block;
  }
  .row.remove-mobile > .col-1-3 {
    display: none;
  }
  .row.remove-mobile > .col-1-2,
  .row.remove-mobile > .col-1-3,
  .row.remove-mobile > .col-2-3,
  .row.remove-mobile > .col-3-4,
  .row.remove-mobile > .col-5-6,
  .row.remove-mobile > .col-7-8,
  .row.remove-mobile > .col-9-10 {
    width: 100%;
  }
  .js-equalize-heights {
    height: auto !important;
  }
}
/* Medium viewport
 * ========================================================================== */
@media screen and (max-width:1219px) {
  .menu-on #toggleNav {
    position: fixed;
  }
  .flow-normal-small {
    position: relative;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .off-canvas-small {
    z-index: 4;
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
  }
  .hide-small {
    display: none !important;
  }
  .show-small {
    display: inherit !important;
  }
}
/* Medium viewport
 * ========================================================================== */
@media screen and (max-width:1359px) {
  .flow-normal-medium {
    position: relative;
  }
  .off-canvas-medium {
    z-index: 4;
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
  }
  .hide-medium {
    display: none !important;
  }
  .show-medium {
    display: inherit !important;
  }
}
/* Default viewport
 * ========================================================================== */
@media screen and (max-width:1439px) {
  .flow-normal-default {
    position: relative;
  }
  .off-canvas-default {
    z-index: 4;
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
  }
  .hide-default {
    display: none !important;
  }
  .show-default {
    display: inherit !important;
  }
}
/* Large viewport
 * ========================================================================== */
@media screen and (min-width:1440px) {
  .flow-normal-large {
    position: relative;
  }
  .off-canvas-large {
    z-index: 4;
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
  }
  .hide-large {
    display: none !important;
  }
  .show-large {
    display: inherit !important;
  }
}
/* ==========================================================================
   COLLAPSE HELPERS
   ========================================================================== */
@media screen and (max-width:939px) {
  .row .collapse-tiny {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width:1219px) {
  .row .collapse-small {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width:1359px) {
  .row .collapse-medium {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width:1439px) {
  .row .collapse-default {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width:1219px) {
  .row .collapse-1-2-small {
    width: 50%;
  }
  .row .collapse-1-2-small:nth-child(even) {
    margin-left: -4px;
  }
}
@media screen and (max-width:1219px) {
  .row .collapse-1-2-small-inline {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .row .collapse-1-2-small-inline:nth-child(even) {
    margin-left: -4px;
  }
}
@media screen and (max-width:1219px) {
  .row .inlineblock-small {
    display: inline-block;
  }
}
@media screen and (max-width:739px) {
  .row .collapse-mobile {
    width: 100% !important;
    display: inline-block;
  }
}
/* ==========================================================================
   HIDE HELPER
   ========================================================================== */
/* Common
 * ========================================================================== */
/* ==========================================================================
 * HEADER
 * ========================================================================== */
header[role="banner"] {
  text-align: center;
}
.banner-ouverture {
  background: #bd1220;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}
.banner-ouverture span {
  text-transform: uppercase;
  font-weight: 600;
}
.banner-ouverture em {
  font-family: 'Libre Baskerville', serif;
}
@media screen and (max-width:739px) {
  .banner-ouverture em {
    display: block;
  }
}
.header-top {
  font-size: 0;
}
.site-title {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.site-title .site-logo {
  position: relative;
  width: 152px;
  height: 64px;
  display: block;
  margin: 25px 0;
}
.site-title .icon-text {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 64px;
  font-family: Arial, sans-serif;
  color: #bd1220;
}
.site-title .icon-logo-valdisere-red {
  z-index: 1;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width:1220px) and (max-width:1359px) {
  .site-title .site-logo {
    width: 128px;
    height: 54px;
  }
  .site-title .site-logo .icon-text {
    font-size: 25px;
    line-height: 54px;
  }
}
@media screen and (max-width:939px) {
  .site-title .site-logo {
    width: 95px;
    height: 40px;
    margin: 10px 0;
  }
  .site-title .icon-text {
    font-size: 19px;
    line-height: 40px;
  }
}
/* ==========================================================================
 * FOOTER
 * ========================================================================== */
.footer {
  margin-top: 50px;
}
@media screen and (max-width:739px) {
  .footer {
    margin-top: 0;
  }
}
/* SocialWallLink
 * ========================================================================== */
.socialWallLink {
  background: #012146;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 52px;
}
.socialWallLink .plus {
  float: right;
  vertical-align: top;
}
/* Footer content
 * ========================================================================== */
.titleFooterSection {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width:939px) {
  .titleFooterSection {
    padding: 10px 5px 10px 5px;
  }
}
.titleFooterSection:after {
  content: '';
  height: 2px;
  width: 26px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -13px;
}
@media screen and (max-width:939px) {
  .titleFooterSection:after {
    display: none;
  }
}
.titleFooterSection span {
  display: inline-block;
  line-height: 1em;
}
.titleFooterSection em {
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
  display: block;
  text-transform: none;
  font-weight: normal;
}
/* Footer partners
 * ========================================================================== */
.footerPartners {
  border-bottom: 1px solid #cacaca;
}
.footerPartners .title {
  vertical-align: middle;
  background: #bd1220;
  color: #fff;
  min-height: 130px;
}
.footerPartners .slider {
  margin: 25px 75px;
}
.footerPartners .slider .slide {
  padding-right: 20px;
}
.footerPartners .slider img {
  max-width: 100%;
}
/* Footer Sites
 * ========================================================================== */
.footerSites .title {
  background: #ebebeb;
  vertical-align: middle;
}
.footerSites .title .ico {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.footerSites .titleFooterSection:after {
  background: #bd1220;
}
.footerSites .titleFooterSection em {
  color: #808080;
}
.footerSitesList {
  text-align: center;
  padding: 50px 0;
}
.footerSitesList dl {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 0 20px;
  padding: 0;
  display: inline-block;
  text-align: left;
}
.footerSitesList dt {
  font-weight: bold;
  margin-bottom: 20px;
  color: #012146;
}
.footerSitesList dd {
  margin: 0 0 5px 0;
}
.footerSitesList a {
  text-decoration: none;
}
.footerSitesList a:hover {
  text-decoration: underline;
}
/* Footer bottom
 * ========================================================================== */
.footer-bottom {
  background: #bd1220;
  color: #fff;
}
.footer-bottom-nav {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
  padding: 20px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-bottom-nav li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0 16px;
  line-height: 10px;
  margin-bottom: 10px;
}
.footer-bottom-nav li a {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.footer-bottom-nav li a:hover {
  text-decoration: underline;
}
.footer-bottom-nav li:last-child {
  border: none;
}
.footer-bottom-nav li:last-child a {
  opacity: 1;
  font-weight: normal;
}
.footer-bottom-content {
  display: inline-block;
  padding: 0 50px 20px 50px;
  margin: 45px 0 0 0;
}
.footer-bottom-content .app-link {
  text-decoration: none;
  margin-right: 10px;
}
.footer-bottom-content .app-link + .app-link {
  margin-right: 0;
}
.footer-bottom-content .app-title {
  text-transform: uppercase;
  margin: 20px 0 5px 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.footer-seo {
  font-size: 12px;
  padding: 0 20px 30px 20px;
}
.footer-seo a {
  color: #fff;
}
.footer-seo a:hover {
  text-decoration: none;
}
/* Footer Mobile
 * ========================================================================== */
.footer .footer-booking {
  padding: 40px 20px;
}
@media screen and (min-width:940px) {
  .footer .footer-booking {
    display: none;
  }
}
.footer-mobile {
  background: #012146;
  color: #fff;
  text-align: center;
  padding: 20px 0 70px;
}
.footer-mobile a {
  color: #fff;
}
.footer-mobile .title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
.footer-mobile .title em {
  font-family: 'Libre Baskerville', serif;
  display: block;
  font-style: italic;
  font-weight: 200;
  text-transform: none;
}
.footer-mobile .buttons {
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-mobile .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.footer-mobile .buttons .button {
  float: left;
}
/* ==========================================================================
 * NAV
 * ========================================================================== */
/* Menu: common styles for the 3 menubars
 * ========================================================================== */
[role="menubar"] {
  list-style: none;
}
[role="menubar"] [role="presentation"] {
  position: relative;
  list-style: none;
  vertical-align: middle;
}
[role="menubar"] > [role="presentation"] {
  text-align: center;
}
[role="menubar"] > [role="presentation"] > span {
  cursor: pointer;
}
[role="menubar"] > [role="presentation"] [role="menuitem"] {
  background-color: transparent;
  margin: 0;
  padding: 15px;
  border: 0 none;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: 'Droid Serif', serif;
  color: #575757;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
[role="menubar"] > [role="presentation"] > [role="menuitem"] {
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
          transition: box-shadow 0.3s ease;
}
[role="menubar"] > [role="presentation"] > [role="menuitem"].expanded {
  box-shadow: inset 0 -6px 0 0 #bd1220;
}
@media screen and (min-width:1220px) {
  [role="menubar"] > [role="presentation"] > [role="menuitem"]::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #808080;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
  }
  [role="menubar"] > [role="presentation"]:first-child > [role="menuitem"]::before {
    content: none;
  }
}
@media screen and (min-width:1220px) and (max-width:1359px) {
  [role="menubar"] > [role="presentation"] [role="menuitem"] {
    font-size: 1.2rem;
  }
  [role="menubar"] > [role="presentation"] [role="menuitem"] button {
    display: none !important;
  }
}
[role="menubar"] > [role="presentation"] > [role="menuitem"] > span {
  display: inline-block;
  line-height: 3rem;
  position: relative;
}
[role="menubar"] > [role="presentation"] > [role="menuitem"][aria-selected="true"] span::after,
[role="menubar"] > [role="presentation"] > [role="menuitem"].expanded span::after {
  background-color: #bd1220;
}
[role="menubar"] > [role="presentation"] [role=menu] [role="menuitem"][aria-selected="true"] span {
  color: #bd1220;
}
[role="menubar"] [role=menu] {
  z-index: 3;
  position: absolute;
  min-width: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 0 40px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}
[role="menubar"] [role=menu] [role="presentation"] [role="menuitem"] {
  padding: 25px 0;
}
@media screen and (min-width:1220px) {
  [role="menubar"] [role=menu] [role="presentation"] [role="menuitem"] {
    white-space: nowrap;
  }
  [role="menubar"] [role=menu] [role="presentation"] [role="menuitem"]:after {
    content: '';
    width: 27px;
    display: block;
    border-bottom: 1px solid #d3d3d3;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
[role="menubar"] [role=menu] [role="presentation"] [role="menuitem"]:hover {
  color: #bd1220;
}
[role="menubar"] [role=menu] [role="presentation"] [role="menuitem"] small {
  font-weight: 400;
  font-size: 11px;
  line-height: 1em;
  font-family: Arial, sans-serif;
  text-transform: none;
  display: block;
}
[role="menubar"] [role=menu] [role="presentation"]:first-child [role="menuitem"] {
  border-top: 0 none;
}
[role="menubar"] [role=menu] [role="presentation"]:last-child [role="menuitem"]:after {
  display: none;
}
[role="menubar"] > [role="presentation"].left [role=menu] {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0;
}
[role="menubar"] > [role="presentation"].right [role=menu] {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  left: auto;
  right: -1px;
}
/* Link live
 * ========================================================================== */
@media screen and (max-width:1219px) {
  .js-slider-live {
    height: 18px;
    vertical-align: middle;
  }
  .js-slider-live .item.slick-slide {
    line-height: 18px;
    height: 18px;
    text-align: center;
  }
  .js-slider-live .item.slick-slide img,
  .js-slider-live .item.slick-slide i {
    font-style: normal;
    display: block;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .2s 2s;
            transition: transform .2s 2s;
  }
  .js-slider-live .item.slick-slide.slick-current img,
  .js-slider-live .item.slick-slide.slick-current i {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@media screen and (min-width:1220px) {
  .js-slider-live {
    height: 30px;
    vertical-align: middle;
    overflow: hidden;
  }
  .js-slider-live .item.slick-slide {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
  }
  .js-slider-live .item.slick-slide img,
  .js-slider-live .item.slick-slide i {
    font-style: normal;
    display: block;
    margin: 0 auto;
  }
  .js-slider-live .item.slick-slide img {
    display: inline-block;
    -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
            transform: translate(0px, -4px);
  }
  .js-slider-live .item.slick-slide i {
    display: inline-block;
    -webkit-transform: translate(0px, -2px);
        -ms-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
}
.menu-tertiary > [role="presentation"]:first-child > [role="menuitem"]:first-child {
  font-family: 'Exo 2', sans-serif;
  font-weight: bold;
  color: #bd1220;
}
.menu-tertiary > [role="presentation"]:first-child > [role="menuitem"]:first-child button {
  opacity: 0;
}
@media screen and (min-width:1220px) {
  .menu-tertiary > [role="presentation"]:first-child > [role="menuitem"]:first-child:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #808080;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
  }
}
@media screen and (min-width:1220px) {
  .menu-tertiary > [role="presentation"]:first-child .menu-live {
    padding: 10px;
    font-family: 'Exo 2', sans-serif;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live > [role="presentation"] {
    background: #ebebeb;
    margin-bottom: 10px;
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live > [role="presentation"] .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 175px;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: 1px solid #c6c6c6;
    margin: 24px 0;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #012146;
    text-align: center;
    font-weight: 700;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live > [role="presentation"] .title img {
    display: block;
    margin: 0 auto 10px auto;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live > [role="presentation"] .datas {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 40px;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live > [role="presentation"] .datas > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live > [role="presentation"] .datas > div img {
    margin: 0 auto 5px auto;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live > [role="presentation"] .datas > div strong {
    text-transform: uppercase;
    font-size: 22px;
    color: #bd1220;
    font-weight: 500;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live > [role="presentation"] .datas > div span {
    font-size: 12px;
    color: #012146;
    text-transform: uppercase;
    font-weight: 700;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live > [role="presentation"] .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live .live-links {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 540px;
    background: #fff;
    height: auto;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live .live-links a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100px;
        -ms-flex: 1 0 100px;
            flex: 1 0 100px;
    height: 100px;
    padding: 20px 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    background: #bd1220;
    color: #fff;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live .live-links a + a {
    margin-left: 10px;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live .live-links a img {
    display: block;
    margin: 0 auto 10px auto;
  }
  .menu-tertiary > [role="presentation"]:first-child .menu-live .live-links a span {
    display: block;
  }
}
.menu-tertiary > [role="presentation"]:last-child > [role="menuitem"]:after {
  content: '>';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 0;
  font-family: 'Advent Pro', sans-serif;
  font-size: 20px;
}
/* Link meteo mobile
 * ========================================================================== */
.link-meteo-mobile {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* Burger menu button
 * ========================================================================== */
.page {
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
  position: relative;
  z-index: 2;
}
.toggle {
  height: 60px;
  width: 60px;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  /*&:hover,
  &:active,
  &:focus*/
}
.toggle:before,
.toggle:after {
  display: block;
  content: '.';
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.toggle:before,
.toggle:after,
.toggle .toggle-bar {
  width: 20px;
  height: 3px;
  margin-top: -1px;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #bd1220;
  border-radius: 2px;
  -webkit-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
          transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.toggle:before {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.toggle:after {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
.toggle.opened:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggle.opened:after,
.toggle.opened .toggle-bar {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle.opened .toggle-bar {
  opacity: 0;
}
@media screen and (min-width:1220px) {
  .menu-primary,
  .menu-secondary,
  .menu-tertiary {
    position: absolute;
    top: -87px;
  }
  .menu-primary {
    width: 567px;
    left: 0;
  }
  .menu-secondary {
    width: 567px;
    right: 112px;
  }
  .menu-tertiary {
    width: 112px;
    right: 0;
  }
  [role="menubar"] [role=menu] [role="presentation"] [role="menuitem"] {
    text-align: center;
  }
}
@media screen and (min-width:1220px) and (max-width:1359px) {
  .menu-primary,
  .menu-secondary,
  .menu-tertiary {
    top: -82px;
  }
  .menu-primary {
    width: 507px;
    left: 0;
  }
  .menu-secondary {
    width: 507px;
    right: 100px;
  }
  .menu-tertiary {
    width: 100px;
    right: 0;
  }
}
@media screen and (max-width:1219px) {
  a#menuitem-1.custom-nav-a {
        padding: 15px 20px;
  }
  .toggle {
    display: block;
    margin-top: 27px;
  }
  header [role="navigation"] {
    z-index: 5;
    position: fixed;
    top: 0;
    left: -40vw;
    width: 40vw;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
  }
  [role="menubar"] > [role="presentation"] {
    display: block;
  }
  [role="menubar"] > [role="presentation"] [role="menuitem"] {
    text-align: left;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1em;
    font-family: 'Exo 2', sans-serif;
  }
  [role="menubar"] > [role="presentation"] > [role="menuitem"] {
    border-bottom: 1px solid #d3d3d3;
    padding-right: 60px;
  }
  [role="menubar"] > [role="presentation"] > [role="menuitem"].expanded {
    box-shadow: none;
  }
  [role="menubar"] > [role="presentation"] > [role="menuitem"] .plus {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
  }
  [role="menubar"] [role="menu"] {
    position: relative;
    background-color: transparent;
    border: 0 none;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 20px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
  }
  [role="menubar"] [role="menu"] [role="presentation"] [role="menuitem"] {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4em;
    font-family: 'Exo 2', sans-serif;
    border-top: none;
    padding: 15px 0 0 15px;
  }
  [role="menubar"] [role="menu"] [role="presentation"]:last-child [role="menuitem"] {
    padding-bottom: 15px;
  }
  header[role="banner"] .header-bottom [role="navigation"] {
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
  }
  .menu-on {
    overflow: hidden;
  }
  .menu-on header[role="banner"] .header-bottom [role="navigation"] {
    -webkit-transform: translate(40vw, 0);
    -ms-transform: translate(40vw, 0);
    transform: translate(40vw, 0);
  }
  .menu-on .width-full.page {
    opacity: 0.1;
  }
  .menu-tertiary {
    background-color: #bd1220;
  }
  .menu-tertiary:after {
    content: "";
    display: table;
    clear: both;
  }
  .menu-tertiary [role="presentation"] {
    width: 50%;
    float: left;
  }
  .menu-tertiary > [role="presentation"]:first-child [role="menuitem"]:first-child {
    color: #fff;
  }
  .menu-tertiary > [role="presentation"]:first-child [role="menuitem"].expanded::after {
    left: 0;
  }
  .menu-tertiary > [role="presentation"]:last-child [role="menuitem"]:after {
    right: 30px;
  }
  .menu-tertiary > [role="presentation"]:last-child [role="menu"] {
    margin-left: -100%;
  }
  .menu-tertiary > [role="presentation"] [role="menuitem"] {
    color: #fff;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-tertiary > [role="presentation"] > [role="menuitem"].expanded {
    box-shadow: inset 0 -6px 0 0 #ffffff;
  }
  .menu-tertiary > [role="presentation"] > [role="menuitem"]::before {
    background-color: #fff;
  }
  .menu-tertiary [role="menu"] {
    width: 200%;
    padding-bottom: 20px;
  }
  .menu-tertiary [role="menu"]:after {
    content: "";
    display: table;
    clear: both;
  }
  .menu-tertiary [role="menu"] [role="presentation"] [role="menuitem"],
  .menu-tertiary [role="menu"] [role="presentation"] [role="menuitem"]:first-child {
    border: 1px solid #fff;
    border-top: 0 none;
    height: 70px;
    padding: 25px 0;
  }
  .menu-tertiary [role="menu"] [role="presentation"]:nth-child(even) [role="menuitem"] {
    border-left: 0 none;
  }
  .menu-tertiary [role="menu"] [role="presentation"]:nth-child(4n+2) [role="menuitem"],
  .menu-tertiary [role="menu"] [role="presentation"]:nth-child(4n+3) [role="menuitem"] {
    background-color: #c42a36;
  }
}
@media screen and (min-width:940px) {
  #toggleNav {
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
  }
  .menu-on #toggleNav {
    -webkit-transform: translate(40vw, 0);
    -ms-transform: translate(40vw, 0);
    transform: translate(40vw, 0);
  }

}
@media screen and (max-width:939px) {
  .toggle {
    margin-top: 0;
  }
  header[role="banner"] .header-top {
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
  }
  .menu-on header[role="banner"] .header-top {
    -webkit-transform: translate(40vw, 0);
        -ms-transform: translate(40vw, 0);
            transform: translate(40vw, 0);
  }
}
/* Atoms
 * ========================================================================== */
/* ==========================================================================
 * RICH TEXT
 * ========================================================================== */
.rich-text {
  padding: 0 32px 10px;
  margin: 20px 0;
  /* Headings
   * ========================================================================== */
  /* Intro
   * ========================================================================== */
  /* List
   * ========================================================================== */
  /* Table
   * ========================================================================== */
  /* Images
   * ========================================================================== */
  /* Links
   * ========================================================================== */
}
body.detail .rich-text {
  padding-bottom: 0;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin: 30px 0 10px 0;
  font-weight: 600;
}
.rich-text h1 strong,
.rich-text h2 strong,
.rich-text h3 strong,
.rich-text h4 strong,
.rich-text h5 strong,
.rich-text h6 strong {
  font-weight: 600;
}
.rich-text > em,
.rich-text > p > em {
  color: #808080;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: normal;
}
.rich-text > ul {
  list-style: none;
  padding: 0 0 0 20px;
}
.rich-text > ul li {
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
  position: relative;
}
.rich-text > ul li:before {
  content: "\2022";
  color: #bd1220;
  font-size: 28px;
  line-height: 0;
  position: absolute;
  top: 8px;
  left: 0;
}
.rich-text > table {
  width: 100%;
  margin: 0 0 20px 0;
}
.rich-text > table tr:nth-child(odd) {
  background: #ebebeb;
}
.rich-text > table td,
.rich-text > table th {
  padding: 10px 20px;
  border-right: 1px solid #fff;
  text-align: left;
}
.rich-text img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.rich-text img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.rich-text a {
  color: #bd1220;
}
/* ==========================================================================
 * BUTTONS
 * ========================================================================== */
/* common
 * ========================================================================== */
[class*="button-"] {
  background-color: transparent;
  border: 0 none;
  width: 100%;
  cursor: pointer;
}
.button {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1em;
  border: 2px solid transparent;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: 'Exo 2', sans-serif;
  cursor: pointer;
  font-weight: 500;
  /*overflow: hidden;*/
  /* Webkit / Chrome Specific CSS to remove tap highlight color */
  -webkit-tap-highlight-color: transparent;
  /* Firefox Specific CSS to remove button differences and focus ring */
  background-image: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 17px;
  padding-bottom: 17px;
  /* with icon
   * ========================================================================== */
  /* size
   * ========================================================================== */
  /* position
   * ========================================================================== */
  /* state
   * ========================================================================== */
  /* shape
   * ========================================================================== */
  /* text
   * ========================================================================== */
  /* color
   * ========================================================================== */
  background-color: #c6c6c6;
  border-color: #c6c6c6;
  color: #373737;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
          transition: background-color 0.3s ease, color 0.3s ease;
}
.button::-moz-focus-inner {
  border: 0;
}
.button:focus {
  outline: 0;
}
.button:first-child {
  margin-left: 0;
}
.button:last-child {
  margin-right: 0;
}
.button > * {
  display: inline-block;
  line-height: 1em;
}
.button:focus {
  outline: none;
}
.button.square {
  width: 52px;
  height: 52px;
  line-height: 48px;
  padding: 0;
}
.button.plus,
.button.circle {
  width: 52px;
  height: 52px;
  padding-left: 0;
  padding-right: 0;
}
.button.full {
  padding-left: 17px;
  padding-right: 17px;
}
.button:not(.circle) > [class*="icon-"] {
  width: 50px;
  height: 50px;
}
.button [class*="icon-arrow-"]::before {
  line-height: 52px;
}
a.button {
  color: #373737;
  text-decoration: none;
}
.button > [class*="icon-"] {
  vertical-align: middle;
}
.button.x-small {
  font-size: 11px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.button.x-small.square {
  width: 20px;
  height: 20px;
  line-height: 16px;
  padding: 0;
}
.button.x-small.plus,
.button.x-small.circle {
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-right: 0;
}
.button.x-small.full {
  padding-left: 1px;
  padding-right: 1px;
}
.button.x-small:not(.circle) > [class*="icon-"] {
  width: 18px;
  height: 18px;
}
.button.x-small [class*="icon-arrow-"]::before {
  line-height: 20px;
}
.button.small {
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.button.small.square {
  width: 30px;
  height: 30px;
  line-height: 26px;
  padding: 0;
}
.button.small.plus,
.button.small.circle {
  width: 30px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
}
.button.small.full {
  padding-left: 6px;
  padding-right: 6px;
}
.button.small:not(.circle) > [class*="icon-"] {
  width: 28px;
  height: 28px;
}
.button.small [class*="icon-arrow-"]::before {
  line-height: 30px;
}
.button.medium {
  font-size: 14px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.button.medium.square {
  width: 52px;
  height: 52px;
  line-height: 48px;
  padding: 0;
}
.button.medium.plus,
.button.medium.circle {
  width: 52px;
  height: 52px;
  padding-left: 0;
  padding-right: 0;
}
.button.medium.full {
  padding-left: 17px;
  padding-right: 17px;
}
.button.medium:not(.circle) > [class*="icon-"] {
  width: 50px;
  height: 50px;
}
.button.medium [class*="icon-arrow-"]::before {
  line-height: 52px;
}
.button.large {
  font-size: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.button.large.square {
  width: 50px;
  height: 50px;
  line-height: 46px;
  padding: 0;
}
.button.large.plus,
.button.large.circle {
  width: 50px;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
}
.button.large.full {
  padding-left: 16px;
  padding-right: 16px;
}
.button.large:not(.circle) > [class*="icon-"] {
  width: 48px;
  height: 48px;
}
.button.large [class*="icon-arrow-"]::before {
  line-height: 50px;
}
.button.x-large {
  font-size: 25px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.button.x-large.square {
  width: 60px;
  height: 60px;
  line-height: 56px;
  padding: 0;
}
.button.x-large.plus,
.button.x-large.circle {
  width: 60px;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
}
.button.x-large.full {
  padding-left: 21px;
  padding-right: 21px;
}
.button.x-large:not(.circle) > [class*="icon-"] {
  width: 58px;
  height: 58px;
}
.button.x-large [class*="icon-arrow-"]::before {
  line-height: 60px;
}
.button.xx-large {
  font-size: 30px;
  padding-top: 26px;
  padding-bottom: 26px;
}
.button.xx-large.square {
  width: 70px;
  height: 70px;
  line-height: 66px;
  padding: 0;
}
.button.xx-large.plus,
.button.xx-large.circle {
  width: 70px;
  height: 70px;
  padding-left: 0;
  padding-right: 0;
}
.button.xx-large.full {
  padding-left: 26px;
  padding-right: 26px;
}
.button.xx-large:not(.circle) > [class*="icon-"] {
  width: 68px;
  height: 68px;
}
.button.xx-large [class*="icon-arrow-"]::before {
  line-height: 70px;
}
.button.full {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}
.button.center {
  display: block;
  margin: 0 auto;
}
.button.right {
  float: right;
  margin-right: 0;
}
.button[disabled] {
  opacity: 0.5;
  cursor: default;
}
.button.rounded {
  border-radius: 3px;
}
.button.circle {
  border-radius: 50%;
}
.button.square {
  text-align: center;
}
.button.lowercase {
  text-transform: none;
}
.button.bold {
  font-weight: 600;
}
.button.plus {
  font-size: 31px;
  padding-top: 8px;
  padding-bottom: 9px;
  font-weight: normal;
  text-align: center;
}
.button.plus.square {
  width: 52px;
  height: 52px;
  line-height: 48px;
  padding: 0;
}
.button.plus.plus,
.button.plus.circle {
  width: 52px;
  height: 52px;
  padding-left: 0;
  padding-right: 0;
}
.button.plus.full {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.button.plus:not(.circle) > [class*="icon-"] {
  width: 50px;
  height: 50px;
}
.button.plus [class*="icon-arrow-"]::before {
  line-height: 52px;
}
.button.plus.circle.x-small {
  font-size: 13px;
  padding-top: 1px;
  padding-bottom: 2px;
}
.button.plus.circle.x-small.square {
  width: 20px;
  height: 20px;
  line-height: 16px;
  padding: 0;
}
.button.plus.circle.x-small.plus,
.button.plus.circle.x-small.circle {
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-right: 0;
}
.button.plus.circle.x-small.full {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.button.plus.circle.x-small:not(.circle) > [class*="icon-"] {
  width: 18px;
  height: 18px;
}
.button.plus.circle.x-small [class*="icon-arrow-"]::before {
  line-height: 20px;
}
.button.plus.circle.x-large {
  font-size: 31px;
  padding-top: 12px;
  padding-bottom: 13px;
}
.button.plus.circle.x-large.square {
  width: 60px;
  height: 60px;
  line-height: 56px;
  padding: 0;
}
.button.plus.circle.x-large.plus,
.button.plus.circle.x-large.circle {
  width: 60px;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
}
.button.plus.circle.x-large.full {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.button.plus.circle.x-large:not(.circle) > [class*="icon-"] {
  width: 58px;
  height: 58px;
}
.button.plus.circle.x-large [class*="icon-arrow-"]::before {
  line-height: 60px;
}
.button:hover {
  background-color: #fff;
  color: #373737;
  border-color: #373737;
}
.button.redFireEngine {
  background-color: #bd1220;
  border-color: #bd1220;
  color: #fff;
}
.button.redFireEngine:hover {
  background-color: #fff;
  color: #bd1220;
}
.button.redFireEngine:hover svg {
  -webkit-transition: .3s;
          transition: .3s;
  fill: #bd1220;
}
.button.redFireEngine:hover svg path {
  fill: #bd1220;
}
.button.bluePrussian {
  background-color: #012146;
  border-color: #012146;
  color: #fff;
}
.button.bluePrussian:hover {
  background-color: #fff;
  color: #012146;
}
.button.white {
  background-color: #fff;
  border-color: #fff;
  color: #ebebeb;
}
.button.white:hover {
  background-color: #ebebeb;
  color: #ebebeb;
}
.button.white.plus {
  color: #bd1220;
}
.button.white.plus:hover {
  background: #bd1220;
  color: #fff;
}
.button.greySmoke {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #373737;
}
.button.greySmoke:hover {
  background-color: #fff;
  color: #ebebeb;
}
.button.greySmoke.plus {
  color: #fff;
}
.button.greySmoke.plus:hover {
  background: #fff;
  color: #bd1220;
}
.button.transparent {
  background-color: transparent;
  color: #fff;
}
.button.transparent.redFireEngine {
  border-color: #bd1220;
  color: #bd1220;
}
.button.transparent.redFireEngine:hover {
  background-color: #bd1220;
  color: #fff;
}
/* ==========================================================================
 * PRICE
 * ========================================================================== */
.price {
  background: #bd1220;
  color: #fff;
  padding: 35px 0;
  text-align: center;
}
.price p {
  margin: 0;
}
.price .prefix {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.price .prefix del {
  text-decoration: line-through;
}
.price .prefix del sup {
  vertical-align: super;
  font-size: 10px;
}
.price .prefix del sup::before {
  content: "\0000a0";
  font-size: 0.67em;
}
.price .figure {
  display: block;
  font-size: 44px;
  line-height: 44px;
  font-weight: 600;
}
.price .figure sup {
  font-size: 16px;
  vertical-align: super;
}
.price .figure sup::before {
  content: "\0000a0";
  font-size: 0.67em;
}
.price .suffix {
  display: block;
  font-weight: 200;
  font-size: 16px;
}
/* ==========================================================================
 * ICONS
 * ========================================================================== */
[class*="icon-"] {
  display: inline-block;
  background-repeat: repeat;
  background-position: 0 0;
  background-color: transparent;
  background-size: contain;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
  font-style: normal;
}
[class*="icon-"].full-size {
  width: 100%;
  height: 100%;
}
[class*="icon-"].bgc-white {
  background-color: #fff;
}
[class*="icon-"].bgc-redFireEngine {
  background-color: #bd1220;
}
[class*="icon-"].bgc-facebook {
  background-color: #3b5999;
}
[class*="icon-"].bgc-pinterest {
  background-color: #ce3533;
}
.button > [class*="icon-"].bgc-white {
  background-color: #fff;
}
.button > [class*="icon-"].bgc-redFireEngine {
  background-color: #bd1220;
}
.button > [class*="icon-"].bgc-facebook {
  background-color: #3b5999;
}
.button > [class*="icon-"].bgc-pinterest {
  background-color: #ce3533;
}
.button > [class*="icon-"].circle,
[class*="icon-"].circle {
  border-radius: 50%;
  background-position: center;
  background-size: 80%;
}
[class*="icon-"].circle-full {
  border-radius: 50%;
  background-position: center;
  background-size: 100%;
}
[class*="icon-"][class*="icon-play"] {
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}
[class*="icon-"][class*="icon-play"].circle {
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 10px;
}
[class*="icon-"][class*="icon-play"].x-large {
  text-indent: 3px;
}
[class*="icon-"][class*="icon-play"].xxx-large {
  text-indent: 4px;
}
[class*="icon-"][class*="icon-play"].huge {
  text-indent: 7px;
}
[class*="icon-"][class*="icon-play"] path {
  fill: #fff;
}
[class*="icon-"].x-small {
  width: 20px;
  height: 20px;
}
[class*="icon-"].small {
  width: 30px;
  height: 30px;
}
[class*="icon-"].medium {
  width: 40px;
  height: 40px;
}
[class*="icon-"].large {
  width: 50px;
  height: 50px;
}
[class*="icon-"].x-large {
  width: 60px;
  height: 60px;
}
[class*="icon-"].xx-large {
  width: 70px;
  height: 70px;
}
[class*="icon-"].xxx-large {
  width: 80px;
  height: 80px;
}
[class*="icon-"].huge {
  width: 120px;
  height: 120px;
}
[class*="icon-"].top {
  display: block;
  margin: 0 auto 0.5em;
}
[class*="icon-"].top.small {
  margin-top: -20px;
}
[class*="icon-"].top.medium {
  margin-top: -30px;
}
[class*="icon-"].top.large {
  margin-top: -40px;
}
[class*="icon-"].left {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
}
[class*="icon-"].left.small {
  margin-top: -15px;
}
[class*="icon-"].left.medium {
  margin-top: -20px;
}
[class*="icon-"].left.large {
  margin-top: -25px;
}
[class*="arrow-"] {
  position: relative;
}
[class*="arrow-"]::after {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 12px;
  color: #bd1220;
}
[class*="arrow-"].arrow-up::after {
  content: "\25B2";
  -webkit-transform: scale(2, 1);
      -ms-transform: scale(2, 1);
          transform: scale(2, 1);
  /* W3C */
  top: 5px;
  left: 50%;
  margin-left: -6px;
}
[class*="arrow-"].arrow-right::after {
  content: "\25BA";
  -webkit-transform: scale(1, 2);
      -ms-transform: scale(1, 2);
          transform: scale(1, 2);
  /* W3C */
  right: 5px;
  top: 50%;
  margin-top: -6px;
}
[class*="arrow-"].arrow-down::after {
  content: "\25BC";
  -webkit-transform: scale(2, 1);
      -ms-transform: scale(2, 1);
          transform: scale(2, 1);
  /* W3C */
  bottom: 5px;
  left: 50%;
  margin-left: -6px;
}
[class*="arrow-"].arrow-left::after {
  content: "\25C4";
  -webkit-transform: scale(1, 2);
      -ms-transform: scale(1, 2);
          transform: scale(1, 2);
  /* W3C */
  left: 5px;
  top: 50%;
  margin-top: -6px;
}
[class*="icon-arrow-"]::before {
  display: inline-block;
}
[class*="icon-arrow-"].icon-arrow-up::before {
  content: "\25B2";
  -webkit-transform: scale(2, 1);
      -ms-transform: scale(2, 1);
          transform: scale(2, 1);
  /* W3C */
}
[class*="icon-arrow-"].icon-arrow-right::before {
  content: "\25BA";
  -webkit-transform: scale(1, 2);
      -ms-transform: scale(1, 2);
          transform: scale(1, 2);
  /* W3C */
}
[class*="icon-arrow-"].icon-arrow-down::before {
  content: "\25BC";
  -webkit-transform: scale(2, 1);
      -ms-transform: scale(2, 1);
          transform: scale(2, 1);
  /* W3C */
}
[class*="icon-arrow-"].icon-arrow-left::before {
  content: "\25C4";
  -webkit-transform: scale(1, 2);
      -ms-transform: scale(1, 2);
          transform: scale(1, 2);
  /* W3C */
}
/* ==========================================================================
 * FORMS
 * ========================================================================== */
/* placeholder
 * ========================================================================== */
*::-webkit-input-placeholder {
  color: #c6c6c6;
  -webkit-font-smoothing: antialiased;
}
*::-moz-placeholder {
  color: #c6c6c6;
}
*:-moz-placeholder {
  color: #c6c6c6;
}
*:-ms-placeholder {
  color: #c6c6c6;
}
*.placeholder {
  color: #c6c6c6;
}
/* :focus - lighten() for dark bg & light text || darken() for light bg & dark text */
*:focus::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: all .5s ease;
}
*:focus::-moz-placeholder {
  color: #ffffff;
  transition: all .5s ease;
}
*:focus:-moz-placeholder {
  color: #ffffff;
  transition: all .5s ease;
}
*:focus:-ms-placeholder {
  color: #ffffff;
  transition: all .5s ease;
}
/* form
 * ========================================================================== */
form fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
/* table
 * ========================================================================== */
.table-wrap table {
  width: 100%;
}
.table-wrap table th,
.table-wrap table td {
  padding: 8px;
  border-bottom: 1px solid #c6c6c6;
}
.table-wrap table.bgc-dark th,
.table-wrap table.bgc-dark td {
  border-bottom-color: #fff;
}
/* tabs
 * ========================================================================== */
.tab-target-wrap {
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
}
.tab-target-wrap.active {
  background-color: #c6c6c6;
  margin-bottom: 0;
  border: 0 none;
}
[data-tab-id] {
  position: relative;
  z-index: 0;
  display: none;
}
[data-tab-id].tab-active {
  display: block;
  z-index: auto;
}
/* label, input, textarea, select
 * ========================================================================== */
.field {
  position: relative;
  margin: 0 0 15px 0;
  font-size: 14px;
}
.field.center {
  text-align: center;
}
.field.center label {
  text-align: center;
}
.field.center > * {
  text-align: left;
}
.field label {
  display: block;
  margin: 0 0 2.5px 0;
  font-weight: 600;
}
[class*="grid-col-"] > .field label {
  line-height: 1.2em;
  padding: 5px 0;
}
.field select:not(.no-select) {
  opacity: 0;
}
.field select + button,
.field .selectboxit-container + button,
.field input + button {
  margin: 0 0 0 10px;
}
input[type="date"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="file"],
input[type="text"],
input[type="tel"],
input[type="search"],
textarea {
  width: 100%;
  height: 52px;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 52px;
  font-family: 'Libre Baskerville', serif;
  color: #373737;
  padding: 0 15px;
  border: 0 none;
  border-radius: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #ebebeb;
}
textarea {
  height: auto;
}
/* checkBox / radio
 * ========================================================================== */
.radio-wrap,
.checkbox-wrap {
  display: inline-block;
  height: 52px;
  line-height: 52px;
}
input[type="checkbox"] + label:not(.menu-open-button),
input[type="radio"] + label:not(.menu-open-button) {
  margin-right: 20px;
  line-height: 1.2em;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  position: relative;
  margin-left: 20px;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
input[type="checkbox"] + label:not(.menu-open-button)::before,
input[type="radio"] + label:not(.menu-open-button)::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
  height: 15px;
  width: 15px;
  border: 1px solid #bd1220;
  background: #bd1220;
  box-shadow: inset 0 0 0 7.6px #ffffff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  position: absolute;
  top: 4px;
  left: -20px;
}
input[type="checkbox"] + label:not(.menu-open-button)::before {
  border-radius: 2px;
}
input[type="radio"] + label:not(.menu-open-button)::before {
  border-radius: 50%;
}
input[type="checkbox"]:checked + label:not(.menu-open-button)::before,
input[type="radio"]:checked + label:not(.menu-open-button)::before {
  box-shadow: inset 0 0 0 2px #fff;
}
/* file
 * ========================================================================== */
input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type="file"]::before {
  content: 'Parcourir';
  display: inline-block;
  background: #fff;
  border: 0 none;
  border-radius: 0;
  padding: 0 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  color: #373737;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 52px;
  font-family: Arial, sans-serif;
  position: absolute;
  top: -1px;
  left: 0;
}
input[type="file"]:hover::before {
  border-color: black;
}
input[type="file"]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/* focus
 * ========================================================================== */
/*input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea,
.selectboxit {
  transition: all 0.30s ease-in-out;
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus,
.selectboxit:focus {
  box-shadow: 0 0 5px @color-red-fireEngine;
}*/
/* errors
 * ========================================================================== */
.field.has-error label {
  color: #bd1220;
}
.field.has-error input[type=text],
.field.has-error input[type=email],
.field.has-error input[type=password],
.field.has-error input[type=file],
.field.has-error textarea {
  border-color: #e2a0a7;
  color: #bd1220;
}
.field .error {
  border: 1px solid #bd1220;
  padding: 5px 15px;
  position: relative;
  display: table-cell;
}
.field .error::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 12px;
  border: transparent solid;
  border-width: 0 9px 9px;
  border-bottom-color: #bd1220;
}
.field label.error {
  font-size: 12px;
  background: #bd1220;
  top: 7px;
  color: #fff;
}
/* submit
 * ========================================================================== */
.field.submit {
  text-align: center;
}
/* alerts
 * ========================================================================== */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert.alert-error {
  background-color: #f1d0d3;
  border-color: #e2a0a7;
  color: #bd1220;
  clear: both;
}
.alert.alert-error a {
  color: #a5101f;
}
.alert.alert-success {
  clear: both;
  background-color: #d9e8c9;
  border-color: #b2d192;
  color: #8fbd13;
}
.alert.alert-success a {
  color: #597d34;
}
/* message success contact
 * ========================================================================== */
.msg-success {
  margin-left: 32px;
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d0e9c6;
  border-radius: 4px;
  text-align: center;
}
/* ==========================================================================
 * PAGINATION
 * ========================================================================== */
ul.pagination li {
  display: inline-block;
  width: auto;
  height: 52px;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 52px;
  font-family: Arial, sans-serif;
  color: #bd1220;
  text-align: center;
  padding: 0 5px;
  border: 0 none;
  border-radius: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-width: 52px;
  background-color: #fff;
  border: 1px solid #bd1220;
}
ul.pagination li a {
  color: #bd1220;
  text-decoration: none;
}
ul.pagination li.first,
ul.pagination li.prev,
ul.pagination li.next,
ul.pagination li.last {
  background-color: transparent;
  border-color: transparent;
}
ul.pagination li.current {
  background-color: #bd1220;
  color: #fff;
}
/* ==========================================================================
 * HEADINGS
 * ========================================================================== */
[class*="heading-"] {
  margin: 25px 0 15px;
  padding: 0;
}
/* level 1
 * ========================================================================== **/
.heading-1 {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1em;
  font-family: 'Libre Baskerville', serif;
  color: #bd1220;
}
/* level 2
 * ========================================================================== **/
.heading-2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #373737;
}
/* level 3
 * ========================================================================== **/
.heading-3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #bd1220;
}
/* level 4
 * ========================================================================== **/
.heading-4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
}
/* level 5
 * ========================================================================== **/
.heading-5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #bd1220;
}
/* level 6
 * ========================================================================== **/
.heading-6 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
}
/* Title with red dash
 * ========================================================================== **/
.title1 strong {
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.title1 em {
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
  color: #808080;
  font-style: italic;
  display: block;
}
/* dash
 * ========================================================================== **/
[class*="dash"] {
  position: relative;
  padding-bottom: 60px;
}
[class*="dash"]::after {
  content: '';
  height: 2px;
  width: 26px;
  background: #bd1220;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -13px;
}
[class*="dash"].dash-blue::after {
  background: #012146;
}
[class*="dash"].white::after {
  background: #fff;
}
/* ==========================================================================
 * BREADCRUMB
 * ========================================================================== */
[aria-label="breadcrumb"] {
  margin: 20px 0 20px 32px;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
[aria-label="breadcrumb"] [itemprop="itemListElement"] {
  display: inline-block;
}
[aria-label="breadcrumb"] [itemprop="itemListElement"] a {
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #808080;
}
[aria-label="breadcrumb"] [itemprop="itemListElement"] a:hover {
  text-decoration: none;
}
[aria-label="breadcrumb"] [itemprop="itemListElement"]:not(:first-child) a::before {
  content: "\203A";
  display: inline-block;
  color: #bd1220;
  padding: 0 5px 0 10px;
  font-size: 1.6rem;
}
[aria-label="breadcrumb"] [itemprop="itemListElement"]:last-child a {
  color: #bd1220;
  text-decoration: none;
}
[aria-label="breadcrumb"] [itemprop="itemListElement"]:last-child a::before {
  color: #bd1220;
}
/* ==========================================================================
 * PICTURES
 * ========================================================================== */
[data-hint]:after {
  background-color: #fff;
  color: #bd1220;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  text-shadow: none;
}
[data-hint].hint--top:before {
  border-top-color: #fff;
}
[data-hint].hint--bottom:before {
  border-bottom-color: #fff;
}
[data-hint].hint--left:before {
  border-left-color: #fff;
}
[data-hint].hint--right:before {
  border-right-color: #fff;
}
[data-hint][aria-expanded="true"].hint--bottom::before,
[data-hint][aria-expanded="true"].hint--bottom::after {
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/* ==========================================================================
 * LISTS
 * ========================================================================== */
/* common
 * ========================================================================== */
[class*="list"] .activity-title {
  font-weight: 500;
  color: #012146;
  border-bottom: 1px solid #c6c6c6;
  padding: 5px 30px;
  margin-bottom: 0;
}
[class*="list"].list-booklets {
  border-top: 1px solid #c6c6c6;
}
[class*="list"].list-posts {
  font-size: 0;
}
[class*="list"].list-posts .block {
  display: inline-block;
  vertical-align: top;
}
/* medias
 * ========================================================================== */
.list-medias[class*="gutter-"] {
  margin-top: 20px;
}
@media screen and (max-width:739px) {
  .list-medias > .button {
    margin: 20px 0;
    left: 50%;
    margin-left: -26px;
  }
}
/* Masonry (ex:sitemap/404)
 * ========================================================================== */
.list-masonry {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  border-left: 1px solid #c6c6c6;
}
@media screen and (max-width:1219px) {
  .list-masonry {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width:939px) {
  .list-masonry {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.list-masonry .item {
  display: inline-block;
  width: 100%;
  padding: 35px 20px;
  border: 1px solid #c6c6c6;
  border-bottom: 0;
  border-left: 0;
  text-transform: uppercase;
  color: #808080;
  font-size: 15px;
  font-weight: 600;
}
.list-masonry .item a {
  text-decoration: none;
  color: #808080;
}
.list-masonry .item a:hover {
  color: #012146;
}
.list-masonry .item ul {
  margin-top: 0;
  padding: 0 0 0 18px;
}
.list-masonry .item ul li {
  margin-bottom: 10px;
}
.list-masonry .item .title {
  color: #bd1220;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
/* ==========================================================================
   LOADING LAYER (add loadingLayer class to any block to display layer)
   ========================================================================== */
.loadingLayer {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.loadingLayer.button {
  border: none;
}
.loadingLayer:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: -1px;
  left: -1px;
  bottom: -1px;
  top: -1px;
  background: #ffffff url(../images/loading.html) no-repeat center;
}
.loadingLayer.loader {
  height: 50px;
  width: 50px;
  margin: 50px auto;
}
.infiniloader-base {
  display: none;
}
.infiniloader-base.infiniteLoader {
  display: block;
}
/* ==========================================================================
 * FILTERS
 * ========================================================================== */
article nav[role="navigation"] {
  background-color: #ebebeb;
  padding: 10px;
}
article nav[role="navigation"]:after {
  content: "";
  display: table;
  clear: both;
}
article nav[role="navigation"] .field {
  float: left;
  margin-bottom: 0;
}
article nav[role="navigation"] .buttons {
  float: right;
}
article nav[role="navigation"] .buttons:after {
  content: "";
  display: table;
  clear: both;
}
article nav[role="navigation"] .buttons .button {
  float: left;
}
article nav[role="navigation"] .buttons .active::after {
  content: '';
  height: 5px;
  width: 50px;
  background: #bd1220;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -25px;
}
.no-item {
  display: none;
  text-align: center;
  padding: 60px 0;
  font-size: 16px;
}
/* ==========================================================================
 * BLOCKS
 * ========================================================================== */
/* common
 * ========================================================================== */
.block {
  position: relative;
  /* default
   * ========================================================================== */
  /* activity list
   * ========================================================================== */
  /* accommodation list
   * ========================================================================== */
  /* booklet list
   * ========================================================================== */
  /* offer list
   * ========================================================================== */
  /* entertainment list
   * ========================================================================== */
  /* post list
   * ========================================================================== */
  /* media list
   * ========================================================================== **/
}
.block.landscape {
  font-size: 0;
  border-bottom: 1px solid #c6c6c6;
}
.block.landscape > [class*="block-"] {
  display: inline-block;
  vertical-align: top;
}
.block.landscape:not(.default) > .block-view {
  margin: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.block.landscape:not(.default) > .block-view img {
  -webkit-transition: width .3s ease;
          transition: width .3s ease;
}
.block.landscape:not(.default) > .block-view img.object-fit {
  width: 190px;
  height: 190px;
}
@media screen and (max-width:739px) {
  .block.landscape:not(.default) > .block-view img.object-fit {
    width: 95px;
    height: 95px;
  }
}
.block.landscape:not(.default) > .block-view + .block-content {
  -webkit-transition: padding .3s ease;
          transition: padding .3s ease;
  padding-left: 220px;
}
@media screen and (max-width:739px) {
  .block.landscape:not(.default) > .block-view + .block-content {
    padding-left: 125px;
  }
}
.block.landscape:not(.default) > .block-content {
  padding: 10px 20px;
  min-height: 210px;
}
@media screen and (max-width:739px) {
  .block.landscape:not(.default) > .block-content {
    min-height: 105px;
  }
}
.block.portrait {
  border-right: 1px solid #c6c6c6;
}
.block .block-content {
  padding: 0 20px;
}
.block .block-content .post-date {
  font-weight: 300;
  font-size: 14px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #012146;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-top: 20px;
  position: relative;
}
.block .block-content .post-date::after {
  content: '';
  height: 2px;
  width: 26px;
  background: #012146;
  position: absolute;
  bottom: 15px;
  left: 0;
  margin-left: 0;
}
.block .block-content .prehead {
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #373737;
  text-transform: uppercase;
  margin: 5px 0;
}
.block .block-content .tag {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  background: #ebebeb;
  color: #808080;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 4px;
}
.block .block-content .headline {
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #bd1220;
  text-transform: uppercase;
  margin: 5px 0 0;
}
.block .block-content .subhead {
  font-weight: 300;
  font-size: 14px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #373737;
}
.block .block-content .content {
  font-weight: 300;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #373737;
  margin: 10px 0;
}
.block .block-content .stronger {
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #373737;
  margin: 15px 0;
}
.block .block-bottom {
  width: 100%;
  min-height: 52px;
}
.block .block-bottom .buttons {
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.block .block-bottom .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.block .block-bottom .buttons .button {
  float: left;
}
.block.default {
  border: 0 none;
}
.block.default > .block-view,
.block.default > .block-content {
  width: 50%;
}
.block.default > .block-view {
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
}
.block.default > .block-view img.object-fit {
  width: 100%;
  height: 100%;
}
.block.default > .block-content {
  padding: 20px;
}
@media screen and (max-width:739px) {
  .block.default > .block-view,
  .block.default > .block-content {
    width: 100%;
  }
  .block.default > .block-view + .block-content {
    padding: 20px;
  }
}
.block.default.rtl > .block-content {
  direction: ltr;
}
.block.activity {
  position: relative;
}
.block.activity.landscape .block-content {
  padding-bottom: 50px;
}
@media screen and (max-width:739px) {
  .block.activity.landscape .block-content {
    padding-bottom: 0;
  }
}
.block.activity .block-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width:739px) {
  .block.activity .block-bottom {
    position: static;
  }
  .block.activity .block-bottom .buttons {
    position: relative;
    display: inline-block;
    padding: 20px 0;
  }
}
.block.accommodation.landscape > .block-content {
  padding-bottom: 62px;
}
.block.accommodation.landscape > .block-content .stronger {
  margin-bottom: 0;
}
.block.accommodation.landscape > .block-content .prehead {
  padding-right: 100px;
}
.block.accommodation .block-bottom {
  text-align: center;
  margin-top: -52px;
}
@media screen and (max-width:739px) {
  .block.accommodation .block-bottom {
    text-align: right;
    margin-top: -60px;
    padding-right: 10px;
  }
  .block.accommodation .block-bottom .buttons {
    position: relative;
    display: inline-block;
    padding: 20px 0;
  }
}
.block.booklet.landscape > .block-content {
  padding-bottom: 62px;
}
.block.booklet.landscape > .block-content .content {
  margin-bottom: 0;
}
.block.booklet .block-bottom {
  text-align: center;
  margin-top: -52px;
}
@media screen and (max-width:739px) {
  .block.booklet .block-bottom .buttons {
    position: relative;
    display: inline-block;
    padding: 20px 0;
  }
}
.block.offer.landscape .block-content {
  min-height: 200px;
}
.block.offer .block-bottom {
  text-align: center;
}
.block.offer .block-bottom .price {
  width: 190px;
  margin-left: 200px;
  padding: 10px 0;
}
@media screen and (max-width:739px) {
  .block.offer .block-bottom .price {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .block.offer .block-bottom .buttons {
    position: relative;
    display: inline-block;
    padding: 20px 0;
  }
}
.block.offer.landscape > .block-view {
  margin-bottom: 0;
}
.block.offer .headline {
  font-size: 24px;
}
.block.entertainment {
  cursor: pointer;
  padding-bottom: 0;
  width: 50%;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width:1219px) {
  .block.entertainment {
    width: 100%;
  }
}
.block.entertainment.expanded {
  z-index: 0;
}
.block.entertainment.landscape > .block-view {
  margin: 0;
}
.block.entertainment.landscape > .block-view img.object-fit {
  width: 220px;
  height: 190px;
}
@media screen and (max-width:739px) {
  .block.entertainment.landscape > .block-view img.object-fit {
    width: 110px;
    height: 95px;
  }
}
.block.entertainment.landscape > .block-view + .block-content {
  min-height: 190px;
  -webkit-transition: padding .3s ease;
          transition: padding .3s ease;
  padding-left: 250px;
}
@media screen and (max-width:739px) {
  .block.entertainment.landscape > .block-view + .block-content {
    min-height: 95px;
    padding-left: 140px;
  }
}
.block.entertainment.landscape > .block-content .headline {
  font-size: 18px;
  color: #373737;
  margin-top: 10px;
}
:hover.block.entertainment.landscape > .block-content .headline,
.expanded.block.entertainment.landscape > .block-content .headline {
  color: #bd1220;
}
.block.entertainment.landscape > .block-content .content {
  display: none;
}
.block.entertainment .event-date {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 30px;
  padding-bottom: 15px;
}
.block.entertainment .event-date span {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  font-family: 'Exo 2', sans-serif;
  display: block;
  margin-bottom: 10px;
}
.block.entertainment .event-date::after {
  content: '';
  height: 2px;
  width: 26px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block.entertainment .subhead {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
  margin: 5px 0;
}
.block.entertainment.expanded {
  cursor: inherit;
}
.block.entertainment.expanded.landscape > .block-view img {
  width: 0;
}
.block.entertainment.expanded.landscape > .block-view + .block-content {
  padding-left: 20px;
}
.block.entertainment.expanded .event-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #373737;
  position: relative;
  top: auto;
  left: auto;
  padding: 20px 0 0;
}
.block.entertainment.expanded .event-date span {
  font-size: 14px;
  display: inline;
}
.block.entertainment.expanded .event-date span::after {
  content: ' ';
}
.block.entertainment.expanded .event-date::after {
  content: none;
}
.block.post-news .block-content {
  height: 171px;
}
.block.post-news .block-content .content {
  font-size: 14px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.post-news .block-bottom {
  text-align: center;
}
@media screen and (max-width:739px) {
  .block.post-news .block-bottom .buttons {
    position: relative;
    display: inline-block;
    padding: 20px 0;
  }
}
.block.media {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  border-bottom: 1px solid #fff;
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
  /* The element to be centered, can also be of any width and height */
}
.block.media.embed {
  margin-top: 60px;
  width: 100%;
}
.block.media::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.block.media .block-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 30px 15px;
  white-space: normal;
}
.block.media img {
  width: 100%;
  z-index: 0;
}
@media screen and (max-width:739px) {
  .block.media {
    width: 100%;
  }
}
.block.media.video::after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.block.media.video [class*="icon-play"] {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.block.media.video:hover [class*="icon-play"] {
  background-color: #fff;
}
.block.media.video:hover [class*="icon-play"] path {
  fill: #d3d3d3;
}
/* activity list
 * ========================================================================== */
.item-activity {
  position: relative;
  display: block;
  border: 1px solid #fff;
  border-bottom: none;
  border-right: none;
}
.item-activity img {
  max-width: 100%;
}
@media screen and (max-width:739px) {
  .item-activity img {
    width: 100%;
  }
}
.item-activity .title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: #fff;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
}
/* event list
 * ========================================================================== */
.item-event {
  position: relative;
  display: block;
  border: 1px solid #fff;
  border-bottom: none;
  border-right: none;
}
.item-event:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(1, 33, 70, 0.5);
}
.item-event img {
  max-width: 100%;
}
@media screen and (max-width:739px) {
  .item-event img {
    width: 100%;
  }
}
.item-event .content {
  position: absolute;
  top: 15%;
  left: 15%;
  color: #fff;
}
.item-event .date {
  font-size: 27px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.item-event .date em {
  display: block;
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: normal;
}
.item-event .date:after {
  background: #fff;
  left: 0;
  margin: 0;
  bottom: 0;
}
.item-event .title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
}
.item-event .timevent {
  display: block;
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: normal;
}
/* ==========================================================================
 * PICTURES
 * ========================================================================== */
/* frame
 * ========================================================================== **/
.frame {
  width: 100%;
}
.frame.gutter-1 img {
  margin-bottom: 1px;
}
/* object-fit
 * ========================================================================== **/
img.object-fit {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
/* Components
 * ========================================================================== */
/* ==========================================================================
   PROFILE BAR
   ========================================================================== */
/* Toggle
   ========================================================================== */
.profile-bar-toggle {
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}
.profile-bar-toggle strong {
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.profile-bar-toggle .arrow {
  font-family: 'Advent Pro', sans-serif;
  font-style: normal;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  margin: 0 0 0 7px;
  font-size: 22px;
  vertical-align: middle;
  -webkit-transition: .3s;
          transition: .3s;
}
/* Layout
   ========================================================================== */
.profile-bar {
  position: relative;
  height: 40px;
}
@media screen and (max-width:739px) {
  .profile-bar {
    display: none;
  }
}
.profile-bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #bd1220;
  -webkit-transition: background .3s;
          transition: background .3s;
  z-index: 2;
}
.profile-bar.opened .inner {
  background: #bd1220 url(../images/bg-profile-bar.html);
}
.profile-bar.opened .profile-bar-toggle .arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.profile-bar .content {
  display: none;
  text-align: center;
  padding: 0 0 40px 0;
}
.profile-bar .title {
  font-size: 37px;
  line-height: 39px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0;
}
.profile-bar .title em {
  display: block;
  text-transform: none;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: normal;
}
.profile-bar .link {
  display: inline-block;
  vertical-align: middle;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  background-color: #fff;
  background-position: 50% 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  margin: 0 30px;
  text-decoration: none;
  font-weight: 600;
  font-style: italic;
  font-family: 'Exo 2', sans-serif;
  color: #bd1220;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
          transition: .3s;
}
.profile-bar .link:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .3s;
          transition: .3s;
}
.profile-bar .link span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  background-color: #fff;
  line-height: 14px;
  -webkit-transition: .3s;
          transition: .3s;
}
.profile-bar .link:hover,
.profile-bar .link.active {
  height: 190px;
  width: 190px;
}
.profile-bar .link:hover:before,
.profile-bar .link.active:before {
  opacity: 0;
}
.profile-bar .link:hover span,
.profile-bar .link.active span {
  top: 100%;
  padding: 8px 30px;
}
.profile-bar .link.active {
  cursor: default;
}
/* Content
   ========================================================================== */
/* ==========================================================================
   COOKIES BAR
   ========================================================================== */
/* Buttons
   ========================================================================== */
#cookie-notice .button {
  background-color: #fff;
  border: 0;
  color: #bd1220;
  font-weight: 600;
  padding: 10px;
}
#cookie-notice .button:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
/* ==========================================================================
 * BANNERS
 * ========================================================================== */
.banner {
  overflow: hidden;
  display: block !important;
  /* Banner 1
   * ========================================================================== **/
}
.width-x-large .banner {
  height: 470px;
}
.width-large .banner {
  height: 449px;
}
.width-medium .banner {
  height: 401px;
}
.width-small .banner {
  height: 311px;
}
.single-webcam .banner {
  height: -webkit-calc(100vh - 114px);
  height: calc(100vh - 114px);
}
@media screen and (max-width:1359px) {
  .single-webcam .banner {
    height: -webkit-calc(100vh - 104px);
    height: calc(100vh - 104px);
  }
}
@media screen and (max-width:939px) {
  .single-webcam .banner {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    padding-bottom: 0 !important;
  }
}
.banner .x-object-fit,
.banner img.object-fit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.width-x-large .banner .x-object-fit,
.width-x-large .banner img.object-fit {
  height: 570px;
}
.width-large .banner .x-object-fit,
.width-large .banner img.object-fit {
  height: 544.53191489px;
}
.width-medium .banner .x-object-fit,
.width-medium .banner img.object-fit {
  height: 486.31914894px;
}
.width-small .banner .x-object-fit,
.width-small .banner img.object-fit {
  height: 377.17021277px;
}
.width-x-small .banner .x-object-fit,
.width-x-small .banner img.object-fit,
.width-mobile .banner .x-object-fit,
.width-mobile .banner img.object-fit {
  position: relative;
  bottom: auto;
  top: 0 !important;
}
/* Banner telecharger application (plan des pistes mobile)
 * ========================================================================== **/
.banner-application {
  background-size: cover;
  display: block;
  background-position: center center;
  padding: 30px 0;
}
@media screen and (max-width:1219px) {
  .banner-application {
    display: block !important;
  }
}
.banner-application a {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 250px;
  width: 250px;
  background: #fff;
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  position: relative;
}
.banner-application a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-application a em {
  display: block;
  text-transform: none;
  font-size: 20px;
}
/* ==========================================================================
 * SLIDER
 * ========================================================================== */
.slider {
  margin: 0;
  white-space: nowrap;
  font-size: 0;
}
.slide {
  position: relative;
  display: inline-block;
  white-space: normal;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.slide img {
  width: 100%;
  display: block;
}
.slick-slide.slick-active {
  overflow: hidden;
  z-index: 1;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background-color: #373737;
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #bd1220;
  opacity: 1;
}
.slick-prev,
.slick-next {
  border: 0 none;
  background-color: transparent;
  font-weight: 700;
  font-size: 60px;
  line-height: 1em;
  font-family: 'Advent Pro', sans-serif;
  color: #012146;
  font-weight: 200;
  opacity: 1;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
          transition: color 0.3s ease, opacity 0.3s ease;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.slick-prev > *,
.slick-next > * {
  display: inline-block;
  vertical-align: middle;
}
.slick-prev span,
.slick-next span {
  display: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  color: #373737;
  opacity: 0.3;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.width-full > .slider .slick-prev {
  left: 3rem;
}
.width-full > .slider .slick-next {
  right: 3rem;
}
.slick-prev::before {
  content: "<";
}
.slick-next::after {
  content: ">";
}
/* -------------------------------------------
		PHONE
-------------------------------------------- */
html.mobile .slick-prev,
html.mobile .slick-next {
  font-size: 5rem;
  margin-top: -2.5rem;
}
html.mobile .slick-prev {
  left: 0rem;
}
html.mobile .slick-next {
  right: 0rem;
}
@media screen and (max-width:739px) {
  .slick-prev,
  .slick-next {
    font-size: 5rem;
    margin-top: -2.5rem;
  }
  .slick-prev {
    left: 0rem;
  }
  .slick-next {
    right: 0rem;
  }
}
.slide-content {
  width: 33%;
  min-width: 36rem;
  max-width: 47rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 13rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slide-content span {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  font-family: Arial, sans-serif;
  color: #373737;
  text-transform: uppercase;
  padding-right: 1rem;
  display: inline-block;
}
.slide-content p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-family: Arial, sans-serif;
  padding-right: 3rem;
}
/* prevents ugly loading */
.slick-slider .slick-slide {
  display: none;
}
.slick-slider .slick-slide:first-child {
  display: block;
}
.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child {
  display: block;
}
/* ==========================================================================
 * MID COL (colonne central)
 * ========================================================================== */
article > .row > .col-1-6 {
  width: 140px;
  border-left: 1px solid #c6c6c6;
}
@media screen and (max-width:939px) {
  article > .row > .col-1-6 {
    width: auto;
    height: auto !important;
    border-left: 0 none;
  }
}
article > .row > .col-1-1,
article > .row > .col-5-6 {
  border-left: 1px solid #c6c6c6;
}
.mid-col {
  border-top: 0;
  border-bottom: 0;
  padding: 0 0 60px 0;
  display: block;
}
.mid-col > div,
.mid-col > a {
  border-bottom: 1px solid #c6c6c6;
}
.mid-col > div.price,
.mid-col > a.price {
  border-bottom: 1px solid #fff;
}
/* Plus d'info
 * ========================================================================== */
.mid-info {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #808080;
  font-size: 12px;
  text-align: center;
  padding-top: 25px;
}
.mid-info .ico {
  margin-bottom: 20px;
}
.mid-info strong {
  display: block;
  font-size: 14px;
  font-family: 'Exo 2', sans-serif;
  color: #373737;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.mid-info .tel {
  display: block;
  margin-bottom: 10px;
}
.mid-info a {
  display: block;
  margin-top: 10px;
  color: #808080;
}
.mid-info a:hover {
  text-decoration: none;
}
/* Social media
 * ========================================================================== */
.mid-social {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.mid-social .button-share {
  display: table-cell;
  cursor: pointer;
  padding: 25px 0;
}
.mid-social .content {
  display: none;
  padding: 0 0 20px 0;
}
.mid-social .content a {
  display: block;
  text-decoration: none;
  margin-top: 20px;
}
/* Voir tout
 * ========================================================================== */
.mid-all {
  display: block;
  padding-top: 40px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
          transition: .3s;
}
.mid-all:hover {
  background: #bd1220;
  color: #fff;
}
.mid-all:hover:after {
  background: #fff;
}
/* Lien externe
 * ========================================================================== */
.mid-link {
  display: block;
  padding: 25px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
          transition: .3s;
}
.mid-link:hover {
  background: #bd1220;
  color: #fff;
}
/* Validite
 * ========================================================================== */
.mid-validity {
  padding: 15px 0;
  font-weight: 200;
  text-align: center;
  background: #ebebeb;
}
/* Publication
 * ========================================================================== */
.mid-publication {
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
#toggleMid {
  z-index: 4;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  -webkit-transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
  text-align: center;
  border-color: #fff;
}
#toggleMid .toggle-plus {
  display: block;
  margin: 0;
  position: relative;
  top: -2px;
}
.secondary-on #toggleMid {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#toggleMid:hover {
  border-color: #bd1220;
}
@media screen and (max-width:939px) {
  #toggleMid {
    display: block;
  }
  .mid-col {
    display: none;
    padding-bottom: 0;
  }
  main > .row > aside {
    z-index: 1;
  }
  main > .row > section {
    z-index: 0;
  }
  .secondary-on main > .row > section {
    z-index: 2;
  }
  article > .row > .col-5-6.collapse-tiny {
    border-left: 0 none;
  }
  article > .row > .col-5-6.collapse-tiny [aria-label="breadcrumb"] {
    margin-left: 47px;
  }
  article > .row > .col-5-6.collapse-tiny .rich-text {
    padding-left: 47px;
  }
}
/* ==========================================================================
 * MID COL (colonne central)
 * ========================================================================== */
#toggleFilter {
  display: none;
  -webkit-transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
}
#toggleFilter .toggle-filter {
  display: block;
  margin: 0;
  -webkit-transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
  -webkit-transform: translate3d(13px, 0, 0);
          transform: translate3d(13px, 0, 0);
}
.filter-on #toggleFilter {
  /*border: 2px solid #fff;
    transform: translate3d(60px, 0, 0);
    .toggle-plus{
      transform: translate3d(0, 0, 0);
    }*/
}
#toggleFilter:hover {
  background-color: #bd1220;
  color: #fff;
}
@media screen and (max-width:939px) {
  #toggleFilter {
    display: block;
  }
  .filter-col {
    display: none;
  }
}
/* ==========================================================================
 * HEADERS
 * ========================================================================== */
article > header {
  background-color: #012146;
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
article > header.profile {
  text-align: left;
}
article > header.profile > .col-1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
article > header.profile > .col-1-1 .header {
  width: 100%;
  padding-right: 95px;
}
article > header.profile .profile-sticker-menu {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 20px;
  right: 130px;
  top: -webkit-calc(50% - 56px);
  top: calc(50% - 56px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
article > header.profile .profile-sticker {
  background-color: #fff;
  border: 8px solid #405873;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  margin: 13px 0 0 12px;
  cursor: pointer;
}
article > header.profile .profile-sticker .subhead {
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
  color: #808080;
  display: block;
  pointer-events: none;
}
article > header.profile .profile-sticker .headline {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  font-family: 'Exo 2', sans-serif;
  color: #012146;
  display: block;
  text-transform: uppercase;
  pointer-events: none;
}
article > header.profile .profile-sticker .js-profile-change {
  z-index: 1;
  position: absolute;
  bottom: -10px;
  right: -10px;
  padding: 0;
  text-align: center;
  line-height: 22px;
  pointer-events: none;
}
article > header.profile .profile-sticker .js-profile-change span {
  display: none;
}
article > header.profile .profile-sticker:hover .js-profile-change {
  background-color: #ebebeb;
  color: #ebebeb;
}
article > header.profile .js-profile-layer {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(29, 29, 29, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background-color cubic-bezier(0.935, 0, 0.34, 1.33) 180ms;
          transition: background-color cubic-bezier(0.935, 0, 0.34, 1.33) 180ms;
}
article > header.profile .js-profile-layer.active {
  pointer-events: auto;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.75);
}
article > header.profile .menu-item {
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  font-size: 0;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  color: #012146;
  -webkit-transition: .3s;
          transition: .3s;
  cursor: pointer;
  margin: 20px;
}
article > header.profile .menu-item::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 0;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
article > header.profile .menu-item span {
  z-index: 1;
  position: relative;
}
article > header.profile .menu-item:before {
  content: '';
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
article > header.profile .menu-item span {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}
article > header.profile .menu-item:not(.active):hover {
  background-color: #ffffff;
}
article > header.profile .menu-item:not(.active):hover::after {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0);
  top: -10px;
  left: -10px;
}
article > header.profile .menu-item.active {
  background-color: #bd1220;
  color: #fff;
  height: 60px;
  width: 60px;
}
article > header.profile .menu-item.active::after {
  border: 1px solid rgba(255, 255, 255, 0);
}
article > header.profile .menu-item.active span {
  font-size: 0;
}
article > header.profile .menu-item.active span:after {
  content: '\00d7';
  font-size: 25px;
  font-family: Arial, sans-serif;
}
@media screen and (max-width:739px) {
  article > header.profile .menu-item.active span:after {
    font-size: 20px;
  }
}
article > header.profile .menu-open {
  display: none;
}
article > header.profile .menu-item:nth-child(3),
article > header.profile .menu-item:nth-child(4),
article > header.profile .menu-item:nth-child(5),
article > header.profile .menu-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
article > header.profile .menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
          transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
article > header.profile .menu-open:checked ~ .menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
          transform: translate3d(0.08361px, -104.99997px, 0);
}
article > header.profile .menu-open:checked ~ .menu-item:nth-child(4) {
  -webkit-transition-duration: 280ms;
          transition-duration: 280ms;
  -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
          transform: translate3d(-91.03006px, -52.33095px, 0);
}
article > header.profile .menu-open:checked ~ .menu-item:nth-child(5) {
  -webkit-transition-duration: 380ms;
          transition-duration: 380ms;
  -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
          transform: translate3d(-90.86291px, 52.62064px, 0);
}
article > header.profile .menu-open:checked ~ .menu-item:nth-child(6) {
  -webkit-transition-duration: 480ms;
          transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
          transform: translate3d(0.08361px, 104.99997px, 0);
}
article > header > .col-1-1,
article > header > .col-1-6,
article > header > .col-5-6 {
  border-left: 0 none !important;
}
article > header > .col-1-1,
article > header > .col-5-6 {
  padding: 30px 15px;
}
article > header > * {
  color: #fff;
}
article > header select {
  color: #373737;
}
article > header .mid-col {
  padding: 0;
}
article > header .header {
  margin: 0;
  color: inherit;
  font-size: 3rem;
  /* Header 1
     * ========================================================================== **/
}
article > header .header .prehead {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
}
article > header .header .headline {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  margin: 5px 0;
}
article > header .header .subhead {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  font-family: 'Libre Baskerville', serif;
  margin-top: 20px;
}
article > header .header.header-nav .subhead {
  margin-top: 0;
  color: #bd1220;
  font-size: 24px;
  display: inline-block;
  padding: 4px 60px 12px;
  border-bottom: 1px dashed #bd1220;
  position: relative;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
          transition: color 0.3s ease, border-color 0.3s ease;
}
article > header .header.header-nav .subhead::after {
  content: "<";
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  font-family: 'Advent Pro', sans-serif;
  color: #bd1220;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 3px;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
article > header .header.header-nav .subhead.nav-open {
  color: #fff;
  border-color: #fff;
}
article > header .header.header-nav .subhead.nav-open::after {
  color: #fff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
article > header .field-select-invisible {
  left: -15px;
  right: -15px;
  bottom: 30px;
  position: absolute;
  margin: 0 15px;
}
article > header .selectboxit-container:not(.select-white),
article > header .selectboxit-container:not(.select-white) .selectboxit {
  height: 72px;
  margin: 0;
}
article > header .selectboxit-container:not(.select-white).invisible {
  top: 10px;
}
article > header .selectboxit-container:not(.select-white) .selectboxit {
  background-color: transparent;
  border: 0 none;
}
article > header .selectboxit-container:not(.select-white).center {
  width: auto;
}
@media screen and (max-width:939px) {
  article > header .selectboxit-container:not(.select-white).center {
    width: 100%;
  }
}
article > header .field label {
  font-weight: 400;
  font-size: 16px;
  line-height: 72px;
  font-family: 'Exo 2', sans-serif;
}
article > header .field-datepicker input,
article > header .selectboxit-container:not(.select-white) .selectboxit-text {
  padding: 0 62px;
  margin: 10px 0;
  color: #bd1220;
  font-size: 24px;
  display: inline-block;
  background-color: transparent;
  border: 0 none;
  border-bottom: 1px dashed #bd1220;
  position: relative;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
          transition: color 0.3s ease, border-color 0.3s ease;
}
article > header .field-datepicker input + .selectboxit-arrow-container,
article > header .selectboxit-container:not(.select-white) .selectboxit-text + .selectboxit-arrow-container {
  top: 10px;
  right: -15px;
}
article > header .field-datepicker input + .selectboxit-arrow-container .selectboxit-arrow::before,
article > header .selectboxit-container:not(.select-white) .selectboxit-text + .selectboxit-arrow-container .selectboxit-arrow::before {
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
article > header .field-datepicker input:focus,
article > header .selectboxit-container:not(.select-white) .selectboxit-open .selectboxit-text {
  color: #fff;
  border-color: #fff;
}
article > header .field-datepicker input:focus + .selectboxit-arrow-container:not(.select-white) .selectboxit-arrow::before,
article > header .selectboxit-container:not(.select-white) .selectboxit-open .selectboxit-text + .selectboxit-arrow-container:not(.select-white) .selectboxit-arrow::before {
  color: #fff;
}
article > header [class*="icon-webcam"] {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 40px;
}
@media screen and (max-width:1219px) {
  article > header [class*="icon-webcam"] {
    left: 30px;
  }
  article > header [class*="icon-webcam"] + .header {
    padding-left: 80px;
  }
}
article > header [class*="icon-webcam"] + .header {
  text-align: left;
  padding-left: 100px;
}
@media screen and (max-width:739px) {
  article > header [class*="icon-webcam"] + .header {
    padding-left: 0;
    text-align: center;
  }
}
/* Header button
 * ========================================================================== */
.header-left {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.header-left .header-info,
.header-left .header-button {
  display: table-cell;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0 none;
  width: 100%;
}
@media screen and (max-width:739px) {
  .header-left .header-info,
  .header-left .header-button {
    position: static;
  }
}
.header-left .header-info.date,
.header-left .header-button.date,
.header-left .header-info.map,
.header-left .header-button.map {
  background-color: #ebebeb;
}
.header-left .header-info.social,
.header-left .header-button.social {
  background-color: #405873;
}
.header-left .header-info.date,
.header-left .header-button.date {
  padding-top: 30px;
}
.header-left .header-info.date strong,
.header-left .header-button.date strong {
  font-weight: 600;
  font-size: 27px;
  font-family: 'Exo 2', sans-serif;
  color: #373737;
}
.header-left .header-info.date em,
.header-left .header-button.date em {
  font-style: italic;
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
  color: #808080;
  display: block;
}
@media screen and (max-width:739px) {
  .header-left .header-info.date,
  .header-left .header-button.date {
    padding: 10px 0;
  }
  .header-left .header-info.date:after,
  .header-left .header-button.date:after {
    display: none;
  }
}
.header-left .content {
  display: none;
  padding: 0 0 20px 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1;
}
.header-left .content a {
  display: block;
  text-decoration: none;
  margin-top: 20px;
}
/* ==========================================================================
 * FEATURED BLOCKS
 * ========================================================================== */
/* Featured webcam
 * ========================================================================== */
.featured-webcam {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  background-image: url(../images/bg-featured-webcam.html);
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
.featured-webcam .title1 {
  margin-top: 20px;
}
.featured-webcam .dash {
  padding-bottom: 30px;
}
.featured-webcam .dash:after {
  bottom: 0;
}
.featured-webcam .plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* Featured trackmap
 * ========================================================================== */
.featured-trackmap {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  background-image: url(../images/bg-featured-trackmap.html);
  background-size: cover;
  padding: 30px 0;
}
.featured-trackmap:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.featured-trackmap .content {
  display: inline-block;
  vertical-align: middle;
}
.featured-trackmap .title1 {
  margin-top: 20px;
}
.featured-trackmap .dash {
  padding-bottom: 30px;
}
.featured-trackmap .dash:after {
  bottom: 0;
}
.featured-trackmap .plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* Featured quote
 * ========================================================================== */
.featured-quote {
  background-color: #ebebeb;
}
.featured-quote .title1 {
  margin-top: 20px;
}
.featured-quote .dash {
  padding-bottom: 30px;
}
.featured-quote .dash:after {
  bottom: 0;
}
.featured-quote .plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* Featured img
 * ========================================================================== */
.featured-img {
  display: block;
  height: 370px;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 0;
  padding: 0 10%;
}
.featured-img .title {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: 600;
}
.featured-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(1, 33, 70, 0.5);
}
.featured-img:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.featured-img .button {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* Featured video
 * ========================================================================== */
.featured-video {
  display: block;
  position: relative;
  background-size: 116%;
  background-position: center center;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 0;
  padding: 0 10%;
}
.featured-video .content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.featured-video .title {
  margin-top: 30px;
  font-size: 18px;
}
.featured-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(1, 33, 70, 0.5);
}
.featured-video:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.featured-video .button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.featured-video:hover .icon-play-white {
  background-color: #fff;
}
.featured-video:hover .icon-play-white path {
  fill: #c6c6c6;
}
/* Featured legends
 * ========================================================================== */
.featured-legends {
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 60px 10px 0 10px;
}
.featured-legends .title {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.featured-legends .title em {
  text-transform: none;
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.featured-legends .title p {
  margin: 0;
}
/* Featured nav agenda
 * ========================================================================== */
.featured-nav-agenda {
  position: relative;
  text-align: center;
  font-size: 0;
}
.featured-nav-agenda:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.featured-nav-agenda .title {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 30px;
}
.featured-nav-agenda .title:after {
  bottom: 0;
}
.featured-nav-agenda .title strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
}
.featured-nav-agenda .title .date {
  display: inline-block;
  width: 280px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  padding: 0 15px;
  font-size: 41px;
  font-family: 'Libre Baskerville', serif;
  color: #bd1220;
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px dashed #012146;
}
@media screen and (max-width:739px) {
  .featured-nav-agenda .title .date {
    font-size: 30px;
  }
}
.featured-nav-agenda .plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.featured-nav-agenda .nav-right,
.featured-nav-agenda .nav-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Advent Pro', sans-serif;
  font-size: 60px;
  color: #c6c6c6;
  font-weight: 200;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  z-index: 1;
}
.featured-nav-agenda .nav-right.slick-disabled,
.featured-nav-agenda .nav-left.slick-disabled {
  display: none !important;
}
.featured-nav-agenda .nav-right:hover,
.featured-nav-agenda .nav-left:hover {
  color: #bd1220;
}
.featured-nav-agenda .nav-right {
  right: 15%;
}
@media screen and (max-width:739px) {
  .featured-nav-agenda .nav-right {
    right: 10%;
  }
}
.featured-nav-agenda .nav-left {
  left: 15%;
}
@media screen and (max-width:739px) {
  .featured-nav-agenda .nav-left {
    left: 10%;
  }
}
/* Featured event agenda
 * ========================================================================== */
.agenda-events .slick-slide {
  table-layout: fixed;
  display: table;
  width: 100%;
}
.agenda-events .slick-slide .col-1-3 {
  display: table-cell;
}
.featured-event-agenda {
  display: block;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  padding: 25px 25px 0 25px;
  position: relative;
  border-right: 1px solid #fff;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width:1220px) and (max-width:1359px) {
  .featured-event-agenda {
    padding: 15px 15px 0 15px;
  }
}
@media screen and (min-width:740px) and (max-width:939px) {
  .featured-event-agenda {
    padding: 15px 15px 0 15px;
  }
}
@media screen and (max-width:739px) {
  .featured-event-agenda {
    border: 0;
    border-bottom: 1px solid #fff;
  }
}
.featured-event-agenda.no-border {
  border: none;
}
.featured-event-agenda:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(1, 33, 70, 0.5);
}
.featured-event-agenda .number {
  font-family: 'Libre Baskerville', serif;
  font-size: 33px;
  line-height: 33px;
  font-style: italic;
  display: block;
  margin: 0 0 20px 0;
  position: relative;
}
@media screen and (min-width:1220px) and (max-width:1359px) {
  .featured-event-agenda .number {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width:740px) and (max-width:939px) {
  .featured-event-agenda .number {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.featured-event-agenda .title {
  position: relative;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
}
@media screen and (min-width:1220px) and (max-width:1359px) {
  .featured-event-agenda .title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (min-width:740px) and (max-width:939px) {
  .featured-event-agenda .title {
    font-size: 18px;
    line-height: 20px;
  }
}
.featured-event-agenda .title em {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
.featured-event-agenda .title:after {
  content: '';
  height: 2px;
  width: 26px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* Featured block title
 * ========================================================================== */
.featured-block-title {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 35px;
  text-align: center;
  padding: 60px 0 40px 0;
}
/* Featured slider legend
 * ========================================================================== */
.featured-slider-legend {
  text-align: center;
}
.featured-slider-legend .title {
  font-size: 35px;
  font-weight: 500;
  color: #bd1220;
  margin: 0 0 40px 0;
}
.featured-slider-legend .title em {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 27px;
  font-style: italic;
  font-weight: normal;
}
.featured-slider-legend .title em p {
  margin: 0;
}
.featured-slider-legend .slide img {
  width: initial;
  display: inline-block;
  vertical-align: bottom;
}
.featured-slider-legend .slide .visu {
  height: 45px;
  margin-bottom: 5px;
}
.featured-slider-legend .slide .visu:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.featured-slider-legend .slide .item strong {
  display: block;
  font-weight: 600;
  font-size: 50px;
  color: #575757;
}
.featured-slider-legend .slide .item em {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
  font-style: italic;
  color: #808080;
}
.featured-slider-legend .slide .item em p {
  margin: 0;
}
.featured-slider-legend .slick-dots li {
  width: 20px;
}
.featured-slider-legend .slick-dots li button:before {
  height: 13px;
  width: 13px;
  background-color: #c6c6c6;
}
.featured-slider-legend .slick-dots li.slick-active button:before {
  background-color: #bd1220;
}
/* Featured block red
 * ========================================================================== */
.featured-block-red {
  display: block;
  text-decoration: none;
  background: #bd1220;
  color: #fff;
  position: relative;
  padding: 40px;
}
@media screen and (max-width:1219px) {
  .featured-block-red {
    height: auto !important;
  }
}
.featured-block-red .title {
  font-size: 37px;
  line-height: 39px;
  font-weight: 600;
  text-transform: uppercase;
}
.featured-block-red .title em {
  display: block;
  text-transform: none;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: normal;
}
.featured-block-red .plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.featured-block-red .tag {
  position: absolute;
  left: 40px;
  bottom: 25px;
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width:1219px) {
  .featured-block-red .tag {
    left: auto;
    bottom: auto;
    right: 30px;
    top: 40px;
    font-size: 20px;
  }
}
/* Featured forfait
 * ========================================================================== */
.featured-forfait {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
}
.featured-forfait .content {
  display: inline-block;
  vertical-align: middle;
}
.featured-forfait .dash {
  padding: 0;
  margin-top: 30px;
}
.featured-forfait .dash:after {
  bottom: -12px;
}
.featured-forfait:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.featured-forfait .plus {
  position: absolute;
  top: 0;
  left: 0;
}
/* Featured snow
 * ========================================================================== */
.featured-snow {
  display: block;
  text-decoration: none;
  text-align: center;
}
.featured-snow .level {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
}
/* Featured app
 * ========================================================================== */
.featured-app {
  display: block;
  text-decoration: none;
  background: #ebebeb;
  overflow: hidden;
  text-align: center;
}
.featured-app .title1 {
  margin-top: 25px;
  padding-bottom: 30px;
}
.featured-app .title1:after {
  bottom: 0;
}
/* Featured road status
 * ========================================================================== */
.featured-road-status {
  display: block;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  padding: 0 5%;
}
.featured-road-status .title1 {
  margin-top: 30px;
  padding-bottom: 30px;
}
.featured-road-status .title1:after {
  bottom: 0;
}
.featured-road-status .level {
  font-size: 10px;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #575757;
}
.featured-road-status .level strong {
  font-size: 18px;
  color: #bd1220;
}
/* Featured meteo
 * ========================================================================== */
.featured-meteo {
  display: block;
  text-decoration: none;
  text-align: center;
}
.featured-meteo .temp {
  font-size: 25px;
  font-weight: 600;
  color: #bd1220;
  margin-bottom: 30px;
}
/* Featured nav
 * ========================================================================== */
.featured-nav {
  padding: 50px 0;
  text-align: center;
}
.featured-nav .bulle {
  display: inline-block;
  height: 180px;
  width: 180px;
  background-color: #012146;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 50px;
}
@media screen and (min-width:740px) and (max-width:939px) {
  .featured-nav .bulle {
    margin: 0 30px;
  }
}
.featured-nav .bulle .txt {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
}
/* Featured activities
 * ========================================================================== */
.featured-list {
  position: relative;
  text-decoration: none;
  text-align: center;
  padding: 30px 0;
}
.featured-list .title1 {
  margin-top: 20px;
}
.featured-list .dash {
  padding-bottom: 30px;
}
.featured-list .dash:after {
  bottom: 0;
}
.featured-list .plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* ==========================================================================
 * ASIDE
 * ========================================================================== */
.aside-content {
  z-index: 1;
  position: relative;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}
.aside-content #sidebar > ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width:939px) {
  .aside-content > .row > .col-1-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
}
/* Aside tab
 * ========================================================================== */
.aside-tab {
  height: 100px;
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #bd1220;
  background: #ebebeb;
  border: 1px solid #c6c6c6;
  border-top: none;
  text-decoration: none;
  padding: 17px 0 0 0;
}
@media screen and (min-width:940px) and (max-width:1219px) {
  .aside-tab {
    font-size: 20px;
  }
}
@media screen and (min-width:740px) and (max-width:939px) {
  .aside-tab {
    font-size: 18px;
  }
}
.aside-tab:before {
  content: '';
  height: 18px;
  width: 18px;
  display: block;
  margin: 0 auto 8px auto;
  border-radius: 50%;
  border: 1px solid #bd1220;
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.aside-tab.right {
  border-right: none;
}
.aside-tab.left {
  border-left: none;
}
.aside-tab.active {
  background: #fff;
  border: none;
  border-bottom: 5px solid #bd1220;
}
.aside-tab.active:before {
  background: #bd1220;
}
/* Aside form
 * ========================================================================== */
.aside-form {
  padding: 30px 15% 45px 15%;
  background: #efefef;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width:1219px) {
  .aside-form {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.aside-form .title {
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #bd1220;
  margin: 0 0 20px 0;
  font-weight: 600;
  text-align: center;
}
.aside-form .label {
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.aside-form .button-submit {
  margin-top: 14px;
}
.aside-form .dateContainer {
  background: #fff;
  padding: 10px 0 15px 0;
  position: relative;
  margin: 5px 0 0 0;
}
.aside-form .dateContainer.borderRight {
  border-right: 1px solid #ebebeb;
}
.aside-form .dateContainer.borderLeft {
  border-left: 1px solid #ebebeb;
}
.aside-form .dateContainer .asideDatePicker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
  opacity: 0;
  cursor: pointer;
}
.aside-form .dateContainer .jour {
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.aside-form .dateContainer .jour span {
  position: relative;
  line-height: 44px;
  display: block;
}
.aside-form .dateContainer .jour:before {
  content: '';
  position: absolute;
  border-top: 1px solid #ebebeb;
  top: 50%;
  left: 0;
  right: 0;
}
.aside-form .dateContainer .moisannee {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.aside-form .dateContainer .ico-cal {
  display: block;
  margin: 0 auto;
}
.aside-form .spinnerContainer {
  background: #fff;
  padding: 10px 0 15px 0;
  position: relative;
  margin: 5px 0 0 0;
}
.aside-form .spinnerContainer.borderRight {
  border-right: 1px solid #ebebeb;
}
.aside-form .spinnerContainer.borderLeft {
  border-left: 1px solid #ebebeb;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur {
  float: none;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .FiltreMoteurExt,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur #widget-filtreur {
  float: none!important;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsWrapSelect {
  height: 50px!important;
  padding-top: 0px!important;
  padding-left: 10px!important;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsWrapSelect,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsWrapSelect select {
  font-family: 'Libre Baskerville', serif;
  height: 50px;
  line-height: 50px!important;
  font-size: 20px!important;
  color: #808080!important;
  font-style: italic;
  width: 100% !important;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsWrapSelect,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .PanneauAge,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur #tab-produit .PanneauAge,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur #tab-produit .OsWrapSelect {
  background-position: right 3px center!important;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur #widget-localisation .osgeocontrol.localisation,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers {
  margin-top: 10px;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreBlocResa {
  margin-top: 15px;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_capacite {
  float: none!important;
  margin-top: 10px;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreAgesEnfant {
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  float: right;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreAgesEnfant select {
  font-size: 16px!important;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .std.valdisere-v2 .OsFiltreInputDate.OsFiltreCombo,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .std.valdisere-v2 .OsFiltreInputDateDepart.OsFiltreCombo {
  height: 50px;
  background-position: right 5px center!important;
  font-size: 16px;
  color: #808080!important;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreInputDateSuppr {
  display: none!important;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreCritereContenu {
  padding-left: 5px;
  background-color: #fff;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:link,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:active,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:visited {
  font-family: 'Exo 2', sans-serif;
  border: 2px solid transparent !important;
  font-weight: 500;
}
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:hover,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:link:hover,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:active:hover,
.aside-form #widget-recherche-partenaire.WidgetHP .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:visited:hover {
  background: #fff !important;
  border: 2px solid #bd1220 !important;
  color: #bd1220 !important;
}
@media screen and (max-width:939px) {
  .aside-form {
    background-color: #fff;
    padding: 10px;
    margin: 0;
  }
  .aside-form > .title {
    font-size: 20px;
    background-color: #fff;
    color: #012146;
    border: 1px solid #d3d3d3;
    padding: 10px;
    width: 300px;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0 0 5px #d3d3d3;
    cursor: pointer;
    z-index: 1;
    position: relative;
  }
  .aside-form #widget-recherche-partenaire {
    display: none;
    background-color: #efefef;
    margin-top: 10px;
    padding: 30px 20px 45px;
    border-radius: 0;
    z-index: 0;
    position: relative;
    width: auto !important;
    margin: -110px -10px 0 !important;
    padding-top: 130px;
  }
}
@media screen and (min-width:740px) and (max-width:939px) {
  .aside-form {
    padding: 10px 0;
    width: 100%;
  }
  .aside-form #widget-recherche-partenaire {
    margin: -110px 0 0 !important;
  }
}
body #ui-datepicker-div .ui-widget-header .ui-datepicker-title {
  background-color: #fff !important;
  border: 1px solid #ebebeb !important;
  color: #373737 !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  height: 5rem;
  line-height: 5rem !important;
  margin: 0 5rem !important;
}
body #ui-datepicker-div .ui-widget-header .ui-datepicker-prev,
body #ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  height: 5rem !important;
  top: 0 !important;
  width: 5rem !important;
  background-color: #575757 !important;
  background-size: contain;
  background-repeat: no-repeat;
}
body #ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon,
body #ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
  background-image: none!important;
}
body #ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover,
body #ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover {
  border: 0px solid #252d46 !important;
  background-color: #575757 !important;
  background: #575757 none !important;
}
body #ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  left: 0!important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Ecircle%2C%20ellipse%2C%20line%2C%20path%2C%20polygon%2C%20polyline%2C%20rect%2C%20text%20%7B%20fill%3A%20%23ffffff%20!important%3B%20stroke%3A%20%23ffffff!important%3B%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M85.5%20110l-45.2-46%2045.2-46%204.2%204.2-41%2041.8%2041%2041.8z%22%2F%3E%3C%2Fsvg%3E');
}
body #ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover:not(.ui-state-disabled) {
  left: 0!important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Ecircle%2C%20ellipse%2C%20line%2C%20path%2C%20polygon%2C%20polyline%2C%20rect%2C%20text%20%7B%20fill%3A%20%23ffffff%20!important%3B%20stroke%3A%20%23ffffff!important%3B%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M85.5%20110l-45.2-46%2045.2-46%204.2%204.2-41%2041.8%2041%2041.8z%22%2F%3E%3C%2Fsvg%3E') !important;
  background-size: contain!important;
  border: 0px !important;
}
body #ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  right: 0!important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Ecircle%2C%20ellipse%2C%20line%2C%20path%2C%20polygon%2C%20polyline%2C%20rect%2C%20text%20%7B%20fill%3A%20%23ffffff%20!important%3B%20stroke%3A%20%23ffffff!important%3B%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.7%2018.4l46%2045.2-44.4%2046.7-4.3-4.1%2040.3-42.5-41.8-41.1z%22%2F%3E%3C%2Fsvg%3E');
}
body #ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover:not(.ui-state-disabled) {
  right: 0!important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Ecircle%2C%20ellipse%2C%20line%2C%20path%2C%20polygon%2C%20polyline%2C%20rect%2C%20text%20%7B%20fill%3A%20%23ffffff%20!important%3B%20stroke%3A%20%23ffffff!important%3B%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.7%2018.4l46%2045.2-44.4%2046.7-4.3-4.1%2040.3-42.5-41.8-41.1z%22%2F%3E%3C%2Fsvg%3E') !important;
  background-size: contain!important;
  border: 0px !important;
}
body .ui-datepicker.OsDatePicker .ui-datepicker-header {
  padding: 0!important;
}
body .OsDatePicker .ui-widget-header {
  border: 0px solid #fff!important;
  background: #fff none!important;
}
/* Aside push icon
 * ========================================================================== */
.aside-push-icon {
  display: block;
  text-decoration: none;
  padding: 40px 10px 30px 10px;
  text-align: center;
  border: 1px solid #c6c6c6;
  border-right: none;
  position: relative;
}
.aside-push-icon .button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.aside-push-icon img {
  margin-bottom: 40px;
}
.aside-push-icon .title1 {
  padding-bottom: 45px;
}
/* Aside push img
 * ========================================================================== */
.featured-img.aside-push-img {
  height: 370px;
}
/* Aside contact
 * ========================================================================== */
.aside-contact {
  padding: 50px 52px;
  background: #ebebeb url(../images/aigle-white-50.html) no-repeat center 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width:740px) and (max-width:939px) {
  .aside-contact {
    padding: 50px 20px 80px 20px;
  }
}
.aside-contact .address {
  margin-top: 20px;
}
.aside-contact .address strong {
  text-transform: uppercase;
  font-weight: normal;
  color: #bd1220;
  display: block;
}
.aside-contact .address em {
  font-family: 'Libre Baskerville', serif;
  color: #808080;
  font-size: 14px;
}
.aside-contact .buttons {
  width: 52px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width:740px) and (max-width:939px) {
  .aside-contact .buttons {
    width: auto;
    font-size: 0;
  }
}
/* Aside Offers
 * ========================================================================== */
.aside-offers {
  padding: 40px 30px;
}
.aside-offers .title1 {
  text-align: center;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.aside-offers .title1:after {
  bottom: 20px;
}
.aside-offers .offer {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
.aside-offers .offer .col-1-2 {
  position: relative;
}
.aside-offers .offer .content {
  padding-left: 10px;
}
@media screen and (max-width:1219px) {
  .aside-offers .offer .content {
    padding-left: 0;
  }
}
.aside-offers .offer .content .title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width:1219px) {
  .aside-offers .offer .content .title {
    margin-top: 5px;
  }
}
.aside-offers .offer .content .title strong {
  font-size: 20px;
  display: block;
  font-weight: 600;
}
.aside-offers .offer .content .detail {
  font-weight: 200;
  font-size: 14px;
  color: #bd1220;
}
.aside-offers .offer .price {
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 0;
}
@media screen and (max-width:1359px) {
  .aside-offers .offer .price {
    position: static;
  }
}
.aside-offers .more {
  border: 1px solid #c6c6c6;
  padding: 9px 15px;
  border-radius: 3px;
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  float: right;
}
.aside-offers .more i {
  display: inline-block;
  height: 5px;
  width: 5px;
  background: #c6c6c6;
  border-radius: 50%;
  -webkit-transition: .3s;
          transition: .3s;
}
.aside-offers .more i + i {
  margin-left: 2px;
}
.aside-offers .more:hover i {
  background-color: #bd1220;
}
@media screen and (max-width:939px) {
  .aside-offers {
    padding: 0;
  }
  .aside-offers .title1,
  .aside-offers .more {
    display: none;
  }
  .aside-offers .offer {
    border: 0 none;
    margin: 0;
    padding: 10px 0;
    display: block;
    width: 300px;
  }
  .aside-offers .offer .col-1-2:nth-child(1) {
    display: none;
  }
  .aside-offers .offer .col-1-2:nth-child(2) {
    color: #012146;
    margin: 0;
    padding: 0;
    border-radius: 40px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 5px #d3d3d3;
    overflow: hidden;
  }
  .aside-offers .offer .col-1-2:nth-child(2) .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .aside-offers .offer .col-1-2:nth-child(2) .content .title {
    margin: 0;
    padding: 10px;
    padding-left: 20px;
    font-size: 14px;
  }
  .aside-offers .offer .col-1-2:nth-child(2) .content .title strong {
    font-size: 20px;
  }
  .aside-offers .offer .col-1-2:nth-child(2) .content .detail {
    display: none;
  }
  .aside-offers .offer .col-1-2:nth-child(2) .price {
    width: 160px;
  }
}
@media screen and (max-width:939px) {
  .featured-img.aside-push-img {
    height: auto;
    background-image: none !important;
    padding: 10px;
  }
  .featured-img.aside-push-img::before {
    content: none;
  }
  .featured-img.aside-push-img > .title {
    font-size: 20px;
    color: #012146;
    border: 1px solid #d3d3d3;
    padding: 10px;
    width: 300px;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0 0 5px #d3d3d3;
  }
  .featured-img.aside-push-img > .title br {
    display: none;
  }
  .featured-img.aside-push-img .button {
    display: none;
  }
  .aside-push-icon {
    padding: 10px;
    border: 0 none;
    display: block;
  }
  .aside-push-icon img,
  .aside-push-icon .button {
    display: none;
  }
  .aside-push-icon > .title1 {
    border: 1px solid #d3d3d3;
    padding: 10px;
    width: 300px;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0 0 5px #d3d3d3;
  }
  .aside-push-icon > .title1 strong {
    font-size: 20px;
    color: #012146;
  }
  .aside-push-icon > .title1.dash::after {
    content: none;
  }
  .aside-contact {
    background: none;
    padding: 10px;
  }
  .aside-contact img,
  .aside-contact .address,
  .aside-contact .buttons {
    display: none;
  }
  .aside-contact > .title1 {
    border: 1px solid #d3d3d3;
    padding: 10px;
    width: 300px;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0 0 5px #d3d3d3;
  }
  .aside-contact > .title1 strong {
    font-size: 20px;
    color: #012146;
  }
  .aside-contact > .title1.dash::after {
    content: none;
  }
  .aside-contact > .title1 em {
    display: none;
  }
}
/* ==========================================================================
 * MAPS
 * ========================================================================== */
/* Close
 * ========================================================================== */
.close-map {
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  font-family: arial;
  color: #bd1220;
}
/* Scroller
 * ========================================================================== */
@media screen and (max-width:739px) {
  .map-scroller {
    position: relative;
  }
  .map-scroller:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30%;
    height: 80px;
    width: 40px;
    border-radius: 20px 0 0 20px;
    background: #bd1220 url(../images/svg/updown.html) no-repeat 3px 19px;
  }
}
/* ==========================================================================
 * WORDPRESS OVERRIDE
 * ========================================================================== */
/* OsPanierPopIn
 * ========================================================================== */
.OsPanierPopIn {
  max-width: 320px;
}
/* Vendors
 * ========================================================================== */
/* ==========================================================================
 * SELECT
 * ========================================================================== */
/* Select Box It
 * ========================================================================== */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 30px;
}
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  cursor: default;
}
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  text-align: left;
}
.selectboxit-container.full {
  width: 100%;
}
.selectboxit-container.full .selectboxit {
  width: 100% !important;
}
.selectboxit-container.small .selectboxit {
  width: 170px !important;
}
.selectboxit-container.medium .selectboxit {
  width: 270px !important;
}
.selectboxit-container.large .selectboxit {
  width: 420px !important;
}
.selectboxit-container.invisible .selectboxit {
  opacity: 0;
}
@media screen and (max-width:739px) {
  .selectboxit-container {
    width: 100% !important;
  }
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  font-family: 'Libre Baskerville', serif;
  color: #808080;
  height: 52px;
  display: block;
}
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100% !important;
  *width: 100%;
  margin: 0;
  padding: 10px;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 6;
  text-align: left;
  box-shadow: none;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option {
  border: 1px solid #fff;
  background-color: #ebebeb;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option.selectboxit-selected {
  background-color: #bd1220;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option.selectboxit-selected.price *,
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option.selectboxit-selected span {
  color: #fff;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option.selectboxit-selected.price * sup,
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option.selectboxit-selected span sup {
  color: #fff;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor {
  padding-right: 0;
  display: table;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor:after {
  content: "";
  display: table;
  clear: both;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor .selectboxit-option-text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor .price {
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  float: right;
  padding: 10px;
  text-align: center;
  min-width: 150px;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor .price * {
  font-style: normal;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  color: #373737;
  height: auto;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor .price .prefix {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2px;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor .price .prefix del {
  text-decoration: line-through;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor .price .prefix del sup {
  vertical-align: super;
  font-size: 10px;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor .price .figure {
  display: block;
  font-weight: 600;
  font-size: 44px;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor .price .figure sup {
  font-size: 16px;
  vertical-align: super;
  font-weight: 600;
}
.selectboxit-container .selectboxit-options.selectboxit-options-offers .selectboxit-option-anchor .price .suffix {
  display: block;
  font-weight: 200;
  font-size: 16px;
}
.selectboxit-container .selectboxit-options li,
.selectboxit-container .selectboxit-options a,
.selectboxit-container .selectboxit-options span {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  font-family: 'Libre Baskerville', serif;
  height: 40px;
}
.selectboxit-container .selectboxit-options .selectboxit-option-offer {
  height: 100px;
  line-height: 100px;
}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit-container .selectboxit {
  cursor: pointer;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  width: auto !important;
}
.selectboxit-container .selectboxit.selectboxit-offers {
  width: 100% !important;
}
.selectboxit-container .selectboxit-option-icon {
  display: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.selectboxit-container .selectboxit-option-icon-url {
  display: block;
  margin-left: 5px;
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-container * {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 52px;
  font-family: 'Libre Baskerville', serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit .selectboxit-arrow-container {
  /*.selectboxit-arrow.icon-arrow {
        // .icon-arrow-down-nobel
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Ecircle%2C%20ellipse%2C%20line%2C%20path%2C%20polygon%2C%20polyline%2C%20rect%2C%20text%20%7B%20fill%3A%20%239f9495%20!important%3B%20stroke%3A%20%239f9495!important%3B%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M110%2043.5l-46%2045.2-46-45.2%204.2-4.2%2041.8%2041%2041.8-41z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-position: 0 0;
        background-color: @color-white;
        background-size: cover;
        width:1.6rem;
        height:1.6rem;
        display:block;
        position:absolute;
        right:0;
        top:0.9rem;
        border-radius: 1rem;
    }*/
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 52px;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow::before {
  display: inline-block;
  content: "<";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  font-family: 'Advent Pro', sans-serif;
  color: #bd1220;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 20px;
}
.selectboxit {
  background-color: #ffffff;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0 none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #777777;
}
.selectboxit-list .selectboxit-option-anchor {
  color: #373737;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #808080;
  background-color: #f8e7e9;
  background-repeat: repeat-x;
}
.selectboxit.selectboxit-open .selectboxit-arrow-container {
  /*.selectboxit-arrow.icon-arrow {
        transform:rotate(180deg);
    }*/
}
.selectboxit.selectboxit-open .selectboxit-arrow-container .selectboxit-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}
.jqueryui .ui-icon {
  background-color: inherit;
}
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.selectboxit-optgroup-header {
  font-weight: bold;
}
.selectboxit-text {
  text-indent: 0;
  padding: 0 52px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: none !important;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
}
.selectboxit-btn {
  border: 1px solid #ebebeb;
}
.selectboxit-selected {
  background-color: #bd1220;
}
.selectboxit-selected > .selectboxit-option-anchor {
  background-color: #bd1220 !important;
  color: #fff !important;
}
.selectboxit-option-icon-container {
  display: none !important;
}
.selectboxit-arrow-container {
  width: 52px;
  position: absolute;
  top: 0;
  right: 0;
}
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Select white (ex: webcams archives)
   ========================================================================== */
.selectboxit-container.select-white .selectboxit {
  margin: 0;
}
.selectboxit-container.select-white span,
.selectboxit-container.select-white .selectboxit-options a {
  font-style: normal;
  font-size: 14px;
  font-family: 'Exo 2', sans-serif;
  color: #012146;
}
.selectboxit-container.select-white .selectboxit-text {
  padding: 0 40px 0 20px;
}
/* ==========================================================================
 * DATEPICKER
 * ========================================================================== */
/* Date picker
 * ========================================================================== */
.ui-datepicker {
  z-index: auto;
  background: transparent;
  padding: 0;
  border: transparent;
  width: auto;
  min-width: 317px;
  text-align: center;
  font-family: Arial, sans-serif;
  display: none;
  border: 1px solid #ebebeb;
}
.ui-datepicker table {
  margin: 0;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.5rem;
}
.ui-datepicker table th {
  padding: 0;
  font-weight: 400;
  color: #ffffff;
  border: #ffffff;
  border-bottom-width: 0;
  border-color: transparent;
  background-color: #c6c6c6;
  text-transform: uppercase;
}
.ui-datepicker table tr:last-child td {
  border-bottom-width: .1rem;
}
.ui-datepicker table td {
  padding: 0;
  color: #373737;
  border: 1px solid #ffffff;
  background-color: #fff;
}
.ui-datepicker table td span,
.ui-datepicker table td a {
  display: block;
  background-color: #ebebeb;
  color: #373737;
  border: 1px solid transparent;
}
.ui-datepicker table td span {
  opacity: .3;
}
.ui-datepicker table td.ui-datepicker-available-day a,
.ui-datepicker table td a {
  text-decoration: none;
  color: #373737;
}
.ui-datepicker table td.ui-datepicker-available-day a:hover,
.ui-datepicker table td a:hover {
  z-index: 7;
  background-color: #f3f3f3;
}
.ui-datepicker table td.ui-datepicker-today a,
.ui-datepicker table td.ui-datepicker-today a:hover,
.ui-datepicker table td.ui-datepicker-today span {
  color: #575757;
  border: 1px solid #80d4ec !important;
}
.ui-datepicker table td.ui-datepicker-current-day a,
.ui-datepicker table td.ui-datepicker-current-day a:hover,
.ui-datepicker table td.ui-datepicker-current-day span {
  color: #ffffff;
  background-color: #bd1220;
  border: 1px solid transparent;
}
.ui-datepicker table td.ui-datepicker-current-day span {
  opacity: .9;
}
.ui-datepicker table td.ui-datepicker-weekend-day a,
.ui-datepicker table td.ui-datepicker-weekend-day a:hover,
.ui-datepicker table td.ui-datepicker-weekend-day span {
  background-color: #d3d3d3;
}
.ui-datepicker table td.ui-datepicker-weekend-day a:hover {
  z-index: 7;
  background-color: #dbdbdb;
}
.ui-datepicker table td.ui-datepicker-other-month {
  background-color: #ffffff;
}
.ui-datepicker table td.ui-datepicker-available-day a,
.ui-datepicker table td.ui-datepicker-available-day a:hover,
.ui-datepicker table td.ui-datepicker-available-day span {
  background-image: url('../images/datepicker/overlay-pattern.html');
  border: 1px solid #8fbd13;
}
.ui-datepicker table td.ui-datepicker-unavailable-day a,
.ui-datepicker table td.ui-datepicker-unavailable-day a:hover,
.ui-datepicker table td.ui-datepicker-unavailable-day span {
  border: 1px solid #bd1220;
  cursor: default;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background-color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  display: block;
  top: 0;
  width: 5rem;
  height: 5rem;
  background-color: #575757;
  background-size: contain;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  width: 5rem;
  height: 5rem;
  background: none;
  text-indent: -999em;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  cursor: default;
  opacity: .2;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Ecircle%2C%20ellipse%2C%20line%2C%20path%2C%20polygon%2C%20polyline%2C%20rect%2C%20text%20%7B%20fill%3A%20%23ffffff%20!important%3B%20stroke%3A%20%23ffffff!important%3B%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M85.5%20110l-45.2-46%2045.2-46%204.2%204.2-41%2041.8%2041%2041.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Ecircle%2C%20ellipse%2C%20line%2C%20path%2C%20polygon%2C%20polyline%2C%20rect%2C%20text%20%7B%20fill%3A%20%23ffffff%20!important%3B%20stroke%3A%20%23ffffff!important%3B%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M42.7%2018.4l46%2045.2-44.4%2046.7-4.3-4.1%2040.3-42.5-41.8-41.1z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 5rem;
  font-size: 1.8rem;
  height: 5rem;
  line-height: 5rem;
  font-weight: 400;
  background-color: #ffffff;
  color: #373737;
}
/* ==========================================================================
   COLORBOX
   ========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(images/loading.html) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.html) no-repeat 0 0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
/* ==========================================================================
   Section
   ========================================================================== */
#cboxClose {
  height: 30px;
  width: 30px;
  right: -30px;
  top: -40px;
}
#cboxClose:after {
  content: '\00d7';
  font-size: 100px;
  line-height: 25px;
  font-family: 'Advent Pro', sans-serif;
  color: #bd1220;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  height: 30px;
  width: 30px;
}
#cboxNext {
  height: 100px;
  width: 50px;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#cboxNext:after {
  content: '>';
  position: absolute;
  font-family: 'Advent Pro', sans-serif;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  height: 72px;
  width: 21px;
  text-indent: 0;
  z-index: 1;
  font-size: 70px;
  line-height: 72px;
}
#cboxPrevious {
  height: 100px;
  width: 50px;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#cboxPrevious:after {
  content: '<';
  position: absolute;
  font-family: 'Advent Pro', sans-serif;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  height: 72px;
  width: 21px;
  text-indent: 0;
  z-index: 1;
  font-size: 70px;
  line-height: 72px;
}
/* Pages
 * ========================================================================== */
/* ==========================================================================
 * HOME
 * ========================================================================== */
/* Slider profile
 * ========================================================================== */
.slider-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width:739px) {
  .slider-profile {
    background: url(../images/bg-banner-home-mobile.html) no-repeat center top;
    background-size: cover;
  }
}
.slider-profile .slide {
  width: 100%;
  height: -webkit-calc(100vh - 114px);
  height: calc(100vh - 114px);
}
@media screen and (max-width:1359px) {
  .slider-profile .slide {
    height: -webkit-calc(100vh - 104px) !important;
    height: calc(100vh - 104px) !important;
  }
}
@media screen and (max-width:939px) {
  .slider-profile .slide {
    height: -webkit-calc(100vh - 60px) !important;
    height: calc(100vh - 60px) !important;
  }
}
@media screen and (max-width:739px) {
  .slider-profile .slide {
    height: -webkit-calc(100vw) !important;
    height: calc(100vw) !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:1359px) {
  .slider-profile .slide img {
    height: 100%;
  }
}
@media screen and (max-width:739px) {
  .slider-profile .slide img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 50%;
    border: 8px solid #ebebeb;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.slider-profile .slide:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media screen and (max-width:739px) {
  .slider-profile .slide:after {
    display: none;
  }
}
.slider-profile .slide span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -100px;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width:739px) {
  .slider-profile .slide span {
    position: static;
    top: inherit;
    left: inherit;
    color: #bd1220;
    display: block;
    margin: 10px 10px 40px 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.slider-profile .slide span strong {
  font-size: 50px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width:739px) {
  .slider-profile .slide span strong {
    font-size: 25px;
  }
}
.slider-profile .slide span em {
  font-size: 32px;
  font-style: italic;
  font-family: 'Libre Baskerville', serif;
}
@media screen and (max-width:739px) {
  .slider-profile .slide span em {
    font-size: 16px;
  }
}
.slider-profile .slide .popin {
  display: none;
}
.slider-profile .firstSlide span {
  opacity: 0;
  -webkit-transition: 1s;
          transition: 1s;
}
.slick-initialized.slider-profile {
  opacity: 1;
}
#popin_profile {
  z-index: 1;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px;
  background-color: #fff;
  padding: 40px 20px 30px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  display: none;
}
#popin_profile p,
#popin_profile strong,
#popin_profile small {
  display: block;
}
#popin_profile strong {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #012146;
}
#popin_profile strong.dash {
  padding-bottom: 40px;
}
#popin_profile strong.dash::after {
  bottom: 20px;
}
#popin_profile small {
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
}
#popin_profile .close-button {
  padding: 12px;
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
article > header > .header-moteur {
  padding: 15px 0 0 0;
}
article > header > .header-moteur .headline {
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
}
article > header > .header-moteur .header-search {
  font-size: 0;
  position: relative;
  padding-right: 52px;
}
article > header > .header-moteur .header-search .button {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20px;
}
article > header > .header-moteur .header-search > .field,
article > header > .header-moteur .header-search > .field label {
  display: inline-block;
  vertical-align: middle;
}
article > header > .header-moteur .header-search > .field {
  width: auto;
  font-size: 0;
}
article > header > .header-moteur .header-search > .field label {
  width: auto;
  font-family: 'Libre Baskerville', serif;
  font-size: 22px;
  font-style: italic;
  line-height: 32px;
  vertical-align: middle;
  margin: 0 10px;
}
article > header > .header-moteur .header-search > .field input {
  width: 180px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0;
  text-align: center;
}
article > header > .header-moteur .header-search > .field select,
article > header > .header-moteur .header-search > .field .selectboxit-container {
  width: 40px;
  height: 32px;
  line-height: 32px;
}
article > header > .header-moteur .header-search .selectboxit-container,
article > header > .header-moteur .header-search .selectboxit-container .selectboxit,
article > header > .header-moteur .header-search .selectboxit-container .selectboxit-text {
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
}
article > header > .header-moteur .header-search .selectboxit-container .selectboxit-text {
  padding: 0 10px;
}
article > header > .header-moteur .header-search .selectboxit-arrow-container {
  display: none;
}
article > header > .header-moteur .header-search .field-datepicker input,
article > header > .header-moteur .header-search .selectboxit-container .selectboxit-text {
  border-color: #fff;
}
/* Half circle slider profile
 * ========================================================================== */
.profile-circle {
  /*position: absolute;
  left: 80px;
  bottom: 0;
  top: 0;
  width: 425px;
  overflow: hidden;
  @media @screen-max-small {
    left: 30px;
  }
  @media @screen-mobile {
    position: static;
    left: inherit;
    top: inherit;
    width: auto;
  }
  &:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 100px;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    border: 1px solid #fff;
    @media @screen-max-medium {
      width: 700px;
      height: 700px;
    }
    @media @screen-max-small {
      width: 480px;
      height: 480px;
    }
    @media @screen-mobile {
      display: none;
    }
  }*/
}
/* Navigation slider profile
 * ========================================================================== */
.nav-slider-profile {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-slider-profile li {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  color: #012146;
  -webkit-transition: .3s;
          transition: .3s;
  cursor: pointer;
  margin: 20px;
  /*&.active:hover {
      background-color: #fff;
      color: @color-red-fireEngine;
      border: 2px solid @color-red-fireEngine;
    }*/
}
.nav-slider-profile li::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 0;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.nav-slider-profile li span {
  z-index: 1;
  position: relative;
}
.nav-slider-profile li:before {
  content: '';
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
.nav-slider-profile li span {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}
.nav-slider-profile li:not(.active):hover {
  background-color: #ffffff;
}
.nav-slider-profile li:not(.active):hover::after {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0);
  top: -10px;
  left: -10px;
}
.nav-slider-profile li.active {
  background-color: #bd1220;
  color: #fff;
  height: 60px;
  width: 60px;
}
.nav-slider-profile li.active::after {
  border: 1px solid rgba(255, 255, 255, 0);
}
.nav-slider-profile li.active span {
  font-size: 0;
}
.nav-slider-profile li.active span:after {
  content: '\00d7';
  font-size: 25px;
  font-family: Arial, sans-serif;
}
@media screen and (max-width:739px) {
  .nav-slider-profile li.active span:after {
    font-size: 20px;
  }
}
@media screen and (max-width:739px) {
  .nav-slider-profile {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .nav-slider-profile li {
    margin: 0;
  }
}
@media screen and (max-width:739px) {
  .nav-slider-profile li:nth-child(1) {
    top: 60px;
  }
}
@media screen and (max-width:739px) {
  .nav-slider-profile li:nth-child(2) {
    top: 25px;
  }
}
@media screen and (max-width:739px) {
  .nav-slider-profile li:nth-child(3) {
    top: 25px;
  }
}
@media screen and (max-width:739px) {
  .nav-slider-profile li:nth-child(4) {
    top: 60px;
  }
}
.nav-slider-profile li:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s .3s, -webkit-transform 1s .3s;
          transition: opacity 1s .3s, transform 1s .3s;
}
.nav-slider-profile li:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s .3s, -webkit-transform 1s .6s;
          transition: opacity 1s .3s, transform 1s .6s;
}
.nav-slider-profile li:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s .3s, -webkit-transform 1s .9s;
          transition: opacity 1s .3s, transform 1s .9s;
}
.nav-slider-profile li:nth-child(4) {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s .3s, -webkit-transform 1s 1.2s;
          transition: opacity 1s .3s, transform 1s 1.2s;
}
/* Block home heights
 * ========================================================================== */
.home-block-height-100 {
  height: 454px;
}
@media screen and (min-width:1360px) and (max-width:1439px) {
  .home-block-height-100 {
    height: 434px;
  }
}
@media screen and (min-width:1220px) and (max-width:1359px) {
  .home-block-height-100 {
    height: 386px;
  }
}
@media screen and (min-width:740px) and (max-width:939px) {
  .home-block-height-100 {
    height: 370px;
  }
}
@media screen and (max-width:739px) {
  .home-block-height-100 {
    height: auto;
  }
}
.home-block-height-75 {
  height: 350px;
}
.home-block-height-50 {
  height: 227px;
}
@media screen and (min-width:1360px) and (max-width:1439px) {
  .home-block-height-50 {
    height: 217px;
  }
}
@media screen and (min-width:1220px) and (max-width:1359px) {
  .home-block-height-50 {
    height: 193px;
  }
}
@media screen and (min-width:740px) and (max-width:939px) {
  .home-block-height-50 {
    height: 185px;
  }
}
@media screen and (max-width:739px) {
  .home-block-height-50.featured-road-status {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* Home social mobile
 * ========================================================================== */
.home-social-mobile {
  text-align: center;
  padding: 40px 0 30px 0;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
}
.home-social-mobile .title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #012146;
  margin-bottom: 20px;
}
.home-social-mobile .title em {
  text-transform: none;
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
}
.home-social-mobile .vertical-dots {
  margin-bottom: 20px;
}
.home-social-mobile .vertical-dots i {
  display: block;
  height: 6px;
  width: 6px;
  background: #012146;
  margin: 0 auto 8px auto;
  border-radius: 50%;
}
.home-social-mobile svg {
  fill: #012146;
}
.home-social-mobile svg path {
  fill: #012146;
}
.home-social-mobile .button {
  display: block;
  margin: 0 auto 14px auto;
  padding: 10px 0 0 0;
}
/* Home moteur mobile
 * ========================================================================== */
.moteur-mobile > .btn {
  background: #012146;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  padding: 15px;
}
/* Home meteo mobile
 * ========================================================================== */
.meteo-mobile {
  background: #bd1220;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
.meteo-mobile .item {
  padding: 10px 0;
  border-right: 1px solid #fff;
}
.meteo-mobile .item:last-child {
  border: none;
}
.meteo-mobile .item img {
  height: 25px;
  margin-bottom: 5px;
}
.meteo-mobile .item .temp {
  margin-bottom: 5px;
  padding-top: 5px;
  height: 25px;
  font-size: 14px;
  font-weight: 600;
}
.meteo-mobile .title {
  font-size: 10px;
}
.meteo-mobile .title em {
  font-family: 'Libre Baskerville', serif;
  display: block;
}
/* Home footer mobile
 * ========================================================================== */
.footer-home-mobile {
  text-align: center;
  border-top: 1px solid #c6c6c6;
}
.footer-home-mobile .item {
  border-right: 1px solid #c6c6c6;
  padding: 15px 0;
  text-decoration: none;
}
.footer-home-mobile .item:last-child {
  border: none;
}
.footer-home-mobile .title {
  margin-top: 5px;
}
.footer-home-mobile svg {
  fill: #bd1220;
}
.footer-home-mobile svg path {
  fill: #bd1220;
}
/* Home trackmap / home feature img
 * ========================================================================== */
@media screen and (max-width:1219px) {
  .home .featured-trackmap,
  .home .featured-img {
    border-bottom: 1px solid #c6c6c6;
  }
}
/* Home social wall
 * ========================================================================== */
.home-social-wall .social-wall-banner {
  height: auto;
  background: none;
  padding: 20px 0;
}
.home-social-wall .social-wall-banner .social-nav {
  margin: 0;
  padding: 0;
}
.home-social-wall .social-wall-banner .social-nav:after {
  display: none;
}
.home-social-wall .social-wall-list {
  width: 100%;
  max-height: 540px !important;
}
@media screen and (max-width:1439px) {
  .home-social-wall .social-wall-list {
    max-height: 640px !important;
  }
}
@media screen and (max-width:1359px) {
  .home-social-wall .social-wall-list {
    max-height: 560px !important;
  }
}
@media screen and (max-width:1219px) {
  .home-social-wall .social-wall-list {
    max-height: 600px !important;
  }
}
@media screen and (max-width:939px) {
  .home-social-wall .social-wall-list {
    max-height: 690px !important;
  }
}
.icon-scroll,
.icon-scroll::before {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 50%;
}
.icon-scroll {
  border: 0 none;
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 120px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 4px #fff;
  border-radius: 25px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
@media screen and (max-width:1219px) {
  .icon-scroll {
    bottom: 190px;
  }
}
@media screen and (max-width:739px) {
  .icon-scroll {
    bottom: 30px;
  }
}
.icon-scroll::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@media screen and (max-width:739px) {
  .icon-scroll {
    /*bottom: 0;
    box-shadow: inset 0 0 0 4px @color-red-fireEngine;
    &::before {
      background: @color-red-fireEngine;
    }*/
    display: none;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
/* Moteur banner (surcharge widget)
 * ========================================================================== */
@media screen and (min-width:1220px) {
  .home #widget-recherche-partenaire .WidgetCombine.Interieur {
    float: none !important;
    position: absolute !important;
    opacity: 0;
    bottom: -100px;
    -webkit-transition: 1s 1s;
            transition: 1s 1s;
    left: 0;
    height: auto;
    text-align: center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur h3 {
    text-align: left;
    padding-right: 15px !important;
    margin: 0;
    font-weight: normal;
    font-size: 20px !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a {
    background-color: #bd1220 !important;
    color: #fff!important;
    border: #bd1220 solid 2px;
    font-family: 'Exo 2', sans-serif;
    border-radius: 0;
    margin-left: 10px;
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a:hover {
    background-color: #ffffff!important;
    color: #bd1220!important;
    border: #bd1220 solid 2px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .FiltreMoteurExt {
    padding: 0;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .GroupeCorps {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .GroupeCorps > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .GroupeCorps .FiltreMoteurExt,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .GroupeCorps #widget-localisation {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: auto !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .TypeGM .FiltreMoteurExt .OsWrapSelect,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .TypeGM .osgeocontrol .OsWrapSelect,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsWrapSelect {
    font-style: italic;
    height: auto !important;
    line-height: 100%;
    background-color: #405873 !important;
    background-image: none !important;
    padding: 0 !important;
    position: relative;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .TypeGM .FiltreMoteurExt .OsWrapSelect::after,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .TypeGM .osgeocontrol .OsWrapSelect::after,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsWrapSelect::after {
    content: ">";
    display: block;
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 1em;
    font-family: 'Advent Pro', sans-serif;
    color: #fff;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 14px;
    right: 10px;
    pointer-events: none;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .TypeGM .FiltreMoteurExt .OsWrapSelect select,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .TypeGM .osgeocontrol .OsWrapSelect select,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsWrapSelect select {
    width: 100% !important;
    font-style: normal !important;
    font-size: 16px !important;
    font-family: 'Exo 2', sans-serif !important;
    color: #fff !important;
    padding: 15px 25px 15px 15px !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .TypeGM .FiltreMoteurExt .OsWrapSelect select option,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .TypeGM .osgeocontrol .OsWrapSelect select option,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsWrapSelect select option {
    color: #666!important;
    font-weight: bold!important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsWrapSelect select,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .PanneauAge select,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsProduit.api .OsMoteur .OsMoteurCriterisation select,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsProduit.api .OsMoteurResultat .OsWrapSelect select,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsProduit.api .OsMoteur .OsMoteurCriterisation .OsWrapSelect select.OsMoteurCombo,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsProduit.api .TableHotel .TableHotel-Tr.Ligne .Chambre .OsWrapSelect select.OSCombo {
    font-size: 16px !important;
    line-height: 22px !important;
    font-style: italic;
    font-weight: normal;
    height: auto;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .FiltreMoteurExt,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur #widget-localisation {
    width: auto !important;
    float: none;
    display: inline-block;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur #widget-filtreur {
    float: none;
    width: 100%;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCriterisation {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreMoteur_7234 {
    width: 100%;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreur,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCriterisation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .std.valdisere-v2 .OsFiltreInputDate.OsFiltreCombo,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .std.valdisere-v2 .OsFiltreInputDateDepart.OsFiltreCombo {
    font-size: 22px;
    line-height: 22px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreAgesEnfant {
    width: 50%;
    float: right;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreAgesEnfant .OsWrapSelect {
    width: 100% !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreAgesEnfant .OsWrapSelect select {
    font-size: 18px !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritere_capacite {
    width: auto;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritere_capacite .OsWrapSelect {
    height: auto !important;
    line-height: 100%;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritere_nbpers {
    width: 50% !important;
    padding-bottom: 0 !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .std.valdisere-v2 .OsFiltreInputDate.OsFiltreCombo,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .std.valdisere-v2 .OsFiltreInputDateDepart.OsFiltreCombo {
    border-bottom: 1px dashed #fff;
    height: 38px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritere_date {
    position: relative;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritere_date .OsFiltreInputDateSuppr {
    right: -10px !important;
    bottom: -18px !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritere_date::after {
    content: '';
    background: url('../images/svg/calendar-white.html');
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    right: 15px;
    pointer-events: none;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .hasDatepicker {
    background-color: #405873 !important;
    padding: 15px 25px 15px 15px !important;
    height: auto !important;
    border-bottom: 0 none !important;
    font-style: normal !important;
    font-size: 16px !important;
    font-family: 'Exo 2', sans-serif !important;
    color: #fff !important;
  }
}
@media screen and (min-width:1220px) and screen and (max-width:1219px) {
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .GroupeCorps {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .GroupeCorps #widget-localisation {
    padding-right: 0 !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .GroupeCorps .FiltreMoteurExt,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .GroupeCorps #widget-localisation {
    padding-bottom: 10px;
  }
}
@media screen and (min-width:1220px) and screen and (min-width:1220px) {
  .home #widget-recherche-partenaire .WidgetCombine.Interieur h3 {
    width: 220px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .WidgetCombineContent {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (min-width:1220px) and screen and (max-width:939px) {
  .home #widget-recherche-partenaire .WidgetCombine.Interieur {
    bottom: 10px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .hasDatepicker {
    font-size: 12px !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
}
@media screen and (min-width:1220px) and screen and (max-width:739px) {
  .home #widget-recherche-partenaire .WidgetCombine.Interieur {
    position: relative !important;
  }
}
@media screen and (max-width:739px) {
  .home {
    /*.os-widget-filtreur-std-valdisere-onglet1 .OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritBloc {
        width: 50%!important;
    }*/
    /**** Widget Int�rieur Val d'Is�re ****/
    /* Home Page Valdisre*/
  }
  .home #widget-recherche-partenaire.WidgetHPMobile {
    background: #ebebeb;
    padding: 20px 10px;
    display: none;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur {
    bottom: 0!important;
  }
  .home .OsRecherchePartenaire .Groupe .GroupeEntete,
  .home .OsRecherchePartenaire .Groupe .GroupeEntete.GroupeEnteteEnCours,
  .home .WidgetCombine.Interieur #widget-typehebe,
  .home .WidgetCombine.Interieur #widget-capacite,
  .home .FiltreMoteurExt .TitreMoteurExt {
    display: none!important;
  }
  .home .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_capacite {
    display: block!important;
  }
  .home .WidgetCombine.Interieur #widget-localisation {
    float: left;
    width: 18%;
    padding-right: 10px!important;
  }
  .home .WidgetCombine.Interieur #widget-localisation .osgeocontrol.localisation {
    padding-top: 0px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur {
    background-color: #012146!important;
    width: 100%!important;
    float: left;
    padding: 15px !important;
    position: relative!important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:link,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:active,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:visited {
    bottom: 0;
    height: 52px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -5000px;
    width: 52px;
    background-color: #bd1220;
    color: #ffffff;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a:after {
    content: "go";
    display: block;
    text-indent: 0;
    font-weight: normal;
    font-size: 20px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a:hover {
    background-color: #ffffff!important;
    color: #bd1220!important;
    border: #bd1220 solid 2px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritereContenu {
    padding-bottom: 0px !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreInputDateSuppr {
    right: 5px!important;
    height: 30px!important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreInputDateDepart .OsFiltreInputDateSuppr {
    display: none!important;
  }
  .home .std.valdisere-v2 .OsFiltreInputDate.OsFiltreCombo,
  .home .std.valdisere-v2 .OsFiltreInputDateDepart.OsFiltreCombo {
    background: #012146 none repeat scroll 0 0;
    border-bottom: dotted #b5c8d6 2px;
    box-shadow: none !important;
    color: #d61920;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur h3 {
    color: #ffffff;
    font-family: "Exo 2", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    margin: 5px 0 15px;
    text-align: center;
    text-transform: uppercase;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur h3 span {
    position: relative;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur h3 span:before {
    border-top: 4px solid #fff;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: -50px;
  }
  .home .OsRecherchePartenaire .Groupe .GroupeCorps {
    background-color: transparent!important;
    margin: 0 auto!important;
    padding: 0!important;
    position: inherit!important;
    width: 100%!important;
  }
  .home .OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreBlocResa .OsFiltreCritereTitre,
  .home .OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritere_nbpers .OsFiltreBlocNbPers .OsFiltreCritereTitre {
    display: none !important;
  }
  .home .TypeGM .FiltreMoteurExt .OsWrapSelect,
  .home .TypeGM .osgeocontrol .OsWrapSelect,
  .home .WidgetCombine.Interieur .OsWrapSelect {
    background-color: #012146 !important;
    border: medium none !important;
    box-shadow: none !important;
    font-family: "Libre Baskerville", serif;
  }
  .home .WidgetCombine.Interieur input.OsFiltreCombo {
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2) inset !important;
  }
  .home .OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreFiltre {
    float: left !important;
    width: 100%;
  }
  .home .OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritBloc {
    float: left !important;
    width: 25%;
    padding-right: 10px!important;
  }
  .home .OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_typehebe {
    display: none;
  }
  .home .OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers {
    float: left !important;
    width: 40%;
    padding-right: 00px!important;
  }
  .home .OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers .OsFiltreCritere_nbadulte,
  .home .OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers .OsFiltreCritere_nbenf {
    float: left !important;
    width: 50%!important;
    padding-right: 10px!important;
  }
  .home .OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers .OsFiltreCritere_nbenf {
    padding-right: 0px!important;
  }
  .home .FiltreMoteurExt {
    float: left;
    width: 21%;
    padding-right: 10px!important;
    padding-top: 0px;
  }
  .home .FiltreMoteurExt .FiltreMoteurExt {
    padding: 0!important;
  }
  .home #widget-filtreur {
    float: left;
    width: 60%;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreAgesEnfant:before {
    content: none;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreAgesEnfant .OsWrapSelect {
    width: 43% !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreAgesEnfant .OsWrapSelect select {
    width: 135%!important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsWrapSelect {
    background-color: #ffffff !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .OsFiltreInputDate.OsFiltreCombo,
  .home #widget-recherche-partenaire.WidgetHPMobile .OsFiltreInputDateDepart.OsFiltreCombo {
    background: #ffffff url("images/ico-calendar.html") no-repeat scroll 99% center !important;
    border-bottom: none!important;
    color: #3b3b3b!important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile.OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers .OsFiltreCritere_nbadulte,
  .home #widget-recherche-partenaire.WidgetHPMobile.OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers .OsFiltreCritere_nbenf {
    float: left !important;
    padding: 2px !important;
    width: 50% !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .localisation .entete {
    display: block !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .FiltreMoteurExt {
    padding: 0px;
    width: 100%;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .localisation .entete .titre {
    color: #3b3b3b !important;
    padding: 4px 0 !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .osgeocontrol.localisation .entete,
  .home #widget-recherche-partenaire.WidgetHPMobile .TitreMoteurExt {
    background: none!important;
    display: block !important;
    font-size: 14px!important;
    font-weight: bold!important;
    text-align: center!important;
    text-transform: uppercase;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .TitreMoteurExt {
    padding-bottom: 4px;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile.OsRecherchePartenaire.Custom .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers .OsFiltreCritere_nbenf {
    padding-right: 0px!important;
    padding-bottom: 0px!important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile.OsRecherchePartenaire.Custom .OsFiltreAgesEnfant .OsWrapSelect {
    margin-top: 2px;
    margin-right: 2px;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile {
    width: 100%!important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile #widget-filtreur {
    width: 100%!important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile #widget-localisation {
    float: none;
    padding-right: 0px!important;
    width: 100%;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .OsFiltreBoutonRecherche a::after {
    content: "Trouver" !important;
    text-transform: uppercase;
  }
  .home .oslangue-uk #widget-recherche-partenaire.WidgetHPMobile .OsFiltreBoutonRecherche a::after {
    content: "Search" !important;
    text-transform: uppercase;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche,
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:link,
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:active,
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:visited {
    background-color: #bd1220 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    left: 0;
    margin: -5px auto !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:hover {
    background-color: #012146!important;
    border: none;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 10px 0 60px !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur h3 {
    display: none;
    /*color: #bd1220;
      font-size: 16px !important;
      margin: 0 !important;
      padding: 0 0 10px !important;
      text-align: center;*/
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreBlocResa .OsFiltreCritereTitre {
    color: #3b3b3b;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: block!important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreBlocNbPers .OsFiltreCritere_nbadulte .OsFiltreCritereTitre,
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreBlocNbPers .OsFiltreCritere_nbenf .OsFiltreCritereTitre,
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreCritere_capacite .OsFiltreCritereTitre {
    display: block!important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreCritere_nbpers .OsFiltreCritereTitre {
    display: none!important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur h3 span:before {
    display: none!important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .FiltreMoteurExt {
    float: left !important;
    padding: 2px !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreCritBloc {
    float: left !important;
    padding: 2px!important;
    width: 50% !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_capacite {
    width: 100% !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .OsFiltreCritBloc.OsFiltreCritere_capacite .OsFiltreCritereTitre {
    color: #3b3b3b !important;
    padding: 4px 0 !important;
    font-weight: bold;
    text-align: center;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers {
    width: 100%!important;
    padding-right: 0px !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreCritBloc.OsDateFin {
    padding-right: 0px !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreAgesEnfant .OsWrapSelect {
    width: 49.4% !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .WidgetCombine.Interieur .OsFiltreAgesEnfant .OsWrapSelect:nth-child(2n) {
    margin-right: 0px;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .OsFiltreBlocResa select,
  .home #widget-recherche-partenaire.WidgetHPMobile .osgeocontrol select {
    width: 135% !important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .OsFiltreInputDate.OsFiltreCombo,
  .home #widget-recherche-partenaire.WidgetHPMobile .OsFiltreInputDateDepart.OsFiltreCombo {
    color: #3b3b3b!important;
  }
  .home #widget-recherche-partenaire.WidgetHPMobile .OsWrapSelect,
  .home #widget-recherche-partenaire.WidgetHPMobile .OsWrapSelect select {
    color: #3b3b3b !important;
    font-family: "Libre Baskerville", serif;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur {
    float: none;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .FiltreMoteurExt,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur #widget-filtreur {
    float: none!important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsWrapSelect {
    height: 50px!important;
    padding-top: 0px!important;
    padding-left: 10px!important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsWrapSelect,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsWrapSelect select {
    font-family: 'Libre Baskerville', serif;
    height: 50px;
    line-height: 50px!important;
    font-size: 20px!important;
    color: #808080!important;
    font-style: italic;
    width: 100% !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsWrapSelect,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .PanneauAge,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur #tab-produit .PanneauAge,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur #tab-produit .OsWrapSelect {
    background-position: right 3px center!important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur #widget-localisation .osgeocontrol.localisation,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers {
    margin-top: 10px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBlocResa {
    margin-top: 15px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_capacite {
    float: none!important;
    margin-top: 10px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreAgesEnfant {
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    float: right;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreAgesEnfant select {
    font-size: 16px!important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .std.valdisere-v2 .OsFiltreInputDate.OsFiltreCombo,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .std.valdisere-v2 .OsFiltreInputDateDepart.OsFiltreCombo {
    height: 50px;
    background-position: right 5px center!important;
    font-size: 16px;
    color: #808080!important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreInputDateSuppr {
    display: none!important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritereContenu {
    padding-left: 5px;
    background-color: #fff;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:link,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:active,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:visited {
    font-family: 'Exo 2', sans-serif;
    border: 2px solid transparent !important;
    font-weight: 500;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:hover,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:link:hover,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:active:hover,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreBoutonRecherche a.OsFiltreBtnRecherche:visited:hover {
    background: #fff !important;
    border: 2px solid #bd1220 !important;
    color: #bd1220 !important;
  }
}
@media screen and (max-width:739px) and screen and (max-width: 767px) {
  .home #widget-recherche-partenaire .WidgetCombine.Interieur {
    padding: 20px 20px 70px !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur h3 {
    font-size: 30px;
    padding: 0 0 10px !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur h3 span:before {
    top: -23px;
  }
  .home .FiltreMoteurExt {
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    width: 100%!important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritBloc {
    float: left !important;
    padding-right: 10px !important;
    width: 50%!important;
    padding-bottom: 10px;
  }
  .home #widget-filtreur,
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritBloc.OsFiltreCritere_nbpers {
    width: 100%!important;
    padding-right: 0px !important;
  }
  .home .WidgetCombine.Interieur #widget-localisation {
    width: 50%;
    padding-right: 0px;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreCritBloc.OsDateFin {
    padding-right: 0px !important;
  }
  .home #widget-recherche-partenaire .WidgetCombine.Interieur .OsFiltreAgesEnfant .OsWrapSelect {
    width: 23.6% !important;
  }
}
@media screen and (max-width:739px) and screen and (max-width:939px) {
  .home {
    background-color: #fff;
    padding: 10px;
    margin: 0;
  }
  .home > .title {
    font-size: 20px;
    background-color: #fff;
    color: #012146;
    border: 1px solid #d3d3d3;
    padding: 10px;
    width: 300px;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0 0 5px #d3d3d3;
    cursor: pointer;
    z-index: 1;
    position: relative;
  }
  .home #widget-recherche-partenaire {
    display: none;
    background-color: #efefef;
    margin-top: 10px;
    padding: 30px 20px 45px;
    border-radius: 0;
    z-index: 0;
    position: relative;
    width: auto !important;
    margin: -110px -10px 0 !important;
    padding-top: 130px;
  }
}
@media screen and (max-width:739px) and screen and (min-width:740px) and (max-width:939px) {
  .home {
    padding: 10px 0;
    width: 100%;
  }
  .home #widget-recherche-partenaire {
    margin: -110px 0 0 !important;
  }
}
/* ANIMATION HOME SLIDER / VIDEO */
.videoHomeTempo .slider-profile .firstSlide span {
  opacity: 1;
}
.videoHomeTempo.home #widget-recherche-partenaire .WidgetCombine.Interieur {
  bottom: 40px;
  opacity: 1;
}
.videoHomeTempo .nav-slider-profile li:nth-child(1),
.videoHomeTempo .nav-slider-profile li:nth-child(2),
.videoHomeTempo .nav-slider-profile li:nth-child(3),
.videoHomeTempo .nav-slider-profile li:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.videoHomeTempo .icon-scroll,
.videoHomeTempo .icon-scroll::before {
  opacity: 1;
}
/* ==========================================================================
 * HEBERGEMENTS
 * ========================================================================== */
/* Liste Hebergement
 * ========================================================================== */
.list-map-accommodations .block.accommodation {
  display: none;
}
/* Map Hebergement
 * ========================================================================== */
.map-hebergement {
  height: 500px;
  background: #ebebeb;
}
@media screen and (max-width:739px) {
  .map-hebergement {
    height: 300px;
  }
}
/* ==========================================================================
 * ENNEIGEMENT
 * ========================================================================== */
.title-snow {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  color: inherit;
  margin: 0 0 5px 0;
}
/* Snow Height
 * ========================================================================== */
.snow-height {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  color: #575757;
  text-transform: uppercase;
  padding: 70px 0;
  background: #ebebeb;
  background: -webkit-radial-gradient(#ffffff 5%, #ebebeb 95%);
  background: radial-gradient(#ffffff 5%, #ebebeb 95%);
}
.snow-height span {
  display: block;
  margin-top: 5px;
}
.snow-location {
  padding: 0 0 0 15%;
}
.snow-location em {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #808080;
}
/* Snow Risk
 * ========================================================================== */
.snow-risk {
  text-align: center;
  padding: 40px 0 30px 0;
}
.risk-rate {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #bd1220;
  margin: 5px 0;
}
/* Snow Last
 * ========================================================================== */
.snow-last {
  text-align: center;
  padding: 60px 0;
  min-height: 230px;
}
.snow-last .date {
  font-size: 24px;
  font-weight: 600;
  color: #bd1220;
  margin-top: 30px;
  display: block;
}
/* ==========================================================================
 * METEO
 * ========================================================================== */
.col-bg-grey {
  background: #ebebeb;
}
.title1-meteo strong {
  font-size: 26px;
}
.title-meteo {
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  color: #373737;
  text-transform: uppercase;
  display: block;
  margin: 0;
  font-weight: 600;
}
.desc-meteo {
  color: #808080;
  font-style: italic;
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
  font-size: 14px;
}
.padding30-0 {
  padding: 30px 0;
}
.padding60-0 {
  padding: 60px 0;
}
.padding30-10p-30-0 {
  padding: 30px 10% 30px 10%;
}
.width80p {
  width: 80%;
  margin: 0 auto;
}
.ico-meteo {
  margin-bottom: 5px;
}
/* Today
 * ========================================================================== */
.meteo-forcast {
  padding: 30px 0;
  text-align: center;
}
/* temperatures / wind
 * ========================================================================== */
.meteo-temp-wind {
  text-align: center;
  padding: 30px 15px;
}
.meteo-temp-wind .title-meteo {
  margin-bottom: 30px;
}
.meteo-temp-wind .wind {
  font-style: normal;
  color: #bd1220;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.meteo-temp {
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #bd1220;
  display: block;
}
/* conditions
 * ========================================================================== */
.meteo-cond {
  text-align: center;
  padding: 60px 15px;
}
.meteo-cond .title-meteo {
  margin-bottom: 30px;
}
/* ==========================================================================
 * PLAN DES PISTES
 * ========================================================================== */
/* Header iframe
 * ========================================================================== */
.iframe-domaine {
  width: 100%;
  height: 470px;
}
@media screen and (max-width:1219px) {
  .iframe-domaine {
    height: 420px;
  }
}
@media screen and (max-width:939px) {
  .iframe-domaine {
    height: 310px;
  }
}
@media screen and (max-width:739px) {
  .iframe-domaine {
    height: 240px;
  }
}
/* Header VTT
 * ========================================================================== */
.banner-piste-vtt {
  position: relative;
}
.banner-piste-vtt .panel-legend {
  position: absolute;
  top: 75px;
  left: 0;
  bottom: 0;
  width: 434px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width:1359px) {
  .banner-piste-vtt .panel-legend {
    top: 0;
  }
}
@media screen and (max-width:1219px) {
  .banner-piste-vtt .panel-legend {
    display: none;
  }
}
.banner-piste-vtt .panel-legend .inner {
  background: #fff;
  border: 1px solid #c6c6c6;
  height: 100%;
  padding: 20px 0 40px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: .3s;
          transition: .3s;
}
.banner-piste-vtt .panel-legend .inner .title {
  color: #405873;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 40px 100px;
  font-weight: 600;
}
.banner-piste-vtt .panel-legend .inner .content {
  font-size: 12px;
  font-weight: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner-piste-vtt .panel-legend .inner .content > div {
  padding: 0 10px 0 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.banner-piste-vtt .panel-legend .inner .content > div + div {
  border-left: 1px solid #c6c6c6;
}
.banner-piste-vtt .panel-legend .inner .content > div .item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-piste-vtt .panel-legend .inner .content > div .item .picto {
  height: 38px;
  width: 38px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-piste-vtt .panel-legend .inner .content > div .item .picto.liaisons {
  width: 72px;
}
.banner-piste-vtt .panel-legend .button {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Advent Pro', sans-serif;
  font-size: 60px;
  font-weight: 200;
  height: 60px;
  width: 60px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.banner-piste-vtt .panel-legend .button:hover {
  color: #bd1220;
}
.banner-piste-vtt .panel-legend.is-opened .inner {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.banner-piste-vtt .panel-legend.is-opened .button {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* Parametres Meteo
 * ========================================================================== */
.param-meteo {
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #c6c6c6;
}
.param-meteo .title {
  background: #012146;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 8px 0;
}
.param-meteo table {
  width: 100%;
}
.param-meteo td {
  border: 1px solid #c6c6c6;
}
.param-meteo .station td {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  height: 52px;
  font-weight: 600;
}
.param-meteo .altitude td {
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
  color: #012146;
  text-align: center;
  height: 30px;
  vertical-align: middle;
}
.param-meteo .temperature td {
  background: #ebebeb;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.param-meteo .vent td {
  height: 60px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.param-meteo .update td {
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
  color: #012146;
  text-align: center;
  border: 0;
  height: 40px;
  vertical-align: middle;
}
.param-meteo .headers td {
  font-size: 14px;
  border-right: 0;
}
.param-meteo .headers .altitude td {
  border: 0;
}
.param-meteo .headers .station td {
  border: 1px solid transparent;
  border-right: 0;
}
.param-meteo .col-2-5:last-child td:first-child {
  border-left: 0;
}
/* Legends
 * ========================================================================== */
.tracks-opening-legend {
  height: 85px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0;
  padding: 10px;
  background-color: #ebebeb;
}
.track-opening-title {
  font-weight: 200;
  font-size: 15px;
  margin-top: 10px;
  display: block;
}
.track-opening-title.off {
  color: #919191;
}
.tracks-opening-legend .ico-track {
  display: block;
  margin: 0 auto;
}
.ico-track {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #000;
}
.ico-track-opened {
  background-color: #00cc6e;
}
.ico-track-closed {
  background-color: #ff0000;
}
.ico-track-pending {
  background-color: #d8d613;
}
.ico-track-off {
  background-color: #919191;
}
/* Tabs
 * ========================================================================== */
.tabs-trackmap {
  border: 1px solid #c6c6c6;
  border-top: 0;
  border-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width:939px) {
  .tabs-trackmap {
    padding-top: 0;
  }
}
.title-trackmap {
  border-left: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 20px 70px 20px 5%;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #ebebeb;
  width: 50%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  cursor: pointer;
  position: relative;
}
.title-trackmap:after {
  content: '>';
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -40px;
  font-family: 'Advent Pro', sans-serif;
  font-size: 60px;
  font-weight: 200;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #012146;
}
.title-trackmap.active {
  color: #012146;
}
.title-trackmap.active:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width:939px) {
  .title-trackmap {
    padding: 10px 70px 10px 5%;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.title-trackmap em {
  font-weight: 700;
  font-size: 15px;
  display: block;
  font-style: normal;
}
.title-trackmap:first-child {
  left: 0;
  right: 50%;
  border-left: none;
}
.title-trackmap.active {
  background-color: #fff;
  border-bottom: 0;
}
.content-trackmap {
  padding: 40px 0;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (max-width:939px) {
  .content-trackmap {
    padding: 10px 0;
  }
}
.content-trackmap .col-1-2 {
  padding: 0 0 0 5%;
}
.station-tracks .title {
  background: #012146;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  padding: 10px 40px 10px 20px;
  margin: 20px 0 0 0;
  cursor: pointer;
  position: relative;
}
.station-tracks .title:after {
  content: '+';
  position: absolute;
  right: 20px;
  font-style: normal;
  line-height: 0;
  top: 50%;
  margin-top: -3px;
}
.station-tracks .title.opened:after {
  content: '\2013';
}
.station-tracks .content {
  padding: 10px 5%;
}
.station-tracks .ico-track {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
}
.station-tracks .name-track {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
}
.station-tracks .flag-track {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 13px;
  background: #000;
  padding: 5px 0;
  margin-right: 5px;
}
.station-tracks img {
  cursor: help;
}
.station-tracks .info-track {
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
  color: #808080;
  font-style: italic;
  padding: 0 10px 5px 10px;
}
.station-tracks .flag-blue {
  background: #002ed9;
}
.station-tracks .flag-red {
  background: #bd1220;
}
.station-tracks .flag-green {
  background: #07a716;
}
/* ==========================================================================
 * WEBCAMS
 * ========================================================================== */
/* Panorama
 * ========================================================================== */
.panorama-view {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.panorama-view .panorama-container {
  position: relative;
}
.panorama-view .panorama-container img {
  height: 100%;
  position: absolute;
  bottom: 0;
}
.panorama-view .panorama img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.panorama-view .helper {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  display: none;
  background-color: #bd1220;
  padding: 20px;
  border-radius: 10px;
}
.panorama-view .helper.active {
  display: block;
}
.panorama-view .panorama-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
}
@media screen and (max-width:1439px) {
  .panorama-view .panorama-nav {
    width: 170px;
  }
}
@media screen and (max-width:939px) {
  .panorama-view .panorama-nav {
    display: none;
  }
}
.panorama-view .panorama-nav:after {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -28px;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 40px;
  background-color: #fff;
  color: #bd1220;
  font-family: 'Advent Pro', sans-serif;
  font-weight: 200;
  -webkit-transition: background .3s;
          transition: background .3s;
}
.panorama-view .panorama-nav:hover:after {
  background-color: #bd1220;
  color: #fff;
}
.panorama-view .pan-left {
  left: 0;
}
.panorama-view .pan-left:after {
  left: 115px;
  content: '<';
  padding: 0 0 0 18px;
}
@media screen and (max-width:1439px) {
  .panorama-view .pan-left:after {
    left: 85px;
  }
}
@media screen and (max-width:1219px) {
  .panorama-view .pan-left:after {
    left: 65px;
  }
}
.panorama-view .pan-right {
  right: 0;
}
.panorama-view .pan-right:after {
  right: 115px;
  content: '>';
  text-align: right;
  padding: 0 20px 0 0;
}
@media screen and (max-width:1439px) {
  .panorama-view .pan-right:after {
    right: 85px;
  }
}
@media screen and (max-width:1219px) {
  .panorama-view .pan-right:after {
    right: 65px;
  }
}
.panorama-view .fullscreen {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.panorama-view .fullscreen .close {
  display: none;
}
.panorama-view .fullscreen .full {
  display: block;
}
.webcam-circle {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  width: -webkit-calc(100vw - 300px);
  width: calc(100vw - 300px);
  height: -webkit-calc(100vw - 300px);
  height: calc(100vw - 300px);
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width:1359px) {
  .webcam-circle {
    width: -webkit-calc(100vw - 240px);
    width: calc(100vw - 240px);
    height: -webkit-calc(100vw - 240px);
    height: calc(100vw - 240px);
  }
}
@media screen and (max-width:1219px) {
  .webcam-circle {
    width: -webkit-calc(100vw - 200px);
    width: calc(100vw - 200px);
    height: -webkit-calc(100vw - 200px);
    height: calc(100vw - 200px);
  }
}
@media screen and (max-width:939px) {
  .webcam-circle {
    display: none;
  }
}
.no-touch .panorama-view .helper {
  display: none;
}
/* Fullscreen style
 * ========================================================================== */
#pano:-webkit-full-screen {
  height: 100vh !important;
}
#pano:-moz-full-screen {
  height: 100vh !important;
}
#pano:-ms-fullscreen {
  height: 100vh !important;
}
#pano:fullscreen {
  height: 100vh !important;
}
#pano:-webkit-full-screen .panorama-container {
  height: 100vh !important;
}
#pano:-moz-full-screen .panorama-container {
  height: 100vh !important;
}
#pano:-ms-fullscreen .panorama-container {
  height: 100vh !important;
}
#pano:fullscreen .panorama-container {
  height: 100vh !important;
}
#pano:-webkit-full-screen .panorama-container img {
  height: 100vh !important;
}
#pano:-moz-full-screen .panorama-container img {
  height: 100vh !important;
}
#pano:-ms-fullscreen .panorama-container img {
  height: 100vh !important;
}
#pano:fullscreen .panorama-container img {
  height: 100vh !important;
}
#pano:-webkit-full-screen .fullscreen .close {
  display: block;
}
#pano:-moz-full-screen .fullscreen .close {
  display: block;
}
#pano:-ms-fullscreen .fullscreen .close {
  display: block;
}
#pano:fullscreen .fullscreen .close {
  display: block;
}
#pano:-webkit-full-screen .fullscreen .full {
  display: none;
}
#pano:-moz-full-screen .fullscreen .full {
  display: none;
}
#pano:-ms-fullscreen .fullscreen .full {
  display: none;
}
#pano:fullscreen .fullscreen .full {
  display: none;
}
/* Menu webcam
 * ========================================================================== */
.nav-webcam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.nav-webcam a {
  border-bottom: 1px solid #4f637a;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #1b3859;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  padding: 30px 7px;
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s;
          transition: .3s;
}
.nav-webcam a + a {
  border-left: 1px solid #4f637a;
}
.nav-webcam a.active,
.nav-webcam a:hover {
  box-shadow: inset 0px -6px 0px 0px #ffffff;
  margin-bottom: -1px;
}
@media screen and (max-width:739px) {
  .nav-webcam a {
    width: 100%;
  }
}
/* Banner
 * ========================================================================== */
.single-webcam main.width-fixed,
.page-template-page-webcams main.width-fixed {
  overflow: hidden;
}
.single-webcam .subhead a,
.page-template-page-webcams .subhead a {
  color: #bd1220;
  display: inline-block;
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}
.single-webcam .subhead a:hover,
.page-template-page-webcams .subhead a:hover {
  text-decoration: none;
}
.single-webcam .subhead,
.page-template-page-webcams .subhead {
  margin-top: 0 !important;
}
.single-webcam .headSponsors,
.page-template-page-webcams .headSponsors {
  margin-top: 10px;
}
.single-webcam .headSponsors a,
.page-template-page-webcams .headSponsors a {
  display: inline-block;
}
.single-webcam .headSponsors img,
.page-template-page-webcams .headSponsors img {
  width: 30px;
  height: 30px;
  display: block;
}
.single-webcam .toggleTitle,
.page-template-page-webcams .toggleTitle {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: 'Advent Pro', sans-serif;
  height: 30px;
  width: 30px;
  background-color: #bd1220;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
}
@media screen and (min-width:940px) and (max-width:1219px) {
  .single-webcam .toggleTitle,
  .page-template-page-webcams .toggleTitle {
    display: none;
  }
}
.single-webcam .toggleTitle i,
.page-template-page-webcams .toggleTitle i {
  font-style: normal;
  display: block;
}
.single-webcam .toggleTitle.closed i,
.page-template-page-webcams .toggleTitle.closed i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-webcam .webcamBannerTitle,
.page-template-page-webcams .webcamBannerTitle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-transition: .5s;
          transition: .5s;
}
.single-webcam .webcamBannerTitle:before,
.page-template-page-webcams .webcamBannerTitle:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  background: #1b3859;
}
.single-webcam .webcamBannerTitle > .row,
.page-template-page-webcams .webcamBannerTitle > .row {
  position: relative;
}
.single-webcam .webcamBannerTitle > .row:before,
.page-template-page-webcams .webcamBannerTitle > .row:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  background: #012146;
}
@media screen and (max-width:1219px) {
  .single-webcam .webcamBannerTitle .headline,
  .page-template-page-webcams .webcamBannerTitle .headline {
    font-size: 20px;
  }
}
@media screen and (max-width:739px) {
  .single-webcam .webcamBannerTitle,
  .page-template-page-webcams .webcamBannerTitle {
    position: relative;
    top: 0;
    left: 0;
  }
}
.single-webcam .webcamBannerTitle .col-5-6,
.page-template-page-webcams .webcamBannerTitle .col-5-6,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}
.single-webcam .webcamBannerTitle .col-5-6 .header,
.page-template-page-webcams .webcamBannerTitle .col-5-6 .header,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 .header,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 .header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-webcam .webcamBannerTitle .col-5-6 button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button,
.single-webcam .webcamBannerTitle .col-5-6 > a,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a {
  border: 0 none;
  margin-left: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  min-width: 120px;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.single-webcam .webcamBannerTitle .col-5-6 button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle .col-5-6 button [class*="icon-"],
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button [class*="icon-"],
.single-webcam .webcamBannerTitle .col-5-6 > a [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a [class*="icon-"],
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a [class*="icon-"] {
  display: block;
  margin: 0 auto;
}
.single-webcam .webcamBannerTitle .col-5-6 button span,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button span,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button span,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button span,
.single-webcam .webcamBannerTitle .col-5-6 > a span,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a span,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a span,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a span {
  display: inline-block;
  margin-top: 5px;
}
.single-webcam .webcamBannerTitle .col-5-6 button.webcams-list-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.webcams-list-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-list-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-list-button,
.single-webcam .webcamBannerTitle .col-5-6 > a.webcams-list-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.webcams-list-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-list-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-list-button {
  background-color: #1b3859;
}
.single-webcam .webcamBannerTitle .col-5-6 button.webcams-list-button .arrow,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.webcams-list-button .arrow,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-list-button .arrow,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-list-button .arrow,
.single-webcam .webcamBannerTitle .col-5-6 > a.webcams-list-button .arrow,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.webcams-list-button .arrow,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-list-button .arrow,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-list-button .arrow {
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
  width: 30px;
  height: 30px;
  margin: 5px auto -10px;
}
.single-webcam .webcamBannerTitle .col-5-6 button.webcams-list-button .arrow::after,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.webcams-list-button .arrow::after,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-list-button .arrow::after,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-list-button .arrow::after,
.single-webcam .webcamBannerTitle .col-5-6 > a.webcams-list-button .arrow::after,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.webcams-list-button .arrow::after,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-list-button .arrow::after,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-list-button .arrow::after {
  content: ">";
  display: block;
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: 1em;
  font-family: 'Advent Pro', sans-serif;
  color: #fff;
  -webkit-transform: translate(0%, -5px);
      -ms-transform: translate(0%, -5px);
          transform: translate(0%, -5px);
}
.single-webcam .webcamBannerTitle .col-5-6 button.webcams-archives-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.webcams-archives-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-archives-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-archives-button,
.single-webcam .webcamBannerTitle .col-5-6 > a.webcams-archives-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.webcams-archives-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-archives-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-archives-button {
  border-right: 1px solid #1b3859;
  border-left: 1px solid #1b3859;
  background: none;
  font-size: 14px;
}
.single-webcam .webcamBannerTitle .col-5-6 button.webcams-archives-button .arrow,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.webcams-archives-button .arrow,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-archives-button .arrow,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-archives-button .arrow,
.single-webcam .webcamBannerTitle .col-5-6 > a.webcams-archives-button .arrow,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.webcams-archives-button .arrow,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-archives-button .arrow,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-archives-button .arrow {
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
  width: 30px;
  height: 30px;
  margin: 5px auto -10px;
}
.single-webcam .webcamBannerTitle .col-5-6 button.webcams-archives-button .arrow::after,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.webcams-archives-button .arrow::after,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-archives-button .arrow::after,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-archives-button .arrow::after,
.single-webcam .webcamBannerTitle .col-5-6 > a.webcams-archives-button .arrow::after,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.webcams-archives-button .arrow::after,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-archives-button .arrow::after,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.webcams-archives-button .arrow::after {
  content: ">";
  display: block;
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: 1em;
  font-family: 'Advent Pro', sans-serif;
  color: #fff;
  -webkit-transform: translate(0%, -5px);
      -ms-transform: translate(0%, -5px);
          transform: translate(0%, -5px);
}
.single-webcam .webcamBannerTitle .col-5-6 button.pass-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.pass-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.pass-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.pass-button,
.single-webcam .webcamBannerTitle .col-5-6 > a.pass-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.pass-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.pass-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.pass-button,
.single-webcam .webcamBannerTitle .col-5-6 button.booking-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.booking-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.booking-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.booking-button,
.single-webcam .webcamBannerTitle .col-5-6 > a.booking-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.booking-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.booking-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.booking-button,
.single-webcam .webcamBannerTitle .col-5-6 button.push-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.push-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.push-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.push-button,
.single-webcam .webcamBannerTitle .col-5-6 > a.push-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.push-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.push-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.push-button {
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
}
.single-webcam .webcamBannerTitle .col-5-6 button.pass-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.pass-button [class*="icon-"],
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.pass-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.pass-button [class*="icon-"],
.single-webcam .webcamBannerTitle .col-5-6 > a.pass-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.pass-button [class*="icon-"],
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.pass-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.pass-button [class*="icon-"],
.single-webcam .webcamBannerTitle .col-5-6 button.booking-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.booking-button [class*="icon-"],
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.booking-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.booking-button [class*="icon-"],
.single-webcam .webcamBannerTitle .col-5-6 > a.booking-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.booking-button [class*="icon-"],
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.booking-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.booking-button [class*="icon-"],
.single-webcam .webcamBannerTitle .col-5-6 button.push-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.push-button [class*="icon-"],
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.push-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.push-button [class*="icon-"],
.single-webcam .webcamBannerTitle .col-5-6 > a.push-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.push-button [class*="icon-"],
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.push-button [class*="icon-"],
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.push-button [class*="icon-"] {
  width: 30px;
  height: 30px;
}
.single-webcam .webcamBannerTitle .col-5-6 button.pass-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.pass-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.pass-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.pass-button,
.single-webcam .webcamBannerTitle .col-5-6 > a.pass-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.pass-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.pass-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.pass-button {
  background-color: #fff;
  color: #575757;
}
.single-webcam .webcamBannerTitle .col-5-6 button.booking-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.booking-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.booking-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.booking-button,
.single-webcam .webcamBannerTitle .col-5-6 > a.booking-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.booking-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.booking-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.booking-button {
  background-color: #bd1220;
  color: #fff;
}
.single-webcam .webcamBannerTitle .col-5-6 button.booking-button a,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.booking-button a,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.booking-button a,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.booking-button a,
.single-webcam .webcamBannerTitle .col-5-6 > a.booking-button a,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.booking-button a,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.booking-button a,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.booking-button a {
  color: #fff;
}
.single-webcam .webcamBannerTitle .col-5-6 button.push-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.push-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.push-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.push-button,
.single-webcam .webcamBannerTitle .col-5-6 > a.push-button,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.push-button,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.push-button,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.push-button {
  background-size: cover;
  position: relative;
  color: #fff;
}
.single-webcam .webcamBannerTitle .col-5-6 button.push-button span,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.push-button span,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.push-button span,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.push-button span,
.single-webcam .webcamBannerTitle .col-5-6 > a.push-button span,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.push-button span,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.push-button span,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.push-button span {
  position: relative;
}
.single-webcam .webcamBannerTitle .col-5-6 button.push-button:before,
.page-template-page-webcams .webcamBannerTitle .col-5-6 button.push-button:before,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.push-button:before,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.push-button:before,
.single-webcam .webcamBannerTitle .col-5-6 > a.push-button:before,
.page-template-page-webcams .webcamBannerTitle .col-5-6 > a.push-button:before,
.single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 > a.push-button:before,
.page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 > a.push-button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:739px) {
  .single-webcam .webcamBannerTitle .col-5-6,
  .page-template-page-webcams .webcamBannerTitle .col-5-6,
  .single-webcam .webcamBannerTitle > .row:first-child > .col-1-1,
  .page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-webcam .webcamBannerTitle .col-5-6 button,
  .page-template-page-webcams .webcamBannerTitle .col-5-6 button,
  .single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button,
  .page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button {
    margin-left: 0;
    margin-top: 10px;
  }
  .single-webcam .webcamBannerTitle .col-5-6 button.pass-button,
  .page-template-page-webcams .webcamBannerTitle .col-5-6 button.pass-button,
  .single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.pass-button,
  .page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.pass-button,
  .single-webcam .webcamBannerTitle .col-5-6 button.booking-button,
  .page-template-page-webcams .webcamBannerTitle .col-5-6 button.booking-button,
  .single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.booking-button,
  .page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.booking-button {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .single-webcam .webcamBannerTitle .col-5-6 button.webcams-list-button,
  .page-template-page-webcams .webcamBannerTitle .col-5-6 button.webcams-list-button,
  .single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-list-button,
  .page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-list-button,
  .single-webcam .webcamBannerTitle .col-5-6 button.webcams-archives-button,
  .page-template-page-webcams .webcamBannerTitle .col-5-6 button.webcams-archives-button,
  .single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-archives-button,
  .page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-archives-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-webcam .webcamBannerTitle .col-5-6 button.webcams-list-button .arrow,
  .page-template-page-webcams .webcamBannerTitle .col-5-6 button.webcams-list-button .arrow,
  .single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-list-button .arrow,
  .page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-list-button .arrow,
  .single-webcam .webcamBannerTitle .col-5-6 button.webcams-archives-button .arrow,
  .page-template-page-webcams .webcamBannerTitle .col-5-6 button.webcams-archives-button .arrow,
  .single-webcam .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-archives-button .arrow,
  .page-template-page-webcams .webcamBannerTitle > .row:first-child > .col-1-1 button.webcams-archives-button .arrow {
    position: absolute;
    top: 2px;
    right: 10px;
  }
}
.single-webcam .webcamBannerTitle .webcams-list,
.page-template-page-webcams .webcamBannerTitle .webcams-list {
  width: 100%;
  position: relative;
}
.single-webcam .webcamBannerTitle.list-closed .col-5-6 button.webcams-list-button .arrow,
.page-template-page-webcams .webcamBannerTitle.list-closed .col-5-6 button.webcams-list-button .arrow,
.single-webcam .webcamBannerTitle.list-closed > .row:first-child > .col-1-1 button.webcams-list-button .arrow,
.page-template-page-webcams .webcamBannerTitle.list-closed > .row:first-child > .col-1-1 button.webcams-list-button .arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.single-webcam .webcamBannerTitle .webcams-archives,
.page-template-page-webcams .webcamBannerTitle .webcams-archives {
  display: none;
  width: 100%;
  position: relative;
}
.single-webcam .webcamBannerTitle.archives-closed .col-5-6 button.webcams-archives-button .arrow,
.page-template-page-webcams .webcamBannerTitle.archives-closed .col-5-6 button.webcams-archives-button .arrow,
.single-webcam .webcamBannerTitle.archives-closed > .row:first-child > .col-1-1 button.webcams-archives-button .arrow,
.page-template-page-webcams .webcamBannerTitle.archives-closed > .row:first-child > .col-1-1 button.webcams-archives-button .arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.single-webcam .webcamBannerTitle .webcams-archives-form,
.page-template-page-webcams .webcamBannerTitle .webcams-archives-form {
  background: #1b3859;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
}
.single-webcam .webcamBannerTitle .webcams-archives-form .datepicker,
.page-template-page-webcams .webcamBannerTitle .webcams-archives-form .datepicker {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 140px;
      -ms-flex: 0 1 140px;
          flex: 0 1 140px;
  background: #ffffff url('../images/svg/calendar.html') no-repeat right 10px center;
  background-size: 20px;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-style: normal;
  padding: 0 40px 0 10px;
  margin-right: 10px;
  cursor: pointer;
}
.single-webcam .webcamBannerTitle .webcams-archives-form .select-white,
.page-template-page-webcams .webcamBannerTitle .webcams-archives-form .select-white {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 110px;
      -ms-flex: 0 1 110px;
          flex: 0 1 110px;
}
/* ==========================================================================
 * MUR SOCIAL
 * ========================================================================== */
/* Banner
 * ========================================================================== */
.social-wall-banner {
  background: #ebebeb;
  margin: 0 0 10px 0;
  padding: 60px 0 0 0;
  height: 320px;
  text-align: center;
  position: relative;
  -webkit-transition: background .3s;
          transition: background .3s;
  overflow: hidden;
}
.social-wall-banner .instructions {
  font-style: italic;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
}
.social-wall-banner .social-nav {
  margin-top: 20px;
  font-size: 0;
  position: relative;
  padding-bottom: 45px;
}
.social-wall-banner .social-nav::after {
  content: '';
  height: 2px;
  width: 26px;
  background: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -13px;
}
.social-wall-banner .social-nav i {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  color: #fff;
  background-color: transparent;
  border: 8px solid transparent;
  -webkit-transition: .3s;
          transition: .3s;
  cursor: pointer;
}
.social-wall-banner .social-nav i.icon-social-sound {
  border-width: 3px;
}
.social-wall-banner .social-nav i svg {
  fill: #fff;
}
.social-wall-banner .social-nav i svg path {
  fill: #fff;
}
.social-wall-banner .social-nav i.txt {
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 7px;
}
.social-wall-banner .social-nav i.active,
.social-wall-banner .social-nav i:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.social-wall-banner .social-title .title {
  display: none;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.social-wall-banner .social-title .title.active {
  display: block;
}
.social-wall-banner .social-wall-circle {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  width: 980px;
  height: 980px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width:1439px) {
  .social-wall-banner .social-wall-circle {
    width: 920px;
    height: 920px;
  }
}
@media screen and (max-width:1359px) {
  .social-wall-banner .social-wall-circle {
    width: 780px;
    height: 780px;
  }
}
@media screen and (max-width:1219px) {
  .social-wall-banner .social-wall-circle {
    width: 640px;
    height: 640px;
  }
}
@media screen and (max-width:939px) {
  .social-wall-banner .social-wall-circle {
    width: 580px;
    height: 580px;
  }
}
@media screen and (max-width:739px) {
  .social-wall-banner .social-wall-circle {
    display: none;
  }
}
.social-wall-banner .social-wall-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  cursor: pointer;
}
.social-wall-banner .social-wall-nav:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 40px;
  background-color: #fff;
  color: #bd1220;
  font-family: 'Advent Pro', sans-serif;
  font-weight: 200;
  -webkit-transition: background .3s;
          transition: background .3s;
}
.social-wall-banner .social-wall-nav:hover:after {
  background-color: #bd1220;
  color: #fff;
}
.social-wall-banner .pan-left {
  left: 160px;
}
@media screen and (max-width:1219px) {
  .social-wall-banner .pan-left {
    left: 100px;
  }
}
@media screen and (max-width:939px) {
  .social-wall-banner .pan-left {
    left: 50px;
  }
}
@media screen and (max-width:739px) {
  .social-wall-banner .pan-left {
    display: none;
  }
}
.social-wall-banner .pan-left:after {
  content: '<';
}
.social-wall-banner .pan-right {
  right: 160px;
}
@media screen and (max-width:1219px) {
  .social-wall-banner .pan-right {
    right: 100px;
  }
}
@media screen and (max-width:939px) {
  .social-wall-banner .pan-right {
    right: 50px;
  }
}
@media screen and (max-width:739px) {
  .social-wall-banner .pan-right {
    display: none;
  }
}
.social-wall-banner .pan-right:after {
  content: '>';
  text-align: right;
  padding: 0 20px 0 0;
}
.social-wall-banner[data-theme="all"] {
  background-color: #ebebeb;
}
.social-wall-banner[data-theme="all"] .instructions {
  color: #808080;
}
.social-wall-banner[data-theme="all"] .social-nav::after {
  background: #bd1220;
}
.social-wall-banner[data-theme="all"] .social-nav i {
  color: #bd1220;
}
.social-wall-banner[data-theme="all"] .social-nav svg {
  fill: #bd1220;
}
.social-wall-banner[data-theme="all"] .social-nav svg path {
  fill: #bd1220;
}
.social-wall-banner[data-theme="all"] .social-title .title {
  color: #bd1220;
}
.social-wall-banner[data-theme="facebook"] {
  background-color: #3b5999;
}
.social-wall-banner[data-theme="twitter"] {
  background-color: #5ea9dd;
}
.social-wall-banner[data-theme="pinterest"] {
  background-color: #ce3533;
}
.social-wall-banner[data-theme="sound"] {
  background-color: #97b4c8;
}
.social-wall-banner[data-theme="instagram"] {
  background-color: #413a33;
}
.social-wall-banner[data-theme="youtube"] {
  background-color: #cc181e;
}
.social-wall-banner[data-theme="news"] {
  background-color: #012146;
}
/* Mur social
 * ========================================================================== */
.social-wall-list {
  width: 100%;
  max-height: 1620px !important;
}
@media screen and (max-width:1439px) {
  .social-wall-list {
    max-height: 1940px !important;
  }
}
@media screen and (max-width:1359px) {
  .social-wall-list {
    max-height: 1670px !important;
  }
}
@media screen and (max-width:1219px) {
  .social-wall-list {
    max-height: 1790px !important;
  }
}
@media screen and (max-width:939px) {
  .social-wall-list {
    max-height: 2090px !important;
  }
}
@media screen and (max-width:739px) {
  .social-wall-list {
    padding-left: 5px;
    max-height: none;
  }
}
.social-wall-list .sw-item {
  display: block;
  text-decoration: none;
  border-right: 10px solid #fff;
  margin-bottom: 10px;
  float: left;
  text-align: center;
  padding: 20px 30px;
  overflow: hidden;
  width: 20%;
  height: 262px;
}
@media screen and (max-width:1439px) {
  .social-wall-list .sw-item {
    width: 25%;
    height: 315px;
  }
}
@media screen and (max-width:1359px) {
  .social-wall-list .sw-item {
    width: 25%;
    height: 270px;
  }
}
@media screen and (max-width:1219px) {
  .social-wall-list .sw-item {
    width: 33.33333%;
    height: 290px;
  }
}
@media screen and (max-width:939px) {
  .social-wall-list .sw-item {
    width: 50%;
    height: 340px;
  }
}
@media screen and (max-width:739px) {
  .social-wall-list .sw-item {
    width: 100%;
    height: 100vw;
  }
}
.social-wall-list .sw-item.with-image {
  padding: 0;
  width: 40%;
  height: 534px;
  background-size: cover;
}
.social-wall-list .sw-item.with-image .content {
  padding: 20px 30px;
  width: 50%;
  height: 262px;
  overflow: hidden;
}
@media screen and (max-width:1439px) {
  .social-wall-list .sw-item.with-image .content {
    height: 315px;
  }
}
@media screen and (max-width:1359px) {
  .social-wall-list .sw-item.with-image .content {
    height: 270px;
  }
}
@media screen and (max-width:1219px) {
  .social-wall-list .sw-item.with-image .content {
    height: 290px;
  }
}
@media screen and (max-width:939px) {
  .social-wall-list .sw-item.with-image .content {
    height: 340px;
  }
}
@media screen and (max-width:739px) {
  .social-wall-list .sw-item.with-image .content {
    width: 100%;
    height: 100vw;
  }
}
@media screen and (max-width:1439px) {
  .social-wall-list .sw-item.with-image {
    width: 50%;
    height: 640px;
  }
}
@media screen and (max-width:1359px) {
  .social-wall-list .sw-item.with-image {
    width: 50%;
    height: 550px;
  }
}
@media screen and (max-width:1219px) {
  .social-wall-list .sw-item.with-image {
    width: 66.6666%;
    height: 590px;
  }
}
@media screen and (max-width:939px) {
  .social-wall-list .sw-item.with-image {
    width: 100%;
    height: 690px;
  }
}
@media screen and (max-width:739px) {
  .social-wall-list .sw-item.with-image {
    width: 100%;
    height: 200vw;
  }
}
.social-wall-list .sw-item svg {
  fill: #fff;
}
.social-wall-list .sw-item svg path {
  fill: #fff;
}
.social-wall-list .sw-item .content > div {
  overflow: hidden;
  max-height: 150px;
}
@media screen and (max-width:1439px) {
  .social-wall-list .sw-item .content > div {
    max-height: 170px;
  }
}
@media screen and (max-width:1219px) {
  .social-wall-list .sw-item .content > div {
    max-height: 190px;
  }
}
@media screen and (max-width:939px) {
  .social-wall-list .sw-item .content > div {
    max-height: 240px;
  }
}
@media screen and (max-width:739px) {
  .social-wall-list .sw-item .content > div {
    width: 100%;
    max-height: -webkit-calc(100vw - 110px);
    max-height: calc(100vw - 110px);
  }
}
.social-wall-list .sw-item .content > i {
  margin-bottom: 20px;
}
.social-wall-list .sw-item .content > i.icon-play {
  margin-top: 20px;
}
.social-wall-list .header-item {
  font-size: 0;
  padding: 0;
}
.social-wall-list .header-item:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.social-wall-list .header-item .content {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  font-size: 22px;
}
.social-wall-list .header-item .content strong {
  display: block;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.social-wall-list .facebook-item {
  background: #3b5999;
  color: #fff;
}
.social-wall-list .facebook-item.header-item {
  background: #fff;
  color: #3b5999;
  box-shadow: inset 0px 0px 0 8px #3b5999;
}
.social-wall-list .facebook-item.header-item svg {
  fill: #3b5999;
}
.social-wall-list .facebook-item.header-item svg path {
  fill: #3b5999;
}
.social-wall-list .facebook-item.with-image .content {
  background: #3b5999;
}
.social-wall-list .twitter-item {
  background: #5ea9dd;
  color: #fff;
}
.social-wall-list .twitter-item.header-item {
  background: #fff;
  color: #5ea9dd;
  box-shadow: inset 0px 0px 0 8px #5ea9dd;
}
.social-wall-list .twitter-item.header-item svg {
  fill: #5ea9dd;
}
.social-wall-list .twitter-item.header-item svg path {
  fill: #5ea9dd;
}
.social-wall-list .pinterest-item {
  background: #ce3533;
  background-size: cover;
  color: #fff;
}
.social-wall-list .youtube-item {
  background: #cc181e;
  background-size: cover;
  color: #fff;
  position: relative;
}
.social-wall-list .youtube-item .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.social-wall-list .news-item {
  background: #fff;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  box-shadow: inset 0px 0px 0 1px #012146;
}
.social-wall-list .news-item svg {
  fill: #bd1220;
}
.social-wall-list .news-item svg path {
  fill: #bd1220;
}
.social-wall-list .news-item .content > div {
  position: relative;
  padding-bottom: 70px;
}
.social-wall-list .news-item .content > div .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.social-wall-list .instagram-item {
  background-color: #413a33;
  background-size: cover;
  color: #fff;
}
.social-wall-list .instagram-item.header-item {
  background: #fff;
  color: #413a33;
  box-shadow: inset 0px 0px 0 8px #413a33;
}
.social-wall-list .instagram-item.header-item svg {
  fill: #413a33;
}
.social-wall-list .instagram-item.header-item svg path {
  fill: #413a33;
}
.social-wall-list .sound-item {
  background: #97b4c8;
  color: #fff;
}
/* ==========================================================================
 * SOCIOPRO
 * ========================================================================== */
/* Map Sociopro
 * ========================================================================== */
.map-sociopro {
  display: none;
  height: 390px;
  background: #ebebeb;
}
@media screen and (max-width:739px) {
  .map-sociopro {
    height: 300px;
  }
}
@media screen and (max-width:739px) {
  .single-socioprofessionnels article > header > .col-1-6 {
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
  .single-socioprofessionnels article > header > .col-5-6 {
    padding-bottom: 70px;
  }
}
/* ==========================================================================
 * CONTACT
 * ========================================================================== */
/* Contact form
 * ========================================================================== */
.contact-form-container {
  background: #ebebeb;
  border: 1px solid #c6c6c6;
  box-shadow: inset 0 0 0 5px #fff;
  padding: 40px 50px 30px 50px;
}
@media screen and (max-width:739px) {
  .contact-form-container {
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    box-shadow: none;
  }
}
.contact-form-container .title1 {
  text-align: center;
  padding-bottom: 50px;
}
.contact-form-container .title1 strong {
  font-size: 22px;
  font-weight: 600;
}
.contact-form-container .field-textarea {
  margin-top: 30px;
}
.contact-form-container .field-textarea label:first-child {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-form-container .field-checkbox label {
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  font-style: italic;
}
.contact-form-container .form-note {
  font-size: 12px;
  line-height: 14px;
  margin-top: 40px;
}
.contact-form-container .field-radio {
  font-size: 0;
  margin-bottom: 40px;
}
.contact-form-container .field-radio .radio-wrap {
  width: 50%;
  text-align: center;
}
.contact-form-container .field-radio .radio-wrap label {
  padding-top: 30px;
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  font-style: italic;
  cursor: pointer;
}
.contact-form-container .field-radio .radio-wrap label:before {
  left: 50%;
  margin-left: -8px;
}
/* Phone numbers
 * ========================================================================== */
.contact-phone-numbers {
  padding: 41px 0 0 0;
  margin-left: 30px;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (max-width:1219px) {
  .contact-phone-numbers {
    margin: 0 10px;
  }
}
.contact-phone-numbers .title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  padding: 0 0 15px 0;
  margin: 0;
}
.contact-phone-numbers .subtitle {
  text-transform: uppercase;
  color: #012146;
  border-top: 1px solid #c6c6c6;
  padding: 15px 0 15px 15px;
  cursor: pointer;
  position: relative;
}
.contact-phone-numbers .subtitle:after {
  content: '>';
  font-family: 'Advent Pro', sans-serif;
  font-size: 25px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 50%;
  margin-top: -14px;
}
.contact-phone-numbers .subtitle.opened:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.contact-phone-numbers .content {
  display: none;
  padding: 0 0 15px 15px;
  font-family: 'Libre Baskerville', serif;
  color: #808080;
  font-style: italic;
}
.contact-phone-numbers .content strong {
  font-weight: normal;
  font-size: 18px;
}
.detail.post .rich-text .button {
  padding-left: 100px;
  padding-right: 100px;
}
.list.entertainments .rich-text {
  margin: 30px 90px;
}
/* Print
 * ========================================================================== */
/* ==========================================================================
 * PRINT
 * ========================================================================== */
/* HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/
 * ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
